/*
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
*/
/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  position: relative;
  z-index: 2;
}
#mainimage .title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.04em;
}
#mainimage h2 {
  font-size: 120px;
  line-height: 0.84;
  display: table;
  margin: 7px auto -116px;
  letter-spacing: 0.01em;
  transform: translateX(-19px);
  position: relative;
  z-index: 5;
  color: #000;
}
#mainimage h2 span {
  display: block;
  margin-left: 20px;
  margin-left: 273px;
}
#mainimage .key-js {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 40px;
  align-items: start;
  justify-content: space-between;
}
#mainimage .key-js li {
  position: relative;
  overflow: hidden;
}
#mainimage .key-js li span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mainimage .key-js li span.before-active {
  z-index: 1;
}
#mainimage .key-js li span.active {
  z-index: 2;
  animation: clip 1s ease forwards;
}
#mainimage .key-js li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainimage .key-js li:nth-child(1) {
  width: 31.4152410575%;
  aspect-ratio: 404/590;
}
#mainimage .key-js li:nth-child(2) {
  margin-top: 6.2%;
  width: 30.9486780715%;
  aspect-ratio: 398/590;
}
#mainimage .key-js li:nth-child(3) {
  margin-top: 3.2%;
  width: 35.1477449456%;
  aspect-ratio: 452/590;
}
@media screen and (max-width: 767px) {
  #mainimage {
    padding-top: 84px;
  }
  #mainimage .title {
    font-size: 15px;
  }
  #mainimage h2 {
    font-size: 13.8461538462vw;
    margin-bottom: -27px;
    transform: none;
    margin-top: 26px;
  }
  #mainimage h2 span {
    margin-left: 31.3vw;
  }
  #mainimage .key-js {
    margin: 0;
  }
  #mainimage .key-js li:nth-child(1) {
    width: 20.5128205128%;
    aspect-ratio: 80/305;
  }
  #mainimage .key-js li:nth-child(1) img {
    object-position: right;
  }
  #mainimage .key-js li:nth-child(2) {
    width: 51.2820512821%;
    aspect-ratio: 200/305;
    margin-top: 10.2%;
  }
  #mainimage .key-js li:nth-child(3) {
    margin-top: 5%;
    width: 20.5128205128%;
    aspect-ratio: 80/305;
  }
  #mainimage .key-js li:nth-child(3) img {
    object-position: left;
  }
}
@media (min-width: 767px) and (max-width: 860px) {
  #mainimage h2 {
    font-size: 108px;
    margin-bottom: -104px;
  }
}

@keyframes clip {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 57px 0 96px;
  position: relative;
  z-index: 1;
}
#sec1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  z-index: -1;
  background: url('../img/top/s1_bg.jpg') no-repeat center bottom;
  background-size: 100% 100%;
}
#sec1 .elementor-row .elementor-row {
  flex-wrap: nowrap;
  gap: 20px;
}
#sec1 .elementor-row .elementor-row > div {
  width: auto !important;
}
#sec1 .elementor-row .elementor-row > div:nth-child(2) {
  width: 794px !important;
  margin: 73px 60px 0 auto;
  max-width: calc(100% - 191px);
}
#sec1 .post-box dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #a9bcc5;
  padding-bottom: 37px;
  letter-spacing: 0.02em;
  margin-bottom: 41px;
  padding-left: 6px;
}
#sec1 .post-box dl dt {
  font-size: 14px;
  letter-spacing: 0em;
  color: var(--blue);
  min-width: 154px;
}
#sec1 .post-box dl dt .new-label {
  display: none;
}
#sec1 .post-box dl dt:after {
  content: 'NEW';
  font-size: 10px;
  display: inline-block;
  background: #a9bcc5;
  border-radius: 20px;
  padding: 0 8px;
  color: #fff;
  margin: -10px 0 3px 4px;
  height: 15px;
  transform: translateY(-2px);
  line-height: 14px;
}
#sec1 .post-box dl dd {
  margin-top: -2px;
}
#sec1 .post-box dl dd br {
  display: none;
}
#sec1 .post-box dl dd a:hover {
  text-decoration: underline;
}
#sec1 .btn-cus {
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 80px 0 63px;
  }
  #sec1:before {
    height: 1249px;
    background-position-x: 0%;
    background-size: cover;
  }
  #sec1 .elementor-row {
    flex-direction: column;
  }
  #sec1 .elementor-row .elementor-row > div:nth-child(2) {
    max-width: 100%;
    width: 100%;
    margin: 33px 0 0;
  }
  #sec1 .post-box dl {
    padding-left: 0;
    flex-direction: column;
    padding-bottom: 13px;
    margin-bottom: 15px;
    gap: 9px;
  }
  #sec1 .post-box dl dt {
    letter-spacing: 0.02em;
  }
  #sec1 .btn-cus {
    margin-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 900px) and (min-width: 767px) {
  #sec1 .elementor-row .elementor-row > div:nth-child(2) {
    margin-right: 0;
  }
}

/*--------------------------------------
  sec2
--------------------------------------*/
#sec2 {
  background: url('../img/top/s2_bg.jpg') no-repeat center top;
  background-size: cover;
  padding: 88px 0 50px;
  overflow: hidden;
}
#sec2 .ttl-common {
  margin-left: 20px;
}
#sec2 .row {
  position: relative;
  z-index: 1;
  gap: 15px;
}
#sec2 .photos {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  width: 49.9vw;
  align-items: start;
}
#sec2 .photos li img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
#sec2 .photos li:nth-child(1) {
  width: calc((342 / 682) * 100%);
}
#sec2 .photos li:nth-child(2) {
  width: calc((308 / 682) * 100%);
  margin-top: 29.1%;
}
#sec2 .content {
  margin: -73px 0 0 auto;
  color: #3a3a3a;
  width: 539px;
  min-width: 400px;
}
#sec2 .content h3 {
  line-height: 1.6;
}
#sec2 .content .txt {
  width: 450px;
  font-size: 18px;
  margin: 32px 0 56px;
  line-height: 2;
  letter-spacing: 0em;
  font-family: 'Shippori Mincho';
  font-weight: 500;
}
#sec2 .content .txt span {
  display: block;
  margin-top: 36px;
}
#sec2 .content .btn-cus {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 65px 0;
  }

  #sec2 .ttl-common {
    margin-left: 0;
  }
  #sec2 .photos {
    position: static;
    margin: 14px -30px;
    width: auto;
  }
  #sec2 .photos li:nth-child(1) {
    width: calc((208 / 390) * 100%);
  }
  #sec2 .photos li:nth-child(2) {
    width: calc((167 / 390) * 100%);
    margin-top: 10%;
  }
  #sec2 .content {
    width: 100%;
    margin-top: -5px;
    min-width: unset;
  }
  #sec2 .content .txt {
    width: 100%;
    margin: 23px 0 47px;
    line-height: 1.8;
  }
  #sec2 .content .txt br {
    display: none !important;
  }
  #sec2 .content .txt span {
    margin-top: 22px;
  }
}

/*--------------------------------------
  sec3
--------------------------------------*/
#sec3 {
  padding: 88px 0 95px;
  background: url('../img/top/s3_bg.jpg') no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#sec3 .ttl-common {
  text-align: center;
}
#sec3 .ttl-common span {
  margin: 0 auto 16px;
}
#sec3 .text {
  width: auto;
  margin: 29px auto 49px;
  letter-spacing: 0em;
  max-width: 100%;
  color: #3b4043;
}
#sec3 .c-row {
  width: 100%;
  max-width: 1166px;
  margin: 0px auto;
}
#sec3 .c-row .elementor-image-box-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
}
#sec3 .c-row .elementor-image-box-img {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.25);
  float: none !important;
  width: 53.1732418525% !important;
  margin: 65px -38px 0 0 !important;
}
#sec3 .c-row .elementor-image-box-content {
  width: 520px !important;
  background: #fff;
  position: relative;
  z-index: 2;
}
#sec3 .c-row .content {
  padding: 32px 40px 50px;
  letter-spacing: 0em;
}
#sec3 .c-row .content .numb {
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 10px;
}
#sec3 .c-row .content .numb span {
  position: relative;
  font-size: 32px;
  top: 7px;
  margin-right: 4px;
  font-family: 'Shippori Mincho';
  font-weight: 500;
}
#sec3 .c-row .content h3 {
  margin: 13px 0 34px;
  letter-spacing: 0em;
  color: var(--blue);
}
#sec3 .c-row .content .txt {
  font-family: 'Shippori Mincho';
  font-weight: 500;
}
#sec3 .c-row.row2 {
  margin-bottom: 47px;
  margin-top: 110px;
}
#sec3 .c-row.row2 .elementor-image-box-wrapper {
  flex-direction: row-reverse;
}
#sec3 .c-row.row2 .elementor-image-box-img {
  margin: -37px 0px 0 -38px !important;
}
#sec3 .btn-cus {
  max-width: 340px;
  box-sizing: content-box;
  margin-top: 80px;
}

@media (max-width: 1040px) and (min-width: 900px) {
  #sec3 .c-row .elementor-image-box-wrapper {
    align-items: center;
  }
  #sec3 .c-row .elementor-image-box-img {
    margin-top: 0 !important;
  }
  #sec3 .c-row.row2 .elementor-image-box-img {
    margin-top: 0 !important;
  }
  #sec3 .c-row .content h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 900px) {
  #sec3 .c-row .elementor-image-box-wrapper {
    flex-direction: column !important;
  }
  #sec3 .c-row .elementor-image-box-img {
    width: auto !important;
    margin: 0 -83px -40px 0 !important;
  }
  #sec3 .c-row .elementor-image-box-content {
    margin-left: -30px;
    width: calc(100% + 30px) !important;
  }
  #sec3 .c-row .content {
    padding: 32px 30px 50px;
  }
  #sec3 .c-row.row2 {
    margin-top: 39px;
    margin-bottom: 40px;
  }
  #sec3 .c-row.row2 .elementor-image-box-img {
    width: auto !important;
    margin: 0 0px -40px -83px !important;
  }
  #sec3 .c-row.row2 .elementor-image-box-content {
    margin-left: auto;
    margin-right: -30px;
    width: calc(100% + 30px) !important;
  }
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 63px 0;
    overflow: hidden;
    background: url('../img/top/s3_bg_sp.jpg') no-repeat center;
    background-size: cover;
  }
  #sec3 .ttl-common span {
    margin-bottom: 8px;
  }
  #sec3 .text {
    width: 100%;
    margin: 14px 0px 34px;
  }
  #sec3 .text p {
    text-align: left;
  }
  #sec3 .c-row .content h3 {
    margin: 4px 0 9px;
  }
  #sec3 .c-row.row2 .elementor-image-box-img {
    margin-bottom: 0 !important;
  }
  #sec3 .c-row.row3 .elementor-image-box-img {
    margin: 0 -83px 0px 0 !important;
  }
  #sec3 .c-row .elementor-image-box-img img {
    width: 100% !important;
  }
  #sec3 .btn-cus {
    margin-top: 48px;
  }
}
/*--------------------------------------
  sec4
--------------------------------------*/
#sec4 {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #faede8, #dfe3e6);
  overflow: hidden;
  padding: 89px 0 96px;
}
#sec4 .ttl-common {
  display: table;
  width: auto !important;
}
#sec4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/top/s4_deco.png') no-repeat center top;
  background-size: contain;
  width: 581px;
  height: 858px;
  z-index: -1;
}
#sec4 .content {
  width: 796px;
  margin: -295px 60px 0 auto;
  max-width: 100%;
}
#sec4 .content ul {
  flex-wrap: wrap;
  gap: 17px;
  position: relative;
  z-index: 1;
}
#sec4 .content ul:before {
  content: '';
  position: absolute;
  top: 139px;
  right: 42px;
  width: 405px;
  height: 28px;
  background: #d9d9d9;
  z-index: -1;
}
#sec4 .content ul li {
  width: calc(25% - 13px);
}
#sec4 .content ul li a {
  display: block;
  height: 200px;
  font-size: 20px;
  background: #fff;
  text-align: center;
  padding-top: 42px;
  letter-spacing: 0em;
  line-height: 1.28;
  transition: all 0.3s ease;
}
#sec4 .content ul li a .icon {
  height: 96px;
  background: var(--blue);
  mask-image: url('../img/top/s4_i1.svg');
  -webkit-mask-image: url('../img/top/s4_i1.svg');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center top;
  -webkit-mask-position: center top;
  transition: all 0.3s ease;
}
#sec4 .content ul li:nth-child(2) a .icon {
  mask-image: url('../img/top/s4_i2.svg');
  -webkit-mask-image: url('../img/top/s4_i2.svg');
}
#sec4 .content ul li:nth-child(3) a .icon {
  mask-image: url('../img/top/s4_i3.png');
  -webkit-mask-image: url('../img/top/s4_i3.png');
  mask-size: 71px;
  -webkit-mask-size: 71px;
}
#sec4 .content ul li:nth-child(4) a .icon {
  mask-image: url('../img/top/s4_i4.svg');
  -webkit-mask-image: url('../img/top/s4_i4.svg');
}
#sec4 .content ul li:nth-child(5) a .icon {
  mask-image: url('../img/top/s4_i5.svg');
  -webkit-mask-image: url('../img/top/s4_i5.svg');
}
#sec4 .content ul li:nth-child(6) a .icon {
  mask-image: url('../img/top/s4_i6.svg');
  -webkit-mask-image: url('../img/top/s4_i6.svg');
}
#sec4 .content ul li:nth-child(7) a .icon {
  mask-image: url('../img/top/s4_i7.svg');
  -webkit-mask-image: url('../img/top/s4_i7.svg');
}
#sec4 .content ul li:nth-child(8) a .icon {
  mask-image: url('../img/top/s4_i8.svg');
  -webkit-mask-image: url('../img/top/s4_i8.svg');
}
#sec4 .content ul li a .icon img {
  vertical-align: middle;
  opacity: 0;
}
#sec4 .content ul li a:hover {
  background: #a9bcc5;
  color: #fff;
}
#sec4 .content ul li a:hover .icon {
  background: #fff;
}
#sec4 .content ul li:last-child a {
  padding-top: 28px;
}
#sec4 .content .banner {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  #sec4 {
    padding: 65px 0;
  }
  #sec4 .content {
    margin-top: 14px;
    margin-right: 0;
  }
  #sec4 .content .row {
    flex-direction: row;
    gap: 14px;
  }
  #sec4 .content .row li {
    width: calc(50% - 7px);
    order: 2;
  }
  #sec4 .content .row li a {
    height: 140px;
    padding-top: 25px;
    font-size: 16px;
  }
  #sec4 .content .row li a .icon {
    height: 61px;
    margin-bottom: 10px;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
  }
  #sec4 .content .row li a .icon img {
    height: 100%;
    object-fit: contain;
  }
  #sec4 .content .row li:nth-child(1) a {
    padding-top: 34px;
  }
  #sec4 .content .row li:nth-child(1) a .icon {
    height: 45px;
    margin-bottom: 17px;
  }
  #sec4 .content .row li:nth-child(4) {
    order: 1;
  }
  #sec4 .content .row li:nth-child(7) a .icon {
    height: 35px;
    margin: 13px 0 23px;
  }
  #sec4 .content .row li:nth-child(8) .icon {
    margin: -14px 0 7px;
    height: 65px;
  }
  #sec4 .content .banner {
    margin-top: 36px;
  }
}
@media (max-width: 1140px) and (min-width: 767px) {
  #sec4 .ttl-common {
    margin: 0 auto;
    text-align: center;
  }
  #sec4 .content {
    margin: 40px auto 0;
  }
}

/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 {
  position: relative;
  z-index: 1;
  padding-bottom: 95px;
}
#sec5:before {
  content: '';
  width: 100%;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: url('../img/top/s5_bg.jpg') no-repeat center top 2px;
  background-size: cover;
  margin-bottom: -95px;
  z-index: -1;
}
#sec5 > .elementor-container:first-child {
  margin-top: -100vh;
}
#sec5 h2 {
  text-align: center;
  padding-top: 88px;
}
#sec5 h2 span {
  display: table;
  margin: 0 auto 16px;
}
#sec5 .elementor-element:has(.s5-js) {
  overflow: hidden;
}
#sec5 .s5-js {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  will-change: auto;
  width: 400vw;
  margin-top: 20px;
}
#sec5 .s5-js .item {
  height: auto;
  min-height: 100vh;
  width: 100vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#sec5 .s5-js .item .row {
  width: calc(100% - 40px);
  max-width: 1166px;
  margin: 0 auto;
  align-items: center;
}
#sec5 .s5-js .item .row .photo {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.25);
  width: 42.6243567753%;
  position: relative;
  z-index: 2;
}
#sec5 .s5-js .item .row .content {
  background: #fff;
  margin-top: -20px;
  padding: 34px 64px 63px;
  width: 57.3756432247%;
}
#sec5 .s5-js .item .row .content .numb {
  font-weight: 500;
  color: #a9bcc5;
  font-size: 128px;
  line-height: 1;
}
#sec5 .s5-js .item .row .content h3 {
  font-size: 40px;
  color: var(--blue);
  line-height: 1.6;
  letter-spacing: 0em;
}
#sec5 .s5-js .item .row .content .txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-top: 22px;
}
#sec5 .progress {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  color: var(--blue);
  font-size: 20px;
  font-family: 'Cormorant Infant';
  font-weight: 500;
  letter-spacing: 0em;
  position: relative;
  width: 481px;
  margin: 81px auto 0;
  justify-content: space-between;
  padding-left: 7px;
}
#sec5 .progress:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 15px;
  right: 10px;
  height: 1px;
  background: var(--blue);
}
#sec5 .progress li {
  position: relative;
}
#sec5 .progress li:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 50%;
}
#sec5 .progress li:after {
  content: '';
  position: absolute;
  top: -32px;
  left: -7px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid var(--blue);
  border-radius: 50%;
  opacity: 0;
}
#sec5 .progress li.active:before {
  width: 16px;
  height: 16px;
  top: -24px;
  left: 1px;
}
#sec5 .progress li.active::after {
  opacity: 1;
}
#sec5 .btn-cus {
  margin-top: 20px;
  max-width: 333px;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding-bottom: 65px;
  }
  #sec5:before {
    margin-bottom: -65px;
  }
  #sec5 h2 {
    padding-top: 63px;
  }
  #sec5 h2 span {
    margin-bottom: 8px;
  }
  #sec5 .s5-js {
    margin-top: 14px;
  }
  #sec5 .s5-js .item .row {
    width: 100%;
  }
  #sec5 .s5-js .item .row .photo {
    width: 75%;
    margin: 0 auto;
  }
  #sec5 .s5-js .item .row .content {
    margin: -100px 30px 0;
    width: auto;
    padding: 115px 20px 41px;
  }
  #sec5 .s5-js .item .row .content .numb {
    font-size: 48px;
    margin-bottom: 8px;
  }
  #sec5 .s5-js .item .row .content h3 {
    font-size: 8.2051282051vw;
    line-height: 1.6;
  }
  #sec5 .s5-js .item .row .content .txt {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 9px;
  }
  #sec5 .progress {
    width: calc(100% - 64px);
    margin: 35px auto 0 28px;
    font-size: 15px;
  }
  #sec5 .progress:before {
    top: -4px;
  }
  #sec5 .progress li:before {
    top: -6px;
    left: 4px;
    width: 6px;
    height: 6px;
  }
  #sec5 .progress li:after {
    top: -11px;
    left: -1px;
    width: 16px;
    height: 16px;
  }
  #sec5 .progress li.active:before {
    width: 10px;
    height: 10px;
    top: -8px;
    left: 2px;
  }
  #sec5 .btn-cus {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  #sec5 .s5-js .item .row .content {
    padding-left: 40px;
  }
  #sec5 .s5-js .item .row .content h3 {
    font-size: clamp(24px, 3vw, 40px);
  }
}

/*--------------------------------------
  sec6
--------------------------------------*/
#sec6 {
  padding: 85px 0 80px;
  background: url('../img/top/s6_bg.png') no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
#sec6 .ttl-common {
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
#sec6 .photo {
  position: absolute;
  top: 56px;
  right: calc(50% - 683px);
  width: 776px;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.25);
}
#sec6 .photo img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
#sec6 .content {
  padding-left: 19px;
  margin-top: 53px;
}
#sec6 .content h3 {
  line-height: 1.8;
  letter-spacing: 0em;
}
#sec6 .content .txt {
  width: 470px;
  margin: 25px 0 64px;
  letter-spacing: 0em;
  line-height: 2.24;
}
#sec6 .content .btn-cus {
  max-width: 340px;
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding: 63px 0;
  }
  #sec6 .ttl-common {
    padding-left: 0;
  }
  #sec6 .photo {
    position: static;
    width: 100%;
    margin: 15px 0;
  }
  #sec6 .photo .elementor-image {
    height: 61vw;
  }
  #sec6 .photo .elementor-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
  #sec6 .content {
    margin-top: 10px;
    padding-left: 0;
  }
  #sec6 .content h3 {
    line-height: 1.6;
    font-size: 24px;
    margin-right: 0;
  }
  #sec6 .content .txt {
    width: 100%;
    line-height: 1.6;
    margin: 18px 0 50px;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  #sec6 .photo img {
    object-position: -100px top;
  }
}

/*--------------------------------------
  sec7
--------------------------------------*/
#sec7 {
  background: url('../img/top/s7_bg.jpg') no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 89px 0 120px;
  overflow: hidden;
}
#sec7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #e6ecf0, #dfe3e6);
  z-index: -1;
  opacity: 0.9;
}
#sec7 .elementor-row .elementor-row {
  justify-content: space-between;
}
#sec7 .elementor-row .elementor-row > div {
  width: auto !important;
}
#sec7 .content {
  margin-right: 19px;
  margin-top: 38px;
  max-width: 100%;
  margin-left: auto;
  width: 837px;
}
#sec7 .row {
  gap: 43px;
}
#sec7 .row1 > div {
  width: 50%;
}
#sec7 .row1 .left {
  color: #000;
}
#sec7 .row1 dl {
  line-height: 1.8;
  border-bottom: 1px solid #a9bcc5;
  padding-bottom: 13px;
  padding-left: 8px;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
#sec7 .row1 dl dt {
  color: var(--blue);
  margin-bottom: 1px;
}
#sec7 .row1 dl dd {
  font-family: 'Noto Sans JP';
  font-weight: 400;
}
#sec7 .row1 dl dd span {
  display: block;
  margin-top: 31px;
}
#sec7 .row1 .right {
  margin-top: 14px;
}
#sec7 .row1 .right .bg {
  padding: 19px 35px 35px;
  background: #fff;
  font-family: 'Noto Sans JP';
  font-weight: 400;
}
#sec7 .row1 .right .bg .timetable-top {
  line-height: 56px;
  text-align: center;
  font-size: 15px;
}
#sec7 .row1 .right .bg .timetable-top tr {
  border-bottom: 1px solid #cae6f1;
}
#sec7 .row1 .right .bg .timetable-top th {
  width: 116px;
}
#sec7 .row1 .right .bg .timetable-top .tri {
  color: #cae6f1;
}
#sec7 .row1 .right .bg .timetable-top thead td:last-child {
  letter-spacing: 0em;
  width: 48px;
}
#sec7 .row1 .right .bg .timetable-top .circle {
  position: relative;
}
#sec7 .row1 .right .bg .timetable-top .circle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background: #cae6f1;
  border-radius: 50%;
}
#sec7 .row1 .right .bg .table-note {
  font-size: 14px;
  line-height: 24px;
  margin: 9px 0 0;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#sec7 .row1 .right .bg .table-note span {
  color: #cae6f1;
}
#sec7 .row1 .right dl {
  margin: 15px 0 16px;
  padding-left: 36px;
}
#sec7 .row1 .right .g-map {
  height: 223px;
}
#sec7 .row1 .right .g-map iframe {
  height: inherit;
  width: 100%;
}
#sec7 .row1 .right .btn-cus {
  margin-top: 50px;
}
#sec7 .row2 {
  margin-top: 36px;
}
#sec7 .row2 .btn-cus {
  max-width: 357px;
}
@media screen and (max-width: 767px) {
  #sec7 {
    padding: 66px 0 64px;
    background: url('../img/top/s7_bg_sp.jpg') no-repeat center top;
    background-size: cover;
  }
  #sec7 .elementor-row .elementor-row > div {
    width: 100% !important;
  }
  #sec7 .content {
    margin-right: 0;
    margin-top: 33px;
    width: 100%;
  }
  #sec7 .content dl {
    padding-left: 0;
  }
  #sec7 .content dl dd:has(span) {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.03em;
  }
  #sec7 .content dl dd span {
    margin-top: 10px;
  }
  #sec7 .row1 {
    gap: 11px;
  }
  #sec7 .row1 > div {
    width: 100%;
  }
  #sec7 .row1 .right .bg {
    margin: 0 -30px;
  }
  #sec7 .row1 .right dl {
    margin: 23px 2px 16px;
    padding-left: 0;
  }
  #sec7 .row2 {
    margin-top: 48px;
    gap: 16px;
  }
}
@media (max-width: 1140px) and (min-width: 767px) {
  #sec7 .elementor-row {
    flex-direction: column !important;
  }
  #sec7 .content {
    width: 100%;
  }
  #sec7 .content .row {
    gap: 20px;
  }
}
@media (max-width: 900px) and (min-width: 767px) {
  #sec7 .ttl-common h2 > span {
    font-size: 94px;
  }
}

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