@charset "UTF-8";

#mv {
  position: relative;
  width: 100%;
  height: 38vw;
  background-image: url("../img/home/bg_mv_pc@2x.jpg");
  background-size: cover;
}
#mv .text {
  position: absolute;
  top: 50%;
  left: 18vw;
  transform: translateY(-50%);
  color: #fff;
}
#mv .text .slogan span {
  display: block;
  font-size: 3.6vw;
}
#mv .text .slogan strong {
  display: block;
  font-size: 6.9vw;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 1.8vw 0;
}
#mv .text .area h2 {
  font-size: 1.1vw;
  font-weight: 700;
  margin-bottom: 1em;
}
#mv .text .area p {
  font-size: .8vw;
  line-height: 1.8;
}

#description {
  padding-top: 50px;
}
#description .inner {
  width: 1300px;
  max-width: 1300px;
}
#description .message .flex {
  display: flex;
  gap: 80px;
}
#description .message .flex .image {
  flex: 1;
}
#description .message .flex .text {
  position: relative;
  width: 790px;
}
#description .message .flex .text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: .05em;
}
#description .message .flex .text p strong {
  font-size: 1.4em;
}
#description .message .flex .text .youtube {
  position: absolute;
  bottom: -190px;
  right: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#description .message .flex .text .youtube iframe {
  width: 100%;
  height: 100%;
}
#description .profile {
  background-color: #BC1983;
  padding: 45px 0 100px;
}
#description .profile h2 {
  font-weight: 700;
  color: #fff;
}
#description .profile h2 strong {
  display: block;
  font-size: 6.0rem;
  margin-left: 70px;
}
#description .profile h2 span {
  display: block;
  font-size: 3.5rem;
  margin: 20px 0 0 155px;
}
#description .profile .flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 65px;
}
#description .profile .list_icon {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#description .profile .list_icon li {
  width: 220px;
}
#description .profile .list_icon li a {
  transition: all .3s;
}
#description .profile .list_icon li a:hover {
  opacity: .7;
}
#description .profile .link_detail {
  text-align: right;
  margin-top: 40px;
}

#activity {
  padding: 80px 0 70px;
}
#activity .flex {
  display: flex;
  gap: 46px;
}
#activity .flex .report {
  width: 636px;
}
#activity .flex .report h2 {
  color: #BC1983;
  border-bottom: solid 3px #BC1983;
  padding-bottom: 18px;
}
#activity .flex .report h2 .ja {
  display: block;
  font-size: 3.0rem;
  font-weight: 700;
}
#activity .flex .report h2 .en {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1em;
}
#activity .flex .report dl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
#activity .flex .report dl dt {
  float: left;
  clear: left;
  font-weight: 700;
  padding: .5em 0;
}
#activity .flex .report dl dd {
  padding: .5em 0 .5em 9em;
}
#activity .flex .report dl dd a {
  text-decoration: none;
  color: #333;
}
#activity .flex .report dl dd a:hover {
  text-decoration: underline;
}
#activity .flex .report .link_detail {
  text-align: right;
  margin-top: 40px;
}
#activity .flex .sns {
  flex: 1;
}

#policy-and-repoat {
  background-color: #F4F4F4;
  padding: 50px 0 80px;
}
#policy-and-repoat h2 {
  text-align: center;
  color: #2F4979;
}
#policy-and-repoat h2 .ja {
  display: block;
  font-size: 3.0rem;
  font-weight: 700;
}
#policy-and-repoat h2 .en {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1em;
}
#policy-and-repoat .list_policy-and-repoat {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
#policy-and-repoat .list_policy-and-repoat li {
  width: 590px;
  background-color: #2F4979;
}
#policy-and-repoat .list_policy-and-repoat li a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFF;
}
#policy-and-repoat .list_policy-and-repoat li a .image {
  width: 270px;
  overflow: hidden;
}
#policy-and-repoat .list_policy-and-repoat li a .image img {
  transition: transform .6s ease;
  object-fit: cover;
  height: 100%;
}
#policy-and-repoat .list_policy-and-repoat li a:hover .image img {
  transform: scale(1.1);
}
#policy-and-repoat .list_policy-and-repoat li a .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 30px;
}
#policy-and-repoat .list_policy-and-repoat li a .text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
#policy-and-repoat .list_policy-and-repoat li a .text .link_detail {
  text-align: right;
}

#sns {
  padding: 40px 0 50px;
}
#sns .list_sns {
  display: flex;
  justify-content: center;
  gap: 35px;
}
#sns .list_sns li {
  width: 110px;
}
#sns .list_sns li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #333;
  transition: all .3s;
}
#sns .list_sns li a:hover {
  opacity: .7;
}
#sns .list_sns li img {
  width: 80px;
}
#sns .list_sns li span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

#info {
  color: #fff;
  background-color: #BC1983;
  padding: 40px 0;
}
#info .flex {
  display: flex;
}
#info .flex .area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  letter-spacing: .05em;
  width: 390px;
  padding-right: 40px;
  border-right: solid 1px #fff;
  box-sizing: border-box;
}
#info .flex .area h2 {
  font-size: 4.5rem;
  font-weight: 700;
}
#info .flex .area h3 {
  font-size: 2.0rem;
  font-weight: 700;
}
#info .flex .area p {
  font-size: 1.4rem;
  line-height: 1.5;
}
#info .flex .address {
  flex: 1;
  padding: 0 40px;
}
#info .flex .address .list_address {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#info .flex .address h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
#info .flex .address p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: .6em;
}
#info .flex .other .list_other {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
#info .flex .other .list_other li {
  position: relative;
  padding-left: 1.5em;
}
#info .flex .other .list_other li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-image: url("../img/common/listmarker@2x.png");
  background-size: 100%;
}
#info .flex .other .list_other li a {
  text-decoration: none;
  color: #fff;
}