@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter:@rich_clark */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: 'DIN Condensed';
  font-weight: bold;
  src: url(/assets/font/D-DINCondensed-Bold.otf);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.inner {
  max-width: 1748px;
  width: 100%;
}

@media (max-width: 1920px) {
  .inner {
    max-width: calc(1748 / 1920 * 100vw);
  }
}

@media (max-width: 400px) {
  .inner {
    max-width: 335px;
  }
}

a {
  text-decoration: none;
}

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 800px;
}

@media (max-width: 756px) {
  .container {
    width: 95%;
  }
}

@media (min-width: 1920px) {
  .is-pc {
    display: block;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: none;
  }
}

@media (max-width: 756px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

main {
  height: calc(150vh - 70px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main h1 {
  font-size: 32px;
}

header .wrapper {
  max-width: 1748px;
  width: 100%;
  margin: 0 auto;
  height: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1920px) {
  header .wrapper {
    max-width: calc(1748 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  header .wrapper {
    height: 90px;
  }
}

header .wrapper h1 img {
  max-width: 742.4px;
  width: 100%;
}

header .wrapper h1 img:last-child {
  display: none !important;
}

@media (max-width: 1920px) {
  header .wrapper h1 img {
    max-width: calc(742.4 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  header .wrapper h1 img {
    max-width: 181.76px;
  }
  header .wrapper h1 img:last-child {
    display: block !important;
  }
}

header .wrapper .nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

header .wrapper .nav a {
  color: #fff;
  margin: 20px;
}

header .wrapper .nav a:last-child {
  margin-right: 0;
}

@media (max-width: 756px) {
  header .wrapper .nav a {
    margin: 10px;
  }
}

header .wrapper .nav a img {
  width: 90px;
  height: 90px;
}

@media (max-width: 756px) {
  header .wrapper .nav a img {
    width: 50px;
    height: 50px;
  }
}

header .wrapper .nav .sns-y img:nth-of-type(2) {
  display: none;
}

header .wrapper .nav .sns-y:hover img:nth-of-type(2) {
  display: block;
}

header .wrapper .nav .sns-y:hover img:nth-of-type(1) {
  display: none;
}

header .wrapper .nav .sns-t img:nth-of-type(2) {
  display: none;
}

header .wrapper .nav .sns-t:hover img:nth-of-type(2) {
  display: block;
}

header .wrapper .nav .sns-t:hover img:nth-of-type(1) {
  display: none;
}

footer {
  padding: 150px 0;
  background: #000;
  color: #fff;
}

@media (max-width: 1920px) {
  footer {
    padding-top: calc(150 / 1920 * 100vw);
    padding-bottom: calc(150 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer {
    padding: 50px 0;
  }
}

@media (max-width: 756px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

footer .inner .left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 86px;
}

@media (max-width: 1920px) {
  footer .inner .left {
    padding-right: calc(86 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .left {
    padding-right: 0;
    padding-top: 100px;
  }
}

footer .inner .left img {
  padding-bottom: 50px;
}

@media (max-width: 1920px) {
  footer .inner .left img {
    padding-bottom: calc(50 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .left small {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
}

footer .inner .right .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #D0F224;
  padding-bottom: 33px;
}

@media (max-width: 1920px) {
  footer .inner .right .sub-title {
    font-size: calc(28 / 1920 * 100vw);
    padding-bottom: calc(33 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .right .sub-title {
    font-size: 20px;
    padding-bottom: 24px;
    line-height: 32px;
  }
}

footer .inner .right .title {
  font-size: 63px;
  font-weight: 600;
  padding-bottom: 50px;
  line-height: 78px;
}

@media (max-width: 1920px) {
  footer .inner .right .title {
    font-size: calc(63 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
    line-height: calc(78 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .right .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}

footer .inner .right .is-flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 756px) {
  footer .inner .right .is-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 34px;
  }
}

footer .inner .right .is-flex .furigana {
  font-size: 28px;
}

@media (max-width: 1920px) {
  footer .inner .right .is-flex .furigana {
    font-size: calc(28 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .right .is-flex .furigana {
    font-size: 18px;
  }
}

footer .inner .right .organization, footer .inner .right .contact {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}

@media (max-width: 1920px) {
  footer .inner .right .organization, footer .inner .right .contact {
    font-size: calc(24 / 1920 * 100vw);
    padding-bottom: calc(10 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .right .organization, footer .inner .right .contact {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

footer .inner .right .organization-description, footer .inner .right .name, footer .inner .right .address, footer .inner .right .phone {
  font-size: 24px;
  font-weight: 300;
  line-height: 43px;
  padding-bottom: 10px;
  color: #fff;
}

@media (max-width: 1920px) {
  footer .inner .right .organization-description, footer .inner .right .name, footer .inner .right .address, footer .inner .right .phone {
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(43 / 1920 * 100vw);
    padding-bottom: calc(10 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .right .organization-description, footer .inner .right .name, footer .inner .right .address, footer .inner .right .phone {
    font-size: 14px;
    line-height: 24px;
  }
}

footer .inner .right .organization-description {
  padding-bottom: 70px;
}

@media (max-width: 1920px) {
  footer .inner .right .organization-description {
    padding-bottom: calc(70 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  footer .inner .right .organization-description {
    padding-bottom: 34px;
  }
}

.top-main .firstview {
  background: #000000;
  padding: 185px 0 370px;
  position: relative;
  background-image: url(../../assets/image/wabe_view.png);
  background-size: 1169px;
  background-position: top right;
  background-repeat: no-repeat;
}

@media (max-width: 1920px) {
  .top-main .firstview {
    padding-top: calc(185 / 1920 * 100vw);
    padding-bottom: calc(370 / 1920 * 100vw);
    background-size: calc(1169 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview {
    background-image: none;
    padding-top: 111px;
  }
}

.top-main .firstview .logo-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  max-width: 200px;
  width: 100%;
  height: 220px;
}

@media (max-width: 1920px) {
  .top-main .firstview .logo-wrapper {
    max-width: calc(200 / 1920 * 100vw);
    height: calc(220 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview .logo-wrapper {
    max-width: 88px;
    height: 90px;
  }
}

.top-main .firstview .logo-wrapper img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
}

.top-main .firstview .logo-wrapper img:nth-of-type(2) {
  top: -100%;
}

.top-main .firstview .logo-wrapper:hover .logo:nth-of-type(2) {
  top: 0;
}

@media (max-width: 756px) {
  .top-main .firstview .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-main .firstview .inner .firstview-feature {
  padding: 48px 50px 0 0;
  color: #fff;
  max-width: 820px;
  width: 100%;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-feature {
    padding-top: calc(48 / 1920 * 100vw);
    padding-right: calc(50 / 1920 * 100vw);
    max-width: calc(820 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview .inner .firstview-feature {
    padding: 0;
    padding-top: 60px;
    max-width: 100%;
  }
}

.top-main .firstview .inner .firstview-feature .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #D0F224;
  padding-bottom: 33px;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-feature .sub-title {
    font-size: calc(28 / 1920 * 100vw);
    padding-bottom: calc(33 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview .inner .firstview-feature .sub-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 24px;
  }
}

.top-main .firstview .inner .firstview-feature .title {
  font-size: 99px;
  font-weight: 600;
  padding-bottom: 50px;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-feature .title {
    font-size: calc(99 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview .inner .firstview-feature .title {
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 24px;
  }
}

.top-main .firstview .inner .firstview-feature .description {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-feature .description {
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(38 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview .inner .firstview-feature .description {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .4px;
  }
}

.top-main .firstview .inner .firstview-image {
  max-width: 924px;
  width: 100%;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-image {
    max-width: calc(924 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview .inner .firstview-image {
    padding-bottom: 47px;
    max-width: 100%;
    text-align: center;
    height: 48vw !important;
  }
}

.top-main .firstview .inner .firstview-image iframe {
  width: 924px;
  height: 520px;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-image iframe {
    width: calc(924 / 1920 * 100vw);
    height: calc(520 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .firstview .inner .firstview-image iframe {
    height: 50vw !important;
  }
}

.top-main .firstview .inner .firstview-image .to-channel {
  text-align: right;
  text-align: right;
  margin-top: 100px;
  position: absolute;
  bottom: -184px;
  right: 0;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-image .to-channel {
    margin-top: calc(100 / 1920 * 100vw);
    bottom: calc(-184 / 1920 * 100vw);
    white-space: nowrap;
  }
}

@media (max-width: 756px) {
  .top-main .firstview .inner .firstview-image .to-channel {
    display: none;
  }
}

.top-main .firstview .inner .firstview-image .to-channel a {
  display: block;
  margin-left: auto;
  max-width: 289px;
  width: 100%;
  text-align: center;
  padding: 27px 40px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 21px;
}

@media (max-width: 1920px) {
  .top-main .firstview .inner .firstview-image .to-channel a {
    max-width: calc(289 / 1920 * 100vw);
    padding-top: calc(27 / 1920 * 100vw);
    padding-bottom: calc(27 / 1920 * 100vw);
    padding-right: calc(40 / 1920 * 100vw);
    padding-left: calc(40 / 1920 * 100vw);
    font-size: calc(21 / 1920 * 100vw);
  }
}

.top-main .firstview .inner .firstview-image .to-channel a:hover {
  color: #D0F224;
}

.top-main .sponsor {
  padding: 68px 0;
}

@media (max-width: 1920px) {
  .top-main .sponsor {
    padding-top: calc(68 / 1920 * 100vw);
    padding-bottom: calc(68 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .sponsor {
    padding: 50px 0;
  }
}

.top-main .sponsor .sponsor-list {
  max-width: 1748px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-main .sponsor .sponsor-list img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 96px;
}

@media (max-width: 1920px) {
  .top-main .sponsor .sponsor-list img {
    max-width: calc(1748 / 1920 * 100vw);
    height: calc(96 / 1920 * 100vw);
  }
}

.top-main .about {
  background: #F5F5F5;
  padding: 150px 0;
  position: relative;
  background-image: url(../../assets/image/mangokuurapng.png);
  background-size: auto;
  background-position: top 47px right 37px;
  background-repeat: no-repeat;
}

@media (max-width: 1920px) {
  .top-main .about {
    padding-top: calc(150 / 1920 * 100vw);
    padding-bottom: calc(150 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .about {
    background-size: 474px;
    padding: 50px 0;
    background-position: right 1px top 154px;
  }
}

.top-main .about .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #00879C;
  padding-bottom: 33px;
}

@media (max-width: 1920px) {
  .top-main .about .sub-title {
    font-size: calc(28 / 1920 * 100vw);
    padding-bottom: calc(33 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .about .sub-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 24px;
  }
}

.top-main .about .title {
  font-size: 68px;
  font-weight: 600;
  padding-bottom: 50px;
}

@media (max-width: 1920px) {
  .top-main .about .title {
    font-size: calc(68 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .about .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 24px;
  }
}

.top-main .about .description {
  font-size: 24px;
  font-weight: 300;
  line-height: 43px;
}

@media (max-width: 1920px) {
  .top-main .about .description {
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(43 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .about .description {
    font-size: 14px;
    line-height: 24px;
  }
}

.top-main .environment {
  background: #000000;
  padding-top: 150px;
  position: relative;
  background-image: url(../../assets/image/wave_bottom.png);
  background-size: 838px;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media (max-width: 1920px) {
  .top-main .environment {
    padding-top: calc(150 / 1920 * 100vw);
    background-size: calc(838 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .environment {
    padding-top: 52px;
  }
}

.top-main .environment .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #D0F224;
  padding-bottom: 33px;
}

@media (max-width: 1920px) {
  .top-main .environment .sub-title {
    font-size: calc(28 / 1920 * 100vw);
    padding-bottom: calc(33 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .environment .sub-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 24px;
  }
}

.top-main .environment .title {
  color: #fff;
  font-size: 68px;
  font-weight: 600;
  padding-bottom: 50px;
}

@media (max-width: 1920px) {
  .top-main .environment .title {
    font-size: calc(68 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .environment .title {
    font-size: 30px;
    padding-bottom: 24px;
    line-height: 40px;
  }
}

.top-main .environment .contents-slider .swiper-wrapper {
  padding-bottom: 270px;
}

@media (max-width: 1920px) {
  .top-main .environment .contents-slider .swiper-wrapper {
    padding-bottom: calc(270 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .environment .contents-slider .swiper-wrapper {
    padding-bottom: 111px;
  }
}

.top-main .environment .contents-slider .swiper-wrapper .swiper-slide {
  width: 650px !important;
}

@media (max-width: 1920px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide {
    width: calc(650 / 1920 * 100vw) !important;
  }
}

@media (max-width: 756px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide {
    width: 284px !important;
  }
}

.top-main .environment .contents-slider .swiper-wrapper .swiper-slide img {
  width: 650px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}

@media (max-width: 1920px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide img {
    width: calc(650 / 1920 * 100vw);
    height: calc(650 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide img {
    width: 284px;
    height: 284px;
    border-radius: 12px 12px 0 0;
  }
}

.top-main .environment .contents-slider .swiper-wrapper .swiper-slide .slider-title {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  text-align: left;
  color: #fff;
}

@media (max-width: 1920px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide .slider-title {
    padding-top: calc(30 / 1920 * 100vw);
    padding-bottom: calc(30 / 1920 * 100vw);
    padding-right: calc(30 / 1920 * 100vw);
    padding-left: calc(30 / 1920 * 100vw);
  }
}

.top-main .environment .contents-slider .swiper-wrapper .swiper-slide .title {
  font-size: 40px;
  font-weight: 600;
  text-shadow: 3px 3px 10px #000000;
}

@media (max-width: 1920px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide .title {
    font-size: calc(40 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
    padding: 0;
    margin-top: -15px;
  }
}

.top-main .environment .contents-slider .swiper-wrapper .swiper-slide .sub-title {
  text-shadow: 3px 3px 10px #000000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

@media (max-width: 1920px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide .sub-title {
    font-size: calc(24 / 1920 * 100vw);
    margin-bottom: calc(10 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .environment .contents-slider .swiper-wrapper .swiper-slide .sub-title {
    font-size: 11px;
  }
}

.top-main .environment .contents-slider .swiper-wrapper .swiper-button-prev {
  display: none;
}

.top-main .protective-activities .left {
  width: 70%;
  padding: 150px 86px 50px;
}

@media (max-width: 1920px) {
  .top-main .protective-activities .left {
    padding-top: calc(150 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
    padding-right: calc(86 / 1920 * 100vw);
    padding-left: calc(86 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .protective-activities .left {
    width: 100%;
    padding: 50px 20px;
    padding-bottom: 22px;
  }
}

.top-main .protective-activities .left br {
  display: none;
}

.top-main .protective-activities .left .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #00879C;
  padding-bottom: 33px;
}

@media (max-width: 1920px) {
  .top-main .protective-activities .left .sub-title {
    font-size: calc(28 / 1920 * 100vw);
    padding-bottom: calc(33 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .protective-activities .left .sub-title {
    font-size: 20px;
    padding-bottom: 24px;
  }
}

.top-main .protective-activities .left img {
  display: none !important;
}

@media (max-width: 756px) {
  .top-main .protective-activities .left img {
    display: block !important;
    width: 100%;
    padding-bottom: 24px;
  }
}

.top-main .protective-activities .left .title {
  font-size: 68px;
  font-weight: 600;
  padding-bottom: 50px;
  color: #000;
  line-height: 78px;
}

@media (max-width: 1920px) {
  .top-main .protective-activities .left .title {
    font-size: calc(68 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
    line-height: calc(78 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .protective-activities .left .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 24px;
  }
}

.top-main .protective-activities .left .title span {
  color: #00879C;
}

.top-main .protective-activities .left ul {
  position: relative;
}

.top-main .protective-activities .left ul li {
  list-style-type: none !important;
  font-size: 28px;
  line-height: 47px;
  padding-bottom: 50px;
  padding-left: 38px;
  font-weight: 600;
}

@media (max-width: 1920px) {
  .top-main .protective-activities .left ul li {
    font-size: calc(28 / 1920 * 100vw);
    line-height: calc(47 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
    padding-left: calc(38 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .protective-activities .left ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 28px;
    padding-bottom: 20px;
  }
}

.top-main .protective-activities .left ul li::before {
  content: "✔︎";
  position: absolute;
  left: 0;
  color: #00879C;
}

@media (max-width: 756px) {
  .top-main .protective-activities .left ul li::before {
    font-size: 20px;
  }
}

.top-main .protective-activities .left ul li span {
  color: #00879C;
}

.top-main .protective-activities .right {
  max-width: 864px;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1920px) {
  .top-main .protective-activities .right {
    max-width: calc(864 / 1920 * 100vw);
  }
}

.top-main .protective-activities .right img {
  height: 1208px;
  width: 864px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 154px;
     object-position: 30% 154px;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

@media (max-width: 1920px) {
  .top-main .protective-activities .right img {
    height: calc(1208 / 1920 * 100vw);
    width: calc(864 / 1920 * 100vw);
  }
}

.top-main .reuse {
  padding: 150px 0;
  background: #000;
}

@media (max-width: 1920px) {
  .top-main .reuse {
    padding-top: calc(150 / 1920 * 100vw);
    padding-bottom: calc(150 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .reuse {
    padding: 50px 0;
  }
}

.top-main .reuse .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #D0F224;
  padding-bottom: 33px;
}

@media (max-width: 1920px) {
  .top-main .reuse .sub-title {
    font-size: calc(28 / 1920 * 100vw);
    padding-bottom: calc(33 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .reuse .sub-title {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 24px;
  }
}

.top-main .reuse .title {
  font-size: 68px;
  font-weight: 600;
  padding-bottom: 104px;
  color: #fff;
  line-height: 78px;
}

@media (max-width: 1920px) {
  .top-main .reuse .title {
    font-size: calc(68 / 1920 * 100vw);
    padding-bottom: calc(104 / 1920 * 100vw);
    line-height: calc(78 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .reuse .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 70px;
  }
}

.top-main .reuse .title span {
  color: #D0F224;
}

.top-main .reuse .reuse-text {
  color: #fff;
}

@media (max-width: 756px) {
  .top-main .reuse .reuse-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-main .reuse .reuse-text .reuse-text-before {
  font-weight: bold;
  font-size: 120px;
  font-family: 'DIN Condensed', sans-serif;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 1920px) {
  .top-main .reuse .reuse-text .reuse-text-before {
    font-size: calc(120 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .reuse .reuse-text .reuse-text-before {
    font-size: 44px;
  }
}

.top-main .reuse .reuse-text .reuse-text-before .maker {
  font-size: 250px;
  color: #D0F224;
  font-family: 'DIN Condensed', sans-serif;
}

@media (max-width: 1920px) {
  .top-main .reuse .reuse-text .reuse-text-before .maker {
    font-size: calc(250 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .reuse .reuse-text .reuse-text-before .maker {
    font-size: 98px;
  }
}

.top-main .reuse .reuse-text .reuse-text-before .size {
  font-size: 108px;
  font-family: 'DIN Condensed', sans-serif;
}

@media (max-width: 1920px) {
  .top-main .reuse .reuse-text .reuse-text-before .size {
    font-size: calc(108 / 1920 * 100vw);
  }
}

.top-main .reuse .reuse-text .reuse-text-after {
  font-size: 120px;
  font-weight: bold;
  font-family: 'DIN Condensed', sans-serif;
}

@media (max-width: 1920px) {
  .top-main .reuse .reuse-text .reuse-text-after {
    font-size: calc(120 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .reuse .reuse-text .reuse-text-after {
    font-size: 44px;
  }
}

.top-main .reuse .reuse-text .reuse-text-after .maker {
  font-size: 250px;
  color: #D0F224;
  font-family: 'DIN Condensed', sans-serif;
}

@media (max-width: 1920px) {
  .top-main .reuse .reuse-text .reuse-text-after .maker {
    font-size: calc(250 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .reuse .reuse-text .reuse-text-after .maker {
    font-size: 98px;
  }
}

.top-main .reuse .reuse-text .reuse-text-after .size {
  font-size: 108px;
  font-family: 'DIN Condensed', sans-serif;
}

@media (max-width: 1920px) {
  .top-main .reuse .reuse-text .reuse-text-after .size {
    font-size: calc(108 / 1920 * 100vw);
  }
}

.top-main .reuse .description {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  color: #fff;
  padding-top: 50px;
}

@media (max-width: 1920px) {
  .top-main .reuse .description {
    font-size: calc(28 / 1920 * 100vw);
    line-height: calc(38 / 1920 * 100vw);
    padding-top: calc(50 / 1920 * 100vw);
    letter-spacing: .4px;
  }
}

@media (max-width: 756px) {
  .top-main .reuse .description {
    font-size: 11px;
    line-height: 21px;
    padding-top: 20px;
  }
}

.top-main .catchphrase {
  background: #000;
  background-image: url(../../assets/image/cycle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 830px;
  padding-top: 342px;
  padding-bottom: 372px;
  padding-right: 621px;
  padding-left: 136px;
}

@media (max-width: 1920px) {
  .top-main .catchphrase {
    background-position: calc(830 / 1920 * 100vw);
    padding-top: calc(342 / 1920 * 100vw);
    padding-bottom: calc(372 / 1920 * 100vw);
    padding-right: calc(621 / 1920 * 100vw);
    padding-left: calc(136 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .catchphrase {
    background-position: center !important;
    background-size: cover !important;
    padding: 110px 22px;
  }
}

.top-main .catchphrase .title {
  color: #fff;
  background-color: #000;
  font-size: 68px;
  padding: 38px 0;
}

@media (max-width: 1920px) {
  .top-main .catchphrase .title {
    font-size: calc(68 / 1920 * 100vw);
    padding-top: calc(38 / 1920 * 100vw);
    padding-bottom: calc(38 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .catchphrase .title {
    font-size: 25px;
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
  }
}

.top-main .SDGs {
  background: #F5F5F5;
  background-image: url(../../assets/image/sdgs_bg.png);
  background-repeat: no-repeat;
  background-size: 844px;
  background-position: left -30px top -31px;
}

@media (max-width: 756px) {
  .top-main .SDGs {
    background-size: 617px;
    background-position: center;
  }
}

.top-main .aquaculture-certification, .top-main .SDGs {
  padding: 150px 0;
}

@media (max-width: 1920px) {
  .top-main .aquaculture-certification, .top-main .SDGs {
    padding-top: calc(150 / 1920 * 100vw);
    padding-bottom: calc(150 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification, .top-main .SDGs {
    padding: 50px 0;
  }
}

.top-main .aquaculture-certification .feature, .top-main .SDGs .feature {
  width: 80%;
  padding: 0 50px 0 0;
  color: #000;
}

@media (max-width: 1920px) {
  .top-main .aquaculture-certification .feature, .top-main .SDGs .feature {
    padding-right: calc(50 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification .feature, .top-main .SDGs .feature {
    width: 100%;
    padding: 0;
  }
}

.top-main .aquaculture-certification .feature .sub-title, .top-main .SDGs .feature .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #00879C;
  padding-bottom: 33px;
}

@media (max-width: 1920px) {
  .top-main .aquaculture-certification .feature .sub-title, .top-main .SDGs .feature .sub-title {
    font-size: calc(28 / 1920 * 100vw);
    padding-bottom: calc(33 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification .feature .sub-title, .top-main .SDGs .feature .sub-title {
    font-size: 20px;
    padding-bottom: 24px;
    line-height: 32px;
  }
}

.top-main .aquaculture-certification .feature .title, .top-main .SDGs .feature .title {
  font-size: 68px;
  font-weight: 600;
  padding-bottom: 50px;
  line-height: 78px;
}

@media (max-width: 1920px) {
  .top-main .aquaculture-certification .feature .title, .top-main .SDGs .feature .title {
    font-size: calc(68 / 1920 * 100vw);
    padding-bottom: calc(50 / 1920 * 100vw);
    line-height: calc(78 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification .feature .title, .top-main .SDGs .feature .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 24px;
  }
}

.top-main .aquaculture-certification .feature .title .maker, .top-main .SDGs .feature .title .maker {
  color: #00879C;
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification .feature .title .maker br, .top-main .SDGs .feature .title .maker br {
    display: none;
  }
}

.top-main .aquaculture-certification .feature img, .top-main .SDGs .feature img {
  display: none !important;
  width: 335px;
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification .feature img, .top-main .SDGs .feature img {
    width: 100%;
    display: block !important;
    padding-bottom: 24px;
  }
}

.top-main .aquaculture-certification .feature .description, .top-main .SDGs .feature .description {
  font-size: 24px;
  font-weight: 300;
  line-height: 43px;
  letter-spacing: 0.4px;
}

@media (max-width: 1920px) {
  .top-main .aquaculture-certification .feature .description, .top-main .SDGs .feature .description {
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(43 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification .feature .description, .top-main .SDGs .feature .description {
    font-size: 14px;
    line-height: 24px;
  }
}

.top-main .aquaculture-certification .image, .top-main .SDGs .image {
  max-width: 685px;
  width: 100%;
}

@media (max-width: 1920px) {
  .top-main .aquaculture-certification .image, .top-main .SDGs .image {
    max-width: calc(685 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .top-main .aquaculture-certification .image, .top-main .SDGs .image {
    display: none;
  }
}

.top-main .aquaculture-certification .image img, .top-main .SDGs .image img {
  width: 685px;
}

@media (max-width: 1920px) {
  .top-main .aquaculture-certification .image img, .top-main .SDGs .image img {
    width: calc(685 / 1920 * 100vw);
  }
}

#iframe_wrap {
  position: relative;
}

#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -1px;
  width: 101%;
  height: 111%;
  pointer-events: none;
  background: url(../../assets/image/thumbnail.png) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}

.play_btn:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  width: 120px;
  height: 120px;
}

@media (max-width: 1920px) {
  .play_btn:after {
    width: calc(120 / 1920 * 100vw);
    height: calc(120 / 1920 * 100vw);
  }
}

@media (max-width: 756px) {
  .play_btn:after {
    width: 60px;
    height: 60px;
  }
}

.play_btn:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 25px 0 25px 40px;
}

@media (max-width: 756px) {
  .play_btn:before {
    border-width: 15px 0 15px 20px;
  }
}

.play_btn:hover:before {
  color: #D0F224;
}

.play_btn:hover:after {
  color: #D0F224;
}

.play_btn.pause {
  pointer-events: auto;
  opacity: 1;
}

.swiper-button-next {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-top: 0;
  top: 80% !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next::after {
  position: absolute;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  left: -300%;
  top: -100%;
  opacity: 1;
}

@media (max-width: 756px) {
  .swiper-button-next::after {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    left: -200%;
  }
}

.swiper-button-next::after {
  content: url(../../assets/image/slider_arrow_img.png);
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  content: url(../../assets/image/slider_arrow_img2.png);
}

.swiper-button-next {
  background: none;
}
/*# sourceMappingURL=style.css.map */