﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
:root {
  --header-height: 156px;
}
img {
  aspect-ratio: attr(width)/attr(height); /* アスペクト比をブラウザ側が理解でき、画像が読み込まれる前にwidth とheight 属性に基づいて表示サイズを計算するようになる */
}

.mainframe_ {
  position: relative;
}

.container {
  width: 100%;
}

.main-wrapper {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  overflow: hidden;
}
.main-wrapper .sp {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
}

.wrapper_ {
  position: relative;
}

/*------------------------------
 ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  margin: 0 auto 60px;
}
.main-visual .sp {
  display: none;
}

.main-visual__inner {
  position: relative;
  width: 1200px;
  padding-top: 330px;
  margin: 0 auto;
}

.main-visual__inner-box {
  position: relative;
  width: 642px;
  z-index: 1;
}

.main-visual__number {
  color: #FF641B;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 90px;
}

.main-visual__number-small {
  font-size: 20px;
}

.main-visual__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 90px;
  line-height: 65px;
  margin-bottom: 25px;
}

.main-visual__title-english {
  display: inline-block;
  font-size: 30px;
  margin-left: 19px;
}

.main-visual__image-box {
  position: absolute;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
.linear-passage-tokyo .main-visual__image-box {
  top: -260px;
  right: -558px;
}
.linear-passage-kanagawa .main-visual__image-box {
  top: -320px;
  right: -558px;
}
.linear-passage-yamanashi .main-visual__image-box {
  top: -320px;
  right: -558px;
}
.linear-passage-shizuoka .main-visual__image-box {
  top: -320px;
  right: -558px;
}
.linear-passage-nagano .main-visual__image-box {
  top: -325px;
  right: -450px;
}
.linear-passage-gifu .main-visual__image-box {
  top: -320px;
  right: -558px;
}
.linear-passage-aichi .main-visual__image-box {
  top: -320px;
  right: -558px;
}

.main-visual__image {
  display: inline-block;
}

.main-visual__text-box {
  width: 100%;
}

.main-visual__text {
  font-size: 18px;
  line-height: 50px;
}

.main-visual__mist {
  position: absolute;
  top: -194px;
  left: -457px;
  width: 925px;
  height: 737px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}

.main-visual__mist-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

.main-visual__wavy-line {
  position: absolute;
  top: 35px;
  left: -590px;
  width: 886px;
  height: 81px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}

.main-visual__wavy-line-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* prefecture-link
------------------------------*/
.prefecture-link {
  width: 1200px;
  margin: 0 auto 177px;
}

.prefecture-link__button {
  width: 688px;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.prefecture-link__button-item {
  display: inline-block;
  margin: 0 24px 23px 0;
}

.prefecture-link__button-link {
  display: block;
  position: relative;
  min-width: 320px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 0 68px;
  box-sizing: border-box;
  z-index: 3;
}
.prefecture-link__button-link:hover {
  opacity: 0.8;
}
.prefecture-link__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* anchor-link
------------------------------*/
.anchor-link {
  position: absolute;
  top: 650px;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.anchor-link__inner {
  width: 500px;
  margin: 0 0 0 auto;
}

.anchor-link__item-box {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: center;
  width: 100%;
  margin-top: 150px;
}

.anchor-link__item {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 12px;
  writing-mode: vertical-rl;
  margin-left: 27px;
  margin-bottom: 20px;
}

.anchor-link__item:last-of-type {
  margin-left: 0;
}

.anchor-link__item-link {
  display: inline-block;
  position: relative;
  color: #333333;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 400;
  text-decoration: none;
  padding-right: 2px;
  box-sizing: border-box;
}
.anchor-link__item-link:hover {
  text-decoration: none;
}

.anchor-link__item-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5px;
  height: 100%;
  background-color: #707070;
  transition: height 0.1s ease 0s;
}

/* content
------------------------------*/
.content {
  margin: 30px auto 200px;
}

.content__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.content__inner-box {
  position: relative;
  width: 458px;
  margin-top: 100px;
  z-index: 1;
}
.content:nth-of-type(even) .content__inner-box {
  order: 1;
}

.content__title {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 10px;
}

.content__title .content__title-en {
  font-family: inherit;
  font-size: 25px;
  font-weight: inherit;
  letter-spacing: inherit;
  margin-left: .2em;
}

.content__slider {
  width: 650px;
}
.content:nth-of-type(even) .content__slider {
  order: 2;
}

.content__slider-item-box {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  height: 560px;
  z-index: 2;
  overflow: hidden;
}
.content__slider-item-box.slick-initialized {
  overflow: visible;
}

.content__slider-item {
  font-size: 0;
  line-height: 0;
}

.content__slider-item img {
  width: 650px;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.slide__prevArrow,
.slide__nextArrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slick-dots {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 12px;
}

.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li:first-of-type:last-of-type {
  display: none;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #05499A;
}

.slide__prevArrow {
  left: -17.5px;
}

.slide__nextArrow {
  right: -17.5px;
}

.content__text-box {
  margin-bottom: 60px;
}

.content__text {
  font-size: 18px;
  line-height: 50px;
}

.content__button {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.content__button-item {
  display: inline-block;
  margin: 0 20px 20px 0;
}

.content__button-link {
  display: block;
  position: relative;
  min-width: 209px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 0 28px;
  box-sizing: border-box;
}
.content__button-link:hover {
  opacity: 0.8;
}
.content__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* related-sites
------------------------------*/
.related-sites {
  position: relative;
  width: 1200px;
  margin: 0 auto 150px;
  z-index: 2;
}

.related-sites__inner {
  width: 100%;
}

.related-sites__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  background-image: url(/cms/lineartown/img/title_wavy_line_02.png);
  background-size: 422px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  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: 390px;
}

.related-sites__text {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  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-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  box-sizing: border-box;
}
.related-sites__button-link:hover {
  opacity: 0.8;
}
.related-sites__button-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 15px;
  height: 13px;
  background-image: url(/cms/lineartown/img/icon_another_window.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* topics
------------------------------*/
.topics {
  width: 100%;
  height: 1057px;
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  background-image: url(/cms/lineartown/img/slope_gray_background.png);
  background-size: 1680px 1057px;
  background-position: top center;
  background-repeat: repeat-x;
  margin: 0 auto 0px;
  padding: 130px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.topics .sp {
  display: none;
}
.topics .slick-dots {
  margin-top: 30px;
}
.topics .slide__prevArrow,
.topics .slide__nextArrow {
  top: 100%;
  transform: translateY(30px);
}
.topics .slide__prevArrow {
  left: 30px;
}
.topics .slide__nextArrow {
  right: 30px;
}
.topics .slick-list {
  overflow: visible;
}

.topics__item-content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.topics__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  background-image: url(/cms/lineartown/img/prefectures_title_wavy_line.png);
  background-size: 422px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.topics__item-box {
  height: 550px;
  margin-bottom: 104px;
  overflow: hidden;
}
.topics__item-box.slick-initialized {
  overflow: visible;
}

.topics__item > a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 1000px;
  height: 550px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  padding: 75px 70px;
  margin: 0 20px;
  box-sizing: border-box;
}
.topics__item > a:hover,
.topics__item > a a:focus,
.topics__item > a:hover * {
  opacity: 1 !important;
  outline: none;
}
.topics__item-thumbnail {
  width: 400px;
  margin-right: 50px;
}

.topics__item-thumbnail img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.topics__item-inner {
  width: calc(100% - 450px);
}

.topics__item-data {
  text-align: left;
  margin-bottom: 10px;
}

.topics__item-icon {
  display: inline-block;
  margin-right: 20px;
}

.topics__item-icon-text {
  display: block;
  color: #05499A;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background-color: #EBF4FF;
  border-radius: 100px;
  padding: 0 18px;
  box-sizing: border-box;
}

.topics__item-date {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}

.topics__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  overflow: hidden;
}

.topics__item-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
  overflow: hidden;
}

.topics__item-link {
  margin-top: 20px;
}

.topics__item-link-text {
  display: inline-block;
  position: relative;
  color: #05499A;
  text-decoration: none;
  padding-right: 24px;
}
.topics__item-link-text:hover {
  text-decoration: underline;
}
.topics__item-link-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

.topics__button {
  text-align: center;
}

.topics__button-link {
  display: inline-block;
  position: relative;
  min-width: 330px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 0 68px;
  box-sizing: border-box;
}
.topics__button-link:hover {
  opacity: 0.8;
}
.topics__button-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}

/* banner
------------------------------*/
.banner {
  width: 100%;
  margin-bottom: 157px;
}
.banner .sp {
  display: none;
}

.banner__inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.banner__item {
  display: block;
  position: relative;
  z-index: 1;
}

.banner__link {
  display: block;
  font-size: 0;
  line-height: 0;
}
.banner__link:hover {
  opacity: 0.8;
}

.banner__image {
  width: 100%;
  height: auto;
}

.banner__mist {
  display: block;
  position: absolute;
  top: -658px;
  left: -894px;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.banner__mist-image {
  width: 100%;
  height: auto;
}
/***************
JR東海のトピックス
*******************/

.topics.central {
  background-image: url(/cms/lineartown/img/skyblue_background.png);
  margin-bottom: 100px;
}
.topics.central .topics__item-thumbnail img {
  border-radius: 10px;
}
/***************
他の都道府県を見る
*******************/
.others__country {
  position: relative;
  width: 1200px;
  margin: 0 auto 150px;
  z-index: 2;
}

.others__country__inner {
  width: 100%;
}

.others__country__title {
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  background-image: url(/cms/lineartown/img/title_wavy_line_02.png);
  background-size: 422px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  margin-bottom: 70px;
  box-sizing: border-box;
}
.others__country__links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.others__country__links a {
  display: block;
  position: relative;
  min-width: 280px;
  color: #05499A;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1.2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 8px 28px;
  box-sizing: border-box;
}
.others__country__links a .small {
  font-size: 15px;
  padding-left: 5px;
}
.others__country__links a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #05499A;
  border-right: 1.4px solid #05499A;
  transform: rotate(45deg);
  margin-top: -5px;
}
.main-visual {
  padding-top: var(--header-height);
}

.content__title, .content__title--information {
    color: #000000!important;
}
