@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
html {
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #222222;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* font-weight: 400; */
  font-style: normal;
  line-height: 1.4;
  font-weight: bold;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

a img {
  border: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

.basein {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .basein {
    padding: 0 10px;
  }
}

@media screen and (min-width: 769px) {
  .pc_content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc_content {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_content {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_content {
    display: block;
  }
}

/* TOGGLE */
@media screen and (max-width: 768px) {
  .tournament dl {
    margin: 0 5px;
    transition: all 0.3s ease;
    margin-bottom: 24px;
  }
  .tournament dl:last-child {
    margin-bottom: 0;
  }
  .tournament dl dt {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    background: #2697f4;
    border-radius: 10px;
    color: #fff;
    position: relative;
    padding: 13px 0 17px;
    transition: all 0.3s ease;
  }
  .tournament dl dt::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #2697f4;
    height: 16px;
    width: 24px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    border: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  .tournament dl dd {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.4s ease;
    background: #fff;
    transition: all 0.3s ease;
  }
  .tournament dl dd img {
    padding: 20px 10px;
    display: inline-block;
  }
  .tournament dl dd button {
    font-size: 24px;
    font-weight: 600;
    color: #2697f4;
    border: none;
    background: transparent;
    position: relative;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
  }
  .tournament dl dd button::after {
    content: "";
    position: absolute;
    bottom: 27px;
    right: -10px;
    margin: 0 auto;
    background: url(../images/toggle_icon.webp) no-repeat;
    background-size: 100%;
    height: 12px;
    width: 12px;
  }
  .tournament dl.is-open {
    border: 1px solid #d8d8d8;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease;
  }
  .tournament dl.is-open dt {
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease;
  }
  .tournament dl.is-open dt::after {
    opacity: 1;
    transition: opacity 0.15s ease;
  }
  .tournament dl.is-open dd {
    display: block;
    max-height: 1500px;
    transition: all 0.3s ease;
  }
}
/* 基本スライダー */
.slide {
  width: 33.3333333333%;
  height: auto;
  margin-right: 100px;
  counter-increment: carousel-cell;
}
@media screen and (max-width: 768px) {
  .slide {
    width: 100%;
  }
}
.slide .slide_textArea {
  padding: 15px 0 56px;
}
.slide .slide_textArea .slideTitle {
  font-size: 20px;
  font-weight: 500;
  margin: 17px 0 19px;
}
.slide .slide_textArea .slideText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 140%;
}

.content_title {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .content_title {
    font-size: 20px;
  }
}
.content_title span {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .content_title span {
    margin-bottom: 10px;
  }
}

.flexed {
  display: flex;
  flex-wrap: wrap;
}

.badge {
  margin-bottom: 15px;
}
.badge .date {
  font-size: 16px;
}
.badge .category {
  font-size: 12px;
  padding: 2px 10px 1px;
  border: 1px solid;
  border-radius: 4px;
  line-height: 1;
  margin-left: 8px;
}

body .flickity-page-dots {
  bottom: -38px;
}
body .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 15px;
  background: #7c7c7c;
}

body .flickity-button {
  top: auto;
  bottom: -60px;
  background-image: url(../images/icon01.webp);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(50% - 3px);
  width: 60px;
  height: 60px;
  background-color: #37b64c;
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body .flickity-button {
    bottom: -55px;
    width: 50px;
    height: 50px;
  }
}
body .flickity-button:hover {
  background-color: #37b64c;
  background-image: url(../images/icon01.webp);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(50% - 3px);
  opacity: 0.7;
}
body .flickity-button:focus {
  box-shadow: 0 0 0;
}
body .flickity-button svg {
  display: none;
}
body .flickity-button.flickity-prev-next-button.previous {
  left: 0;
  right: 0;
  margin: 0 auto 0 calc(50% - 167px);
  transform: rotate(360deg);
}
@media screen and (max-width: 768px) {
  body .flickity-button.flickity-prev-next-button.previous {
    margin: 0 auto 0 calc(50% - 148px);
  }
}
body .flickity-button.flickity-prev-next-button.next {
  left: 0;
  right: 0;
  margin: 0 calc(50% - 167px) 0 auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  body .flickity-button.flickity-prev-next-button.next {
    margin: 0 calc(50% - 148px) 0 auto;
  }
}

/* リセット END */
/* FONT */
.bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.colorBl {
  color: #2697f4;
}

.skew_title {
  transform: skewX(-8deg);
}
@media screen and (min-width: 769px) {
  .skew_title {
    font-size: 94px;
  }
}
@media screen and (max-width: 768px) {
  .skew_title {
    font-size: 64px;
  }
}

.skew_sub {
  transform: skewX(-7deg);
  max-width: 90%;
  margin: 0 auto;
}

.linkIcon {
  position: relative;
}
.linkIcon::after {
  content: "";
  padding: 0;
  background-image: url(../images/icon01.webp);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(50% - 3px);
  width: 60px;
  height: 60px;
  background-color: #37b64c;
  display: block;
  position: absolute;
  right: -72px;
  top: calc(50% - 30px);
  transform: rotate(180deg);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .linkIcon::after {
    right: -58px;
    top: calc(50% - 22px);
    width: 50px;
    height: 50px;
  }
}

/* FONT END */
@media screen and (max-width: 768px) {
  .wrapper {
    overflow: hidden;
  }
}
.wrapper .org_main {
  position: relative;
  overflow: hidden;
}
.wrapper .org_main .basein {
  max-width: 1288px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_main .basein {
    background: url(../images/sp_bg01.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .org_main .basein ul {
    position: absolute;
    right: 50px;
    bottom: 50px;
    max-width: 320px;
    display: grid;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_main .basein ul {
    padding: 40px 30px;
     display: grid;
    gap: 16px;
    place-content: center;
     max-width: 320px;
     width: fit-content;
     margin: 0 auto;
  }
}
.wrapper .org_content01 {
  background: url(../images/bg1.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content01 {
    padding: 137px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_content01 {
    padding: 90px 0 0;
  }
}
.wrapper .org_content01 .basein {
  max-width: 100%;
}
.wrapper .org_content01 .carouselWrap {
  padding: 20px 0 170px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content01 .carouselWrap {
    padding: 60px 0 130px;
  }
}
.wrapper .org_content02 {
  background: url(../images/bg2.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content02 {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_content02 {
    padding: 60px 0 80px;
  }
}
.wrapper .org_content02 .basein .content_bnr {
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content02 .basein .content_bnr {
    margin-bottom: 60px;
  }
}
.wrapper .org_content02 .basein .gameWrap {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content02 .basein .gameWrap {
    padding: 137px 0 120px;
    margin-top: 100px;
  }
  .wrapper .org_content02 .basein .gameWrap .content_title {
    margin-bottom: 88px;
  }
  .wrapper .org_content02 .basein .gameWrap .content_title .skew_title {
    font-size: 94px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_content02 .basein .gameWrap {
    padding: 60px 25px;
  }
  .wrapper .org_content02 .basein .gameWrap .content_title {
    margin-bottom: 46px;
  }
}
.wrapper .org_content02 .basein .gameWrap .gameLink {
  text-align: center;
}
.wrapper .org_content02 .basein .gameWrap .gameLink a {
  font-size: 24px;
  color: #2697F4;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content02 .basein .gameWrap .gameLink a {
    font-size: 20px;
  }
}
.wrapper .org_content03 {
  background: url(../images/bg3.webp) no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content03 {
    padding: 120px 0 260px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .org_content03 .basein .skew_title {
    font-size: 94px;
  }
}
.wrapper .org_content03 .basein .tournamentWrap {
  padding: 90px 0 121px;
}
.wrapper .org_content03 .basein .textSub {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content03 .basein .textSub {
    margin: 80px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_content03 .basein .textSub {
    text-align: left;
    padding: 60px 9px;
    line-height: 1.8;
  }
}
.wrapper .org_content03 .basein {
  /* TAB */
}
.wrapper .org_content03 .basein .tournamentContent .tab-content {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  border: 1px solid #d8d8d8;
  background: #fff;
  img {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .org_content03 .basein .tournamentContent .tab-content {
    padding: 54px 94px;
  }
}
.wrapper .org_content03 .basein .tournamentContent .tab-content.is-active {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrapper .org_content03 .basein .tournamentContent .tab-button {
  padding: 18px 0;
  cursor: pointer;
  font-size: 24px;
  width: 33.3333333333%;
  background: #fff;
  outline: 1px solid #d8d8d8;
  border: none;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
  position: relative;
}
.wrapper .org_content03 .basein .tournamentContent .tab-button:hover {
  transition: 0.3s;
  background: #2697f4;
  color: #fff;
  outline: 1px solid #2697f4;
}
.wrapper .org_content03 .basein .tournamentContent .tab-button:hover::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #2697f4;
  height: 16px;
  width: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  right: 0;
  margin: 0 auto;
  border: none;
  z-index: 3;
  transition: 0.3s;
}
.wrapper .org_content03 .basein .tournamentContent .tab-button.is-active {
  background: #2697f4;
  color: #fff;
  outline: 1px solid #2697f4;
}
.wrapper .org_content03 .basein .tournamentContent .tab-button.is-active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #2697f4;
  height: 16px;
  width: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  right: 0;
  margin: 0 auto;
  border: none;
  z-index: 3;
}
.wrapper .org_content04 {
  margin-top: -250px;
  background: url(../images/bg4.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 {
    margin-top: -100px;
    padding: 126px 0 76px;
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  }
}
.wrapper .org_content04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../images/koushien.webp) no-repeat;
  background-size: 100%;
  background-position: 0 100%;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04::before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .org_content04 .informationWrap {
    padding: 265px 0 125px;
  }
}
.wrapper .org_content04 .informationWrap .content_title {
  color: #fff;
}
.wrapper .org_content04 .informationWrap .content_title span {
  color: #fff;
}
.wrapper .org_content04 .informationWrap .informationContent {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content04 .informationWrap .informationContent {
    margin-top: 65px;
  }
}
.wrapper .org_content04 .informationWrap .informationContent h3 {
  font-size: 31px;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent h3 {
    margin-top: 27px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.wrapper .org_content04 .informationWrap .informationContent h3::before, .wrapper .org_content04 .informationWrap .informationContent h3::after {
  position: absolute;
  top: calc(50% - 45px);
  width: 4px;
  height: 85px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent h3::before, .wrapper .org_content04 .informationWrap .informationContent h3::after {
    top: calc(50% - 5px);
    width: 2px;
    height: 83px;
  }
}
.wrapper .org_content04 .informationWrap .informationContent h3::before {
  content: "";
  left: 0;
  transform: rotate(150deg);
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent h3::before {
    left: 10px;
    transform: rotate(155deg);
  }
}
.wrapper .org_content04 .informationWrap .informationContent h3::after {
  content: "";
  right: 0;
  transform: rotate(210deg);
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent h3::after {
    right: 10px;
    transform: rotate(200deg);
  }
}
.wrapper .org_content04 .informationWrap .informationContent h3 span {
  display: block;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  margin-top: 15px;
}
.wrapper .org_content04 .informationWrap .informationContent .informationList {
  max-width: 330px;
  margin: 0 auto 43px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent .informationList {
    max-width: 265px;
  }
}
.wrapper .org_content04 .informationWrap .informationContent .informationList dl {
  align-items: center;
}
.wrapper .org_content04 .informationWrap .informationContent .informationList dl:first-child {
  margin-bottom: 15px;
}
.wrapper .org_content04 .informationWrap .informationContent .informationList dl dt {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent .informationList dl dt {
    font-size: 17px;
  }
}
.wrapper .org_content04 .informationWrap .informationContent .informationList dl dd {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent .informationList dl dd {
    font-size: 21px;
  }
}
.wrapper .org_content04 .informationWrap .informationContent .informationList dl dd a {
  font-weight: 600;
  position: relative;
}
.wrapper .org_content04 .informationWrap .informationContent .informationList dl dd a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.6;
}
.wrapper .org_content04 .informationWrap .informationContent .informationList + p {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 27px;
}
.wrapper .org_content04 .informationWrap .informationContent .informationList + p span {
  font-size: 23px;
  letter-spacing: 4%;
  line-height: 160%;
  padding: 0 1px 0 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent .informationList + p span {
    margin-top: 10px;
    display: inline-block;
  }
}
.wrapper .org_content04 .informationWrap .informationContent .informationList + p span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 14px;
  background: #db5166;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent .informationList + p span::after {
    bottom: 0.5px;
    opacity: 0.8;
    height: 7px;
  }
}
.wrapper .org_content04 .informationWrap .informationContent .informationList + p span i {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: 700;
}
.wrapper .org_content04 .informationWrap .informationContent .chiketLink a {
  max-width: 736px;
  margin: 0 auto;
  border-radius: 200px;
  background-color: #fff;
  padding: 35px 0;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent .chiketLink a {
    padding: 26px 0;
  }
}
.wrapper .org_content04 .informationWrap .informationContent .chiketLink a span {
  background: url(../images/icon04.webp) no-repeat;
  background-position: calc(90% + 22px) 60%;
  background-size: 12px;
  padding: 0 34px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.wrapper .org_content04 .informationWrap .informationContent .chiketLink a span::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -60px;
  width: 65px;
  height: 50px;
  background: url(../images/chiket01.webp) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content04 .informationWrap .informationContent .chiketLink a span::before {
    top: 3px;
    left: -17.5px;
    width: 42px;
    height: 35px;
  }
}
.wrapper .org_content05 {
  background: url(../images/bg5.webp) no-repeat;
  background-size: cover;
  background-position: 0 100%;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content05 {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_content05 .basein {
    background: url(../images/sp_bg03.webp) no-repeat;
    padding: 52px 0 92px;
    background-size: 100%;
  }
}
.wrapper .org_content05 .informationWrap {
  position: relative;
  justify-content: space-evenly;
  flex-wrap: wrap-reverse
}
@media screen and (max-width: 768px) {
  .wrapper .org_content05 .informationWrap {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.wrapper .org_content05 .informationWrap .content_title {
  transform: skewX(0deg);
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content05 .informationWrap .content_title {
    margin: 0 0 30px -12px;
  }
}
.wrapper .org_content05 .informationWrap .content_title span {
  color: #fff;
  font-size: 84px;
  transform: skewX(0deg);
}
.wrapper .org_content05 .informationWrap ul {
  max-width: 1000px;
  width: 100%;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content05 .informationWrap ul {
    order: 2;
  }
}
.wrapper .org_content05 .informationWrap ul li {
  width: calc(50% - 4px);
  margin: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content05 .informationWrap ul li {
    width: 100%;
    margin: 0 0 8px;
  }
}
.wrapper .org_content05 .informationWrap ul li:first-child {
  background: url(../images/index01.webp) no-repeat;
  background-size: cover;
  background-position: 0 100%;
}
.wrapper .org_content05 .informationWrap ul li:nth-child(2) {
  background: url(../images/index02.webp) no-repeat;
  background-size: cover;
  background-position: 0 100%;
  margin-right: 0;
}
.wrapper .org_content05 .informationWrap ul li:nth-child(3) {
  background: url(../images/index03.webp) no-repeat;
  background-size: cover;
  background-position: 0 100%;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content05 .informationWrap ul li:nth-child(3) {
    margin-bottom: 0;
  }
}
.wrapper .org_content05 .informationWrap ul li:last-child {
  background: url(../images/index04.webp) no-repeat;
  background-size: cover;
  background-position: 0 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.wrapper .org_content05 .informationWrap ul li a {
  padding: 48.2px 41.5px;
  display: block;
}
.wrapper .org_content05 .informationWrap ul li a span {
  color: #fff;
  font-size: 77px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content05 .informationWrap ul li a span {
    font-size: 64px;
  }
}
.wrapper .org_content05 .informationWrap ul li a span i {
  display: block;
  font-style: normal;
  font-size: 33px;
  transform: skewX(-8deg);
  line-height: 1;
  width: calc(100% - 42.5px);
}
@media screen and (max-width: 768px) {
  .wrapper .org_content05 .informationWrap ul li a span i {
    font-size: 20px;
  }
}
.wrapper .org_content05 .informationWrap ul li a.linkIcon::after {
  width: 44px;
  height: 44px;
  background-size: 10px;
  right: 40px;
  top: 45%;
}
.wrapper .org_content05 .informationWrap ul li a:hover {
  opacity: 0.5;
}
.wrapper .org_content06 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content06 {
    height: 210px;
    aspect-ratio: 750/210;
    overflow: hidden;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .org_content06 {
    height: 268px;
    aspect-ratio: 1440/268;
    margin: 60px 0 0;
  }
}
.wrapper .org_content06 .scrollWrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wrapper .org_content06 .loop {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content06 .loop {
    top: 0;
    height: 141.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .org_content06 .loop {
    top: 0;
    height: 114.552238806%;
  }
}
.wrapper .org_content06 .loop .swiper-wrapper {
  transition-timing-function: linear !important;
}
.wrapper .org_content06 .loop .swiper-slide {
  width: auto !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content06 .loop .swiper-slide {
    margin-right: 8px;
  }
}
.wrapper .org_content06 .loop .swiper-slide img {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .wrapper .org_content06 .loop .swiper-slide img {
    margin-left: -37px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_content06 .loop .swiper-slide img {
    margin-left: -22px;
  }
}
.wrapper .org_content06 .loop .swiper-slide:first-child img {
  margin-left: 0;
}
.wrapper .org_content07 {
  background: url(../images/bg6.webp);
  background-size: 100%;
  background-position: 50% 0;
  padding: 195px 0 120px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content07 {
    padding: 135px 0 100px;
    background-position: 0 -95px;
  }
}
.wrapper .org_content07 .articleWrap {
  margin: 125px 0;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content07 .articleWrap {
    margin: 80px 0;
  }
}
.wrapper .org_content07 .articleWrap h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content07 .articleWrap h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.wrapper .org_content07 .articleWrap ul li {
  width: calc(33.3333333333% - 30.7px);
}
@media screen and (min-width: 769px) {
  .wrapper .org_content07 .articleWrap ul li {
    margin-right: 46px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .org_content07 .articleWrap ul li {
    width: 100%;
    margin-bottom: 86px;
  }
  .wrapper .org_content07 .articleWrap ul li:last-child {
    margin-bottom: 46px;
  }
}
.wrapper .org_content07 .articleWrap ul li:nth-child(3n) {
  margin-right: 0;
}
.wrapper .org_content07 .articleWrap ul li .columntextArea {
  padding: 14.46px 0 0;
}
.wrapper .org_content07 .articleWrap ul li .columntextArea .columnTitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content07 .articleWrap ul li .columntextArea .columnTitle {
    line-height: 1.5;
  }
}
.wrapper .org_content07 .articleWrap .columnLink {
  text-align: center;
  margin: 0;
}
.wrapper .org_content07 .articleWrap .columnLink a {
  font-size: 24px;
  color: #2697F4;
  font-weight: 600;
  position: relative;
  min-height: 60px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content07 .articleWrap .columnLink a {
    font-size: 20px;
    text-indent: -30px;
  }
}
.wrapper .org_content07 .articleWrap .columnLink a::after {
  top: calc(50% - 47px);
}
.wrapper .org_content07 .articleWrap:last-child {
  margin-bottom: 0;
}
.wrapper .org_content07 .articleWrap:last-child h3 {
  font-weight: 700;
}
.wrapper .org_content08 {
  background: url(../images/bg7.webp) no-repeat;
  background-size: cover;
  background-position: 100% 0;
  padding: 138px 0 130px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 {
    background-position: 95% 0;
    background-size: cover;
    padding: 60px 0;
  }
}
.wrapper .org_content08 .skew_title,
.wrapper .org_content08 .skew_sub {
  color: #fff;
}
.wrapper .org_content08 .singerContent {
  background: #fff;
  padding: 76px 64px 62.9px;
  position: relative;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent {
    margin-top: 80px;
    padding: 46px 15px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper .org_content08 .singerContent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg8.webp) no-repeat;
    background-size: 125%;
    background-position: -195px 30%;
  }
}
.wrapper .org_content08 .singerContent dl {
  position: relative;
}
.wrapper .org_content08 .singerContent dl::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 15px;
  width: 113px;
  height: 104px;
  background: url(../images/music.webp) no-repeat;
  background-size: 100%;
  background-position: 50%;
  display: none;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl::before {
    bottom: auto;
    top: 100px;
    left: calc(50% - 120px);
    width: 61px;
    height: 57px;
  }
}
.wrapper .org_content08 .singerContent dl::after {
  content: "";
  position: absolute;
  bottom: -130px;
  right: 0;
  width: 137px;
  height: 239px;
  background: url(../images/phone.webp) no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl::after {
    width: 105px;
    height: 168px;
    bottom: -106px;
    right: -28px;
  }
}
.wrapper .org_content08 .singerContent dl dt {
  max-width: 241px;
  width: 100%;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl dt {
    max-width: 156px;
    width: 100%;
    margin: 0 auto 25px;
  }
}
.wrapper .org_content08 .singerContent dl dd {
  max-width: calc(100% - 428px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl dd {
    max-width: 100%;
  }
}
.wrapper .org_content08 .singerContent dl dd h3 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl dd h3 {
    font-size: 24px;
  }
}
.wrapper .org_content08 .singerContent dl dd h3 span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 17px;
}
.wrapper .org_content08 .singerContent dl dd .singerTextarea {
  width: 100%;
}
.wrapper .org_content08 .singerContent dl dd .singerTextarea .singerText {
  margin: 30px 0;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl dd .singerTextarea .singerText {
    margin: 20px 0 14px;
  }
}
.wrapper .org_content08 .singerContent dl dd .singerTextarea .viewLink {
  font-size: 24px;
  padding-left: 27px;
}
.wrapper .org_content08 .singerContent dl dd .singerTextarea .viewLink a {
  padding: 0 10px 0 12px;
  z-index: 1;
  width: fit-content;
}
.wrapper .org_content08 .singerContent dl dd .singerTextarea .viewLink a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  width: 27px;
  height: 29px;
  background: url(../images/primary.webp) no-repeat;
  background-size: 100%;
  background-position: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl dd .singerTextarea .viewLink a::before {
    width: 29px;
    height: 29px;
  }
}
.wrapper .org_content08 .singerContent dl dd .singerTextarea .viewLink a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -18px;
  width: 16px;
  height: 18px;
  background: url(../images/blank.webp) no-repeat;
  background-size: 100%;
  background-position: 50%;
  transform: rotate(0deg);
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .org_content08 .singerContent dl dd .singerTextarea .viewLink a::after {
    width: 17px;
    height: 17px;
  }
}/*# sourceMappingURL=style.css.map */