@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}


.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

address {
  font-style: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=radio] {
  -webkit-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 {
  min-width: 0;
  padding: 0;
  margin: 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 {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html body .header__inner--left {
  display: block;
}
html body .main {
  margin-top: 0;
}
html body .main .mv {
  position: relative;
  width: 100%;
}
html body .main .mv-left-top {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: -60px;
  width: 418px;
  height: auto;
  aspect-ratio: 628/445;
  background: url(/media/images/common/sub-main-left-top.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  html body .main .mv-left-top {
    left: -135px;
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv-left-top {
    top: -60px;
    left: -50px;
    display: none;
    width: 230px;
  }
}
html body .main .mv__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
}
html body .main .mv__inner-bg-center {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: -2;
  width: 60.6666666667vw;
  height: auto;
  aspect-ratio: 1580/1094;
  background: url(/media/images/common/sub-main-bg-center.png) no-repeat;
  background-size: contain;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner-bg-center {
    top: 0;
    width: 100vw;
  }
}
html body .main .mv__inner h1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 30px 0 15px;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 {
    gap: 15px;
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 {
    gap: 10px;
    padding: 30px 0 15px;
  }
}
html body .main .mv__inner h1 .big-title {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  opacity: 1;
	&.small {
	  font-size: 40px;
	}
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .big-title {
    font-size: 75px;
	&.small {
	  font-size: 35px;
	}
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title {
    font-size: 48px;
	&.small {
	  font-size: 30px;
	}
	  
  }
}
html body .main .mv__inner h1 .big-title.jp {
  font-size: 46px;
  line-height: 1.3043478261;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .big-title.jp {
    font-size: 34px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title.jp {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title.sp-font-small {
    font-size: 26px;
  }
}
html body .main .mv__inner h1 .big-title b {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title b {
    margin-top: 20px;
  }
}
html body .main .mv__inner h1 .big-title i {
  margin: 0 10px;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .big-title i {
    font-size: 50px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .big-title i {
    margin: 0 5px;
    font-size: 40px;
  }
}
html body .main .mv__inner h1 .mini-title {
  display: block;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  opacity: 0;
  translate: 10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .mini-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .mv__inner h1 .mini-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
html body .main .mv__inner h1 .mini-title .b1300 {
  display: none;
}
@media screen and (max-width: 1300px) {
  html body .main .mv__inner h1 .mini-title .b1300 {
    display: block;
  }
}
html body .main .content {
  position: relative;
  padding-top: 0;
}
html body .main .content::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 101%;
  height: auto;
  aspect-ratio: 1500/160;
  content: "";
  background: url(/media/images/common/sub-curve.png) no-repeat;
  background-size: contain;
}
html body .main .content.gray-pattern::after {
  content: none;
}
html body .main .content-left-top {
  position: absolute;
  top: 80px;
  left: -175px;
  width: 345px;
  height: auto;
  aspect-ratio: 518/618;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  html body .main .content-left-top {
    width: 280px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 900px) {
  html body .main .content-left-top {
    display: none;
  }
}
html body .main .content-right-top {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 410px;
  height: auto;
  aspect-ratio: 628/445;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  html body .main .content-right-top {
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .content-right-top {
    top: -100px;
    right: -120px;
    width: 230px;
  }
}
html body .main .content__wrapper {
  position: relative;
  margin-top: 0;
  background-position: right bottom 50px;
  background-size: 35% auto;
}
@media screen and (max-width: 1600px) {
  html body .main .content__wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1350px) {
  html body .main .content__wrapper {
    margin-top: 0;
  }
}
html body .main .content__wrapper.gray-pattern {
  background-position: right bottom;
  background-size: 35% auto;
}
@media screen and (max-width: 1600px) {
  html body .main .content__wrapper.gray-pattern {
    margin-top: 0;
  }
}
html body .main .content__wrapper .left-center-img {
  position: absolute;
  top: 60%;
  left: -270px;
  width: 458px;
  height: auto;
  aspect-ratio: 688/576;
  background: url(/media/images/common/white-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.3;
  rotate: -25deg;
}
@media screen and (max-width: 1300px) {
  html body .main .content__wrapper .left-center-img {
    left: -180px;
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .content__wrapper .left-center-img {
    display: none;
  }
}
html body .main .content__wrapper .left-center-img.gray-pattern {
  left: -180px;
  rotate: 5deg;
  background: url(/media/images/common/gray-bg-left.png) no-repeat;
  background-size: contain;
}
html body .main .content__wrapper .right-center-img {
  position: absolute;
  top: 25%;
  right: -300px;
  width: 458px;
  height: auto;
  aspect-ratio: 688/576;
  background: url(/media/images/common/white-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.3;
}
@media screen and (max-width: 1300px) {
  html body .main .content__wrapper .right-center-img {
    right: -180px;
    width: 300px;
  }
}
@media screen and (max-width: 1300px) and (max-width: 768px) {
  html body .main .content__wrapper .right-center-img {
    display: none;
  }
}
html body .main .content__wrapper .right-center-img.gray-pattern {
  background: url(/media/images/common/gray-bg-right.png) no-repeat;
  background-size: contain;
}
html body .main .content__wrapper__inner {
  width: 90%;
  max-width: 1100px;
  margin: 180px auto 60px;
}
html body .main .content__wrapper__inner .main-content {
  position: relative;
  padding-bottom: calc(70px + 9.3333333333vw);
}
@media screen and (max-width: 768px) {
	html body .main .content__wrapper__inner {
	  margin: 60px auto 60px;
	}
	
  html body .main .content__wrapper__inner .main-content {
    padding-top: 15px;
    padding-bottom: calc(50px + 9.3333333333vw);
  }
}
html body .main .content__wrapper__inner .main-content.gray-pattern {
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content.gray-pattern {
    padding-bottom: 40px;
  }
}
html body .main .content__wrapper__inner .main-content.gray-pattern::after {
  background: none;
  top: 0;
  height: auto;
}
html body .main .content__wrapper__inner .main-content iframe {
  display: block;
  width: 100%;
  max-width: 53.125rem;
  height: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content iframe {
    height: 400px;
  }
}
html body .main .content__wrapper__inner .main-content .news {
  position: relative;
}
html body .main .content__wrapper__inner .main-content .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  html body .main .content__wrapper__inner .main-content .news-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item {
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .news-list--item {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
html body .main .content__wrapper__inner .main-content .news-list--item a {
  display: block;
  width: 100%;
}
@media (hover) {
  html body .main .content__wrapper__inner .main-content .news-list--item a:hover .img-wrap .band {
    scale: 1.1;
    rotate: -8deg;
  }
  html body .main .content__wrapper__inner .main-content .news-list--item a:hover .img-wrap img {
    