@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
:root {
  --fontBase: 'Noto Sans JP', sans-serif;
  --color_main: #1c4182;
  --color_text: #333333;
}

@media only screen and (min-width: 769px) {
  html {
    font-size: min(10px, 0.8333333333vw) !important;
  }
  .show_pc {
    display: block !important;
  }
  .show_sp {
    display: none !important;
  }
  #contentsBlock {
    overflow: hidden;
  }
  #contentsBlock .container {
    box-sizing: border-box;
  }
  .contentsSouseiBlock {
    font-family: var(--fontBase);
  }
  .contentsSouseiBlock .row {
    display: block;
    width: 100%;
    max-width: 88.8rem;
    margin: 0 auto;
    color: var(--color_text);
  }
  .contentsSouseiBlock .tt {
    text-align: center;
    margin: 0;
    margin-bottom: 4.6rem;
  }
  .contentsSouseiBlock .tt em {
    font-style: normal;
    font-size: 4.2rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    color: var(--color_main);
    position: relative;
  }
  .contentsSouseiBlock .tt em:before {
    content: "";
    width: 2.9rem;
    height: 2.9rem;
    position: absolute;
    left: calc(-5.2rem + 0.3em);
    top: 53%;
    transform: translateY(-50%);
    background: url("../images/ic_plus.png") center/contain no-repeat;
  }
  .contentsSouseiBlock .tt em:after {
    position: absolute;
    content: "";
    width: 2.9rem;
    height: 2.9rem;
    right: -4rem;
    top: 53%;
    transform: translateY(-50%);
    background: url("../images/ic_plus.png") center/contain no-repeat;
  }
  .contentsSouseiBlock .tt + .stt {
    margin-top: -3.2rem;
  }
  .contentsSouseiBlock .stt {
    font-size: 2rem;
    line-height: 1.95;
    text-align: center;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .btn {
    width: 27.4rem;
    height: 3.9rem;
    color: #fff !important;
    padding: 0.8rem 1rem 1.2rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #ff9614;
    border-radius: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: none;
    font-feature-settings: "palt" 1;
    transition: opacity 0.3s ease;
  }
  .contentsSouseiBlock .btn:hover {
    opacity: 0.7;
    text-decoration: none !important;
  }
  .contentsSouseiBlock .btn:after {
    content: "";
    width: 1.2rem;
    height: 1.4rem;
    background: url("../images/ic_arr.png") center/contain no-repeat;
    margin-left: 0.8rem;
    position: relative;
    top: 0.2rem;
  }
  .contentsSouseiBlock .mv {
    position: relative;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 40.9rem;
    background: url("../images/mv_bg.jpg") center/cover no-repeat;
  }
  .contentsSouseiBlock .mv__logo {
    position: absolute;
    top: 2.8rem;
    right: 4.2rem;
    width: 11.1rem;
    height: auto;
  }
  .contentsSouseiBlock .mv__title {
    position: absolute;
    top: 4rem;
    left: 8.5rem;
    width: 42.3rem;
    height: auto;
  }
  .contentsSouseiBlock .mv__time {
    position: absolute;
    bottom: 4.1rem;
    left: 8.5rem;
    width: 51.1rem;
    height: auto;
  }
  .contentsSouseiBlock .menu {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    background: var(--color_main);
    padding: 0.8rem 0;
  }
  .contentsSouseiBlock .menu__list {
    display: flex;
    width: 100%;
    margin: 0;
  }
  .contentsSouseiBlock .menu__item {
    flex: 1;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .contentsSouseiBlock .menu__item:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 100%;
    background: #fff;
  }
  .contentsSouseiBlock .menu__item:first-child:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.1rem;
    height: 100%;
    background: #fff;
  }
  .contentsSouseiBlock .menu__item a {
    width: 100%;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-align: center;
    display: block;
    transition: opacity 0.3s ease;
  }
  .contentsSouseiBlock .menu__item a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
  }
  .contentsSouseiBlock .intro {
    text-align: center;
    padding: 5.5rem 0 10.6rem;
    position: relative;
  }
  .contentsSouseiBlock .intro p {
    font-size: 2rem;
    line-height: 1.95;
    letter-spacing: 0.05em;
  }
  .contentsSouseiBlock .intro__btn {
    margin-top: 3.9rem;
  }
  .contentsSouseiBlock .recommend {
    background: #fff5ca;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 5.9rem;
    position: relative;
  }
  .contentsSouseiBlock .recommend__title {
    text-align: right;
    margin: 0;
    margin-bottom: 4.9rem;
  }
  .contentsSouseiBlock .recommend__title img {
    width: 70.4rem;
    margin-top: -6.7rem;
  }
  .contentsSouseiBlock .recommend__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
  .contentsSouseiBlock .recommend__intro {
    text-align: center;
    margin-top: 2.8rem;
  }
  .contentsSouseiBlock .recommend__intro img {
    width: 63.1rem;
    height: auto;
    margin-left: -1rem;
  }
  .contentsSouseiBlock .event {
    padding: 4.9rem 0 6.8rem;
    position: relative;
  }
  .contentsSouseiBlock .event-item {
    display: flex;
    min-height: 6.6rem;
    margin-right: -1.5rem;
  }
  .contentsSouseiBlock .event-item:not(:first-child) {
    margin-top: 3.8rem;
  }
  .contentsSouseiBlock .event-item__label {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    font-weight: bold;
    color: #ff9614;
    width: 14.9rem;
    flex-shrink: 0;
    text-align: justify;
    display: flex;
    align-items: center;
    position: relative;
  }
  .contentsSouseiBlock .event-item__label:before {
    content: "";
    width: 0.5rem;
    height: calc(100% - 0.5rem);
    background: #ff9614;
    position: absolute;
    top: 0.2rem;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .contentsSouseiBlock .event-item__content {
    flex: 1;
    margin-left: 2.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contentsSouseiBlock .event-item__tt {
    display: block;
    font-size: 2.8rem;
    line-height: 1.2857142857;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  .contentsSouseiBlock .event-item__tt strong {
    font-weight: bold;
  }
  .contentsSouseiBlock .event-item__tt > small {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-left: 1.4rem;
    position: relative;
    top: -0.6rem;
  }
  .contentsSouseiBlock .event-item__tt em {
    font-style: normal;
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-left: 1rem;
    position: relative;
    top: -0.2rem;
  }
  .contentsSouseiBlock .event-item__tt.sm {
    font-size: 2.2rem;
  }
  .contentsSouseiBlock .event-item__tt.sm small {
    top: 0;
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 1.4rem;
    display: inline-block;
    letter-spacing: 0.03em;
  }
  .contentsSouseiBlock .event-item__stt {
    display: block;
    font-size: 1.7rem;
    margin-top: 0.4rem;
  }
  .contentsSouseiBlock .app {
    padding: 4.9rem 0 5.8rem;
    background: #e8f7fb;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .contentsSouseiBlock .app__top {
    position: relative;
    padding: 0 10rem;
    margin-bottom: 2.1rem;
  }
  .contentsSouseiBlock .app__top .tag {
    position: absolute;
    top: 0;
    right: 0.9rem;
    width: 10.2rem;
    height: 10.2rem;
    border-radius: 50%;
    font-size: 2.1rem;
    line-height: 1.380952381;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--color_main);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 0.8rem;
  }
  .contentsSouseiBlock .app__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem;
    margin-bottom: 2.8rem;
  }
  .contentsSouseiBlock .app-item {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2.1rem 3.1rem;
    position: relative;
  }
  .contentsSouseiBlock .app-item__icon {
    width: 7.3rem;
    height: auto;
    /* position: absolute;
    top: 0.3rem;
    left: -0.6rem; */
  }
  .contentsSouseiBlock .app-item__top {
    /* padding-left: 8rem;
    position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 1.5rem;
    margin-bottom: 1.9rem;
    min-height: 7.3rem;
  }
  .contentsSouseiBlock .app-item__tt {
    font-size: 3.4rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--color_main);
    /* position: relative;
    padding-bottom: 1.1rem; */
  }
  /* .contentsSouseiBlock .app-item__tt:after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #ff9614;
    border-radius: 0.3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  } */
  .contentsSouseiBlock .app-item__ct {
    font-size: 2.1rem;
    line-height: 2.25;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
    font-weight: 500;
  }
  .contentsSouseiBlock .app-item .btn {
    width: 32.9rem;
    height: 4.8rem;
    margin: 0 auto;
    display: flex;
    font-size: 2.1rem;
    font-weight: 500;
  }
  .contentsSouseiBlock .app-item .btn:before {
    content: "";
    width: 2.4rem;
    height: 2.1rem;
    background: url("../images/ic_arr02.png") center/contain no-repeat;
    margin-right: 0.8rem;
    position: relative;
    top: 0.2rem;
  }
  .contentsSouseiBlock .app-item .btn:after {
    display: none;
  }
  .contentsSouseiBlock .app-bot__tt {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    letter-spacing: 0.03em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contentsSouseiBlock .app-bot__tt span {
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    background: var(--color_text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.8rem;
    margin-right: 2.1rem;
  }
  .contentsSouseiBlock .app-box {
    border: 1px solid var(--color_text);
    border-radius: 1.5rem;
    padding: 1.6rem 2.5rem 1.9rem;
  }
  .contentsSouseiBlock .app-box__tt {
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color_main);
    letter-spacing: 0;
    margin-bottom: 0.8rem;
  }
  .contentsSouseiBlock .app-box__ct {
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .access {
    padding: 5.1rem 0 6.2rem;
    position: relative;
  }
  .contentsSouseiBlock .access .tt {
    margin-bottom: 4.3rem;
  }
  .contentsSouseiBlock .access-item:not(:first-child) {
    margin-top: 2.7rem;
  }
  .contentsSouseiBlock .access-item__tt {
    margin-bottom: 1.3rem;
  }
  .contentsSouseiBlock .access-item__tt span {
    display: inline-block;
    background: var(--color_main);
    color: #fff;
    min-width: 11.1rem;
    padding: 0.2rem 1.8rem 0.4rem 1rem;
    font-size: 1.9rem;
    line-height: 1.3157894737;
    letter-spacing: 0.15em;
    font-weight: 600;
    position: relative;
    font-feature-settings: "palt" 1;
  }
  .contentsSouseiBlock .access-item__tt span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-bottom: 3.5rem solid #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -2rem;
    z-index: 1;
  }
  .contentsSouseiBlock .access-item__ct {
    font-size: 1.7rem;
    line-height: 1.7058823529;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .access-item__ct > span {
    font-size: 3.6rem;
    line-height: 1.05;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .contentsSouseiBlock .access-item__ct > span small {
    font-size: 2.5rem;
    font-weight: 400;
  }
  .contentsSouseiBlock .access-item__ct em {
    margin-top: -0.4rem;
    display: block;
    font-style: normal;
    color: var(--color_text);
    font-size: 2.3rem;
    line-height: 1.5217391304;
    letter-spacing: 0.03em;
  }
  .contentsSouseiBlock .access-item__map iframe {
    width: 100%;
    height: 42.2rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  .contentsSouseiBlock .access-item__map p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0.4rem;
  }
  .contentsSouseiBlock .access a {
    color: var(--color_text) !important;
  }
  .contentsSouseiBlock .news {
    padding: 5rem 0 6.8rem;
    background: #e8f7fb;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .contentsSouseiBlock .news .tt {
    margin-bottom: 5.2rem;
  }
  .contentsSouseiBlock .news-list {
    max-width: 87.6rem;
    margin: 0 auto;
    background: #fff;
    padding: 1rem 1.3rem;
  }
  .contentsSouseiBlock .news-item:not(:first-child) {
    margin-top: 1rem;
  }
  .contentsSouseiBlock .news-item a {
    display: flex;
    transition: opacity 0.3s ease;
  }
  .contentsSouseiBlock .news-item a:hover {
    opacity: 0.7;
  }
  .contentsSouseiBlock .news-item__date {
    width: 13.7rem;
    flex-shrink: 0;
    font-size: 1.7rem;
    line-height: 1.7058823529;
    letter-spacing: 0;
    color: #0a3b6b;
    font-weight: bold;
    padding-right: 2rem;
  }
  .contentsSouseiBlock .news-item__txt {
    flex: 1;
    font-size: 1.7rem;
    line-height: 1.7058823529;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .memo {
    padding: 5.1rem 0 12.4rem;
  }
  .contentsSouseiBlock .memo .tt {
    margin-bottom: 5.5rem;
  }
  .contentsSouseiBlock .memo-ct {
    max-width: 65.3rem;
    margin: 0 auto;
  }
  .contentsSouseiBlock .anchor {
    position: absolute;
    top: -8rem;
    height: 8rem;
    z-index: -1;
  }
  .footer {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }
  .show_sp {
    display: block !important;
  }
  body {
    padding-bottom: 0 !important;
  }
  #contentsBlock {
    overflow: hidden;
  }
  #contentsBlock .container {
    padding-inline: 0;
    max-width: 100%;
  }
  #contentsBlock .topicPathBlock {
    padding: 3.0666666667vw 3.6vw 3.7333333333vw;
  }
  .contentsSouseiBlock {
    font-size: 1.3333333333vw !important;
    width: 100% !important;
    font-family: var(--fontBase);
  }
  .contentsSouseiBlock .row {
    display: block;
    width: 100%;
    padding-inline: 4vw;
    margin: 0 auto;
    color: var(--color_text);
  }
  .contentsSouseiBlock .tt {
    text-align: center;
    margin: 0;
    margin-bottom: 6.1333333333vw;
  }
  .contentsSouseiBlock .tt em {
    font-style: normal;
    font-size: 6.5333333333vw;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: var(--color_main);
    position: relative;
  }
  .contentsSouseiBlock .tt em:before {
    content: "";
    width: 4.4vw;
    height: 4.4vw;
    position: absolute;
    left: -8vw;
    top: 55%;
    transform: translateY(-50%);
    background: url("../images/ic_plus.png") center/contain no-repeat;
  }
  .contentsSouseiBlock .tt em:after {
    position: absolute;
    content: "";
    width: 4.4vw;
    height: 4.4vw;
    right: -6vw;
    top: 55%;
    transform: translateY(-50%);
    background: url("../images/ic_plus.png") center/contain no-repeat;
  }
  .contentsSouseiBlock .tt + .stt {
    margin-top: -1.4666666667vw;
  }
  .contentsSouseiBlock .stt {
    font-size: 3.8666666667vw;
    line-height: 1.6206896552;
    letter-spacing: 0.03em;
    font-feature-settings: "palt" 1;
  }
  .contentsSouseiBlock .btn {
    width: 56vw;
    height: 8vw;
    color: #fff !important;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.0666666667vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.05em;
    background: #ff9614;
    border-radius: 6.6666666667vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-feature-settings: "palt" 1;
  }
  .contentsSouseiBlock .btn:after {
    content: "";
    width: 2.6666666667vw;
    height: 2.8vw;
    background: url("../images/ic_arr.png") center/contain no-repeat;
    margin-left: 1.0666666667vw;
    position: relative;
    top: 0.2666666667vw;
  }
  .contentsSouseiBlock .mv {
    position: relative;
    height: 113.7333333333vw;
    background: url("../images/mv_bg_sp.jpg") center/cover no-repeat;
  }
  .contentsSouseiBlock .mv__logo {
    position: absolute;
    top: 2.6666666667vw;
    right: 2.8vw;
    width: 18.5333333333vw;
    height: auto;
  }
  .contentsSouseiBlock .mv__title {
    position: absolute;
    top: 13.3333333333vw;
    left: 4vw;
    width: 79.7333333333vw;
    height: auto;
  }
  .contentsSouseiBlock .mv__time {
    position: absolute;
    bottom: 3.6vw;
    left: 4vw;
    width: 85.2vw;
    height: auto;
  }
  .contentsSouseiBlock .menu {
    display: flex;
    background: var(--color_main);
    padding: 3.3333333333vw 0;
  }
  .contentsSouseiBlock .menu__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    gap: 3.2vw 0;
  }
  .contentsSouseiBlock .menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28.8vw;
    height: 7.7333333333vw;
    margin: 0;
    position: relative;
  }
  .contentsSouseiBlock .menu__item:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.1333333333vw;
    height: 100%;
    background: #fff;
  }
  .contentsSouseiBlock .menu__item:first-child:before, .contentsSouseiBlock .menu__item:nth-child(4):before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.1333333333vw;
    height: 100%;
    background: #fff;
  }
  .contentsSouseiBlock .menu__item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4666666667vw;
    line-height: 1.1923076923;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .contentsSouseiBlock .intro {
    text-align: center;
    padding: 8.4vw 0 22.1333333333vw;
    position: relative;
  }
  .contentsSouseiBlock .intro p {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
  }
  .contentsSouseiBlock .intro__btn {
    margin-top: 6.9333333333vw;
  }
  .contentsSouseiBlock .recommend {
    background: #fff5ca;
    padding-bottom: 7.0666666667vw;
    position: relative;
  }
  .contentsSouseiBlock .recommend__title {
    text-align: right;
    margin: 0;
    margin-bottom: 6vw;
  }
  .contentsSouseiBlock .recommend__title img {
    margin-top: -14.9333333333vw;
    margin-right: 0.2666666667vw;
  }
  .contentsSouseiBlock .recommend__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.2666666667vw;
    padding: 0 2.6666666667vw;
  }
  .contentsSouseiBlock .recommend__item {
    width: 84.9333333333vw;
  }
  .contentsSouseiBlock .recommend__intro {
    text-align: center;
    margin-top: 5.6vw;
  }
  .contentsSouseiBlock .recommend__intro img {
    width: 87.4666666667vw;
    height: auto;
  }
  .contentsSouseiBlock .event {
    padding: 8.1333333333vw 0;
    position: relative;
  }
  .contentsSouseiBlock .event__list {
    padding: 0 2.8vw;
  }
  .contentsSouseiBlock .event-item {
    display: flex;
    min-height: 9.4666666667vw;
    margin-right: -0.6666666667vw;
  }
  .contentsSouseiBlock .event-item:not(:first-child) {
    margin-top: 4.5333333333vw;
  }
  .contentsSouseiBlock .event-item__label {
    font-size: 4vw;
    line-height: 1.2571428571;
    font-weight: bold;
    color: #ff9614;
    width: 20.8vw;
    flex-shrink: 0;
    text-align: justify;
    display: flex;
    align-items: center;
    position: relative;
  }
  .contentsSouseiBlock .event-item__label:before {
    content: "";
    width: 0.6666666667vw;
    height: 100%;
    background: #ff9614;
    position: absolute;
    top: 0.4vw;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .contentsSouseiBlock .event-item__content {
    flex: 1;
    margin-left: 3.2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contentsSouseiBlock .event-item__tt {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.125;
    font-weight: 400;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .event-item__tt strong {
    font-weight: bold;
  }
  .contentsSouseiBlock .event-item__tt small {
    font-size: 2.5333333333vw;
    letter-spacing: 0.03em;
    margin-left: 2.2666666667vw;
    position: relative;
    top: -0.6666666667vw;
  }
  .contentsSouseiBlock .event-item__tt em {
    font-style: normal;
    font-size: 3.4666666667vw;
    letter-spacing: 0.03em;
  }
  .contentsSouseiBlock .event-item__tt.sm {
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
  .contentsSouseiBlock .event-item__tt.sm small {
    top: 0;
    font-size: 2.8vw;
    margin-left: 0;
    margin-top: 1.3333333333vw;
    display: inline-block;
  }
  .contentsSouseiBlock .event-item__stt {
    display: block;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
    margin-top: 0.6666666667vw;
  }
  .contentsSouseiBlock .app {
    padding: 8.4vw 0 6.1333333333vw;
    background: #e8f7fb;
    position: relative;
  }
  .contentsSouseiBlock .app__top {
    position: relative;
    padding: 0 4vw;
    margin-bottom: 6.9333333333vw;
  }
  .contentsSouseiBlock .app__top .stt {
    padding-right: 17.3333333333vw;
  }
  .contentsSouseiBlock .app__top .tag {
    position: absolute;
    bottom: -3.6vw;
    right: 2.5333333333vw;
    width: 18.8vw;
    height: 18.8vw;
    border-radius: 50%;
    font-size: 4vw;
    line-height: 1.3666666667;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--color_main);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .contentsSouseiBlock .app__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.0666666667vw;
    margin-bottom: 5.4666666667vw;
  }
  .contentsSouseiBlock .app-item {
    background: #fff;
    border-radius: 2.6666666667vw;
    padding: 4.8vw 6.4vw 3.2vw;
    position: relative;
  }
  .contentsSouseiBlock .app-item__icon {
    width: 16.5333333333vw;
    height: auto;
    /* position: absolute;
    top: 2vw;
    left: -1.0666666667vw; */
  }
  .contentsSouseiBlock .app-item__top {
    /* padding-left: 17.4666666667vw;
    position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3.4666666663vw;
    margin-bottom: 3.4666666666666663vw;
  }
  .contentsSouseiBlock .app-item__tt {
    font-size: 7.199999999999999vw;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--color_main);
    position: relative;
  }
  /* .contentsSouseiBlock .app-item__tt:after {
    content: "";
    width: 100%;
    height: 0.6666666667vw;
    background: #ff9614;
    border-radius: 0.4vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  } */
  .contentsSouseiBlock .app-item__ct {
    font-size: 4.533333333333333vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 1.6vw;
    text-align: center;
  }
  .contentsSouseiBlock .app-item .btn {
    width: 70.4vw;
    height: 10.4vw;
    margin: 0 auto;
    display: flex;
    font-size: 4.5333333333vw;
    font-weight: 500;
  }
  .contentsSouseiBlock .app-item .btn:before {
    content: "";
    width: 5.3333333333vw;
    height: 4.8vw;
    background: url("../images/ic_arr02.png") center/contain no-repeat;
    margin-right: 1.4666666667vw;
    position: relative;
    top: 0.2666666667vw;
  }
  .contentsSouseiBlock .app-item .btn:after {
    display: none;
  }
  .contentsSouseiBlock .app-bot__tt {
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
    letter-spacing: 0.085em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4.9333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contentsSouseiBlock .app-bot__tt span {
    font-size: 4.2666666667vw;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    background: var(--color_text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.0666666667vw 0.6666666667vw;
    margin-right: 2vw;
    position: relative;
    top: 0.2666666667vw;
  }
  .contentsSouseiBlock .app-box {
    border: 1px solid var(--color_text);
    border-radius: 2vw;
    padding: 2.2666666667vw 4vw 2.6666666667vw;
  }
  .contentsSouseiBlock .app-box__tt {
    font-size: 4.1333333333vw;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color_main);
    letter-spacing: 0.05em;
    margin-bottom: 0.4vw;
  }
  .contentsSouseiBlock .app-box__ct {
    font-size: 3.0666666667vw;
    line-height: 1.5652173913;
    letter-spacing: 0.03em;
  }
  .contentsSouseiBlock .access {
    padding: 7.8666666667vw 0 6vw;
    position: relative;
  }
  .contentsSouseiBlock .access .row {
    padding-inline: 6.8vw;
  }
  .contentsSouseiBlock .access .tt {
    margin-bottom: 8vw;
  }
  .contentsSouseiBlock .access-item {
    margin-right: -15px;
  }
  .contentsSouseiBlock .access-item:not(:first-child) {
    margin-top: 5.8666666667vw;
  }
  .contentsSouseiBlock .access-item__tt {
    margin-bottom: 2.9333333333vw;
  }
  .contentsSouseiBlock .access-item__tt span {
    display: inline-block;
    background: var(--color_main);
    color: #fff;
    min-width: 25.0666666667vw;
    height: 7.0666666667vw;
    padding: 0.5333333333vw 3.7333333333vw 1.0666666667vw 2.4vw;
    font-size: 4.2666666667vw;
    line-height: 1.2916666667;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
  }
  .contentsSouseiBlock .access-item__tt span:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4.1333333333vw solid transparent;
    border-right: 4.1333333333vw solid transparent;
    border-bottom: 7.6vw solid #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -4vw;
    z-index: 1;
  }
  .contentsSouseiBlock .access-item__ct {
    font-size: 3.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .access-item__ct > span {
    font-size: 6.1333333333vw;
    line-height: 1.0869565217;
    font-weight: bold;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .access-item__ct > span small {
    font-size: 4.2666666667vw;
    font-weight: 400;
  }
  .contentsSouseiBlock .access-item__ct em {
    display: block;
    font-style: normal;
    color: var(--color_text);
    font-size: 3.8666666667vw;
    line-height: 1.3103448276;
    letter-spacing: 0.03em;
  }
  .contentsSouseiBlock .access-item__map iframe {
    width: 100%;
    height: 74.9333333333vw;
    border-radius: 1.3333333333vw;
    overflow: hidden;
  }
  .contentsSouseiBlock .access-item__map p {
    font-size: 3.2vw;
    line-height: 1.4583333333;
    letter-spacing: 0.03em;
    margin-top: 1.7333333333vw;
  }
  .contentsSouseiBlock .access a {
    color: var(--color_text) !important;
  }
  .contentsSouseiBlock .news {
    padding: 8.2666666667vw 0 5.6vw;
    background: #e8f7fb;
    position: relative;
  }
  .contentsSouseiBlock .news .tt {
    margin-bottom: 6.6666666667vw;
  }
  .contentsSouseiBlock .news-list {
    background: #fff;
    padding: 5.3333333333vw 5.0666666667vw;
    border-radius: 2.6666666667vw;
  }
  .contentsSouseiBlock .news-item:not(:first-child) {
    margin-top: 2vw;
  }
  .contentsSouseiBlock .news-item a {
    display: block;
  }
  .contentsSouseiBlock .news-item__date {
    display: block;
    width: 100%;
    flex-shrink: 0;
    font-size: 3.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0;
    color: #0a3b6b;
    font-weight: bold;
    padding-right: 2.6666666667vw;
  }
  .contentsSouseiBlock .news-item__txt {
    font-size: 3.3333333333vw;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .contentsSouseiBlock .memo {
    padding: 8vw 0 10.4vw;
  }
  .contentsSouseiBlock .memo .tt {
    margin-bottom: 7.3333333333vw;
  }
  .contentsSouseiBlock .memo-ct {
    max-width: 86.9333333333vw;
    margin: 0 auto;
  }
  .contentsSouseiBlock .anchor {
    position: absolute;
    top: -11.7333333333vw;
    height: 11.7333333333vw;
    z-index: -1;
  }
  .footer {
    overflow: hidden;
    position: relative;
  }
}
body {
  font-family: var(--fontBase);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.contentsSouseiBlock div,
.contentsSouseiBlock span,
.contentsSouseiBlock applet,
.contentsSouseiBlock object,
.contentsSouseiBlock iframe,
.contentsSouseiBlock h1,
.contentsSouseiBlock h2,
.contentsSouseiBlock h3,
.contentsSouseiBlock h4,
.contentsSouseiBlock h5,
.contentsSouseiBlock h6,
.contentsSouseiBlock p,
.contentsSouseiBlock blockquote,
.contentsSouseiBlock pre,
.contentsSouseiBlock a,
.contentsSouseiBlock abbr,
.contentsSouseiBlock acronym,
.contentsSouseiBlock address,
.contentsSouseiBlock big,
.contentsSouseiBlock cite,
.contentsSouseiBlock code,
.contentsSouseiBlock del,
.contentsSouseiBlock dfn,
.contentsSouseiBlock em,
.contentsSouseiBlock img,
.contentsSouseiBlock ins,
.contentsSouseiBlock kbd,
.contentsSouseiBlock q,
.contentsSouseiBlock s,
.contentsSouseiBlock samp,
.contentsSouseiBlock small,
.contentsSouseiBlock strike,
.contentsSouseiBlock strong,
.contentsSouseiBlock sub,
.contentsSouseiBlock sup,
.contentsSouseiBlock tt,
.contentsSouseiBlock var,
.contentsSouseiBlock b,
.contentsSouseiBlock u,
.contentsSouseiBlock i,
.contentsSouseiBlock center,
.contentsSouseiBlock dl,
.contentsSouseiBlock dt,
.contentsSouseiBlock dd,
.contentsSouseiBlock ol,
.contentsSouseiBlock ul,
.contentsSouseiBlock li,
.contentsSouseiBlock fieldset,
.contentsSouseiBlock form,
.contentsSouseiBlock label,
.contentsSouseiBlock legend,
.contentsSouseiBlock table,
.contentsSouseiBlock caption,
.contentsSouseiBlock tbody,
.contentsSouseiBlock tfoot,
.contentsSouseiBlock thead,
.contentsSouseiBlock tr,
.contentsSouseiBlock th,
.contentsSouseiBlock td,
.contentsSouseiBlock article,
.contentsSouseiBlock aside,
.contentsSouseiBlock canvas,
.contentsSouseiBlock details,
.contentsSouseiBlock embed,
.contentsSouseiBlock figure,
.contentsSouseiBlock figcaption,
.contentsSouseiBlock footer,
.contentsSouseiBlock header,
.contentsSouseiBlock hgroup,
.contentsSouseiBlock menu,
.contentsSouseiBlock nav,
.contentsSouseiBlock output,
.contentsSouseiBlock ruby,
.contentsSouseiBlock section,
.contentsSouseiBlock summary,
.contentsSouseiBlock time,
.contentsSouseiBlock mark,
.contentsSouseiBlock audio,
.contentsSouseiBlock video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
}
.contentsSouseiBlock ul,
.contentsSouseiBlock ol {
  list-style: none;
  margin: 0;
}
.contentsSouseiBlock ul li,
.contentsSouseiBlock ol li {
  margin: 0;
}
.contentsSouseiBlock img {
  max-width: 100%;
  height: auto;
}
.contentsSouseiBlock a {
  text-decoration: none !important;
}
.contentsSouseiBlock a:hover {
  text-decoration: none !important;
}
.contentsSouseiBlock h2:after {
  content: none;
}