﻿@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
.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 .pc {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
}

/*------------------------------
 ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  margin: 0 auto 30px;
}
.main-visual .pc {
  display: none;
}

.main-visual__inner {
  position: relative;
  padding: 50px 35px 0;
  margin: 60px auto 0;
  box-sizing: border-box;
}

.main-visual__inner-box {
  position: relative;
  z-index: 1;
}

.main-visual__number {
  color: #FF641B;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.main-visual__number-small {
  font-size: 14px;
}

.main-visual__title {
  color: #05499A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}

.main-visual__title-english {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-left: 12px;
}

.main-visual__image-box {
  width: auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 -35px 30px;
}

.main-visual__image {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* .main-visual__text-box {
} */

.main-visual__text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

/* .main-visual__mist {
  position: absolute;
  top: -120px;
  left: -380px;
  width: 569px;
  height: 454px;
  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: relative;
  top: 0;
  left: -35px;
  width: 330px;
  height: auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 10px;
  z-index: 0;
}

.main-visual__wavy-line-image {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* prefecture-link
------------------------------*/
.prefecture-link {
  margin: 0 35px 40px;
}

.prefecture-link__button {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.prefecture-link__button-item {
  display: inline-block;
  margin-bottom: 20px;
}

.prefecture-link__button-link {
  display: block;
  position: relative;
  min-width: 300px;
  color: #05499A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #05499A;
  border-radius: 100px;
  padding: 11px 35px 11px;
  box-sizing: border-box;
  z-index: 3;
}
.prefecture-link__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;
}

/* anchor-link
------------------------------*/
.anchor-link {
  margin: 0 35px 36px;
}

.anchor-link__item-box {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.anchor-link__item {
  width: calc(50% - 11px);
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 1px;
  margin-right: 22px;
  margin-bottom: 22px;
}

.anchor-link__item:nth-child(2n) {
  margin-right: 0;
}

.anchor-link__item-link {
  display: block;
  position: relative;
  width: 100%;
  color: #05499A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 2px solid #05499A;
  border-radius: 30px;
  padding: 0 35px 0 20px;
  box-sizing: border-box;
}

.anchor-link__item-link:hover {
  text-decoration: none;
}

.anchor-link__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #05499A;
  border-right: 2px solid #05499A;
  transform: rotate(135deg);
  margin-top: -6px;
}

/* content
------------------------------*/
.content {
  margin: 0 auto 80px;
}

.content__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 20px;
}

.content__inner-box {
  position: relative;
  margin: 0 15px;
  z-index: 1;
}

.content__title {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
}

.content__slider {
  width: 100%;
  margin-bottom: 60px;
}

.content__slider-item-box {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  width: 100%;
  height: 77.78vw;
  z-index: 2;
  overflow: hidden;
}
.content__slider-item-box.slick-initialized {
  height: auto;
  overflow: visible;
}

.content__slider-item {
  font-size: 0;
  line-height: 0;
}

.content__slider-item img {
  width: 100%;
  height: 77.78vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.slide__prevArrow,
.slide__nextArrow {
  display: block;
  position: absolute;
  bottom: -13px;
  width: 35px;
  height: 35px;
  z-index: 10;
  cursor: pointer;
}

.slick-dots {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 0 84px;
  margin-top: 25px;
}
.content__slider-item-box .slick-dots {
  width: 100%;
}

.slick-dots li {
  display: inline-block;
}
.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: 10px;
  height: 10px;
  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: 0;
}

.slide__nextArrow {
  right: 0;
}

.content__text-box {
  margin-bottom: 32px;
}

.content__text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

.content__button {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.content__button-item {
  display: inline-block;
  margin-bottom: 20px;
}

.content__button-link {
  display: block;
  position: relative;
  min-width: 300px;
  color: #05499A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #05499A;
  border-radius: 100px;
  padding: 11px 35px 11px;
  box-sizing: border-box;
  text-decoration: none !important;
}
.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;
}

/* related-sites
------------------------------*/
.related-sites {
  position: relative;
  margin: 0 32px 80px;
  z-index: 2;
}

.related-sites__inner {
  width: 100%;
}

.related-sites__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #05499A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.related-sites__title--small {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
}

.related-sites__item-box {
  max-width: 350px;
  margin: 0 auto;
}

.related-sites__item {
  margin-bottom: 40px;
}
.related-sites__item:last-of-type {
  margin-bottom: 0;
}

.related-sites__text {
  color: #05499A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  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 Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #05499A;
  border-radius: 120px;
  box-sizing: border-box;
  text-decoration: none !important;
}

.related-sites__button-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14.5px;
  height: 13px;
  background-image: url(/cms/lineartown/img/icon_another_window_sp.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.related-sites__note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: -1em;
  text-align: left;
  padding-left: 1em;
  margin: 20px auto 0;
}

/* topics
------------------------------*/
.topics {
  position: relative;
  width: 100%;
  min-height: 300px;
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  background-color: #F7FAFD;
  margin: 0 auto 100px;
  padding: 80px 0 100px;
  box-sizing: border-box;
  overflow: hidden;
}
.topics .sp {
  display: none;
}
.topics .slick-dots {
  margin-top: 28px;
}
.topics .slide__prevArrow,
.topics .slide__nextArrow {
  top: 100%;
  transform: translateY(-23px);
}
.topics .slide__prevArrow {
  left: 20px;
}
.topics .slide__nextArrow {
  right: 20px;
}
.topics .slick-list {
  overflow: visible !important;
}

.topics__item-content {
  display: block;
}

.topics__title {
  position: relative;
  color: #05499A;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.topics__title-line {
  display: inline;
  background-image: linear-gradient(to right, #05499A 1px, transparent 1px);
  background-size: 5px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
  font-size: 28px;
}

.topics__item-box {
  max-height: 164.976vw;
  margin-bottom: 100px;
  overflow: hidden;
}
.topics__item-box.slick-initialized {
  max-height: none;
  overflow: visible;
}

.topics__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  padding: 40px 0px;
  margin: 0 20px;
  box-sizing: border-box;
}

.topics__item-thumbnail {
  width: 77.295vw;
  margin: 0 auto 20px;
}

.topics__item-thumbnail img {
  width: 77.295vw;
  height: 77.295vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.topics__item-inner {
  margin: 0 15px;
}

.topics__item-data {
  text-align: left;
  margin-bottom: 5px;
}

.topics__item-icon {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.topics__item-icon-text {
  display: block;
  color: #05499A;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #EBF4FF;
  border-radius: 100px;
  padding: 0 21.5px;
  box-sizing: border-box;
}

.topics__item-date {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
}

.topics__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
}

.topics__item-description {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}

.topics__item-link {
  margin-top: 20px;
}

.topics__item-link-text {
  display: inline-block;
  position: relative;
  color: #05499A;
  font-size: 17px;
  line-height: 30px;
  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 {
  margin: 0 57px;
}

.topics__button-link {
  display: block;
  position: relative;
  color: #05499A;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 2px solid #05499A;
  border-radius: 100px;
  transition: opacity 0.3 ease 0s;
  padding: 0 35px;
  box-sizing: border-box;
  text-decoration: none !important;
}
.topics__button-link:hover {
  opacity: 0.8;
}
.topics__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;
}

.topics__no-list-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 125px;
  box-sizing: border-box;
}

.topics__no-list-text__inner {
  display: inline-block;
  color: #05499A;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

/* return
------------------------------*/
.return {
  width: 100%;
  margin-bottom: 80px;
}
.return .pc {
  display: none;
}

.return__inner {
  position: relative;
  margin: 0 32px;
}

.return__item {
  display: block;
  position: relative;
  z-index: 1;
}

.return__link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
  color: #05499A;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.6px;
  background-color: #E5EDF6;
  border-radius: 40px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.return__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #05499A;
  border-right: 2px solid #05499A;
  transform: rotate(-135deg);
  margin-top: -5px;
}

.return__image {
  width: 100%;
  height: auto;
}

/* .return__mist {
  display: block;
  position: absolute;
  top: -300px;
  left: -395px;
  width: 569px;
  height: 454px;
  font-size: 0;
  line-height: 0;
  z-index: 0;
}

.return__mist-image {
  width: 100%;
  height: auto;
} */


.header {
  position: fixed;
  top:0;
  left:0;
  z-index: 999;
}
.header_inner {
  width: 100%;
  background: #fff;
}
.header_ShinkansenLogo {
  width: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_ShinkansenLogo img {
  width: 156px;
}
/****************
改修
**********************/
/* navi
------------------------------*/
/* body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
} */
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}
#header.fixed {
  position: fixed;
}
.header_linearLogo {
  width: calc(396px / 2);
}
.header_linearLogo img {
  width: 100%;
}
.header_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 1px 2px rgb(0,0,0,0.3);
}
.header_linearLogo {
  width: calc(396px / 2);
  display: flex;
  align-items: center;
}
.navi {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 14px;
}
.menu-icon div {
  width: 24px;
  height: 2px;
  background-color: #05499A;
  margin: 6px 0;
  transition: 0.4s;
}

.navi_ttl {position: relative;font-size: 20px;z-index: 2;width: 225px;}
.navi_ttl img {
  width: 100%;
}
.navi_under {
transition: all 0.5s;
transform: translateY(-101%);
position: absolute;
width: 100%;
}
.navi_bottom {
  background-color: #F8FAFE;
  padding: 26px 20px;
  z-index: 1;
  position: relative;
}
.navi_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.navi_itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}

.navi_itemBox a {
  font-size: 16px;
}
.navi_itemBox a .map__item-pref-name {
  font-size: 22px;
}
.navi_itemBox a .map__item-pref-kana {
  font-size: 9px;
}
.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 オープン時
------------------------------*/
body.is-fixed .bar1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}

body.is-fixed .bar2 {
  opacity: 0;
}

body.is-fixed .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

.is-open.navi_under {
transform: translateY(0%);
}
.is-open .navi__background {
  display: block;
}

footer {
  border-top: none;
}
.block-footernav ul.block-footernav--item-list * {
    box-sizing: border-box;
    text-decoration: none;
}
footer #copyright {
  font-size: 12px;
  border-top: none;
  padding: 0;
}


.map__item {
  font-size: 20px;
  line-height: 30px;
  width: 47.5%;
}

.map__item-link {
  display: flex;
  font-weight: 500;
  font-size: 17px;
  box-sizing: border-box;
  line-height: 20px;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  background-color: #FFF;
  flex-direction: column-reverse;
  background: linear-gradient(180deg, #fff 90%, #EF7C00 90%);
  box-shadow: 2px 1px 4px rgba(0,0,0,0.25);
  text-decoration: none !important;
  font-family: "Noto Sans JP", sans-serif;
  gap: 4px;
}
.map__item-pref-kana {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  
}
.map__item-pref-name {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
.map__item-link:hover {
  text-decoration: none;
}
.map__item:last-of-type {
  margin-left: 0;
}