h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
  width: fit-content;
  border-bottom: 2px solid #D95839;
  line-height: 20px;
  color: #005D99;
}

h2 + p {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 16px;
}

.flexBox {
  display: flex;
}

.morebtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font-weight: 600;
}
.morebtn p {
  font-size: 16px;
}
.morebtn .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
.morebtn .circle .triangle {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #D95839;
}

@media screen and (max-width: 1280px) {
  h2 {
    font-size: 16px;
  }
  h2 + p {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 15px;
  }
  h2 + p {
    font-size: 20px;
    line-height: 2.3;
    margin-top: 6px;
  }
  .morebtn {
    gap: 12px;
  }
  .morebtn p {
    font-size: 13px;
  }
  .morebtn .circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
}
.secTop::after {
  content: "";
  background-color: #f0efed;
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0%;
  z-index: -1;
}

.secTop {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.secTop .wrap {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 300px;
  padding-left: 260px;
  max-width: 1980px;
}
.secTop .wrap .imgWrap {
  position: relative;
}
.secTop .wrap .imgWrap .imgBox {
  position: relative;
  max-width: initial;
  width: 1560px;
  border-radius: 0 0 0 550px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secTop .wrap .imgWrap .imgBox img {
  object-fit: cover;
  width: auto;
  height: auto;
}
.secTop .wrap .imgWrap .circleAnimation {
  bottom: 0;
  left: -100px;
  bottom: -150px;
}
.secTop .wrap .textWrap {
  color: #000;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.8;
  top: 148px;
  left: -100px;
  text-align: left;
}
.secTop .wrap .textWrap p {
  display: inline;
  background: linear-gradient(transparent 0%, #fff 0%);
}

@media screen and (max-width: 850px) {
  .secTop .wrap {
    padding-left: 90px;
  }
  .secTop .wrap .textWrap {
    top: 170px;
    left: initial;
  }
  .secTop .wrap .textWrap p {
    display: inline;
    background: linear-gradient(transparent 0%, #fff 0%);
    font-size: 5.5vw;
  }
  .secTop::after {
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  .secTop .wrap {
    width: 100%;
  }
  .secTop .wrap .imgWrap .imgBox {
    justify-content: flex-end;
    height: 90vh;
    width: 100%;
  }
  .secTop .wrap .imgWrap .imgBox img {
    height: 90vh;
  }
  .secTop .wrap .textWrap {
    left: 3vw;
    top: 190px;
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .secTop .wrap .imgWrap .circleAnimation {
    bottom: 0;
    left: -16vw;
    bottom: -150px;
  }
}
@media screen and (max-width: 400px) {
  .secTop .wrap .textWrap {
    font-size: 28px;
  }
}
.secConcept {
  overflow: hidden;
  background: #f0efed;
}
.secConcept .flexBox {
  display: flex;
  gap: 87px;
  align-items: center;
  margin-bottom: 78px;
}
.secConcept .flexBox .leftArea {
  width: 520px;
}
.secConcept .flexBox .rightArea {
  flex: 1;
  overflow: hidden;
  margin-right: calc(35% - 50vw);
}
.secConcept .flexBox .rightArea .slide-items {
  display: flex;
  max-width: 100%;
  margin: auto;
}
.secConcept .flexBox .rightArea .slide-items .slick-list {
  margin-left: auto;
  margin-right: 0;
  max-width: 1145px;
}
.secConcept .flexBox .rightArea .slide-items li {
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
}
.secConcept .flexBox .rightArea .slide-items img {
  object-fit: cover;
}
.secConcept .btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secConcept .btnWrap .content {
  position: relative;
  border-radius: 0 0 0 100px;
  overflow: hidden;
  z-index: 3;
}
.secConcept .btnWrap .content a {
  display: flex;
  height: 100%;
}
.secConcept .btnWrap .content:last-child {
  border-radius: 0 100px 0 0;
}
.secConcept .btnWrap .content img {
  object-fit: cover;
  object-position: center;
}
.secConcept .btnWrap .content .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.secConcept .btnWrap .content .wrap p {
  color: #fff;
}
.secConcept .btnWrap .content .wrap .textWrap p:first-child {
  font-size: 18px;
  letter-spacing: 0.54px;
}
.secConcept .btnWrap .content .wrap .textWrap p:last-child {
  font-size: 16px;
  letter-spacing: 1.6px;
}
.secConcept .bkTextWrap {
  max-width: 100%;
  overflow: hidden;
  margin-top: -55px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.secConcept .bkTextWrap .bkText {
  font-size: 120px;
  letter-spacing: 12px;
  white-space: nowrap;
  color: #f0efed;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0), -1px -1px 0 #D95839, -1px 1px 0 #D95839, 1px -1px 0 #D95839, 1px 0 0 #D95839, -1px 0 0 #D95839, 0 1px 0 #D95839, 0 -1px 0 #D95839;
  padding: 0 32px;
}
.secConcept .bkTextWrap .loop {
  animation: loop 120s linear infinite;
  width: fit-content;
}
.secConcept .bkTextWrap .loop2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 120s -60s linear infinite;
  width: fit-content;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 1300px) {
  .secConcept .flexBox {
    gap: 40px;
  }
}
@media screen and (max-width: 950px) {
  .secConcept .flexBox {
    flex-direction: column;
  }
  .secConcept .flexBox .leftArea {
    width: 100%;
  }
  .secConcept .flexBox .rightArea {
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
  .secConcept .flexBox .rightArea .slide-items .slick-list {
    max-width: initial;
    width: 100%;
  }
  .secConcept .btnWrap {
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
  }
  .secConcept .btnWrap .content:first-child {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    width: calc(100vw - 30px);
    height: 148px;
  }
  .secConcept .btnWrap .content:first-child img {
    width: 100%;
    object-fit: cover;
  }
  .secConcept .btnWrap .content:last-child {
    margin-right: auto;
    margin-left: calc(50% - 50vw);
    width: 100%;
    height: 148px;
  }
  .secConcept .btnWrap .content:last-child img {
    width: 100%;
    object-fit: cover;
  }
  .secConcept .bkTextWrap {
    margin-top: -30px;
  }
  .secConcept .bkTextWrap .bkText {
    font-size: 65px;
  }
}
@media screen and (max-width: 720px) {
  .secConcept .btnWrap .content .wrap {
    width: 80%;
  }
  .secConcept .btnWrap .content .wrap .textWrap p:first-child {
    font-size: 16px;
  }
  .secConcept .btnWrap .content .wrap .textWrap p:last-child {
    font-size: 12px;
  }
  .secConcept .bkTextWrap {
    margin-top: -40px;
  }
}
.secPlan {
  background: #f0efed;
  padding-top: 77px;
}
.secPlan .firstFlex {
  padding-bottom: 56px;
}
.secPlan .flexBox {
  justify-content: space-between;
}
.secPlan .flexBox .rightArea .morebtn .circle {
  border: 1px solid #000;
}
.secPlan .planArea {
  background: var(--unnamed-color-000) 0% 0% no-repeat padding-box;
  background: #005D99 0% 0% no-repeat padding-box;
  border-radius: 0px 460px 0px 0px;
  padding-top: 103px;
}
.secPlan .planArea h3 {
  margin-bottom: 42px;
}
.secPlan .planArea h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 25px;
}
.secPlan .planArea h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0%;
  width: auto;
  border-top: 14px solid #D95839;
  border-right: 8px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 8px solid transparent;
}
.secPlan .planArea .contentArea {
  padding-bottom: 60px;
}
.secPlan .planArea .contentArea p {
  color: #fff;
}
.secPlan .planArea .contentArea .flexBox {
  gap: 36px;
  justify-content: left;
  align-items: center;
}
.secPlan .planArea .contentArea .flexBox img {
  width: 188px;
  height: 188px;
}
.secPlan .planArea .contentArea .flexBox .planWrap {
  flex: 1;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan {
  border-bottom: 1px solid #fff;
  display: flex;
  gap: 35px;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div:first-child {
  width: 40%;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div:last-child {
  width: 60%;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div .textWrap p:first-child {
  font-size: 22px;
  font-weight: 600;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div .textWrap p:last-child {
  font-size: 14px;
  font-weight: bold;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div .price {
  border-bottom: 2px solid #D95839;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div .price p {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div .price p span {
  font-size: 15px;
  font-weight: bold;
}
.secPlan .planArea .contentArea .flexBox .planWrap .plan > div .detail {
  font-size: 16px;
}
.secPlan .planArea .contentArea:last-of-type {
  padding-bottom: 115px;
}
.secPlan .planArea .contentArea:last-of-type p {
  color: #fff;
}
.secPlan .planArea .contentArea:last-of-type .flexBox .planWrap .plan:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 1300px) {
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div {
    width: 350px;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div:last-of-type {
    flex: 1;
  }
}
@media screen and (max-width: 1100px) {
  .secPlan .planArea .contentArea .flexBox .planWrap .plan {
    flex-direction: column;
    gap: 0;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div:first-child {
    width: 92%;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div:last-child {
    width: 100%;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .secPlan .planArea .contentArea .flexBox {
    flex-direction: column;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap {
    width: 100%;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div {
    width: 100%;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div:first-child {
    width: 100%;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 720px) {
  .secPlan .flexBox {
    justify-content: space-between;
  }
  .secPlan .planArea {
    border-radius: 0px 150px 0px 0px;
    padding-top: 80px;
  }
  .secPlan .planArea h3 {
    margin-bottom: 30px;
  }
  .secPlan .planArea h3 {
    font-size: 18px;
  }
  .secPlan .planArea .contentArea:last-of-type {
    padding-bottom: 96px;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div {
    padding: 20px 0;
  }
  .secPlan .planArea .contentArea .flexBox .planWrap .plan > div:first-of-type {
    padding-bottom: 0;
  }
}
.secSpace {
  padding-top: 116px;
}
.secSpace .flexBox {
  margin-bottom: 40px;
  justify-content: space-between;
}
.secSpace .flexBox .rightArea .circle {
  border: 1px solid #000;
}
.secSpace .spaceWrap .content {
  padding-bottom: 70px;
}
.secSpace .spaceWrap .content .flexBox {
  gap: 60px;
}
.secSpace .spaceWrap .content .flexBox .leftArea {
  width: 480px;
}
.secSpace .spaceWrap .content .flexBox .leftArea .wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 32px;
}
.secSpace .spaceWrap .content .flexBox .leftArea h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.03em;
}
.secSpace .spaceWrap .content .flexBox .leftArea h3 + p {
  font-size: 18px;
  font-weight: 600;
  color: #005D99;
}
.secSpace .spaceWrap .content .flexBox .leftArea .textArea {
  font-size: 16px;
  padding-bottom: 18px;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
.secSpace .spaceWrap .content .flexBox .leftArea .textArea + p {
  font-size: 15px;
  color: #b4b4b4;
  padding-bottom: 50px;
}
.secSpace .spaceWrap .content .flexBox .leftArea .morebtn {
  justify-content: left;
}
.secSpace .spaceWrap .content .flexBox .leftArea .morebtn .circle {
  border: 1px solid #000;
}
.secSpace .spaceWrap .content .flexBox .rightArea {
  flex: 1;
  margin-right: calc(50% - 45vw);
}

@media screen and (max-width: 1200px) {
  .secSpace .spaceWrap .content .flexBox .leftArea {
    width: 60%;
  }
  .secSpace .spaceWrap .content .flexBox .rightArea {
    flex: none;
    width: 40%;
  }
}
@media screen and (max-width: 850px) {
  .secSpace .spaceWrap .content {
    padding-bottom: 32px;
  }
  .secSpace .spaceWrap .content .flexBox {
    flex-direction: column;
    gap: 24px;
  }
  .secSpace .spaceWrap .content .flexBox .leftArea,
  .secSpace .spaceWrap .content .flexBox .rightArea {
    width: 100%;
  }
  .secSpace .spaceWrap .content .flexBox .leftArea h3,
  .secSpace .spaceWrap .content .flexBox .rightArea h3 {
    font-size: 24px;
  }
  .secSpace .spaceWrap .content .flexBox .leftArea h3 + p,
  .secSpace .spaceWrap .content .flexBox .rightArea h3 + p {
    font-size: 15px;
  }
  .secSpace .spaceWrap .content .flexBox .leftArea .textArea + p,
  .secSpace .spaceWrap .content .flexBox .rightArea .textArea + p {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 720px) {
  .secSpace {
    padding-top: 80px;
  }
  .secSpace .flexBox {
    margin-bottom: 46px;
  }
}
.bottomArea {
  background: #f0efed;
  padding-top: 80px;
  padding-bottom: 140px;
}
.bottomArea .form {
  width: 100%;
  padding-top: 100px;
  margin: 0 auto;
}
.bottomArea .form iframe {
  width: 100%;
}
.bottomArea .flexBox {
  padding-top: 40px;
  justify-content: center;
  gap: 30px;
}
.bottomArea .flexBox a {
  position: relative;
}
.bottomArea .flexBox a p {
  color: #fff;
}
.bottomArea .flexBox a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.bottomArea .flexBox a .wrap .textWrap p:first-child {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.bottomArea .flexBox a .wrap .textWrap p:last-child {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  .bottomArea {
    padding-bottom: 104px;
  }
  .bottomArea .form {
    padding-top: 50px;
  }
  .bottomArea .flexBox {
    gap: 14px;
  }
  .bottomArea .flexBox a img {
    width: 100%;
  }
  .bottomArea .flexBox a .wrap {
    height: 160px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 14px;
  }
  .bottomArea .flexBox a .wrap .textWrap p:first-child {
    font-size: 15px;
  }
  .bottomArea .flexBox a .wrap .textWrap p:last-child {
    font-size: 12px;
  }
}
.secEvent {
  background: #F0EFED;
  padding: 80px 0 130px;
}
.secEvent .flexBox {
  padding-bottom: 50px;
  justify-content: space-between;
}
.secEvent .flexBox .rightArea .circle {
  border: 1px solid #000;
}
.secEvent .gridArea {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px 36px;
}
.secEvent .gridArea .newsList {
  display: block;
}
.secEvent .gridArea .newsList .imgArea {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.secEvent .gridArea .newsList .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secEvent .gridArea .newsList .newsDate {
  margin-top: clamp(0.625rem, -0.545rem + 3.75vw, 1.25rem);
  color: #005D99;
  font-weight: 600;
  padding-bottom: 4px;
}
.secEvent .gridArea .newsList .newsTitle {
  font-size: clamp(1.125rem, 0.657rem + 1.5vw, 1.375rem);
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: clamp(0.438rem, -0.499rem + 3vw, 0.938rem);
}

@media screen and (max-width: 850px) {
  .secEvent {
    padding: 80px 0;
  }
  .secEvent .gridArea {
    gap: 35px;
  }
}
.secZukan {
  background: #F0EFED;
  padding: 80px 0 60px;
}
.secZukan .flexBox {
  align-items: center;
  padding-bottom: 50px;
  justify-content: space-between;
}
.secZukan .flexBox .rightArea .circle {
  border: 1px solid #000;
}
.secZukan .gridArea {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px 36px;
}
.secZukan .gridArea .zukanList {
  display: block;
}
.secZukan .gridArea .zukanList .imgArea {
  aspect-ratio: 376/200;
  overflow: hidden;
}
.secZukan .gridArea .zukanList .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secZukan .gridArea .zukanList .newsDate {
  margin-top: 15px;
  color: #005D99;
  font-weight: 600;
  padding-bottom: 4px;
}
.secZukan .gridArea .zukanList .newsTitle {
  font-size: clamp(1.125rem, 0.657rem + 1.5vw, 1.375rem);
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: clamp(0.438rem, -0.499rem + 3vw, 0.938rem);
}
.secZukan .gridArea .zukanList .listMessage {
  color: #6A6A6A;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .secZukan {
    padding: 80px 0 30px;
  }
  .secZukan .gridArea {
    gap: 35px;
  }
}

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