@charset "UTF-8";
/*-----------------------------------------------
  font
-----------------------------------------------*/
/* Zen Kaku Gothic New Regular */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/assets/fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
/* Zen Kaku Gothic New Medium */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("/assets/fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: bold;
}
/*  Universal Reset
--------------------------------------- */
body,
div,
main,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
svg,
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,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  background: transparent;
  zoom: 1;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main,
section,
nav,
article,
aside,
hgroup,
menu,
summary,
svg,
header,
footer,
figure,
figcaption,
details,
picture {
  display: block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*  Typography
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong,
b {
  font-weight: bold;
}

sup {
  position: relative;
  top: -4px;
  vertical-align: middle;
  line-height: 0;
  font-size: 10px;
}

sub {
  position: relative;
  top: 0;
  vertical-align: middle;
  line-height: 0;
  font-size: 10px;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr {
  display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  pointer-events: none;
}

svg:not(:root) {
  overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul,
ol {
  list-style: none;
}

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

input {
  vertical-align: middle;
  border-radius: 0;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MSゴシック", sans-serif;
  outline: none;
  border-radius: 0;
}

input[type=text],
input[type=image] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

textarea {
  vertical-align: top;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MSゴシック", sans-serif;
  resize: none;
  outline: 0;
  border-radius: 0;
  appearance: none;
}

select {
  line-height: normal;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MSゴシック", sans-serif;
  outline: none;
}

/* -------------------------------------------------------------------
    Base Style
-------------------------------------------------------------------- */
html {
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  box-sizing: border-box;
  color: #644632;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MSゴシック", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  -webkit-text-size-adjust: 100%;
}
body a {
  color: #644632;
  text-decoration: none;
}
body a:visited {
  color: #644632;
}
body a:hover {
  text-decoration: underline;
}

/*-----------------------------------------------
  layout
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

/*-----------------------------------------------
  title
-----------------------------------------------*/
.ttlLv01 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .ttlLv01 {
    font-size: 6.511627907vw;
  }
}

.ttlLv02_01 {
  border-left: 2px solid #ffa0aa;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 26px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .ttlLv02_01 {
    font-size: 20px;
    padding-left: 16px;
  }
}

.ttlLv02_02 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 50px;
  padding-bottom: 22px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttlLv02_02 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 38px;
    padding-bottom: 20px;
  }
}
.ttlLv02_02::after {
  background-color: #ffa0aa;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
@media screen and (max-width: 768px) {
  .ttlLv02_02::after {
    width: 50px;
  }
}

/*-----------------------------------------------
  button
-----------------------------------------------*/
.btn01 {
  background-color: #ffa0aa;
  border-radius: 4px;
  display: block;
  height: 48px;
  margin: 0 auto;
  position: relative;
  width: 200px;
}
.btn01 a {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.btn01 a::after {
  background-image: url(/assets/images/icn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.btn01 a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 0.3s;
}

#header {
  box-sizing: border-box;
  height: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
}
@media screen and (min-width: 769px) {
  #header.is-fixed .headerFixed {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}
#header .headerFixed {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .headerFixed {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
  }
}
#header .headerFixed .headerInr {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .headerInr {
    border-radius: 0;
    height: 60px;
    padding: 0 4.6511627907vw;
  }
}
#header .headerFixed .headerInr .headerLogo {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .headerInr .headerLogo {
    width: 120px;
  }
}
#header .headerFixed .headerInr .headerLogo a {
  display: block;
}
#header .headerFixed .headerInr .headerLogo a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #header .headerFixed .headerInr .headerNav {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #header .headerFixed .headerInr .headerNav {
    background-color: #fff;
    border: 4px solid #ffa0aa;
    border-radius: 20px;
    box-sizing: border-box;
    display: none;
    left: 50%;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    padding: 80px 14.8837209302vw;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    width: calc(100% - 18.6046511628vw);
  }
}
@media screen and (max-width: 400px) {
  #header .headerFixed .headerInr .headerNav {
    padding: 80px 40px;
  }
}
#header .headerFixed .headerInr .headerNav .headerNavList {
  display: flex;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .headerInr .headerNav .headerNavList {
    display: block;
  }
}
#header .headerFixed .headerInr .headerNav .headerNavList li {
  margin-left: 50px;
}
@media screen and (max-width: 900px) {
  #header .headerFixed .headerInr .headerNav .headerNavList li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #header .headerFixed .headerInr .headerNav .headerNavList li {
    line-height: 1;
    margin-left: 0;
    margin-bottom: 60px;
  }
  #header .headerFixed .headerInr .headerNav .headerNavList li:last-child {
    margin-bottom: 0;
  }
}
#header .headerFixed .headerInr .headerNav .headerNavList li:first-child {
  margin-left: 0;
}
#header .headerFixed .headerInr .headerNav .headerNavList li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #header .headerFixed .headerInr .headerNav .headerNavList li a {
    font-size: 18px;
  }
}
#header .headerFixed .headerInr .spBtn {
  height: 30px;
  position: relative;
  width: 30px;
}
@media screen and (min-width: 769px) {
  #header .headerFixed .headerInr .spBtn {
    display: none !important;
  }
}
#header .headerFixed .headerInr .spBtn.is-active span:first-child {
  top: 14px;
  transform: rotate(45deg);
}
#header .headerFixed .headerInr .spBtn.is-active span:nth-child(2) {
  opacity: 0;
}
#header .headerFixed .headerInr .spBtn.is-active span:nth-child(3) {
  bottom: 14px;
  transform: rotate(-45deg);
}
#header .headerFixed .headerInr .spBtn span {
  background-color: #000;
  display: block;
  height: 2px;
  transition: 0.3s;
  width: 100%;
}
#header .headerFixed .headerInr .spBtn span:first-child {
  position: absolute;
  right: 0;
  top: 5px;
}
#header .headerFixed .headerInr .spBtn span:nth-child(2) {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
#header .headerFixed .headerInr .spBtn span:nth-child(3) {
  bottom: 5px;
  position: absolute;
  right: 0;
}
#header .headerFixed .headerInr .spBg {
  background-color: rgba(51, 51, 51, 0.6);
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #header .headerFixed .headerInr .spBg {
    display: none !important;
  }
}

/* ----- footer ----- */
#footer {
  box-sizing: border-box;
  margin-top: 120px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-top: 80px;
    padding: 0 4.6511627907vw;
  }
}
#footer .footerInr {
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 20px 10px;
}
@media screen and (max-width: 768px) {
  #footer .footerInr {
    display: block;
    padding: 40px 0 10px;
  }
}
#footer .footerInr .footerNavList {
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer .footerInr .footerNavList {
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footerInr .footerNavList {
    justify-content: space-between;
  }
}
#footer .footerInr .footerNavList li {
  margin-right: 50px;
}
@media screen and (max-width: 840px) {
  #footer .footerInr .footerNavList li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerInr .footerNavList li {
    margin-right: 6.976744186vw;
  }
  #footer .footerInr .footerNavList li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #footer .footerInr .footerNavList li {
    margin-right: 0;
  }
  #footer .footerInr .footerNavList li:last-child {
    margin-right: 0;
  }
}
#footer .footerInr .footerNavList li a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #footer .footerInr .footerNavList li a {
    font-size: 12px;
  }
}
#footer .footerInr .footerLogo {
  width: 180px;
}
@media screen and (max-width: 840px) {
  #footer .footerInr .footerLogo {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footerInr .footerLogo {
    margin: 0 auto;
    width: 160px;
  }
}
#footer .footerInr .footerLogo a {
  display: block;
  width: 100%;
}
#footer .footerInr .footerLogo a img {
  width: 100%;
}
#footer .footerInr .copy {
  color: #a9a9a9;
  font-size: 10px;
  margin-top: 20px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .footerInr .copy {
    text-align: center;
  }
}

.home .fv {
  background: linear-gradient(to bottom, #f3ebee 0%, #f9f5f7 68%, #ffffff 100%);
  box-sizing: border-box;
  margin-bottom: 180px;
  padding: 50px 40px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .fv {
    margin-bottom: 100px;
    padding: 0 4.6511627907vw;
  }
}
.home .fv .kv {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .home .fv .kv {
    margin-top: 60px;
  }
}
.home .fv .kv .kvImg {
  margin: 0 auto;
  max-width: 865px;
  width: 100%;
}
.home .fv .kv .kvImg img {
  width: 100%;
}
.home .fv .kv .kvTtl {
  font-size: 67px;
  font-weight: bold;
  line-height: 1.37;
  letter-spacing: 0.04em;
  margin-top: 120px;
  text-align: center;
  text-indent: 0.04em;
}
@media screen and (max-width: 1000px) {
  .home .fv .kv .kvTtl {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  .home .fv .kv .kvTtl {
    font-size: 6.511627907vw;
    line-height: 1.4;
    margin-top: 80px;
  }
}
.home .fv .kv .kvTtl span {
  color: #5596dc;
}
.home .fv .kv .leadText {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .fv .kv .leadText {
    margin-top: 40px;
  }
}
.home .fv .kv .leadText p {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 50px;
  text-indent: 0.02em;
}
@media screen and (max-width: 768px) {
  .home .fv .kv .leadText p {
    font-size: 3.2558139535vw;
    margin-bottom: 30px;
  }
}
.home .fv .kv .leadText p:last-child {
  margin-bottom: 0;
}
.home .topNews {
  box-sizing: border-box;
  margin: 0 auto 120px;
  max-width: 886px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .topNews {
    margin: 0 auto 80px;
    padding: 0 4.6511627907vw;
  }
}
.home .topNews .topNewsList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .home .topNews .topNewsList {
    display: flex;
  }
}
.home .topNews .topNewsList .box {
  margin: 0 30px 40px 0;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .home .topNews .topNewsList .box {
    margin: 0 0 40px;
    width: 100%;
  }
}
.home .topNews .topNewsList .box:nth-child(3n) {
  margin-right: 0;
}
.home .topNews .topNewsList .box a {
  display: block;
}
.home .topNews .topNewsList .box a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.home .topNews .topNewsList .box a .thumb {
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.home .topNews .topNewsList .box a .thumb img {
  width: 100%;
}
.home .topNews .topNewsList .box a .date {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
  opacity: 40%;
}
.home .topNews .topNewsList .box a .title {
  font-size: 16px;
  font-weight: bold;
}
.home .topMovie {
  box-sizing: border-box;
  margin: 0 auto 140px;
  max-width: 1004px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .topMovie {
    margin: 0 auto 100px;
    padding: 0 4.6511627907vw;
  }
}
.home .topMovie .topMovieBox {
  background-color: #f8f8f8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 80px 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .topMovie .topMovieBox {
    padding: 40px 9.3023255814vw;
  }
}
.home .topMovie .topMovieBox .topMovieBoxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .topMovie .topMovieBox .topMovieBoxList {
    display: block;
    margin-bottom: 40px;
  }
}
.home .topMovie .topMovieBox .topMovieBoxList .box {
  cursor: pointer;
  margin-bottom: 60px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  .home .topMovie .topMovieBox .topMovieBoxList .box {
    margin-bottom: 34px;
    width: 100%;
  }
}
.home .topMovie .topMovieBox .topMovieBoxList .box:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.home .topMovie .topMovieBox .topMovieBoxList .box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .topMovie .topMovieBox .topMovieBoxList .box .title {
    font-size: 16px;
  }
}
.home .topMovie .topMovieBox .topMovieBoxList .box .thumb img {
  width: 100%;
}
.home .topBanner {
  max-width: 924px;
  margin: 0 auto 120px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .home .topBanner {
    margin: 0 auto 80px;
    padding: 0 4.6511627907vw;
  }
}
.home .topBanner .topBannerList {
  display: flex;
  justify-content: space-between;
}
.home .topBanner .topBannerList li {
  border-radius: 4px;
  overflow: hidden;
  width: calc((100% - 34px) / 2);
}
@media screen and (max-width: 768px) {
  .home .topBanner .topBannerList li {
    width: calc((100% - 3.2558139535vw) / 2);
  }
}
.home .topBanner .topBannerList li a {
  color: #fff;
  display: block;
  position: relative;
}
.home .topBanner .topBannerList li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.home .topBanner .topBannerList li a figure img {
  width: 100%;
}
.home .topBanner .topBannerList li a figure figcaption {
  font-size: 16px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .home .topBanner .topBannerList li a figure figcaption {
    font-size: 12px;
  }
}
.home .topMembers {
  box-sizing: border-box;
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .home .topMembers {
    padding: 0 9.3023255814vw;
    width: 100%;
  }
}
.home .topMembers .members img {
  width: 100%;
}
.home .topMembers .membersList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 870px;
  margin: 0 auto;
}
.home .topMembers .membersList li:first-child {
  width: 24.36%;
}
@media screen and (max-width: 768px) {
  .home .topMembers .membersList li:first-child {
    width: 27%;
  }
}
.home .topMembers .membersList li:nth-child(2) {
  width: 27.58%;
}
@media screen and (max-width: 768px) {
  .home .topMembers .membersList li:nth-child(2) {
    width: 29.16%;
  }
}
.home .topMembers .membersList li:nth-child(3) {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .home .topMembers .membersList li:nth-child(3) {
    width: 21.12%;
  }
}
.home .topMembers .membersList li:nth-child(4) {
  width: 24.94%;
}
@media screen and (max-width: 768px) {
  .home .topMembers .membersList li:nth-child(4) {
    width: 22.7%;
  }
}
.home .topMembers .membersList li:nth-child(5) {
  width: 29.54%;
}
@media screen and (max-width: 768px) {
  .home .topMembers .membersList li:nth-child(5) {
    width: 33.76%;
  }
}
.home .topMembers .membersList li:nth-child(6) {
  width: 21.49%;
}
@media screen and (max-width: 768px) {
  .home .topMembers .membersList li:nth-child(6) {
    width: 20.83%;
  }
}
.home .topMembers .membersList li:nth-child(7) {
  width: 26.78%;
}
@media screen and (max-width: 768px) {
  .home .topMembers .membersList li:nth-child(7) {
    width: 20.11%;
  }
}
.home .topMembers .membersList li a {
  display: block;
}
.home .topMembers .membersList li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.lower .fv {
  box-sizing: border-box;
  height: 452px;
  margin-bottom: 100px;
  padding: 50px 40px 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower .fv {
    height: 93.023255814vw;
    margin-bottom: 60px;
    padding: 0;
  }
}
.lower .fv .kv {
  box-sizing: border-box;
  bottom: 20px;
  left: 50%;
  max-width: 1200px;
  padding: 0 40px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower .fv .kv {
    bottom: 4.6511627907vw;
    padding: 0 4.4186046512vw;
  }
}
.lower .fv .kv .breadcrumb {
  display: flex;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .lower .fv .kv .breadcrumb {
    margin-top: 3.488372093vw;
  }
}
.lower .fv .kv .breadcrumb li {
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower .fv .kv .breadcrumb li {
    font-size: 2.7906976744vw;
  }
}
.lower .fv .kv .breadcrumb li::after {
  content: ">";
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .lower .fv .kv .breadcrumb li::after {
    padding: 0 2.3255813953vw;
  }
}
.lower .fv .kv .breadcrumb li:last-child::after {
  display: none;
}
.lower .fv .kv .breadcrumb li a {
  color: #fff;
}
.lower.about .fv {
  background-image: url("/assets/images/about/kv_about_pc.webp");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .lower.about .fv {
    background-image: url("/assets/images/about/kv_about_sp.webp");
  }
}
.lower.about .about01 {
  box-sizing: border-box;
  margin: 0 auto 120px;
  max-width: 900px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.about .about01 {
    margin: 0 auto 100px;
    padding: 0 4.6511627907vw;
  }
}
.lower.about .about01 .leadText {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower.about .about01 .leadText {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .lower.about .about01 .leadText {
    font-size: 3.2558139535vw;
  }
}
.lower.about .about01 .btn01 {
  width: 250px;
}
.lower.about .about02 {
  box-sizing: border-box;
  margin: 0 auto 120px;
  max-width: 900px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.about .about02 {
    margin: 0 auto 100px;
    padding: 0 13.9534883721vw;
  }
}
.lower.about .about02 .ttlLv02_02 {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .lower.about .about02 .ttlLv02_02 {
    margin-bottom: 70px;
  }
}
.lower.about .about02 .meritList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.about .about02 .meritList {
    display: block;
  }
}
.lower.about .about02 .meritList .box {
  position: relative;
  width: calc((100% - 176px) / 3);
}
@media screen and (max-width: 768px) {
  .lower.about .about02 .meritList .box {
    margin-bottom: 90px;
    width: 100%;
  }
  .lower.about .about02 .meritList .box:last-child {
    margin-bottom: 0;
  }
}
.lower.about .about02 .meritList .box .num {
  left: -20px;
  position: absolute;
  top: -27px;
}
@media screen and (max-width: 768px) {
  .lower.about .about02 .meritList .box .num {
    left: -17px;
    width: 90px;
    top: -35px;
  }
}
.lower.about .about02 .meritList .box .num img {
  width: 100%;
}
.lower.about .about02 .meritList .box figure {
  margin-bottom: 20px;
}
.lower.about .about02 .meritList .box figure img {
  width: 100%;
}
.lower.about .about02 .meritList .box .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.lower.about .about03 {
  background-color: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 120px;
  padding: 90px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.about .about03 {
    margin-bottom: 100px;
    padding: 50px 4.6511627907vw;
  }
}
.lower.about .about03 .about03Inr {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}
.lower.about .about03 .about03Inr .ttlLv02_02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lower.about .about03 .about03Inr .ttlLv02_02 {
    margin-bottom: 36px;
  }
}
.lower.about .about03 .about03Inr .mascot {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower.about .about03 .about03Inr .mascot {
    display: block;
  }
}
.lower.about .about03 .about03Inr .mascot .image {
  width: calc(100% - 455px);
}
@media screen and (max-width: 768px) {
  .lower.about .about03 .about03Inr .mascot .image {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 3.488372093vw;
    width: 100%;
  }
}
.lower.about .about03 .about03Inr .mascot .text {
  font-size: 16px;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .lower.about .about03 .about03Inr .mascot .text {
    width: 100%;
  }
}
.lower.about .about03 .about03Inr .mascot .text p {
  line-height: 1.875;
}
.lower.about .about04,
.lower.about .about05 {
  max-width: 924px;
  margin: 0 auto 120px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.about .about04,
  .lower.about .about05 {
    margin: 0 auto 100px;
    padding: 0 4.6511627907vw;
  }
}
.lower.about .about04 p,
.lower.about .about05 p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.lower.about .about04 p.numText,
.lower.about .about05 p.numText {
  padding-left: 1em;
  position: relative;
}
.lower.about .about04 p.numText .num,
.lower.about .about05 p.numText .num {
  left: 0;
  position: absolute;
}
.lower.about .about04 .logo,
.lower.about .about05 .logo {
  margin-bottom: 25px;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .lower.about .about04 .logo,
  .lower.about .about05 .logo {
    width: 180px;
  }
}
.lower.about .aboutAnnounce {
  margin: 0 auto 120px;
  max-width: 740px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.about .aboutAnnounce {
    margin: 0 auto 100px;
    padding: 0 4.6511627907vw;
  }
}
.lower.about .aboutAnnounce p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower.about .aboutAnnounce p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.lower.about .aboutAnnounce .announceList {
  display: flex;
  justify-content: center;
}
.lower.about .aboutAnnounce .announceList li {
  margin-left: 40px;
  text-align: center;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .lower.about .aboutAnnounce .announceList li {
    font-size: 12px;
    margin-left: 2.3255813953vw;
    width: calc((100% - 4.6511627907vw) / 3);
  }
}
.lower.about .aboutAnnounce .announceList li:first-child {
  margin-left: 0;
}
.lower.about .aboutAnnounce .announceList li a,
.lower.about .aboutAnnounce .announceList li span {
  align-items: center;
  aspect-ratio: 1/1;
  background-image: url("/assets/images/about/img_announce.webp");
  background-size: contain;
  display: flex;
  font-size: 16px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.about .aboutAnnounce .announceList li a,
  .lower.about .aboutAnnounce .announceList li span {
    font-size: 12px;
  }
}
.lower.about .aboutAnnounce .announceList li a:hover {
  opacity: 0.7;
  transition: 0.3s;
  text-decoration: none;
}
.lower.about .about06 {
  margin: 0 auto;
  max-width: 640px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.about .about06 {
    padding: 0 4.6511627907vw;
  }
}
.lower.about .about06 .leaflet {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.lower.about .about06 .leaflet .image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .lower.about .about06 .leaflet .image {
    width: 35%;
  }
}
.lower.about .about06 .leaflet .image a {
  display: block;
}
.lower.about .about06 .leaflet .image a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.lower.about .about06 .leaflet .textBox {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .lower.about .about06 .leaflet .textBox {
    width: 62%;
  }
}
.lower.about .about06 .leaflet .textBox p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower.about .about06 .leaflet .textBox p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 430px) {
  .lower.about .about06 .leaflet .textBox p br {
    display: none;
  }
}
.lower.about .about06 .leaflet .textBox p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lower.about .about06 .leaflet .textBox .btn01 {
    margin: 0;
  }
}
.lower.news .fv {
  background-image: url("/assets/images/news/kv_news_pc.webp");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .lower.news .fv {
    background-image: url("/assets/images/news/kv_news_sp.webp");
  }
}
.lower.news .news01 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.news .news01 {
    margin: 0 auto 40px;
    padding: 0 4.6511627907vw;
  }
}
.lower.news .news01 .leadText {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower.news .news01 .leadText {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .lower.news .news01 .leadText {
    font-size: 3.2558139535vw;
  }
}
.lower.news .newsList {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 998px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.news .newsList {
    padding: 0 4.6511627907vw;
  }
}
.lower.news .newsList .box {
  background-color: #f8f8f8;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 80px 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.news .newsList .box {
    display: block;
    padding: 50px 4.6511627907vw;
  }
}
.lower.news .newsList .box:last-child {
  margin-bottom: 0;
}
.lower.news .newsList .box .thumb {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .lower.news .newsList .box .thumb {
    margin-bottom: 24px;
    width: 100%;
  }
}
.lower.news .newsList .box .thumb img {
  border-radius: 4px;
  width: 100%;
}
.lower.news .newsList .box .textBox {
  width: calc(100% - 240px - 22px);
}
@media screen and (max-width: 768px) {
  .lower.news .newsList .box .textBox {
    width: 100%;
  }
}
.lower.news .newsList .box .textBox .date {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.4;
}
.lower.news .newsList .box .textBox .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .lower.news .newsList .box .textBox .title {
    margin-bottom: 15px;
  }
}
.lower.news .newsList .box .textBox .content {
  font-size: 14px;
  line-height: 1.7;
}
.lower.news .newsList .box .textBox .content p {
  margin-bottom: 24px;
}
.lower.news .newsList .box .textBox .content p:last-child {
  margin-bottom: 0;
}
.lower.news .newsList .box .textBox .content a {
  text-decoration: underline;
}
.lower.news .newsList .box .textBox .content a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.lower.members .fv {
  background-image: url("/assets/images/members/kv_members_pc.webp");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .lower.members .fv {
    background-image: url("/assets/images/members/kv_members_sp.webp");
    background-position: center top;
  }
}
.lower.members .members01 {
  box-sizing: border-box;
  margin-bottom: 60px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.members .members01 {
    margin-bottom: 90px;
    padding: 0 4.6511627907vw;
  }
}
.lower.members .members01 .ttlLv02_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lower.members .members01 .ttlLv02_02 {
    margin-bottom: 20px;
  }
}
.lower.members .members01 .membersList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1032px;
}
@media screen and (max-width: 768px) {
  .lower.members .members01 .membersList {
    align-items: inherit;
  }
}
.lower.members .members01 .membersList .box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  width: calc((100% - 46px) / 2);
}
@media screen and (max-width: 768px) {
  .lower.members .members01 .membersList .box {
    display: block;
    margin-top: 26px;
    width: calc((100% - 3.023255814vw) / 2);
  }
}
.lower.members .members01 .membersList .box:nth-child(-n+2) {
  margin-top: 0;
}
.lower.members .members01 .membersList .box .logo {
  width: 32%;
}
.lower.members .members01 .membersList .box .logo a {
  display: block;
}
.lower.members .members01 .membersList .box .logo a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .lower.members .members01 .membersList .box .logo {
    text-align: center;
    width: 100%;
  }
  .lower.members .members01 .membersList .box .logo img {
    height: 13.9534883721vw;
  }
}
.lower.members .members01 .membersList .box .textBox {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .lower.members .members01 .membersList .box .textBox {
    text-align: center;
    width: 100%;
  }
}
.lower.members .members01 .membersList .box .textBox .name {
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .lower.members .members01 .membersList .box .textBox .name {
    font-size: 13px;
  }
}
.lower.members .members01 .membersList .box .textBox .address {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lower.members .members01 .membersList .box .textBox .address {
    font-size: 11px;
  }
}
.lower.members .members02 {
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.members .members02 {
    padding: 0 4.6511627907vw;
  }
}
.lower.members .members02 .ttlLv02_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lower.members .members02 .ttlLv02_02 {
    margin-bottom: 20px;
  }
}
.lower.members .members02 .supportList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 456px;
}
.lower.members .members02 .supportList li {
  width: 158px;
}
.lower.members .members02 .supportList li a {
  display: block;
}
.lower.members .members02 .supportList li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .lower.members .members02 .supportList li {
    text-align: center;
    width: calc((100% - 2.7906976744vw) / 2);
  }
  .lower.members .members02 .supportList li img {
    height: 13.9534883721vw;
  }
}
.lower.movies .fv {
  background-image: url("/assets/images/movie/kv_movies_pc.webp");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .lower.movies .fv {
    background-image: url("/assets/images/movie/kv_movies_sp.webp");
  }
}
.lower.movies .movies01 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.movies .movies01 {
    margin: 0 auto 40px;
    padding: 0 4.6511627907vw;
  }
}
.lower.movies .movies01 .leadText {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower.movies .movies01 .leadText {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .lower.movies .movies01 .leadText {
    font-size: 3.2558139535vw;
  }
}
.lower.movies .movies02 {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1004px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .lower.movies .movies02 {
    padding: 0 4.6511627907vw;
  }
}
.lower.movies .movies02 .movieList {
  background-color: #f8f8f8;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 90px 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower.movies .movies02 .movieList {
    padding: 40px 9.3023255814vw;
  }
}
.lower.movies .movies02 .movieList .box {
  cursor: pointer;
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .lower.movies .movies02 .movieList .box {
    margin-bottom: 34px;
  }
}
.lower.movies .movies02 .movieList .box:last-child {
  margin-bottom: 0;
}
.lower.movies .movies02 .movieList .box:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.lower.movies .movies02 .movieList .box .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower.movies .movies02 .movieList .box .title {
    font-size: 16px;
  }
}

.modalWrap {
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modalWrap .modalBg {
  background-color: rgba(51, 51, 51, 0.6);
  height: 100%;
  width: 100%;
}
.modalWrap .iframeModal {
  box-sizing: border-box;
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 757px;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modalWrap .iframeModal {
    padding: 6.976744186vw;
  }
}
.modalWrap .iframeModal::before {
  background-image: url(/assets/images/icn_modal_close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  cursor: pointer;
  display: block;
  height: 21px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .modalWrap .iframeModal::before {
    height: 2.7906976744vw;
    right: 3.488372093vw;
    top: 3.488372093vw;
    width: 2.7906976744vw;
  }
}
.modalWrap .iframeModal iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}