@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Font */
/* noto sans sc Font */
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansSC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansSC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansSC-Bold.woff2") format("woff2");
}
/* color */
/* contents-wide */
/* google font cdn */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

main {
  overflow: hidden;
}

h2.title {
  position: relative;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.45;
}
h2.title::before {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/h2_upper.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
h2.title::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/h2_lower.svg) no-repeat center/100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

h2.title_news {
  position: relative;
  color: #B50025;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.42;
}
h2.title_news::before {
  content: "";
  display: block;
  background-color: #E5E5E5;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
h2.title_news::after {
  content: "";
  display: block;
  background-color: #B50025;
  border-radius: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

h3.title {
  font-weight: 700;
}

#topFV {
  position: relative;
  width: 100%;
}
#topFV::before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#topFV .catch {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
#topFV .subCatch {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

#topIntro .inner {
  position: relative;
}
#topIntro .choice {
  position: relative;
}
#topIntro .choiceCont {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
}
#topIntro .choiceCont .choiceImg {
  display: grid;
  place-content: center;
}
#topIntro .choiceCont .title {
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}
#topIntro .choiceCont .txt {
  margin-bottom: 30px;
}
#topUseful .usefulSlider .sliderItem {
  display: block;
  color: #333;
  text-align: center;
  margin-inline: auto;
}
#topUseful .usefulSlider .iconWrap {
  position: relative;
}
#topUseful .usefulSlider .title {
  font-weight: 500;
  text-align: center;
}
#topUseful .usefulSlider .prev {
  border: none;
  position: relative;
  background-color: #B50025;
  border-radius: 50px;
}
#topUseful .usefulSlider .prev::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}
#topUseful .usefulSlider .next {
  border: none;
  position: relative;
  background-color: #B50025;
  border-radius: 50px;
}
#topUseful .usefulSlider .next::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#topUseful .sp-usefulSlider .sliderItem {
  display: block;
  color: #333;
  margin-inline: auto;
}
#topUseful .sp-usefulSlider .iconWrap {
  display: flex;
  justify-content: center;
}
#topUseful .sp-usefulSlider .prev {
  border: none;
}
#topUseful .slick-dots {
  display: flex;
  justify-content: center;
}
#topUseful .slick-dots li {
  border-radius: 50px;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}
#topUseful .slick-dots li.slick-active {
  background-color: #B50025;
  border-radius: 50px;
  width: 29px;
}
#topUseful .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
#topUseful .prev.slick-arrow.slick-disabled,
#topUseful .next.slick-arrow.slick-disabled {
  background-color: #D0D0D0;
  pointer-events: none;
}
#topUseful .prev.slick-arrow.slick-disabled:focus,
#topUseful .next.slick-arrow.slick-disabled:focus {
  background-color: #D0D0D0;
}

#topMenu .inner {
  position: relative;
}
#topMenu .inner::before {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/menu_sakura.webp) no-repeat center/100%;
  position: absolute;
}
#topMenu .inner::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/kumo_double.svg) no-repeat center/100%;
  position: absolute;
}
#topMenu .menuWrap {
  position: relative;
}
#topMenu .menuLink {
  overflow: hidden;
}
#topMenu .menuImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
#topMenu .menuTitle {
  background-color: #fff;
  color: #333;
  display: grid;
  place-content: center;
}
#topMenu .menuTitle span {
  position: relative;
}
#topInfo #tabControl {
  display: flex;
}
#topInfo #tabControl a {
  position: relative;
  color: #737373;
  font-weight: 700;
}
#topInfo #tabControl a.is-active {
  color: #B50025;
  pointer-events: none;
}
#topInfo #tabControl a.is-active::after {
  background-color: #B50025;
}
#topInfo #tabControl a::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  transition: 0.3s;
}
#topInfo #tabBody div {
  position: relative;
  z-index: 0;
}

#topCharm .bgLine {
  position: relative;
}
#topCharm .bgLine::before {
  content: "";
  display: block;
}
#topSupplement .youtube iframe {
  width: 100%;
  height: 100%;
}
#topSupplement .youtube.col2ver {
  display: flex;
}
#topSupplement .connectionSlider .prev {
  border: none;
  position: relative;
  background-color: #B50025;
  border-radius: 50px;
}
#topSupplement .connectionSlider .prev::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}
#topSupplement .connectionSlider .next {
  border: none;
  position: relative;
  background-color: #B50025;
  border-radius: 50px;
}
#topSupplement .connectionSlider .next::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#topSupplement .connectionSlider .slick-dots {
  display: flex;
}
#topSupplement .slick-dots {
  display: flex;
  justify-content: center;
}
#topSupplement .slick-dots li {
  border-radius: 50px;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}
#topSupplement .slick-dots li.slick-active {
  background-color: #B50025;
  border-radius: 50px;
  width: 29px;
}
#topSupplement .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
#topSupplement .prev.slick-arrow.slick-disabled,
#topSupplement .next.slick-arrow.slick-disabled {
  background-color: #D0D0D0;
  pointer-events: none;
}
#topSupplement .prev.slick-arrow.slick-disabled:focus,
#topSupplement .next.slick-arrow.slick-disabled:focus {
  background-color: #D0D0D0;
}

#floatBnr {
  position: fixed;
  z-index: 10;
}
#floatBnr #bnrCloseButton {
  position: absolute;
  background-color: #B50025;
  border-radius: 100svh;
  border: none;
  z-index: 11;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  right: 10px;
}
#floatBnr #bnrCloseButton span {
  position: relative;
}
#floatBnr #bnrCloseButton span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 14px;
  height: 1px;
  background-color: #fff;
}
#floatBnr #bnrCloseButton span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 14px;
  height: 1px;
  background-color: #fff;
}
#floatBnr .bnrLink {
  display: block;
  overflow: hidden;
  background-color: #fff;
}
#floatBnr .bnrLink img {
  display: block;
}
#floatBnr.close {
  transform: translateX(250px);
  transition: all 300ms 0s ease;
}

#topStories .storiesSlider .slick-track {
  display: flex;
}
#topStories .storiesSlider .slick-slide {
  height: auto !important;
}
#topStories .sliderItem {
  text-decoration: none;
  background-color: #F5F4F2;
  color: #333;
}
#topStories .sliderItem .thumbnail {
  position: relative;
}
#topStories .sliderItem .thumbnail::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/icon_note_red.svg) no-repeat center/100%;
  position: absolute;
}
#topStories .sliderItem .thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#topStories .sliderItem .wrap {
  display: flex;
  flex-wrap: wrap;
}
#topStories .sliderItem .person {
  color: #694A26;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
#topStories .sliderItem .person::before {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/icon_person_brown.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
}
#topStories .sliderItem .place {
  color: #694A26;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  margin-top: 0;
}
#topStories .sliderItem .place::before {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/icon_map_brown.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
}
#topStories .sliderItem h3 {
  position: relative;
}
#topStories .sliderItem h3::after {
  content: "";
  display: block;
  background-color: #B50025;
  border-radius: 50px;
  position: absolute;
  left: 0;
}
#topStories .sliderItem .detailLink {
  display: block;
  color: #B50025;
}
#topStories .sliderItem .detailLink span {
  position: relative;
}
#topStories .sliderItem .detailLink span::before {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_red.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#topStories .prev {
  border: none;
  background-color: #B50025;
  border-radius: 50px;
}
#topStories .prev::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}
#topStories .next {
  border: none;
  background-color: #B50025;
  border-radius: 50px;
}
#topStories .next::after {
  content: "";
  display: block;
  background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#topStories .prev.slick-arrow.slick-disabled,
#topStories .next.slick-arrow.slick-disabled {
  background-color: #D0D0D0;
  pointer-events: none;
}
#topStories .prev.slick-arrow.slick-disabled:focus,
#topStories .next.slick-arrow.slick-disabled:focus {
  background-color: #D0D0D0;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 768px) {
  h2.title {
    font-size: 24px;
    padding: 45px 0 27px;
    margin-bottom: 55px;
  }
  h2.title::before {
    width: 56px;
    height: 27px;
  }
  h2.title::after {
    width: 120px;
    height: 10px;
  }
  h2.title_news {
    font-size: 22px;
    line-height: 1.43;
    padding: 0 0 20px 6px;
    margin-bottom: 30px;
  }
  h2.title_news::before {
    height: 2px;
  }
  h2.title_news::after {
    height: 2px;
    width: 105px;
  }
  h3.title {
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 35px;
  }
  .inner {
    padding: 0 32px;
    max-width: 600px;
    margin-inline: auto;
  }
  #topFV {
    /* background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/top_fv_sp.webp) no-repeat center/cover;
    height: 545px;
    padding-top: 80px; */
  }
  #topFV::before {
    /* background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/fuji_sp.webp) no-repeat center/cover; */
    height: 18.6vw;
  }
  #topFV .catchWrap {
    padding: 0 32px;
  }
  #topFV .catch {
    font-size: 60px;
    letter-spacing: -0.006em;
    line-height: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 17px;
  }
  #topFV .subCatch {
    font-size: 27px;
    line-height: 1.18;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
  #topIntro {
    background: url(  https://www.studyinjapan.go.jp/ja/assets/images/home/fuji_bg_sp.webp) no-repeat center/cover;
    padding-bottom: 90px;
  }
  #topIntro .choiceCont {
    padding: 45px 32px;
    border-radius: 4px;
  }
  #topIntro .choiceCont:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #topIntro .choiceCont .choiceImg {
    width: 73px;
    height: 73px;
    margin: 0 auto 15px;
  }
  #topIntro .choiceCont .title {
    font-size: 21px;
    margin-bottom: 30px;
  }
  #topIntro .choiceCont .txt {
    letter-spacing: 0.02em;
  }
  #topIntro .commonBtn.small {
    min-width: 247px;
  }
  #topUseful {
    padding: 90px 0 80px;
  }
  #topUseful .usefulSlider {
    display: none;
  }
  #topUseful .sp-usefulSlider .sliderBox {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  #topUseful .sp-usefulSlider .sliderItem {
    width: 50%;
  }
  #topUseful .sp-usefulSlider .icon {
    width: 105px;
    margin-bottom: 30px;
  }
  #topUseful .sp-usefulSlider .title {
    font-weight: 500;
    text-align: center;
    line-height: 1.64;
  }
  #topUseful .sp-usefulSlider .prev {
    position: relative;
    background-color: #B50025;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -55px;
    left: 55px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;
  }
  #topUseful .sp-usefulSlider .prev::after {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    width: 8.5px;
    height: 10.5px;
  }
  #topUseful .sp-usefulSlider .next {
    border: none;
    position: relative;
    background-color: #B50025;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -55px;
    right: 55px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;
  }
  #topUseful .sp-usefulSlider .next::after {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.5px;
    height: 10.5px;
  }
  #topUseful .slick-dots {
    bottom: -45px;
  }
  #topUseful .slick-dots li {
    background-color: #ccc;
  }
  #topMenu {
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/menu_bg_sp.webp) repeat-x top center/100%;
    padding: 100px 0 90px;
  }
  #topMenu .txt {
    margin-bottom: 40px;
  }
  #topMenu .menuLinkWrap {
    text-align: center;
  }
  #topMenu .menuLink {
    border-radius: 4px;
  }
  #topMenu .menuLink:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #topMenu .menuImg {
    height: 135px;
  }
  #topMenu .menuTitle {
    position: relative;
    font-weight: 700;
    padding: 16px 32px;
    min-height: 55px;
    font-size: 15px;
  }
  #topMenu .menuTitle::after {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow.svg) no-repeat center/100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 8px;
    height: 11px;
  }
  #topInfo {
    padding: 70px 0;
  }
  #topInfo #tabControl a {
    font-size: 16px;
    line-height: 1.43;
    padding: 0 0 20px 6px;
  }
  #topInfo #tabControl a.adjustLeft {
    width: 26.3%;
  }
  #topInfo #tabControl a.adjustRight {
    width: 73.7%;
  }
  #topInfo #tabControl a::after {
    height: 2px;
  }
  #topInfo #tabBody {
    padding: 35px 0 0;
  }
  #topCharm {
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/charm_bg_sp.webp) repeat-x bottom center/100%;
    padding: 90px 0 111px;
  }
  #topCharm .inner {
    padding: 0;
    max-width: inherit;
  }
  #topCharm .txtWrap {
    padding: 0 32px;
    max-width: 600px;
    margin: 0 auto 35px;
  }
  #topCharm .txtWrap .txt {
    margin-bottom: 12px;
  }
  #topCharm .txtWrap .txt:last-of-type {
    margin-bottom: 35px;
  }
  #topCharm .charmImg {
    width: 91.7vw;
    max-width: 600px;
    margin-left: auto;
  }
  #topSupplement {
    padding: 50px 0 60px;
  }
  #topSupplement .youtube {
    height: 175px;
    margin-bottom: 50px;
  }
  #topSupplement .youtube .item {
    width: 100%;
    aspect-ratio: 311/175;
  }
  #topSupplement .youtube.col2ver {
    height: auto;
    flex-wrap: wrap;
    gap: 15px;
  }
  #topSupplement .connectionSlider {
    display: none;
  }
  #topSupplement .connectionSlider .slick-dots {
    display: flex;
  }
  #topSupplement .sp-connectionSlider .sliderBox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 2.5px;
  }
  #topSupplement .sp-connectionSlider .sliderItem {
    width: 46.6%;
  }
  #topSupplement .slick-dots {
    bottom: -45px;
  }
  #topSupplement .slick-dots li {
    background-color: #ccc;
  }
  #floatBnr {
    width: 150px;
    right: 16px;
    bottom: 69px;
  }
  #floatBnr #bnrCloseButton {
    width: 30px;
    height: 30px;
    top: -15px;
  }
  #floatBnr .bnrLink {
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
  #topStories {
    padding-top: 70px;
  }
  #topStories .spBtnWrap {
    margin-top: 80px;
  }
  #topStories .sliderItem {
    display: block;
    padding: 25px;
    margin: 0 6px;
    border-radius: 4px;
  }
  #topStories .sliderItem .inner {
    padding: 0;
  }
  #topStories .sliderItem .thumbnail::after {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: -22px;
  }
  #topStories .sliderItem .thumbnail img {
    aspect-ratio: 249/160;
  }
  #topStories .sliderItem .wrap {
    gap: 8px 10px;
    margin-top: 40px;
  }
  #topStories .sliderItem .person {
    font-size: 14px;
    padding-left: 20px;
  }
  #topStories .sliderItem .person::before {
    top: 1px;
  }
  #topStories .sliderItem .place {
    font-size: 14px;
    padding-left: 20px;
  }
  #topStories .sliderItem .place::before {
    top: 2px;
  }
  #topStories .sliderItem .place + .detailLink {
    margin-top: 18px;
  }
  #topStories .sliderItem h3 {
    font-size: 20px;
    margin: 20px 0;
    padding: 0 0 0 20px;
    min-height: 61px;
  }
  #topStories .sliderItem h3::after {
    top: 3px;
    width: 3px;
    height: 29px;
  }
  #topStories .sliderItem .detailLink {
    font-size: 16px;
    margin-top: 20px;
  }
  #topStories .sliderItem .detailLink span {
    padding: 0 0 0 16px;
  }
  #topStories .sliderItem .detailLink span::before {
    width: 8.5px;
    height: 11px;
  }
  #topStories .prev {
    background-color: #B50025;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -55px;
    left: calc(50% - 60px);
    transform: translateX(50%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;
  }
  #topStories .prev::after {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow_wht.svg) no-repeat center/100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-180deg);
    width: 8.5px;
    height: 10.5px;
  }
  #topStories .next {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -55px;
    transform: translateX(-50%);
    right: calc(50% - 60px);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;
  }
  #topStories .next::after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.5px;
    height: 10.5px;
  }
  /* ココから下には記入禁止 */
  .forCP {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  h2.title {
    font-size: 40px;
    padding: 52px 0 40px;
    margin-bottom: 130px;
  }
  h2.title::before {
    width: 80px;
    height: 29px;
  }
  h2.title::after {
    width: 171px;
    height: 15px;
  }
  h2.title_news {
    font-size: 26px;
    padding: 0 0 23px 50px;
    margin-bottom: 60px;
  }
  h2.title_news::before {
    height: 4px;
  }
  h2.title_news::after {
    height: 4px;
    width: 266px;
  }
  h3.title {
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 64px;
  }
  .inner {
    max-width: 1200px;
    width: 90%;
    margin-inline: auto;
  }
  #topFV {
    /* background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/top_fv.webp) no-repeat center/cover; */
    /* height: 113.2vh; */
    max-height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #topFV::before {
    /* background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/fuji.webp) no-repeat center/cover;
    height: 19.9vw; */
  }
  #topFV .catchWrap {
    text-align: center;
    position: relative;
    z-index: 10;
    margin-top: -207px;
  }
  #topFV .catch {
    font-size: 100px;
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin-bottom: 21px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
  #topFV .subCatch {
    font-size: 50px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  }
  #topIntro {
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/fuji_bg.webp) no-repeat center/cover;
    padding-bottom: 160px;
  }
  #topIntro .inner {
    /* margin-top: -150px; */
  }
  #topIntro .inner::before {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/kumo_large.svg) no-repeat center/100%;
    width: 332px;
    height: 139px;
    position: absolute;
    left: -304px;
    bottom: 90px;
  }
  #topIntro .inner::after {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/kumo_small.svg) no-repeat center/100%;
    width: 230px;
    height: 75px;
    position: absolute;
    right: -305px;
    bottom: -60x;
  }
  #topIntro .choice {
    width: 89.3%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
  #topIntro .choice::before {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/intro_sakura.webp) no-repeat center/100%;
    width: 539px;
    height: 421px;
    position: absolute;
    top: 135px;
    right: -410px;
  }
  #topIntro .choiceCont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 47.2%;
    padding: 70px 11.2%;
    border-radius: 8px;
  }
  #topIntro .choiceCont .choiceImg {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  #topIntro .choiceCont .title {
    font-size: 36px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  #topIntro .choiceCont .txt {
    font-size: 16px;
    line-height: 1.75;
    max-width: 100%;
  }
  #topIntro .commonBtn.small {
    margin-top: auto;
    font-size: 18px;
    padding: 20px 40px;
    min-width: inherit;
    max-width: 226px;
    width: 100%;
    margin-inline: auto;
  }
  #topUseful {
    padding: 160px 0;
  }
  #topUseful .usefulSlider {
    max-width: 1044px;
    margin-inline: auto;
  }
  #topUseful .usefulSlider .sliderItem {
    margin: 0 13px;
  }
  #topUseful .usefulSlider .sliderItem:hover, #topUseful .usefulSlider .sliderItem:focus {
    text-decoration: none;
  }
  #topUseful .usefulSlider .sliderItem:hover .icon, #topUseful .usefulSlider .sliderItem:focus .icon {
    opacity: 0;
  }
  #topUseful .usefulSlider .sliderItem:hover .iconHv, #topUseful .usefulSlider .sliderItem:focus .iconHv {
    opacity: 1;
  }
  #topUseful .usefulSlider .sliderItem:hover .title, #topUseful .usefulSlider .sliderItem:focus .title {
    color: #694A26;
  }
  #topUseful .usefulSlider .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.3s;
  }
  #topUseful .usefulSlider .iconHv {
    width: 112px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
  }
  #topUseful .usefulSlider .title {
    transition: 0.3s;
  }
  #topUseful .usefulSlider .prev {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 36px;
    left: -38px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  #topUseful .usefulSlider .prev:hover, #topUseful .usefulSlider .prev:focus {
    background-color: #333;
  }
  #topUseful .usefulSlider .prev::after {
    width: 11px;
    height: 14px;
  }
  #topUseful .usefulSlider .next {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 36px;
    right: -38px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  #topUseful .usefulSlider .next:hover, #topUseful .usefulSlider .next:focus {
    background-color: #333;
  }
  #topUseful .usefulSlider .next::after {
    width: 11px;
    height: 14px;
  }
  #topUseful .sp-usefulSlider {
    display: none;
  }
  #topUseful .slick-dots {
    bottom: -60px;
  }
  #topUseful .slick-dots li {
    background-color: #ECEAE3;
  }
  #topMenu {
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/menu_bg.webp) repeat-x top center/cover;
    padding: 220px 0 160px;
  }
  #topMenu .inner::before {
    width: 844px;
    height: 277px;
    bottom: -160px;
    left: -390px;
  }
  #topMenu .inner::after {
    width: 212px;
    height: 106px;
    bottom: -75px;
    right: -310px;
  }
  #topMenu .txt {
    font-size: 18px;
    line-height: 1.66;
    max-width: 719px;
    margin: 0 auto;
  }
  #topMenu .menuLinkWrap {
    display: flex;
    flex-wrap: wrap;
    margin: 123px auto 0;
    max-width: 1036px;
  }
  #topMenu .menuLink {
    display: flex;
    flex-direction: column;
    width: calc(33.3333333333% - 26px);
    border-radius: 8px;
    transition: 0.3s;
  }
  #topMenu .menuLink:not(:nth-child(3n)) {
    margin-right: 38px;
  }
  #topMenu .menuLink:nth-child(n+4) {
    margin-top: 38px;
  }
  #topMenu .menuLink:hover, #topMenu .menuLink:focus {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    text-decoration: none;
  }
  #topMenu .menuLink:hover .menuTitle, #topMenu .menuLink:focus .menuTitle {
    color: #694A26;
  }
  #topMenu .menuLink:hover .menuImg img, #topMenu .menuLink:focus .menuImg img {
    transform: scale(1.03);
  }
  #topMenu .menuImg {
    overflow: hidden;
    height: 226px;
  }
  #topMenu .menuTitle {
    flex-grow: 1;
    padding: 38px 19px;
    min-height: 108px;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
  }
  #topMenu .menuTitle span {
    padding-right: 23px;
  }
  #topMenu .menuTitle span::after {
    content: "";
    display: block;
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/common/arrow.svg) no-repeat center/100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 11px;
    height: 14px;
  }
  #topInfo {
    padding: 160px 0;
  }
  #topInfo #tabControl a {
    font-size: 26px;
    line-height: 1.42;
    width: 50%;
    padding: 0 0 27px 50px;
    transition: 0.3s;
  }
  #topInfo #tabControl a:hover, #topInfo #tabControl a:focus {
    opacity: 0.7;
    text-decoration: none;
  }
  #topInfo #tabControl a::after {
    height: 4px;
  }
  #topInfo #tabBody {
    padding: 60px 0 0;
  }
  #topCharm {
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/charm_bg.webp) repeat-x bottom center/cover;
    padding: 160px 0;
  }
  #topCharm .bgLine {
    max-width: 1680px;
    width: 90%;
    margin-inline: auto;
  }
  #topCharm .bgLine::before {
    background: url(https://www.studyinjapan.go.jp/ja/assets/images/home/charm_sakura.webp) no-repeat center/100%;
    width: 471px;
    height: 486px;
    position: absolute;
    bottom: -160px;
    left: -190px;
  }
  #topCharm .charmWrap {
    height: 695px;
  }
  #topCharm .txtWrap {
    position: relative;
    z-index: 10;
    width: 45%;
  }
  #topCharm .txtWrap .txt {
    margin-bottom: 24px;
  }
  #topCharm .txtWrap .txt:last-of-type {
    margin-bottom: 64px;
  }
  #topCharm .charmImg {
    width: 50.5%;
    position: absolute;
    top: 150px;
    right: 0;
  }
  #topSupplement {
    padding: 160px 0;
  }
  #topSupplement .youtube {
    height: 675px;
    margin-bottom: 90px;
  }
  #topSupplement .youtube .item {
    width: calc(50% - 10px);
  }
  #topSupplement .youtube.col2ver {
    gap: 20px;
    height: 315px;
  }
  #topSupplement .connectionSlider {
    padding: 0 10%;
  }
  #topSupplement .connectionSlider .sliderItem {
    margin: 0 35px;
  }
  #topSupplement .connectionSlider .prev {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 36px;
    left: 0;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  #topSupplement .connectionSlider .prev:hover, #topSupplement .connectionSlider .prev:focus {
    background-color: #333;
  }
  #topSupplement .connectionSlider .prev::after {
    width: 11px;
    height: 14px;
  }
  #topSupplement .connectionSlider .next {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 36px;
    right: 0;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  #topSupplement .connectionSlider .next:hover, #topSupplement .connectionSlider .next:focus {
    background-color: #333;
  }
  #topSupplement .connectionSlider .next::after {
    width: 11px;
    height: 14px;
  }
  #topSupplement .connectionSlider .slick-dots {
    display: flex;
  }
  #topSupplement .sp-connectionSlider {
    display: none;
  }
  #topSupplement .slick-dots {
    left: 0;
    bottom: -50px;
  }
  #topSupplement .slick-dots li {
    background-color: #ECEAE3;
  }
  #floatBnr {
    width: 230px;
    right: 20px;
    bottom: 117px;
  }
  #floatBnr #bnrCloseButton {
    width: 32px;
    height: 32px;
    top: -16px;
    transition: 0.3s;
    cursor: pointer;
  }
  #floatBnr #bnrCloseButton:hover, #floatBnr #bnrCloseButton:focus {
    background-color: #333;
  }
  #floatBnr .bnrLink {
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  #floatBnr .bnrLink:hover img, #floatBnr .bnrLink:focus img {
    opacity: 0.67;
  }
  #floatBnr .bnrLink img {
    transition: 0.3s;
  }
  #topStories {
    padding-top: 160px;
  }
  #topStories .btnWrap {
    margin-top: 60px;
  }
  #topStories .storiesSlider {
    max-width: 1096px;
    margin-inline: auto;
  }
  #topStories .sliderItem {
    margin: 0 12px;
    padding: 30px 24px;
    border-radius: 8px;
  }
  #topStories .sliderItem:hover .detailLink, #topStories .sliderItem:focus .detailLink {
    text-decoration: underline !important;
    font-weight: 500;
  }
  #topStories .sliderItem .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  #topStories .sliderItem .thumbnail::after {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: -18px;
  }
  #topStories .sliderItem .thumbnail img {
    aspect-ratio: 298/180;
  }
  #topStories .sliderItem .wrap {
    gap: 8px 12px;
    margin-top: 30px;
  }
  #topStories .sliderItem .person {
    font-size: 16px;
    padding-left: 20px;
  }
  #topStories .sliderItem .person::before {
    top: 2px;
  }
  #topStories .sliderItem .place {
    font-size: 16px;
    padding-left: 20px;
  }
  #topStories .sliderItem .place::before {
    top: 2px;
  }
  #topStories .sliderItem .place + .detailLink {
    margin-top: 36px;
  }
  #topStories .sliderItem h3 {
    font-size: 18px;
    margin: 24px 0 18px;
    padding: 0 0 0 30px;
    min-height: 52px;
  }
  #topStories .sliderItem h3::after {
    top: 6px;
    width: 4px;
    height: 46px;
  }
  #topStories .sliderItem .detailLink {
    font-size: 18px;
    margin-top: auto;
  }
  #topStories .sliderItem .detailLink span {
    padding: 0 0 0 24px;
  }
  #topStories .sliderItem .detailLink span::before {
    width: 11px;
    height: 14px;
  }
  #topStories .prev {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(50%, -50%);
    left: -64px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;
    transition: 0.3s;
  }
  #topStories .prev:hover, #topStories .prev:focus {
    background-color: #333;
  }
  #topStories .prev::after {
    width: 11px;
    height: 14px;
  }
  #topStories .next {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -64px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
  }
  #topStories .next:hover, #topStories .next:focus {
    background-color: #333;
  }
  #topStories .next::after {
    width: 11px;
    height: 14px;
  }
  /* ココから下には記入禁止 */
  .forCP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #topIntro .choiceCont {
    padding: 70px 6.2%;
  }
  #topSupplement .connectionSlider .slick-dots {
    display: flex;
  }
  #topStories .prev {
    left: -40px;
  }
  #topStories .next {
    right: -40px;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  #topFV {
    /* padding-top: 160px; */
  }
  #topFV .catchWrap {
    text-align: center;
  }
  #topSupplement .connectionSlider .slick-dots {
    display: flex;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 2000px) {
  #topSupplement .connectionSlider .slick-dots {
    display: flex;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/home.css.map */
