.__fade-up {
  transition: transform 0.7s, opacity 0.7s;
}
.__fade-up.on {
  opacity: 0;
  transform: translateY(100px);
}

.__fade-right {
  transition: transform 0.7s, opacity 0.7s;
}
.__fade-right.on {
  opacity: 0;
  transform: translateX(-100px);
}

.con {
  padding-left: 15rem;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  .con {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .con {
    padding-left: 0;
  }
}

.section {
  font-size: 1rem;
  overflow: hidden;
  position: relative;
}
.visual {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}
.visual .swiper {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s;
}
.visual .swiper-wrapper, .visual .swiper-slide {
  height: 100%;
}
.visual .swiper-slide {
  background-color: #dddddd;
  overflow: hidden;
  position: relative;
}
.visual .swiper.on {
  visibility: visible;
  opacity: 1;
}
.visual .swiper.on .swiper-slide {
  transition-duration: 1s !important;
}
.visual .swiper.on .swiper-slide-active .visual_bg, .visual .swiper.on .swiper-slide-active .visual_bg_m {
  transform: translate(-50%, -50%) scale(1);
}
.visual .swiper.on .swiper-slide-active .__fade-up {
  opacity: 1;
  transform: translateY(0);
}
.visual .swiper.on .swiper-slide-duplicate {
  opacity: 0;
}
.visual_bg, .visual_bg_m {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  transition: transform 1s !important;
  background: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.visual_bg_m {
  opacity: 0;
}
.visual .wrap {
  max-width: none;
  position: relative;
  width: 100%;
  padding: 7.1428571429%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.visual .visual_text_box {
  width: 100%;
  position: relative;
}
.visual .__fade-up {
  opacity: 0;
  transform: translateY(50px);
}
.visual ._txt1 {
  font-size: 2.25em;
  letter-spacing: 1.56em;
  font-family: "EsaManru";
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.8333333333em;
  text-indent: 0.1em;
  white-space: nowrap;
  transition-delay: 0.5s;
}
.visual ._txt2 {
  font-weight: 700;
  font-size: 5.8125em;
  color: #fff;
  white-space: nowrap;
  transition-delay: 0.7s;
}
.visual .img1 {
  display: block;
  width: 100%;
  max-width: 48.25rem;
  transition-delay: 0.9s;
}
.visual .img1 img {
  width: 100%;
}
.visual .img2 {
  position: absolute;
  right: 0;
  bottom: -10%;
}
.visual .img2 img {
  max-width: 100%;
}
.visual .st_2 ._txt1 {
  color: #222;
  font-size: 1.9125em;
}
.visual .st_2 ._txt2 {
  color: #222;
  font-size: 4.940625em;
}
.visual .st_2 .wrap {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visual .st_2 .wrap .visual_text_box {
  margin-left: auto;
  max-width: 44.0277777778%;
}
@media screen and (max-width: 1700px) {
  .visual {
    font-size: 0.8rem;
  }
  .visual ._txt1 {
    font-size: 1.9125em;
  }
  .visual ._txt2 {
    font-size: 4.940625em;
  }
  .visual .img1 {
    max-width: 26.25rem;
  }
  .visual .img2 {
    max-width: 25rem;
  }
}
@media screen and (max-width: 1440px) {
  .visual {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1280px) {
  .visual {
    font-size: 1rem;
    height: calc(100vh - 5.625rem) !important;
    height: calc(var(--vh, 1vh) * 100 - 5.625rem) !important;
  }
  .visual_bg {
    opacity: 1;
    background-position: top 50% left 60%;
  }
  .visual_text_box {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .visual .visual_text_box {
    width: 100%;
    position: relative;
  }
  .visual ._txt1 {
    font-size: 1.25em;
    letter-spacing: 1.2em;
  }
  .visual ._txt2 {
    font-size: 2.75em;
    text-indent: 0.025em;
  }
  .visual .img1 {
    max-width: 20.9375rem;
  }
  .visual .img2 {
    max-width: 23.4375rem;
    bottom: -20%;
  }
  .visual .st_2 ._txt1 {
    font-size: 1.25em;
  }
  .visual .st_2 ._txt2 {
    font-size: 2.75em;
  }
  .visual .st_2 .wrap .visual_text_box {
    margin-left: 60%;
    max-width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .visual {
    font-size: 1rem;
    min-height: auto;
    min-height: 42.5rem !important;
    max-height: 50.75rem !important;
    height: calc(100vh - 3.75rem) !important;
    height: calc(var(--vh, 1vh) * 100 - 3.75rem) !important;
  }
  .visual_bg {
    display: none;
  }
  .visual_bg_m {
    opacity: 1;
    background-position: top 50% left 50%;
  }
  .visual_text_box {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .visual .visual_text_box {
    width: 100%;
    position: relative;
  }
  .visual ._txt1 {
    font-size: 1.25em;
    text-indent: 1em;
  }
  .visual ._txt2 {
    font-size: 2.75em;
  }
  .visual .img1 {
    max-width: 20.625rem;
    margin: 0 auto;
  }
  .visual .img2 {
    position: relative;
    max-width: 50vw;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
  }
  .visual .st_2 ._txt1 {
    font-size: 1.25em;
  }
  .visual .st_2 ._txt2 {
    font-size: 2.75em;
  }
  .visual .st_2 .wrap .visual_text_box {
    margin-top: -30vh;
    margin-left: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 601px) {
  .visual_bg_m {
    background-position: top 70% left 50%;
  }
}

.visual .control {
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  top: 3.5em;
  left: 7.1428571429%;
}
.visual .control_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visual .control .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.visual .control .swiper-pagination .dot {
  opacity: 1;
  margin: 0 1.5em 0 0;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  position: relative;
}
.visual .control .swiper-pagination .dot::before {
  display: block;
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.visual .control .swiper-pagination .dot_text {
  color: #fff;
  display: none;
  font-size: 1.125em;
}
.visual .control .swiper-pagination-bullet-active.dot::before {
  width: 0.75em;
  top: 110%;
  height: 0.125rem;
  border-radius: 0;
}
.visual .control .swiper-pagination-bullet-active .dot_text {
  display: block;
}
.visual .control .swiper-button-next,
.visual .control .swiper-button-prev {
  position: static;
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 123' style='fill:none' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg style='clip-path:url(%23a)'%3E%3Cpath data-name='Path 836' d='m-8671.436-3917.779 6.56 6.559-6.56 6.56' transform='translate(8680.317 3923.279)' style='stroke:%23fff;stroke-width:2px;fill:none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  transform-origin: center center;
  transform: scaleX(1);
}
.visual .control .swiper-button-prev {
  transform: scaleX(-1);
}
.visual .control .swiper-button-stop, .visual .control .swiper-button-play {
  font-size: 1em;
  width: 0.5em;
  height: 0.75em;
}
.visual .control .swiper-button-stop svg, .visual .control .swiper-button-play svg {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.visual .control .swiper-button-play {
  display: none;
}
@media screen and (max-width: 1280px) {
  .visual .control {
    display: none;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translate(50%, 0) rotate(0deg);
    -o-transform: translate(50%, 0) rotate(0deg);
    transform: translate(50%, 0) rotate(0deg);
  }
  to {
    -webkit-transform: translate(50%, 0) rotate(360deg);
    -o-transform: translate(50%, 0) rotate(360deg);
    transform: translate(50%, 0) rotate(360deg);
  }
}
.video {
  position: relative;
  padding: 7.1428571429% 7.1428571429% 13.6904761905%;
  overflow: visible;
  z-index: 1;
}
.video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video .bg::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 73.2142857143%;
  position: absolute;
  background: #000 no-repeat center center;
  background-size: cover;
  background-image: url(/resource/images/main/video_bg.jpg);
}
.video .inner {
  display: block;
  position: relative;
}
.video .video_text_tit {
  margin: 0.7142857143em 0 0;
  font-size: 3.5em;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}
.video .video_text_tit_sub {
  font-size: 1.75em;
  font-weight: bold;
  color: #c20909;
}
.video .video_text_txt {
  margin: 1.0833333333em 0 0;
  font-size: 1.5em;
  line-height: 1.42;
  color: #999;
}
.video .video_text .btn {
  font-size: 1.25em;
  width: 12em;
  height: 4em;
  line-height: 4em;
  margin: 3em 0 0;
  border: solid 1px rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}
.video .video_text .btn:hover {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}
.video_play {
  margin-top: -8.75em;
  margin-left: auto;
  width: 67%;
  max-width: 60rem;
  overflow: hidden;
  position: relative;
  background-color: #111;
}
.video_play::before {
  position: relative;
  display: block;
  padding-top: 56.25%;
}
.video_play_con {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.video_play iframe, .video_play img, .video_play .video_play_con_button {
  position: absolute !important;
  width: 100% !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.video_play .video_play_con_button {
  cursor: pointer;
}
.video_play iframe {
  height: 100% !important;
}
.video_play svg {
  width: 5.5em;
  height: 5.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video ._obj {
  position: absolute;
  width: 20%;
  max-width: 20rem;
  top: 100%;
  margin-top: -6.875rem;
}
.video ._obj img {
  max-width: 100%;
}
.video ._obj .img1 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: center center;
  transform: translate(50%, 0);
  animation: rotate 20s infinite linear;
  will-change: opacity, transform;
  width: 65%;
}
.video ._obj .img2 {
  position: relative;
}
.video ._obj .img3 {
  width: 46.875%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 30%);
}
@media screen and (max-width: 1280px) {
  .video {
    padding: 8.125em 2.5em 25.6875em;
    font-size: 0.75rem;
  }
  .video .bg::before {
    height: 100%;
    padding: 0;
  }
  .video .video_text {
    padding-left: 5em;
    padding-right: 5em;
  }
  .video .video_text_tit {
    margin: 0.9375em 0 0;
    font-size: 4em;
  }
  .video .video_text_tit_sub {
    font-size: 2em;
  }
  .video .video_text_txt {
    margin: 1.25em 0 0;
    font-size: 1.875em;
  }
  .video .video_text .btn {
    display: none;
  }
  .video_play {
    max-width: none;
    margin-top: 4.5em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .video ._obj {
    position: absolute;
    width: 20%;
    max-width: 20em;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 6.25em;
  }
}
@media screen and (max-width: 800px) {
  .video {
    font-size: 0.5rem;
  }
  .video ._obj {
    width: 100%;
  }
}

.sec3 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13.4375em 0;
}
.sec3 .inner {
  position: relative;
  z-index: 0;
}
.sec3 .inner img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec3 .inner h2 {
  position: relative;
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
  color: #222;
}
.sec3 .inner h2::before {
  display: block;
  width: 1px;
  height: 6.875rem;
  position: absolute;
  top: 100%;
  margin-top: 0.75em;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
}
@media screen and (max-width: 1280px) {
  .sec3 {
    padding: 24.6875em 0 15.5em;
    font-size: 0.75rem;
  }
  .sec3 .inner img {
    max-width: 28.1875em;
  }
  .sec3 .inner h2 {
    font-size: 4em;
  }
  .sec3 .inner h2::before {
    margin-top: 0.5em;
    height: 2.65625em;
  }
}
@media screen and (max-width: 1280px) {
  .sec3 {
    font-size: 0.5rem;
  }
}

.sec4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}
.sec4 .sec_item {
  flex: 1 1 auto;
  width: 33.3333333333%;
  height: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec4 .sec_item_text {
  position: relative;
  z-index: 1;
}
.sec4 .sec_item_text img {
  display: block;
  margin: 0 auto;
}
.sec4 .sec_item_text_txt {
  margin-top: 0.1666666667em;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.sec4 .sec_item::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sec4 .sec_item:hover::after {
  opacity: 1;
}
.sec4 .sec_item:hover .sec_bg1, .sec4 .sec_item:hover .sec_bg2, .sec4 .sec_item:hover .sec_bg3 {
  transform: translate(-50%, -50%) scale(1.1);
}
.sec4 .sec_bg1, .sec4 .sec_bg2, .sec4 .sec_bg3 {
  background: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
  will-change: opacity, transform;
}
.sec4 .sec_bg1 {
  background-image: url(/resource/images/main/con_2_img1.jpg);
}
.sec4 .sec_bg2 {
  background-image: url(/resource/images/main/con_2_img2.jpg);
}
.sec4 .sec_bg3 {
  background-image: url(/resource/images/main/con_2_img3.jpg);
}
@media screen and (max-width: 1280px) {
  .sec4 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec4 .inner {
    height: auto !important;
    -ms-flex-wrap: wap;
    flex-wrap: wrap;
  }
  .sec4 .sec_item {
    flex: 1 1 auto;
    width: 100%;
    height: 74.6666666667vw;
    max-height: 28.125rem;
  }
  .sec4 .sec_item_text img {
    width: 10em;
  }
  .sec4 .sec_item_text_txt {
    margin-top: 0.2083333333em;
    font-size: 3em;
  }
  .sec4 .sec .sec_bg1 {
    background-image: url(/resource/images/main/con_2_img1_m.jpg);
  }
  .sec4 .sec .sec_bg2 {
    background-image: url(/resource/images/main/con_2_img2_m.jpg);
  }
  .sec4 .sec .sec_bg3 {
    background-image: url(/resource/images/main/con_2_img3_m.jpg);
  }
}
@media screen and (max-width: 800px) {
  .sec4 {
    font-size: 0.5rem;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
.sec5 {
  object-fit: contain;
  background-image: radial-gradient(circle at 50% 50%, #f26060, #a50c0c);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  color: #fff;
  padding: 7.1428571429%;
  position: relative;
}
.sec5 .inner {
  width: 100%;
}
.sec5 .inner h2 {
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sec5_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.625em 0;
  background-color: rgba(17, 17, 17, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
}
.sec5_bottom > span {
  font-size: 1.75em;
  margin-right: 1.0714285714em;
}
.sec5_bottom > a {
  width: 3.2em;
  height: 1.6em;
  line-height: 1.6em;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  background-color: #721010;
  text-align: center;
  border-radius: 2.5em;
}
.sec5_text {
  position: relative;
  margin: 11.1111111111vh 0;
}
.sec5_text::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  max-width: 68.75em;
  padding-top: 100%;
  position: absolute;
  background: no-repeat center center;
  background-size: contain;
  background-image: url(/resource/images/main/con3_illust.png);
}
.sec5_text_img {
  position: absolute;
  width: 36%;
  max-width: 32.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sec5_text_img img {
  width: 100%;
}
.sec5_list {
  width: 100%;
  height: 100%;
  margin: -3.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  position: relative;
}
.sec5_list .line {
  display: block;
  position: absolute !important;
  width: calc(100% - 41.25em);
  height: calc(100% - 17.5em);
  left: 50%;
  top: 50%;
  margin: -5.625em 0 0;
  transform: translate(-50%, -50%);
  overflow: hidden;
  transform-origin: center center;
}
.sec5_list .line::before, .sec5_list .line::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: #fff;
  display: block;
  background: no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='517.75px' height='312.75px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='0.5px' stroke-dasharray='2, 2' stroke-linecap='butt' stroke-linejoin='miter' opacity='0.502' fill='none' d='M1.249,311.250 L517.250,0.249 '/%3E%3C/svg%3E");
}
.sec5_list .line::after {
  transform: translate(-50%, -50%) scaleX(-1);
}
.sec5_list_item {
  width: 50%;
  padding: 3.5em 0;
  position: relative;
}
.sec5_list_item .sec5_list_item_text {
  width: 20.625rem;
  border-top: 0.125rem solid #fff;
  position: relative;
}
.sec5_list_item .sec5_list_item_text svg {
  position: absolute;
  width: 3.25em;
  height: 3.25em;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.sec5_list_item .sec5_list_item_text h3 {
  margin-top: 1.75em;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.1428571429em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec5_list_item .sec5_list_item_text h3::before {
  margin-right: 0.4642857143em;
  display: block;
  background: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 0.7857142857em;
  height: 1.1428571429em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath data-name='Path 171' d='M0 0h24v24H0z' style='fill:none'/%3E%3Cpath data-name='Path 172' d='M9 16.2 4.8 12v1.006L9 19 21 6.26v-.878z' style='fill:%23fff;stroke:%23fff;stroke-width:2px'/%3E%3C/svg%3E%0A");
}
.sec5_list_item .sec5_list_item_text p {
  padding-left: 1.9444444444em;
  margin-top: 0.8333333333em;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125em;
  height: 4.68em;
  line-height: 1.56;
}
.sec5_list_item:nth-child(2n-1):not(.line) .sec5_list_item_text {
  margin-left: auto;
}
.sec5_list_item:nth-child(2n-1):not(.line) .sec5_list_item_text svg {
  width: 3.25em;
  height: 3.25em;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .sec5 {
    font-size: 0.8rem;
  }
  .sec5 .line {
    display: none;
  }
  .sec5_list_item .sec5_list_item_text {
    width: 16.625rem;
  }
}
@media screen and (max-width: 1280px) {
  .sec5 {
    background-image: radial-gradient(circle at 50% 50%, #f26060, #a50c0c);
    height: auto !important;
    padding: 8.75em 2.5em 25.625em;
    font-size: 0.75rem;
  }
  .sec5 .inner h2 {
    font-size: 4em;
  }
  .sec5_bottom {
    position: absolute;
    padding: 3.375em 0;
    background-color: rgba(17, 17, 17, 0.2);
  }
  .sec5_bottom > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    margin-right: 0;
  }
  .sec5_bottom > a {
    margin-top: 0.5em;
    width: 3.2em;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 2.5em;
    border-radius: 1.6em;
  }
  .sec5_text {
    margin: 3.4375em 0;
  }
  .sec5_text::before {
    display: none;
  }
  .sec5_text_img {
    z-index: 0;
    position: relative;
    width: 80%;
    max-width: 32.25rem;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: translate(0, 0);
  }
  .sec5_text_img img {
    margin-left: 2.5%;
    max-width: 100%;
  }
  .sec5_text_img::before {
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2.2);
    display: block;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    background: no-repeat center center;
    background-size: contain;
    background-image: url(/resource/images/main/con3_illust.png);
  }
  .sec5_list {
    width: 100%;
    height: auto;
    margin: -3.5em 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sec5_list .line {
    display: none;
  }
  .sec5_list_item {
    width: calc(50% - 2.1875em);
    padding: 2.1875em 0;
  }
  .sec5_list_item .sec5_list_item_text {
    width: 100%;
    margin-left: auto;
    border-top: 0.125em solid #fff;
  }
  .sec5_list_item .sec5_list_item_text svg {
    width: 3.25em;
    height: 3.25em;
    left: 0;
    transform: translate(-50%, -50%);
  }
  .sec5_list_item .sec5_list_item_text h3 {
    margin-top: 0.875em;
    font-size: 2.5em;
    white-space: wrap;
    padding-left: 0.5em;
  }
  .sec5_list_item .sec5_list_item_text h3::before {
    margin-right: 0.375em;
    width: 0.8em;
    height: 1.05em;
  }
  .sec5_list_item .sec5_list_item_text p {
    padding-left: 2.03125em;
    margin-top: 0.46875em;
    font-size: 2em;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .sec5 {
    font-size: 0.5rem;
  }
  .sec5_list_item {
    width: 100%;
  }
}

.sec6 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wap;
  flex-wrap: wrap;
  padding: 7.1428571429%;
}
.sec6 .inner {
  position: relative;
  max-width: 62.5rem;
  width: 100%;
}
.sec6 h2 {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.25;
  color: #222;
}
.sec6 a {
  display: block;
  margin-top: 2.7em;
  width: 8.8em;
  height: 2.5em;
  line-height: 2.4em;
  font-size: 1.25em;
  font-weight: bold;
  color: #111;
  border-bottom: 2px solid #111;
  background: no-repeat;
  background-size: 1.2em 1.2em;
  background-position: right -0.25em top 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 119' transform='rotate(45 10.792 11.5)' style='fill:none' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath data-name='Path 703' d='M4 11h12.17l-5.59-5.59L12 4l8 8-8 8-1.41-1.41L16.17 13H4z' transform='rotate(-45 12 12)' style='clip-path:url(%23a)'/%3E%3C/svg%3E");
}
.sec6 a:hover {
  color: #c20909;
  border-bottom-color: #c20909;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 119'  transform='rotate(45 10.792 11.5)' style='fill:none' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath data-name='Path 703' d='M4 11h12.17l-5.59-5.59L12 4l8 8-8 8-1.41-1.41L16.17 13H4z' transform='rotate(-45 12 12)' fill='%23c20909' style='clip-path:url(%23a)'/%3E%3C/svg%3E");
}
.sec6 .sec6_img {
  display: block;
  position: absolute;
  bottom: -2.5rem;
  right: 8.125rem;
  z-index: 0;
}
.sec6 .sec6_img::before {
  position: absolute;
  bottom: 1.25em;
  right: -8.125em;
  display: block;
  width: 20em;
  height: 20em;
  background: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("/resource/images/main/con4_illust_bg.png");
}
.sec6 .sec6_img img {
  display: block;
  width: 15em;
}
@media screen and (max-width: 1280px) {
  .sec6 {
    padding: 7.5em 2.5em;
    font-size: 0.75rem;
  }
  .sec6 .inner {
    max-width: none;
    width: 100%;
    padding: 0 5em;
    max-width: 39.84375rem;
  }
  .sec6 h2 {
    font-size: 3.5em;
  }
  .sec6 a {
    margin-top: 0.9375em;
    width: 100%;
    height: 2.1875em;
    line-height: 2.1875em;
    font-size: 2em;
    background-size: 1.5em 1.5em;
    background-position: right -0.15625em top 50%;
  }
  .sec6 .sec6_img {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 28.6274509804% 0 0;
    z-index: 0;
    width: 100%;
  }
  .sec6 .sec6_img::before {
    top: -33.3333333333%;
    right: -15.6862745098%;
    width: 95%;
    height: auto;
  }
  .sec6 .sec6_img img {
    display: block;
    width: 73.5294117647%;
  }
}
@media screen and (max-width: 800px) {
  .sec6 {
    font-size: 0.5rem;
  }
}

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