/*
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
*/
.parallax-deco {
  animation: decoLoop 30s linear infinite;
}
.parallax-deco .simpleParallax {
  overflow: visible !important;
  transform: scale(0.63);
}
.parallax-deco img {
  object-fit: contain;
}

@keyframes decoLoop {
  0% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
.c-row {
  position: relative;
  z-index: 1;
}
.c-row .elementor-image-box-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 30px;
}
.c-row .elementor-image-box-img {
  float: none !important;
  position: relative;
  height: auto;
  z-index: 1;
}
.c-row .elementor-image-box-img:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: var(--blue);
  z-index: -1;
  border-radius: 10px;
}
.c-row .elementor-image-box-img img {
  border-radius: 10px;
}
.c-row .parallax-deco {
  position: absolute;
  right: -11px;
  z-index: 2;
  width: 132px;
  top: -90px;
}
@media screen and (max-width: 767px) {
  .c-row .elementor-image-box-wrapper {
    flex-direction: column !important;
    gap: 41px;
  }
  .c-row .elementor-image-box-img:before {
    top: 10px;
    left: 10px;
  }
  .c-row .parallax-deco {
    width: 87px;
    top: -60px;
    right: 0;
  }
}
.row-l .elementor-image-box-wrapper {
  flex-direction: row;
}

/*--------------------------------------
	mainimage
--------------------------------------*/
#mainimage {
  position: relative;
  overflow: hidden;
}
#mainimage:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 62, 77, 0.2);
}
#mainimage .row {
  flex-direction: row-reverse;
}
#mainimage .key-content {
  position: absolute;
  left: 2px;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-top: 2px;
}
#mainimage .key-content p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #mainimage .row {
    flex-direction: column;
  }
  #mainimage .key-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
    margin-top: 14px;
  }
}

/*--------------------------------------
	sec1
--------------------------------------*/
#sec1 {
  padding: 86px 0 60px;
  background: #f5fcff;
}
#sec1 .row {
  gap: 40px;
  margin-top: 29px;
}
#sec1 .row > div {
  width: 50%;
  box-sizing: border-box;
}
#sec1 .row .left {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
}
#sec1 .row .left .table-note {
  color: #000;
  margin-top: 10px;
}
#sec1 .row .left .info {
  margin: 29px 0;
  color: #000;
}
#sec1 .row .left .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 8px;
}
#sec1 .row .left .info dl dt {
  color: var(--blue);
  min-width: 74px;
}
#sec1 .row .left .bg {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 18px);
  padding: 16px 30px 11px;
  letter-spacing: 0em;
}
#sec1 .row .left .bg h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid;
}
#sec1 .row .left .bg .pay {
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
  padding-right: 5px;
  margin-top: 10px;
  box-sizing: content-box;
}
#sec1 .row .g-calendar iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding: 61px 0 30px;
  }
  #sec1 .row {
    margin-top: 0px;
    gap: 30px;
  }
  #sec1 .row > div {
    width: 100%;
  }
  #sec1 .row .left .table-note {
    margin-top: 13px;
  }
  #sec1 .row .left .info dl {
    margin-bottom: 9px;
  }
  #sec1 .row .left .info dl dt {
    min-width: 58px;
  }
  #sec1 .row .left .bg {
    padding: 11px 18px 15px;
    font-size: 12px;
  }
  #sec1 .row .left .bg h3 {
    padding-bottom: 6px;
  }
  #sec1 .row .left .bg .pay {
    padding-right: 2px;
    margin-top: 7px;
    padding-left: 3px;
    box-sizing: border-box;
  }
}

.g-map {
  height: 340px;
}
.g-map iframe {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .g-map {
    height: 320px;
  }
}

/*--------------------------------------
	rss
--------------------------------------*/
#rss {
  padding: 61px 0 81px;
  background: #f5fcff;
}
#rss .post-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 60px;
}
#rss .post-box__header {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
}
#rss .post-box__header a {
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  font-weight: 700;
  color: var(--blue);
  transition: all 0.3s ease;
}
#rss .post-box__header a:hover {
  opacity: 0.6;
}
#rss .post-box__content dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  gap: 9px;
  margin-bottom: -1px;
}
#rss .post-box__content dl dt {
  color: #afafaf;
}
#rss .post-box__content dl dt .new-label {
  background: var(--blue);
  display: inline-block;
  font-size: 9px;
  color: #fff;
  width: 38px;
  font-weight: 300;
  height: 17px;
  text-align: center;
  line-height: 17px;
  margin: 0px 0 0px 12px;
  transform: translateY(-1px);
}
#rss .post-box__content dl dd {
  color: #2a2a2a;
}
#rss .post-box__content dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #rss {
    padding-bottom: 59px;
  }
  #rss .post-box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 25px 20px;
    padding-bottom: 70px;
  }
  #rss .post-box__header {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  #rss .post-box__content dl {
    line-height: 26px;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px dotted #cbcac9;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  #rss .post-box__content dl dt {
    letter-spacing: 0.02em;
  }
  #rss .post-box__content dl dt:after {
    height: 16px;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin: 0px 0 0px 14px;
    transform: translateY(0px);
  }
  #rss .post-box__content dl dd {
    font-size: 13px;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/*--------------------------------------
  sec2
--------------------------------------*/
#sec2 {
  padding: 86px 0 80px;
  z-index: 2;
  position: relative;
  background: #f5fcff;
}
#sec2 * {
  position: static;
}
#sec2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: none;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
#sec2 .bg .simpleParallax {
  height: 100%;
}
#sec2 .bg img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

#sec2 .content {
  width: 100%;
  max-width: 480px;
  margin-top: 24px;
}
#sec2 .content .buttons {
  margin-top: 36px;
}
#sec2 .content .buttons p {
  margin-bottom: 30px;
}
#sec2 .content .buttons p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 62px 0 100.3vw;
  }
  #sec2 .bg {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
  }
  #sec2 .content {
    margin-top: 0px;
  }
  #sec2 .content .txt {
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: justify;
    margin-right: 8px;
  }
  #sec2 .content .buttons {
    margin-top: 30px;
  }
  #sec2 .content .buttons p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  #sec2 .bg img {
    object-position: 60% top;
  }
}
/*--------------------------------------
  sec3
--------------------------------------*/
#sec3 {
  position: relative;
  padding: 88px 0 180px;
  z-index: 1;
}
#sec3:before,
#sec3:after {
  content: '';
  position: absolute;
  top: -46px;
  left: 0;
  width: 100%;
  height: 560px;
  background: url('../img/top/s3_curve1.png') no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
}
#sec3::after {
  top: auto;
  bottom: 0;
  background: url('../img/top/s3_curve4.png') no-repeat center top;
  background-size: auto 100%;
}
#sec3 .ttl-common {
  margin-bottom: 78px;
}
#sec3 .c-row {
  margin-bottom: 136px;
}
#sec3 .c-row .elementor-image-box-content {
  width: 480px;
  max-width: 100%;
}
#sec3 .c-row .elementor-image-box-img {
  margin: 0px 20px 0 0 !important;
  width: 540px !important;
}
#sec3 .c-row .content {
  margin-top: -4px;
}
#sec3 .c-row .content .num {
  font-size: 70px;
  font-weight: bold;
  line-height: 54px;
  color: #9edaf2;
}
#sec3 .c-row .content h2 {
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 36px;
  color: var(--blue);
  font-family: 'Zen Maru Gothic';
  margin: 10px 0 25px;
  letter-spacing: 0.1em;
}
#sec3 .c-row .content h2 {
  margin-right: -40px;
}
#sec3 .row-l .elementor-image-box-img {
  margin: 0 !important;
}
#sec3 .row2 {
  margin-bottom: 210px;
}
#sec3 .row2:before {
  content: '';
  position: absolute;
  top: 24px;
  right: calc(50% - 733px);
  height: 582px;
  width: 809px;
  background: url('../img/top/s3_curve2.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec3 .row2 .parallax-deco {
  width: 92px;
  right: auto;
  left: -5px;
  top: -73px;
}
#sec3 .row3 {
  margin-bottom: 210px;
}
#sec3 .row3:before {
  content: '';
  position: absolute;
  top: -236px;
  left: calc(50% - 896px);
  height: 975px;
  width: 1024px;
  background: url('../img/top/s3_curve3.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec3 .row3 .parallax-deco {
  width: 80px;
  top: -101px;
  right: 18px;
}
#sec3 .row4 {
  margin-bottom: 0;
}
#sec3 .row4 .parallax-deco {
  width: 95px;
  top: -103px;
  right: auto;
  left: -10px;
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 62px 0 97px;
  }
  #sec3:before {
    top: 0;
    height: 214vw;
    background: url('../img/top/s3_curve1_sp.png') no-repeat center top;
    background-size: contain;
  }
  #sec3:after {
    height: 132vw;
    background: url('../img/top/s3_curve4_sp.png') no-repeat center bottom;
    background-size: contain;
  }
  #sec3 .ttl-common {
    margin-bottom: 48px;
  }
  #sec3 .c-row {
    margin-bottom: 106px;
  }
  #sec3 .c-row .elementor-image-box-img {
    width: calc(100% - 10px) !important;
  }
  #sec3 .c-row .content h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
  }
  #sec3 .row2 {
    margin-bottom: 80px;
  }
  #sec3 .row2:before {
    top: 58%;
    right: -102px;
    height: 310px;
    width: 430px;
  }
  #sec3 .row2 .parallax-deco {
    width: 74px;
    left: 0px;
    top: -59px;
  }
  #sec3 .row3:before {
    top: 64vw;
    left: -52%;
    height: 110%;
    width: 150vw;
  }
  #sec3 .row3 .parallax-deco {
    width: 52px;
    right: 7px;
    top: -69px;
  }
  #sec3 .row3 .content h2 {
    margin-right: -20px;
  }
  #sec3 .row4 {
    margin-bottom: 0;
  }
  #sec3 .row4 .parallax-deco {
    width: 74px;
    top: -80px;
    left: -3px;
  }
}
@media (max-width: 1140px) and (min-width: 767px) {
  #sec3 .row-l .elementor-image-box-wrapper {
    gap: 40px;
  }
  #sec3 .row-l .elementor-image-box-content {
    margin-right: -20px;
  }
}
@media screen and (min-width: 1366px) {
  #sec3:before,
  #sec3:after {
    background-size: 100% 100%;
  }
}
@media (max-width: 900px) and (min-width: 767px) {
  #sec3 .c-row .elementor-image-box-wrapper {
    display: block !important;
  }
  #sec3 .c-row .elementor-image-box-content {
    width: 100%;
  }
  #sec3 .c-row .elementor-image-box-img {
    float: right !important;
    width: 50% !important;
    margin: 0px 0 20px 20px !important;
  }
  #sec3 .row-l .elementor-image-box-img {
    float: left !important;
    margin: 0px 30px 23px 0px !important;
  }
}
/*--------------------------------------
  sec4
--------------------------------------*/
#sec4 {
  padding: 86px 0 80px;
  position: relative;
  z-index: 1;
}
#sec4:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 325px;
  bottom: 0;
  background: #fffced;
  border-radius: 40px 40px 0 0;
  z-index: -1;
}
#sec4 .row {
  gap: 40px;
  margin-top: 29px;
}
#sec4 .row .item {
  width: 25%;
  display: flex;
  flex-direction: column;
}
#sec4 .row .item .img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
#sec4 .row .item h2 {
  color: var(--blue);
  text-align: center;
  font-weight: bold;
  margin: 20px 0 15px 2px;
}
#sec4 .row .item .txt {
  margin-bottom: 26px;
}
#sec4 .row .item .btn-cus {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 61px 0;
  }
  #sec4::before {
    top: 0;
    border-radius: 0;
  }
  #sec4 .row {
    margin-top: 19px;
    gap: 60px;
  }
  #sec4 .row .item {
    width: 100%;
  }
  #sec4 .row .item .img {
    width: 240px;
    margin: 0 auto;
    max-width: calc(100% - 20px);
  }
  #sec4 .row .item h2 {
    margin-top: 17px;
    margin-bottom: 12px;
  }
  #sec4 .row .item .txt {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  #sec4 .row {
    gap: 20px;
    margin: 0 -10px;
  }
  #sec4 .row .item h2 {
    font-size: 20px;
  }
}

/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 {
  background: #f5fcff;
  padding: 86px 0 80px;
}
#sec5 .c-row {
  margin-top: 25px;
}
#sec5 .c-row .intro {
  position: absolute;
  right: -40px;
  width: 320px;
  height: 75px;
  top: 281px;
  z-index: 2;
  background: #f5e35e;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 70px;
}
#sec5 .c-row .intro small {
  font-size: 18px;
  margin-right: 16px;
}
#sec5 .c-row .parallax-deco {
  width: 127px;
  top: -149px;
  right: calc(50% - 175px);
}
#sec5 .c-row .elementor-image-box-content {
  width: 540px;
  max-width: 100%;
}
#sec5 .c-row .elementor-image-box-img {
  width: 460px !important;
  max-width: 100%;
  margin: -97px 20px 0 0 !important;
}
#sec5 .c-row .btn-cus {
  margin: 56px 0 0 0;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 61px 0 118px;
  }
  #sec5 .c-row {
    margin-top: 1px;
  }
  #sec5 .c-row .parallax-deco {
    width: 102px;
    top: -30px;
    right: 0;
  }
  #sec5 .c-row .parallax-deco .simpleParallax {
    transform: scale(-0.77, 0.77);
  }
  #sec5 .c-row .intro {
    right: calc(50% - 50vw);
    border-radius: 10px 0 0 10px;
    bottom: auto;
    top: 64vw;
    width: 187px;
    height: 57px;
    font-size: 18px;
    line-height: 54px;
  }
  #sec5 .c-row .intro small {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 13px;
  }
  #sec5 .c-row .elementor-image-box-img {
    margin: 0 !important;
    max-width: calc(100% - 13px);
  }
  #sec5 .c-row .elementor-image-box-img:before {
    top: 13px;
    left: 13px;
  }
  #sec5 .c-row .btn-cus {
    margin: 37px auto 0;
  }
}
@media (max-width: 1140px) and (min-width: 767px) {
  #sec5 .c-row .intro {
    top: 19.6vw;
    right: -25px;
  }
}
@media (max-width: 900px) and (min-width: 767px) {
  #sec5 .c-row .intro {
    top: 35vw;
    width: 33%;
    font-size: 3.1vw;
    height: 70px;
  }
  #sec5 .c-row .intro small {
    font-size: 2.2vw;
  }
  #sec5 .c-row .elementor-image-box-wrapper {
    display: block !important;
  }
  #sec5 .c-row .elementor-image-box-content {
    width: 100%;
  }
  #sec5 .c-row .elementor-image-box-img {
    float: right !important;
    width: 50% !important;
    margin: 0px 0 20px 20px !important;
  }
  #sec5 .c-row .parallax-deco {
    top: -60px;
  }
}

/*--------------------------------------
  sec6
--------------------------------------*/
#sec6 {
  padding: 80px 0;
}
#sec6 .box {
  border: 2px solid #0386a5;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 51px;
}
#sec6 .box h2 {
  background: #0386a5;
  font-size: 32px;
  color: #fff;
  padding: 21px 0 32px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
#sec6 .box h2 img {
  width: 43px !important;
  height: 43px;
  margin: 0 25px -8px 3px;
}
#sec6 .box h3 {
  color: #0386a5;
  margin: 0 20px;
}
#sec6 .box h4 {
  margin: 19px auto 33px;
  font-size: 18px;
  padding: 7px 24px 9px;
  letter-spacing: 0.1em;
  background: #f5e35e;
  display: table;
  border-radius: 10px;
}
#sec6 .box .row {
  justify-content: center;
  gap: 22px;
}
#sec6 .box .row li {
  width: 166px;
}
@media screen and (max-width: 767px) {
  #sec6 {
    padding: 2px 0 60px;
  }
  #sec6 .box {
    padding-bottom: 37px;
  }
  #sec6 .box h2 {
    padding: 24px 0 29px;
    font-size: 24px;
  }
  #sec6 .box h2 img {
    display: block;
    margin: 0 auto 14px;
  }
  #sec6 .box h3 {
    font-size: 18px;
    line-height: 27px;
  }
  #sec6 .box h4 {
    font-size: 14px;
    line-height: 21px;
    margin: 22px auto 29px;
    padding: 14px 14px;
    max-width: calc(100% - 20px);
  }
  #sec6 .box .row {
    gap: 9px;
    align-items: center;
  }
}

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