/*********************************

デバイス

**********************************/
@media screen and (max-width: 768px) {
  .spnone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .tab-spnone {
    display: none !important;
  }
}

/* SNSここから */
.sns-wrap {
  background: #0081cc;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .sns-wrap {
    padding: 40px 0 60px;
  }
}

.sns-container {
    max-width: 840px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .sns-container {
    width: 100%;
      max-width: none;
    flex-direction: column;
       margin: 0 auto 30px;
 
  }
}

.sns-title {
  gap: 70px;
  align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sns-title {
    flex-direction: column;
    gap: 20px;
      margin-bottom: 0;
  }
}

.sns-title h2 {
  color: #fff;

  /* EN/80pt_見出し */
  font-family: "Barlow Semi Condensed";
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 88px */
}
@media (max-width: 767px) {
  .sns-title h2 {
    font-size: 60px;
    line-height: 120%; /* 72px */
  }
}
.sns-title p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media (max-width: 767px) {
  .sns-title p {
    font-size: 16px;
    line-height: 150%; /* 24px */
    width: clamp(331px, 80%, 1000px);
    margin-bottom: 20px;
  }
}
::marker {
  display: none;
}
div.sns-link {
  justify-content: flex-start;
    align-items: flex-start;
  padding-left: 201px;
  gap: 48px;
}

@media (max-width: 767px) {
  div.sns-link {
      width: 88%;
    flex-direction: column;
    align-items: center;
        margin: 0 auto;
    padding-left: 0;
    gap: 19px;
    margin-bottom: 30px;
  }
}

.sns-link p {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%; /* 36px */
    margin-top: 10px;
}
@media (max-width: 767px) {
  .sns-link p {
    white-space: nowrap;
    color: var(--nishizaki_white, #fff);
    text-align: center;

    /* Black/24pt */
    font-size: 24px;
    font-weight: 900;
    line-height: 150%; /* 36px */
      margin-top: 0;
  }
  .sns-link p br {
    display: none;
  }
}
.sns-link ul {
    position: relative;
    z-index: 2;
    width: 58%;
  padding: 0;
  gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sns-link ul {
      width: 100%;
      justify-content: center;
    padding: 0;
    margin: 0;
    gap: 15px;
  }
}
.sns-link ul li {
  width: 100px;
  height: 100px;
  list-style: none;
}

@media (max-width: 767px) {
  .sns-link ul li {
    width: 75px;
    height: 75px;
    aspect-ratio: 1/1;
  }
}
.sns-back-leftup {
  width: 707px;
  height: 318.977px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .sns-back-leftup {
    width: 100%;
    height: auto;
  }
}
.sns-back-rightbottom {
  width: 707px;
  height: 318.977px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .sns-back-rightbottom {
    width: 100%;
    height: auto;
  }
}
.shorts-carousel-section {
  background-color: #0081cc;
  overflow: hidden; /* チラ見せ部分を親要素で制御 */
}

/* スライダー全体 */
.shorts-carousel {
  width: 100%;
  margin: 0 auto;
}

.shorts-card {
  padding: 0 8px; /* カード間の余白 */
  outline: none;
}

/* サムネイル外枠（9:16固定） */
.shorts-thumb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.shorts-thumb-wrap:hover .thumb-img {
  transform: scale(1.05);
}

/* 中央の再生ボタン */
/* 1. 通常時のオーバーレイ（透明にする） */
.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0); 
  transition: background 0.3s; /* ふんわり暗くするためのアニメーション */
  z-index: 2;
}

/* 2. マウスが乗った時だけ暗くする設定を追加 */
.shorts-thumb-wrap:hover .play-overlay {
    background: rgba(0, 0, 0, 0.2);
}
.play-icon {
  width: 50px;
  height: 50px;
  background: #0081cc;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
}

/* ビデオコンテナ（再生時にiframeが入る） */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.video-container iframe {
  width: 100%;
  height: 100%;
}

/* 矢印（丸いデザイン） */
.slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
  background: #5ac8ff !important;
  border-radius: 50%;
  z-index: 10;
	position: absolute !important;
}
.slick-prev {
  left: 30px;
}
.slick-next {
  right: 30px;
}
/* スライダーを囲むコンテナ：矢印がはみ出しても見えるようにする */
.shorts-carousel {
  position: relative;
}

/* 矢印共通設定 */
.slick-prev,
.slick-next {
  width: 60px !important;
  height: 60px !important;
  background: #5ac8ff !important; /* 画像のような水色 */
  border-radius: 50% !important;
  z-index: 100 !important; /* 最前面に */
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* 矢印の位置：内側に寄せる */
.slick-prev {
  left: 10px !important;
  position: relative;
}
.slick-next {
  right: 10px !important;
  position: relative;
}

/* 矢印の中の「く」の字（デフォルトのフォントが消えても表示されるように描画） */
.slick-prev::before {
  content: "" !important;
  display: block;
  width: 16px;
  height: 20px;

  aspect-ratio: 4/5;
	background-image: url("../../create/image/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.slick-next::before {
  content: "" !important;
  display: block;
  width: 16px;
  height: 20px;

  aspect-ratio: 4/5;
  aspect-ratio: 5/4;

	background-image: url("../../create/image/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.slick-next:hover::before {
  left: 60%;
}
.slick-prev:hover::before {
  left: 40%;
}

/* ホバー時に少し色を変える（お好みで） */
.slick-prev:hover,
.slick-next:hover {
  background: #3eb8ff !important;
}

/* 元々あるデフォルトの矢印ボタンを消さないためのリセット */
.slick-prev:focus,
.slick-next:focus {
  background: #5ac8ff !important;
}

@media (max-width: 767px) {
  /* モバイルでは矢印を少し小さくし、位置を調整 */
  .slick-prev,
  .slick-next {
    width: 36px !important;
    height: 36px !important;
  }
  .slick-prev {
    left: 5px !important;
  }
  .slick-next {
    right: 5px !important;
  }

  /* 矢印の中のアイコンも少し細く */
  .slick-prev::before,
  .slick-next::before {
    width: 12px;
    height: 15px;
  }
}


/* スライダー全体のセクション */
.shorts-carousel-section {
  background-color: #0081cc;
  padding: 60px 0;
  width: 100%;
}
@media (max-width: 767px) {
.shorts-carousel-section {
  padding: 0;
  width: 100%;
}

}
/* 1. Slickが起動していない（動画が少ない）時のスタイル */
.shorts-carousel.is-less-count {
  display: flex;
  justify-content: center; /* 中央寄せ */
  gap: 16px;              /* カード間の隙間 */
  max-width: 1200px;
  margin: 0 auto;
}

/* 2. Slickが起動している（動画が多い）時のスタイル */
.shorts-carousel.slick-initialized {
  display: block; /* Slickの標準レイアウトに戻す */
}

/* Slick内部のトラック（transformの上書きは削除しました） */
.shorts-carousel .slick-track {
  display: flex !important;
  align-items: center;
}

/* カードの基本設定 */
.shorts-card {
  width: 196px; /* 横幅はデザインに合わせて */
  outline: none;
  padding: 0 8px; /* スライダー時の隙間 */
}

/* 矢印のデザイン（再掲：確実に表示させるため） */
.slick-prev, .slick-next {
  z-index: 100 !important;
  width: 44px !important;
  height: 44px !important;
  background: #5ac8ff !important;
  border-radius: 50% !important;
}



/* トップページニュース */
section.top-news-wrap {
  background-color: #fff;
  height: 890px;
  position: relative;
  padding: 120px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  section.top-news-wrap {
    height: auto;
    padding: 40px 0 60px;
  }
  .top-news-title {
    text-align: center;
  }
    
}

.dotnews1 {
  position: absolute;
  left: -40px;
  top: 276px;
}
div.topnews-container {
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  div.topnews-container {
    flex-direction: column;
    align-items: center;
  }
}
.top-news-title h2 {
  color: #0081cc;

  /* Black/24pt */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 36px */
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-news-title h2 {
    color: #0081cc;
    font-size: 18px;
    font-weight: 900;
    line-height: 120%; /* 21.6px */
    margin-bottom: 30px;
  }
}
.top-news-title h2 span {
  color: #ade3ff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 88px */
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-news-title h2 span {
    font-size: 60px;
    line-height: 120%; /* 72px */
    margin-bottom: 0;
  }
}
a.tonewslist {
  display: flex;
  width: 280px;
  height: 60px;
  padding: 16px 0 17px 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 30px;
  background: #0081cc;
  text-decoration: none;
  text-align: left;
  transition: all 0.3s ease;
}
a.tonewslist:hover {
  opacity: 0.8;
}
a.tonewslist span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  text-decoration: none;
}

a.tonewslist span:after {
  content:url("../../create/image/arrow.svg");
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 16px;
  transition: transform 0.3s ease;
}
a.tonewslist:hover span:after {
  margin-left: 16px;
  transform: translateX(5px);
}
.top-news-list {
  width: 65%;
}
@media (max-width: 1000px) {
.top-news-list {
  width: 60%;
}
}
@media (max-width: 767px) {
  .top-news-list {
    width: clamp(331px, 80%, 1000px);
  }
}
.top-news-title{
        width: 28%;
}
.topnews-container ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-top: 2px solid #80c0e6;
}
@media (max-width: 767px) {
    .top-news-title{
        width: 100%;
}
  .topnews-container ul {
    margin-bottom: 30px;
  }
}
.topnews-container ul li {
  width: 100%;
  list-style: none;
  padding: 23px 0;
  border-bottom: 2px solid #80c0e6;
}
@media (max-width: 767px) {
  .topnews-container ul li {
    padding: 10px 0 15px;
  }
}
.topnews-container ul li a {
  display: flex;
  justify-content: flex-start;
  gap: 6%;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 1080px) {
    .topnews-container ul li a {
    gap: 2%;}
}
@media (max-width: 768px) {
  .topnews-container ul li a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
  }
}
.topnews-container ul li a:hover {
  opacity: 0.8;
}
.topnews-container ul li a span {
  color: #0081cc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  white-space: nowrap;
  text-decoration: none;
}
.topnews-container ul li a p {
  color: #333;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */

  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1150px) {
  .topnews-container ul li a p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}
@media (max-width: 767px) {
  .topnews-container ul li a p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
  }
}

.topnews-container ul li::marker {
  display: none;
}

.fixed-bg {
  min-height: 20.8vw;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  /* height: 964px; */
  height: 1264px;
}
@media (max-width: 767px) {
  .fixed-bg {
    height: auto;
    position: relative;
  }
  .fixed-bg:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 440px;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
  }
}

.bg01 {
  background-image: url("../../create/image/para.jpg");
}
.AREASTOFOCUSON {
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .AREASTOFOCUSON {
    padding-bottom: 60px;
  }
}
.focusdot1 {
  position: absolute;
  top: -40px;
  right: 40px;
}
@media (max-width: 767px) {
  .focusdot1 {
    top: -20px;
    right: 20px;
  }
}
.focusdot2 {
  position: absolute;
  bottom: 390px;
  left: -40px;
}
@media (max-width: 767px) {
  .focusdot2 {
    bottom: 652px;
    z-index: 10;
  }
}
.focusdot3 {
  position: absolute;
  bottom: 33px;
  right: -40px;
}

@media (max-width: 767px) {
  .focusdot3 {
    bottom: 20px;
    right: -20px;
  }
}

.focus-bottom-right {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 574px;
  height: 291px;
  z-index: 1;
}

.AREASTOFOCUSON-container.nishizaki-container {
  border-radius: 20px;
  background: #def4ff;
  padding: 80px;
  margin-top: -300px;
  z-index: 2;
}
@media (max-width: 767px) {
  .AREASTOFOCUSON-container.nishizaki-container {
    margin-top: 0;
    padding: 40px 22px;
  }
}
.AREASTOFOCUSON-container h2 {
  color: #333;
  text-align: center;
  /* Black/24pt */
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 36px */
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .AREASTOFOCUSON-container h2 {
    font-size: 18px;
    line-height: 120%; /* 21.6px */
    margin-bottom: 30px;
  }
}

.AREASTOFOCUSON-container h2 span {
  color: #5ac8ff;
  display: block;
  /* EN/80pt_見出し */
  font-family: "Barlow Semi Condensed";
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 88px */
}
@media (max-width: 767px) {
  .AREASTOFOCUSON-container h2 span {
    color: #5ac8ff;
    font-size: 60px;
    line-height: 120%; /* 72px */
  }
}
ul.AREASTOFOCUSON-list {
  gap: 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
ul.AREASTOFOCUSON-list li {
  gap: 20px;
}
@media (max-width: 767px) {
  ul.AREASTOFOCUSON-list li {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
ul.AREASTOFOCUSON-list li .txt {
  width: 59.5%;
}
@media (max-width: 767px) {
  ul.AREASTOFOCUSON-list li .txt {
    width: 100%;
  }
}
ul.AREASTOFOCUSON-list li .txt h3 {
  color: #0081cc;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #0081cc;
}
@media (max-width: 767px) {
  ul.AREASTOFOCUSON-list li .txt h3 {
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    margin-bottom: 15px;
  }
}
ul.AREASTOFOCUSON-list li .txt h3 .icon {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  ul.AREASTOFOCUSON-list li .txt h3 .icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
ul.AREASTOFOCUSON-list li div.img {
  width: 38%;
  height: auto;
}
ul.AREASTOFOCUSON-list li div.img img{
  border-radius: 10px;
}

@media (max-width: 767px) {
  ul.AREASTOFOCUSON-list li div.img {
    width: 100%;
    height: auto;
  }
}

ul.AREASTOFOCUSON-list li .txt p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

@media (max-width: 767px) {
  ul.AREASTOFOCUSON-list li .txt p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
}

.profile-wrap {
  background-color: #def4ff;
  padding: 120px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"; /* 文字詰めを有効にする（任意） */
}

@media (max-width: 768px) {
  .profile-wrap {
    padding: 60px 0;
  }
}

.nishizaki-container {
  width: clamp(331px, 80%, 1000px);
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.relative {
  position: relative;
}
.profile-container {
  align-items: flex-start;
}
.photo {
  width: 330px;
  height: 550px;
  border-radius: 10px;
  /* Stickyの設定 */
  position: -webkit-sticky; /* Safari対応 */
  position: sticky;
  top: 150px;
  flex-shrink: 0; /* 幅が縮まないように固定 */
  z-index: 2;
}
/* モバイル対応（1000px未満など） */
@media (max-width: 768px) {
  .profile-container {
    flex-direction: column; /* 縦並びにする */
    align-items: center;
  }

  .photo {
    position: static; /* モバイルでは追従を解除 */
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }
}
.photo img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  flex: 1;
}
@media (max-width: 768px) {
  .profile-text {
    width: 100%;
  }
}
.profile-text h2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 36px */
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .profile-text h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    margin: 0 auto 35px;
  }
}
.profile-text h2 span {
  color: #5ac8ff;
  margin-bottom: 10px;
  /* EN/80pt_見出し */
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 88px */
  display: block;
}
@media (max-width: 768px) {
  .profile-text h2 span {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }
}
.profile-text h3 {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 60px */
  margin-bottom: 20px;
}
.profile-text h3 span {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 21.6px */
  display: inline-block;
  width: 167px;
  text-align: center;
}
@media (max-width: 768px) {
  .profile-text h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
      margin: 0 auto 15px;
  }
  .profile-text h3 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    width: 148px;
  }
}

.profile-left-up {
  width: 574px;
  height: 291px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .profile-left-up {
    width: 307.122px;
    height: 150px;
  }
}

.profile-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 707px;
  height: 318.977px;
}

@media (max-width: 768px) {
  .profile-right-bottom {
    width: 100%;
    height: auto;
  }
}
.profile-container {
  display: flex;
  align-items: flex-start; /* centerから修正：stickyが機能するために必須 */
  gap: 70px;
  position: relative;
}

.profilebox {
  border-radius: 20px;
  background: #fff;
  padding: 40px;
}

.profilebox h4 {
  color: #ff8200;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  margin-bottom: 30px;
}
.profilebox h4 span {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 36px */
  vertical-align: baseline;
}

@media (max-width: 768px) {
  .profilebox h4 {
    margin-bottom: 20px;
  }
    .profilebox {
  border-radius: 15px;
  background: #fff;
  padding: 30px 22px;
}
}

.profilebox h5 {
  color: #0081cc;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 36px */
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .profilebox h5 {
    font-size: 20px;
  }
}

.profilebox p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .profilebox p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-bottom: 20px;
  }
}

.dota {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/create/image/dotA.png);
}
.dotb {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/create/image/dotB.png);
}
.dotc {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/create/image/dotC.png);
}
@media (max-width: 768px) {
  .dota {
    width: 40px;
    height: 40px;
      position: absolute;
    top: 52px;
    left: -20px;
  }
  .dotb {
    width: 40px;
    height: 40px;
  }
  .dotc {
    width: 40px;
    height: 40px;
  }
}

.dot1 {
  position: absolute;
  left: -110px;
  top: 236px;
  z-index: 2;
}
.dot2 {
  position: absolute;
  left: -440px;
  top: -296px;
  z-index: 2;
}
.dot3 {
  right: -40px;
  top: -113px;
  position: absolute;
}
.dot4 {
  right: -40px;
  bottom: -40px;
  position: absolute;
}
.dot5 {
  position: absolute;
  left: -440px;
  bottom: 200px;
  z-index: 3;
}
@media (max-width: 768px) {
  .dot1 {
    left: -8px;
    top: -20px;
  }
  .dot2 {
    right: -20px;
        bottom: -20px;
        top: auto;
        left: auto;
  }
  .dot3 {
    top: 10px;
    left: auto;
    right: -10px;
  }
  .dot4 {
    bottom: -20px;
    right: -10px;
  }
  .dot5 {
    display: none;
  }
}

@media (max-width: 768px) {
.mv-left-top img.mv-left-top-1 {
	content: url(../image/top-katagaki3_sp.svg);
}
}