@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

/* bisic ===================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
  font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}

body.lock {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  color: #394c51;
}

ol > li {
  list-style-type: decimal;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 26px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  colos: #333;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  colos: #333;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  colos: #333;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  colos: #333;
}

select {
  cursor: pointer;
}

.textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}

.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}

.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all .5s;
}

.hover_fade:hover > img {
  opacity: .85;
}

.video_icon {
  position: relative;
}

.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}

.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}

.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}

.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p {
  line-height: 1.8em;
}

.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}

.edit_wrap h1 {
  font-size: 20px;
}

.edit_wrap h2 {
  font-size: 18px;
}

.edit_wrap h3 {
  font-size: 16px;
}

.edit_wrap h4 {
  font-size: 15px;
}

.edit_wrap h5 {
  font-size: 22px;
}

.edit_wrap h6 {
  font-size: 24px;
}

.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 30px auto;
}

.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}

.edit_wrap iframe {
  width: 100%;
}

.edit_wrap table {
  border: 1px solid #ccc;
}

.edit_wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.edit_wrap table td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}

/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.terms .box {
  margin-bottom: 30px;
}

.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.terms label:hover {
  color: #D90000;
}

.terms label input {
  margin-right: 10px;
}

.terms ul li, .terms ol li {
  margin-bottom: 10px;
}

.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}

.terms ul > li {
  list-style-type: disc;
}

.slider_btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  outline: none;
  cursor: pointer;
}

.slider_btn:hover.prev {
  transform: translate(-5px, -50%);
}

.slider_btn:hover.next {
  transform: translate(5px, -50%);
}

.slider_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.slider_btn span:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  transition: 0.3s ease;
  border-top: 4px solid #394c51;
}

.slider_btn.prev {
  left: -60px;
}

.slider_btn.prev span:before {
  border-left: 4px solid #394c51;
  transform: translateX(7px) rotate(-45deg);
}

.slider_btn.next {
  right: -60px;
}

.slider_btn.next span:before {
  border-right: 4px solid #394c51;
  transform: translateX(0) rotate(45deg);
}

.slider_pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_pager a {
  opacity: 0.56;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #808080;
  cursor: pointer;
}

.slider_pager a:hover, .slider_pager a.tns-nav-active {
  opacity: 1;
}

/* icon.css ==============================================*/
.icon {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}

.icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}

.icon.icon_time:before {
  background-image: url("../images/icon/icon_time.svg");
}

.icon.icon_date:before {
  background-image: url("../images/icon/icon_date.svg");
}

.icon.icon_map:hover:before {
  background-image: url("../images/icon/icon_mapmark_active.svg");
}

.icon.icon_map:before {
  height: 25px;
  background-image: url("../images/icon/icon_mapmark.svg");
}

.icon.icon_money:before {
  background-image: url("../images/icon/icon_money.svg");
}

.icon.icon_download:before {
  background-image: url("../images/icon/icon_download.svg");
}

.icon.icon_guide:before {
  background-image: url("../images/icon/icon_book.svg");
}

.icon.icon_info:before {
  background-image: url("../images/icon/icon_infomation.svg");
}

.icon.icon_fav:hover:before {
  background-image: url("../images/icon/icon_favprograme_active.svg");
}

.icon.icon_fav:before {
  background-image: url("../images/icon/icon_favprograme.svg");
}

.icon.icon_gift:before {
  background-image: url("../images/icon/icon_gift.svg");
}

.icon.icon_light:before {
  background: url("../images/icon/icon_light.svg");
}

.icon.icon_edit:before {
  background: url("../images/icon/icon_edit.svg");
}

.icon.icon_edit_w:before {
  background: url("../images/icon/icon_edit_w.svg");
}

.icon.icon_dot {
  padding-left: 20px;
}

.icon.icon_dot:hover:before {
  background: #D90000;
}

.icon.icon_dot:before {
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
}

.arrow_icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-bottom: -8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.arrow_icon.round {
  background: #666;
  border-radius: 50%;
}

.arrow_icon:before, .arrow_icon:after {
  content: "";
  display: block;
  position: absolute;
}

.arrow_icon:before {
  left: 45%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.arrow_icon:after {
  position: absolute;
  right: 27%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotateZ(45deg);
}

.video_icon {
  position: relative;
}

.video_icon:before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background: url("../images/icon/icon_video.svg") no-repeat 0 0;
  background-size: contain;
}

/* btn.css ==============================================*/
.close_btn {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}

.close_btn:before, .close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}

.close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close_btn:hover {
  transform: rotate(180deg) scale(1.3);
}

.btn {
  display: inline-block;
  width: 47%;
  max-width: 200px;
  margin: 0 1.5%;
  padding: 5px 20px;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn:hover {
  background: #333;
  color: #fff;
}

.cancel {
  background: #666;
}

/* scroll.css ==============================================*/
.scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  text-align: center;
  animation: scrollIcon 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

.scroll img {
  margin: 0 auto;
}

@keyframes scrollIcon {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    opacity: 0;
    margin-top: 0;
  }
}

/* header.css ==============================================*/
.header {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  padding: 20px 3%;
  transition: .5s;
}

.header::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 76, 81, 0.8);
  transition: .5s;
}

.header.trans {
  opacity: 1;
}

.header.trans:before {
  opacity: 1;
}

.header .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .header .group {
    justify-content: center;
  }
}

.header .logo {
  display: inline-block;
  width: 180px;
}

.header .logo img {
  max-width: 100%;
}

.menu {
  display: inline-flex;
  justify-content: flex-end;
}

.menu a {
  position: relative;
  margin-left: 40px;
  color: #fff;
  cursor: pointer;
}

.menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 5px);
  width: 0;
  height: 3px;
  background: #fff;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu a:hover:before, .menu a.active:before {
  width: 100%;
}

.float_btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: opacity 1s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  padding-bottom: 50px;
  width: 125px;
}

.float_btn.trans {
  opacity: 1;
  visibility: visible;
}

.float_btn.trans:hover .cube_wrap {
  opacity: 0.8;
  transform: translateY(0) scale(1.2);
}

.float_btn.trans .cube_wrap {
  transform: translateY(0);
}

.float_btn.trans .text {
  transform: translateX(0);
}

.float_btn .cube_wrap {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  perspective: 300px;
  transform: translateY(100%);
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.float_btn .cube_wrap .cube_box {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: 3.5s linear;
}

.float_btn .cube_wrap .cube {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.9;
}

.float_btn .cube_wrap .cube.front {
  opacity: 1;
  transform: rotateY(0deg) translateZ(40px);
}

.float_btn .cube_wrap .cube.right {
  transform: rotateY(90deg) translateZ(40px);
}

.float_btn .cube_wrap .cube.back {
  transform: rotateY(180deg) translateZ(40px);
}

.float_btn .cube_wrap .cube.left {
  transform: rotateY(-90deg) translateZ(40px);
}

.float_btn .cube_wrap .cube.top {
  transform: rotateX(90deg) translateZ(40px);
}

.float_btn .cube_wrap .cube.bottom {
  transform: rotateX(-90deg) translateZ(40px);
}
.float_btn .text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 80%;
  transform: translateX(110%);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.float_btn .text .cover_bg {
  padding-bottom: 38%;
  background-image: url("../images/float_btn_text.svg");
  background-position: right center;
}

@media screen and (max-width: 800px) {
  .float_btn {
    padding-bottom: 50px;
    width: 100px;
  }
  .float_btn .cube_wrap {
    width: 60px;
    height: 60px;
  }
  .float_btn .cube_wrap .cube.front {
    transform: rotateY(0deg) translateZ(30px);
  }
  .float_btn .cube_wrap .cube.right {
    transform: rotateY(90deg) translateZ(30px);
  }
  .float_btn .cube_wrap .cube.back {
    transform: rotateY(180deg) translateZ(30px);
  }
  .float_btn .cube_wrap .cube.left {
    transform: rotateY(-90deg) translateZ(30px);
  }
  .float_btn .cube_wrap .cube.top {
    transform: rotateX(90deg) translateZ(30px);
  }
  .float_btn .cube_wrap .cube.bottom {
    transform: rotateX(-90deg) translateZ(30px);
  }
  .float_btn .text {
    width: 90%;
  }
  .float_btn .text .cover_bg {
    padding-bottom: 45%;
  }
}

@media screen and (max-width: 600px) {
  .header .logo {
    width: 140px;
  }
  .menu a {
    margin-left: 20px;
    font-size: 16px;
  }
  .float_btn {
    padding-right: 20px;
    padding-bottom: 50px;
    width: 70px;
  }
  .float_btn .cube_wrap {
    width: 50px;
    height: 50px;
  }
  .float_btn .cube_wrap .cube.front {
    transform: rotateY(0deg) translateZ(25px);
  }
  .float_btn .cube_wrap .cube.right {
    transform: rotateY(90deg) translateZ(25px);
  }
  .float_btn .cube_wrap .cube.back {
    transform: rotateY(180deg) translateZ(25px);
  }
  .float_btn .cube_wrap .cube.left {
    transform: rotateY(-90deg) translateZ(25px);
  }
  .float_btn .cube_wrap .cube.top {
    transform: rotateX(90deg) translateZ(25px);
  }
  .float_btn .cube_wrap .cube.bottom {
    transform: rotateX(-90deg) translateZ(25px);
  }
  .float_btn .text {
    width: 95%;
  }
  .float_btn .text .cover_bg {
    padding-bottom: 52%;
  }
}

@media screen and (max-width: 480px) {
  .header .logo {
    width: 120px;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    background: #394c51;
    width: 100%;
    height: 100vh;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .menu.trans {
    transform: translateX(0);
  }
  .menu a {
    margin-bottom: 15px;
    margin-left: 15px;
    font-size: 18px;
    color: #fff;
  }
}

/* mobilerBtn.css ==============================================*/
.menu_m {
  display: none;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 26px;
  height: 22px;
  cursor: pointer;
  transition: 0.3s ease;
}

.menu_m .group {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.menu_m .group div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}

.menu_m .group .line1 {
  top: 0;
}

.menu_m .group .line2, .menu_m .group .line3 {
  top: 50%;
  transform: translateY(-50%);
}

.menu_m .group .line4 {
  bottom: 0;
}

.menu_m.on {
  width: 30px;
  height: 22px;
  margin-left: 50px;
}

.menu_m.on .group {
  top: -2px;
  transform: rotate(360deg);
}

.menu_m.on .group .line1, .menu_m.on .group .line4 {
  top: 0;
  opacity: 0;
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}

.menu_m.on .group .line2 {
  transform: rotate(45deg);
}

.menu_m.on .group .line3 {
  transform: rotate(-45deg);
}

.menu_m .group .line2, .menu_m .group .line3 {
  transition: all .5s 0 ease;
}

.menu_m .group .line1, .menu_m .group .line4, .menu_m.on .group .line2, .menu_m.on .group .line3 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

@media screen and (max-width: 480px) {
  .menu_m {
/*    display: block;*/
  }
}

/* inViewport.css ==============================================*/
.view_item {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
  opacity: 1;
  transform: translateX(0);
}

.view_item.trans.scale_in {
  transform: scale(1);
}

.view_item.trans .scale_out {
  transform: scale(0.8);
}

.view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
  opacity: 1;
  transform: scale(1);
}

.view_item.trans.fade_in {
  opacity: 1;
}

.view_item.trans.flip {
  opacity: 1;
  transform: rotateY(0);
}

.view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}

.view_item.trans.from_tl, .view_item.trans.from_tr, .view_item.trans.from_bl, .view_item.trans.from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.view_group .to_top, .view_group .to_right, .view_group .to_left, .view_group .to_bottom, .view_group .bg_scale_in, .view_group .bg_scale_out, .view_group .fade_in, .view_group .flip, .view_group .speed_scale_left, .view_group .speed_scale_right, .view_group .extrude_w, .view_group .extrude_h, .view_group .from_tl, .view_group .from_tr, .view_group .from_bl, .view_group .from_br {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.view_group.trans .to_top, .view_group.trans .to_right, .view_group.trans .to_left, .view_group.trans .to_bottom {
  opacity: 1;
  transform: translateX(0);
}

.view_group.trans .scale_in, .view_group.trans .scale_out {
  opacity: 0;
}

.view_group.trans .scale_in {
  transform: scale(1);
}

.view_group.trans .scale_out {
  transform: scale(0.8);
}

.view_group.trans .bg_scale_in, .view_group.trans .bg_scale_out {
  opacity: 1;
  transform: scale(1);
}

.view_group.trans .fade_in {
  opacity: 1;
}

.view_group.trans .flip {
  opacity: 1;
  transform: rotateY(0);
}

.view_group.trans .speed_scale_left, .view_group.trans .speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}

.view_group.trans .extrude_w, .view_group.trans .extrude_h {
  opacity: 1;
}

.view_group.trans .extrude_w {
  width: 100%;
}

.view_group.trans .extrude_h {
  height: 100%;
}

.view_group.trans .from_tl, .view_group.trans .from_tr, .view_group.trans .from_bl, .view_group.trans .from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0;
}

.to_top {
  transform: translateY(50%);
}

.to_right {
  transform: translateX(-50%);
}

.to_bottom {
  transform: translateY(-50%);
}

.to_left {
  transform: translateX(50%);
}

.from_tl, .from_tr, .from_bl, .from_br {
  opacity: 0;
}

.from_tl {
  transform: translate(-50%, -50%);
}

.from_tr {
  transform: translate(50%, -50%);
}

.from_bl {
  transform: translate(-50%, 50%);
}

.from_br {
  transform: translate(50%, 50%);
}

.scale_in, .scale_out {
  opacity: 0;
}

.scale_in {
  transform: scale(0);
}

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  transition-delay: 0.3s;
}

.speed_scale_left {
  transform: scale(5) translate(-50%, 100%);
}

.speed_scale_right {
  transform: scale(5) translate(50%, 100%);
}

.bg_scale_in {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.5s;
}

.bg_scale_out {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
}

.fade_in {
  opacity: 0;
}

.flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.flip_parent {
  perspective: 150vh;
}

.extrude_w {
  opacity: 0;
  width: 0;
}

.extrude_h {
  opacity: 0;
  height: 0;
}

.delay_1 {
  transition-delay: .2s;
}

.delay_2 {
  transition-delay: .4s;
}

.delay_3 {
  transition-delay: .6s;
}

.delay_4 {
  transition-delay: .8s;
}

.delay_5 {
  transition-delay: 1s;
}

.delay_6 {
  transition-delay: 1.2s;
}

/* index.css ==============================================*/
.loader_wrap {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100vh;
  background: #394c51;
  transition: 1s;
}

.loader_wrap.trans {
  opacity: 1;
}

.loader_wrap.hide {
  display: none;
}

.loader_wrap .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  color: #fff;
}

.loader_wrap .loader span {
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader_wrap .loader .circle {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: #fff transparent #fff transparent;
  border-style: solid;
  border-radius: 50%;
  animation: loaderRotate 2s linear infinite;
}

@keyframes loaderRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.view_item.tns-item {
  opacity: 1;
  transform: translateX(0);
  transition: 0s;
  transition-delay: 0s;
}

.home {
  position: relative;
  z-index: 10;
}

.home.trans .slogan {
  opacity: 1;
  visibility: visible;
}

.home.trans .slogan p, .home.trans .slogan h1, .home.trans .slogan .logo_wrap img {
  opacity: 1;
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home.trans .slogan p, .home.trans .slogan h1 {
  transform: translateY(0);
}

.home.trans .slogan p:nth-child(1) {
  transition-delay: 0.9s;
}

.home.trans .slogan p:nth-child(2) {
  transition-delay: 1.3s;
}

.home.trans .slogan p:nth-child(3) {
  transition-delay: 1.7s;
}

.home.trans .slogan p:nth-child(4) {
  transition-delay: 2.1s;
}

.home.trans .slogan p:nth-child(5) {
  transition-delay: 2.5s;
}

.home.trans .slogan p:nth-child(6) {
  transition-delay: 2.9s;
}

.home.trans .slogan p:nth-child(7) {
  transition-delay: 3.3s;
}

.home.trans .slogan p:nth-child(8) {
  transition-delay: 3.7s;
}

.home.trans .slogan p:nth-child(9) {
  transition-delay: 4.1s;
}

.home.trans .slogan p:nth-child(10) {
  transition-delay: 4.5s;
}

.home.trans .slogan .logo_wrap img {
  transition-delay: 4.7s;
}

.home.trans .slogan .logo_wrap img:first-child, .home.trans .slogan .logo_wrap img:last-child {
  transform: translateX(0);
}

.home .full_video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home .full_video:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home .full_video .video {
  position: absolute;
}

.home .full_video .video video {
  width: 100%;
  height: 100%;
  margin: 0;
}

.home .home_video {
  opacity: 0;
  transition: .5s;
}

.home .home_video.trans {
  opacity: 1;
  transition-delay: .5s;
}

.home .slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  background: url("../images/slogan_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.home .slogan .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-20%);
  text-align: center;
}

.home .slogan h1, .home .slogan p, .home .slogan .logo_wrap img {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home .slogan h1 {
  margin-bottom: 30px;
  font-size: 26px;
  transform: translateY(25px);
}

.home .slogan p {
  transform: translateY(25px);
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.home .slogan .logo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  padding-top: 5vh;
}

.home .slogan .logo_wrap img {
  display: inline-block;
  width: 40%;
}

.home .slogan .logo_wrap img:first-child {
  transform: translateX(-30%);
}

.home .slogan .logo_wrap img:last-child {
  transform: translateX(30%);
}

.home .scroll_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.home .scroll_icon img {
  height: 70%;
  transform: translateY(-3px);
}

.section {
  padding: 7vh 0;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5vh;
}

.title h2 {
  margin-bottom: 8px;
  border-bottom: 2px solid #333;
  padding-bottom: 7px;
  line-height: 1.3em;
}

.title p {
  font-size: 24px;
  line-height: 1em;
}

.title img {
  margin-top: 7px;
}

.more_wrap {
  display: flex;
  justify-content: flex-end;
}

.more_btn {
  padding: 3px 10px 5px 10px;
  font-size: 15px;
  line-height: 1.6em;
  background: #23333a;
  color: #fff;
  cursor: pointer;
}

.more_btn:hover {
  box-shadow: 0 0 5px #808080;
  opacity: 0.8;
  color: #fff;
}

.goals {
  background: url("../images/bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
}

.goals:before {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(35, 24, 21, 0.56);
  pointer-events: none;
}

.goals.fixed:before {
  opacity: 1;
  visibility: visible;
}

.goals .main_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.goals .main {
  z-index: 0;
}

.goals .title {
  align-items: center;
  margin-bottom: 3vh;
}

.goals .title img {
  width: 100%;
  max-width: 275px;
}

.goals .notice {
  text-align: center;
  margin-bottom: 30px;
}

.goals .notice p {
  display: inline-block;
  padding: 0 15px 3px 15px;
  border: 1px solid #394c51;
}

.goals .slider_wrap {
  position: relative;
}

.goals .slider_wrap.trans .item_wrap .item {
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}

.goals .slider_wrap.trans .item_wrap .item.item_1 {
  transition-delay: 0s;
}

.goals .slider_wrap.trans .item_wrap .item.item_2 {
  transition-delay: 0.1s;
}

.goals .slider_wrap.trans .item_wrap .item.item_3 {
  transition-delay: 0.2s;
}

.goals .slider_wrap.trans .item_wrap .item.item_4 {
  transition-delay: 0.3s;
}

.goals .slider_wrap.trans .item_wrap .item.item_5 {
  transition-delay: 0.4s;
}

.goals .slider_wrap.trans .item_wrap .item.item_6 {
  transition-delay: 0.5s;
}

.goals .slider_wrap.trans .item_wrap .item.item_7 {
  transition-delay: 0.6s;
}

.goals .slider_wrap.trans .item_wrap .item.item_8 {
  transition-delay: 0.7s;
}

.goals .slider_wrap.trans .item_wrap .item.item_9 {
  transition-delay: 0.8s;
}

.goals .slider_wrap.trans .item_wrap .item.item_10 {
  transition-delay: 0.9s;
}

.goals .slider_wrap.trans .item_wrap .item.item_11 {
  transition-delay: 1s;
}

.goals .slider_wrap.trans .item_wrap .item.item_12 {
  transition-delay: 1.1s;
}

.goals .slider_wrap.trans .item_wrap .item.item_13 {
  transition-delay: 1.2s;
}

.goals .slider_wrap.trans .item_wrap .item.item_14 {
  transition-delay: 1.3s;
}

.goals .slider_wrap.trans .item_wrap .item.item_15 {
  transition-delay: 1.4s;
}

.goals .slider_wrap.trans .item_wrap .item.item_16 {
  transition-delay: 1.5s;
}

.goals .slider_wrap.trans .item_wrap .item.item_17 {
  transition-delay: 1.6s;
}

.goals .slider_wrap.trans .item_wrap .item.item_18 {
  transition-delay: 1.7s;
}

.goals .slider_btn_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-60%);
  width: 100vw;
}

.goals .slider_btn {
  top: 50%;
}

.goals .slider_btn.prev {
  left: 15px;
}

.goals .slider_btn.next {
  right: 15px;
}

.goals .item_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.goals .item_wrap .item {
  width: 15%;
  margin-bottom: 20px;
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.goals .item_wrap .item:hover img {
  opacity: 0;
  transform: rotateY(180deg);
}

.goals .item_wrap .item:hover img.bk {
  opacity: 1;
  transform: rotateY(0);
}

.goals .item_wrap .item.item_18 {
  cursor: default;
}

.goals .item_wrap .item.item_18:hover img {
  opacity: 1;
  transform: rotateY(0);
}

.goals .item_wrap .item .pic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  perspective: 800px;
}

.goals .item_wrap .item img {
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.goals .item_wrap .item img.bk {
  opacity: 0;
  transform: rotateY(-180deg);
}

.goals .note {
  text-align: right;
  font-size: 12px;
  color: #666;
  transform: translateY(-10px);
}

@media screen and (min-width: 769px) {
  .goals .item_wrap .item.item_1:hover .cover_bg.bk, .goals .item_wrap .item.item_1.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_2:hover .cover_bg.bk, .goals .item_wrap .item.item_2.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_3:hover .cover_bg.bk, .goals .item_wrap .item.item_3.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_4:hover .cover_bg.bk, .goals .item_wrap .item.item_4.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_5:hover .cover_bg.bk, .goals .item_wrap .item.item_5.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_6:hover .cover_bg.bk, .goals .item_wrap .item.item_6.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_7:hover .cover_bg.bk, .goals .item_wrap .item.item_7.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_8:hover .cover_bg.bk, .goals .item_wrap .item.item_8.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_9:hover .cover_bg.bk, .goals .item_wrap .item.item_9.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_10:hover .cover_bg.bk, .goals .item_wrap .item.item_10.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_11:hover .cover_bg.bk, .goals .item_wrap .item.item_11.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_12:hover .cover_bg.bk, .goals .item_wrap .item.item_12.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_13:hover .cover_bg.bk, .goals .item_wrap .item.item_13.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_14:hover .cover_bg.bk, .goals .item_wrap .item.item_14.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_15:hover .cover_bg.bk, .goals .item_wrap .item.item_15.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_16:hover .cover_bg.bk, .goals .item_wrap .item.item_16.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_17:hover .cover_bg.bk, .goals .item_wrap .item.item_17.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .goals .item_wrap .item.item_18:hover .cover_bg.bk, .goals .item_wrap .item.item_18.active .cover_bg.bk {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

.goals .intro {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 5vh 0;
  pointer-events: none;
}

.goals .intro .text {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.8em;
}

.goals .ranking_wrap {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.goals .chart_wrap {
  opacity: 0;
  width: 100%;
  min-height: 700px;
  transition: 1s;
}

.goals .chart_wrap.trans {
  opacity: 1;
}

.goals .btn_wrap {
  display: flex;
  justify-content: center;
}

.goals .btn_wrap .download_btn {
  padding: 8px 25px;
  font-size: 20px;
}

.feature {
  background: #dadee0;
}

.feature .title {
  margin-bottom: 3vh;
}

.feature .title h2 {
  width: 200px;
}

.feature .slider_wrap {
  position: relative;
  margin-bottom: 30px;
}

.feature .item {
  position: relative;
}

.feature .item .pic {
  position: relative;
  z-index: 0;
  width: 80%;
}

.feature .item .text {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 35%;
  transform: translateY(-50%);
}

.feature .item .text:hover .box {
  transform: scale(1.05);
}

.feature .item .text .box {
  display: block;
  position: relative;
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.feature .item .text h3, .feature .item .text p, .feature .item .text .more_wrap {
  padding: 10px 20px;
}

.feature .item .text h3 {
  font-size: 22px;
  line-height: 1.4em;
  background: #394c51;
  color: #fff;
}

.feature .item .text p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6em;
}

.feature .item .text p.sponsored_name {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 1;
  color: #999;
}

.feature .slider_btn_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.feature .btn_wrap {
  display: flex;
  justify-content: center;
}

.feature .btn_wrap .more_btn {
  padding: 8px 25px;
  font-size: 20px;
}

.perspective {
  padding-bottom: 0;
}

.perspective .item_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.perspective .item_wrap .slider {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.perspective .item_wrap .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  cursor: pointer;
  border: 1px solid #DADEE0;
}

.perspective .item_wrap .item:hover .box {
  opacity: 0.8;
  box-shadow: 0 0 10px #808080;
  transform: scale(1.05);
}

.perspective .item_wrap .item.focus {
  width: 47.5%;
}

.perspective .item_wrap .item:nth-child(3n) {
  margin-right: 0;
}

.perspective .item_wrap .item:nth-child(3n+1) {
  transition-delay: .1s;
}

.perspective .item_wrap .item:nth-child(3n+2) {
  transition-delay: .2s;
}

.perspective .item_wrap .item:nth-child(3n) {
  transition-delay: .3s;
}

.perspective .item_wrap .item .box {
  min-height: 100%;
  background: #fff;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.perspective .item_wrap .item .pic {
  width: 100%;
}

.perspective .item_wrap .item .head, .perspective .item_wrap .item .text {
  padding: 15px 20px;
}

.perspective .item_wrap .item .head {
  background: #394c51;
  color: #fff;
}

.perspective .item_wrap .item .head h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3em;
}

.perspective .item_wrap .item .text {
  padding-bottom: 50px;
  background: rgba(255, 255, 255, 0.5);
}

.perspective .item_wrap .item .text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5em;
}

.perspective .item_wrap .item .text p.sponsored_name {
  margin-bottom: 0.5em;
  font-size: 15px;
  line-height: 1;
  color: #999;
}

.perspective .item_wrap .item .text .more_wrap {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.perspective .item_wrap .item .text .media {
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 32px;
}

.perspective .item_wrap .item .text .media img {
  height: inherit;
}

.perspective .item_wrap .item .date {
  font-size: 15px;
  color: #999;
}

.perspective .item_wrap .slider_btn_wrap {
  display: none;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  z-index: 1;
  width: calc( 50% + 20px);
}

.perspective .item_wrap .slider_btn_wrap .slider_btn {
  width: 50px;
  height: 50px;
}

.perspective .item_wrap .slider_btn_wrap .slider_btn.prev {
  left: 0;
}

.perspective .item_wrap .slider_btn_wrap .slider_btn.next {
  right: 0;
}

.perspective .video_group {
/*  background: #fff url("../images/bg_2.jpg") no-repeat center bottom;*/
  background-size: 100% auto;
  padding: 8vh 0;
}

.perspective .video_group .title {
  align-items: center;
}

.perspective .video_slider_wrap {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.perspective .video_slider_wrap .slider {
  margin-bottom: 3vh;
}

.perspective .video_slider_wrap .slider .item {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.perspective .video_slider_wrap .slider .item:hover .cover_bg {
  transform: scale(1.05);
}

.perspective .video_slider_wrap .slider .item .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.perspective .video_slider_wrap .slider .item iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.perspective .video_slider_wrap .slider .item img, .perspective .video_slider_wrap .slider .item .cover_bg {
  display: block;
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.perspective .perspective_item_wrap {
  padding-bottom: 5vh;
}

.perspective .perspective_item_wrap .item .text {
  padding-top: 5px;
}

.perspective .article_item_wrap {
  padding: 5vh 0;
}

.perspective .article_item_wrap .title {
  align-items: flex-start;
}

.perspective .article_item_wrap .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.perspective .article_item_wrap .item:nth-child(3n-1) {
  margin-right: 0;
}

.perspective .article_item_wrap .item:nth-child(3n) {
  margin-right: 5%;
}

.perspective .article_item_wrap .item .head, .perspective .article_item_wrap .item .text {
  background: #fff;
}

.perspective .article_item_wrap .item .head {
  padding-bottom: 0;
  color: #333;
}

.overlay_goals .slider_wrap {
  max-width: 100vw;
  margin: 0 auto;
}

.overlay_goals .slider_btn {
  width: 60px;
  height: 60px;
  top: 50%;
}

.overlay_goals .slider_btn span:before {
  border-color: #fff;
}

.overlay_goals .slider_btn.prev {
  left: 3%;
}

.overlay_goals .slider_btn.prev span:before {
  transform: translateX(11px) rotate(-45deg);
}

.overlay_goals .slider_btn.next {
  right: 3%;
}

.overlay_goals .item {
  opacity: 0;
  transform: scale(0);
  position: relative;
  z-index: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: saturate(30%);
  background: #fff;
}

.overlay_goals .item.scale_no_l {
  opacity: 1;
  transform: scale(0) translateX(300%);
}

.overlay_goals .item.scale_l, .overlay_goals .item.scale_lm, .overlay_goals .item.scale_r, .overlay_goals .item.scale_rm {
  opacity: 0.8;
}

.overlay_goals .item.scale_l {
  z-index: 1;
  transform: scale(0.5) translateX(10vw);
  transform-origin: 100% 50%;
}

.overlay_goals .item.scale_lm {
  z-index: 2;
  transform: scale(0.7) translateX(0);
  transform-origin: 100% 50%;
}

.overlay_goals .item.scale_m {
  z-index: 3;
  opacity: 1;
  filter: saturate(100%);
  transform: scale(1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.overlay_goals .item.scale_rm {
  z-index: 2;
  transform: scale(0.7) translateX(0);
  transform-origin: 0 50%;
}

.overlay_goals .item.scale_r {
  z-index: 1;
  transform: scale(0.5) translateX(-10vw);
  transform-origin: 0 50%;
}

.overlay_goals .item.scale_no_r {
  transform: scale(0) translateX(-300%);
}

.overlay_goals .item.item_1 .head {
  background: #df001e;
}

.overlay_goals .item.item_2 .head {
  background: #d1a100;
}

.overlay_goals .item.item_3 .head {
  background: #00913b;
}

.overlay_goals .item.item_4 .head {
  background: #c10f28;
}

.overlay_goals .item.item_5 .head {
  background: #e23819;
}

.overlay_goals .item.item_6 .head {
  background: #00a1d3;
}

.overlay_goals .item.item_7 .head {
  background: #f4b700;
}

.overlay_goals .item.item_8 .head {
  background: #910b31;
}

.overlay_goals .item.item_9 .head {
  background: #e76a02;
}

.overlay_goals .item.item_10 .head {
  background: #d7007a;
}

.overlay_goals .item.item_11 .head {
  background: #ef9c00;
}

.overlay_goals .item.item_12 .head {
  background: #cd8c00;
}

.overlay_goals .item.item_13 .head {
  background: #417935;
}

.overlay_goals .item.item_14 .head {
  background: #0076b5;
}

.overlay_goals .item.item_15 .head {
  background: #25a239;
}

.overlay_goals .item.item_16 .head {
  background: #004c82;
}

.overlay_goals .item.item_17 .head {
  background: #003067;
}

.overlay_goals .item .box {
  position: relative;
  top: 0;
  left: 50%;
  width: 50vw;
  transform: translateX(-50%);
}

.overlay_goals .item .banner_box .item_wrap {
  width: 100%;
}

.overlay_goals .item .banner_box .article_item {
  flex-wrap: wrap;
  width: 100%;
  box-shadow: none;
}

.overlay_goals .item .banner_box .article_item .pic, .overlay_goals .item .banner_box .article_item .text {
  width: 100%;
}

.overlay_goals .item .banner_box .article_item .pic {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.overlay_goals .item .banner_box .article_item .text {
  text-align: center;
}

.overlay_goals .item .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px 15px 20px;
  background: #e23819;
  color: #fff;
}

.overlay_goals .item .head .sn {
  margin-right: 10px;
  font-size: 40px;
  font-weight: bold;
}

.overlay_goals .item .head .sn img {
  max-width: 40px;
}

.overlay_goals .item .head h3 {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 26px;
  line-height: 1.2em;
}

.overlay_goals .item .head h3:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 26px;
  background: #fff;
}

.overlay_goals .item .head p {
  max-width: 65%;
  line-height: 1.4em;
  font-size: 20px;
}

.overlay_goals .item .info {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
}

.overlay_goals .item .tip, .overlay_goals .item .item_wrap {
  width: 49%;
}

.overlay_goals .item .tip {
  position: relative;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay_goals .item .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.8);
}

.overlay_goals .item .tip .tip_box {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay_goals .item .tip .tip_scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 10px 15px;
}

.overlay_goals .item .tip p {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.4em;
}

.overlay_goals .item .tip p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url("../images/icon_check.svg") no-repeat center center;
  background-size: contain;
}

.overlay_goals .item .article_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.overlay_goals .item .article_item:last-child {
  margin-bottom: 0;
}

.overlay_goals .item .article_item:hover {
  opacity: 0.8;
  transform: scale(1.03);
}

.overlay_goals .item .article_item .pic {
  width: 55%;
}

.overlay_goals .item .article_item .pic .cover_bg.mobile {
  display: none;
}

.overlay_goals .item .article_item .text {
  position: relative;
  width: 45%;
  padding: 0 10px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.overlay_goals .item .article_item .text h4 {
  font-size: 15px;
  line-height: 1.4em;
}

.overlay_goals .item .article_item .text p {
  font-size: 14px;
  line-height: 1.3em;
}

.overlay_goals .item .article_item .text .more_wrap {
  position: absolute;
  right: 5px;
  bottom: 3px;
  font-size: 13px;
}

.overlay_goals .item .article_item .text .more_wrap span {
  line-height: 1em;
}

.overlay_video {
  width: 94%;
  max-width: 1200px;
}

.overlay_video .overlay_close_btn {
  right: -45px;
  top: -5px;
}

.overlay_video .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.overlay_video .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .goals .intro .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1350px) {
  .feature .slider_btn.prev {
    left: 2%;
  }
  .feature .slider_btn.next {
    right: 2%;
  }
  .overlay_goals .item .box {
    width: 70vw;
  }
  .overlay_goals .item .head {
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .overlay_goals .item .head .sn {
    font-size: 32px;
  }
  .overlay_goals .item .head h3 {
    font-size: 22px;
  }
  .overlay_goals .item .head p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .section {
    padding: 5vh 0;
  }
  .title {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .home .full_video {
    max-height: 130vw;
  }
  .feature .item .pic {
    width: 100%;
  }
  .feature .item .text {
    position: relative;
    right: auto;
    top: 0;
    width: 80%;
    margin: 0 auto;
    transform: translateY(-50px);
  }
  .feature .slider_btn_wrap {
    top: 60%;
  }
  .perspective .item_wrap .slider {
    display: block;
  }
  .perspective .item_wrap .slider .item {
    max-width: 80vw;
    margin: 0;
    padding: 0 20px;
  }
  .perspective .item_wrap .slider_btn_wrap {
    display: block;
  }
  .perspective .article_item_wrap .item {
    box-shadow: none;
  }
  .overlay_goals .item .article_item {
    flex-wrap: wrap;
  }
  .overlay_goals .item .article_item .pic, .overlay_goals .item .article_item .text {
    width: 100%;
  }
  .overlay_goals .item .article_item .pic {
    margin-bottom: 10px;
  }
  .overlay_goals .item .article_item .text {
    padding-left: 0;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 800px) {
  .section {
    padding: 3vh 0;
  }
  .home .slogan .box {
    transform: translateY(0);
    align-items: flex-start;
  }
  .home .slogan h1 {
    width: 100%;
    text-align: center;
  }
  .home .slogan p {
    font-size: 16px;
    text-align: left;
  }
  .home .slogan .logo_wrap {
    justify-content: center;
    margin: 0 auto;
  }
  .home .slogan .logo_wrap img {
    display: inline-block;
  }
  .home .slogan .logo_wrap img:first-child {
    margin-right: 10%;
  }
  .overlay_goals .item {
    opacity: 1;
    transform: scale(1);
    filter: saturate(100%);
    background: none;
    padding: 0 20px;
  }
  .overlay_goals .item .box {
    width: 100%;
  }
  .overlay_goals .item .head {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .overlay_goals .item .head .sn {
    font-size: 24px;
  }
  .overlay_goals .item .head h3 {
    margin-right: 0;
    font-size: 20px;
  }
  .overlay_goals .item .head h3:before {
    display: none;
  }
  .overlay_goals .item .head p {
    width: 100%;
    max-width: none;
    font-size: 16px;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #fff;
  }
  .overlay_goals .item .info {
    padding: 12px;
  }
}

@media screen and (max-width: 750px) {
  .goals .item_wrap .item {
    opacity: 1;
    transform: scale(1);
    margin-bottom: 0;
    transition: 0s;
    transition-delay: 0s;
  }
  .goals .main {
    position: relative;
    top: 0;
  }
  .goals .main_wrap {
    width: 100%;
  }
  .goals .slider_btn_wrap {
    display: block;
  }
  .goals .intro {
    padding: 3vh 0;
  }
  .goals .intro .text {
    color: #333;
    font-size: 18px;
  }
  .goals .note {
    padding-right: 10px;
    transform: translateY(0);
  }
}

@media screen and (max-width: 600px) {
  .home .slogan .box {
    transform: translateY(0);
  }
  .home .slogan h1, .home .slogan p, .home .slogan .logo_wrap img {
    opacity: 0;
  }
  .home .slogan h1 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .home .slogan p {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .home .slogan .logo_wrap {
    padding-top: 25px;
  }
  .home .slogan .logo_wrap img {
    width: 30%;
  }
  .perspective .item_wrap .slider .item {
    max-width: none;
    padding: 0 10px;
  }
  .perspective .item_wrap .slider_btn_wrap {
    top: 40%;
    width: 100%;
  }
  .perspective .item_wrap .slider_btn_wrap .slider_btn {
    background: rgba(255, 255, 255, 0.7);
  }
  .perspective .item_wrap .slider_btn_wrap .slider_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .perspective .item_wrap .slider_btn_wrap .slider_btn span:before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .home .slogan h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .home .slogan p {
    font-size: 14px;
  }
  .home .slogan .logo_wrap {
    padding-top: 20px;
  }
  .goals .intro .text {
    font-size: 16px;
  }
  .overlay_goals .item {
    opacity: 1;
    transform: scale(1);
    filter: saturate(100%);
    background: none;
    padding: 0 12px;
  }
  .overlay_goals .item .box {
    flex-wrap: wrap;
  }
  .overlay_goals .item .tip, .overlay_goals .item .item_wrap {
    width: 100%;
  }
  .overlay_goals .item .tip {
    margin-bottom: 15px;
  }
  .overlay_goals .item .tip .tip_box {
    height: 250px;
  }
  .overlay_goals .item .tip .tip_box p {
    font-size: 13px;
  }
  .overlay_goals .item .tip .tip_box p:before {
    top: 3px;
    width: 12px;
    height: 12px;
  }
  .overlay_goals .item .item_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .overlay_goals .item .article_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;
  }
  .overlay_goals .item .article_item .pic .cover_bg.pc {
    display: none;
  }
  .overlay_goals .item .article_item .pic .cover_bg.mobile {
    display: block;
  }
  .overlay_goals .slider_btn {
    width: 40px;
    height: 40px;
  }
  .overlay_goals .slider_btn.prev {
    left: 10px;
  }
  .overlay_goals .slider_btn.next {
    right: 10px;
  }
  .overlay_goals .slider_btn span::before {
    border-color: #394c51;
  }
}

@media screen and (max-width: 400px) {
  .home .full_video {
    max-height: 140vw;
  }
  .home .slogan .box {
    width: 94%;
  }
  .home .slogan p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .home .slogan .logo_wrap {
    padding-top: 10px;
    justify-content: center;
  }
  .home .slogan .logo_wrap img {
    width: 40%;
  }
  .perspective .item_wrap .slider .item {
    padding: 0 8px;
  }
  .perspective .item_wrap .slider_btn_wrap .slider_btn {
    width: 40px;
    height: 40px;
  }
  .perspective .item_wrap .slider_btn_wrap .slider_btn span:before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 360px) {
  .home .full_video {
    max-height: 145vw;
  }
  .home .slogan p {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* overlay.css ==============================================*/
.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/mouse_icon_w.png), auto;
}

.overlay_wrap.trans {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.overlay_wrap.trans .overlay_content {
  opacity: 1;
}

.overlay_wrap.full > .overlay_close_btn {
  display: block;
  width: 50px;
  height: 50px;
}

.overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
  background: #fff;
}

.overlay_wrap.in_close > .overlay_close_btn {
  display: none;
}

.overlay_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: .9;
  cursor: url(../images/icon/mouse_icon_w.png), auto;
}

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  pointer-events: none;
  cursor: default;
}

.overlay_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  box-sizing: border-box;
}

.overlay_box {
  display: none;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.overlay_box.trans {
  display: block;
}

.overlay_close_btn {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 30;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  box-sizing: border-box;
}

.overlay_close_btn:hover {
  transform: rotateZ(180deg) scale(1.2);
}

.overlay_close_btn:before, .overlay_close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #fff;
}

.overlay_close_btn:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.overlay_close_btn:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.overlay_slider_btn {
  display: block;
  position: fixed;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.overlay_slider_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 40px;
  height: 40px;
  transform: rotateZ(45deg);
}

.overlay_slider_btn:hover.prev {
  left: 30px;
}

.overlay_slider_btn:hover.next {
  right: 30px;
}

.overlay_slider_btn.prev {
  left: 40px;
}

.overlay_slider_btn.prev:before {
  left: 9px;
  border-bottom: 5px solid #394c51;
  border-left: 5px solid #394c51;
}

.overlay_slider_btn.next {
  right: 40px;
}

.overlay_slider_btn.next:before {
  right: 9px;
  border-top: 5px solid #394c51;
  border-right: 5px solid #394c51;
}

.notice_box {
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.5em;
  box-sizing: border-box;
}

.notice_box p {
  margin-bottom: 10px;
}

.notice_box p:last-child {
  margin-bottom: 0;
}

.notice_btn {
  display: inline-block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 2px 20px;
  background: #ddd;
  border-radius: 7px;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}

.notice_btn:hover {
  background: #394c51;
  border-color: #ccc;
  color: #fff;
}

.notice_box {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  background: #fff;
  color: #4b545e;
  text-align: center;
}

.notice_box .group {
  padding: 30px;
}

.notice_box .notice_text {
  margin-bottom: 30px;
}

.notice_box .notice_btn {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  background: #2065ac;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.notice_box .notice_btn:hover {
  background: #4b545e;
}

/* footer.css ==============================================*/
.footer {
  width: 100%;
}

.footer .sponsor {
  max-width: 1100px;
  padding: 25px 0;
}

.footer .sponsor .box {
  margin-bottom: 20px;
}

.footer .sponsor .box:last-child {
  margin-bottom: 0;
}

.footer .sponsor .box.box_2 {
  margin-bottom: 0;
}

.footer .sponsor p {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 56px auto;
}

.footer .sponsor .logo_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer .sponsor a {
  display: inline-block;
  margin: 15px 40px;
}

.footer .sponsor a img {
  width: 100%;
  max-width: 250px;
}

.footer .sponsor a.worldVisionTaiwan img {
  max-width: 200px;
}

.footer .footer_text {
  padding: 25px 0;
  background: #4e6579;
  color: #fff;
}

.footer .footer_text .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .footer_text .btn_wrap {
  margin-bottom: 20px;
}

.footer .footer_text a {
  color: #fff;
}

.footer .footer_text span {
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .footer .sponsor p {
    font-size: 6.15vw;
    margin: 9.23vw auto;
  }
}

/*# sourceMappingURL=style.css.map */



.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}


.footer .footer-menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}

.footer .footer-menuItem {
  margin-left: 0;
  position: relative;
}

.footer .footer-menuItem:before {
  content: "|";
  position: relative;
  padding: 0 10px;
}

.footer .footer-menuItem:nth-child(1) {

}

.footer .footer-menuItem:nth-child(1):before {
  content: unset;
}

@media screen and (max-width: 750px) {
  .footer {
    font-size: 14px;
  }
}



@media screen and (max-width: 750px) {
  .logo_tnl {
    display: none;
  }
}

.key_visual {
  height: 41.67vw;
  width: 100vw;
  background: url(../images/tnl_kv_pc.png) center/cover no-repeat;
  color: #ffffff;
  position: relative;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .key_visual {
    background: url(../images/tnl_kv_sp.png) center/cover no-repeat;
    height: 115.38vw;
    margin-top: 15.9vw;
  }
}


.key_visual_content {
  position: absolute;
  top: 6.94vw;
  left: 6.25vw;
}

.key_visual_content h1 {
  font-size: 3.61vw;
  margin-bottom: 2.08vw;
}

.key_visual_content p {
  font-size: 2.22vw;
}

@media screen and (max-width: 750px) {
  .key_visual_content {
    top: 14.87vw;
    left: 7.18vw;
  }

  .key_visual_content h1 {
    font-size: 8.61vw;
    margin-bottom: 4vw;
  }

  .key_visual_content p {
    font-size: 4.1vw;
  }
}


@media screen and (max-width: 750px) {
  .header {
    height: 15.9vw;
    padding-top: 3.33vw;
    padding-bottom: 3.33vw;
  }

  .header .logo,
  .header .logo img {
    height: 10.26vw;
    height: 9.23vw;
    width: auto;
  }
}

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
}

@media screen and (max-width: 750px) {
  .banner-wrapper {
    margin: 40px auto;
  }
}



.esg {
  background: #dadee0;
}

.esg_headings {
  text-align: center;
  margin-bottom: 80px;
}

.esg_headings h2 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 17px;
}

.esg_headings p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .esg.section {
    padding: 6vh 0;
  }

  .esg_headings h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .esg_headings p {
    font-size: 14px;
  }
}

.esg_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.esg_list_item {
  width: 310px;
  height: 150px;
  margin-left: 0;
}

.esg_list_item dl {
  display: flex;
  width: inherit;
  height: inherit;
}

.esg_list_item dt {
  width: 39%;
  background: #394c51;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.esg_list_item_initial {
  color: #ffffff;
  font-size: 64px;
  font-weight: 700;
  font-family: inter;
  line-height: 1;
}

.esg_list_item_title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.esg_list_item dd {
  background: #ffffff;
  padding: 16px 14px 20px 15px;
  width: 61%;
}

.esg_list_item dd p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.esg_list_item dd ul {
  font-size: 14px;
  font-weight: 500;
}

.esg_list_item dd li {
  list-style: disc;
  line-height: 1.5;
  margin-left: 20px;
}

.esg_list_item dd .esg_list_item_info_end {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .esg_list {
    flex-direction: column;
    width: 89.74vw;
    margin: 0 auto;
  }

  .esg_list_item {
    width: 350px;
    height: 117px;
    margin-bottom: 12px;
    width: 89.74vw;
    height: 30vw;
    margin-bottom: 3.08vw;
  }

  .esg_list_item_initial {
    font-size: 15.64vw;
  }

  .esg_list_item_title {
    font-size: 14px;
    font-size: 3.59vw;
  }

  .esg_list_item dt {
    width: 33.5%;
  }

  .esg_list_item dd {
    width: 66.5%;
    padding: 4.1vw 3.59vw 5.13vw 3.85vw;
  }

  .esg_list_item dd p {
    font-size: 4.1vw;
  }

  .esg_list_item dd ul {
    font-size: 3.59vw;
  }

  .esg_list_item dd .esg_list_item_info_end {
    font-size: 3.59vw;
    line-height: 1;
  }
}



.esg_tab_wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 970px;
    margin: 0 auto;
}

.esg_tab_wrapper > label {
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    margin: 0 10px 0 0;
    width: 197px;
    font-family: inter;
    font-weight: 700;
    font-size: 22px;
    border-radius: 0;
    background-color: #394c51;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border-top: 10px solid #dadee0;
}

.esg_tab_wrapper > label:hover {
  -webkit-tap-highlight-color: transparent;
}

.esg_tab_wrapper input {
    display: none;
}

.esg_tab_wrapper > div {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 64px 65px;
}

.esg_tab_wrapper label:has(:checked) {
    background-color: #fff;
    border-top: 10px solid #ffffff;
    color: #394C51;
    width: 204px;
}

.esg_tab_wrapper label:has(:checked) + div {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 850px) {
  .esg_tab_wrapper {
      max-width: unset;
      width: 100%;
      justify-content: center;
  }

  .esg_tab_wrapper > label {
    width: 28.21vw;
    margin: 0 5px;
    font-size: 3.59vw;
    line-height: 2.8;
    padding: 0;
    border-top: 7px solid #dadee0;
  }

  .esg_tab_wrapper label:has(:checked) {
    width: 28.21vw;
    border-top: 7px solid #ffffff;
  }

  .esg_tab_wrapper > div {
    padding: 8.21vw 5.13vw;
  }

  .esg_tab_wrapper label:has(:checked) + div {
    flex-direction: column;
  }
}

.esg_tab_content {

}

.esg_tab_card {
  width: 260px;
}

.esg_tab_card_image {
  width: inherit;
  height: 195px;
  margin-bottom: 12px;
}

.esg_tab_card_image img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.esg_tab_card_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.esg_tab_card_media {
  width: fit-content;
  margin: 8px 0 0 auto;
}

.esg_tab_card_media img {
/*  height: 21px;*/
  width: 60px;
}

@media screen and (max-width: 850px) {
  .esg_tab_content {

  }
  .esg_tab_card {
    display: flex;
    width: 89.74vw;
    margin-bottom: 3.21vw;
  }

  .esg_tab_card_image {
    width: 36.11vw;
    height: 25vw;
    margin-bottom: 0;
    margin-right: 3.12vw;
  }

  .esg_tab_card_title {
    font-size: 3.59vw;
  }

  .esg_tab_card_media {
    margin-top: 1vw;
  }

  .esg_tab_card_media img {
/*    height: 3.76vw;*/
    width: 11.73vw;
  }

}
