@charset "UTF-8";
.brd_hd {
  max-width: 1366px;
  width: 100%;
  padding: 3em 2em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .brd_hd {
    padding: 2em 1em;
  }
}
.brd_hd figure {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  .brd_hd figure {
    max-width: 33vw;
  }
}

.brd_kv {
  aspect-ratio: 1920/960;
  width: 100%;
  height: 100%;
  background-image: url(../img/brand_kv_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 900px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brd_kv {
    background-position: center;
    height: 100vh;
    aspect-ratio: auto;
    min-width: 100%;
    background-image: url(../img/brand_kv_img2.jpg);
  }
}
.brd_kv::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 93%;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 24em;
  position: absolute;
  z-index: 10;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 7%, rgba(255, 255, 255, 0.9696253501) 30%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .brd_kv::after {
    top: auto;
    bottom: -49vw;
    height: 22em;
  }
}
.brd_kv::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 97%;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 6em;
}

.brd_kv_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 17em;
  left: 0;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .brd_kv_wrap {
    min-height: 800px;
    top: 0;
  }
}

.brd_kv__items {
  position: absolute;
  z-index: 10;
}
.brd_kv__items img {
  width: 100%;
}

.brd_kv__item01 {
  animation: floating-y 4.3s ease-in-out infinite alternate-reverse;
  left: 68vw;
  top: 16vw;
  width: 33vw;
}
@media screen and (max-width: 768px) {
  .brd_kv__item01 {
    left: 57vw;
    top: 14vw;
    width: 47vw;
  }
}

.brd_kv__item02 {
  animation: floating-y 1.9s ease-in-out infinite alternate-reverse;
  left: 2vw;
  top: 22vw;
  width: 22vw;
}
@media screen and (max-width: 768px) {
  .brd_kv__item02 {
    left: 54vw;
    top: 113vw;
    width: 43vw;
  }
}
@media screen and (max-width: 480px) {
  .brd_kv__item02 {
    left: 54vw;
    top: 126vw;
    width: 51vw;
  }
}

.brd_kv__item03 {
  animation: floating-y 2.4s ease-in-out infinite alternate-reverse;
  left: 72vw;
  width: 14vw;
  top: -3vw;
}
@media screen and (max-width: 768px) {
  .brd_kv__item03 {
    left: 2vw;
    width: 40vw;
    top: 114vw;
  }
}
@media screen and (max-width: 768px) {
  .brd_kv__item03 {
    animation: floating-y 2s ease-in-out infinite alternate-reverse;
    left: -4vw;
    width: 38vw;
    top: 118vw;
  }
}

.brd_kv__item04 {
  animation: floating-y 1.4s ease-in-out infinite alternate-reverse;
  left: 35vw;
  top: -10vw;
  width: 11vw;
}
@media screen and (max-width: 768px) {
  .brd_kv__item04 {
    left: -5vw;
    top: 33vw;
    width: 30vw;
  }
}

.brd_kv__item05 {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  left: 47vw;
  top: 22vw;
  width: 9vw;
}
@media screen and (max-width: 768px) {
  .brd_kv__item05 {
    left: 67vw;
    top: 89vw;
    width: 19vw;
  }
}
@media screen and (max-width: 480px) {
  .brd_kv__item05 {
    left: 67vw;
    top: 93vw;
    width: 22vw;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.brd_kv__txt {
  position: absolute;
  z-index: 50;
  top: 4vw;
  left: 12vw;
}
@media screen and (max-width: 768px) {
  .brd_kv__txt {
    top: 70vw;
    left: 2vw;
  }
}

.brd_kv__subttl {
  font-size: 4vw;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .brd_kv__subttl {
    font-size: 6vw;
  }
}

.brd_kv__mainlogo {
  max-width: 24vw;
}
.brd_kv__mainlogo img {
  width: 100%;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .brd_kv__mainlogo {
    max-width: 44vw;
  }
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.brd_kv__line {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .brd_kv__line {
    position: absolute;
    top: 49vw;
    width: 100%;
    display: flex;
    left: 0;
    justify-content: center;
    height: 100vw;
  }
}
.brd_kv__line img {
  width: 100%;
}
.brd_kv__line > .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .brd_kv__line > .pc {
    display: none;
  }
}
.brd_kv__line > .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .brd_kv__line > .sp {
    display: block;
    width: 73vw;
  }
}

.brd_sec {
  position: relative;
  z-index: 11;
  padding-top: 12em;
}
@media screen and (max-width: 480px) {
  .brd_sec {
    padding-top: 4em;
  }
}

@media screen and (max-width: 1100px) {
  .brd_sec_bg1,
  .brd_sec_bg2,
  .brd_sec_bg3 {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .brd_sec_bg1,
  .brd_sec_bg2,
  .brd_sec_bg3 {
    padding: 0 1em;
  }
}

.brd_sec_bg1 {
  position: relative;
}
.brd_sec_bg1::before {
  content: "";
  position: absolute;
  bottom: -660px;
  opacity: 0.6;
  left: -50%;
  transform: translateX(50%);
  width: 120%;
  z-index: -1;
  background-image: url(../img/secbg.svg);
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
}

.brd_sec_bg3 {
  position: relative;
}
.brd_sec_bg3::before {
  content: "";
  position: absolute;
  bottom: -11em;
  opacity: 0.6;
  left: -50%;
  transform: translateX(50%);
  width: 100%;
  z-index: -1;
  background-image: url(../img/secbg2.svg);
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
}

.brd_sec_ttlarea {
  max-width: 1200px;
  margin: 0 auto;
  padding: 11em 0 0;
}
@media screen and (max-width: 480px) {
  .brd_sec_ttlarea {
    padding: 6em 0 0;
  }
}

.brd_sec_ttl {
  text-align: center;
  padding: 3em 0 2em;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
  .brd_sec_ttl {
    font-size: 2rem;
    padding: 2em 0 3em;
  }
}
.brd_sec_ttl span {
  background: linear-gradient(transparent 60%, #E8E8E8 0%);
  background-position: left center;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  display: inline;
  padding: 0 1px;
}

.brd_sec__sec01cont {
  max-width: 1200px;
  margin: 0 auto 6rem;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: end;
  position: relative;
}
@media screen and (max-width: 480px) {
  .brd_sec__sec01cont {
    flex-direction: column;
  }
}

.brd_sec__sec01cont_bgwrap {
  position: relative;
}

.sec01_bg {
  position: absolute;
  top: 63%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .sec01_bg img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec01_bg {
    position: static;
    margin-bottom: 6em;
    height: auto;
    transform: none;
    overflow: hidden;
  }
  .sec01_bg img {
    width: 175%;
    max-width: none;
  }
}

.brd_sec__sec01cont__txt {
  line-height: 1.6em;
  font-size: 18px;
  width: 40%;
  order: 2;
  background: rgba(255, 255, 255, 0.6);
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec01cont__txt {
    padding-right: 0;
    font-size: 16px;
    width: 100%;
    order: 2;
  }
}

.brd_sec__sec01cont__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec01cont__img {
    width: 100%;
    order: 1;
    margin-bottom: 3rem;
  }
}
.brd_sec__sec01cont__img img {
  width: 100%;
}

.brd_sec__topics {
  background-color: #F6F6F6;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 2.5rem;
  padding: 3em;
}
@media screen and (max-width: 480px) {
  .brd_sec__topics {
    padding: 2em;
  }
}

.brd_sec__topics__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .brd_sec__topics__ttl {
    font-size: 1.8rem;
  }
}

.brd_sec__topics__li {
  max-width: 900px;
  margin: 0 auto;
}
.brd_sec__topics__li li {
  list-style-type: none;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 5rem;
  text-align: center;
}
.brd_sec__topics__li li:last-child {
  margin-bottom: 0;
}
.brd_sec__topics__li li a {
  text-decoration: none;
  color: #000;
}
.brd_sec__topics__li li a:hover {
  text-decoration: underline;
}

.brd_sec__sec02cont__txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 6em !important;
}
@media screen and (max-width: 480px) {
  .brd_sec__sec02cont__txt {
    font-size: 16px;
  }
}

.brd_sec__sec02cont__success {
  display: flex;
  border-top: 1px solid #A8DAFD;
  border-bottom: 1px solid #A8DAFD;
  padding: 1em;
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec02cont__success {
    flex-direction: column;
  }
}

.brd_sec__sec02cont__success_l {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.7em;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec02cont__success_l {
    width: 100%;
  }
}

.brd_sec__sec02cont__success_r {
  position: relative;
  display: flex;
  width: 60%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec02cont__success_r {
    width: 100%;
  }
}

.brd_sec02_caution {
  position: absolute;
  font-size: 0.8em;
  top: 84%;
  left: 56%;
  width: 100%;
}

.brd_sec__sec02cont__success_r {
  border-left-color: transparent;
}

.brd_sec__sec02cont__success_r:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  width: 1px;
  background: linear-gradient(to bottom, #A8DAFD calc(50% - 11px), transparent calc(50% - 11px), transparent calc(50% + 11px), #A8DAFD calc(50% + 11px));
}
@media screen and (max-width: 768px) {
  .brd_sec__sec02cont__success_r:before {
    height: 1px;
    left: auto;
    bottom: auto;
    right: auto;
    top: -3px;
    width: 100%;
    background: linear-gradient(to right, #A8DAFD calc(50% - 11px), transparent calc(50% - 11px), transparent calc(50% + 11px), #A8DAFD calc(50% + 11px));
  }
}

.brd_sec__sec02cont__success_r:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  height: 16px;
  width: 16px;
  border-bottom: 1px solid #A8DAFD;
  border-left: 1px solid #A8DAFD;
  transform: rotate(45deg);
  transform-origin: top right;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec02cont__success_r:after {
    transform: translateX(-100%) rotate(-45deg);
    top: -14px;
    left: 50%;
  }
}

.brd_sec__sec02cont__units {
  position: relative;
  font-family: serif;
  font-size: 9rem;
  font-weight: bold;
  margin-right: 0.1em;
  color: #AC8F4B;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec02cont__units {
    font-size: 27vw;
  }
}
.brd_sec__sec02cont__units span {
  background: linear-gradient(transparent 75%, #E8E8E8 35% 90%, transparent 90%);
  display: inline;
  padding: 0 1px 0px;
}
.brd_sec__sec02cont__units::before {
  content: "";
  height: 75%;
  aspect-ratio: 1/1;
  background-color: #E6E9FF;
  opacity: 0.4;
  position: absolute;
  left: 80%;
  bottom: 10%;
  z-index: -1;
  border-radius: 50rem;
}

.brd_sec__sec02cont__unitstxt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .brd_sec__sec02cont__unitstxt {
    font-size: 5vw;
  }
}

.brd_sec__linkli ul li {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .brd_sec__linkli ul li {
    margin-bottom: 3rem;
  }
  .brd_sec__linkli ul li:last-child {
    margin-bottom: 0;
  }
}
.brd_sec__linkli ul li:nth-of-type(2) {
  margin-left: 5em;
}
@media screen and (max-width: 768px) {
  .brd_sec__linkli ul li:nth-of-type(2) {
    margin-left: 0;
  }
}
.brd_sec__linkli ul li:nth-of-type(3) {
  margin-left: 11em;
}
@media screen and (max-width: 768px) {
  .brd_sec__linkli ul li:nth-of-type(3) {
    margin-left: 0;
  }
}
.brd_sec__linkli ul li a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .brd_sec__linkli ul li a {
    flex-direction: column;
    align-items: center;
  }
}

.brd_sec__linkli_l {
  width: 261px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brd_sec__linkli_l {
    margin-bottom: 3rem;
  }
}

.brd_linkli_circle {
  background-size: cover;
  background-position: center;
  position: absolute;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 50%;
  transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease; /* トランジション適用 */
}

.brd_linkli_circle_01 {
  z-index: 10;
  position: relative;
}

.brd_linkli_circle_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease; /* Transform transition for scaling the image */
}

.brd_linkli_circle_img01 {
  background-image: url("../img/li_img01.jpg");
}

.brd_linkli_circle_img04 {
  background-image: url("../img/li_img02.jpg");
}

.brd_linkli_circle_img05 {
  background-image: url("../img/li_img03.jpg");
}

.brd_linkli_circle_img06 {
  background-image: url("../img/li_img04.jpg");
}

.brd_linkli_circle_02 {
  background-color: #EDEBFF;
  opacity: 0.6;
  top: -2px;
  left: 38px;
}

.brd_linkli_circle_03 {
  background-color: #003C8B;
  opacity: 0.07;
  top: 0px;
  left: 64px;
}

.brd_linkli_circle_04 {
  background-color: #EBF8FF;
  opacity: 0.65;
  top: 11px;
  left: 50px;
}

/* アニメーションの定義 */
@keyframes rotate1 {
  0% {
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  50% {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
  100% {
    transform: rotate(720deg) translateX(0px) rotate(-720deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  50% {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
  100% {
    transform: rotate(720deg) translateX(0px) rotate(-720deg);
  }
}
@keyframes rotate3 {
  0% {
    transform: rotate(0deg) translateX(0px) rotate(0deg);
  }
  50% {
    transform: rotate(360deg) translateX(8px) rotate(-360deg);
  }
  100% {
    transform: rotate(720deg) translateX(0px) rotate(-720deg);
  }
}
.brd_linkli_circle_02 {
  animation: rotate1 4s linear infinite;
}

.brd_linkli_circle_03 {
  animation: rotate2 6s linear infinite;
}

.brd_linkli_circle_04 {
  animation: rotate3 8s linear infinite;
}

.brd_sec__linkli_wrap:hover .brd_linkli_circle {
  animation: none !important;
  top: 0 !important;
  left: 0 !important;
}

.brd_sec__linkli_wrap {
  text-decoration: none;
  color: #000;
}
.brd_sec__linkli_wrap:hover .brd_linkli_ttl {
  color: #58a5db;
}
.brd_sec__linkli_wrap:hover .brd_linkli_ttl span::before {
  width: 130%;
}
.brd_sec__linkli_wrap:hover .brd_linkli_ttl span::after {
  left: 130%;
}

.hovered .brd_linkli_circle {
  box-shadow: 0px 0px 15px -5px rgba(88, 165, 219, 0.7);
  transform: scale(1.05) !important; /* バックグラウンドイメージを1.1倍に拡大 */
}

.brd_sec__linkli_r {
  width: calc(100% - 261px);
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .brd_sec__linkli_r {
    width: 100%;
    padding-left: 0;
  }
}

.brd_linkli_ttl {
  font-size: 2rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .brd_linkli_ttl {
    text-align: center;
  }
}
.brd_linkli_ttl img {
  padding-right: 0.4em;
}
.brd_linkli_ttl span {
  display: inline-block;
  position: relative;
}
.brd_linkli_ttl span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #AAAAAA;
  left: 0;
  width: 110%;
  top: 90%;
  transition: all 0.3s;
}
.brd_linkli_ttl span::after {
  content: "";
  position: absolute;
  left: 110%;
  top: 69%;
  width: 0;
  height: 0;
  border-color: transparent transparent #AAAAAA #AAAAAA;
  border-style: solid;
  border-width: 0.4rem 0.5rem 0.4rem;
  transition: all 0.3s;
}

.brd_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.brd_linkli_txt {
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .brd_linkli_txt {
    font-size: 16px;
    text-align: center;
  }
}

.small {
  display: inline-block;
  padding-top: 1em;
  font-size: 0.8em;
}

.brd_sec__bg_under {
  background-color: #F6F6F6;
  padding: 5em;
  position: relative;
  margin-top: 7em;
}
@media screen and (max-width: 768px) {
  .brd_sec__bg_under {
    padding: 3em;
    margin-top: 4em;
  }
}
.brd_sec__bg_under .pnl-bottom {
  z-index: 1;
}
.brd_sec__bg_under .pnl-bg {
  z-index: 0 !important;
}

.brd_sns {
  max-width: 1200px;
  margin: 3rem auto;
}
.brd_sns ul {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .brd_sns ul {
    flex-direction: column;
  }
}
.brd_sns ul li {
  min-width: 420px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .brd_sns ul li {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .brd_sns ul li {
    margin-bottom: 7em;
  }
  .brd_sns ul li:last-child {
    margin-bottom: 0;
  }
}
.brd_sns ul li a {
  width: 100%;
  border: 1px solid;
  position: relative;
  display: flex;
  padding: 1em;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 1100px) {
  .brd_sns ul li a {
    font-size: 18px;
  }
}

.brd_sns_x {
  border-color: #000;
  color: #000;
}
.brd_sns_x:hover {
  background-color: #000;
  color: #fff;
}

.sns_icon {
  position: absolute;
  top: -50px;
  left: -41px;
}
@media screen and (max-width: 1100px) {
  .sns_icon {
    top: -41px;
    left: -38px;
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .sns_icon {
    top: -30px;
    left: -38px;
    width: 63px;
  }
}
.sns_icon img {
  width: 100%;
}

.brd_sns_y {
  border-color: #F50102;
  color: #F50102;
}
.brd_sns_y:hover {
  background-color: #F50102;
  color: #fff;
}

.brd_main_btm_inner {
  position: relative;
  background-color: #F6F6F6;
  padding-bottom: 1px;
  z-index: 0;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp_only {
    display: block;
  }
}

.small_pt02 {
  width: 100%;
  text-align: right;
  padding-right: 18%;
}
@media screen and (max-width: 768px) {
  .small_pt02 {
    padding-right: 0;
    text-align: left;
  }
}/*# sourceMappingURL=brand_style.css.map */