@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

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;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  margin: 0;
}

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;
}

body {
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

br {
  display: inherit;
  line-height: 0;
  height: 0;
}

img {
  width: 100%;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
header {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
header .logo {
  margin: 1.6rem 0 0 8rem;
  float: left;
}
header .logo a {
  display: flex;
  align-items: stretch;
}
header .logo a img {
  width: 179.5px;
}
header .logo .title {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
}
header .logo .title p {
  font-size: 1.6rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 500;
}
header .right {
  float: right;
  display: flex;
  height: 100%;
}
header .right nav {
  margin: 4rem 3.2rem 0 0;
}
header .right nav ul {
  display: flex;
}
header .right nav li {
  margin-right: 4rem;
}
header .right nav li:last-child {
  margin-right: 0;
}
header .right nav li a {
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  position: relative;
  transition: 0.3s;
}
header .right nav li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #000;
}
header .right .col2 {
  display: flex;
}
header .right .col2 > div {
  width: 134px;
}
header .right .col2 > div:last-child a {
  background: #8C619F;
}
header .right .col2 > div:last-child a:hover {
  background: #B898C6;
}
header .right .col2 a {
  background: #5A57A2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
header .right .col2 a img {
  width: 34px;
  margin: 0 auto;
}
header .right .col2 a p {
  font-size: 1.3rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 1.2rem;
  color: #fff;
}
header .right .col2 a:hover {
  background: #827FBF;
}
header .right .col2 a:hover img {
  position: relative;
}
header .right .col2 a:hover img::after {
  content: "";
  background: url(/assets/images/contract_hover.svg) no-repeat;
  background-size: cover;
  width: 34px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
header .right .spmenu {
  display: none;
}
header .sp_menulist {
  display: none;
}

@media screen and (max-width: 1380px) {
  header .logo {
    margin: 1.6rem 0 0 2rem;
  }
  header .logo a img {
    padding: 0.5rem 0;
    width: 15.05rem;
  }
  header .logo .title {
    margin-left: 2.25rem;
    padding-left: 2rem;
  }
  header .right nav {
    margin: 4.1rem 2rem 0 0;
  }
  header .right nav li {
    margin-right: 2.5rem;
  }
  header .right nav li a {
    font-size: 1.3rem;
  }
  header .right .col2 > div {
    width: 10rem;
  }
  header .right .col2 a p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1090px) {
  header .logo {
    margin: 2rem 0 0 2rem;
  }
  header .logo a img {
    padding: 0.28rem 0 0.196rem;
    width: 14rem;
  }
  header .logo .title {
    padding-left: 1rem;
    margin-left: 1rem;
  }
  header .right nav {
    margin-right: 2rem;
  }
  header .right nav li {
    margin-right: 1.5rem;
  }
  header .right nav li a {
    font-size: 1.2rem;
  }
  header .right .col2 > div a p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 980px) {
  header {
    height: 6.4rem;
  }
  header .logo {
    margin: 1.2rem 0 0 1.6rem;
  }
  header .logo a img {
    width: 10.1rem;
  }
  header .logo .title {
    padding-left: 1.2rem;
    margin-left: 1.2rem;
  }
  header .logo .title p {
    font-size: 1.2rem;
  }
  header .right nav, header .right .col2 {
    display: none;
  }
  header .right .spmenu {
    display: block;
    height: 100%;
    width: 6.4rem;
    background: #343087;
    position: relative;
  }
  header .right .spmenu span {
    width: 3.6rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    transition: 0.2s cubic-bezier(0.77, 0, 0.18, 1);
  }
  header .right .spmenu span:first-child {
    top: 2.2rem;
  }
  header .right .spmenu span:nth-of-type(2) {
    top: 3.1rem;
  }
  header .right .spmenu span:last-child {
    bottom: 2.2rem;
  }
  header .sp_menulist {
    position: fixed;
    top: 6.4rem;
    left: 100%;
    width: 100%;
    height: calc(100vh - 6.4rem);
    background: #343087;
    color: #ffffff;
    transition: left 0.5s ease-in-out;
    display: block;
  }
  header .sp_menulist ul {
    width: 91.4666666667%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  header .sp_menulist li {
    width: 100%;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
  }
  header .sp_menulist li a {
    padding: 2.4rem 4rem 2.4rem 1.6rem;
    font-size: 1.5rem;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
  }
  header .sp_menulist li a::after {
    content: "";
    background: url(/assets/images/arrow_white.svg) no-repeat;
    background-size: 100%;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    right: 1.6rem;
    top: calc(50% - 1.2rem);
  }
  header.act .right .spmenu span:first-child {
    transform: rotateZ(30deg) translate(1.91px, 9px);
  }
  header.act .right .spmenu span:nth-of-type(2) {
    opacity: 0;
  }
  header.act .right .spmenu span:last-child {
    transform: rotateZ(-30deg) translate(1.91px, -9px);
  }
  header.act .sp_menulist {
    left: 0;
    overflow-y: scroll;
    z-index: 100;
  }
}
.footer {
  background: #333333;
  padding: 9.6rem 5.5555555556% 16.8rem;
}
.footer .inner {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footer .left {
  width: 28.9rem;
}
.footer .left .logo {
  display: flex;
  align-items: stretch;
  margin-bottom: 4rem;
}
.footer .left .logo a {
  display: block;
  width: 127.6px;
}
.footer .left .logo a img {
  display: block;
}
.footer .left .logo .title {
  padding-left: 1.6rem;
  margin-left: 1.6rem;
  display: flex;
  align-items: center;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.footer .left .logo .title p {
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #fff;
}
.footer .left .text p {
  color: #fff;
  font-size: 1.4rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.footer .link {
  width: calc(100% - 32.9rem);
}
.footer .link_list {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}
.footer .link_list > div {
  width: calc((100% - 60px) / 3);
}
.footer .link_list .title a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
  color: #fff;
  padding: 0.4rem 0 1rem 3rem;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  transition: 0.3s;
  line-height: 1.3;
}
.footer .link_list .title a::before {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: cover;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.footer .link_list .title a:hover::before {
  background: url(/assets/images/arrow_white.svg) no-repeat;
  background-size: cover;
}
.footer .link_list .title + .title {
  margin-top: 1.6rem;
}
.footer .link_list ul {
  margin-top: 1.6rem;
}
.footer .link_list li {
  margin-bottom: 1.6rem;
}
.footer .link_list li:last-child {
  margin-bottom: 0;
}
.footer .link_list li a {
  font-size: 1.3rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.footer .link_list li a[target=_blank]::after {
  content: "";
  background: url(/assets/images/blank.svg) no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -2.5rem;
  top: calc(50% - 0.75rem);
}
.footer .link_list li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.footer .link .top {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  .footer .left .logo .title {
    margin-left: 1.2rem;
    padding-left: 1.2rem;
  }
  .footer .left .logo .title p {
    font-size: 1.2rem;
  }
  .footer .link_list .title a {
    font-size: 1.5rem;
  }
}

.copyright {
  background: #111111;
  padding: 3.2rem 5.5555555556%;
  display: flex;
  justify-content: space-between;
}
.copyright .left ul {
  display: flex;
}
.copyright .left li {
  border-right: 1px solid;
  border-right-color: rgba(255, 255, 255, 0.3);
  padding: 0.8rem 4rem 0.8rem 2rem;
}
.copyright .left li:first-child {
  padding-left: 0;
}
.copyright .left li:last-child {
  padding-right: 0;
  border-right: unset;
}
.copyright .left li a {
  font-size: 1.3rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.copyright .left li a[target=_blank]::after {
  content: "";
  background: url(/assets/images/blank.svg) no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -2.5rem;
  top: calc(50% - 0.75rem);
}
.copyright .right p {
  font-size: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  font-weight: 500;
  padding-top: 0.9rem;
}

.sp_link {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer .link_list > div {
    width: calc((100% - 30px) / 2);
  }
  .copyright .left li {
    padding: 0.8rem 3rem 0.8rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5.6rem 0;
    flex-wrap: wrap;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left .logo {
    justify-content: center;
    margin-bottom: 3.2rem;
  }
  .footer .left .logo .title {
    padding-left: 1.4rem;
    margin-left: 1.4rem;
  }
  .footer .left .logo .title p {
    font-size: 1.4rem;
  }
  .footer .left .text p {
    text-align: center;
  }
  .footer .link {
    display: none;
  }
  .copyright {
    padding: 5.6rem 0;
    flex-wrap: wrap;
    margin-bottom: 8rem;
  }
  .copyright .left {
    width: 95%;
    margin: auto;
    max-width: 32.2rem;
  }
  .copyright .left ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .copyright .left li {
    padding-right: 1rem;
    width: 50%;
  }
  .copyright .left li:nth-of-type(2) {
    padding-left: 1rem;
    border-right: unset;
  }
  .copyright .left li:last-child {
    margin-top: 1.6rem;
    border-right: 1px solid;
    border-right-color: rgba(255, 255, 255, 0.3);
    padding-right: 2.7rem;
    padding-left: 0;
  }
  .copyright .left li a[target=_blank]::after {
    content: "";
    background: url(/assets/images/blank.svg) no-repeat;
    background-size: cover;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    right: -2rem;
    top: calc(50% - 0.65rem);
  }
  .copyright .right {
    width: 100%;
  }
  .copyright .right p {
    text-align: center;
    padding-top: 6.4rem;
  }
  .sp_link {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 8rem;
    display: flex;
    z-index: 10;
  }
  .sp_link > div:first-child {
    width: 50%;
    background: #5A57A2;
  }
  .sp_link > div:last-child {
    width: 50%;
    background: #8C619F;
  }
  .sp_link > div a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    padding: 1.45rem 0;
  }
  .sp_link > div a img {
    margin: 0 auto 0.5rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .sp_link > div a p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  }
}
[id] {
  scroll-margin-top: 100px; /* ヘッダーの高さに合わせて調整 */
}

main {
  margin-top: 100px;
}
main .main {
  position: relative;
}
main .main .mv {
  width: 94.4444444444%;
  margin: 0 0 0 auto;
  max-height: calc(100vh - 100px);
  overflow: hidden;
}
main .main .mv .slick-slide {
  width: 94.4444444444vw;
}
main .main .mv .slick-current,
main .main .mv .slick-slide:has(+ .slick-current) {
  animation: zoom-in 6s ease-out forwards;
}
main .main .mv .slick-cuurent + .slick-slide:last-child {
  animation: none;
}
@keyframes zoom-in {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
main .main .title {
  position: absolute;
  bottom: 0;
  left: 1.6666666667%;
  background: #fff;
  padding: 1.6rem 2.4rem;
}
main .main .title h1 {
  font-size: 9.6rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  color: #000;
}
main .main .title h1 em {
  font-style: unset;
  color: #343087;
}
main .main .title p {
  color: #555;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
main .news {
  width: 100%;
  margin: 0 auto;
  padding: 8.8rem 0 11.2rem;
  overflow: hidden;
}
main .news .inner {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
}
main .news .left {
  float: left;
  width: 18.8rem;
}
main .news .left h2 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 6.4rem;
  position: relative;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
}
main .news .left h2 small {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #5A57A2;
  margin-top: 0.8rem;
}
main .news .left h2::before {
  content: "";
  background: #8C619F;
  width: 4.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
}
main .news .left .change {
  margin-bottom: 4rem;
}
main .news .left .change > div {
  margin-bottom: 1.6rem;
}
main .news .left .change > div:last-child {
  margin-bottom: 0;
}
main .news .left .change > div a {
  width: 100%;
  height: 40px;
  border: 1px solid #343087;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  font-size: 1.4rem;
  color: #343087;
  transition: 0.3s;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
}
main .news .left .change > div a:hover {
  background: #343087;
  color: #fff;
}
main .news .left .change > div.active a {
  background: #343087;
  color: #fff;
}
main .news .left .link a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #111;
  padding: 0.7rem 0 2.1rem 0;
  transition: 0.3s;
}
main .news .left .link a::before {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 3.27rem;
  height: 3.27rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
main .news .left .link a::after {
  background: #999;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform 0.3s;
}
main .news .left .link a:hover::before {
  background: url(/assets/images/arrow2.svg) no-repeat;
}
main .news .left .link a:hover::after {
  transform-origin: left top;
  transform: scale(0, 1);
}
main .news .right {
  float: right;
  width: 76.9444444444%;
  max-width: calc(100% - 18.8rem - 11.09375%);
}
main .news .right ul {
  border-top: 1px solid #D9D9D9;
}
main .news .right li {
  border-bottom: 1px solid #D9D9D9;
}
main .news .right li a {
  display: flex;
  padding: 1.6rem 0;
  position: relative;
  transition: 0.3s;
}
main .news .right li a::before {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1.6rem);
  transition: 0.3s;
}
main .news .right li a:hover .right .pattern p {
  background: #343087;
  color: #fff;
}
main .news .right li a:hover::before {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .news .right li a:hover .right .title p {
  text-decoration: underline;
  text-underline-offset: 3px;
}
main .news .right li .date {
  padding-left: 0.8rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 80px;
  box-sizing: content-box;
}
main .news .right li .date p.year {
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}
main .news .right li .date p.day {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-weight: 600;
}
main .news .right li .right {
  width: 100%;
  max-width: unset;
  padding: 0 7.2rem 0 4rem;
}
main .news .right li .right .pattern {
  margin-bottom: 1.6rem;
}
main .news .right li .right .pattern p {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #343087;
  border: 1px solid #343087;
  border-radius: 100px;
  padding: 0.6rem 2.6rem;
  transition: 0.3s;
}
main .news .right li .right .title p {
  font-size: 1.4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  transition: 0.3s;
}
main .news .right li:nth-child(n+5) {
  display: none;
}
main .message {
  background: linear-gradient(90deg, #F8F8F8 0%, #F8F8F8 51%, #343087 51%, #343087 100%);
  padding: 11.2rem 0 15.2rem;
}
main .message .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
}
main .message .left {
  width: 37.5%;
  margin: 0;
}
main .message .left h2 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  margin-bottom: 6.4rem;
  position: relative;
  line-height: 1;
  display: flex;
  flex-flow: column;
}
main .message .left h2 small {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #5A57A2;
  margin-top: 0.8rem;
}
main .message .left h2::before {
  content: "";
  background: #8C619F;
  width: 4.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
}
main .message .left h3 {
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .message .left h3 em {
  font-style: unset;
  color: #343087;
}
main .message .left p {
  font-size: 1.5rem;
  line-height: 2;
  color: #111;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .message .right {
  width: 57.34375%;
  margin-right: -6.25%;
  position: relative;
}
main .message .right .img1 {
  position: relative;
}
main .message .right .img1 img {
  display: block;
}
main .message .right .img2 {
  position: absolute;
  width: 39.5095367847%;
  bottom: -13.1rem;
  left: -10.7629427793%;
}
main .message .right .img2 img {
  display: block;
}
@media screen and (max-width: 1440px) {
  main .message .right {
    margin-right: 0;
    width: 51.09375%;
  }
}
main .vision {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 11.2rem 0 8rem;
}
main .vision .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
main .vision .top h2 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  position: relative;
  line-height: 1;
  display: flex;
  flex-flow: column;
}
main .vision .top h2 small {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #5A57A2;
  margin-top: 0.8rem;
}
main .vision .top h2::before {
  content: "";
  background: #8C619F;
  width: 4.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
}
main .vision .top p {
  width: 65.46875%;
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
  color: #111;
}
main .vision .bottom {
  display: flex;
  justify-content: space-between;
}
main .vision .bottom .img {
  width: 48.90625%;
}
main .vision .bottom .img img {
  display: block;
}
main .vision .bottom .right {
  width: 48.828125%;
}
main .vision .bottom .right ul {
  border-top: 1px solid #D9D9D9;
}
main .vision .bottom .right li {
  border-bottom: 1px solid #D9D9D9;
}
main .vision .bottom .right li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4rem 3.2rem 4rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #111;
}
main .vision .bottom .right li a::after {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1.6rem);
  transition: 0.3s;
}
main .vision .bottom .right li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
main .vision .bottom .right li a:hover::after {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .vision .bottom .right li a i {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  margin-left: 1rem;
}
main .vision .bottom .right .btn_wrap {
  display: flex;
  gap: 4.8%;
  justify-content: center;
  margin-top: 4.8rem;
}
main .vision .bottom .right .btn_wrap > div {
  width: 47.52%;
  max-width: 297px;
}
main .vision .bottom .right .btn_wrap > div a {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  padding: 2.7rem 0;
  background: #5A57A2;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  border: 2px solid #5A57A2;
  transition: 0.3s;
}
main .vision .bottom .right .btn_wrap > div a::before {
  content: "";
  background: url(/assets/images/contract.svg) no-repeat;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 2.4rem;
}
main .vision .bottom .right .btn_wrap > div a:hover {
  background: #fff;
  color: #5A57A2;
}
main .vision .bottom .right .btn_wrap > div a:hover::before {
  background: url(/assets/images/contract_hover.svg) no-repeat;
  background-size: cover;
}
main .vision .bottom .right .btn_wrap > div:last-child a {
  background: #8C619F;
  border-color: #8C619F;
}
main .vision .bottom .right .btn_wrap > div:last-child a::before {
  content: "";
  background: url(/assets/images/login.svg) no-repeat;
  background-size: cover;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: calc(50% - 1.4rem);
  left: 2.4rem;
}
main .vision .bottom .right .btn_wrap > div:last-child a:hover {
  color: #8C619F;
  background: #fff;
}
main .vision .bottom .right .btn_wrap > div:last-child a:hover::before {
  background: url(/assets/images/login_hover.svg);
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  main .vision .bottom .right .btn_wrap {
    flex-wrap: wrap;
  }
  main .vision .bottom .right .btn_wrap > div {
    width: 297px;
  }
  main .vision .bottom .right .btn_wrap > div:last-child {
    margin-top: 2.4rem;
  }
}
main .movie {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 11.2rem;
}
main .movie .title {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: stretch;
}
main .movie .title h3 {
  font-size: 5.4rem;
  display: flex;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
main .movie .title h3 small {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #343087;
  margin-left: 1.6rem;
}
main .movie .title p {
  padding-left: 2.4rem;
  margin-left: 2.4rem;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .movie ul {
  display: flex;
  gap: 2.34375%;
}
main .movie li {
  width: 31.7708333333%;
}
main .movie li a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
main .movie li a::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
main .movie li a::after {
  content: "";
  background: url(/assets/images/movie.svg) no-repeat;
  background-size: cover;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 3rem);
  margin: auto;
  z-index: 3;
}
main .movie li a img {
  transition: 1s all;
}
main .movie li a:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
@media screen and (max-width: 1000px) {
  main .movie .title p {
    font-size: 2rem;
  }
}
main .mission {
  padding: 11.4rem 0;
  background: linear-gradient(90deg, #343087 0%, #343087 33.8%, #F8F8F8 33.8%, #F8F8F8 100%);
}
main .mission .top {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .mission .top h2 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  position: relative;
  line-height: 1;
  display: flex;
  flex-flow: column;
  color: #fff;
}
main .mission .top h2 small {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 0.8rem;
}
main .mission .top h2::before {
  content: "";
  background: #fff;
  width: 4.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
}
main .mission .top h2 + img {
  display: none;
}
main .mission .top .text {
  width: 65.625%;
}
main .mission .top .text h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .mission .top .text h3 em {
  font-style: unset;
  color: #343087;
}
main .mission .top .text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .mission .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
main .mission .bottom .left {
  width: 48.9583333333%;
  margin-left: -6.25%;
}
main .mission .bottom .left img {
  display: block;
}
@media screen and (max-width: 1440px) {
  main .mission .bottom .left {
    margin-left: 0;
    width: 48.828125%;
  }
}
main .mission .bottom .right {
  width: 43.3333333333%;
  margin-right: 5.5555555556%;
}
main .mission .bottom .right ul {
  border-top: 1px solid #D9D9D9;
}
main .mission .bottom .right li {
  border-bottom: 1px solid #D9D9D9;
}
main .mission .bottom .right li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 3.9rem 3.2rem 3.9rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #111;
  transition: 0.3s;
}
main .mission .bottom .right li a small {
  font-size: 1.4rem;
  margin-left: 1.4rem;
}
main .mission .bottom .right li a::after {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1.6rem);
  transition: 0.3s;
}
main .mission .bottom .right li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
main .mission .bottom .right li a:hover::after {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .member {
  padding: 11.4rem 0;
}
main .member .top {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto 6.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .member .top h2 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  position: relative;
  line-height: 1;
  display: flex;
  flex-flow: column;
  color: #000;
}
main .member .top h2 small {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #343087;
  margin-top: 0.8rem;
}
main .member .top h2::before {
  content: "";
  background: #8C619F;
  width: 4.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
}
main .member .top .text {
  width: 65.625%;
}
main .member .top .text h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .member .top .text h3 em {
  font-style: unset;
  color: #343087;
}
main .member .top .text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .member .slick_area {
  width: 94.4444444444%;
  margin: 0 0 0 auto;
}
main .member .slick_area .slick .slick-track {
  display: flex !important;
}
main .member .slick_area .slick-slide {
  float: none !important;
  width: 29rem !important;
  margin-right: 4rem;
}
main .member .slick_area .slick-slide a {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: block;
}
main .member .slick_area .slick-slide a::after {
  content: "";
  background: url(/assets/images/member_bg.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .member .slick_area .slick-slide a img {
  transition: 1s all;
}
main .member .slick_area .slick-slide a:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
main .member .slick_area .slick-slide .exp {
  position: absolute;
  width: calc(100% - 34px);
  bottom: 1.8rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
main .member .slick_area .slick-slide .exp .time p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
}
main .member .slick_area .slick-slide .exp .text p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  font-family: "BIZ UDGothic", sans-serif;
}
main .member .slick_button {
  max-width: 1280px;
  margin: 5.6rem auto 12.8rem;
  width: 95%;
  overflow: hidden;
}
main .member .slick_button .btn {
  float: left;
  display: flex;
  gap: 1.6rem;
}
main .member .slick_button .btn a {
  transition: 0.3s;
  position: relative;
  display: block;
}
main .member .slick_button .btn a img {
  transition: 0.3s;
}
main .member .slick_button .btn a img:last-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
}
main .member .slick_button .btn a:hover img {
  opacity: 0;
}
main .member .slick_button .btn a:hover img:last-child {
  opacity: 1;
}
main .member .slick_button .btn > div {
  width: 6rem;
}
main .member .slick_button .btn > div:first-child img {
  transform: scale(-1, -1);
}
main .member .slick_button .logo {
  float: right;
  padding-right: 3rem;
  margin-top: 1.4rem;
}
main .member .slick_button .logo a, main .member .slick_button .logo img {
  display: block;
}
main .member .slick_button .logo a {
  width: 26rem;
  margin-left: auto;
  position: relative;
}
main .member .slick_button .logo a::after {
  content: "";
  background: url(/assets/images/blank.svg) no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -3rem;
  top: calc(50% - 0.75rem);
}
main .member .col1 {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}
main .member .col1 > div:first-child {
  margin-bottom: 9.6rem;
}
main .member .col1 > div a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
main .member .col1 > div a img {
  transition: 1s all;
}
main .member .col1 > div a:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
main .member .col1 > div a:hover .name::after {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .member .col1 > div .name {
  height: 8rem;
  position: absolute;
  width: 40rem;
  bottom: 0;
  right: 0;
  background: #fff;
}
main .member .col1 > div .name p {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  padding-left: 2.4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .member .col1 > div .name::after {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 1.6rem);
  transition: 0.3s;
}
main .culture {
  background: #F8F8F8;
  padding: 11.4rem 0;
}
main .culture .top {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto 5.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .culture .top h2 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  position: relative;
  line-height: 1;
  display: flex;
  flex-flow: column;
  color: #111;
}
main .culture .top h2 small {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #343087;
  margin-top: 0.8rem;
}
main .culture .top h2::before {
  content: "";
  background: #8C619F;
  width: 4.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
}
main .culture .top .text {
  width: 65.625%;
}
main .culture .top .text h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .culture .top .text h3 em {
  font-style: unset;
  color: #343087;
}
main .culture .top .text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .culture .col2 {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
main .culture .col2 > div {
  width: 48.75%;
}
main .culture .col2 > div a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
main .culture .col2 > div a img {
  transition: 1s all;
}
main .culture .col2 > div a:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
main .culture .col2 > div a:hover .text::after {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .culture .col2 > div .text {
  height: 8rem;
  position: absolute;
  width: 40rem;
  bottom: 0;
  left: 0;
  background: #fff;
}
main .culture .col2 > div .text p {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  padding-left: 2.4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .culture .col2 > div .text::after {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 1.6rem);
  transition: 0.3s;
}
main .recruit {
  background: #343087;
  padding: 9.6rem 0;
}
main .recruit h2 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  position: relative;
  line-height: 1;
  display: flex;
  flex-flow: column;
  color: #fff;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto 8.8rem;
}
main .recruit h2 small {
  font-size: 1.8rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 0.8rem;
}
main .recruit h2::before {
  content: "";
  background: #fff;
  width: 4.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
}
main .recruit .btn3 {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 2.34375%;
}
main .recruit .btn3 > div {
  width: 31.796875%;
  height: 9.6rem;
}
main .recruit .btn3 > div a {
  display: flex;
  padding-left: 10.2rem;
  flex-flow: column;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #111;
  border: 2px solid #fff;
  transition: 0.3s;
}
main .recruit .btn3 > div a small {
  font-size: 1.4rem;
  font-family: "Barlow Condensed", sans-serif;
  color: #999;
  font-weight: 500;
  margin-top: 0.8rem;
}
main .recruit .btn3 > div a::after {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100% auto;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 1.6rem);
  transition: 0.3s;
}
main .recruit .btn3 > div a:hover {
  background: #343087;
  color: #fff;
}
main .recruit .btn3 > div a:hover small {
  color: #fff;
}
main .recruit .btn3 > div a:hover::after {
  background: url(/assets/images/arrow_white.svg) no-repeat;
  background-size: cover;
}
main .recruit .btn3 > div:first-child a::before {
  content: "";
  background: url(/assets/images/recruit1.svg) no-repeat;
  background-size: cover;
  width: 3.8rem;
  height: 4.052rem;
  position: absolute;
  left: 3.2rem;
  top: calc(50% - 2.026rem);
  transition: 0.3s;
}
main .recruit .btn3 > div:first-child a:hover::before {
  background: url(/assets/images/recruit1_hover.svg) no-repeat;
  background-size: cover;
}
main .recruit .btn3 > div:nth-of-type(2) a::before {
  content: "";
  background: url(/assets/images/recruit2.svg) no-repeat;
  background-size: cover;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  left: 3.2rem;
  top: calc(50% - 1.9rem);
  transition: 0.3s;
}
main .recruit .btn3 > div:nth-of-type(2) a:hover::before {
  background: url(/assets/images/recruit2_hover.svg) no-repeat;
  background-size: cover;
}
main .recruit .btn3 > div:last-child a::before {
  content: "";
  background: url(/assets/images/recruit3.svg) no-repeat;
  background-size: cover;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 3.2rem;
  top: calc(50% - 2rem);
  transition: 0.3s;
}
main .recruit .btn3 > div:last-child a:hover::before {
  background: url(/assets/images/recruit3_hover.svg) no-repeat;
  background-size: cover;
}
main .button {
  display: flex;
}
main .button > div:first-child {
  width: 50%;
  background: #5A57A2;
}
main .button > div:first-child a:hover {
  background: #827FBF;
}
main .button > div:last-child {
  width: 50%;
  background: #8C619F;
}
main .button > div:last-child a:hover {
  background: #B898C6;
}
main .button > div a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  padding: 3.6rem 0;
  transition: 0.3s;
}
main .button > div a img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 2.4rem;
}
main .button > div a p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .pagetop {
  position: fixed;
  right: 4rem;
  bottom: 12.8rem;
  width: 8rem;
  height: 8rem;
}
main .pagetop a {
  position: relative;
  display: block;
  transition: 0.3s;
}
main .pagetop img {
  transition: 0.3s;
}
main .pagetop img:last-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
}
main .pagetop:hover img {
  opacity: 0;
}
main .pagetop:hover img:last-child {
  opacity: 1;
}
main .contents .maintitle {
  background: #343087;
  width: 100%;
  padding: 5rem 0 7.6rem;
  text-align: center;
}
main .contents .maintitle h1 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 6.4rem;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
main .contents .maintitle h1 small {
  font-size: 2.4rem;
  margin-top: 1.6rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
main .contents .maintitle h1::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 8.8rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.6rem;
  margin: auto;
}
main .contents .bg {
  background: #F8F8F8;
}
main .contents .bg2 {
  background: #EEEEEE;
}
main .contents .breadcrumb {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1.6rem 0 3.2rem;
}
main .contents .breadcrumb ul {
  display: flex;
}
main .contents .breadcrumb li a {
  font-size: 1.2rem;
  color: #000;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  position: relative;
  padding-right: 4.2rem;
}
main .contents .breadcrumb li a::before {
  content: "";
  background: #000;
  width: 1.6rem;
  height: 0.1rem;
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.05rem);
  margin: auto;
}
main .contents .breadcrumb li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
main .contents .breadcrumb li:last-child {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .contents .breadcrumb + section {
  padding-top: 0;
}
main .contents section {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 8rem 0 4rem;
}
main .contents section.first {
  padding-top: 3rem;
}
main .contents .block {
  margin: 0 auto 4rem;
  background: #fff;
  padding: 0 0 2.2rem;
}
main .contents .block .inner {
  width: 88.8888888889%;
  margin: 0 auto;
}
main .contents .mv {
  margin: 0 0 3.2rem;
}
main .contents h2 {
  text-align: center;
  color: #343087;
  margin-bottom: 4.2rem;
  font-size: 5.4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
main .contents h2.tleft {
  text-align: left;
  color: #111;
}
main .contents .read {
  padding: 0 6rem;
  margin-bottom: 4rem;
}
main .contents .read p {
  width: unset;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #111;
  line-height: 2;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
main .contents .performer {
  padding: 3.2rem 1.5rem;
  width: calc(100% - 12rem);
  margin: 0 auto 6.2rem;
  background: rgba(52, 48, 135, 0.05);
}
main .contents .performer ul {
  display: flex;
  flex-wrap: wrap;
}
main .contents .performer li {
  width: 33.3333333333%;
  display: flex;
}
main .contents .performer li:nth-child(3n+1) {
  padding-right: 1.5rem;
  border-right: 1px solid #ddd;
}
main .contents .performer li:nth-child(3n+2) {
  padding: 0 1.5rem;
  border-right: 1px solid #ddd;
}
main .contents .performer li:nth-child(3n+3) {
  padding-left: 1.5rem;
}
main .contents .performer li:nth-child(n+4) {
  margin-top: 10px;
}
main .contents .performer .img {
  width: 100px;
  margin-right: 1.6rem;
  margin-bottom: 0;
}
main .contents .performer .right {
  width: calc(100% - 1.6rem - 100px);
}
main .contents .performer .right .name p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  width: 100%;
}
main .contents .performer .right .profile p {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 0;
}
main .contents .performer p.exp {
  text-align: right;
  margin: 1rem auto 0;
}
main .contents h3 {
  margin: 0 auto 4rem;
  border-left: 5px solid #343087;
  font-size: 3.2rem;
  padding: 1.1rem 0 1.1rem 1.5rem;
  line-height: 1.3;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
main .contents h3.num {
  padding-top: 0;
  padding-bottom: 0;
}
main .contents h3 small {
  font-size: 2rem;
  color: #555555;
}
main .contents h3 small span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
}
main .contents h3.tcenter {
  text-align: center;
  padding: 0;
  border: none;
  margin-bottom: 6rem;
  line-height: 1.6;
}
main .contents h4 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  width: 100%;
  position: relative;
}
main .contents h4::before {
  content: "";
  background: #343087;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
main .contents h5 {
  font-size: 2rem;
  margin-bottom: 4rem;
  width: 100%;
  position: relative;
}
main .contents h5::before {
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
main .contents h6 {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  width: 100%;
  position: relative;
}
main .contents p {
  margin: 0 auto 4rem;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
main .contents p b {
  font-weight: bold;
}
main .contents p small {
  font-size: 1.2rem;
}
main .contents .mb0 {
  margin-bottom: 0 !important;
}
main .contents .img {
  width: 100%;
  margin: 0 auto 4rem;
}
main .contents .img img {
  width: 100%;
  display: block;
}
main .contents .img.w720 {
  max-width: 720px;
}
main .contents .img.w400 {
  max-width: 400px;
}
main .contents .youtube {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 40px;
}
main .contents .youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
main .contents .btn {
  width: 224px;
  margin: 0 auto 40px;
}
main .contents .btn a {
  width: 100%;
  height: 60px;
  border: 1px solid #343087;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  font-size: 1.5rem;
  background: #343087;
  color: #fff;
  transition: 0.3s;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
main .contents .btn a:hover {
  color: #343087;
  background: #fff;
}
main .contents .btn-l {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 40px;
}
main .contents .btn-l a {
  width: 100%;
  height: 60px;
  border: 1px solid #343087;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  font-size: 1.5rem;
  background: #343087;
  color: #fff;
  transition: 0.3s;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
main .contents .btn-l a:hover {
  color: #343087;
  background: #fff;
}
main .contents .anchor {
  margin-bottom: 9.6rem;
  padding-top: 3.1rem;
}
main .contents .anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.1rem 3.7962962963%;
}
main .contents .anchor li {
  width: 30.8024691358%;
}
main .contents .anchor li a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  color: #111;
  font-weight: 500;
  padding: 0 0.9rem 1.5rem 0;
}
main .contents .anchor li a::before {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  right: 0;
  top: 0.3rem;
  transform: rotate(90deg);
}
main .contents .anchor li a::after {
  content: "";
  background: #343087;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform 0.3s;
}
main .contents .anchor li a:hover::before {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .contents .anchor li a:hover::after {
  transform-origin: left top;
  transform: scale(0, 1);
}
main .contents .list {
  margin-bottom: 4rem;
  padding-left: 1.7rem;
}
main .contents .list li {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  list-style-type: none;
}
main .contents .list li::before {
  content: "";
  background: #343087;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  position: absolute;
  left: -1.7rem;
  top: 0.9rem;
}
main .contents .listNum {
  margin-bottom: 4rem;
  padding-left: 1.7rem;
}
main .contents .listNum li {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  list-style: decimal;
}
main .contents .listLink {
  margin-bottom: 4rem;
  padding-left: 2.9rem;
}
main .contents .listLink li {
  list-style: none;
  margin-bottom: 1rem;
}
main .contents .listLink li a {
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  color: #111;
  transition: 0.3s;
}
main .contents .listLink li a::before {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  top: 0.1rem;
  left: -2.9rem;
  transition: 0.3s;
}
main .contents .listLink li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
main .contents .listLink li a:hover::before {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .contents .listLink2 {
  margin-bottom: 4rem;
}
main .contents .listLink2 li {
  list-style: none;
  margin-bottom: 1rem;
}
main .contents .listLink2 li a {
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s;
}
main .contents .listLink2 li a:hover {
  text-decoration: none;
}
main .contents .listLink2 li a[target=_blank] {
  text-decoration: none;
}
main .contents .listLink2 li a[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(/assets/images/blank.svg) no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}
main .contents .listLink2 li a[target=_blank]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
main .contents .listLink2 li.tRight {
  text-align: right;
}
main .contents .table1 {
  margin: -5px 0 35px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
main .contents .table1 th {
  width: 22.2222222222%;
  background: #DDDDDD;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 1.3rem 2rem 1.2rem;
  text-align: left;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
main .contents .table1 td {
  width: 77.7777777778%;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 1.3rem 2rem 1.2rem;
  text-align: left;
  font-weight: 400;
  background: #F8F8F8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .contents .table1 td h6 {
  margin-bottom: 2rem;
}
main .contents .table1 td .clearfix {
  overflow: hidden;
}
main .contents .table1 td .clearfix .left {
  float: left;
  width: 56.5%;
}
main .contents .table1 td .clearfix .right {
  float: right;
  width: 40%;
  margin-left: 3.5%;
}
main .contents .table1 td .clearfix .right .img:first-child {
  margin-bottom: 1rem;
}
main .contents .table1 td .clearfix .right .img:first-child img {
  max-width: 296px;
  margin: auto;
}
main .contents .table1 td .clearfix .right .img:last-child {
  margin-bottom: 6rem;
}
main .contents .table1 td .clearfix .right .img:last-child img {
  max-width: 320px;
  margin: auto;
}
main .contents .table1 td .img.w296 {
  max-width: 296px;
}
main .contents .table1 td .img.w320 {
  max-width: 320px;
}
main .contents .table2 {
  margin: 0 0 40px;
  width: 100%;
}
main .contents .table2 tr {
  border-top: 1px solid #DDDDDD;
}
main .contents .table2 tr:nth-child(n+2) {
  border-bottom: 1px solid #DDDDDD;
}
main .contents .table2 th {
  width: 22.2222222222%;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 1.5rem 2rem 1.8rem;
  text-align: left;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .contents .table2 td {
  width: 77.7777777778%;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 1.5rem 2rem 1.8rem;
  text-align: left;
  font-weight: 400;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
main .contents .column1 {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}
main .contents .column1 img {
  width: auto;
  display: inline-block;
  max-width: 100%;
}
main .contents .column1.map {
  max-width: 800px;
  position: relative;
}
main .contents .column1.map a.js-modal-open {
  position: absolute;
  width: 13.8888888889%;
  height: 13.8888888889%;
}
main .contents .column1.map a.js-modal-open.modal01 {
  top: 6.1111111111%;
  left: 0;
  right: 0;
  margin: auto;
}
main .contents .column1.map a.js-modal-open.modal02 {
  top: 15%;
  right: 18.4722222222%;
}
main .contents .column1.map a.js-modal-open.modal03 {
  top: 37.6388888889%;
  right: 5.5555555556%;
}
main .contents .column1.map a.js-modal-open.modal04 {
  bottom: 22.9166666667%;
  right: 10.1388888889%;
}
main .contents .column1.map a.js-modal-open.modal05 {
  bottom: 6.1111111111%;
  right: 30%;
}
main .contents .column1.map a.js-modal-open.modal06 {
  bottom: 6.1111111111%;
  left: 30%;
}
main .contents .column1.map a.js-modal-open.modal07 {
  bottom: 22.9166666667%;
  left: 10.1388888889%;
}
main .contents .column1.map a.js-modal-open.modal08 {
  top: 37.6388888889%;
  left: 5.5555555556%;
}
main .contents .column1.map a.js-modal-open.modal09 {
  top: 15%;
  left: 18.4722222222%;
}
main .contents .column2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.7037037037%;
  margin: 0 auto 40px;
}
main .contents .column2 > div {
  width: 48.1481481481%;
}
main .contents .column2 > div:nth-child(n+3) {
  margin-top: 4rem;
}
main .contents .column3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.7037037037%;
  margin: 0 auto 40px;
}
main .contents .column3 > div {
  width: 30.8641975309%;
}
main .contents .column3 > div:nth-child(n+4) {
  margin-top: 4rem;
}
main .contents .column3.mt75 > div:nth-child(n+4) {
  margin-top: 7.5rem;
}
main .contents .column4 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 3.7037037037%;
  margin: 0 auto 40px;
}
main .contents .column4 > div {
  width: 22.2222222222%;
}
main .contents .column-item a .imghover {
  position: relative;
  overflow: hidden;
}
main .contents .column-item a .imghover img {
  transition: 1s all;
}
main .contents .column-item a:hover .imghover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
main .contents .column-item .title p {
  margin: 0.5rem auto 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  color: #000;
}
main .contents .column-item .title p small {
  font-size: 1.5rem;
  font-weight: 400;
}
main .contents .column-item .title.border p {
  border-left: 3px solid #343087;
  padding-left: 1rem;
  margin: 1rem auto 0;
}
main .contents .column-item .txt p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
main .contents .block2 {
  background: #fff;
  padding: 3.2rem 2rem;
  height: 100%;
}
main .contents .block2 .icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2.4rem;
  background: rgba(52, 48, 135, 0.1019607843);
  border-radius: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
main .contents .block2 .icon img {
  width: 4rem;
  height: 4rem;
  margin: auto;
}
main .contents .block2 .icon.w48 img {
  width: 4.8rem;
  height: 4.8rem;
}
main .contents .block2 .title p {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #343087;
  text-align: center;
  margin-bottom: 2.8rem;
}
main .contents .block2 p {
  margin-bottom: 3.2rem;
}
main .contents .block2 h5 {
  margin-bottom: 2.8rem;
}
main .contents .block2 .list {
  margin-bottom: 0;
}
main .contents .block2 .list li:last-child {
  margin-bottom: 0;
}
main .contents .block2 .img {
  margin-bottom: 2.4rem;
}
main .contents .line3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 4rem;
}
main .contents .line3 > div {
  border-left: 1px solid #343087;
  width: 33.3333333333%;
  padding: 1.7rem 3.4rem 0.7rem;
}
main .contents .line3 > div:last-child {
  border-right: 1px solid #343087;
}
main .contents .line3 > div .icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2.4rem;
  background: rgba(52, 48, 135, 0.1019607843);
  border-radius: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
main .contents .line3 > div .icon img {
  width: 4rem;
  height: 4rem;
  margin: auto;
}
main .contents .line3 > div .icon.w48 img {
  width: 4.8rem;
  height: 4.8rem;
}
main .contents .line3 > div .title p {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #343087;
  text-align: center;
  margin-bottom: 2.4rem;
}
main .contents .line3 > div p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
}
main .contents .line4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 4rem;
}
main .contents .line4 > div {
  border-left: 1px solid #343087;
  width: 25%;
  padding: 1.7rem 2.4rem 2.3rem;
}
main .contents .line4 > div:last-child {
  border-right: 1px solid #343087;
}
main .contents .line4 > div .title {
  background: #343087;
  width: 100%;
  padding: 0.6rem 0 0.8rem;
}
main .contents .line4 > div .title p {
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 0;
}
main .contents .line4 > div .title p small {
  font-size: 1.3rem;
}
main .contents .line4 > div .title + .title {
  margin-top: 1rem;
  margin-bottom: 1.8rem;
}
main .contents .line4 > div .day {
  margin: 2rem 0 2.3rem;
}
main .contents .line4 > div .day p {
  text-align: center;
  margin-bottom: 0;
  font-size: 3.2rem;
  color: #343087;
  font-weight: 500;
  line-height: 1;
}
main .contents .line4 > div .day p b {
  font-size: 7.2rem;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}
main .contents .line4 > div .day.small {
  margin: 1rem 0 0.9rem;
}
main .contents .line4 > div .day.small p {
  font-size: 2.4rem;
}
main .contents .line4 > div .day.small p b {
  font-size: 4.8rem;
}
main .contents .line4 > div p {
  margin-bottom: 0;
}
main .contents .tag {
  text-align: center;
  margin-bottom: 2.4rem;
}
main .contents .tag p {
  padding: 0.7rem 2.5rem 0.8rem;
  margin-bottom: 0;
  display: inline-block;
  color: #343087;
  font-size: 1.8rem;
  border: 1px solid #343087;
  line-height: 1;
  font-weight: 500;
}
main .contents .flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
main .contents .flow > div:first-child {
  width: 8rem;
  background: #343087;
}
main .contents .flow > div:first-child p {
  margin: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  font-size: 4.8rem;
  font-family: "Barlow Condensed", sans-serif;
}
main .contents .flow > div:first-child p small {
  font-size: 1.4rem;
}
main .contents .flow > div:last-child {
  width: calc(100% - 8rem);
  background: #fff;
  padding: 1.5rem 2.4rem;
}
main .contents .flow > div:last-child p {
  margin-bottom: 0;
  line-height: 1;
}
main .contents .flow > div:last-child .title p {
  margin: 0 0 1.4rem;
  font-size: 2rem;
  color: #343087;
  line-height: 1;
}
main .contents .flow + .flow {
  margin-top: 3.2rem;
}
main .contents .flow:last-child {
  margin-bottom: 4rem;
}
main .contents .flow.arrow {
  position: relative;
}
main .contents .flow.arrow::before {
  content: "";
  background: url(/assets/images/arrow_flow.svg) no-repeat;
  background-size: 100% auto;
  width: 1.429rem;
  height: 2rem;
  position: absolute;
  top: -2.6rem;
  left: 0;
  right: 0;
  margin: auto;
}
main .contents .news_list {
  width: 100%;
}
main .contents .news_list_item {
  border-top: 1px solid #D9D9D9;
}
main .contents .news_list_item li {
  border-bottom: 1px solid #D9D9D9;
  display: none;
}
main .contents .news_list_item li.on {
  display: block;
}
main .contents .news_list_item li a {
  display: flex;
  padding: 1.6rem 0;
  position: relative;
  transition: 0.3s;
}
main .contents .news_list_item li a::before {
  content: "";
  background: url(/assets/images/arrow1.svg) no-repeat;
  background-size: 100%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1.6rem);
  transition: 0.3s;
}
main .contents .news_list_item li a:hover .right .pattern p {
  background: #343087;
  color: #fff;
}
main .contents .news_list_item li a:hover::before {
  background: url(/assets/images/arrow2.svg) no-repeat;
  background-size: 100%;
}
main .contents .news_list_item li a:hover .right .title p {
  text-decoration: underline;
  text-underline-offset: 3px;
}
main .contents .news_list_item li .date {
  padding-left: 0.8rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 80px;
  box-sizing: content-box;
}
main .contents .news_list_item li .date p.year {
  font-size: 1.6rem;
  text-align: center;
  color: #999;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
  line-height: 1;
}
main .contents .news_list_item li .date p.day {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
main .contents .news_list_item li .right {
  padding-left: 4rem;
}
main .contents .news_list_item li .right .pattern {
  margin-bottom: 1.6rem;
}
main .contents .news_list_item li .right .pattern p {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #343087;
  border: 1px solid #343087;
  border-radius: 100px;
  padding: 0.6rem 2.6rem;
  transition: 0.3s;
  margin: 0;
}
main .contents .news_list_item li .right .title p {
  font-size: 1.4rem;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  transition: 0.3s;
  margin: 0;
}
main .contents .news_list .pagination {
  border-top: unset;
  width: 16rem;
  margin: 6.4rem auto 4rem;
  display: flex;
  gap: 3.2rem;
}
main .contents .news_list .pagination li {
  border: none;
  width: 6.4rem;
}
main .contents .news_list .pagination li a {
  padding: 0;
  display: block;
  cursor: pointer;
}
main .contents .news_list .pagination li a::before {
  content: none;
}
main .contents .news_list .pagination li a img {
  width: 100%;
}
main .contents .news_list .pagination li.prev img {
  transform: rotate(-180deg);
}
main .contents .news_list .pagination li.number {
  display: none !important;
}
main .contents .news_list .pagination li.no {
  opacity: 0.4;
}
main .c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
main .c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}
main .c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 95%;
  max-width: 880px;
  max-height: 765px;
  height: 95%;
  overflow: visible;
}
main .c-modal_content.small {
  height: auto;
}
main .c-modal_content_inner {
  position: relative;
  padding: 4rem;
  overflow-y: scroll;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  text-align: left;
}
main .c-modal_content .img {
  width: 80%;
}
main .c-modal_content p:last-child {
  margin-bottom: 0;
}
main .c-modal_close {
  position: absolute;
  top: -1rem;
  right: -1.6rem;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  main .main .title h1 {
    font-size: 7.2rem;
  }
  main .culture .col2 > div .text {
    width: 64.1025641026%;
  }
  main .culture .col2 > div .text p {
    font-size: 1.5rem;
    padding-left: 1.6rem;
  }
  main .culture .col2 > div .text::after {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
  }
  main .recruit .btn3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  main .recruit .btn3 > div {
    width: 407px;
  }
  main .recruit .btn3 > div:nth-child(n+2) {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  main .main .title h1 {
    font-size: 6.5rem;
  }
  main .main .title p {
    font-size: 2rem;
  }
  main .message {
    background: #F8F8F8;
    padding: 5.6rem 0 0;
  }
  main .message .inner {
    flex-wrap: wrap;
    width: 100%;
  }
  main .message .left {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  main .message .left h2 {
    text-align: center;
    flex-flow: column;
    margin-bottom: 5.6rem;
  }
  main .message .left h2::before {
    left: 0;
    right: 0;
    bottom: -1.6rem;
    margin: auto;
  }
  main .message .left p {
    margin-bottom: 21.5rem;
  }
  main .message .right {
    background: #343087;
    width: 100%;
    max-width: unset;
    padding-bottom: 11.1rem;
  }
  main .message .right .img1 {
    width: 82.6666666667%;
    margin: -15.1rem 1.6rem 0 auto;
  }
  main .message .right .img2 {
    width: 40%;
    left: -3.2rem;
    bottom: -5.6rem;
  }
  main .vision {
    padding: 5.6rem 0;
    width: 91.4666666667%;
  }
  main .vision .top {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 4rem;
  }
  main .vision .top h2 {
    text-align: center;
    flex-flow: column;
    margin-bottom: 5.6rem;
  }
  main .vision .top h2::before {
    left: 0;
    right: 0;
    bottom: -1.6rem;
    margin: auto;
  }
  main .vision .top p {
    width: 100%;
    line-height: 1.8;
  }
  main .vision .bottom {
    flex-wrap: wrap;
  }
  main .vision .bottom .img {
    width: 100%;
    margin-bottom: 4rem;
  }
  main .vision .bottom .right {
    width: 100%;
  }
  main .vision .bottom .right li a {
    padding: 3rem 3rem 3rem 0;
    font-size: 1.6rem;
  }
  main .vision .bottom .right li a::after {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
  }
  main .vision .bottom .right .btn_wrap {
    width: 100%;
    max-width: 345px;
    margin: 4rem auto 0;
    gap: 0;
  }
  main .vision .bottom .right .btn_wrap > div {
    width: 100%;
    max-width: 34.5rem;
  }
  main .vision .bottom .right .btn_wrap > div a {
    font-size: 1.6rem;
    padding: 2.8rem 0;
  }
  main .mission {
    padding: 0;
    background: none;
  }
  main .mission .top {
    width: 100%;
    flex-wrap: wrap;
    background: #343087;
    padding-top: 5.6rem;
    justify-content: center;
    margin-bottom: 0;
  }
  main .mission .top h2 {
    text-align: center;
    margin-bottom: 5.6rem;
  }
  main .mission .top h2::before {
    bottom: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  main .mission .top h2 + img {
    display: block;
  }
  main .mission .top .text {
    width: 100%;
    padding: 4rem 1.6rem;
    background: #F8F8F8;
  }
  main .mission .top .text h3 {
    margin-bottom: 3.2rem;
  }
  main .mission .bottom {
    background-color: #F8F8F8;
    padding-bottom: 5.6rem;
    width: 100%;
  }
  main .mission .bottom .left {
    display: none;
  }
  main .mission .bottom .right {
    width: 91.4666666667%;
    margin: 0 auto;
  }
  main .mission .bottom .right li a {
    font-size: 1.6rem;
    padding: 2.8rem 2.5rem 2.8rem 0;
  }
  main .mission .bottom .right li a::after {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
  }
  main .contents .performer ul {
    flex-wrap: wrap;
  }
  main .contents .performer li {
    width: 50%;
  }
  main .contents .performer li:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 1.5rem;
    border-right: unset;
  }
  main .contents .performer li:nth-child(n+4) {
    margin-top: 2rem;
  }
  main .contents .performer li:nth-child(2n+3) {
    padding: 0 1.5rem 0 0;
    margin-top: 2rem;
    border-right: 1px solid #ddd;
  }
  main .contents .line4 > div {
    width: 50%;
  }
  main .contents .line4 > div:nth-child(2) {
    border-right: 1px solid #343087;
  }
  main .contents .line4 > div:nth-child(n+3) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 980px) {
  main {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  [id] {
    scroll-margin-top: 6.4rem;
  }
  main .main .mv {
    width: 92%;
    max-height: unset;
  }
  main .main .mv .slick-slide {
    width: 92vw;
  }
  main .main .title {
    left: 4%;
    padding: 1.5rem 1.5rem 1.5rem 0;
    bottom: 0;
  }
  main .main .title h1 {
    font-size: 4.8rem;
    margin-bottom: 1.6rem;
  }
  main .main .title p {
    font-size: 1.6rem;
  }
  main .news {
    padding: 5.6rem 0 12rem;
    position: relative;
  }
  main .news .inner {
    width: 91.4666666667%;
  }
  main .news .left {
    float: none;
    width: 100%;
  }
  main .news .left h2 {
    text-align: center;
    flex-flow: column;
    font-size: 4.8rem;
    margin-bottom: 5.6rem;
  }
  main .news .left h2 small {
    font-size: 1.6rem;
  }
  main .news .left h2::before {
    left: 0;
    right: 0;
    bottom: -1.6rem;
    margin: auto;
  }
  main .news .left .change {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main .news .left .change > div {
    width: 47.2303206997%;
  }
  main .news .left .link {
    position: absolute;
    bottom: 5.6rem;
    right: 4.2666666667%;
    width: 16.2rem;
  }
  main .news .left .link a {
    padding: 0.4rem 0 1.3rem;
  }
  main .news .left .link a::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  main .news .right {
    float: none;
    width: 100%;
    max-width: unset;
  }
  main .news .right li a::before {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
  }
  main .news .right li .right {
    padding-left: 2.4rem;
    width: calc(100% - 7.3rem);
    max-width: unset;
    padding-right: 3.2rem;
    float: none;
  }
  main .news .right li .right .title p {
    line-height: 1.6;
  }
  main .message .left h2 {
    font-size: 4.8rem;
    margin-bottom: 5.6rem;
  }
  main .message .left h2 small {
    font-size: 1.6rem;
  }
  main .message .left h3 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  main .message .left p {
    line-height: 1.8;
  }
  main .vision .top h2 {
    font-size: 4.8rem;
    margin-bottom: 5.6rem;
  }
  main .vision .top h2 small {
    font-size: 1.6rem;
  }
  main .movie {
    width: 91.4666666667%;
    padding-bottom: 5.6rem;
  }
  main .movie .title {
    margin-bottom: 4rem;
    flex-wrap: wrap;
  }
  main .movie .title h3 {
    font-size: 4rem;
    margin-bottom: 3.2rem;
  }
  main .movie .title p {
    width: 100%;
    padding: 2.4rem 0 0;
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: unset;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  main .movie ul {
    gap: 4rem;
    flex-wrap: wrap;
  }
  main .movie li {
    width: 100%;
  }
  main .mission .top h2 {
    font-size: 4.8rem;
  }
  main .mission .top h2 small {
    font-size: 1.6rem;
  }
  main .mission .top .text h3 {
    font-size: 2.4rem;
  }
  main .member {
    padding: 5.6rem 0;
  }
  main .member .top {
    width: 91.4666666667%;
    margin: 0 auto 4rem;
    flex-wrap: wrap;
  }
  main .member .top h2 {
    margin-bottom: 5.4rem;
    width: 100%;
    text-align: center;
    font-size: 4.8rem;
  }
  main .member .top h2 small {
    font-size: 1.6rem;
  }
  main .member .top h2::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  main .member .top .text {
    width: 100%;
  }
  main .member .top .text h3 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  main .member .slick_area {
    width: 95.7333333333%;
    margin: 0 0 4rem auto;
  }
  main .member .slick_area .slick-slide a {
    display: block;
    width: 100%;
    position: relative;
  }
  main .member .slick_button {
    width: 92%;
    margin: 0 auto 6.4rem;
  }
  main .member .slick_button .btn {
    float: right;
  }
  main .member .slick_button .logo {
    margin-top: 4rem;
  }
  main .member .col1 {
    width: 92%;
  }
  main .member .col1 > div {
    margin-bottom: 4rem;
  }
  main .member .col1 > div:last-child {
    margin-bottom: 0;
  }
  main .member .col1 > div .name {
    width: 91.0144927536%;
    height: 6.4rem;
  }
  main .member .col1 > div .name p {
    padding-left: 1.684rem;
    font-size: 1.6rem;
  }
  main .member .col1 > div .name::after {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
  }
  main .culture {
    padding: 5.6rem 0;
  }
  main .culture .top {
    width: 91.4666666667%;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  main .culture .top h2 {
    margin-bottom: 5.4rem;
    width: 100%;
    text-align: center;
    font-size: 4.8rem;
  }
  main .culture .top h2 small {
    font-size: 1.8rem;
  }
  main .culture .top h2::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  main .culture .top .text {
    width: 100%;
  }
  main .culture .top .text h3 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  main .culture .col2 {
    flex-wrap: wrap;
    width: 91.4666666667%;
  }
  main .culture .col2 > div {
    width: 100%;
  }
  main .culture .col2 > div:last-child {
    margin-top: 4rem;
  }
  main .culture .col2 > div .text {
    width: 91.3544668588%;
    height: 6.4rem;
  }
  main .culture .col2 > div .text p {
    font-size: 1.6rem;
  }
  main .culture .col2 > div .text::after {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
    right: 1.6rem;
    background-size: 100%;
  }
  main .recruit {
    padding: 5.6rem 0;
  }
  main .recruit h2 {
    text-align: center;
    font-size: 4.8rem;
    margin-bottom: 7.2rem;
  }
  main .recruit h2::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  main .recruit .btn3 {
    width: 91.4666666667%;
    max-width: 343px;
    flex-wrap: wrap;
  }
  main .recruit .btn3 > div {
    width: 100%;
    height: 8rem;
  }
  main .recruit .btn3 > div:nth-child(n+2) {
    margin-top: 2.4rem;
  }
  main .recruit .btn3 > div a {
    padding-left: 8.8rem;
    font-size: 2rem;
  }
  main .recruit .btn3 > div a small {
    margin-top: 0.5rem;
  }
  main .recruit .btn3 > div a::after {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
    background-size: 100%;
  }
  main .button > div a {
    padding: 1.45rem 0;
  }
  main .button > div a img {
    margin-bottom: 0.5rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  main .button > div a p {
    font-size: 1.4rem;
  }
  main .pagetop {
    width: 6.4rem;
    height: 6.4rem;
    right: 1.6rem;
  }
  main .contents .maintitle h1 {
    font-size: 4rem;
  }
  main .contents .maintitle h1 small {
    font-size: 1.6rem;
  }
  main .contents .breadcrumb {
    padding: 1.4rem 0 2.4rem;
    width: 91.4666666667%;
    margin: auto;
  }
  main .contents section {
    padding: 4rem 0 0.5px;
    width: 91.4666666667%;
  }
  main .contents section.first {
    padding-top: 2rem;
  }
  main .contents .block {
    padding-bottom: 0.5px;
    margin-bottom: 5.5rem;
  }
  main .contents .block .inner {
    width: 91.2536443149%;
  }
  main .contents .mv {
    margin-bottom: 2.4rem;
  }
  main .contents h2 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  main .contents .read {
    padding: 0 4.3731778426%;
    margin-bottom: 2rem;
  }
  main .contents .read p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  main .contents .performer {
    width: 91.2536443149%;
    padding: 3.6rem 1.5rem 2.8rem;
    margin-bottom: 7.6rem;
  }
  main .contents .performer li {
    width: 100%;
    padding: 0 0 2.4rem;
    border-right: unset !important;
    border-bottom: 1px solid #ddd;
  }
  main .contents .performer li:first-child {
    border-right: unset;
  }
  main .contents .performer li:nth-child(n+2) {
    margin-top: 0;
    padding: 2.4rem 0 !important;
  }
  main .contents .performer li:last-child {
    border-bottom: unset;
    padding: 2.4rem 0 0 !important;
    border-right: unset;
  }
  main .contents .performer .img {
    margin-right: 2.1rem;
  }
  main .contents .performer .right {
    width: calc(100% - 2.1rem - 100px);
  }
  main .contents .performer .right .name p {
    font-size: 1.6rem;
  }
  main .contents .performer .right .profile p {
    font-size: 1.2rem;
  }
  main .contents h3 {
    margin-bottom: 4.4rem;
    padding: 0 0 0 1.5rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  main .contents h4 {
    font-size: 2.2rem;
  }
  main .contents h5 {
    font-size: 2rem;
  }
  main .contents h6 {
    font-size: 1.8rem;
  }
  main .contents p {
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
  }
  main .contents p small {
    font-size: 1.1rem;
  }
  main .contents .img {
    width: 100%;
  }
  main .contents .anchor {
    margin-bottom: 6rem;
    padding-top: 1.7rem;
  }
  main .contents .anchor ul {
    gap: 1.7rem 3.7900874636%;
  }
  main .contents .anchor li {
    width: 48.1049562682%;
  }
  main .contents .list {
    padding-left: 2rem;
  }
  main .contents .list li {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  main .contents .list li::before {
    left: -2rem;
  }
  main .contents .listNum {
    padding-left: 1.9rem;
  }
  main .contents .listNum li {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  main .contents .listLink li {
    margin-bottom: 1.6rem;
  }
  main .contents .listLink li a {
    font-size: 1.4rem;
  }
  main .contents .listLink2 li {
    margin-bottom: 1.6rem;
  }
  main .contents .listLink2 li a {
    font-size: 1.4rem;
  }
  main .contents .table1 {
    display: flex;
  }
  main .contents .table1 tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  main .contents .table1 th {
    width: 100%;
    padding: 1.3rem 1.5rem;
    font-size: 1.4rem;
  }
  main .contents .table1 td {
    width: 100%;
    padding: 1.3rem 1.5rem;
    font-size: 1.4rem;
  }
  main .contents .table1 td .clearfix .left {
    float: none;
    width: 100%;
  }
  main .contents .table1 td .clearfix .right {
    float: none;
    width: 100%;
    margin: auto;
  }
  main .contents .table2 {
    display: flex;
  }
  main .contents .table2 tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  main .contents .table2 th {
    width: 100%;
    padding: 1.5rem 1.4rem 1.8rem;
    font-size: 1.4rem;
  }
  main .contents .table2 td {
    width: 100%;
    padding: 1.5rem 1.4rem 1.8rem;
    border-top: 1px solid #DDd;
    font-size: 1.4rem;
  }
  main .contents .column1 {
    width: 100%;
    margin-bottom: 6.3rem;
  }
  main .contents .column2 {
    flex-wrap: wrap;
    margin-bottom: 6.3rem;
  }
  main .contents .column2 > div {
    width: 100%;
  }
  main .contents .column2 > div:nth-child(n+2) {
    margin-top: 4.3rem;
  }
  main .contents .column3 {
    flex-wrap: wrap;
    margin-bottom: 6.3rem;
  }
  main .contents .column3 > div {
    width: 100%;
  }
  main .contents .column3 > div:nth-child(n+2) {
    margin-top: 4.3rem;
  }
  main .contents .column3 > div:nth-child(n+4) {
    margin-top: 4.3rem;
  }
  main .contents .column4 {
    flex-wrap: wrap;
    margin-bottom: 6.3rem;
  }
  main .contents .column4 > div {
    width: 100%;
  }
  main .contents .column4 > div:nth-child(n+2) {
    margin-top: 4.3rem;
  }
  main .contents .column-item .title p {
    font-size: 1.6rem;
  }
  main .contents .column-item .title p small {
    font-size: 1.2rem;
  }
  main .contents .column-item .txt p {
    font-size: 1.4rem;
  }
  main .contents .line3 > div {
    width: 100%;
    border-right: 1px solid #343087;
  }
  main .contents .line3 > div:nth-child(n+2) {
    margin-top: 4rem;
  }
  main .contents .line4 > div {
    width: 100%;
    border-right: 1px solid #343087;
  }
  main .contents .line4 > div:nth-child(n+2) {
    margin-top: 4rem;
  }
  main .contents .news_list li .right {
    padding-left: 2.4rem;
    width: calc(100% - 7.3rem);
    max-width: unset;
    padding-right: 3.2rem;
    float: none;
  }
  main .contents .news_list li .right .title p {
    line-height: 1.6;
  }
  main .c-modal_content {
    width: 90%;
    height: 90%;
  }
  main .c-modal_content_inner {
    padding: 2rem 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */