/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.gbox .gbox-wrap {
  background-color: #11204b;
}
.gbox .gbox-wrap .gbox-content {
  color: #aabcd2;
  font-size: 30px;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-wrap .gbox-content {
    font-size: 3.90625vw;
    padding: 6.5104166667vw 0;
  }
}
.gbox .gbox-wrap .gbox-btn {
  color: #297ef2;
  border: 3px solid #297ef2;
  background: 0;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-wrap .gbox-btn {
    border: 0.390625vw solid #297ef2;
  }
}
.gbox .gbox-wrap .gbox-btn:hover {
  background-color: #297ef2;
  color: #fff;
}

.gbox.gbox-default .gbox-wrap {
  width: auto;
  max-width: none;
  margin: 50px 0;
  padding: 0;
  box-sizing: border-box;
}
.gbox.gbox-default .gbox-content {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.gbox.gbox-default .gbox-content > div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gbox.gbox-default .gbox-close {
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/gbox-X-pc.png);
  top: 18px;
  right: 14px;
}
.gbox.gbox-default .LB01 {
  width: 1160px;
  height: 778px;
  background-image: url(./img/gbox-01-pc.png);
}
.gbox.gbox-default .LB02 {
  width: 1160px;
  height: 570px;
  background-image: url(./img/gbox-02-pc.png);
}
.gbox.gbox-default .LB03 {
  width: 884px;
  height: 1083px;
  background-image: url(./img/gbox-03-pc.png);
}
.gbox.gbox-default .LB04 {
  width: 1160px;
  height: 614px;
  background-image: url(./img/gbox-04-pc.png);
}
.gbox.gbox-default .LB05 {
  width: 1160px;
  height: 421px;
  background-image: url(./img/gbox-05-pc.png);
}
.gbox.gbox-default .LB06 {
  width: 1160px;
  height: 420px;
  background-image: url(./img/gbox-06-pc.png);
}
.gbox.gbox-default .LB07 {
  width: 1160px;
  height: 672px;
  background-image: url(./img/gbox-07-pc.png);
}
.gbox.gbox-default .LB08 {
  width: 884px;
  height: 792px;
  background-image: url(./img/gbox-08-pc.png);
}
.gbox.gbox-default .LB09 {
  width: 1181px;
  height: 716px;
  background-image: url(./img/gbox-09-pc.png);
}
@media screen and (max-width: 768px) {
  .gbox.gbox-default .gbox-wrap {
    margin: 6.5104166667vw 0;
  }
  .gbox.gbox-default .gbox-close {
    width: 7.5520833333vw;
    height: 7.5520833333vw;
    top: 2.34375vw;
    right: 1.8229166667vw;
  }
  .gbox.gbox-default .LB01 {
    width: 91.2760416667vw;
    height: 225.2604166667vw;
    background-image: url(./img/gbox-01-mb.png);
  }
  .gbox.gbox-default .LB02 {
    width: 91.015625vw;
    height: 148.1770833333vw;
    background-image: url(./img/gbox-02-mb.png);
  }
  .gbox.gbox-default .LB03 {
    width: 91.2760416667vw;
    height: 162.7604166667vw;
    background-image: url(./img/gbox-03-mb.png);
  }
  .gbox.gbox-default .LB04 {
    width: 92.7083333333vw;
    height: 180.078125vw;
    background-image: url(./img/gbox-04-mb.png);
  }
  .gbox.gbox-default .LB05 {
    width: 91.5364583333vw;
    height: 79.8177083333vw;
    background-image: url(./img/gbox-06-mb.png);
  }
  .gbox.gbox-default .LB06 {
    width: 91.5364583333vw;
    height: 94.7916666667vw;
    background-image: url(./img/gbox-05-mb.png);
  }
  .gbox.gbox-default .LB07 {
    width: 91.9270833333vw;
    height: 194.53125vw;
    background-image: url(./img/gbox-07-mb.png);
  }
  .gbox.gbox-default .LB08 {
    width: 91.1458333333vw;
    height: 99.4791666667vw;
    background-image: url(./img/gbox-08-mb.png);
  }
  .gbox.gbox-default .LB09 {
    width: 91.2760416667vw;
    height: 180.9895833333vw;
    background-image: url(./img/gbox-09-mb.png);
  }
}

html {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 0;
  background-color: transparent;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 0;
  }
}

#container {
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container {
    min-width: 0;
  }
}

.videoContent {
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  transform: scale(1.2);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.videoContent video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.section.s1 {
  width: 100%;
  height: 1085px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(./img/topContent-pc.png);
}
@media screen and (max-width: 768px) {
  .section.s1 {
    width: 100%;
    height: 73.5677083333vw;
    background-image: url(./img/topContent-mb.png);
    background-size: cover;
    margin-bottom: 7.8125vw;
  }
}

.logo {
  display: flex;
  width: 116px;
  height: 92px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/logo.png);
  position: absolute;
  top: 30px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 15.1041666667vw;
    height: 11.9791666667vw;
    top: 3.90625vw;
    left: 3.2552083333vw;
  }
}

.titleH1 {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0 auto;
}

.section.s2 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .section.s2 {
    margin-bottom: 7.8125vw;
  }
}

.titleH1.s2 {
  width: 1004px;
  height: 251px;
  background-image: url(./img/title-01-pc.png);
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .titleH1.s2 {
    width: 66.5364583333vw;
    height: 23.1770833333vw;
    background-image: url(./img/title-01-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.btnContent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btnContent.s2 {
  width: 1200px;
  margin: 0 auto;
  gap: 32px;
}
.btnContent.s2 .btn {
  width: 583px;
  height: 211px;
}
.btnContent.s2 .btn:nth-child(1) {
  background-image: url(./img/box-01-pc.png);
}
.btnContent.s2 .btn:nth-child(2) {
  background-image: url(./img/box-02-pc.png);
}
.btnContent.s2 .btn:nth-child(3) {
  background-image: url(./img/box-03-pc.png);
}
.btnContent.s2 .btn:nth-child(4) {
  background-image: url(./img/box-04-pc.png);
}
@media screen and (max-width: 768px) {
  .btnContent.s2 {
    width: 100%;
    margin: 0 auto;
    gap: 3.2552083333vw;
  }
  .btnContent.s2 .btn {
    width: 91.015625vw;
    height: 22.265625vw;
  }
  .btnContent.s2 .btn:nth-child(1) {
    background-image: url(./img/box-01-mb.png);
  }
  .btnContent.s2 .btn:nth-child(2) {
    background-image: url(./img/box-02-mb.png);
  }
  .btnContent.s2 .btn:nth-child(3) {
    background-image: url(./img/box-03-mb.png);
  }
  .btnContent.s2 .btn:nth-child(4) {
    background-image: url(./img/box-04-mb.png);
  }
}

.btn {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

.section.s3 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section.s3 {
    width: 100%;
  }
}

.titleH1.s3 {
  width: 1004px;
  height: 314px;
  background-image: url(./img/title-02-pc.png);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .titleH1.s3 {
    width: 83.3333333333vw;
    height: 30.2083333333vw;
    background-image: url(./img/title-02-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.content {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.content.s3_1 {
  width: 1200px;
  height: 484px;
  background-image: url(./img/content-01-pc.png);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content.s3_1 {
    width: 91.015625vw;
    height: 121.484375vw;
    background-image: url(./img/content-01-mb.png);
    margin-bottom: 6.5104166667vw;
  }
}

.btnContent.s3_2 {
  width: 100%;
  gap: 40px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.btnContent.s3_2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  width: 285px;
  height: 60px;
  background-color: #0d1c11;
  color: #fff;
  box-sizing: border-box;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}
.btnContent.s3_2 div::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/btn-01-pc.png);
}
@media screen and (max-width: 768px) {
  .btnContent.s3_2 {
    gap: 2.6041666667vw;
    bottom: 3.90625vw;
  }
  .btnContent.s3_2 div {
    font-size: 3.90625vw;
    width: 42.4479166667vw;
    height: 7.8125vw;
    padding-right: 6.5104166667vw;
  }
  .btnContent.s3_2 div::after {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}

.content.s3_2 {
  width: 1200px;
  height: 233px;
  background-image: url(./img/content-02-pc.png);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .content.s3_2 {
    width: 91.015625vw;
    height: 36.9791666667vw;
    background-image: url(./img/content-02-mb.png);
    margin-bottom: 6.5104166667vw;
  }
}

.content.s3_3 {
  width: 1200px;
  height: 316px;
  background-image: url(./img/content-03-pc.png);
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content.s3_3 {
    width: 91.1458333333vw;
    height: 51.5625vw;
    background-image: url(./img/content-03-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.btn.s3_3_1 {
  width: 175px;
  height: 48px;
  background-image: url(./img/btn-02-pc.png);
  position: absolute;
  right: 35px;
  top: 45px;
}
@media screen and (max-width: 768px) {
  .btn.s3_3_1 {
    width: 11.0677083333vw;
    height: 11.71875vw;
    background-image: url(./img/btn-02-mb.png);
    right: 1.6927083333vw;
    top: auto;
    bottom: 18.2291666667vw;
  }
}

.btn.s3_3_2 {
  width: 60px;
  height: 60px;
  background-image: url(./img/btn-01-pc.png);
  position: absolute;
  right: 35px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .btn.s3_3_2 {
    width: 7.8125vw;
    height: 7.8125vw;
    right: 4.5572916667vw;
    bottom: 3.90625vw;
  }
}

.human {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.human.left {
  width: 209px;
  height: 659px;
  background-image: url(./img/human-01.png);
  bottom: 0;
  left: -300px;
}
.human.right {
  width: 193px;
  height: 622px;
  background-image: url(./img/human-02.png);
  bottom: 0;
  right: -280px;
}
@media screen and (max-width: 768px) {
  .human.left {
    width: 14.1927083333vw;
    height: 44.6614583333vw;
    bottom: 89.84375vw;
    left: 3.90625vw;
  }
  .human.right {
    width: 13.1510416667vw;
    height: 42.1875vw;
    bottom: 80.7291666667vw;
    right: 3.90625vw;
  }
}

.section.s4 {
  width: 100%;
  height: 1410px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(./img/section-01-pc.png);
  padding-top: 135px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section.s4 {
    height: 186.328125vw;
    background-image: url(./img/section-01-mb.png);
    background-size: cover;
    padding-top: 10.4166666667vw;
  }
}

.titleH1.s4 {
  width: 1025px;
  height: 376px;
  background-image: url(./img/title-03-pc.png);
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .titleH1.s4 {
    width: 88.28125vw;
    height: 35.9375vw;
    background-image: url(./img/title-03-mb.png);
    margin-bottom: 6.5104166667vw;
  }
}

.content.s4_1 {
  width: 1200px;
  height: 171px;
  background-image: url(./img/box-05-pc.png);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content.s4_1 {
    width: 90.7552083333vw;
    height: 22.1354166667vw;
    background-image: url(./img/box-05-mb.png);
  }
}

.content.s4_2 {
  width: 1200px;
  height: 706px;
  background-image: url(./img/box-06-pc.png);
}
.content.s4_2 .hover {
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/hover-01-pc.png);
  position: absolute;
  bottom: 120px;
  right: 455px;
}
.content.s4_2 .hover:hover::after {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 682px;
  height: 351px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/hover-02-pc.png);
  bottom: -365px;
}
@media screen and (max-width: 768px) {
  .content.s4_2 {
    width: 91.1458333333vw;
    height: 103.125vw;
    background-image: url(./img/box-06-mb.png);
  }
  .content.s4_2 .hover {
    width: 4.1666666667vw;
    height: 4.296875vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/hover-01-pc.png);
    position: absolute;
    bottom: 20.8333333333vw;
    right: 23.4375vw;
  }
  .content.s4_2 .hover::after {
    display: none;
  }
  .content.s4_2 .hover:hover::after {
    display: none;
  }
  .content.s4_2 .hover.active::after {
    display: none;
  }
  .content.s4_2 .hover.active::before {
    content: "";
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/hover-02-pc.png);
    width: 91.2760416667vw;
    height: 45.703125vw;
    bottom: -48.1770833333vw;
    left: -18.2291666667vw;
  }
}

.section.s5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  padding-top: 115px;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section.s5 {
    width: 100%;
    padding-top: 10.4166666667vw;
    padding-bottom: 6.5104166667vw;
  }
}

.titleH1.s5 {
  width: 1004px;
  height: 369px;
  background-image: url(./img/title-04-pc.png);
  margin: 0 auto;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .titleH1.s5 {
    width: 66.6666666667vw;
    height: 41.015625vw;
    background-image: url(./img/title-04-mb.png);
    margin-bottom: 3.90625vw;
  }
}

.content.s5_1 {
  width: 1189px;
  height: 591px;
  background-image: url(./img/content-04-pc.png);
}
@media screen and (max-width: 768px) {
  .content.s5_1 {
    width: 92.8385416667vw;
    height: 72.9166666667vw;
    background-image: url(./img/content-04-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.btn.s5_1 {
  width: 60px;
  height: 60px;
  background-image: url(./img/btn-03-pc.png);
  position: absolute;
  right: 69px;
  bottom: 73px;
}
@media screen and (max-width: 768px) {
  .btn.s5_1 {
    width: 6.640625vw;
    height: 6.640625vw;
    right: 5.5989583333vw;
    bottom: 16.1458333333vw;
  }
}

.content.s5_2 {
  width: 580px;
  height: 600px;
  background-image: url(./img/content-05-pc.png);
  margin-bottom: 60px;
}
.content.s5_2 .imgBG {
  position: absolute;
  top: 155px;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  height: 410px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: bottom;
  background-image: url(./img/video.gif);
}
@media screen and (max-width: 768px) {
  .content.s5_2 {
    width: 91.1458333333vw;
    height: 96.3541666667vw;
    background-image: url(./img/content-05-mb.png);
    margin-bottom: 5.2083333333vw;
  }
  .content.s5_2 .imgBG {
    top: 26.0416666667vw;
    width: 80.9895833333vw;
    height: 65.1041666667vw;
  }
}

.content.s5_3 {
  width: 580px;
  height: 600px;
  background-image: url(./img/content-06-pc.png);
}
@media screen and (max-width: 768px) {
  .content.s5_3 {
    width: 91.1458333333vw;
    height: 76.171875vw;
    background-image: url(./img/content-06-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.content.s5_4 {
  width: 1200px;
  height: 177px;
  background-image: url(./img/content-07-pc.png);
}
@media screen and (max-width: 768px) {
  .content.s5_4 {
    width: 90.8854166667vw;
    height: 38.9322916667vw;
    background-image: url(./img/content-07-mb.png);
  }
}