@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&family=Noto+Sans:wght@300;400;600&display=swap");
/* other
* ------------------------- */
.pc {
  display: block  !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 812px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block  !important;
  }
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

/*/////////////////////////////
EPSON
/////////////////////////////*/
/* font_base
* ------------------------- */
.fontNotoJP {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#contents {
  overflow: hidden;
  min-width: 1280px;
}
@media only screen and (max-width: 812px) {
  #contents {
    padding: 0;
    min-width: auto;
  }
}
#contents > .headSection > .innerBlock {
  width: 1240px;
  margin: 0 auto;
}
@media only screen and (max-width: 812px) {
  #contents > .headSection > .innerBlock {
    width: 92vw;
  }
}
#contents > .headSection > .innerBlock > h1 {
  font-size: 171.4285714286%;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media only screen and (max-width: 812px) {
  #contents > .headSection > .innerBlock > h1 {
    font-size: 116.6666666667%;
    line-height: 1.75;
    text-align: center;
  }
}
#contents > .headSection > .innerBlock > h1 > a {
  display: inline-block;
  color: #000;
  font-weight: bold;
}
#contents > .headSection > .innerBlock > h1 > a:hover {
  text-decoration: none;
}

#projection2023 {
  font-weight: 300;
  font-size: 100%;
  line-height: 1.6;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 812px) {
  #projection2023 {
    font-size: 85.7142857143%;
    line-height: 1.6;
  }
}
#projection2023 img {
  max-width: 100%;
  height: auto;
  outline: none;
  vertical-align: top;
}
#projection2023 a > .icon {
  position: relative;
  top: 3px;
  right: -2px;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
@media only screen and (max-width: 812px) {
  #projection2023 a > .icon {
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }
}
#projection2023 p a > .icon {
  top: 2px;
}
#projection2023 > .topPage {
  position: relative;
  width: 100%;
  min-width: 1280px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage {
    min-width: auto;
  }
}
#projection2023 > .topPage > .mainVisual {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual {
    width: 100%;
    min-width: auto;
    max-width: auto;
  }
}
#projection2023 > .topPage > .mainVisual > .image {
  position: relative;
  display: block;
  width: 100%;
  z-index: -1;
  transform: scale(1.15);
  transition: transform 3000ms ease;
}
#projection2023 > .topPage > .mainVisual > .image > .i {
  display: block;
  width: 100%;
}
#projection2023 > .topPage > .mainVisual > .titleBlock {
  position: absolute;
  top: 36px;
  left: 36px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .titleBlock {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
#projection2023 > .topPage > .mainVisual > .titleBlock > .subTitle {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 22px 24px 14px;
  font-size: 128.5714285714%;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .titleBlock > .subTitle {
    padding: 2.6666666667vw 2.6666666667vw 3.2vw;
    font-size: 100%;
    letter-spacing: -0.03em;
  }
}
#projection2023 > .topPage > .mainVisual > .titleBlock > .subTitle::after {
  position: absolute;
  bottom: -4px;
  left: 25px;
  content: "";
  width: 267px;
  height: 8px;
  background: url(../images/maintitle-line-pc.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .titleBlock > .subTitle::after {
    bottom: 1.6vw;
    left: 0;
    content: "";
    width: 100%;
    height: 1.0666666667vw;
    background: url(../images/maintitle-line-sp.svg) no-repeat center center/contain;
  }
}
#projection2023 > .topPage > .mainVisual > .titleBlock > .mainTitle {
  display: block;
  background-color: #fff;
  margin-top: -4px;
  padding: 22px 24px 18px;
  font-weight: 600;
  font-size: 242.8571428571%;
  line-height: 1.1764705882;
  letter-spacing: 0.10em;
  color: #005AB4;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .titleBlock > .mainTitle {
    margin-top: -0.8vw;
    padding: 1.0666666667vw 2.6666666667vw 1.0666666667vw;
    font-size: 166.6666666667%;
    line-height: 1.35;
    letter-spacing: -0.03em;
  }
}
#projection2023 > .topPage > .mainVisual > .titleBlock > .tagline {
  margin-top: 14px;
  display: inline-block;
  background-color: #fff;
  padding: 17px 24px 16px;
  font-size: 128.5714285714%;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .titleBlock > .tagline {
    margin-top: 2.4vw;
    padding: 1.0666666667vw 1.6vw 1.0666666667vw 2.4vw;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink {
  height: 63px;
  display: flex;
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 10;
  background-color: #FFFFFF;
  transition: background-color 0.6s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink {
    height: 10.9333333333vw;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .data {
  color: #fff;
  background-color: #005AB4;
  height: 100%;
  padding: 0 26px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .data {
    padding: 0 2.1333333333vw;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .data > .text {
  color: #fff;
  font-size: 128.5714285714%;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .data > .text {
    font-size: 100%;
    letter-spacing: 0;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner {
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .inner {
    padding-left: 4.5333333333vw;
    padding-right: 3.7333333333vw;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner > .new {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 128.5714285714%;
  line-height: 1;
  color: #005AB4;
  margin-right: 15px;
  letter-spacing: 0.03em;
  margin-top: -5px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .inner > .new {
    margin-top: -1.0666666667vw;
    font-size: 83.3333333333%;
    margin-right: 2.1333333333vw;
    letter-spacing: -0.03em;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner > .new::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 46px;
  height: 4px;
  background: url(../images/new-line-pc.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .inner > .new::after {
    bottom: -1.6vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    content: "";
    width: 7.7333333333vw;
    height: 1.0666666667vw;
    background: url(../images/new-line-sp.svg) no-repeat center center/contain;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner > .text {
  font-size: 128.5714285714%;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #000000;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .inner > .text {
    font-size: 100%;
    letter-spacing: 0;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner > .arrow {
  position: relative;
  margin-top: 2px;
  margin-left: 10px;
  width: 32px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .inner > .arrow {
    margin-top: 0;
    margin-left: 2.1333333333vw;
    width: 5.0666666667vw;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner > .arrow > .i {
  display: block;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner > .arrow > .line {
  position: relative;
  margin-top: 8px;
  width: 32px;
  height: 1px;
  background-color: #000;
  transition: width 0.4s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .inner > .arrow > .line {
    margin-top: 1.0666666667vw;
    width: 5.0666666667vw;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink > .inner > .arrow > .line::after {
  position: absolute;
  bottom: 4px;
  right: 0;
  transform: rotate(42deg);
  transform-origin: bottom;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink > .inner > .arrow > .line::after {
    transform: rotate(36deg);
    bottom: 0.8vw;
    width: 2.4vw;
    height: 1px;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink:hover {
  text-decoration: none;
  background-color: #DCE4EB;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink:hover {
    background-color: #FFFFFF;
  }
}
#projection2023 > .topPage > .mainVisual > .articlelink:hover > .inner > .arrow > .line {
  width: 39px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .mainVisual > .articlelink:hover > .inner > .arrow > .line {
    width: 5.0666666667vw;
  }
}
#projection2023 > .topPage > .mainVisual.show > .image {
  transform: scale(1);
}
#projection2023 > .topPage > .spotButton {
  display: block;
  width: max-content;
  margin: 24px auto 68px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotButton {
    margin: 6.1333333333vw auto 8.8vw;
  }
}
#projection2023 > .topPage > .spotButton > .anchorLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#projection2023 > .topPage > .spotButton > .anchorLink > .text {
  font-size: 128.5714285714%;
  line-height: 1.1111111111;
  letter-spacing: 0.02em;
  color: #005AB4;
  margin-right: 10px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotButton > .anchorLink > .text {
    font-size: 100%;
    line-height: 2.25;
    letter-spacing: -0.03em;
  }
}
#projection2023 > .topPage > .spotButton > .anchorLink > .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotButton > .anchorLink > .arrow {
    width: 8.8vw;
    height: 8.8vw;
  }
}
#projection2023 > .topPage > .spotButton > .anchorLink > .arrow > .icon {
  display: block;
  width: 16px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotButton > .anchorLink > .arrow > .icon {
    margin-top: 0.5333333333vw;
    width: 3.4666666667vw;
  }
}
#projection2023 > .topPage > .spotButton > .anchorLink > .arrow > .icon > .i {
  display: block;
  width: 100%;
}
#projection2023 > .topPage > .spotButton > .anchorLink > .arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005AB4;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#projection2023 > .topPage > .spotButton > .anchorLink:hover > .text {
  color: #FF3300;
  text-decoration: underline;
}
#projection2023 > .topPage > .spotButton > .anchorLink:hover > .arrow::after {
  transform: scale(1.8);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotButton > .anchorLink:hover > .arrow::after {
    transform: scale(1);
  }
}
#projection2023 > .topPage > .reportSection {
  width: 100%;
  min-width: 1280px;
  padding-top: 68px;
  padding-bottom: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection {
    min-width: auto;
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}
#projection2023 > .topPage > .reportSection > .sectionTitle {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 214.2857142857%;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: 'pwid' on;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection > .sectionTitle {
    font-size: 150%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
#projection2023 > .topPage > .reportSection > .sectionTitle::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  content: "";
  width: 100%;
  height: 8px;
  background: url(../images/title-line-01-pc.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection > .sectionTitle::after {
    bottom: -2.9333333333vw;
    height: 2.1333333333vw;
    background: url(../images/title-line-01-sp.svg) no-repeat center center/contain;
  }
}
#projection2023 > .topPage > .reportSection > .sectionTitle > .chach {
  position: absolute;
  top: -66px;
  right: -96px;
  transform: rotate(5deg);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 85.7142857143%;
  line-height: 66.6666666667%;
  letter-spacing: 0.02em;
  font-feature-settings: 'pwid' on;
  color: #005AB4;
  padding: 14px 23px 13px 22px;
  background-color: #BFE4FF;
  border-radius: 17px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection > .sectionTitle > .chach {
    top: -9.8666666667vw;
    right: -14.6666666667vw;
    transform: rotate(5deg);
    font-size: 66.6666666667%;
    line-height: 1.5;
    letter-spacing: -0.03em;
    padding: 1.8666666667vw 5.3333333333vw 1.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#projection2023 > .topPage > .reportSection > .sectionTitle > .chach::after {
  position: absolute;
  bottom: -20px;
  left: 62px;
  content: "";
  width: 25px;
  height: 23px;
  background: url(../images/balloon-Parts.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection > .sectionTitle > .chach::after {
    bottom: -2.9333333333vw;
    left: 9.3333333333vw;
    width: 3.7333333333vw;
    height: 3.4666666667vw;
  }
}
#projection2023 > .topPage > .reportSection > .lead {
  margin-top: 25px;
  font-size: 114.2857142857%;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection > .lead {
    margin-top: 5.8666666667vw;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock {
  position: relative;
  width: 760px;
  padding-top: 130px;
  position: relative;
  padding-bottom: 45px;
  margin: 26px auto 0;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock {
    width: 78.6666666667vw;
    padding-top: 14.4vw;
    padding-bottom: 8vw;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .image {
  position: relative;
  width: 593px;
  margin: 0 auto;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transform: scale(1.2462);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .image {
    width: 78.6666666667vw;
    min-width: auto;
    transform: scale(1);
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .image > .link {
  width: 100%;
  display: block;
  background-color: #fff;
}
#projection2023 > .topPage > .reportSection .reportBlock > .image > .link > .i {
  display: block;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.6s ease;
}
#projection2023 > .topPage > .reportSection .reportBlock > .image > .link.hidden {
  pointer-events: none;
}
#projection2023 > .topPage > .reportSection .reportBlock > .image.activeImage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #005AB4;
  transform: rotate(0deg);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 0.8;
  z-index: -1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .image.activeImage::before {
    transform: rotate(-3deg);
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .image.activeImage::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #005AB4;
  transform: rotate(0deg);
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 0.6;
  z-index: -1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .image.activeImage::after {
    transform: rotate(-6deg);
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .image:hover::before {
  transform: rotate(-3deg);
}
#projection2023 > .topPage > .reportSection .reportBlock > .image:hover::after {
  transform: rotate(-6deg);
}
#projection2023 > .topPage > .reportSection .reportBlock > .image:hover > .link > .i {
  opacity: 0.6;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .image:hover > .link > .i {
    opacity: 1;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  font-weight: 600;
  font-size: 171.4285714286%;
  line-height: 1.6666666667;
  border-bottom: 2px solid #005AB4;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .title {
    font-size: 150%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .lead {
  margin-top: 110px;
  font-size: 157.1428571429%;
  font-weight: 600;
  line-height: 1.2272727273;
  transition: opacity 0.2s ease;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .lead {
    margin-top: 8vw;
    font-size: 100%;
    line-height: 1.5;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .text {
  margin-top: 14px;
  font-size: 100%;
  line-height: 1.9285714286;
  transition: opacity 0.2s ease;
  letter-spacing: 0.03em;
  color: #000;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .text {
    margin-top: 1.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    width: 78.6666666667vw;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .link {
  width: max-content;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .link {
    margin: 5.3333333333vw auto 0;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .link > .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 185.7142857143%;
  line-height: 1.3461538462;
  margin-right: 10px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .link > .text {
    font-size: 150%;
    line-height: 1.5;
    margin-right: 2.6666666667vw;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .link > .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .link > .arrow {
    width: 8.8vw;
    height: 8.8vw;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .link > .arrow > .icon {
  display: block;
  width: 24px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .link > .arrow > .icon {
    width: 4.2666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
#projection2023 > .topPage > .reportSection .reportBlock > .link > .arrow > .icon > .i {
  display: block;
  width: 100%;
}
#projection2023 > .topPage > .reportSection .reportBlock > .link > .arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005AB4;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#projection2023 > .topPage > .reportSection .reportBlock > .link:hover > .arrow::after {
  transform: scale(1.8);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .reportSection .reportBlock > .link:hover > .arrow::after {
    transform: scale(1);
  }
}
#projection2023 > .topPage > .tabiPhotoSection {
  width: 100%;
  min-width: 1280px;
  background-color: #BFE4FF;
  padding-top: 59px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection {
    width: 100%;
    min-width: 110%;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner {
  width: 954px;
  margin: 0 auto;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner {
    width: 56.5333333333vw;
    margin: 0 20.8vw 0 22.6666666667vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .sectionTitle {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 185.7142857143%;
  line-height: 1.1538461538;
  letter-spacing: 0.02em;
  font-feature-settings: 'pwid' on;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .sectionTitle {
    font-size: 150%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item {
  position: relative;
  width: calc(100% / 3 - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item {
    width: 100%;
    margin-right: 0;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .image {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #005AB4;
  box-sizing: border-box;
  z-index: 10;
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .image > .i {
  display: block;
  width: 100%;
  z-index: 10;
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .image > .location {
  position: absolute;
  top: -1px;
  left: -1px;
  font-weight: 600;
  font-size: 128.5714285714%;
  line-height: 2.2222222222;
  color: #005AB4;
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #005AB4;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .image > .location {
    font-size: 150%;
    line-height: 1.5;
    padding: 1.0666666667vw 3.2vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .image::after {
  position: absolute;
  bottom: -10px;
  left: -10px;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #005AB4;
  z-index: -1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .image::after {
    bottom: -1.8666666667vw;
    left: -1.8666666667vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .title {
  margin-top: 23px;
  font-weight: 600;
  font-size: 128.5714285714%;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .title {
    margin-top: 5.8666666667vw;
    font-size: 116.6666666667%;
    line-height: 1.2857142857;
    letter-spacing: -0.03em;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .text {
  margin-top: 8px;
  font-size: 100%;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .text {
    margin-top: 1.8666666667vw;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: -0.03em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* 任意の行数を指定 */
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton {
  display: block;
  width: 100%;
  margin: 17px auto 0;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton {
    margin: 5.3333333333vw auto 0;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link {
  position: relative;
  display: block;
  height: 100%;
  padding: 16px 0;
  background-color: #fff;
  border: 1px solid #005AB4;
  transition: background-color 0.6s ease;
  text-decoration: none !important;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link {
    padding: 3.2vw 0;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  width: max-content;
  margin: 0 auto;
  padding-left: 46px;
  color: #005AB4;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text {
    font-size: 3.2vw;
    padding-left: 9.6vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text > .instagram {
  display: block;
  font-size: 14px;
  color: #000;
  margin-bottom: 3px;
  text-decoration: none !important;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text > .instagram {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text > .icon {
  top: 1px;
  margin-left: 4px;
  width: 17px;
  height: 17px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text > .icon {
    top: 1px;
    margin-left: 1.0666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/instagram-ico.png) no-repeat center center/contain;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link > .text::after {
    top: -0.8vw;
    width: 8.2666666667vw;
    height: 8.2666666667vw;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link:hover {
  background-color: #DCE4EB;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item > .instaButton > .link:hover {
    background-color: #FFFFFF;
  }
}
#projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .tabiPhotoSection > .sectionInner > .instaList > .item:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
#projection2023 > .topPage > .spotSection {
  width: 100%;
  min-width: 1280px;
  padding-top: 59px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection {
    min-width: auto;
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
#projection2023 > .topPage > .spotSection > .sectionTitle {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 214.2857142857%;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: 'pwid' on;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .sectionTitle {
    font-size: 150%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
#projection2023 > .topPage > .spotSection > .sectionTitle::after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  content: "";
  width: 100%;
  height: 8px;
  background: url(../images/title-line-02-pc.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .sectionTitle::after {
    bottom: -2.9333333333vw;
    height: 2.1333333333vw;
    background: url(../images/title-line-02-sp.svg) no-repeat center center/contain;
  }
}
#projection2023 > .topPage > .spotSection > .lead {
  margin-top: 25px;
  font-size: 114.2857142857%;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .lead {
    margin-top: 5.8666666667vw;
    margin-left: auto;
    margin-right: auto;
    width: 72.8vw;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider {
  margin-top: 61px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .spotSlider {
    margin-top: 6.6666666667vw;
    width: 100%;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider > .link {
  width: 694.4444444444%;
  display: flex;
  transition: opacity 0.6s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .spotSlider > .link {
    width: 597.3333333333vw;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner {
  width: 347.2222222222%;
  display: flex;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner {
    width: 597.3333333333vw;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner > .image {
  width: 34.7222222222%;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner > .image {
    width: 59.7333333333vw;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner > .image > .i {
  display: block;
  width: 100%;
}
#projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner:first-child {
  animation: loop 130s -65s linear infinite;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner:first-child {
    animation: loop 110s -55s linear infinite;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner:last-child {
  animation: loop2 130s linear infinite;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .spotSlider > .link > .SliderInner:last-child {
    animation: loop2 110s linear infinite;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider > .link:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .spotSlider > .link:hover {
    opacity: 1;
  }
}
#projection2023 > .topPage > .spotSection > .spotSlider.SlidePause > .link > .SliderInner {
  animation-play-state: paused;
}
#projection2023 > .topPage > .spotSection > .stopButton {
  width: max-content;
  margin: 40px 93px 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .stopButton {
    margin: 2.6666666667vw 4.8vw 0 auto;
  }
}
#projection2023 > .topPage > .spotSection > .stopButton > .buttonText {
  font-size: 128.5714285714%;
  line-height: 1.1111111111;
  margin-right: 10px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .stopButton > .buttonText {
    font-size: 100%;
    line-height: 2.25;
    margin-right: 1.6vw;
  }
}
#projection2023 > .topPage > .spotSection > .stopButton > .buttonIcon {
  position: relative;
  width: 50px;
  height: 50px;
  border: solid 1px #005AB4;
  border-radius: 50%;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .stopButton > .buttonIcon {
    width: 8.8vw;
    height: 8.8vw;
  }
}
#projection2023 > .topPage > .spotSection > .stopButton > .buttonIcon.play::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 11px;
  height: 23px;
  color: #005AB4;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .stopButton > .buttonIcon.play::before {
    width: 3.2vw;
    height: 4.8vw;
    font-size: 100%;
  }
}
#projection2023 > .topPage > .spotSection > .stopButton > .buttonIcon.pause::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 12px;
  height: 13px;
  background: url(../images/pause-icon.svg) no-repeat center center/cover;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .stopButton > .buttonIcon.pause::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
#projection2023 > .topPage > .spotSection > .stopButton:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .stopButton:hover {
    opacity: 1;
  }
}
#projection2023 > .topPage > .spotSection > .link {
  width: max-content;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .link {
    margin: 7.2vw auto 0;
  }
}
#projection2023 > .topPage > .spotSection > .link > .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 185.7142857143%;
  line-height: 1.3461538462;
  margin-right: 10px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .link > .text {
    font-size: 150%;
    line-height: 1.5;
    margin-right: 2.6666666667vw;
    letter-spacing: -0.02em;
  }
}
#projection2023 > .topPage > .spotSection > .link > .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .link > .arrow {
    width: 8.8vw;
    height: 8.8vw;
  }
}
#projection2023 > .topPage > .spotSection > .link > .arrow > .icon {
  display: block;
  width: 24px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .link > .arrow > .icon {
    width: 4.2666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
#projection2023 > .topPage > .spotSection > .link > .arrow > .icon > .i {
  display: block;
  width: 100%;
}
#projection2023 > .topPage > .spotSection > .link > .arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005AB4;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#projection2023 > .topPage > .spotSection > .link:hover > .arrow::after {
  transform: scale(1.8);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .topPage > .spotSection > .link:hover > .arrow::after {
    transform: scale(1);
  }
}
#projection2023 > .articlePage {
  width: 100%;
  background: #FAFAFA;
  overflow: hidden;
  padding-bottom: 120px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage {
    padding-bottom: 3.7333333333vw;
  }
}
#projection2023 > .articlePage > .mainVisual {
  padding-top: 45px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainVisual {
    padding-top: 0;
    width: 90.4vw;
  }
}
#projection2023 > .articlePage > .mainVisual > .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -26%, 0);
  font-size: 214.2857142857%;
  line-height: 1.3666666667;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainVisual > .title {
    font-size: 150%;
    line-height: 1.5;
  }
}
#projection2023 > .articlePage > .mainVisual > .title > .en {
  display: block;
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 53.3333333333%;
  line-height: 1.125;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainVisual > .title > .en {
    margin-top: 2.1333333333vw;
    font-size: 66.6666666667%;
    line-height: 1;
  }
}
#projection2023 > .articlePage > .mainVisual .image {
  display: block;
  width: 100%;
}
#projection2023 > .articlePage > .mainVisual .image > .i {
  display: block;
  width: 100%;
}
#projection2023 > .articlePage > .mainContents {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-bottom: 74px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents {
    width: 90.4vw;
    padding-bottom: 9.8666666667vw;
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection {
  position: relative;
  width: 958px;
  margin: 0 auto;
  padding-bottom: 112px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection {
    width: 80vw;
    margin: 0 auto;
    padding-bottom: 13.3333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .lead {
  position: relative;
  margin-top: 50px;
  margin-right: 209px;
  margin-left: auto;
  width: 319px;
  padding: 86px 57px 98px 58px;
  font-weight: 400;
  font-size: 142.8571428571%;
  line-height: 1.35;
  letter-spacing: -0.02em;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .lead {
    margin-top: 10.6666666667vw;
    margin-right: -3.7333333333vw;
    margin-left: auto;
    width: 50.6666666667vw;
    padding: 12.2666666667vw 6.1333333333vw 13.0666666667vw 6.1333333333vw;
    font-size: 100%;
    line-height: 1.4166666667;
    letter-spacing: 0;
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 434px;
  height: 265px;
  background: url(../images/article-balloon.svg) no-repeat center center/cover;
  z-index: -1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .lead::after {
    width: 62.9333333333vw;
    height: 38.9333333333vw;
    background: url(../images/article-balloon-sp.svg) no-repeat center center/cover;
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock {
  margin-top: 33px;
  margin-right: 28px;
  margin-left: auto;
  position: relative;
  width: 375px;
  padding: 47px 40px 46px;
  z-index: 10;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock {
    margin-top: 34.1333333333vw;
    margin-right: -3.7333333333vw;
    width: 55.2vw;
    padding: 3.2vw 4.2666666667vw 4vw;
    transform: rotate(-5deg);
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock > .name {
  position: relative;
  display: inline-block;
  font-size: 128.5714285714%;
  line-height: 1.2222222222;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock > .name {
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock > .name::after {
  content: "";
  position: absolute;
  bottom: -14px;
  display: block;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, transparent 0%, transparent 25%, #fff 25% 50%, transparent 50%, transparent 75%, #fff 75% 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock > .name::after {
    bottom: -1.3333333333vw;
    height: 1.0666666667vw;
    background-size: 2.1333333333vw 2.1333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock > .detail {
  margin-top: 29px;
  font-size: 100%;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock > .detail {
    margin-top: 2.9333333333vw;
    font-size: 83.3333333333%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005AB4;
  transform: rotate(3deg);
  z-index: -1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .profileBlock::after {
    transform: rotate(0);
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .profileImage {
  position: absolute;
  top: 194px;
  left: 21px;
  width: 456px;
  z-index: 20;
  transform: rotate(-3deg);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .leadSection > .profileImage {
    top: 32vw;
    left: -4vw;
    width: 63.7333333333vw;
    z-index: 20;
    transform: rotate(5deg);
  }
}
#projection2023 > .articlePage > .mainContents > .leadSection > .profileImage > .i {
  display: block;
  width: 100%;
}
#projection2023 > .articlePage > .mainContents > .articleSection {
  position: relative;
  width: 958px;
  margin: 0 auto;
  padding-top: 62px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection {
    width: 100%;
    padding-top: 13.3333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column {
  margin-top: 45px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column {
    margin-top: 9.3333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .columnTitle {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 214.2857142857%;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: 'pwid' on;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .columnTitle {
    font-size: 150%;
    line-height: 1.2222222222;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .columnTitle::after {
  content: "";
  position: absolute;
  bottom: -14px;
  display: block;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(-45deg, transparent 0%, transparent 25%, #FF892A 25% 50%, transparent 50%, transparent 75%, #FF892A 75% 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 8px 8px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .columnTitle::after {
    height: 2.1333333333vw;
    background-size: 2.1333333333vw 2.1333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider {
  position: relative;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  width: 758px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider {
    margin-top: 10.6666666667vw;
    width: 84.5333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper {
  width: 758px;
  height: 565px;
  position: relative;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper {
    width: 84.5333333333vw;
    height: 78.1333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 758px;
  z-index: 1;
  transition: z-index 300ms;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide {
    width: 84.5333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide > .i {
  display: block;
  width: 758px;
  height: 466px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide > .i {
    width: 84.5333333333vw;
    height: 51.7333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide > .caption {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 594px;
  font-size: 85.7142857143%;
  line-height: 1.6666666667;
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide > .caption {
    margin-top: 12vw;
    width: 80.2666666667vw;
    font-size: 83.3333333333%;
    line-height: 1.5;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide.nextImage {
  z-index: 3;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide.activeImage {
  z-index: 4;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide.activeImage > .caption {
  opacity: 1;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .SliderWrapper > .slide.animetion > .i {
  animation-name: cardAnimetion;
  animation-duration: 800ms;
  animation-fill-mode: forwards;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .decorationImage01 {
  position: absolute;
  width: 758px;
  height: 565px;
  top: 0;
  left: 0;
  transform: rotate(-8deg);
  z-index: 2;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .decorationImage01 {
    width: 84vw;
    height: 51.4666666667vw;
    top: 1.3333333333vw;
    transform: rotate(-10deg);
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .decorationImage01 > .i {
  display: block;
  width: 100%;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .decorationImage02 {
  position: absolute;
  width: 758px;
  height: 565px;
  top: 0;
  left: 0;
  transform: rotate(-4deg);
  z-index: 2;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .decorationImage02 {
    width: 84vw;
    height: 51.4666666667vw;
    top: 1.3333333333vw;
    transform: rotate(-5deg);
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .decorationImage02 > .i {
  display: block;
  width: 100%;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .prevButton {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 203px;
  left: -20px;
  z-index: 10;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .prevButton {
    width: 8.8vw;
    height: 8.8vw;
    top: 22.9333333333vw;
    left: -2.9333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .prevButton::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/swiper-arrow-prev.svg) no-repeat center center/cover;
  border-radius: 50%;
  cursor: pointer;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .prevButton:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .prevButton:hover {
    opacity: 1;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .nextButton {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 203px;
  right: -20px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .nextButton {
    width: 8.8vw;
    height: 8.8vw;
    top: 22.9333333333vw;
    right: -2.9333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .nextButton::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/swiper-arrow-next.svg) no-repeat center center/cover;
  border-radius: 50%;
  cursor: pointer;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .nextButton:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .articleSlider > .nextButton:hover {
    opacity: 1;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .detail {
  width: 594px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .detail {
    width: 80vw;
    margin-top: 6.4vw;
    font-size: 100%;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .note {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 594px;
  display: block;
  font-size: 12px;
  line-height: 1.6666666667;
  display: flex;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .articleSection > .column > .note {
    margin-top: 5.8666666667vw;
    width: 80vw;
    font-size: 83.3333333333%;
    line-height: 1.5;
  }
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column > .note > .head {
  font-feature-settings: normal;
  white-space: nowrap;
}
#projection2023 > .articlePage > .mainContents > .articleSection > .column:first-child {
  margin-top: 0;
}
#projection2023 > .articlePage > .mainContents > .link {
  width: max-content;
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .link {
    margin: 8vw auto 0;
  }
}
#projection2023 > .articlePage > .mainContents > .link > .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 185.7142857143%;
  line-height: 1.3461538462;
  margin-right: 10px;
  z-index: 2;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .link > .text {
    font-weight: 700;
    font-size: 133.3333333333%;
    line-height: 1.6875;
    margin-right: 2.6666666667vw;
  }
}
#projection2023 > .articlePage > .mainContents > .link > .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .link > .arrow {
    width: 8.8vw;
    height: 8.8vw;
  }
}
#projection2023 > .articlePage > .mainContents > .link > .arrow > .icon {
  display: block;
  width: 24px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .link > .arrow > .icon {
    width: 4.2666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
#projection2023 > .articlePage > .mainContents > .link > .arrow > .icon > .i {
  display: block;
  width: 100%;
}
#projection2023 > .articlePage > .mainContents > .link > .arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005AB4;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#projection2023 > .articlePage > .mainContents > .link:hover > .arrow::after {
  transform: scale(1.8);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .link:hover > .arrow::after {
    transform: scale(1);
  }
}
#projection2023 > .articlePage > .mainContents > .note {
  margin-top: 73px;
  font-size: 14px;
  line-height: 1.9285714286;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .articlePage > .mainContents > .note {
    font-size: 83.3333333333%;
    line-height: 1.5;
    margin: 10.1333333333vw 5.0666666667vw 0;
    text-align: left;
    justify-content: flex-start;
  }
}
#projection2023 > .articlePage > .mainContents > .note > .head {
  font-feature-settings: normal;
  white-space: nowrap;
}
#projection2023 > .locationPage {
  width: 954px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage {
    width: 90.4vw;
    padding-top: 0;
    padding-bottom: 13.3333333333vw;
  }
}
#projection2023 > .locationPage > .pageTitle {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 214.2857142857%;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .pageTitle {
    font-size: 150%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
#projection2023 > .locationPage > .anchorTab {
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  width: 952px;
  display: flex;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab {
    width: 90.4vw;
    margin-top: 4.2666666667vw;
    border: none;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
}
#projection2023 > .locationPage > .anchorTab > .item {
  width: calc(100%/7);
  height: 58px;
  border-right: 1px solid #E2E2E2;
  transition: background-color 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item {
    width: 22.4vw;
    height: 9.6vw;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
}
#projection2023 > .locationPage > .anchorTab > .item > .anchorLink {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#projection2023 > .locationPage > .anchorTab > .item > .anchorLink > .text {
  color: #000;
  font-weight: 600;
  font-size: 128.5714285714%;
  line-height: 1;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item > .anchorLink > .text {
    font-size: 133.3333333333%;
  }
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item:first-child {
    border-left: 1px solid #E2E2E2;
  }
}
#projection2023 > .locationPage > .anchorTab > .item:last-child {
  border-right: none;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item:last-child {
    border-right: 1px solid #E2E2E2;
  }
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item:nth-child(n+5) {
    margin-top: 1.0666666667vw;
  }
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item:nth-child(5) {
    border-left: 1px solid #E2E2E2;
  }
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item:nth-child(6) {
    width: 36.5333333333vw;
  }
}
#projection2023 > .locationPage > .anchorTab > .item:hover {
  background-color: #005AB4;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item:hover {
    background-color: #fff;
  }
}
#projection2023 > .locationPage > .anchorTab > .item:hover > .anchorLink > .text {
  color: #FFFFFF;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .anchorTab > .item:hover > .anchorLink > .text {
    color: #000;
  }
}
#projection2023 > .locationPage > .anchorTab > .item.hidden {
  background-color: #EEEEEE;
  pointer-events: none;
}
#projection2023 > .locationPage > .anchorTab > .item.hidden > .anchorLink > .text {
  color: #7B7B7B;
}
#projection2023 > .locationPage > .areaSection {
  padding-top: 69px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection {
    padding-top: 8vw;
  }
}
#projection2023 > .locationPage > .areaSection > .sectionTitle {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 214.2857142857%;
  line-height: 1.3333333333;
  letter-spacing: 0.10em;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: solid 2px #000;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .sectionTitle {
    font-size: 150%;
    line-height: 1.5;
    letter-spacing: -0.02em;
    padding-bottom: 1.0666666667vw;
    border-bottom: solid 1px #000;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList {
  display: block;
  width: 100%;
  padding-top: 70px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList {
    padding-top: 8vw;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock {
  width: 100%;
  background-color: #F4F4F4;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock {
    padding-top: 4.8vw;
    padding-bottom: 5.3333333333vw;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner {
  width: 874px;
  margin: 0 auto;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner {
    width: 79.7333333333vw;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top {
    display: block;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .image {
  width: 326px;
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .image > .i {
  display: block;
  width: 100%;
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock {
  width: 519px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock {
    width: 100%;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .name {
  display: block;
  width: max-content;
  font-weight: 600;
  font-size: 142.8571428571%;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 5px;
  border-bottom: solid 1px #000000;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .name {
    font-size: 133.3333333333%;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 1.6vw;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .address {
  margin-top: 2px;
  font-weight: 600;
  font-size: 128.5714285714%;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .address {
    margin-top: 1.6vw;
    font-size: 116.6666666667%;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .image {
    width: 79.7333333333vw;
    margin-top: 3.4666666667vw;
  }
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .image > .i {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .link {
    width: max-content;
    margin-top: 3.2vw;
    font-size: 116.6666666667%;
    line-height: 142.8571428571%;
    max-width: 79.7333333333vw;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .text01 {
  margin-top: 17px;
  font-size: 100%;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .text01 {
    margin-top: 7.7333333333vw;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .text02 {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .text02 {
    margin-top: 4vw;
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .text02 > .lead {
  display: block;
  font-size: 114.2857142857%;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 4px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .text02 > .lead {
    font-weight: 700;
    margin-top: 5.3333333333vw;
    font-size: 116.6666666667%;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 1.8666666667vw;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .top > .textBlock > .text02 > .lead > span {
  font-feature-settings: normal !important;
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom {
    margin-top: 4vw;
    display: block;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .detailBlock {
  width: 326px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .detailBlock {
    width: 100%;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .detailBlock > .text {
  font-size: 100%;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .detailBlock > .text {
    font-size: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .detailBlock > .text > span {
  font-feature-settings: normal !important;
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .detailBlock > .link {
  font-size: 100%;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .detailBlock > .link {
    font-size: 116.6666666667%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock > .blockInner > .bottom > .facility > .link {
  font-size: 100%;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  padding-bottom: 3px;
}
#projection2023 > .locationPage > .areaSection > .spotList > .spotBlock:nth-child(n+2) {
  margin-top: 20px;
}
#projection2023 > .locationPage > .areaSection#area-01 {
  padding-top: 99px;
  margin-top: 0;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection#area-01 {
    padding-top: 8.5333333333vw;
    margin-top: 0;
  }
}
#projection2023 > .locationPage > .areaSection#area-07 {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .areaSection#area-07 {
    padding-bottom: 13.3333333333vw;
  }
}
#projection2023 > .locationPage > .link {
  width: max-content;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .link {
    margin: 7.2vw auto 0;
  }
}
#projection2023 > .locationPage > .link > .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 185.7142857143%;
  line-height: 1.3461538462;
  margin-right: 10px;
  z-index: 2;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .link > .text {
    font-size: 133.3333333333%;
    line-height: 1.6875;
    margin-right: 2.6666666667vw;
  }
}
#projection2023 > .locationPage > .link > .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .link > .arrow {
    width: 8.8vw;
    height: 8.8vw;
  }
}
#projection2023 > .locationPage > .link > .arrow > .icon {
  display: block;
  width: 24px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .link > .arrow > .icon {
    width: 4.2666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
#projection2023 > .locationPage > .link > .arrow > .icon > .i {
  display: block;
  width: 100%;
}
#projection2023 > .locationPage > .link > .arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005AB4;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#projection2023 > .locationPage > .link:hover > .arrow::after {
  transform: scale(1.8);
}
@media only screen and (max-width: 812px) {
  #projection2023 > .locationPage > .link:hover > .arrow::after {
    transform: scale(1);
  }
}

@keyframes cardAnimetion {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(80%, -80%, 0) rotate(25deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}