﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
img {
  aspect-ratio: attr(width)/attr(height); /* アスペクト比をブラウザ側が理解でき、画像が読み込まれる前にwidth とheight 属性に基づいて表示サイズを計算するようになる */
}

.container {
  width: 100%;
}

.main-wrapper {
  color: #333333;
  font-family: "游ゴシック", sans-serif;
  font-weight: 500;
  overflow: hidden;
  padding-top: 70px;
}
.main-wrapper .sp {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
}

.smzpreview-article_data_status {
  height: auto !important;
  position: absolute;
}



/*------------------------------
 ページ
------------------------------*/

.header {
  position: fixed;
  z-index: 100;
  /* font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; */
  top: 0;
}
.header_wapper {
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
}
#header.fixed {
  position: fixed;
}
.header_ShinkansenLogo {

}
.header_ShinkansenLogo img {
  width: 344px;
}
.header_content {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
}
.header_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  z-index: 1;
  width: 1400px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.navi {
  height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #3A66BE;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.is-open .navi_inner {
  position: relative;
  top: 0;
  height: 100vh;
  z-index: 100;
  width: 100%;
  display: block;

}
.navi_top {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.navi_ttl {
  position: relative;
  font-size: 20px;
  z-index: 2;
  width: 256px;
}
.navi_ttl img {
  width: 256px;
}
.navi_ttl::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #3A66BE;
  border-bottom: 1px solid #3A66BE;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  display: block;
  transition: 0.5s;
}
.header:has(.is-open) .navi_ttl::after {
  transform: translateX(-50%) rotate(-135deg);
}
.navi_under {
  transition: all 0.5s;
  transform: translateY(-101%);
  position: absolute;
  width: 100%;
}
.navi_bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  /* transform: translateX(200px); */
  width: 100%;
  background: #F8FAFE;
}
.navi_bottom_inner {
  padding: 26px 0px;
}
.navi_itemBox {
  display: flex;
  flex-flow: row-reverse wrap;
  flex-wrap: nowrap;
  width: 815px;
  justify-content: space-between;
  gap: 40px;
}
.navi_itemBox li {

}
.navi_itemBox a {

}
.navi__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* navi オープン時
------------------------------*/
.is-open.navi_under {
  transform: translateY(0%);
  }
/* .is-open .navi__background {
    display: block;
} */

/*------------------------------
 ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  width: 100%;
  padding-top: 172px;
  margin-bottom: 200px;
}
.main-visual .sp {
  display: none;
}

.main-visual__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.main-visual__title {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  width: 1200px;
}

.main-visual__image {
  width: 100%;
  height: auto;
}

/* topics
------------------------------*/
.topics {
  width: 1200px;
  color: #333333;
  font-family: "游ゴシック", sans-serif;
  font-weight: 500;
  margin: 0 auto;
}
.topics .sp {
  display: none;
}

.topics__title {
  color: #05499A;
  font-family: "游ゴシック", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 60px;
  text-align: center;
  background-image: url("../../img/title_wavy_line_01.png");
  background-size: 330px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}

.topics__title-small {
  display: inline-block;
  position: relative;
  top: -6px;
  font-size: 18px;
  line-height: 30px;
}

.topics__item-box {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 22px;
}

.topics__item {
  padding: 25px 0px 25px 0px;
  box-sizing: border-box;
  width: 385px;
  margin: 7.5px;
}

.topics__item-link {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.topics__item-link > img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 345 / 244;
}

.topics__item-data {
  font-size: 13px;
  padding: 12px 17px 21px 0;
  text-align: right;
  color: rgba(0,0,0,0.66);
}

.topics__item-area {
  display: table;
  color: #05499A;
  font-size: 15px;
  text-align: center;
  margin-top: -15px;
  overflow: hidden;
  position: relative;
  margin-left: 15px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(58,101,190,0.38);
}

.topics__item-prefectures {
  display: table-cell;
  width: fit-content;
  background-color: #3A65BE;
  color: #FFF;
  border-radius: 100px 0 0 100px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 30px;
}

.topics__item-municipalities {
  display: table-cell;
  width: fit-content;
  vertical-align: middle;
  background-color: #FFFFFF;
  border-radius: 0 100px 100px 0;
  padding-top: 2px;
  box-sizing: border-box;
  padding: 0 20px;
}

.topics__item-text {
  width: calc(100% - 42px);
  font-size: 18px;
  line-height: 1.48;
  padding: 15px 21px 0;
  color:  #000;
  height: 2.7em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* map
------------------------------*/
.map {
  width: 100%;
  margin-bottom: 50px;
}

.map__inner {
  position: relative;
  margin: 0 auto;
}

.map__item-box {
  display: flex;
  flex-flow: row-reverse wrap;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  flex-wrap: nowrap;
  width: 815px;
  justify-content: space-between;
  gap: 40px;
}

.map__item {
  width: 67px;
  height: 140px;
}
.map__item:last-of-type {
  margin-left: 0;
}

.map__item-link {
  display: flex;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  color: #000000;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, white 85%, #EF7C00 85%);
  height: 100%;
  padding-right: 15%;
  flex-direction: column;
  writing-mode: vertical-rl;
  justify-content: center;
  gap: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.25);
  padding-left: 10%;
}
.map__item-link .map__item-pref-name {
  font-size: 25px;
  letter-spacing: 0.3em;
}
.map__item-link .map__item-pref-kana {
  font-size: 10px;
  letter-spacing: 0.25em;
}
.map__item-link:hover {
  text-decoration: none;
}



.map__image-box {
  width: 1200px;
  margin: 0 auto;
}

.map__image {
  width: 1200px;
  height: auto;
}

/* content
------------------------------*/
.content {
  margin: 0 auto;
}
.content#tokyo {
  margin-bottom: 160px;
}
.content#kanagawa {
  margin-bottom: 160px;
}
.content#yamanashi {
  margin-bottom: 160px;
}
.content#shizuoka {
  margin-bottom: 160px;
}
.content#nagano {
  margin-bottom: 160px;
}
.content#gifu {
  margin-bottom: 200px;
}
.content#shiga {
  margin-bottom: 320px;
}
.content#kyoto {
  margin-bottom: 440px;
}
.content#aichi {
  margin-bottom: 360px;
}
.content#osaka {
  margin-bottom: 200px;
}

.content__inner {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.content__inner-box {
  position: relative;
  width: 588px;
  z-index: 1;
}
#tokyo .content__inner-box {
  margin-left: 38px;
}
#kanagawa .content__inner-box {
  margin-left: 765px;
}
#yamanashi .content__inner-box {
  margin-left: 100px;
}
#shizuoka .content__inner-box {
  margin-left: 38px;
}
#nagano .content__inner-box {
  margin-left: 100px;
}
#gifu .content__inner-box {
  margin-left: 38px;
}
#shiga .content__inner-box {
  margin-left: 765px;
}
#osaka .content__inner-box {
  margin-left: 765px;
}
#aichi .content__inner-box {
  margin-left: 765px;
}

.content__number {
  color: #FF641B;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.content__number-small {
  font-size: 20px;
}

.content__title {
  color: #05499A;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 90px;
}

.content__title-english {
  display: inline-block;
  font-size: 20px;
  margin-left: 17px;
  text-transform: uppercase;
}

.content__image-box {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
#tokyo .content__image-box {
  top: 40px;
  right: -685px;
  z-index: -1;
}
#kanagawa .content__image-box {
  top: -10px;
  left: -855px;
}
#yamanashi .content__image-box {
  top: -30px;
  right: -810px;
}
#shizuoka .content__image-box {
  top: 100px;
  right: -770px;
}
#nagano .content__image-box {
  top: -100px;
  right: -635px;
}
#gifu .content__image-box {
  top: -180px;
  right: -770px;
}
#kyoto .content__image-box {
  top: -110px;
  right: -830px;
}
#aichi .content__image-box {
  top: 65px;
  left: -840px;
}
#shiga .content__image-box {
  top: -45px;
  left: -750px;
}
#osaka .content__image-box {
  top: -115px;
  left: -750px;
}

.content__image {
  display: inline-block;
}

.content__item-box {
  margin: 0 auto;
}

.content__item {
  display: inline-block;
  margin: 0 12px 12px 0;
}

.content__item-text {
  display: block;
  color: #05499A;
  font-size: 18px;
  line-height: 30px;
  background-color: #EBF4FF;
  padding: 0 18px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: underline !important;
}

.content__text-box {
  margin-bottom: 60px;
}

.content__text {
  font-size: 18px;
  line-height: 50px;
}

.content__button {
  width: 320px;
  margin: 0 auto 0 0;
}

.content__button-link {
  display: block;
  position: relative;
  width: 100%;
  color: #05499A;
  font-weight: 500;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  box-sizing: border-box;
}
.content__button-link:hover {
  opacity: 0.8;
}
.content__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #05499A;
  border-right: 2px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.content__mist {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
#tokyo .content__mist {
  top: -472px;
  left: -532px;
  width: 925px;
  height: 737px;
}
#kanagawa .content__mist {
  top: -660px;
  right: -845px;
  width: 1350px;
  height: 1154px;
}
#yamanashi .content__mist {
  top: -650px;
  left: -850px;
  width: 1121px;
  height: 1014px;
}
#shizuoka .content__mist {
  top: -440px;
  right: -800px;
  width: 1298px;
  height: 985px;
}
#nagano .content__mist {
  top: -560px;
  left: -700px;
  width: 1217px;
  height: 970px;
}
#gifu .content__mist {
  top: -465px;
  right: -830px;
  width: 1298px;
  height: 985px;
}
#aichi .content__mist {
  top: -634px;
  left: -740px;
  width: 1121px;
  height: 1014px;
}

.content__mist-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.content__wavy-line {
  position: absolute;
  width: 886px;
  height: 81px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
#tokyo .content__wavy-line {
  top: 135px;
  left: -13.5vw;
  z-index: 1;
}
#kanagawa .content__wavy-line {
  top: 135px;
  right: -13.5vw;
  z-index: 1;
}
#yamanashi .content__wavy-line {
  top: 25px;
  left: -460px;
}
#shizuoka .content__wavy-line {
  top: 135px;
  left: -13.5vw;
  z-index: 1;
}
#nagano .content__wavy-line {
  top: 25px;
  left: -450px;
}
#gifu .content__wavy-line {
  top: 135px;
  left: -13.5vw;
  z-index: 1;
}
#kyoto .content__wavy-line {
  top: 135px;
  left: -13.5vw;
  z-index: 1;
}
#aichi .content__wavy-line {
  top: 135px;
  right: -13.5vw;
  z-index: 1;
}
#shiga .content__wavy-line {
  top: 135px;
  right: -13.5vw;
  z-index: 1;
}
#osaka .content__wavy-line {
  top: 135px;
  right: -13.5vw;
  z-index: 1;
}

.content__wavy-line-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* related-sites
------------------------------*/
.related-sites {
  width: 1200px;
  margin: 0 auto 150px;
}

.related-sites__inner {
  width: 100%;
}

.related-sites__title {
  color: #05499A;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  background-size: 422px auto;
  padding-bottom: 4px;
  margin-bottom: 70px;
  box-sizing: border-box;
}

.related-sites__title--small {
  font-size: 18px;
}

.related-sites__item-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.related-sites__item {
  width: 295px;
}

.related-sites__text {
  color: #05499A;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 20px;
}

.related-sites__button {
  width: 100%;
}

.related-sites__button-link {
  display: block;
  position: relative;
  width: 100%;
  color: #05499A;
  font-weight: 500;
  font-size: 19px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  box-sizing: border-box;
  position: relative;
}

.related-sites__button-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 15px;
  height: 13px;
  background-image: url("../../img/link.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.related-sites__button-link:hover {
  opacity: 0.8;
}

.related-sites__note {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  margin: 20px auto 0;
}

.forcms_block:has(.topics) {
  background-color: #F8FAFE;
  padding: 120px 0;
  margin-top: -250px;
  position: relative;
}

.topics__item-box .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 9px;
  margin-top: 15px;
}
.topics__item-box .slick-dots > li {
  width: 15px;
  height: 15px;
}
.topics__item-box .slick-dots > li button {
  font-size: 0;
  border: 1px solid #3A65BE;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.topics__item-box .slick-dots > li.slick-active button {
  background: #3A65BE;
}
.topics__item-box .slick-dots > li button:hover {
  background: #3A65BE;
}
.topics__item-box .slick-arrow {
  position: absolute;
  bottom: -18px;
  font-size: 0;
  width: 46px;
  height: 46px;
  background: #3A65BE;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.topics__item-box .slick-prev {
  left: calc(50% - 200px);
  transform: translateX(-50%)
}
.topics__item-box .slick-next {
  left: calc(50% + 200px);
  transform: translateX(-50%)
}
.topics__item-box .slick-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;  
}
.topics__item-box .slick-prev::after {
  left: 57.5%;
  transform: translateX(-50%) translateY(-50%) rotate(-135deg)
}
.topics__item-box .slick-next::after {
  left: 42.5%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg)
}
.topics__item-box .slick-arrow:hover {
  opacity: 0.8;
}
.topics__item-link img {
  object-fit: contain;
}



/* topics一覧ページ */
.forcms_block .topics-list {
  padding: 210px 0 75px
}
a.topics-list__item-content {
  transition: opacity 0.3s;
}
a.topics-list__item-content:hover {
  opacity: 0.8;
}
a.topics-list__item-content,
a.topics-list__item-content:hover,
a.topics-list__item-content:visited {
  text-decoration: none;
  color: #444
}

/* topics詳細ページ */
.shinkansen-topics-prefectures-detail-page .forcms_block:has(.topics) {
  background-color: transparent;
  padding: 100px 0 0;
  margin-top: 0px;
}