.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.hero {
  position: relative;
}
.hero .arrow {
  position: absolute;
  left: 50%;
  bottom: 3.75rem;
  transform: translate(-50%, 0);
}

iframe {
  width: 70rem;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  iframe {
    width: 100%;
    height: 21.4rem;
  }
}

/**scroll*/
.a-scroll-down {
  transition: 0.3s;
  animation: sdl 0.8s ease infinite alternate-reverse;
}

@keyframes sdl {
  0% {
    transform: translateY(-0.5rem);
  }
  50%, 100% {
    transform: translateY(0.5rem);
  }
}
.section__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  background-color: #A2906A;
  padding: 1.6rem;
  border-radius: 37px;
  position: relative;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .section__title {
    border-radius: 0;
    font-size: 2.2rem;
    padding: 2.4rem;
  }
}
.section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 97%);
  border: solid 10px transparent;
  border-top: 10px solid #A2906A;
}

.section__catch {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__catch {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}

.section1 {
  padding: 11rem 0 9rem;
}
.section1__title {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section1 {
    overflow: hidden;
    padding: 5.2rem 0 6rem;
  }
  .section1 .catch {
    padding: 0 2rem;
  }
}

.section1-logo {
  margin: 2.6rem auto 6.3rem;
}
@media screen and (max-width: 768px) {
  .section1-logo {
    margin: 2rem auto 4.6rem;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.55;
}

@media screen and (max-width: 768px) {
  .slider1 {
    padding: 0 2rem;
  }
}
.slider1 .slick-slide {
  margin: auto;
}
.slider1 .slick-slide img {
  max-width: 70rem;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .slider1 .slick-slide img {
    max-width: 100%;
    opacity: 1;
  }
}
.slider1 .slick-current {
  position: relative;
  z-index: 2;
}
.slider1 .slick-current img {
  opacity: 1;
}
.slider1 .slick-prev {
  left: 23.5%;
}
@media screen and (max-width: 768px) {
  .slider1 .slick-prev {
    left: 0;
  }
}
.slider1 .slick-next {
  right: 23.5%;
}
@media screen and (max-width: 768px) {
  .slider1 .slick-next {
    right: 0;
  }
}
.slider1 .slick-prev:before,
.slider1 .slick-prev:after,
.slider1 .slick-next:before,
.slider1 .slick-next:after {
  width: 2px;
  background-color: #ccc;
}
.slider1 .slick-prev:after {
  right: 27px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .slider1 .slick-prev:after {
    right: 24px;
    margin-top: 9px;
  }
}
.slider1 .slick-next:after {
  left: 27px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .slider1 .slick-next:after {
    left: 24px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .slider1 .slick-dots {
    margin-left: -2rem !important;
  }
}
.slider1 .slick-dots li.slick-active button:after,
.slider1 .slick-dots li.slick-active button:before {
  border-color: #A2906A;
  color: #A2906A;
  background-color: #A2906A;
}
.slider1 .slick-dots li button:after,
.slider1 .slick-dots li button:before {
  border-color: transparent;
  background-color: #C4C4C4;
  color: #A2906A;
}

.section2 {
  padding: 12rem 0 15rem;
  background-color: #F5F4EC;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section2 {
    padding-top: 0;
  }
}
.section2 .date-box {
  border: solid 1px #323E48;
  padding: 1rem;
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section2 .date-box {
    max-width: 23.8rem;
    font-size: 1.2rem;
    padding: 0.5rem;
  }
}
.section2 .slider2-wrap {
  background-color: #fff;
  padding: 2rem 0 2rem 1rem;
  margin-right: calc(50% - 50vw) !important;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-wrap {
    background-color: transparent;
    margin-right: 0;
    padding: 2rem 2rem;
    z-index: 2;
  }
}
.section2 .slider2-box {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-box::after {
    content: "";
    position: absolute;
    width: 54rem;
    height: 54rem;
    background-color: #fff;
    top: 3rem;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100%;
    z-index: -1;
  }
}
.section2 .slider2-box + .slider2-box {
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-box + .slider2-box {
    margin-top: 12rem;
  }
}
.section2 .slider2-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head {
    margin-bottom: 0;
    justify-content: center;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head .col-left {
    margin-bottom: 4rem;
  }
}
.section2 .slider2-head .col-right {
  padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head .col-right {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.section2 .slider2-head .t1 {
  width: 10.1rem;
  height: 10.1rem;
  text-align: center;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  font-size: 2.6rem;
  line-height: 1;
  padding-top: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head .t1 {
    width: 8.6rem;
    height: 8.6rem;
    font-size: 2rem;
    padding-top: 1.6rem;
  }
}
.section2 .slider2-head .t1 span {
  display: block;
  font-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head .t1 span {
    font-size: 3.5rem;
  }
}
.section2 .slider2-head .label {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #A2906A;
  color: #fff;
  line-height: 1;
  padding: 0.25rem 1rem 0.5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head .label {
    font-size: 1.4rem;
  }
}
.section2 .slider2-head .t2 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head .t2 {
    flex: 0 0 100%;
    font-size: 1.8rem;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section2 .slider2-head .t3 {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.section2 .slick-slider {
  position: static;
}
@media screen and (max-width: 768px) {
  .section2 .slick-slider {
    position: relative;
  }
}
.section2 .slick-slide {
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .section2 .slick-slide {
    margin: 0;
  }
}
.section2 .slick-list {
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .section2 .slick-list {
    padding-right: 0;
  }
}
.section2 .slick-prev {
  left: auto;
  top: 4rem;
  right: 8.8rem;
}
@media screen and (max-width: 768px) {
  .section2 .slick-prev {
    left: -2rem;
    top: 11rem;
  }
}
.section2 .slick-next {
  top: 4rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .section2 .slick-next {
    top: 11rem;
    right: -2rem;
  }
}
.section2 .slick-prev:before,
.section2 .slick-prev:after,
.section2 .slick-next:before,
.section2 .slick-next:after {
  width: 2px;
  background-color: #ccc;
}
.section2 .slick-prev:after {
  right: 27px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .section2 .slick-prev:after {
    right: 24px;
    margin-top: 9px;
  }
}
.section2 .slick-next:after {
  left: 27px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .section2 .slick-next:after {
    left: 24px;
    margin-top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .section2 .slick-dots {
    bottom: -3rem;
  }
}
.section2 .slick-dots li.slick-active button:after,
.section2 .slick-dots li.slick-active button:before {
  border-color: #A2906A;
  color: #A2906A;
  background-color: #A2906A;
}
.section2 .slick-dots li button:after,
.section2 .slick-dots li button:before {
  border-color: transparent;
  background-color: #C4C4C4;
  color: #A2906A;
}

.cta-section {
  background-color: #323E48;
  padding: 7.7rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .cta-section {
    padding: 3.4rem 0 4.4rem;
  }
}
.cta-section .cta-content {
  max-width: 718px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content {
    max-width: 100%;
    margin: 0 2rem;
  }
}
.cta-section .cta-content__head {
  font-size: 1.4rem;
  padding: 0.8rem;
  background-color: #E3E3E3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__head {
    font-size: 1.3rem;
    padding: 0.4rem;
  }
}
.cta-section .cta-content__main {
  background-color: #fff;
  padding: 3.4rem 6.4rem 4rem;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main {
    padding: 2.8rem 2.4rem 4.3rem;
  }
}
.cta-section .cta-content__main-left {
  flex: 0 0 32%;
  max-width: 32%;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-left {
    max-width: 100%;
    position: absolute;
    width: 8.7rem;
    right: 5rem;
  }
}
.cta-section .cta-content__main-left img {
  max-width: 16.8rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-left img {
    max-width: 100%;
  }
}
.cta-section .cta-content__main-right {
  flex: 0 0 55%;
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-right {
    max-width: 100%;
  }
}
.cta-section .cta-content__main-right .t1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-right .t1 {
    line-height: 2.4rem;
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
.cta-section .cta-content__main-right .t2 {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-right .t2 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.cta-section .cta-content__main-right .t3 {
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-right .t3 {
    font-size: 1.2rem;
  }
}
.cta-section .cta-content__main-right .t3 span {
  font-size: 1.6rem;
  font-weight: bold;
}
.cta-section .cta-content__main-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-head {
    display: block;
  }
}
.cta-section .cta-content .caveat {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.8rem;
}
.cta-section .cta-content__button {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 5px solid #CBA401;
  border-radius: 15px;
}
.cta-section .cta-content__button .cta-button-label {
  background-color: #EC7276;
  padding: 0.75rem 2rem;
  border-radius: 15px;
  font-size: 1.3rem;
  text-align: center;
  display: table;
  margin: auto;
  position: absolute;
  left: 50%;
  width: 19.7rem;
  top: -1.8rem;
  transform: translate(-50%, 0);
  z-index: 22;
}
.cta-section .cta-content__button .cta-button-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border: solid 8px transparent;
  border-top: 8px solid #EC7276;
}
.cta-section .cta-content__button a {
  padding: 2.2rem;
  display: flex;
  justify-content: center;
  background-color: #FFEB00;
  border-radius: 9px;
  border: solid #DEC607 3px;
}
.cta-section .cta-content__button a img {
  margin: 0 1rem 0 0;
}
.cta-section .cta-content__main-foot {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-foot {
    display: block;
  }
}
.cta-section .cta-content__main-foot .cta-ext-button {
  display: block;
  margin-top: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.35%22%20height%3D%2232.35%22%20viewBox%3D%220%200%2032.35%2032.35%22%3E%20%3Cg%20id%3D%22expand_more_black_24dp_1_%22%20data-name%3D%22expand_more_black_24dp%20(1)%22%20transform%3D%22translate(0%2032.35)%20rotate(-90)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_51%22%20data-name%3D%22%E3%83%91%E3%82%B9%2051%22%20d%3D%22M32.35%2C32.35H0V0H32.35Z%22%20fill%3D%22none%22%20opacity%3D%220.87%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_52%22%20data-name%3D%22%E3%83%91%E3%82%B9%2052%22%20d%3D%22M19.172%2C9.392l-5.23%2C5.23-5.23-5.23a1.344%2C1.344%2C0%2C0%2C0-1.9%2C1.9L13%2C17.479a1.342%2C1.342%2C0%2C0%2C0%2C1.9%2C0l6.187-6.187a1.342%2C1.342%2C0%2C0%2C0%2C0-1.9A1.371%2C1.371%2C0%2C0%2C0%2C19.172%2C9.392Z%22%20transform%3D%22translate(2.233%203.13)%22%20fill%3D%22%23323e48%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  text-align: center;
  padding: 1.5rem;
  border-radius: 30px;
  border: solid 3px;
  border-bottom-width: 5px;
}
.cta-section .cta-content__main-foot-right {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-foot-right {
    max-width: 100%;
  }
}
.cta-section .cta-content__main-foot-left {
  flex: 0 0 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .cta-section .cta-content__main-foot-left {
    max-width: 100%;
  }
}
.cta-section .cta-content__main-foot-left .t1 {
  text-align: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22264.557%22%20height%3D%2218.702%22%20viewBox%3D%220%200%20264.557%2018.702%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_101%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20101%22%20width%3D%222%22%20height%3D%2221%22%20rx%3D%221%22%20transform%3D%22matrix(0.839%2C%20-0.545%2C%200.545%2C%200.839%2C%200%2C%201.089)%22%20fill%3D%22%23212121%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%222%22%20height%3D%2221%22%20rx%3D%221%22%20transform%3D%22matrix(-0.839%2C%20-0.545%2C%200.545%2C%20-0.839%2C%20253.12%2C%2018.702)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
.section4 {
  padding: 12rem 0 14rem;
}
@media screen and (max-width: 768px) {
  .section4 {
    position: relative;
    padding: 0 0 7.2rem;
  }
  .section4 .section__catch {
    font-size: 1.8rem;
    margin-bottom: 8.6rem !important;
  }
}
.section4 .figure1 {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 768px) {
  .section4 .figure1 {
    margin-top: -5.5rem;
    margin-bottom: 4.6rem;
  }
}
.section4 .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section4 .row {
    display: block;
  }
}
.section4 .col-left {
  flex: 0 0 49%;
  max-width: 49%;
}
@media screen and (max-width: 768px) {
  .section4 .col-left {
    max-width: 100%;
  }
}
.section4 .col-right {
  flex: 0 0 46%;
  max-width: 46%;
}
@media screen and (max-width: 768px) {
  .section4 .col-right {
    max-width: 100%;
  }
}

.section5 {
  padding-bottom: 13.7rem;
}
@media screen and (max-width: 768px) {
  .section5 {
    position: relative;
    padding: 0 0 6rem;
  }
  .section5 .section__catch {
    font-size: 1.8rem;
  }
}
.section5 .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 4rem;
  column-gap: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section5 .columns {
    display: block;
  }
}
.section5 .columns .col {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section5 .columns .col {
    margin-bottom: 3rem;
  }
  .section5 .columns .col:last-child {
    margin-bottom: 0;
  }
}
.section5 .columns span {
  z-index: 2;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .section5 .columns span {
    font-size: 1.2rem;
  }
}

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