/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Montserrat:wght@300;400;500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.swiper_area {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.swiper_area::before {
  width: 100%;
  content: '';
  display: block;
  padding-top: 500px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .swiper_area::before {
    padding-top: calc(500 / 1000 * 100%);
  }
}
.swiper_area .swiper-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3000px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .swiper_area .swiper-container {
    width: 100%;
  }
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span {
  display: block;
  position: absolute;
  box-sizing: border-box;
  font-size: 1.125em;
}
@media screen and (max-width: 750px) {
  .swiper_area .swiper-container .swiper-wrapper .swiper-slide span {
    font-size: .875em;
  }
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s01 {
  left: calc(530 / 1000 * 100%);
  top: calc(332 / 500 * 100%);
  border: 1px solid #000;
  width: 8.3333em;
  height: 2.2222em;
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s01:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s01 {
    border: 2px solid #000;
  }
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s01 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s01 a:hover {
  text-decoration: none;
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s01 a p {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s02 {
  left: calc(619 / 1000 * 100%);
  top: calc(332 / 500 * 100%);
  border: 1px solid #fff;
  width: 8.3333em;
  height: 2.2222em;
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s02:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 750px) {
  .swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s02 {
    border: 2px solid #fff;
  }
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s02 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s02 a:hover {
  text-decoration: none;
}
.swiper_area .swiper-container .swiper-wrapper .swiper-slide span.s02 a p {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper_area .swiper-container .swiper-button-prev:after,
.swiper_area .swiper-container .swiper-button-next:after {
  display: none;
}
.swiper_area .swiper-container .swiper-button-prev {
  position: absolute;
  left: calc(50% - 519px);
  top: 50%;
  width: 38px;
  height: 38px;
  background: url(../img/larrow.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .swiper_area .swiper-container .swiper-button-prev {
    display: none;
  }
}
.swiper_area .swiper-container .swiper-button-next {
  position: absolute;
  right: calc(50% - 519px);
  top: 50%;
  width: 38px;
  height: 38px;
  background: url(../img/rarrow.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .swiper_area .swiper-container .swiper-button-next {
    right: 16px;
  }
}
@media screen and (max-width: 750px) {
  .swiper_area .swiper-container .swiper-button-next {
    display: none;
  }
}

.yunka_profile {
  width: 100%;
  padding: 5em 0 10em;
}
.yunka_profile__inner {
  width: 93.75%;
  max-width: 800px;
  margin: auto;
}
.yunka_profile__inner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .yunka_profile__inner ul {
    display: block;
  }
}
.yunka_profile__inner ul li:first-child {
  width: 250px;
}
.yunka_profile__inner ul li:first-child:hover {
  opacity: .85;
}
@media screen and (max-width: 750px) {
  .yunka_profile__inner ul li:first-child {
    width: 420px;
    margin: auto;
  }
}
.yunka_profile__inner ul li:last-child {
  margin-left: 60px;
  color: #222;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .yunka_profile__inner ul li:last-child {
    text-align: center;
    margin: 2.5em auto 0;
  }
}
.yunka_profile__inner ul li:last-child .name {
  font-size: 1.5em;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yunka_profile__inner ul li:last-child .name a {
  color: #222;
}
.yunka_profile__inner ul li:last-child .name a:hover {
  text-decoration: none;
  color: #ce1b28;
}
.yunka_profile__inner ul li:last-child .profile {
  font-size: .875em;
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .yunka_profile__inner ul li:last-child .profile {
    display: inline-block;
    text-align: left;
  }
}
.yunka_profile__inner ul li:last-child .profile .career th {
  padding-right: 1em;
}

.news_area {
  width: 100%;
  padding: 3.33em 0 3.125em;
  background: url(../img/bg02.jpg) center center/cover fixed;
}
@media screen and (max-width: 1024px) {
  .news_area {
    background: url(../img/bg02.jpg) center center/cover no-repeat;
  }
}
.news_area h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.news_area h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.375em;
  text-align: center;
  color: #fff;
  margin-top: .65em;
}
.news_area .info_area {
  width: 93.75%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 2.75em auto 0;
  padding: 3.43em 4.8em;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .news_area .info_area {
    padding: 30px 40px;
  }
}
.news_area .info_area__inner {
  width: 100%;
  position: relative;
}
.news_area .info_area__inner::before {
  width: 100%;
  content: '';
  display: block;
  padding-top: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 750px) {
  .news_area .info_area__inner::before {
    padding-top: 500px;
  }
}
.news_area .info_area__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_area .more {
  font-size: 1.125em;
  width: 8.35em;
  height: 2.5em;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  margin: 1.5em auto 0;
}
.news_area .more:hover {
  background: rgba(255, 255, 255, 0.2);
}
.news_area .more a {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}
.news_area .more a p {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
