@charset "UTF-8";
.brsp {
  display: none;
}

main {
  display: block;
}
/* .main__inner {
  background-color: rgba(13, 3, 25, 0.7);
  max-width: 1600px;
  margin: 0 auto;
} */

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7e634c;
  position: relative;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img[src$=".svg"] {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

#pagetotop {
  font-size: 5rem;
  width: 70px;
  text-align: center;
  position: relative;
  display: inline-block;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
}
#pagetotop a {
  color: #2D7CB7;
}

a {
  color: #333;
}

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

.sidebar{
  position: fixed;
  top: 10vh;
  right: 0;
  z-index: 1000;
  width: max(4.1667%, 60px);
}
.sns-side {
  /* width: max(4.1667%, 60px); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 0 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #2d2d2d;
  border-right: none;
  z-index: 100;
  margin-bottom: 1rem;
}
.sns-side02 {
  /* width: max(4.1667%, 60px); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 15px 0 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #2d2d2d;
  border-right: none;
  z-index: 100;
}
.sns-side02 a{
  color: #7e634c;
}

.qa_btn{
  background: #fff;
  border-radius: 50px;
  font-size: 2rem !important;
  color: #7e634c !important;
  font-weight: 700;
  text-decoration: none;
  padding: 1.5rem 3rem;
}
.flow__item-btn{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.qa_btn02{
  background: linear-gradient(-120deg, #631a62 0%, #170f39 100%);
  border-radius: 50px;
  font-size: 2rem !important;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 1.5rem 3rem;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa_btn02{
    font-size: 1.6rem !important;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem 2rem;
  }
}
.app-btn {
  margin-top: 30px;
}
.sns-side .txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center
}
.sns-side02 .txt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
}

.sns-side__icon {
  width: 55%;
  margin-top: 10px
}

@media screen and (max-width: 767px) {
  .sidebar{
    position: fixed;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
  }
  .sns-side {
    width: 70%;
    /* justify-content: flex-start; */
    justify-content: space-around;
    flex-direction: row;
    background-color: #fff;
    padding: 5px 15px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #2d2d2d;
    border-right: none;
    z-index: 100;
    margin-bottom: 0;
  }
  .sns-side02 {
    width: 30%;
    justify-content: flex-start;
    flex-direction: row;
    background-color: #fff;
    padding: 5px 15px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #2d2d2d;
    border-right: none;
    z-index: 100;
  }
  .sns-side__icon {
    width: calc(100% / 3 - 5.5rem);
    margin-top: 0;
  }
  .sns-side02 .sns-side__icon {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .sns-side .txt,
  .sns-side02 .txt {
    /* -ms-writing-mode: tb-rl; */
    writing-mode: horizontal-tb;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
  }

  #pagetotop {
    font-size: 3rem;
    width:40px;
    text-align: center;
    position: relative;
    display: inline-block;
    position: fixed;
    bottom: 10rem;
    right: 1rem;
    z-index: 1000;
  }
}


/*　ティッカー　*/
.header__topics {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1000px);
  margin: 3rem auto 5rem;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .header__topics {
    width: 100%;
  }
}

.header__topics-ttl {
  position: absolute;
  left: 2rem;
  font-size: 2.1rem;
  color: #0C007B;
  font-weight: 700;
  width: 12rem;
  text-align: center;
}

.header__topics.is-open .header__topics-ttl {
  align-self: flex-start;
  margin-top: 4px;
}

.header__topics-items {
  padding-left: 15rem;
  padding-right: 8rem;
  width: 100%;
}

/* .header__topics.is-open .header__topics-item:nth-of-type(3) .header__topics-content {
  border-bottom: none;
} */

.header__topics-item a {
  text-decoration: none;
  color: #000;
}

.header__topics-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.header__topics.is-open .header__topics-content {
  border-bottom: 1px solid #aaa;
  padding: 10px 0 10px 20px;
}

.header__topics-content dt, .header__topics-content dd {
  font-size: 1.6rem;
}

.header__topics-content dt {
  margin-right: 2rem;
}

.header__topics.is-open .header__topics-content dt {
  width: 100px;
}

.header__topics.is-open .header__topics-content dd {
  flex: 1;
}

.header__topics-btn {
  position: absolute;
  right: 24px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 3px solid #333;
  border-radius: 6px;
  cursor: pointer;
}

.header__topics.is-open .header__topics-btn {
  align-self: flex-end;
}

.header__topics-btn::before,
.header__topics-btn::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 14px;
  height: 3px;
  background: #333;
  transition: all 0.3s;
}

.header__topics-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.header__topics-btn.is-open::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 767px) {
  .header__topics {
    padding: 5px 16px;
    background: rgba(255, 255, 255, 0.9);
  }
  .header__topics-ttl {
    top: 5px;
    left: 16px;
    font-size: 1.6rem;
    color: #0C007B;
    font-weight: 700;
    width: 20rem;
    text-align: left;
    float: none;
    margin-bottom: 1rem;
  }
  .header__topics-items {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 1rem;
    width: 92%;
    height: 100%;
  }
  .header__topics-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
  }
  .header__topics.is-open .header__topics-content {
    padding: 10px 0 10px 8px;
  }
  .header__topics-content dt, .header__topics-content dd {
    font-size: 1.4rem;
  }
  .header__topics-content dt {
    margin-right: 1rem;
  }
  .header__topics.is-open .header__topics-content dt {
    width: 76px;
  }
  .header__topics-btn {
    right: 14px;
    margin: 0;
    width: 24px;
    height: 24px;
  }
  .header__topics-btn.is-open {
    bottom: 12px;
  }
}


.point{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  max-width: 1000px;
  margin: 0 auto 4rem auto;
}
.point:last-of-type{
  margin: 0 auto 20rem auto;
}
@media screen and (max-width: 767px) {
  .point:last-of-type{
    margin: 0 auto 8rem auto;
  }
}

.point h3{
  width: 40%;
  text-align: left;
}
.point .main__inner-wrap{
  flex: 1;
  display: block;
  background: #fff;
  padding: 4rem;
  font-weight: 500;
}
.point .main__inner-lists li:first-child {
  margin-bottom: 0.5rem;
}
.point .main__inner-lists {
  width: auto;
  padding-right: 0;
  color: #663041;
}
.point .main__inner-ttl02 {
  margin-top: 0rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .point {
    display: block;
  }
  .point h3{
    width: 100%;
    text-align: center;
  }
  .point .main__inner-ttl02 {
    font-size: 2.2rem;
  }
}

/*==================
#loading
==================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: linear-gradient(-120deg, #d1692c 0%, #3f2a52 100%);
  text-align: center;
}

#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading .kvArea {
  width: 100%;
}

#loading .kvArea .img_box {
  text-align: center;
}

#loading .kvArea .img_box img {
  max-width: 15%;
  height: auto;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-120deg, #d1692c 0%, #3f2a52 100%);
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


/*左から右*/
.bgLRextend02::before {
  -webkit-animation-name: bgLRextendAnime02;
          animation-name: bgLRextendAnime02;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-120deg, #d1692c 0%, #3f2a52 100%);
}
.bgLRextend02 > span{
  /* background-color:rgba(0,0,0,0.7); */
  background: linear-gradient(-120deg, rgba(217,106,44,0.8) 0%, rgba(63,42,82,0.8) 100%);
  padding: 2rem 1vw 2rem 1vw;
  display: block;
  color: #fff;
}
.bgLRextend02 > span .gr{
  /* background-color: #FFDEE9;
background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}


@-webkit-keyframes bgLRextendAnime02 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime02 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}



/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger,
.bgappearTrigger02,
.bgLRextendTrigger02 {
  opacity: 0;
}





/*========= 背景動画設定のCSS ===============*/
/*header設定*/
.movWrap {
  height: auto;
  aspect-ratio: 16/9;
  /* 動画のアスペクト比 */
  position: relative;
}

.movWrap .caution {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  z-index: 1000;
}

#video {
  /*天地中央配置*/
  /*縦横幅指定*/
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  /* 動画のアスペクト比 */
  display: block;
  margin: auto;
}

.header__kv_copy03 {
  width: 16.45%;
  position: absolute;
  top: 10vw;
  right: 14vw;
}
.header__kv_copy04 {
  width: 27.08%;
  position: absolute;
  top: 19vw;
  left: 4vw;
}
.header__kv_copy04 span {
  display: block;
  font-size: 2.4vw;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 3%;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.header__kv_copy05 {
  position: absolute;
  top: 33vw;
  left: 4vw;
}
.header__kv_copy05 span {
  display: block;
  font-size: 2.6vw;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  background-color: #c21cb4;
  /* background: linear-gradient(transparent 70%, #db18cb 70%); */
}
.header__kv_copy02 {
  width: 7.7%;
  position: absolute;
  top: 3vw;
  right: 6vw;
}
.header__kv_copy01 {
  width: 28.12%;
  position: absolute;
  top: 8vw;
  left: 3vw;
}
.header__kv_circle {
  /* width: 19.89%; */
  position: absolute;
  top: 35vw;
  left: 3.5vw;
}
.header__copy{
  font-size: 2.3vw;
  font-weight: 700;
}
.header__copy .main-text {
  font-size: 3.5vw;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.header__copy .main-text span {
  font-size: 0.7em;
}
.header__kv_scroll {
  width: 2.08%;
  position: absolute;
  top: 40vw;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-animation: move-y 0.8s infinite alternate ease-in-out;
          animation: move-y 0.8s infinite alternate ease-in-out;
}

@-webkit-keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.main {
  display: block;
  position: relative;
  /* background: linear-gradient(-120deg, #2b7fb2 0%, #6d125c 100%); */
  background: linear-gradient(-120deg, #d1692c 0%, #3f2a52 100%);
}
.main .news {
  max-width: 800px;
  border-radius: 10px;
  margin: 0 auto 10rem;
  padding: 4rem;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
}
.main .news ul li {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #2b1d6d;
}
.main .news ul li span {
  color: #2b1d6d;
  margin-right: 2rem;
}
.main .news ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.main .news02 {
  max-width: inherit;
  width: 62.5%;
  margin: 0 auto 10rem;
  padding: 4rem;
  border-radius: 0;
  background: #fff;
  color: #333;
}
.main .news02 dl {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.main .news02 dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main .news02 dl dt {
  font-size: 2.1rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #2b1d6d;
  border-bottom: 1px dotted #2b1d6d;
}
.main .news02 dl dt[id]::before {
  display: block;
  height: 15rem;
  margin-top: -15rem;
  content: "";
}
.main .news02 dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 190%;
}
.main .news02 dl dd span.date {
  font-size: 2rem;
  font-weight: 700;
}
.main .news02 dl dd span.dateline {
  display: inline-block;
  margin-bottom: 1rem;
}
.main .news02 dl dd span.btn a {
  color: #fff;
  background: #365fc1;
  padding: 0.3rem 1rem;
  text-decoration: none;
  font-size: 1.6rem;
  border-radius: 10px;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.main__inner {
  color: #fff;
  padding: 2rem 5rem 0 5rem;
  max-width: 1600px;
  margin: auto;
}
.main__inner-ttl {
  font-size: 7.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.main__inner-subttl {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.main__inner-subttl02 {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
.main__inner-ttl02 {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 4rem;
}
.main__inner-txt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 8rem;
}
.main__inner-txt02 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.main__inner-txt02 a {
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 2.9rem;
}
.main__inner-txt02 a:hover {
  text-decoration: none;
}
.main__inner-fig {
  width: 27.12%;
  margin: 5rem auto;
}
.main__inner-lists {
  width: 43.75%;
  padding-right: 2rem;
}
.main__inner-lists li {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}
.main__inner-lists li:first-child {
  margin-bottom: 2rem;
}
.main__inner-lists02 {
  width: 43.75%;
  margin: 0 auto;
}
.main__inner-lists02 li {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}
.main__inner-wrap {
  display: flex;
  justify-content: center;
}
.main__inner-fig02 {
  width: 18.75%;
}
.main__links-list {
  padding: 3rem 0 3rem 0;
  display: flex;
  justify-content: center;
}
.main__links-list li {
  width: 13.75%;
  margin: 0 1rem;
  font-size: 1.2rem;
}
.main__links-list li a{
  color: #fff;
  text-decoration: none;
}
.main .flow__item {
  width: 62.5%;
  padding: 3rem;
  margin: 0 auto;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  margin-bottom: 5rem;
  position: relative;
}
.main .flow__item:last-of-type {
  margin-bottom: 15rem;
}
.main .flow__item-num {
  width: 11.42%;
  position: absolute;
  top: -2rem;
  left: -2rem;
}

.main .flow__item-txt span.link {
  display: block;
  text-align: center;
  padding-top: 3rem;
}
.main .flow__item-txt span.link a {
  color: #b65244;
}
.main .flow__item-txt .links {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  display: flex;
}
.main .flow__item-txt .links li {
  display: grid;
  place-items: center;
  margin-right: 1rem;
  border-radius: 10px;
  padding: 0.2rem 2rem;
  background: #444;
  cursor: pointer;
  /* margin-bottom: 1rem; */
  font-size: 1.4rem;
}
.main .flow__item-txt .links li i {
  font-size: 1.4rem;
  vertical-align: baseline;
}
.main .flow__item-txt .links a {
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.main .flow__item-txt {
  padding: 0 2rem 2rem 2rem;
  font-size: 1.8rem;
}
.flow__item-txt dl{
  display: flex;
  margin-bottom: 8px;
}
.flow__item-txt dl dt{
  width: 27rem;
  font-weight: 400;
  color: #333;
  font-size: 2.2rem;
  /* padding-top: 1rem; */
}
.flow__item-txt dl dd{
  flex: 1;
  font-size: 2.2rem;
}
.main .flow__item-txt dl dd span{
  font-size: 1.8rem;
}

.main .flow .b-text {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3b154b;
}
.main .flow .text {
  font-size: 2.2rem;
}
.main .flow .arrow {
  width: 50px;
  margin: 2rem auto;
  display: none;
}
.main .flow h4 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #3b154b;
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #3b154b;
}
.main .flow__intro {
  /* padding-top: 2rem; */
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  justify-content: space-between;
}
.main .flow__intro::before{
  content:"";
  display: block;
  width: calc(100% / 4 - .5rem);
  order:1;
}
.main .flow__intro::after{
  content:"";
  display: block;
  width: calc(100% / 4 - .5rem);
}
.main .flow__intro-item {
  margin: 0.5rem 0;
  background-image: linear-gradient(90deg, rgba(251, 213, 251, 0.25), rgba(149, 233, 243, 0.25));
  padding: 2rem;
  width: calc(100% / 4 - .5rem);
  text-align: left;
  font-weight: 500;
  display: flex;
  position: relative;
  flex-direction: column;
}
.main .flow__intro-item .up {
  position: absolute;
  width: 20px;
  top: 5px;
  right: 5px;
}
.main .flow__intro-item .fig {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}
.main .flow__intro-item .fig img {
  aspect-ratio: 1;
  object-fit: cover;
}
.main .flow__intro-item .fig .fig_tag {
  background: #fff;
  position: absolute;
  display: inline-block;
  padding: .5rem;
  color: #b65244;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  min-width: 5rem;
  text-align: center;
}
.main .flow__intro-item_txt {
  /* flex: 1; */
}
.main .flow__intro-item_txt .svpm {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  background: #22447c;
  color: #fff;
  padding: 0.3rem;
  display: inline-block;
}
.main .flow__intro-item_txt .position {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.main .flow__intro-item_txt .name {
  font-size: 1.8rem;
  font-weight: 700;
}

.main .flow__item-txt span{
  font-size: 2.2rem;
}
.main .flow__item-txt span>span{
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .main .flow__item-txt span{
    font-size: 1.6rem;
  }
  .main .flow__item-txt span>span{
    font-size: 1.8rem;
  }
  .main .flow__item-txt {
    font-size: 1.4rem;
  }
}

.oubo {
  width: 43.75%;
  margin: 5rem auto;
}
.oubo a {
  transition: all 0.3s ease;
}
.oubo a:hover {
  opacity: 0.7;
}
.oubo__link {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 5rem 0 2rem 0;
  font-size: 2.8rem;
}
.oubo__link a {
  color: #fff;
}

.footer{
  background: #333;
}
.footer__list {
  padding-top: 5rem;
  display: flex;
  justify-content: center;
}
.footer__list a {
  color: #fff;
  font-size: 1.6rem;
  margin: 0 1rem;
}
.footer .copyright {
  padding: 5rem 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  margin: 2rem 0 0 0;
}
.footer .caution {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 5rem;
}
.footer .footer__inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 3rem;
}
.footer .footer__inner h1{
  font-size: 2.1rem;
  color: #fff;
  font-weight: 700;
  width: 20%;
}
.footer .footer__inner h1 a {
  color: #fff;
  text-decoration: none;
}
.footer .footer__inner .footer__list{
  width: 50%;
  padding: 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .footer__inner .footer__list .footer__list-item{
  margin-right: 1rem;
}
.footer .footer__inner .footer__list .footer__list-item li a{
  text-decoration: none;
}
.footer .footer__inner .footer__sns{
  width: 30%;
  color: #fff;
  padding-left: 3rem;
  border-left: 1px solid #fff;
}
.footer .footer__inner .footer__sns .footer__sns-ttl{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer .footer__inner .footer__sns li{
  width: 10%;
}
.footer .copyright{
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer{
    margin-bottom: 7rem;
  }
  .footer .footer__inner{
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 3rem;
  }
  .footer .footer__inner h1{
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer .footer__inner .footer__list{
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
  .footer .footer__inner .footer__list .footer__list-item{
    margin-right: 0;
  }
  .footer .footer__inner .footer__sns{
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  /* .footer .footer__inner .footer__sns .footer__sns-ttl{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
  } */
  .footer .footer__inner .footer__sns li{
    width: 5%;
  }


  .main .flow .b-text,
  .main .flow .text {
    font-size: 1.6rem;
  }
  .flow__item-txt dl{
    display: flex;
  }
  .flow__item-txt dl dt{
    width: 14rem;
    font-size: 1.6rem;
    padding-top: .5rem;
  }
  .flow__item-txt dl dd{
    flex: 1;
    font-size: 1.6rem;
  }
  .main .flow__item-txt dl dd span{
    font-size: 1.4rem;
  }

}


.tbl__content {
  /* margin-top:20px; */
  width:100%;
  overflow: auto;
}
.saitaku h4{
  margin-top: 3rem;
}
.saitaku .tbl tr:nth-of-type(1){
  background: linear-gradient(120deg, #d1692c 0%, #3f2a52 100%);
  color: #fff;
}
.saitaku .tbl {
  /* width:735px; */
  width: clamp(735px, 100%, 1100px);
  table-layout: fixed;
  border-collapse: collapse;
  color: #333;
  font-size: 1.5rem;
  margin: 0 auto 3rem;
}
.saitaku .tbl tr th {
  padding:6px 5px;
  font-weight: 700;
  line-height:1.5;
  vertical-align: middle;
}
.saitaku .tbl tr td {
  padding:10px 10px;
  font-weight: 500;
  line-height:1.5;
  background:#F6F7FD;
  vertical-align: middle;
}
.saitaku .tbl tr th:nth-of-type(3){
  width: 320px;
}
.saitaku .tbl tr{
  border-bottom: 2px solid #B960A8;
}
.saitaku .tbl tr:first-of-type{
  border-bottom: none;
}
.saitaku .tbl tr:last-of-type{
  border-bottom: none;
}
.saitaku .tbl tr th:nth-of-type(n+2){
  border-left: 2px solid #fff;
}
.saitaku .tbl tr td:nth-of-type(n+2){
  border-left: 2px solid #B960A8;
}

.list__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 850px;
  margin: auto;
}

.list__content li {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 8px 12px;
  border-bottom: 1px solid rgb(255 255 255 / .5);
}

.caution__item{
  display: block; 
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
  }
  .caution__item-01{
  color: #b65244;
  font-size: 2.4rem;
  }
  .caution__item-02{
  display: block;
  text-align: center;
  font-size: 2.4rem;
  }

.event__item{
  background: #ffffffe8;
  font-weight: 500;
}
.event__ph{
  display: flex;
  margin-top: 2rem;
}
.event__ph figure:nth-child(2){
  margin: 0 1rem;
}
.event__ph figure{
  position: relative;
}
.event__ph figure i{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
}

.inner__date{
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: #f1f1f1;
  width: 50%;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 10px;
}

.bnr_link_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4%;
  max-width: 1000px;
  margin: auto;
}

.bnr_link_wrap a {
  width: calc((100% - 4% * 2) / 3);
}


.mfp-bg {
  background: #1e9cd7;
  background: linear-gradient(74deg, #1e9cd7 0%, #1e9cd7 56%, #0075be 85%, #005b97 100%);
}

.modal {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.modal__inner {
  position: relative;
}

.modal__inner-body {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .modal__inner-body {
    padding: 3rem 1.5rem;
  }
}
.modal__inner-body_fig {
  width: 35%;
}

.modal__inner-body_content {
  width: 62%;
}

.modal__inner-body_content .head {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  transform: rotate(0.05deg);
  color: #b65244;
}

@media screen and (max-width: 767px) {
  .modal__inner-body_content .head {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.modal__inner-body_content .name {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #b65244;
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .modal__inner-body_content .name {
    font-size: 2.2rem;
    margin-bottom: 0;
  }

  .main .flow__intro-item {
    width: calc(100% / 2 - 0.5rem);
  }

}
.modal__inner-body_content h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 500;
  transform: rotate(0.05deg);
}

.modal__inner-body_content h3.sec {
  margin-top: 2rem;
}

.modal__inner-body_content .txt {
  font-size: 1.4rem;
  transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  .modal__inner-body_content .txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .main__inner-ttl02 {
    margin-bottom: 1rem;
  }
}
.modal .popup-modal-dismiss {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .main .flow__item-num {
    width: 13%;
    position: absolute;
    top: -.5rem;
    left: -.5rem;
  }
}

.main__inner{
  padding-bottom: 5rem;
}

.readmore {
  position: relative;
  margin: 3em auto;
  display: block;
  color: #666;
  border: none;
  outline: 0;
  cursor: pointer;
  background: none;
  letter-spacing: 0.1em;
}
.readmore:before {
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto .5em;
  background: url(../images/arrow.png) no-repeat center / 20px #fff;
  transition: .3s;
}
.readmore.on-click:before {
  transform: rotate(180deg);
}
.readmore .open {
  display: block;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: block;
}
.main .readmore span {
  font-size: 1.4rem;
}

.main .event-text {
  font-size: 1.6rem;
}




@media screen and (max-width: 767px) {
}

@-moz-document url-prefix() {}
@media screen and (max-width: 1025px) {

  .main .flow__intro-item {
    width: calc(100% / 3 - .5rem);
  }
  .main .flow__intro::before{
    content:"";
    display: block;
    width: calc(100% / 3 - .5rem);
    order:1;
  }
  .main .flow__intro::after{
    display: none;
  }


  .main {
    display: block;
    position: relative;
    /* background: linear-gradient(-120deg, #631a62 0%, #170f39 100%); */
  }
  .main .news02 {
    width: 100%;
  }
  .main .news02 dl dt[id]::before {
    display: block;
    height: 15rem;
    margin-top: -15rem;
    content: "";
  }
  .main .news02 dl dd span.date {
    display: inline-block;
  }
  .main .news02 dl dd span.dateline {
    display: inline-block;
  }
  .main .news02 dl dd span.btn {
    display: inline-block;
  }
  .main .news02 dl dd span.btn a {
    display: inline-block;
    margin-left: 0;
  }
  .main__inner {
    color: #fff;
    padding: 5rem;
    max-width: 1600px;
    margin: auto;
  }
  .main__inner-ttl {
    font-size: 5.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
  }
  .main__inner-subttl {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
  }
  .main__inner-subttl02 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
  }
  .main__inner-ttl02 {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 7rem;
    margin-bottom: 4rem;
  }
  .main__inner-txt {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-bottom: 5rem;
  }
  .main__inner-txt02 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }
  .main__inner-txt02 a {
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 2.9rem;
  }
  .main__inner-txt02 a:hover {
    text-decoration: none;
  }
  .main__inner-fig {
    width: 60%;
    margin: 5rem auto;
  }
  .main__inner-lists {
    width: 60%;
    padding-right: 2rem;
  }
  .main__inner-lists li {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
  .main__inner-lists li:first-child {
    margin-bottom: 2rem;
  }
  .main__inner-lists02 {
    width: 70.07%;
    margin: 0 auto;
  }
  .main__inner-lists02 li {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
  .main__inner-wrap {
    display: flex;
    justify-content: center;
  }
  .main__inner-fig02 {
    width: 40%;
  }
  .main__links-list {
    padding: 3rem 0;
    display: flex;
    justify-content: center;
  }
  .main__links-list li {
    width: 13.75%;
    margin: 0 1rem;
  }
  .main .flow__item {
    width: 90.09%;
    padding: 3rem;
    margin: 0 auto;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    margin-bottom: 5rem;
    position: relative;
  }
  .main .flow__item-num {
    width: 11.42%;
    position: absolute;
    top: -2rem;
    left: -2rem;
  }
  .main .flow__item-txt span.link {
    display: block;
    text-align: center;
    padding-top: 3rem;
  }
  .main .flow__item-txt span.link a {
    color: #b65244;
  }
  .main .flow__item-txt {
    padding: 0 2rem 2rem 2rem;
  }
  .main .flow .arrow {
    width: 50px;
    margin: 2rem auto;
    display: none;
  }
  .main .flow h4 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #b65244;
    text-align: center;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 3px solid #b65244;
  }
  .main .flow__intro-item .up {
    position: absolute;
    width: 20px;
    top: 5px;
    right: 5px;
  }
  .main .flow__intro-item_txt .svpm {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #fff;
    padding: 0.3rem;
    display: inline-block;
  }
  .main .flow__intro-item_txt .position {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .main .flow__intro-item_txt .name {
    font-size: 1.8rem;
    font-weight: 700;
  }
}


@media screen and (max-width: 767px) {

  .event__ph{
    display: block;
  }
  .event__ph figure:nth-child(2){
    margin: 2rem 0;
  }

  .main .flow__item-txt .links {
    display: block;
  }

  .main .flow__item-txt .links li {
    margin-bottom: 1rem;
  }

  .movWrap {
    aspect-ratio: 16 / 29;
  }

  .movWrap .caution {
    font-size: 0.8rem;
  }

  .brsp {
    display: block;
  }

  html {
    font-size: 55%;
  }

  .sp-video {
    display: block;
  }

  .pc-video {
    display: none;
  }

  /*header設定*/
  .movWrap {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
  }

  #video-area {
    position: fixed;
    z-index: -1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }

  .header {
    height: 100%;
    position: relative;
  }
  .header__kv_copy03 {
    width: 32%;
    position: absolute;
    top: 46vw;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .header__kv_copy04 {
    width: 67.79%;
    position: absolute;
    top: 10vw;
    left: 3vw;
  }
  .header__kv_copy04 span {
    font-size: 5vw;
  }
  .header__kv_copy05 {
    top: 39vw;
    left: 3vw;
  }
  .header__kv_copy05 span {
    font-size: 5vw;
  }
  .header__kv_copy02 {
    width: 18%;
    position: absolute;
    top: 3vw;
    right: 3vw;
  }
  .header__kv_copy01 {
    width: 57.36%;
    position: absolute;
    top: 120vw;
    left: 3vw;
  }
  .header__kv_circle {
    /* width: 49.8%; */
    position: absolute;
    top: 141vw;
    left: 2%;
    /* left: 0; */
    z-index: 100;
  }
  .header__copy {
    font-size: 4.3vw;
  }
  .header__copy .main-text {
    font-size: 6vw;
  }
  .header__kv_scroll {
    display: none;
  }

  .main {
    display: block;
    position: relative;
  }
  .main__inner {
    padding: 1rem 2rem 5rem 2rem;
    margin: 0 auto;
  }
  .main__inner-ttl {
    font-size: 3.5rem;
  }
  .main__inner-subttl {
    font-size: 2rem;
  }
  .main__inner-subttl02 {
    font-size: 1.8rem;
  }
  .main__inner-ttl02 {
    font-size: 2.5rem;
  }
  .main__inner-txt {
    font-size: 1.8rem;
  }
  .main__inner-txt02 {
    font-size: 1.4rem;
  }
  .main__inner-fig {
    width: 80%;
    margin: 5rem auto;
  }
  .main__inner-lists {
    width: 100%;
  }
  .main__inner-lists li {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
  .main__inner-lists02 {
    width: 100%;
  }
  .main__inner-wrap {
    display: block;
  }
  .main__inner-fig02 {
    width: 70%;
    margin: 2rem auto 0 auto;
  }
  .main__links-list {
    padding: 3rem 0;
    display: block;
  }
  .main__links-list li {
    width: 60%;
    margin: 0 auto 1rem;
  }
  .main .flow__item {
    width: 100%;
    padding: 1.5rem;
  }
  .main .flow__item-txt {
    padding: 0;
  }
  .main .flow h4 {
    font-size: 2.1rem;
  }
  /* .main .flow__intro-item {
    margin: 1rem;
    width: 100%;
    padding: 2rem 3.3rem 2rem 2rem;
  } */
  .main .flow__intro-item .fig .up {
    width: 12px;
    height: 12px;
    top: 3px;
    right: 3px;
  }
  .main .flow__intro-item .fig .up img {
    vertical-align: top;
  }

  .footer__list {
    padding-top: 5rem;
    display: flex;
    justify-content: center;
  }
  .footer__list a {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 3rem 0 0 ;
  }
  .footer .copyright {
    padding: 5rem 0 2rem;
    text-align: center;
    font-size: 1.6rem;
    margin: 2rem 0 0 0;
  }

  .oubo {
    width: 100%;
    margin: 5rem auto;
  }

  .caution__item-01{
  font-size: 1.8rem;
  }
  .caution__item-02{
  font-size: 1.8rem;
  }

  .bnr_link_wrap a {
    width: calc(96% / 2);
  }
}