@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;700&display=swap');
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
html body {
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  background-position: center;
  position: relative;
}
html body h1,
html body h2,
html body h3 {
  font-weight: 600;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body figure {
  margin: auto;
}
html body a {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow-wrap: anywhere;
}
html body a:hover {
  opacity: 0.8;
}
html body .en {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}

header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
  position: relative;
  height: 6rem;
}
header .nav__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .nav__logo a img {
  width: auto;
}
@media screen and (max-width: 767px) {
  header .nav__logo a img {
    max-height: 30px;
    width: auto;
  }
}
header .nav__logo a span {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  margin-left: 1rem;
}
header .nav__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
header .nav__link a {
  color: #fff;
  font-weight: 600;
}
header .nav__link--pcmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  list-style: none;
}
header .nav__link--pcmenu a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  header .nav__link--pcmenu {
    display: none;
  }
}
header .nav__link--spmenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  background: #201c4c;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 4rem;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
header .nav__link--spmenu .btn {
  width: 250px;
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299));
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  position: relative;
}
header .nav__link--spmenu .btn::after {
  content: '';
  position: absolute;
  right: 2.5rem;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
header .nav__link--spmenu .btn.link-ex::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.3rem;
  background-image: url('../img/renewal/icon-link-ex.svg');
  background-size: contain;
  background-repeat: no-repeat;
  border-right: none;
  border-bottom: none;
}
header .nav__link--spmenu.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1201px) {
  header .nav__link--spmenu {
    display: none !important;
  }
}
header .nav__link--spmenu ul li {
  text-align: left;
  margin-bottom: 2rem;
}
header .nav__link--spmenu ul li:last-child {
  margin-bottom: 0;
}
header .nav__link--spmenu--inner {
  padding: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  header .nav__link--spmenu--inner {
    padding: 4rem 4rem 6rem;
    grid-template-columns: 1fr 1fr;
  }
}
header .nav__link--spmenu--link-ex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  header .nav__link--spmenu--link-ex {
    grid-template-columns: 1fr;
  }
}
header .nav__link--spmenu--link-ex li {
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  header .nav__link--spmenu--link-ex li {
    margin-bottom: 1rem;
  }
  header .nav__link--spmenu--link-ex li:last-child {
    margin-bottom: 0;
  }
}
header .nav__link--spmenu p a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .nav__link--spmenu--1,
  header .nav__link--spmenu--2 {
    margin-bottom: 4rem;
  }
}
header .nav__link--ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
header .nav__link--ex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .nav__link--ex li a {
  font-size: 1.4rem;
  font-weight: 600;
  height: 6rem;
  line-height: 6rem;
  padding: 0 4rem 0 2rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299));
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  position: relative;
}
header .nav__link--ex li a.link-ex::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.13rem;
  background-image: url('../img/renewal/icon-link-ex.svg');
  background-size: contain;
  background-repeat: no-repeat;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 1200px) {
  header .nav__link--ex {
    display: none;
  }
}
header .nav__toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2rem;
  height: 2.2rem;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  padding: 0;
  z-index: 20;
}
header .nav__toggle-bar {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #5f6894;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
@media (max-width: 1200px) {
  header .nav__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .nav__toggle.is-active .nav__toggle-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(10px, 6px);
  transform: rotate(45deg) translate(10px, 6px);
}
header .nav__toggle.is-active .nav__toggle-bar:nth-child(2) {
  opacity: 0;
}
header .nav__toggle.is-active .nav__toggle-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(8px, -4px);
  transform: rotate(-45deg) translate(8px, -4px);
}

main .br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  main .br-pc {
    display: none;
  }
}
main .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  main .br-sp {
    display: block;
  }
}
main .btn {
  width: 250px;
  height: 50px;
  font-weight: 600;
  line-height: 50px;
  display: block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299));
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  position: relative;
}
main .btn::after {
  content: '';
  position: absolute;
  right: 2.5rem;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
main .btn.link-ex::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.3rem;
  background-image: url('../img/renewal/icon-link-ex.svg');
  background-size: contain;
  background-repeat: no-repeat;
  border-right: none;
  border-bottom: none;
}
main .under-line {
  text-decoration: underline;
}
main .mv {
  padding-top: 6rem;
}
main .mv .section__inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  main .mv .section__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  main .mv .swiper {
    overflow: visible;
  }
}
main .mv .swiper-wrapper {
  width: 100%;
  height: auto;
}
main .mv .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  aspect-ratio: 1.8/1;
  height: auto;
  /*&::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
    }*/
}
@media (min-width: 1500px) {
  main .mv .swiper-slide {
    height: calc(100vh - 60px);
    background-position: center center;
  }
}
@media (max-width: 767px) {
  main .mv .swiper-slide {
    aspect-ratio: 1/1;
    height: auto;
  }
}
main .mv .swiper-slide .slide-link {
  display: block;
  width: 100%;
  height: 100%;
}
main .mv .swiper-slide:hover {
  cursor: pointer;
}
main .mv .swiper-button-prev,
main .mv .swiper-button-next {
  display: none;
}
main .mv .swiper-pagination {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  main .mv .swiper-pagination {
    margin-bottom: -52px;
  }
}
main .mv .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
  margin: auto 7px !important;
  bottom: 2.5rem !important;
}
@media screen and (max-width: 767px) {
  main .mv .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
}
main .mv .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299)) !important;
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%) !important;
}
main .card-1 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(57, 48, 63)), to(rgb(41, 61, 70)));
  background: linear-gradient(90deg, rgb(57, 48, 63), rgb(41, 61, 70));
}
main .card-1 .section__inner {
  padding: 6rem 0;
}
@media (max-width: 1300px) {
  main .card-1 .section__inner {
    padding: 6rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  main .card-1 .section__inner {
    padding: 6rem 2rem 4rem;
  }
}
main .card-1__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 900px) {
  main .card-1__list {
    grid-template-columns: 1fr;
  }
}
main .card-1__item {
  position: relative;
  overflow: hidden;
  background-color: rgba(32, 28, 76, 0.6);
  background-blend-mode: soft-light;
}
main .card-1__item::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}
main .card-1__item:nth-child(1)::before {
  background-image: url('../img/renewal/bg-card-1-1.jpg');
}
main .card-1__item:nth-child(2)::before {
  background-image: url('../img/renewal/bg-card-1-2.jpg');
}
main .card-1__item:nth-child(3)::before {
  background-image: url('../img/renewal/bg-card-1-3.jpg');
}
main .card-1__item:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
main .card-1__item a {
  position: relative;
  z-index: 1;
  display: block;
  height: 100px;
  border: 3px solid #fff;
  color: #fff;
  background-color: rgba(32, 28, 76, 0.6);
}
main .card-1__item a span {
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  main .card-1__item a span {
    font-size: 1.6rem;
  }
}
main .card-1__item a span.link-ex::after {
  content: '';
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.3rem;
  background-image: url('../img/renewal/icon-link-ex.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
main .news {
  color: #fff;
  background-color: #201c4c;
}
main .news .section__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
  padding: 8rem 0 0;
}
@media (max-width: 1300px) {
  main .news .section__inner {
    padding: 8rem 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  main .news .section__inner {
    grid-template-columns: 1fr;
    padding: 8rem 0 0;
    gap: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  main .news__header {
    text-align: center;
  }
}
main .news__item {
  margin-bottom: 2rem;
}
main .news__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .news__item:last-child article {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  main .news__item {
    margin-bottom: 0;
  }
}
main .news__article {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .news__article {
    padding: 2rem;
    border-top: 1px solid #fff;
  }
}
main .news__article a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  main .news__article a {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  main .news__more .btn {
    margin: auto;
    position: absolute;
    left: calc((100% - 250px) / 2);
    bottom: -8rem;
  }
}
main .diary {
  background-color: #201c4c;
}
main .diary__header {
  color: #fff;
  text-align: center;
}
main .diary .section__inner {
  max-width: 100%;
  padding: 7rem 0 8rem;
}
@media screen and (max-width: 767px) {
  main .diary .section__inner {
    padding: 16rem 0 8rem;
  }
}
main .diary .section__inner .wrap-slide {
  margin-left: calc((100% - 1200px) / 2);
}
@media (max-width: 1300px) {
  main .diary .section__inner .wrap-slide {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  main .diary .section__inner .wrap-slide {
    margin-left: 2rem;
  }
}
main .diary .section__inner .wrap-slide .slider2 {
  width: 100%;
  overflow: hidden;
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide {
    width: calc((100% - 16px) / 1.15);
  }
  main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0;
  }
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide a {
  font-weight: 600;
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide .text,
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide .date {
  color: #fff;
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide .text {
  margin: 1.5rem 0 0.5rem;
}
main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide .date {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  main .diary .section__inner .wrap-slide .slider2 .swiper-wrapper .swiper-slide:last-child {
    margin-left: 0;
  }
}
main .diary .section__inner .wrap-slide .slider2 .swiper-button-prev,
main .diary .section__inner .wrap-slide .slider2 .swiper-button-next {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
  top: 35%;
}
main .diary .section__inner .wrap-slide .slider2 .swiper-button-prev svg,
main .diary .section__inner .wrap-slide .slider2 .swiper-button-next svg {
  width: 80%;
  height: 80%;
}
main .diary .section__inner .swiper-scrollbar {
  height: 2px;
  background: rgb(112, 112, 112);
  border-radius: 2px;
  margin-top: 30px;
  position: relative;
  left: 0;
  width: 100%;
}
main .diary .section__inner .swiper-scrollbar .swiper-scrollbar-drag {
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299));
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  border-radius: 2px;
  height: 6px;
  position: absolute;
  top: -2px;
}
main .diary__more .btn {
  margin: 3rem auto 0;
}
/*main .schedule {
  background: -webkit-gradient(linear, left top, right top, from(rgb(57, 48, 63)), to(rgb(41, 61, 70)));
  background: linear-gradient(90deg, rgb(57, 48, 63), rgb(41, 61, 70));
}*/
main .schedule .section__inner {
  padding: 7rem 0 8rem;
}
@media (max-width: 1300px) {
  main .schedule .section__inner {
    padding: 7rem 5rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  main .schedule .section__inner {
    padding: 7rem 2rem 8rem;
  }
}
main .schedule__header {
  color: #fff;
  text-align: center;
}
main .schedule__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main .schedule__list {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }
}
main .schedule__item {
  padding: 2rem;
  background-color: #fff;
}
main .schedule__article a {
  font-weight: 600;
}
main .schedule__date {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}
main .schedule__event,
main .schedule__place,
main .schedule__players {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
  margin-bottom: 1rem;
}
main .schedule__event span {
  font-size: 1.8rem;
  line-height: 1.4;
}
main .schedule__players {
  margin-bottom: 0;
}
main .schedule__info strong,
main .schedule__players strong {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem;
  background-color: #000;
}
main .schedule__place span {
  font-size: 1.4rem;
}
main .schedule__players div {
  font-size: 1.4rem;
}
main .schedule__detail div {
  margin-bottom: 1rem;
}
main .schedule__detail div:last-child {
  margin-bottom: 0;
}
main .schedule__more .btn {
  margin: auto;
}
main .archive .section__inner {
  padding: 7rem 0 8rem;
}
@media (max-width: 1300px) {
  main .archive .section__inner {
    padding: 7rem 5rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  main .archive .section__inner {
    padding: 7rem 2rem 8rem;
  }
}
main .archive__header {
  text-align: center;
}
main .archive__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main .archive__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
main .archive__article {
  font-weight: 600;
}
main .archive__article div {
  overflow: hidden;
}
main .archive__article div img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
main .archive__article:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
main .archive__name {
  font-size: 1.8rem;
  margin: 1rem 0;
}
main .archive__text {
  font-size: 1.2rem;
}
main .archive__more .btn {
  margin: auto;
}
main .aboutus {
  color: #fff;
  background-image: url(../img/renewal/bg-aboutus-1.jpg);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  main .aboutus {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  main .aboutus {
    padding-bottom: 50vw;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 130%;
  }
}
main .aboutus .section__inner {
  max-width: 100%;
  padding: 7rem 0 8rem;
  clip-path: polygon(0 0, 60% 0, 50% 100%, 0% 100%);
  background-color: #201c4c;
}
@media (max-width: 1300px) {
  main .aboutus .section__inner {
    padding: 7rem 0 8rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  main .aboutus .section__inner {
    padding: 7rem 2rem 8rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
  }
}
main .aboutus__header,
main .aboutus__content {
  max-width: 1200px;
  margin: auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .aboutus__header {
    text-align: center;
  }
}
main .aboutus__catch {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main .aboutus__catch {
    font-size: 3.2rem;
  }
}
main .aboutus__text {
  width: 40%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main .aboutus__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .aboutus__more .btn {
    margin: 0 auto 2rem;
  }
}
main .member {
  text-align: center;
}
main .member .section__inner {
  max-width: 1060px;
  padding: 7rem 0 8rem;
}
@media (max-width: 1300px) {
  main .member .section__inner {
    padding: 7rem 5rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  main .member .section__inner {
    padding: 7rem 2rem 8rem;
  }
}
main .member__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  main .member__list {
    grid-template-columns: 1fr 1fr;
  }
}
main .member__item {
  width: 100%;
  margin: auto;
}
main .member__item .btn {
  width: 100%;
}
main .sns {
  text-align: center;
  color: #fff;
  background-color: #403999;
}
main .sns .section__inner {
  padding: 7rem 0 8rem;
}
@media (max-width: 1300px) {
  main .sns .section__inner {
    padding: 7rem 5rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  main .sns .section__inner {
    padding: 7rem 2rem 8rem;
  }
}
main .sns__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 900px) {
  main .sns__list {
    grid-template-columns: 1fr;
  }
}
main .sns__item {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
main .sns__item .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
  margin: 0 auto !important;
}
main .sns__item iframe,
main .sns__item blockquote {
  width: 100% !important;
  max-width: 100% !important;
  min-width: auto !important;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 3rem;
}
main .sns__item iframe:last-child,
main .sns__item blockquote:last-child {
  margin-bottom: 0;
}
main .sns__item .sns__insta,
main .sns__item .sns__x,
main .sns__item .sns__youtube {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
main .sns__item .sns__insta::-webkit-scrollbar,
main .sns__item .sns__x::-webkit-scrollbar,
main .sns__item .sns__youtube::-webkit-scrollbar {
  display: none;
}
main .sns__more {
  margin-top: auto;
}
main .sns__more .btn {
  margin: 3rem auto 0;
}
main .sns .sns__insta {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  main .sns .sns__insta {
    height: 400px;
  }
}
main .sns .sns__insta iframe,
main .sns .sns__insta blockquote.instagram-media {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
main .sns .sns__insta blockquote.instagram-media {
  margin: 0 !important;
  padding: 0 !important;
}
main .card-2 {
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299));
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
}
main .card-2 .section__inner {
  padding: 8rem 0 8rem;
}
@media (max-width: 1300px) {
  main .card-2 .section__inner {
    padding: 8rem 5rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  main .card-2 .section__inner {
    padding: 8rem 2rem 8rem;
  }
}
main .card-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
main .card-2__title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  main .card-2__title {
    font-size: 2rem;
  }
}
main .card-2__text {
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main .card-2__text {
    font-size: 1.4rem;
  }
}
main .card-2__detail {
  margin-top: 2rem;
  display: block;
}
main .card-2__row {
  display: grid;
  gap: 1.2rem;
}
main .card-2__row:last-child .card-2__title {
  font-size: 3rem;
}
main .card-2__row:nth-child(1) {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  main .card-2__row:nth-child(1) {
    grid-template-columns: 1fr;
  }
}
main .card-2__row:nth-child(1) .card-2__item:nth-child(1) {
  background-image: url(../img/renewal/bg-card-2-1.jpg);
}
main .card-2__row:nth-child(1) .card-2__item:nth-child(2) {
  background-image: url(../img/renewal/bg-card-2-2.jpg);
}
main .card-2__row:nth-child(1) .card-2__item .card-2__title {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  main .card-2__row:nth-child(1) .card-2__item .card-2__title {
    font-size: 2.4rem;
  }
}
main .card-2__row:nth-child(2) .card-2__item .card-2__title {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  main .card-2__row:nth-child(2) .card-2__item .card-2__title {
    font-size: 2.4rem;
  }
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(1) {
  background-image: url(../img/renewal/bg-card-2-3.jpg);
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(1) .card-2__more {
  position: relative;
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(1) .card-2__more::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -25px;
  width: 60px;
  height: 72px;
  background: url(../img/renewal/ill-meijiro.png) no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 600px) {
  main .card-2__row:nth-child(2) .card-2__item:nth-child(1) .card-2__more::before {
    top: -40px;
    left: -5px;
    width: 40px;
    height: 48px;
  }
}
@media (max-width: 600px) {
  main .card-2__row:nth-child(2) .card-2__item:nth-child(1) .card-2__more .btn {
    font-size: 1.1rem;
    text-align: left;
    padding-left: 1.2rem;
  }
  main .card-2__row:nth-child(2) .card-2__item:nth-child(1) .card-2__more .btn.link-ex::after {
    right: 1.2rem;
  }
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(2) {
  background-image: url(../img/renewal/bg-card-2-4.jpg);
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(3) {
  background-image: url(../img/renewal/bg-card-2-5.jpg);
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(4) {
  background-image: url(../img/renewal/bg-card-2-6.jpg);
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(5) {
  background-image: url(../img/renewal/bg-card-2-7.jpg);
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(6) {
  background-image: url(../img/renewal/bg-card-2-8.jpg);
}
main .card-2__row:nth-child(2) .card-2__item:nth-child(6) .card-2__title {
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  main .card-2__row:nth-child(2) .card-2__item:nth-child(6) .card-2__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main .card-2__row:nth-child(2) .card-2__more .btn::after {
    right: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
main .card-2__row:not(:first-child) {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  main .card-2__row:not(:first-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}
main .card-2__item {
  color: #fff;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  background-size: cover;
  background-color: rgba(32, 28, 76, 0.6);
  background-blend-mode: soft-light;
  min-height: 100%;
  border: 3px solid #fff;
  position: relative;
  overflow: hidden;
}
main .card-2__item::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
main .card-2__item a {
  position: relative;
  z-index: 1;
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 4rem 3rem;
  background-color: rgba(32, 28, 76, 0.6);
}
@media screen and (max-width: 767px) {
  main .card-2__item a {
    padding: 3rem 1rem;
  }
}
main .card-2__item:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
main .card-2__item .card-2__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
main .card-2__item .card-2__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 3rem;
}
main .card-2__item .card-2__more {
  margin-top: auto;
  width: 100%;
  max-width: 250px;
  -ms-flex-item-align: center;
  align-self: center;
}
main .card-2__item .card-2__more .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .card-2__item .card-2__more .btn {
    font-size: 1.2rem;
  }
}
main .card-2__item .card-2__more .btn.link-ex::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.13rem;
  background-image: url('../img/renewal/icon-link-ex.svg');
  background-size: contain;
  background-repeat: no-repeat;
  border-right: none;
  border-bottom: none;
}
main .card-2__item:first-child {
  background-image: url(../img/renewal/bg-contact-1.jpg);
}
main .sponsor {
  text-align: center;
  background-color: #f5f5f5;
}
main .sponsor .section__inner {
  padding: 7rem 0 8rem;
}
@media (max-width: 1300px) {
  main .sponsor .section__inner {
    padding: 7rem 5rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  main .sponsor .section__inner {
    padding: 7rem 2rem 8rem;
  }
}
main .sponsor__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  main .sponsor__list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
main .contact {
  color: #fff;
  text-align: center;
  background-image: url(../img/renewal/bg-contact-1.jpg);
  background-size: cover;
  background-position-y: bottom;
  background-color: rgba(32, 28, 76, 0.6);
  background-blend-mode: soft-light;
}
main .contact .section__inner {
  padding: 7rem 0 8rem;
}
main .contact .section__inner .contact__more .btn {
  margin: auto;
}
main .section__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main .section__inner {
    padding: 0 1.5rem;
  }
}
main .section__inner header {
  position: static;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
main .section__inner header h2 {
  font-size: 5.4rem;
  margin-bottom: 3rem;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}
main .section__inner header h2 small {
  font-size: 1.6rem;
  display: block;
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main .section__inner header h2 {
    font-size: 3.6rem;
  }
  main .section__inner header h2 small {
    font-size: 1.4rem;
  }
}

.link-sns {
  position: fixed;
  top: 25%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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; /* 子要素を左右中央に揃える */
  gap: 1rem; /* タイトルとアイコンの間の余白 */
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .link-sns {
    display: none;
  }
}
.link-sns__title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; /* 縦書き */
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Chakra Petch', sans-serif;
  letter-spacing: 2px;
}
.link-sns__item {
  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;
  gap: 1.5rem;
}
.link-sns__item a {
  display: block;
}
.link-sns__item a img {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

.link-other {
  z-index: 200;
  position: fixed;
  top: 45%;
  right: 0;
  width: 400px;
  padding: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(57, 48, 63)), to(rgb(41, 61, 70)));
  background: linear-gradient(90deg, rgb(57, 48, 63), rgb(41, 61, 70));
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .link-other {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
  }
}
.link-other__item a {
  display: block;
}
.link-other--donation {
  margin-bottom: 1rem;
}
.link-other__close {
  position: absolute;
  top: -15px;
  left: -15px;
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299));
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: 10;
}
.link-other__close:hover {
  opacity: 0.7;
}
.link-other.is-hidden {
  opacity: 0;
  pointer-events: none;
  /*transform: translate(-50%, -50%) translateY(50px);*/
}

.link-other-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .link-other-overlay {
    display: block;
  }
}

.link-other-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

aside .back-to-top {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  aside .back-to-top {
    right: 8px;
  }
}
aside .back-to-top a {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid;
  -o-border-image: linear-gradient(90deg, #6e5c8e 0%, #537299 70%) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299)) 1;
  border-image: linear-gradient(90deg, #6e5c8e 0%, #537299 70%) 1;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  aside .back-to-top a {
    width: 50px;
    height: 50px;
  }
}
aside .back-to-top a .arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #5f6894;
  border-right: 1px solid #5f6894;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  aside .back-to-top a .arrow {
    width: 8px;
    height: 8px;
  }
}
aside .back-to-top a .text {
  font-size: 1.4rem;
  color: #5f6894;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  aside .back-to-top a .text {
    font-size: 1rem;
  }
}

body.menu-open .back-to-top {
  display: none;
}

.footer {
  padding: 6rem 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #201c4c;
}
@media (max-width: 1300px) {
  .footer {
    padding: 6rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6rem 2rem 4rem;
  }
}
.footer .br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .br-pc {
    display: none;
  }
}
.footer .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .br-sp {
    display: block;
  }
}
.footer__inner {
  max-width: 1200px;
  margin: auto;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 4rem;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6rem;
  text-align: left;
  font-weight: 600;
}
.footer__menu li {
  margin-bottom: 1rem;
}
.footer__menu li a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer__menu {
    margin: auto;
    gap: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu {
    font-size: 1.4rem;
    gap: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__menu-list {
    width: 45%;
  }
}
.footer__logo img {
  width: auto;
}
.footer__logo span {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__cta {
    font-size: 1.4rem;
  }
  .footer__cta li:first-child a {
    height: 50px;
  }
}
.footer__cta .btn {
  width: auto;
  height: 70px;
  padding: 0 5rem 0 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#6e5c8e), color-stop(70%, #537299));
  background: linear-gradient(90deg, #6e5c8e 0%, #537299 70%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__cta .btn {
    width: 300px;
  }
}
.footer__cta .btn::after {
  content: '';
  position: absolute;
  right: 2.5rem;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.footer__cta .btn.link-ex::after {
  content: '';
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.3rem;
  background-image: url('../img/renewal/icon-link-ex.svg');
  background-size: contain;
  background-repeat: no-repeat;
  border-right: none;
  border-bottom: none;
}
.footer__contact {
  font-weight: 600;
  margin-bottom: 3rem;
}
.footer__contact a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    font-size: 1.4rem;
  }
}
.footer__link-sns {
  display: none;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .footer__link-sns {
    display: block;
    font-weight: 600;
  }
}
.footer__link-sns__title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.footer__link-sns__item {
  width: 150px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.footer__link-sns__item a {
  margin: auto;
}
.footer__link-sns__item a img {
  height: 2rem;
}
.footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
} /*# sourceMappingURL=style.css.map */
