@charset "UTF-8";
/* 共通部 */
#main {
  padding-bottom: 0;
  overflow: hidden;
}

section {
  padding: 45px 15px 60px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 23px 15px 30px;
  }
}

.contents_width, #news .info_wrap, #news h2, #special .special_list, #new_product .item_list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.contents_ttl {
  margin-bottom: 20px;
  color: #2A68B0;
  font-size: 34px;
  text-align: center;
  font-weight: 500;
}
.contents_ttl span {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

.lead {
  margin-bottom: 20px;
  text-align: center;
}

.swiper02,
.swiper02,
.swiper03 {
  opacity: 0;
}
.swiper02.swiper-initialized,
.swiper02.swiper-initialized,
.swiper03.swiper-initialized {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sp_swiper {
    opacity: 0;
  }
  .sp_swiper.swiper-initialized {
    opacity: 1;
  }
}
.bg01, #inaba_note::before, #special::before, #new_product::after, #search::before, #mainVisual::after {
  background: url(../img/top/bg01.png) no-repeat center/contain;
  max-width: 610px;
  width: 45.7vw;
  max-height: 612px;
  height: 46vw;
}
@media screen and (max-width: 768px) {
  .bg01, #inaba_note::before, #special::before, #new_product::after, #search::before, #mainVisual::after {
    max-width: 186px;
    max-height: 187px;
  }
}

/* =============================================== 
  メインビジュアル
=============================================== */
#mainVisual {
  background: #EFEFEF;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainVisual {
    padding: 0 5px;
  }
}
#mainVisual::after {
  content: "";
  position: absolute;
  bottom: -300px;
  right: -10vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mainVisual::after {
    bottom: -110px;
    right: 0;
  }
}
#mainVisual .swiper01 {
  position: relative;
  z-index: 2;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper01 {
    padding-bottom: 30px;
  }
}
#mainVisual .swiper-slide {
  -webkit-box-shadow: 10px 10px 20px rgba(82, 82, 82, 0.2);
          box-shadow: 10px 10px 20px rgba(82, 82, 82, 0.2);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper-slide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#mainVisual .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#mainVisual .swiper-pagination {
  bottom: 0;
}
#mainVisual .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #707070;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
}
#mainVisual .swiper-pagination .swiper-pagination-bullet-active {
  background: #B7B7B7;
}
#mainVisual .swiper-button-prev,
#mainVisual .swiper-button-next {
  background: #fff;
  width: 36px;
  height: 36px;
  margin-top: -45px;
}
#mainVisual .swiper-button-prev::after,
#mainVisual .swiper-button-next::after {
  color: #2A68B0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper-button-prev,
  #mainVisual .swiper-button-next {
    width: 18px;
    height: 18px;
    margin-top: -20px;
  }
  #mainVisual .swiper-button-prev::after,
  #mainVisual .swiper-button-next::after {
    color: #2A68B0;
    font-size: 10px;
  }
}
#mainVisual .swiper-button-next,
#mainVisual .swiper-rtl .swiper-button-prev {
  right: 12vw;
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper-button-next,
  #mainVisual .swiper-rtl .swiper-button-prev {
    right: 0;
  }
}
#mainVisual .swiper-button-prev,
#mainVisual .swiper-rtl .swiper-button-next {
  left: 12vw;
}
@media screen and (max-width: 768px) {
  #mainVisual .swiper-button-prev,
  #mainVisual .swiper-rtl .swiper-button-next {
    left: 0;
  }
}

/* Swiper navigation */
.swiper-button-prev,
.swiper-button-next {
  background: #2A68B0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 38px;
    height: 38px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 14px;
  }
}

.swiper-button-next:after {
  padding-left: 2px;
}

.swiper-button-prev:after {
  padding-right: 2px;
}

/* =============================================== 
  #search 製品から探す
=============================================== */
#search {
  background: #EFEFEF;
  position: relative;
}
#search > div {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #search {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#search::before, #search::after {
  content: "";
  position: absolute;
}
#search::before {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
  left: -10vw;
}
@media screen and (max-width: 768px) {
  #search::before {
    top: 250px;
    left: 0;
  }
}
#search::after {
  background: url(../img/top/bg02.png) no-repeat center bottom/contain;
  max-width: 702px;
  width: 52.2vw;
  max-height: 628px;
  height: 46.5vw;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #search::after {
    max-width: 214.45px;
    max-height: 192.15px;
  }
}
#search .category_list {
  padding: 0;
}

/* =============================================== 
  #new_product 新製品情報
=============================================== */
#new_product {
  position: relative;
}
#new_product::before, #new_product::after {
  content: "";
  position: absolute;
}
#new_product::before {
  background: url(../img/top/new_product.jpg) no-repeat center/cover;
  width: 100%;
  height: 277px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 30px 30px 30px rgba(82, 82, 82, 0.1);
          box-shadow: 30px 30px 30px rgba(82, 82, 82, 0.1);
  z-index: -1;
}
#new_product::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 277px;
  right: -21vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #new_product::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #new_product {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  #new_product::before {
    height: 176px;
  }
}
#new_product .contents_ttl {
  color: #fff;
}
#new_product .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
#new_product .item_list .swiper-slide {
  width: calc(20% - 24px);
}
@media screen and (max-width: 768px) {
  #new_product .item_list {
    grid-template-columns: inherit;
    gap: 0;
  }
  #new_product .item_list .swiper-slide {
    width: 100%;
  }
}
#new_product .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  #new_product .sp_swiper {
    margin-left: 60px;
    overflow: hidden;
    position: relative;
  }
  #new_product .sp_swiper .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 37vw;
    right: 6.2%;
  }
}
#new_product .btn_more {
  margin: 43px auto 0;
}
@media screen and (max-width: 768px) {
  #new_product .btn_more {
    margin-top: 30px;
  }
}

html:lang(en) #new_product .item_ph, html:lang(fr) #new_product .item_ph, html:lang(de) #new_product .item_ph {
  background-color: #fff;
}

/* =============================================== 
  #SPECIAL 特集
=============================================== */
#special {
  position: relative;
}
@media screen and (max-width: 768px) {
  #special {
    padding-bottom: 60px;
  }
}
#special::before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 20px;
  left: -10vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #special::before {
    top: auto;
    left: 0;
    bottom: -55px;
  }
}
#special .special_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  #special .special_list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
#special .btn_more {
  margin: 43px auto 0;
}
@media screen and (max-width: 768px) {
  #special .btn_more {
    margin-top: 30px;
  }
}

/* =============================================== 
  #news 新着情報
=============================================== */
@media screen and (max-width: 768px) {
  #news {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#news h2 {
  color: #DDDFE2;
  font-size: 123px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  #news h2 {
    font-size: 80px;
  }
}
#news .info_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #news .info_wrap {
    display: block;
    margin-top: -10px;
    position: relative;
  }
}
#news .info_wrap h3 {
  padding-left: 50px;
  margin-bottom: 25px;
  color: #2A68B0;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
#news .info_wrap h3::before {
  content: "";
  border-top: 1px solid #707070;
  width: 40px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: 0;
}
#news .info_wrap p {
  line-height: 2;
}
#news .info_wrap > div:nth-of-type(1) {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  #news .info_wrap > div:nth-of-type(1) {
    padding: 0 0 30px;
  }
  #news .info_wrap > div:nth-of-type(1).new_info {
    padding: 0;
  }
  #news .info_wrap > div:nth-of-type(1).new_info ul {
    border-bottom: 1px solid #ddd;
  }
}
#news .info_wrap > div:nth-of-type(2) {
  border-left: 2px dotted #BABABA;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #news .info_wrap > div:nth-of-type(2) {
    border: none;
    border-top: 2px dotted #BABABA;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #news .info_wrap .new_info + .new_info {
    border: none;
    padding: 0;
    position: static;
  }
  #news .info_wrap .new_info + .new_info .more_view {
    top: 7px;
  }
}
@media screen and (max-width: 768px) {
  #news .info_wrap .important_info {
    position: relative;
  }
  #news .info_wrap .important_info::after {
    content: "";
    background: url(../img/top/bg01.png) no-repeat center/contain;
    max-width: 186px;
    width: 45.7vw;
    max-height: 187px;
    height: 46vw;
    position: absolute;
    right: -30px;
    bottom: -15px;
    z-index: -1;
  }
}
#news .info_wrap .important_info h3,
#news .info_wrap .important_info .ttl {
  color: #D62525;
}
#news .info_wrap .important_info .ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
#news .info_wrap .important_info a:hover .ttl {
  text-decoration: none;
}
#news .info_wrap .new_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#news .info_wrap .new_info h3 {
  min-height: 0;
}
#news .info_wrap .new_info ul {
  min-height: 0;
  margin-top: auto;
}
#news .info_wrap .new_info .news_list li:last-child {
  border-bottom: none;
}
#news .info_wrap .new_info .more_view {
  padding-right: 20px;
  color: #2A68B0;
  font-weight: 500;
  position: absolute;
  top: 7px;
  right: 0;
}
#news .info_wrap .new_info .more_view a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  #news .info_wrap .new_info .more_view {
    top: 37px;
  }
}
#news .info_wrap .new_info .more_view::after {
  content: "";
  background: url(../img/arrow_bl.svg) no-repeat center 50%/auto;
  width: 10px;
  height: 100%;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
  right: 0;
}

/* =============================================== 
  #inaba_note イナバノート
=============================================== */
#inaba_note {
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #inaba_note {
    padding-left: 20px;
  }
}
#inaba_note::before {
  content: "";
  position: absolute;
  bottom: -20vw;
  right: -10vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #inaba_note::before {
    display: none;
  }
}
#inaba_note .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10vw);
  margin-left: auto;
  position: relative;
}
#inaba_note .flex_wrap::after {
  content: "";
  background: #EFF6FD;
  border-radius: 5px;
  width: calc(100% - (100% - 405px) / 4.25);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  #inaba_note .flex_wrap {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #inaba_note .flex_wrap {
    display: block;
    width: 100%;
    padding: 20px 0 0 19px;
  }
  #inaba_note .flex_wrap::after {
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
  }
}
#inaba_note .flex_wrap .txt_wrap {
  width: 405px;
  padding: 40px 58px 40px 63px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#inaba_note .flex_wrap .txt_wrap h2 {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  #inaba_note .flex_wrap .txt_wrap h2 {
    width: 73%;
    margin-bottom: 10px;
  }
}
#inaba_note .flex_wrap .txt_wrap .lead {
  margin-bottom: 43px;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #inaba_note .flex_wrap .txt_wrap .lead {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #inaba_note .flex_wrap .txt_wrap {
    width: 100%;
    padding: 0 35px 20px 16px;
  }
}
#inaba_note .flex_wrap .slide_wrap {
  width: calc(100% - 405px);
  position: relative;
}
#inaba_note .flex_wrap .slide_wrap::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#227FEA));
  background: linear-gradient(to right, transparent, #227FEA);
  opacity: 0.05;
  height: calc(100% - 40px);
  width: 20px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  left: -20px;
}
#inaba_note .flex_wrap .slide_wrap > div {
  padding: 40px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #inaba_note .flex_wrap .slide_wrap {
    width: 100%;
  }
  #inaba_note .flex_wrap .slide_wrap > div {
    padding: 0 0 35px;
  }
}

/* スライド */
.swiper02 {
  position: relative;
  width: 100%;
  padding-right: 19px;
}
.swiper02 .swiper-slide {
  -webkit-box-shadow: 0px 0px 40px rgba(34, 127, 234, 0.2);
          box-shadow: 0px 0px 40px rgba(34, 127, 234, 0.2);
}
.swiper02 .swiper-slide a {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.swiper02 .swiper-slide .slide_txt {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(to bottom, transparent, #000);
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 30px 30px 18px;
  left: 0;
  bottom: 0;
}
.swiper02 .swiper-slide .slide_txt span {
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 2px 13px;
  margin-bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .swiper02 .swiper-slide .slide_txt {
    padding: 20px 23px 10px;
    font-size: 14px;
  }
  .swiper02 .swiper-slide .slide_txt span {
    padding: 0 8px;
    font-size: 10px;
  }
}
.swiper02 .swiper-button-next {
  right: 22%;
}
@media screen and (max-width: 768px) {
  .swiper02 .swiper-button-next {
    right: 2px;
  }
}

/* =============================================== 
  #movie 動画
=============================================== */
#movie .lead {
  margin-bottom: 30px;
}
#movie .btn_more {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #movie {
    padding-left: 20px;
    padding-right: 20px;
  }
  #movie .contents_ttl {
    line-height: 1.2;
  }
  #movie .contents_ttl span {
    margin-bottom: 10px;
  }
}

.swiper03 {
  padding: 3.8vw 0;
  margin-bottom: 30px;
  position: relative;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .swiper03 {
    padding: 2.8vw 0;
  }
}
.swiper03::before {
  content: "";
  width: 49%;
  height: 100%;
  border: 2px solid #fff;
  background: rgba(34, 127, 234, 0.1);
  -webkit-box-shadow: 0 0 40px rgba(34, 127, 234, 0.2);
          box-shadow: 0 0 40px rgba(34, 127, 234, 0.2);
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper03::before {
    width: 96%;
    height: 113%;
  }
}
.swiper03 .swiper-slide {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .swiper03 .swiper-slide {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper03 .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.swiper03 .swiper-slide::after {
  content: "";
  background: url(../img/top/video_arrow.svg) no-repeat center/contain;
  width: 25px;
  height: 28px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.swiper03 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper03 .swiper-slide a::after {
  content: "";
  background: #000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.swiper03 .swiper-slide a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper03 .swiper-slide.swiper-slide-active a::after {
  opacity: 0.12;
}
.swiper03 .swiper-slide-prev,
.swiper03 .swiper-slide-next,
.swiper03 .swiper-slide-duplicate-prev,
.swiper03 .swiper-slide-duplicate-next {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-box-shadow: 0 0 40px rgba(34, 127, 234, 0.2);
          box-shadow: 0 0 40px rgba(34, 127, 234, 0.2);
}
@media screen and (max-width: 768px) {
  .swiper03 .swiper-button-next,
  .swiper03 .swiper-button-prev {
    width: 18px;
    height: 18px;
    margin-top: -6px;
  }
  .swiper03 .swiper-button-next::after,
  .swiper03 .swiper-button-prev::after {
    font-size: 10px;
  }
}
.swiper03 .swiper-button-next {
  right: 24%;
}
@media screen and (max-width: 768px) {
  .swiper03 .swiper-button-next {
    right: 0;
  }
}
.swiper03 .swiper-button-prev {
  left: 24%;
}
@media screen and (max-width: 768px) {
  .swiper03 .swiper-button-prev {
    left: 0;
  }
}

/* =============================================== 
  #about 因幡電工を知る
=============================================== */
#about {
  background: url(../img/top/about_bg.jpg) no-repeat center top/cover;
  padding-bottom: 60px;
}
#about .lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #about {
    background-position: center bottom;
    background-size: 100%;
    padding-bottom: 130px;
  }
  #about .lead {
    margin-bottom: 30px;
  }
}
#about .about_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 40px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about .about_list {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
#about .about_list li:nth-child(even) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #about .about_list li:nth-child(even) {
    margin-top: 0;
  }
}
#about .about_list li:nth-child(1) a::before {
  background: url(../img/top/about1.svg) no-repeat center/auto;
}
#about .about_list li:nth-child(2) a::before {
  background: url(../img/top/about2.svg) no-repeat center/auto;
}
#about .about_list li:nth-child(3) a::before {
  background: url(../img/top/about3.svg) no-repeat center/auto;
}
#about .about_list li:nth-child(4) a::before {
  background: url(../img/top/about4.svg) no-repeat center/auto;
}
#about .about_list li:nth-child(1) a::before {
  top: -19px;
}
@media screen and (max-width: 768px) {
  #about .about_list li:nth-child(1) a::before {
    top: -10px;
  }
}
#about .about_list li:nth-child(2) a::before {
  top: -8px;
  background-position: 40% top;
}
@media screen and (max-width: 768px) {
  #about .about_list li:nth-child(2) a::before {
    top: -6px;
  }
}
#about .about_list li:nth-child(3) a::before {
  top: -8px;
}
@media screen and (max-width: 768px) {
  #about .about_list li:nth-child(3) a::before {
    top: -2px;
    height: 140px;
  }
}
#about .about_list li:nth-child(4) a::before {
  top: -21px;
}
@media screen and (max-width: 768px) {
  #about .about_list li:nth-child(4) a::before {
    top: -10px;
  }
}
#about .about_list li a {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(34, 127, 234, 0.2);
          box-shadow: 0 0 40px rgba(34, 127, 234, 0.2);
  display: table;
  width: 100%;
  padding-right: 50%;
  color: #fff;
  font-weight: 500;
  position: relative;
}
#about .about_list li a::before {
  content: "";
  width: 50%;
  height: 205px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #about .about_list li a::before {
    height: 135px;
    background-size: contain !important;
  }
}
#about .about_list li a p {
  display: table-cell;
  background: -webkit-gradient(linear, left top, right bottom, from(#8CDFF8), to(#2A68B0));
  background: linear-gradient(to bottom right, #8CDFF8, #2A68B0);
  vertical-align: middle;
  height: 190px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .about_list li a p {
    height: 133px;
    font-size: 18px;
  }
}
#about .about_list li a span {
  font-size: 32px;
  line-height: 1;
}
#about .about_list li a span.sm {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #about .about_list li a span {
    font-size: 25px;
  }
  #about .about_list li a span.sm {
    font-size: 14px;
  }
}
#about .about_list li .Montserrat {
  color: #2A68B0;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 19px;
}
@media screen and (max-width: 768px) {
  #about .about_list li .Montserrat {
    font-size: 28px;
    top: -12px;
    left: 10px;
  }
}

/* =============================================== 
  #instagram
=============================================== */
html:lang(en) #instagram .insta_container, html:lang(fr) #instagram .insta_container, html:lang(de) #instagram .insta_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
html:lang(en) #instagram .insta_container .insta_wrap li a, html:lang(fr) #instagram .insta_container .insta_wrap li a, html:lang(de) #instagram .insta_container .insta_wrap li a {
  background-size: cover;
}
html:lang(en) #instagram .btn_more, html:lang(fr) #instagram .btn_more, html:lang(de) #instagram .btn_more {
  margin: 30px auto 0;
}