@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Readex+Pro:wght@160..700&display=swap");
body,
input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.readex {
  font-family: "Readex Pro", sans-serif;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  color: #31413E;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #F5F6F6;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
body.is-modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid #31413E;
}

button {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}

table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

a {
  color: #31413E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@media (scripting: none) {
  .loading {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    -webkit-transition-duration: 1ms !important;
            transition-duration: 1ms !important;
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@keyframes cloud_pc {
  0% {
    left: 320px;
  }
  25% {
    left: 300px;
  }
  50% {
    left: 320px;
  }
  75% {
    left: 340px;
  }
  100% {
    left: 320px;
  }
}
@-webkit-keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@keyframes cloud_middle {
  0% {
    left: 300px;
  }
  25% {
    left: 290px;
  }
  50% {
    left: 300px;
  }
  75% {
    left: 310px;
  }
  100% {
    left: 300px;
  }
}
@-webkit-keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@keyframes cloud_sp {
  0% {
    right: -30px;
  }
  25% {
    right: 0;
  }
  50% {
    right: 10px;
  }
  75% {
    right: 0;
  }
  100% {
    right: -30px;
  }
}
@-webkit-keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes tower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  35% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  86% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  90% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  94% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  96% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* -------------------------------------------
  沿線NAVI キッズ記事一覧ページ
------------------------------------------- */
body.kids {
  background-color: #76E7C5;
}

.p-page-kids-archive {
  word-break: break-word;
}
.p-page-kids-archive .oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.p-page-kids-archive .aligncenter, .p-page-kids-archive .has-text-align-center {
  text-align: center !important;
}
.p-page-kids-archive .alignleft, .p-page-kids-archive .has-text-align-left {
  text-align: left !important;
}
.p-page-kids-archive .alignright, .p-page-kids-archive .has-text-align-right {
  text-align: right !important;
}
.p-page-kids-archive .main-wrap {
  padding-top: 210px;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap {
    padding-top: 96px;
    margin-bottom: 0px;
  }
}
.p-page-kids-archive .main-wrap .kids-heading {
  width: 880px;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .kids-heading {
    width: 100%;
    padding-bottom: 95px;
    margin-top: 34px;
  }
}
.p-page-kids-archive .main-wrap .kids-heading::before {
  content: "";
  width: 221px;
  height: 191px;
  background-image: url(../../../img/ensen/kids/human.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -103px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .kids-heading::before {
    max-width: 120px;
    width: 30.7vw;
    max-height: 115px;
    height: 29.4vw;
    bottom: -43px;
    left: 21px;
    background-image: url(../../../img/ensen/kids/human-sp.png);
  }
}
.p-page-kids-archive .main-wrap .kids-heading::after {
  content: "";
  width: 118.5px;
  height: 33.5px;
  background-image: url(../../../img/ensen/kids/hand.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 123px;
  bottom: -45px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .kids-heading::after {
    max-width: 70px;
    width: 17.9vw;
    max-height: 20px;
    height: 5.1vw;
    left: 80px;
    bottom: -12px;
  }
}
@media screen and (max-width: 374px) {
  .p-page-kids-archive .main-wrap .kids-heading::after {
    left: 21vw;
  }
}
.p-page-kids-archive .main-wrap .kids-heading_title {
  width: 450px;
  margin: 0 auto;
  margin-bottom: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .kids-heading_title {
    max-width: 400px;
    width: 82.8vw;
  }
}
.p-page-kids-archive .main-wrap .kids-heading_text {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  width: 333px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .kids-heading_text {
    width: 81%;
    min-width: 300px;
  }
}
.p-page-kids-archive .main-wrap .kids-heading_text::after {
  content: "";
  width: 355px;
  height: 138px;
  background-image: url(../../../img/ensen/kids/bus-pic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -420px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .kids-heading_text::after {
    max-width: 235px;
    width: 60.2vw;
    max-height: 89px;
    height: 22.8vw;
    right: -50px;
    bottom: -100px;
  }
}
.p-page-kids-archive .main-wrap .main-content {
  width: 1146px;
  margin: 0 0 0 auto;
  padding: 170px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content {
    width: 100%;
  }
}
.p-page-kids-archive .main-wrap .main-content::before {
  content: "";
  width: 100%;
  height: 170px;
  background-image: url(../../../img/ensen/kids/kids_bg-top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1146px;
  position: absolute;
  top: 0px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content::before {
    background-position: -20px top;
    background-size: 1176px;
  }
}
@media screen and (max-width: 745px) {
  .p-page-kids-archive .main-wrap .main-content::before {
    background-size: 1146px;
  }
}
.p-page-kids-archive .main-wrap .main-content::after {
  content: "";
  width: 100%;
  height: 170px;
  background-image: url(../../../img/ensen/kids/kids_bg-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1146px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content::after {
    background-position: -20px top;
  }
}
.p-page-kids-archive .main-wrap .main-content_inner {
  width: 100%;
  background-image: url(../../../img/ensen/kids/kids_bg.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 1146px;
  margin-top: -85px;
  margin-bottom: -110px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content_inner {
    background-position: -20px center;
    margin-top: -105px;
    margin-bottom: -125px;
  }
  .p-page-kids-archive .main-wrap .main-content_inner::before {
    content: "";
    width: 66px;
    height: 67px;
    background-image: url(../../../img/ensen/kids/ribbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 4px;
  }
}
.p-page-kids-archive .main-wrap .main-content .use-element {
  width: 786px;
  margin: 0 auto 0 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .use-element {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content {
  width: 100%;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head {
  position: relative;
  top: -10px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head {
    top: -3px;
    margin-bottom: 25px;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_title {
  color: #004494;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  padding: 0;
  padding-right: 5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_title {
    font-size: 26px;
    font-size: 1.625rem;
    padding-right: 4.7rem;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_title::after {
  display: none;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_title::before {
  content: "#";
  width: auto;
  height: auto;
  position: static;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_text {
  margin: 15px 0;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_text a {
  color: #004494;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_text a::before {
  background-image: none;
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #004494;
  border-right: solid 1.5px #004494;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .p-archive-head_text a::before {
    top: 8px;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list {
    gap: 5.6%;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item {
  width: 252px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item:nth-child(1), .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item:nth-child(2), .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item {
    width: 47.2%;
    margin-top: 30px;
  }
  .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item:nth-child(3) {
    margin-top: 30px;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item::before {
  display: none;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #31413E;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item a::before, .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item a::after {
  display: none;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item_pic {
  width: 100%;
  margin-bottom: 7px;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item_pic img {
  width: 100%;
  height: 252px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item_pic img {
    height: 42.3vw;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item_title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item_title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item_date {
  color: #8C928F;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .kids-list_item_date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .pagination {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .pagination {
    margin-top: 35px;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .pagination .prev a, .p-page-kids-archive .main-wrap .main-content .archive-content .pagination .next a {
  background: linear-gradient(158.54deg, #4280C3 -42.11%, #00418A 99.99%);
  border: none;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .pagination .prev a::before, .p-page-kids-archive .main-wrap .main-content .archive-content .pagination .next a::before {
  background-image: url(../../../img/common/arrow_right_thin-white.svg);
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .p-page-kids-archive .main-wrap .main-content .archive-content .pagination .prev a::before, .p-page-kids-archive .main-wrap .main-content .archive-content .pagination .next a::before {
    top: 0;
  }
}
.p-page-kids-archive .main-wrap .main-content .archive-content .pagination .current a {
  background: linear-gradient(158.54deg, #4280C3 -42.11%, #00418A 99.99%);
  border: none;
}
.p-page-kids-archive .main-wrap .main-content .archive-content .pagination li a {
  border: solid 1px #1A62B6;
}