/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* themeColor
-----------------------------*/
/* fontFamily
-----------------------------*/
@font-face {
  font-family: "Xillian Regular";
  src: url("../fonts/xillian-regular.otf") format("opentype");
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/Futura-Medium-Italic-font.ttf") format("truetype");
}
/* 
-----------------------------*/
body {
  font-size: 16px;
  color: #0f3232;
  font-family: "Sawarabi Gothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.7;
  transition: all 0.2s;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.container-narrow {
  max-width: 980px;
}

.text-center {
  text-align: center;
}

.pc-hidden {
  display: none;
}
@media (max-width: 1160px) {
  .pc-hidden {
    display: block;
  }
}

.tab-pc-hidden {
  display: none;
}
@media (max-width: 768px) {
  .tab-pc-hidden {
    display: block;
  }
}

.tab-sp-hidden {
  display: block;
}
@media (max-width: 1160px) {
  .tab-sp-hidden {
    display: none;
  }
}

.sp-hidden {
  display: block;
}
@media (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.title_ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.title_en {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
}

.text__sub__en {
  font-family: "Xillian Regular", sans-serif;
}

.color_white {
  color: #fff;
}
.color_theme {
  color: rgb(229, 74, 57);
}

.no-wrap {
  display: inline-block;
}

@media (max-width: 768px) {
  .section__button {
    padding: 40px 0;
  }
}
.section__button a {
  background: #fff;
  font-weight: 600;
  color: rgb(229, 74, 57);
  border: 4px solid;
  padding: 8px 40px;
  border-radius: 50px;
  font-size: 22px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* header
-----------------------------*/
.t-header_banner {
  border-bottom: 6px solid #e60000;
}
.t-header_logo {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.t-header_logo_link {
  display: flex;
}
.t-header_logo_link-mufg {
  width: 180px;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .t-header_logo_link-mufg {
    width: 120px;
    margin-left: 0;
  }
}
.t-header_logo_link-qfy {
  width: 170px;
  align-self: center;
}
.t-header_logo_link-ja {
  width: 130px;
  align-self: center;
}
@media (max-width: 768px) {
  .t-header_logo_link-ja {
    width: 80px;
  }
}
.t-header_menu .container {
  display: flex;
}
.t-header_menu .container .t-header_logo {
  display: none;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .t-header_menu .container .t-header_logo {
    width: 100%;
    margin-right: 0;
  }
}
.t-header_menu.is-fixed {
  position: fixed;
  background: #fff;
  width: 100%;
  border-bottom: 6px solid #e60000;
  z-index: 9999;
}
.t-header_menu.is-fixed .t-header_nav ul li {
  padding: 6px 25px;
}
.t-header_nav {
  padding: 15px 0;
  align-self: center;
}
.t-header_nav ul {
  display: flex;
}
.t-header_nav ul li {
  padding: 6px 30px;
  border-right: 2px solid #DDDDDD;
  letter-spacing: 1px;
  font-family: "Jost";
  font-weight: 600;
  position: relative;
}
.t-header_nav ul li img {
  position: absolute;
  width: 34px;
  height: 34px;
  top: -15px;
}
@media (max-width: 768px) {
  .t-header_nav ul li {
    padding: 4px 20px;
  }
}
.t-header_nav ul li:first-child {
  border-left: 2px solid #DDDDDD;
}

/* hamburger mobile
-----------------------------*/
.header__mobile {
  align-self: center;
  padding-right: 20px;
  margin: 0 8px 0 10px;
  position: relative;
}
.header__mobile:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  height: calc(100% + 12px);
  width: 2px;
  background: #DDDDDD;
}

.header__mobile-hamberger .nav-box {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
}
.header__mobile-hamberger .nav-box span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #E50000;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
  z-index: 9999;
}
.header__mobile-hamberger .nav-box span:nth-child(1) {
  top: 0;
}
.header__mobile-hamberger .nav-box span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}
.header__mobile-hamberger .nav-box span:nth-child(3) {
  bottom: 0;
}
.header__mobile-hamberger.is-open {
  overflow: hidden;
}
.header__mobile-hamberger.is-open .nav-box span {
  height: 2px;
}
.header__mobile-hamberger.is-open .nav-box span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.header__mobile-hamberger.is-open .nav-box span:nth-child(2) {
  width: 0;
}
.header__mobile-hamberger.is-open .nav-box span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.nav-content {
  z-index: -1;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/FV_bg_sp.png);
  background-size: cover;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: none;
}
.nav-content nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.nav-content ul {
  list-style: none;
}
.nav-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
  font-size: 46px;
  letter-spacing: 2px;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.nav-content a:hover {
  opacity: 0.6;
}
.nav-content.is-open {
  position: fixed;
  display: block;
  overflow: hidden;
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.nav-content.is-open a {
  pointer-events: auto;
}

/* footer
-----------------------------*/
.footer__info {
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.footer__info .footer__nav {
  border-bottom: 6px solid #E54A39;
  padding-bottom: 30px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.footer__info .footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .footer__info .footer__nav ul {
    text-align: left;
  }
}
@media (max-width: 1160px) {
  .footer__info .footer__nav ul li {
    width: 100%;
    margin: 5px 0;
  }
}
.footer__info .footer__nav ul li a {
  display: block;
  font-size: 12px;
}
.footer__info .copy-right {
  margin-top: 20px;
}

/* title
-----------------------------*/
.section__header {
  position: relative;
  z-index: 2;
}
.section__header .sub__title {
  font-size: 170px;
  font-family: "Futura PT", sans-serif;
  letter-spacing: 2px;
}
.section__header .heading__title {
  font-size: 42px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .section__header .heading__title {
    font-size: 24px;
  }
}
@media (max-width: 1160px) {
  .section__header .sub__title {
    font-size: 86px;
  }
}

.section__contents {
  position: relative;
  z-index: 2;
}

.h1 {
  font-size: 186px;
}

.h2 {
  font-size: 32px;
}

.h3 {
  font-size: 24px;
}

/* top page
-----------------------------*/
.fv__section {
  position: relative;
  height: calc(100vh - 147px);
  min-height: 600px;
  max-height: 1080px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fv__section {
    height: calc(100vh - 65px);
  }
}
.fv__section .fv_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fv__section .fv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__section .fv_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .fv__section .fv_logo {
    top: 48%;
  }
}
.fv__section .fv_logo img {
  width: 40vw;
}
@media (max-width: 768px) {
  .fv__section .fv_logo img {
    width: 70vw;
    max-width: 400px;
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.fv__section .fv_footer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .fv__section .fv_footer {
    bottom: 20px;
  }
}
.fv__section .fv_footer img {
  width: 38vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fv__section .fv_footer img {
    max-width: 400px;
    width: 80%;
  }
}
.fv__section .fv_footer p {
  margin-top: 10px;
}

.main__section {
  position: relative;
  background: rgb(229, 74, 57);
}
.main__section .overlay__bg {
  position: absolute;
  background-image: url(../images/mask_bg.png);
  background-size: 100%;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}

.about__section {
  background: rgb(229, 74, 57);
  position: relative;
  padding-top: 60px;
}
.about__section .bg-img__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}
@media (max-width: 768px) {
  .about__section .bg-img__left {
    width: 95%;
  }
}
.about__section .bg-img__left-main {
  position: absolute;
  bottom: 0;
  left: 50px;
  max-width: 920px;
  width: 50%;
  z-index: 5;
}
@media (max-width: 768px) {
  .about__section .bg-img__left-main {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.about__section .bg-img__right {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 50%;
}
.about__section .section__header {
  text-align: right;
  margin-bottom: 60px;
}
.about__section .section__header .sub__title {
  color: rgba(255, 255, 255, 0.4);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  font-size: 21vw;
}
.about__section .section__header .sub__title img {
  width: 65%;
}
.about__section .section__header .heading__title {
  margin-top: -6vw;
  font-size: 2.8vw;
}
@media (max-width: 1160px) {
  .about__section .section__header .heading__title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .about__section .section__header .heading__title {
    font-size: 28px;
    text-align: center;
  }
}
.about__section .section__contents {
  text-align: right;
}
@media (max-width: 768px) {
  .about__section .section__contents {
    text-align: center;
  }
}
.about__section .section__contents .desctiption {
  font-family: "Sawarabi Gothic", sans-serif;
  line-height: 55px;
  letter-spacing: 1px;
  padding-bottom: 400px;
}
@media (max-width: 768px) {
  .about__section .section__contents .desctiption {
    line-height: 35px;
    padding-bottom: 70vw;
  }
}
.about__section .section__contents .desctiption p {
  margin-bottom: 50px;
}

.movie__section {
  background: linear-gradient(to bottom, rgb(229, 74, 57), #EFEFEF 420px);
  padding: 140px 0 0;
}
@media (max-width: 768px) {
  .movie__section {
    background: linear-gradient(to bottom, rgb(229, 74, 57), #EFEFEF 240px);
    padding: 100px 0 40px;
  }
}
.movie__section .section__header {
  padding-bottom: 80px;
}
.movie__section .section__header img {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .movie__section .section__header img {
    max-width: 400px;
    width: 90%;
  }
}
.movie__section .section__header .heading__title {
  margin-top: -120px;
}
@media (max-width: 768px) {
  .movie__section .section__header .heading__title {
    margin-top: -50px;
  }
}
.movie__section .teaser__contents {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../images/ep/ep-0_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 768px) {
  .movie__section .teaser__contents {
    background-image: url(../images/ep/ep-0_bg-sp.jpg);
  }
}
.movie__section .teaser__contents .img {
  width: 30%;
  margin-left: 6%;
}
.movie__section .teaser__contents .sentence {
  width: 64%;
  align-self: center;
  font-size: 20px;
  color: #fff;
  line-height: 56px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .movie__section .teaser__contents .sentence {
    width: 100%;
    padding: 80px 0;
    font-size: 16px;
    line-height: 46px;
  }
}
.movie__section .teaser__contents .sentence .section__button {
  margin-top: 40px;
}
.movie__section .teaser__contents .sentence .section__button a {
  background: #fff;
  font-weight: 600;
  color: rgb(229, 74, 57);
  border: 4px solid;
  padding: 8px 40px;
  border-radius: 50px;
  font-size: 22px;
}
.movie__section .main-story {
  position: relative;
  z-index: 2;
}
.movie__section .main-story .section__header {
  padding-bottom: 20px;
}
.movie__section .main-story .section__header .heading__title {
  margin-top: 80px;
}
.movie__section .main-story .story-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie__section .main-story .story-list .story-item {
  width: 30%;
}
.movie__section .main-story .story-list .story-item:nth-child(2) {
  margin-top: 30px;
}
.movie__section .main-story .story-list .story-item:nth-child(3) {
  margin-top: 60px;
}
.movie__section .main-story .story-list .story-item:nth-child(5) {
  margin-top: 30px;
}
.movie__section .main-story .story-list .story-item:nth-child(6) {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .movie__section .main-story .story-list .story-item {
    margin-top: 0 !important;
    padding: 5px 10px;
  }
}
.movie__section .main-story .story-list .story-item .vol {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.movie__section .main-story .story-list .story-item .text {
  margin-top: 30px;
  padding: 15px 0;
  border-top: 3.5px solid rgb(229, 74, 57);
}
@media (max-width: 768px) {
  .movie__section .main-story .story-list .story-item .text {
    margin-top: 15px;
  }
}
.movie__section .main-story .story-list .story-item .text .business {
  font-size: 24px;
  background: rgb(229, 74, 57);
  color: #fff;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .movie__section .main-story .story-list .story-item .text .business {
    font-size: 22px;
  }
}
.movie__section .main-story .story-list .story-item .text .city {
  font-weight: 600;
  margin-top: 5px;
}
.movie__section .main-story .section__button {
  margin-top: 80px;
}
.movie__section .main-story .section__button .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  color: rgb(229, 74, 57);
  background-color: #fff;
  border: 4px solid rgb(229, 74, 57);
  border-radius: 50px;
  padding: 10px 50px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .movie__section .main-story .section__button .button {
    font-size: 24px;
    padding: 8px 30px;
  }
}

.news__section {
  background: #EFEFEF;
  padding-top: 80px;
}
.news__section .sub__title img {
  max-width: 1000px;
  width: 90%;
}
@media (max-width: 768px) {
  .news__section .sub__title img {
    width: 95%;
  }
}
.news__section .heading__title {
  margin-top: -10px;
}
@media (max-width: 768px) {
  .news__section .heading__title {
    margin-top: -5px;
  }
}
.news__section .news-list {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .news__section .news-list {
    padding: 50px 0 20px;
  }
}
.news__section .news-list .news-item {
  display: flex;
  width: 100%;
  position: relative;
  padding: 40px 0;
  border-bottom: 4px solid rgb(229, 74, 57);
  align-items: center;
}
@media (max-width: 768px) {
  .news__section .news-list .news-item {
    display: block;
    padding: 20px 0;
    border-width: 2px;
  }
}
.news__section .news-list .news-item .date {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  background: rgb(229, 74, 57);
  padding: 2px 10px 4px;
  width: 160px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .news__section .news-list .news-item .date {
    font-size: 12px;
    padding: 1px 4px 2px;
    width: 90px;
  }
}
.news__section .news-list .news-item .title {
  font-size: 20px;
  width: calc(100% - 200px);
  text-align: left;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .news__section .news-list .news-item .title {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
  }
}
.news__section .news-list .news-item.on-link .title {
  padding-right: 80px;
}
@media (max-width: 768px) {
  .news__section .news-list .news-item.on-link .title {
    padding-right: 40px;
  }
}
.news__section .news-list .news-item.on-link .title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  background: rgb(229, 74, 57);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .news__section .news-list .news-item.on-link .title::before {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.news__section .news-list .news-item.on-link .title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .news__section .news-list .news-item.on-link .title::after {
    width: 5px;
    height: 5px;
    right: 23px;
    border-width: 1px;
  }
}
.news__section .news-list .news-item:not(.on-link) {
  pointer-events: none;
}

.member__section {
  background-color: #EFEFEF;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .member__section {
    padding: 40px 0;
  }
}
.member__section .section__header .heading__title {
  font-size: 56px;
}
@media (max-width: 768px) {
  .member__section .section__header .heading__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .member__section .member_lists {
    padding: 0 10px;
  }
}
.member__section .member_lists > p {
  text-align: left;
  margin-top: 80px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .member__section .member_lists > p {
    margin-top: 40px;
  }
}
.member__section .member_lists .member_item {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
}
.member__section .member_lists .member_item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .member__section .member_lists .member_item {
    margin: 40px 0;
  }
}
.member__section .member_lists .member_item .item_img img {
  width: 200px;
}
@media (max-width: 768px) {
  .member__section .member_lists .member_item .item_img img {
    width: 160px;
  }
}
.member__section .member_lists .member_item .item_img .credit {
  font-size: 12px;
  text-align: right;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .member__section .member_lists .member_item .item_img .credit {
    font-size: 11px;
  }
}
.member__section .member_lists .member_item .item_detail {
  width: calc(100% - 225px);
  margin-left: 25px;
  padding-left: 25px;
  border-left: 4px solid rgb(229, 74, 57);
  text-align: left;
}
@media (max-width: 768px) {
  .member__section .member_lists .member_item .item_detail {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    border-left: none;
    padding-left: 0;
  }
}
.member__section .member_lists .member_item .item_detail .name {
  font-size: 32px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .member__section .member_lists .member_item .item_detail .name {
    font-size: 24px;
  }
}
.member__section .member_lists .member_item .item_detail .sub {
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 5px;
  border-left: 3px solid rgb(229, 74, 57);
  margin-top: 10px;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .member__section .member_lists .member_item .item_detail .sub {
    border-left: 2px solid rgb(229, 74, 57);
    font-size: 14px;
  }
}
.member__section .member_lists .member_item .item_detail .detail {
  margin-top: 25px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .member__section .member_lists .member_item .item_detail .detail {
    font-size: 12px;
    margin-top: 15px;
  }
}

.report__section {
  background-color: #EFEFEF;
  padding: 0 0 180px;
}
@media (max-width: 768px) {
  .report__section {
    padding: 0 0 40px;
  }
}
.report__section .report__contents {
  position: relative;
  z-index: 10;
  background-color: #E54A39;
  border-radius: 30px;
  padding: 100px;
}
@media (max-width: 768px) {
  .report__section .report__contents {
    padding: 50px 20px;
    border-radius: 10px;
  }
}
.report__section .report__contents .section__header {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .report__section .report__contents .section__header {
    margin-bottom: 30px;
  }
}
.report__section .report__contents .section__header .heading__title {
  color: #fff;
  letter-spacing: 0.15em;
}
.report__section .report__contents .report__img.tab-pc-hidden {
  display: none;
}
@media (max-width: 768px) {
  .report__section .report__contents .report__img.tab-pc-hidden {
    display: block;
  }
}
@media (max-width: 768px) {
  .report__section .report__contents .report__img.sp-hidden {
    display: none;
  }
}
.report__section .report__contents .slick-dots {
  bottom: -30px;
}
@media (max-width: 768px) {
  .report__section .report__contents .slick-dots {
    bottom: 10px;
  }
}
.report__section .report__contents .slick-dots li {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .report__section .report__contents .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.report__section .report__contents .slick-dots li button {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .report__section .report__contents .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
.report__section .report__contents .slick-dots li button:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  .report__section .report__contents .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}
.report__section .report__contents .slick-dots li.slick-active button:before {
  background: #000;
}
@media (max-width: 768px) {
  .report__section .report__contents .slick-dots li.slick-active button:before {
    background-color: rgb(229, 74, 57);
  }
}
.report__section .report__contents .section__button {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .report__section .report__contents .section__button {
    margin-top: 20px;
  }
}
.report__section .report__contents .section__button .button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
  color: rgb(229, 74, 57);
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50px;
  padding: 10px 50px;
  letter-spacing: 0.05em;
  opacity: 1;
}
@media (max-width: 768px) {
  .report__section .report__contents .section__button .button {
    font-size: 18px;
    border-width: 2px;
    padding: 10px 35px;
  }
}

.company__section .company__list {
  padding: 40px 0;
  width: 100vw;
  background: #fff;
  margin: 50px calc(50% - 50vw) 0;
}
.company__section .company__list .company__list-secPc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .company__section .company__list .company__list-secPc {
    display: none;
  }
}
.company__section .company__list .company__list-secPc > * {
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company__section .company__list .company__list-secPc > * a {
  margin: 10px 0;
}
.company__section .company__list .company__list-secPc .end-column a {
  margin: 35px 0;
}
@media (max-width: 768px) {
  .company__section .company__list .company__list-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 40px;
  }
  .company__section .company__list .company__list-sec a {
    align-self: center;
  }
}
@media (max-width: 768px) {
  .company__section .company__list {
    padding: 20px 0;
  }
}

.event__section {
  background-color: #EFEFEF;
  padding: 40px 0 0;
}
.event__section .sub__title img {
  width: 55%;
}
@media (max-width: 768px) {
  .event__section .sub__title img {
    width: 70%;
  }
}
.event__section .heading__title {
  margin-top: -10px;
}
@media (max-width: 768px) {
  .event__section .heading__title {
    margin-top: 0;
  }
}
.event__section .section__contents .h1 {
  font-size: 150px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .event__section .section__contents .h1 {
    font-size: 80px;
    line-height: 60px;
  }
}
.event__section .section__contents p:not(.h1) {
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
  .event__section .section__contents p:not(.h1) {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
  }
}
.event__section .event_content {
  width: 100vw;
  margin: 80px calc(50% - 50vw) 0;
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .event__section .event_content .container {
    max-width: 500px;
  }
}

.schedule__section {
  background-color: #EFEFEF;
  padding: 100px 0 50px;
}
.schedule__section .section__header {
  margin-bottom: 50px;
}

.application__section {
  background-color: #EFEFEF;
  padding: 200px 0 50px;
}
@media (max-width: 768px) {
  .application__section {
    padding-top: 100px;
  }
}
.application__section .section__header .heading__title {
  font-size: 56px;
}
@media (max-width: 768px) {
  .application__section .section__header .heading__title {
    font-size: 32px;
  }
}
.application__section .video_button {
  margin: 80px 0 50px;
}
@media (max-width: 768px) {
  .application__section .video_button {
    margin: 60px 0 20px;
  }
}
.application__section .application__button {
  padding: 80px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.application__section .application__button a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 34px;
  border-radius: 70px;
  max-width: 370px;
  width: 100%;
  padding: 20px 40px;
  margin: 15px 20px;
  display: block;
  border: 6px solid rgb(229, 74, 57);
  background: rgb(229, 74, 57);
  color: #fff;
}
.application__section .application__button a:nth-child(2n) {
  background: #fff;
  color: rgb(229, 74, 57);
}
@media (max-width: 768px) {
  .application__section .application__button {
    padding: 40px 0 0;
  }
  .application__section .application__button a {
    font-size: 24px;
    padding: 15px 20px;
    max-width: 280px;
  }
}
.application__section .period_img {
  max-width: 920px;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .application__section .period_img {
    width: 95%;
  }
}
.application__section .faq_button {
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .application__section .faq_button {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.contact__section {
  padding: 500px 0 250px;
  position: relative;
  position: relative;
  background-color: #EFEFEF;
  background-image: url(../images/footer_bg.png);
  background-size: 100%;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
}
@media (max-width: 1160px) {
  .contact__section {
    padding: 250px 0 100px;
    background-image: url(../images/footer_bg_sp.png);
    background-size: 100%;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
  }
}
.contact__section .overlay__bg {
  position: absolute;
  background-image: url(../images/mask_bg.png);
  background-size: 100%;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}
.contact__section .section__header .sub__title img {
  width: 90%;
}
@media (max-width: 768px) {
  .contact__section {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .contact__section .section__header .sub__title {
    font-size: 64px;
  }
}
.contact__section .contact_mail {
  margin: 80px 0 60px;
}
.contact__section .contact_mail a {
  font-size: 52px;
}
@media (max-width: 768px) {
  .contact__section .contact_mail a {
    font-size: 28px;
  }
}
.contact__section .contact_mail p {
  margin-top: 10px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .contact__section .contact_mail p {
    margin-top: 15px;
    font-size: 16px;
  }
}
.contact__section .contact_disction {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contact__section .contact_disction {
    font-size: 14px;
  }
}

/* policy page
-----------------------------*/
.policy {
  padding: 100px 0;
  font-family: sans-serif;
}
.policy h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.policy .richtext {
  font-size: 18px;
  line-height: 1.8em;
}
.policy .richtext p {
  margin-bottom: 32px;
}
.policy .richtext ol {
  padding-left: 24px;
}
.policy .richtext ol li {
  list-style-type: decimal;
  margin-bottom: 20px;
  line-height: 1.8em;
}
.policy .richtext ol li strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .policy {
    padding: 40px 0;
  }
  .policy h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .policy .richtext ol {
    padding-left: 24px;
  }
  .policy .richtext ol li {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */