/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
/*--------------------------------------
	post box
--------------------------------------*/
.post-box {
  margin: 30px auto 0 auto;
}

.post-box__header {
  position: relative;
  padding: 0 0 28px;
  border-bottom: 1px solid #ebe9e7;
}

.post-box__header h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #000000;
}

.post-box__summary-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  text-decoration: underline;
  color: #473019;
}

.post-box__summary-link:hover {
  text-decoration: none;
}

.post-box dl {
  padding: 15px 0 20px;
  background-size: 20px 1px;
}

.post-box dl dt {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 13px;
}

.post-box dl dt .new-label {
  display: inline-block;
  background: url(../img/top/post_deco.png) no-repeat center top;
  width: 38px;
  height: 20px;
  background-size: contain;
  transform: translateY(2px);
  font-size: 0;
  margin-right: 8px;
}

.post-box dl dd a:hover {
  text-decoration: underline;
}

/*--------------------------------------
      ttl-common
  --------------------------------------*/

.elementor img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
p {
  margin-bottom: 0;
}

/*--------------------------------------
      mainimage
  --------------------------------------*/
#mainimage {
  position: relative;
  height: 768px;
  z-index: 1;
  overflow: hidden;
}
#mainimage h1 {
  display: none;
}
#mainimage .keyvisual {
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
}
#mainimage .keyvisual p {
  height: 100svh;
}
#mainimage .keyvisual p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainimage .key-catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 77px;
  z-index: 2;
  width: 244px;
  margin-top: 7px;
}

#main .elementor-section-wrap > section {
  position: relative;
  z-index: 2;
  background: #fff;
}

/*--------------------------------------
      sec1
  --------------------------------------*/
#sec1 {
  padding: 75px 0 90px;
  position: relative;
  background: #fff;
  z-index: 1;
}
#sec1:before,
#sec1:after {
  content: '';
  position: absolute;
  width: 684px;
  height: 329.5px;
  background: var(--main);
  opacity: 0.09;
  z-index: -1;
}
#sec1:before {
  top: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 0;
}
#sec1:after {
  bottom: 0;
  left: -40px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}
#sec1 h2 {
  margin-left: 4px;
  margin-bottom: 25px;
}
#sec1 .elementor-tabs {
  background: #f8f8f8;
  margin-top: 26px;
  border-top: 2px solid var(--main);
}
#sec1 .elementor-tabs .elementor-tab-content {
  padding: 25px 48px 30px;
  overflow-y: scroll;
  border: none;
}
#sec1 .elementor-tabs .elementor-tabs-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sec1 .elementor-tabs .elementor-tabs-wrapper > div {
  border: 0px;
  width: 50%;
  color: #fff;
  background: var(--main);
  padding: 9px 0 11px 2px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
#sec1 .elementor-tabs .elementor-tabs-wrapper > div:after {
  display: none;
}
#sec1 .elementor-tabs .elementor-tabs-wrapper > div::before {
  display: none;
}
#sec1 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-desktop-title.elementor-active {
  background: transparent;
  color: var(--main);
}
#sec1 .post-box {
  margin: 0;
}
#sec1 .post-box dl {
  padding: 0;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--main);
  padding-left: 10px;
  margin-bottom: 8px;
}
#sec1 .post-box dl dt {
  line-height: inherit;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
}

#sec1 .post-box dl dd {
  margin-top: -4px;
}
#sec1 .post-box__header {
  display: none;
}

/*--------------------------------------
      sec2
  --------------------------------------*/
#sec2 {
  padding: 75px 0 80px;
  background: linear-gradient(to bottom, #fff, #fff0f5);
}
#sec2 h2 {
  line-height: 48px;
  margin-bottom: 45px;
}
#sec2 .row {
  justify-content: space-between;
}
#sec2 .row .item {
  background: url(../img/top/sec2_ttl_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  width: calc(25% - 15px);
  padding: 28px 0;
  min-height: 431px;
  box-sizing: border-box;
  position: relative;
  line-height: 28px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
#sec2 .row .item:nth-child(1) .img {
  bottom: -30px;
}
#sec2 .row .item h3 {
  font-size: 24px;
  text-align: center;
  color: var(--main);
  font-weight: bold;
}
#sec2 .row .item .txt {
  margin: 17px 23px 0;
}
#sec2 .row .item .img {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -11px;
  text-align: center;
}
#sec2 .row .item .img img {
  transform: scale(0.5);
}

/*--------------------------------------
      sec3
  --------------------------------------*/
#sec3 {
  padding: 85px 0 8px;
  background: #fff;
}
#sec3 h2 {
  text-align: left;
  margin-bottom: -3px;
}
#sec3 .elementor-container {
  position: relative;
  gap: 40px;
  margin-bottom: 64px;
  flex-wrap: nowrap;
  align-items: center;
}
#sec3 .elementor-container .elementor-column.elementor-col-50,
#sec3 .elementor-container .elementor-column[data-col='50'] {
  width: auto;
}
#sec3 .elementor-container .content {
  padding-top: 47px;
  width: 303px;
}
#sec3 .elementor-container .content .ttl {
  width: 303px;
  font-size: 14px;
  color: var(--main);
}
#sec3 .elementor-container .content h3 {
  font-size: 24px;
  margin: 10px 0 12px;
  letter-spacing: 0.06em;
}
#sec3 .elementor-container .content .txt {
  line-height: 32px;
  letter-spacing: 0.02em;
}
#sec3 .elementor-container .elementor-widget-container:has(img) {
  margin-right: -143px;
  position: relative;
  z-index: 1;
}
#sec3 .elementor-container .elementor-widget-container:has(img):before {
  content: '';
  position: absolute;
  top: 24px;
  left: -24px;
  bottom: -24px;
  right: 24px;
  background: var(--main);
  z-index: -1;
  opacity: 0.72;
}
#sec3 .row2 .elementor-container .elementor-widget-container:has(img) {
  margin-right: 0;
  margin-left: -143px;
}
#sec3 .row2 .elementor-container .content {
  padding-top: 0;
}
#sec3 .row2 .elementor-container .elementor-widget-container:has(img):before {
  left: 24px;
  right: -24px;
}
/*--------------------------------------
      sec4
  --------------------------------------*/
#sec4 {
  color: #fff;
  padding: 90px 0 0;
  position: relative;
  background: url(../img/top/sec4_bg.jpg) no-repeat center bottom 226px;
  background-size: cover;
  z-index: 1;
}
#sec4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 422px;
  background: linear-gradient(to bottom, #fff, #fff0f5);
  z-index: -1;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
#sec4 h2 {
  letter-spacing: 0.08em;
  text-align: left;
}
#sec4 .row1 {
  justify-content: end;
  color: var(--main);
  margin: -98px -40px 0 0;
  gap: 8px;
  font-weight: bold;
}
#sec4 .row1 dl {
  width: 195px;
  height: 195px;
  background: #faf7f8;
  border: 1px solid var(--main);
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}
#sec4 .row1 dl:nth-child(2) {
  background: #fff;
}
#sec4 .row1 dl:has(small) {
  line-height: 32px;
}
#sec4 .row1 dl span {
  font-size: 20px;
  display: block;
}
#sec4 .row1 dl small {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: -9px;
  letter-spacing: 0em;
  display: block;
}
#sec4 .bg {
  padding-top: 1px;
  margin-top: 118px;
  padding-bottom: 64px;
}
#sec4 .bg .row2 {
  justify-content: center;
  margin-top: 20px;
  gap: 40px;
  padding: 0 20px;
}
#sec4 .bg .row2 div {
  width: 50%;
  max-width: 400px;
}
#sec4 .bg .row2 div a {
  display: block;
  background: #fff;
  color: var(--main);
  border: 2px solid var(--main);
  box-sizing: border-box;
  position: relative;
  padding-top: 13px;
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.06em;
  padding-bottom: 52px;
}
#sec4 .bg .row2 div a:before {
  content: '';
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 6px;
  height: 6px;
  background: var(--main);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
#sec4 .bg .row2 div a:hover {
  opacity: 0.8;
}
#sec4 .bg .row2 div a .img {
  margin-bottom: -14px;
}
#sec4 .bg .row2 div a .img img {
  transform: scale(0.5);
}

/*--------------------------------------
      sec5
  --------------------------------------*/
#sec5 {
  background: url(../img/top/sec5_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 84px 0 67px;
}
#sec5 h2 {
  margin-left: 2px;
  letter-spacing: 0.08em;
  line-height: inherit;
}
#sec5 .row {
  margin-top: 18px;
}
#sec5 .row .elementor-container {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
#sec5 .row .elementor-container .elementor-column {
  width: calc(50% - 15px);
  background: url(../img/top/sec5_ttl_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
  padding: 53px 48px 82px;
  box-sizing: border-box;
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
#sec5 .row .elementor-container .elementor-column h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: 'Noto Serif JP';
  font-weight: bold;
  color: var(--main);
}
#sec5 .row .elementor-container .elementor-column .elementor-widget-text-editor {
  text-align: left;
  color: inherit;
  font-family: inherit;
}

/*--------------------------------------
      sec6
  --------------------------------------*/
#sec6 {
  padding: 80px 0 96px;
  position: relative;
  background: #fff;
  z-index: 1;
}
#sec6:before,
#sec6:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 409px;
  background: var(--main);
  opacity: 0.08;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#sec6:after {
  top: auto;
  bottom: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  height: 464px;
}
#sec6 .row {
  justify-content: space-between;
  gap: 20px;
}
#sec6 .row1 .photo {
  margin-left: -143px;
  max-width: 683px;
}
#sec6 .row1 .content {
  text-align: center;
  width: 50%;
  padding-top: 41px;
  box-sizing: border-box;
  padding-left: 20px;
  min-width: 480px;
}
#sec6 .row1 .content h3 {
  letter-spacing: 0.06em;
  font-size: 24px;
  font-weight: bold;
}
#sec6 .row1 .content .txt {
  margin: 19px -8px 18px;
}
#sec6 .row1 .content .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec6 .row1 .content .buttons .btn-cus {
  margin-bottom: 20px;
  width: 48%;
}
#sec6 h2 {
  text-align: center;
  font-size: 24px;
  margin: 123px 0 36px;
  line-height: 40px;
  position: relative;
  letter-spacing: 0.06em;
  font-weight: bold;
}
#sec6 h2:before {
  content: '';
  width: 41px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
  background: url(../img/top/sec6_icon.png) no-repeat center top;
  background-size: contain;
}
#sec6 .row2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 64px;
}
#sec6 .row2 .photo {
  margin-right: -143px;
  max-width: 683px;
}
#sec6 .row2 .content {
  width: 496px;
  min-width: 425px;
  padding-top: 3px;
}
#sec6 .row2 .content dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 33px;
  line-height: 21px;
  align-items: end;
  gap: 29px;
}
#sec6 .row2 .content dl dt {
  font-size: 14px;
}
#sec6 .row2 .content dl dd {
  font-size: 24px;
  margin-bottom: 8px;
  letter-spacing: 0.07em;
}
#sec6 .buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 19px;
  justify-content: center;
}
#sec6 .button {
  border: 1px solid #707070;
  box-sizing: border-box;
}
#sec6 .button a {
  padding-left: 32px;
}

/*--------------------------------------
    SP-smartphone
  --------------------------------------*/
@media screen and (max-width: 767px) {
  /*--------------------------------------
      #mainimage 
    --------------------------------------*/
  #mainimage {
    height: 100svh;
  }
  #mainimage .key-catch {
    width: 136px;
    left: 30px;
    margin-top: 0;
    top: 142px;
    transform: none;
  }
  #mainimage .key-catch img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: calc(100svh - 210px);
  }
  #mainimage .slide2 img {
    object-position: 75% top;
  }
  #mainimage .slide4 img {
    object-position: 56% top;
  }
  /*--------------------------------------
      sec1
    --------------------------------------*/
  #sec1 {
    padding: 53px 0 64px;
  }
  #sec1:before,
  #sec1:after {
    width: 195px;
    height: 64px;
  }
  #sec1:after {
    left: 0;
  }
  #sec1 h2 {
    margin-bottom: 29px;
  }
  #sec1 .elementor-text-editor p {
    text-align: justify !important;
    line-height: 28px;
    letter-spacing: 0em;
    margin-right: 15px;
  }
  #sec1 .elementor-tabs {
    margin-top: 30px;
  }
  #sec1 .elementor-tabs .elementor-tabs-content-wrapper {
    border: none;
  }
  #sec1 .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
  }
  #sec1 .elementor-tabs .elementor-tab-content {
    padding: 9px 20px 42px;
  }
  #sec1 .post-box dl {
    padding-left: 0;
    padding-bottom: 8px;
    margin-bottom: 7px;
  }
  #sec1 .post-box dl dd {
    margin-top: -8px;
    overflow: hidden;
  }
  /*--------------------------------------
      sec2
    --------------------------------------*/
  #sec2 {
    padding: 53px 0 64px;
  }
  #sec2 h2 {
    line-height: 42px;
    margin-bottom: 31px;
  }
  #sec2 .row {
    gap: 16px;
  }
  #sec2 .row .item {
    width: 100%;
    padding: 23px 0 0 33%;
    line-height: 24px;
    min-height: 172px;
    background: url(../img/top/sec2_ttl_bg_sp.jpg) no-repeat center top;
    background-size: 100% 100%;
    box-shadow: none;
  }
  #sec2 .row .item:nth-child(1) .img {
    bottom: auto;
  }
  #sec2 .row .item h3 {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.07em;
  }
  #sec2 .row .item .txt {
    margin: 10px 3px 0 0;
  }
  #sec2 .row .item .img {
    width: 39%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -4%;
  }
  /*--------------------------------------
      sec3
    --------------------------------------*/
  #sec3 {
    padding: 53px 0 35px;
  }
  #sec3 h2 {
    text-align: center;
    margin-bottom: -3px;
  }
  #sec3 h2 .purple {
    font-size: 40px;
  }
  #sec3 .elementor-container {
    flex-direction: column-reverse;
    gap: 38px;
    margin-bottom: 0;
    margin-top: 35px;
  }
  #sec3 .elementor-container .elementor-column.elementor-col-50,
  #sec3 .elementor-container .elementor-column[data-col='50'] {
    width: 100%;
  }
  #sec3 .elementor-container .elementor-widget-container:has(img) {
    margin-right: -30px;
    height: 53.4vw;
  }
  #sec3 .elementor-container .elementor-widget-container:has(img):before {
    top: 20px;
    left: -20px;
    bottom: -20px;
    right: 20px;
  }
  #sec3 .elementor-container .elementor-widget-container:has(img) img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
  #sec3 .elementor-container .content {
    padding-top: 0;
    width: auto;
    text-align: center;
  }
  #sec3 .elementor-container .content .ttl {
    margin-left: 14px;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  #sec3 .elementor-container .content h3 {
    margin: 3px 0 4px;
    line-height: 34px;
  }
  #sec3 .elementor-container .content .txt {
    text-align: left;
  }
  #sec3 .row2 .elementor-container {
    flex-direction: column;
  }
  #sec3 .row2 .elementor-container .elementor-widget-container:has(img) {
    margin-left: -30px;
  }
  #sec3 .row2 .elementor-container .elementor-widget-container:has(img):before {
    right: -20px;
    left: 20px;
  }
  /*--------------------------------------
      sec4
    --------------------------------------*/
  #sec4 {
    padding: 57px 0 48px;
    background-position-y: 0;
    background-position-x: 0;
    background-size: 100% 45vw;
  }
  #sec4:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vw;
    background: rgba(0, 0, 0, 0.2);
    z-index: -2;
  }
  #sec4:before {
    height: auto;
    top: 160px;
    bottom: 0;
  }
  #sec4 h2 {
    text-align: center;
  }
  #sec4 .bg {
    margin-top: 58px;
    padding: 24px;
    box-sizing: border-box;
  }
  #sec4 .bg .row1 {
    margin: 0;
    gap: 17px;
  }
  #sec4 .bg .row1 dl {
    background: transparent;
    border: none;
    border-radius: 0;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px dashed var(--main);
    font-size: 20px;
    height: auto;
    width: auto;
    justify-content: space-between;
    padding-bottom: 22px;
    line-height: 28px;
  }
  #sec4 .bg .row1 dl dt {
    font-size: 14px;
  }
  #sec4 .bg .row1 dl dd {
    width: 63%;
  }
  #sec4 .bg .row1 dl small {
    font-size: 16px;
    margin-top: 3px;
    display: block;
  }
  #sec4 .bg .row1 dl:nth-child(2) {
    padding-bottom: 16px;
  }
  #sec4 .bg .row2 {
    margin-top: 16px;
    gap: 8px;
    padding: 0;
  }
  #sec4 .bg .row2 .button {
    width: 100%;
    max-width: unset;
  }
  #sec4 .bg .row2 .button a {
    padding-top: 37px;
    font-size: 20px;
    padding-bottom: 35px;
  }
  #sec4 .bg .row2 .button a:before {
    bottom: 4px;
    right: 2px;
    width: 7px;
    height: 7px;
  }
  #sec4 .bg .row2 .button a .img {
    width: 38px;
    margin: 0 auto 11px;
  }
  #sec4 .bg .row2 .button a .img img {
    transform: none;
  }
  #sec4 .bg .row2 .button:nth-child(2) a .img {
    width: 53px;
  }
  /*--------------------------------------
      sec5
    --------------------------------------*/
  #sec5 {
    padding: 64px 0 48px;
  }
  #sec5 .row {
    margin-top: 13px;
  }
  #sec5 .row .elementor-container {
    flex-direction: column;
  }
  #sec5 .row .elementor-container .elementor-column {
    background: url(../img/top/sec5_ttl_bg_sp.jpg) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    padding: 30px 23px 20px;
    margin-bottom: 16px;
    box-shadow: none;
  }
  #sec5 .row .elementor-container .elementor-column h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #sec5 .row .elementor-container .elementor-column .elementor-widget-text-editor {
    line-height: 32px;
  }
  /*--------------------------------------
      sec6
    --------------------------------------*/
  #sec6 {
    padding: 67px 0 63px;
  }
  #sec6:before,
  #sec6:after {
    height: 120px;
  }
  #sec6 .row {
    flex-direction: column;
  }
  #sec6 .row1 {
    gap: 14px;
  }
  #sec6 .row1 .photo {
    margin-left: -30px;
  }
  #sec6 .row1 .content {
    padding-top: 0;
    width: 100%;
    padding-left: 0;
    min-width: 0;
    text-align: left;
  }
  #sec6 .row1 .content h3 {
    font-size: 20px;
    text-align: center;
  }
  #sec6 .row1 .content h3 span {
    font-size: 20px;
  }
  #sec6 .row1 .content h3 small {
    font-size: 20px;
  }
  #sec6 .row1 .content .txt {
    margin: 14px 0 22px;
    line-height: 24px;
  }
  #sec6 .row1 .content .txt br {
    display: none;
  }
  #sec6 .row1 .content .buttons .btn-cus {
    margin-bottom: 17px;
    width: 100%;
  }
  #sec6 h2 {
    text-align: left;
    font-size: 20px;
    margin: 65px 0 37px;
    letter-spacing: 0.04em;
    line-height: 32px;
  }
  #sec6 h2:before {
    top: -50px;
  }
  #sec6 .row2 {
    justify-content: start;
    gap: 16px;
    margin-bottom: 35px;
  }
  #sec6 .row2 .photo {
    margin-right: 0;
  }
  #sec6 .row2 .content {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    min-width: 0;
  }
  #sec6 .row2 .content dl {
    margin-top: 0;
    margin-bottom: 26px;
    justify-content: space-between;
  }
  #sec6 .row2 .content dl dd {
    letter-spacing: 0.05em;
    margin-left: -40px;
  }
  #sec6 .button {
    width: 100%;
  }
  #sec6 .buttons {
    flex-direction: column;
    gap: 32px;
  }
}
/*--------------------------------------
    fix respon
  --------------------------------------*/
@media (min-width: 768px) and (max-width: 980px) {
  #sec2 .row {
    flex-wrap: wrap;
  }
  #sec2 .row .item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1190px) {
  #sec4 .row1 {
    margin-right: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  #sec6 .row1 .photo {
    margin-left: calc(50% - 50vw);
  }
  #sec6 .row2 .photo {
    margin-right: calc(50% - 50vw);
  }
}
/*# sourceMappingURL=top.css.map */
