@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  font-size: min(0.7163323782vw, 62.5%);
  scroll-padding-top: 15.8rem;
}

@media screen and (max-width: 959.98px) {
  html {
    width: 100%;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #4e5155;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 958.98px) {
  html {
    font-size: 1.333333vw;
  }
}
@media (min-width: 960px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.italic {
  font-style: italic;
}

picture {
  display: block;
}

#footer {
  padding: 9rem 0 5rem;
  background: url(/travel-information/assets/img/common/bg_footer.webp) #ebf2f7 no-repeat top center/100% auto;
}

@media screen and (max-width: 959.98px) {
  #footer {
    padding: 0;
    background: none;
  }
}
.f_inner {
  max-width: 124rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 959.98px) {
  .f_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .f_upper {
    background-color: #ebf2f7;
    padding: 3rem 8rem;
  }
}
.f_pri_list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959.98px) {
  .f_pri_list {
    display: block;
  }
}
.f_pri_item {
  font-size: 1.8rem;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .f_pri_item {
    border-bottom: 1px solid #002952;
  }
  .f_pri_item:last-of-type {
    border-bottom: none;
  }
}
.f_pri_item.is-active .f_toggle::before {
  transform: translateY(-50%) rotate(-135deg);
}

.f_pri_item .f_toggle {
  display: none;
}

@media screen and (max-width: 959.98px) {
  .f_pri_item .f_toggle {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 14rem;
    height: 14rem;
    border: none;
    background-color: transparent;
    z-index: 5;
  }
  .f_pri_item .f_toggle::before {
    transition: 0.3s transform;
    content: "";
    position: absolute;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    right: 0.5rem;
    border-bottom: 0.4rem solid #002952;
    border-right: 0.4rem solid #002952;
    transform: translateY(-50%) rotate(45deg);
  }
}
.f_pri_item a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s color;
}

@media (any-hover: hover) {
  .f_pri_item a:hover, .f_pri_item a:focus {
    color: #0066bf;
  }
}
.f_pri_item > a {
  font-family: "Inter", sans-serif;
  white-space: nowrap;
  font-weight: 600;
  color: #002952;
  display: block;
}

@media screen and (max-width: 959.98px) {
  .f_pri_item > a {
    font-size: 3.2rem;
    padding: 5rem 0;
    color: #333;
  }
}
.f_pri_sub_list {
  padding-top: 1.2rem;
}

@media screen and (max-width: 959.98px) {
  .f_pri_sub_list {
    position: relative;
    top: -5rem;
    display: none;
  }
}
.f_pri_sub_item {
  font-size: 1.4rem;
}

@media screen and (max-width: 959.98px) {
  .f_pri_sub_item {
    font-size: 2.8rem;
  }
}
.f_pri_sub_item a {
  display: block;
  padding: 0.7rem 0;
  color: #002952;
  white-space: nowrap;
}

@media screen and (max-width: 959.98px) {
  .f_pri_sub_item a {
    padding: 2rem 0;
    color: #4E5155;
  }
}
.f_bottom {
  margin-top: 2.4rem;
}

@media screen and (max-width: 959.98px) {
  .f_bottom {
    margin-top: 0;
    padding: 8rem 6.4rem;
  }
}
.f_bottom .f_flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959.98px) {
  .f_bottom .f_flex {
    display: block;
  }
}
.f_bottom .f_flex .btn_wrapper {
  width: 23.6rem;
}

@media screen and (max-width: 959.98px) {
  .f_bottom .f_flex .btn_wrapper {
    width: 49rem;
  }
}
.f_scd {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-left: auto;
}

@media screen and (max-width: 959.98px) {
  .f_scd {
    font-size: 2.8rem;
    margin: 4.5rem 0 0;
  }
}
.f_scd_list {
  display: flex;
  gap: 0 2.2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 959.98px) {
  .f_scd_list {
    gap: 0 6rem;
  }
}
.f_scd_list a {
  text-decoration: none;
  color: #002952;
  display: block;
  padding: 1rem;
}

@media (any-hover) {
  .f_scd_list a {
    transition: 0.3s;
  }
  .f_scd_list a:hover, .f_scd_list a:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959.98px) {
  .f_scd_list a {
    padding: 1.5rem 0;
  }
}
.copyright {
  display: block;
  margin-top: 2.3rem;
  font-size: 1.2rem;
  text-align: right;
  color: #414141;
  line-height: 1.6666666667;
}

@media screen and (max-width: 959.98px) {
  .copyright {
    font-size: 2.4rem;
    color: #606060;
    margin-top: 4.5rem;
    text-align: left;
  }
}
#header {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  height: 10.8rem;
}

@media screen and (max-width: 959.98px) {
  #header {
    height: 12rem;
  }
}
.h_shadow {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0px 8px 8px -7px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.h_inner {
  max-width: 144rem;
  margin: 0 auto;
  width: 100%;
  padding-left: 4rem;
  padding-right: 1.6rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 24.4rem 1fr;
  grid-template-rows: 5.5rem 1fr;
  gap: 0px 0px;
  grid-template-areas: "logo right" "bottom bottom";
}

@media screen and (max-width: 959.98px) {
  .h_inner {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
  }
}
.h_upper {
  padding-top: 1.1rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959.98px) {
  .h_upper {
    background-color: #fff;
    height: 12rem;
    padding-top: 0;
    position: relative;
    z-index: 20;
  }
}
@media screen and (max-width: 959.98px) {
  .h_nav_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 66rem;
  }
  .h_nav_wrapper::after {
    content: "";
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.26);
    z-index: -1;
  }
}
.h_nav_wrapper .h_right {
  width: 100%;
}

.h_right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  grid-area: right;
}

@media screen and (max-width: 959.98px) {
  .h_right {
    position: relative;
    z-index: 20;
    height: 12rem;
    justify-content: flex-end;
    position: relative;
  }
  .h_nav_wrapper .h_right {
    background-color: #fff;
  }
}
.h_logo {
  grid-area: logo;
  margin-top: 1.1rem;
}

@media screen and (max-width: 959.98px) {
  .h_logo {
    margin-top: 2.6rem;
    margin-left: 4rem;
    width: 27rem;
  }
}
.h_logo a {
  display: block;
}

@media (any-hover) {
  .h_logo a {
    transition: 0.3s;
  }
  .h_logo a:hover, .h_logo a:focus {
    opacity: 0.7;
  }
}
.h_logo img {
  width: 100%;
  height: auto;
}

.search,
.language {
  border-radius: 100px;
  height: 3.2rem;
  flex-shrink: 0;
  transition: 0.3s background-color;
}

@media screen and (max-width: 959.98px) {
  .search,
  .language {
    height: 12rem;
  }
}
@media (any-hover: hover) {
  .search:hover, .search:focus,
  .language:hover,
  .language:focus {
    background-color: #ebf2f7;
  }
}
.language {
  width: 3.2rem;
  position: relative;
}

.language.is-show .lang_global {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 959.98px) {
  .language {
    width: 11rem;
  }
  .language.is-active .lang_global {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .language.is-active::before, .language.is-active::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5.6rem;
    height: 2px;
    background-color: #0066bf;
    transition: 0.3s all;
    left: 50%;
  }
  .language.is-active::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .language.is-active::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .language.is-active .icn-language {
    visibility: hidden;
  }
  .language.is-disabled {
    pointer-events: none;
  }
  .language.is-disabled .icn-language {
    fill: #9aa9ba;
  }
}
.lang_global {
  position: absolute;
  z-index: 10;
  padding-top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: inherit;
  pointer-events: none;
  transition: 0.3s opacity;
}

@media screen and (max-width: 959.98px) {
  .lang_global {
    position: fixed;
    top: 12rem;
    width: 66rem;
    background-color: #ebf2f7;
    padding: 0 5.2rem;
    height: calc(100vh - 12rem);
    overflow: auto;
    right: 0;
    left: auto;
    transform: translateX(0);
    transition: none;
    padding-bottom: 16rem;
  }
}
.lang_global .md {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 2rem;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 959.98px) {
  .lang_global .md {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.lang_global .md li:last-of-type .trans {
  border-bottom: none !important;
}

#header .trans {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 1.2rem 0;
  display: block;
  min-width: 12rem;
  border-bottom: 1px solid #9aa9ba;
  font-family: "Inter", sans-serif;
}

@media (any-hover: hover) {
  #header .trans:hover, #header .trans:focus {
    color: #0066bf;
  }
}
@media screen and (max-width: 959.98px) {
  #header .trans {
    font-size: 3.2rem;
    padding: 6rem 0;
    color: #002952;
    font-weight: 600;
  }
}
.btn_language {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100px;
}

.icn-search,
.icn-language {
  fill: #0066bf;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

@media screen and (max-width: 959.98px) {
  .icn-search,
  .icn-language {
    width: 4rem;
    height: 4rem;
  }
}
.search {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .search {
    width: 11rem;
    display: grid;
    place-content: center;
  }
  .search::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    background-color: #0066bf;
    height: 5.5rem;
    border-radius: 100px;
    transform: translateY(-50%);
  }
}
.search.is-disabled {
  pointer-events: none;
}

.search.is-disabled .icn-search {
  fill: #9aa9ba;
}

.search.is-focus {
  background-color: #ebf2f7;
}

.search.is-focus .form_wrapper > div {
  width: 8rem;
}

.search.is-focus .btn_submit {
  pointer-events: auto;
}

@media screen and (max-width: 959.98px) {
  .search.is-active #search_global {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .search.is-active .btn_search::before, .search.is-active .btn_search::after {
    display: block;
  }
  .search.is-active .btn_search .icn-search {
    display: none;
  }
}
@media screen and (max-width: 959.98px) {
  #search_global {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    width: 66rem;
    right: 0;
    top: 12rem;
    background-color: #ebf2f7;
    padding: 5rem 3.5rem;
    z-index: 10;
  }
}
#trafficinfo .emergency-area {
  margin-top: 3.5rem;
  padding: 6rem 12rem;
  border-radius: 1.6rem;
  background-color: #fff2f2;
}

#trafficinfo .emergency-area p {
  line-height: 1.75;
  font-size: 1.6rem;
}

#trafficinfo .emergency-area p span {
  color: #a80000 !important;
}

#trafficinfo .emergency-area p:empty {
  height: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  #trafficinfo .emergency-area {
    padding: 3rem 6rem;
  }
  #trafficinfo .emergency-area p {
    font-size: 2.6rem;
  }
  #trafficinfo .emergency-area p:empty {
    height: 2.6rem;
  }
}
.form_wrapper {
  display: flex;
}

@media screen and (max-width: 959.98px) {
  .form_wrapper {
    background-color: #fff;
    border-radius: 100px;
    padding: 1rem 2rem;
  }
}
.form_wrapper > div {
  width: 0;
  overflow: hidden;
  transition: 0.3s width;
}

@media screen and (max-width: 959.98px) {
  .form_wrapper > div {
    width: auto;
    flex-grow: 1;
  }
}
.btn_form {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 3.2rem;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 959.98px) {
  .btn_form {
    width: 100%;
    height: 100%;
  }
}
.btn_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 959.98px) {
  .btn_search::before, .btn_search::after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #0066bf;
    top: 50%;
    left: 50%;
    height: 5.5rem;
    display: none;
  }
  .btn_search::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .btn_search::after {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.btn_search.is-hide {
  display: none;
  pointer-events: none;
}

.btn_submit {
  margin-left: auto;
  pointer-events: none;
}

@media screen and (max-width: 959.98px) {
  .btn_submit {
    pointer-events: auto;
    width: 7rem;
    padding-top: 1rem;
  }
}
.searchBox {
  margin-left: 1rem;
  width: 7rem;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
}

.searchBox::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

@media screen and (max-width: 959.98px) {
  .searchBox {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    padding: 1rem;
  }
}
.searchBox:focus {
  outline: none;
}

.books_ticket {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .books_ticket {
    margin-left: 0;
    padding-left: 0;
    margin-top: 4rem;
  }
}
.books_ticket::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1.4rem;
  width: 1px;
  background-color: #0066bf;
  left: 0;
}

@media screen and (max-width: 959.98px) {
  .books_ticket::before {
    display: none;
  }
}
.books_ticket a {
  min-width: 12.4rem;
  height: 3.5rem;
  font-size: 1.2rem;
  display: block;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 600;
  background-color: #0066bf;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.6rem;
  border-radius: 100px;
  text-align: center;
  transition: 0.3s background-color, 0.3s color;
}

@media screen and (max-width: 959.98px) {
  .books_ticket a {
    font-size: 3.2rem;
    height: 9.4rem;
    min-width: 37rem;
    border-radius: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .books_ticket a:hover, .books_ticket a:focus {
    background-color: #d6e0ea;
    color: #0d284f;
  }
  .books_ticket a:hover .p-icn-ticket, .books_ticket a:focus .p-icn-ticket {
    fill: #0d284f;
  }
}
.p-icn-ticket {
  width: 1.6rem;
  height: 1.2rem;
  fill: #fff;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 0.6rem;
  transition: 0.3s fill;
  position: relative;
  top: 0.15rem;
}

@media screen and (max-width: 959.98px) {
  .p-icn-ticket {
    width: 4.4rem;
    height: 3.2rem;
    margin-right: 1.8rem;
  }
}
.h_ham_wrapper {
  display: none;
  width: 12rem;
  height: 100%;
}

@media screen and (max-width: 959.98px) {
  .h_ham_wrapper {
    display: block;
  }
}
.h_ham_wrapper.is-disabled {
  pointer-events: none;
}

.h_ham_wrapper.is-disabled .hamburger {
  background-color: #9aa9ba;
}

.hamburger {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0066bf;
  border: none;
  padding: 0;
  margin: 0;
}

.hamburger.is-cross .line:first-of-type {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.hamburger.is-cross .line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.is-cross .line:last-of-type {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.hamburger .line {
  position: absolute;
  width: 5rem;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* transition: $transition all; */
}

.hamburger .line:first-of-type {
  top: calc(50% - 2rem);
}

.hamburger .line:nth-of-type(2) {
  top: calc(50% - 1px);
}

.hamburger .line:last-of-type {
  top: calc(50% + 2rem - 2px);
}

.h_bottom {
  grid-area: bottom;
}

@media screen and (max-width: 959.98px) {
  .h_bottom {
    z-index: 10;
    width: 66rem;
    position: absolute;
    top: 12rem;
    background-color: #ebf2f7;
    height: calc(100dvh - 12rem);
    padding: 1rem 5.2rem 16rem;
    overflow: auto;
    overscroll-behavior-y: contain;
    right: 0;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .h_bottom.is-show {
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
}
.h_nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 959.98px) {
  .h_nav {
    width: auto;
    margin: 0;
  }
}
.h_nav_list {
  display: flex;
}

@media screen and (max-width: 959.98px) {
  .h_nav_list {
    display: block;
  }
}
.h_nav_item {
  height: 5.3rem;
}

@media screen and (max-width: 959.98px) {
  .h_nav_item {
    height: auto;
    border-bottom: 1px solid #9aa9ba;
  }
  .h_nav_item:last-of-type {
    border-bottom: none;
  }
}
.h_nav_button {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 0.85rem;
  position: relative;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 3.2rem;
  padding-right: 4rem;
  cursor: pointer;
  text-align: left;
  border-radius: 0.8rem 0.8rem 0 0;
  transition: 0.3s background-color, 0.3s color;
  text-decoration: none;
  color: #000;
  position: relative;
  z-index: 1;
}

.h_nav_button.is-active {
  background-color: #0066bf;
  color: #fff;
}

.h_nav_button.is-active .icn {
  fill: #fff !important;
}

@media screen and (max-width: 959.98px) {
  .h_nav_button {
    color: #002952;
    font-size: 3.2rem;
    padding: 4rem 0;
  }
  .h_nav_button::before, .h_nav_button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.2rem;
    height: 1px;
    background-color: #000;
    transition: 0.3s transform;
  }
  .h_nav_button::before {
    transform: translateY(-50%);
  }
  .h_nav_button::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .h_nav_button.is-open::after {
    transform: translateY(-50%);
  }
}
.h_nav_button .icn {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  fill: #0066bf;
  fill-rule: evenodd;
  transition: 0.3s background-color;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .h_nav_button .icn {
    display: none;
  }
}
.gecko .h_nav_button .icn {
  position: relative;
  top: -0.1rem;
}

.win .h_nav_button .icn {
  position: relative;
  top: -0.2rem;
}

@media (any-hover: hover) {
  .h_nav_button:hover, .h_nav_button:focus {
    background-color: #0066bf;
    color: #fff;
  }
}
@media screen and (any-hover: hover) and (max-width: 959.98px) {
  .h_nav_button:hover, .h_nav_button:focus {
    background-color: #ebf2f7 !important;
    color: #002952 !important;
  }
}
@media (any-hover: hover) {
  .h_nav_button:hover .icn, .h_nav_button:focus .icn {
    fill: #fff !important;
  }
}
.h_sub_nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 1.8rem 3rem 3.2rem;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 1.6rem 1.6rem;
  overflow: hidden;
  width: 124rem;
  box-shadow: 0px 4px 19px -9px rgba(0, 0, 0, 0.22);
  display: none;
}

.h_sub_nav.is-active {
  display: flex;
}

@media screen and (max-width: 959.98px) {
  .h_sub_nav {
    display: none;
    position: static;
    width: auto;
    border-radius: 1rem;
    padding: 0;
    margin-bottom: 4rem;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    box-shadow: none;
  }
}
.h_sub_nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.4rem;
  background-color: #0066bf;
}

@media screen and (max-width: 959.98px) {
  .h_sub_nav::before {
    display: none;
  }
}
.h_sub_nav::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.46 13.88"><path class="cls-1" d="M8.69.72c.71-.85,1.97-.96,2.82-.26.09.08.18.16.26.26l8.23,9.88c.71.85.59,2.11-.26,2.82-.36.3-.81.46-1.28.46H2C.89,13.88,0,12.98,0,11.88c0-.47.16-.92.46-1.28L8.69.72Z"/></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.46 13.88"><path class="cls-1" d="M8.69.72c.71-.85,1.97-.96,2.82-.26.09.08.18.16.26.26l8.23,9.88c.71.85.59,2.11-.26,2.82-.36.3-.81.46-1.28.46H2C.89,13.88,0,12.98,0,11.88c0-.47.16-.92.46-1.28L8.69.72Z"/></svg>') no-repeat center center/100% 100%;
  background-color: #0066bf;
  bottom: 0.8rem;
  width: 2.5rem;
  height: 1.5rem;
  transform: translateX(-50%);
}

@media screen and (max-width: 959.98px) {
  .h_sub_nav::after {
    display: none;
  }
}
.h_sub_nav_main {
  width: 36rem;
  border-right: 1px solid #9aa9ba;
  display: grid;
  place-content: center left;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 4.9rem;
  padding-right: 2rem;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959.98px) {
  .h_sub_nav_main {
    display: block;
    width: auto;
    font-size: 2.8rem;
    margin: 0;
    padding: 0;
    border-right: none;
  }
}
.h_sub_nav_main .icn {
  fill: #0066bf;
  fill-rule: evenodd;
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  top: 0.4rem;
  display: inline-block;
  margin-right: 2rem;
}

@media screen and (max-width: 959.98px) {
  .h_sub_nav_main .icn {
    display: none;
  }
}
.h_sub_nav_main a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  font-family: "Inter", sans-serif;
}

@media (any-hover) {
  .h_sub_nav_main a {
    transition: 0.3s;
  }
  .h_sub_nav_main a:hover, .h_sub_nav_main a:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 959.98px) {
  .h_sub_nav_main a {
    font-weight: 400;
    padding: 3rem 3.5rem;
    position: relative;
    display: block;
  }
  .h_sub_nav_main a::after {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 1.2px solid #002952;
    border-right: 1.2px solid #002952;
    top: 50%;
    right: 3.5rem;
    transform: translateY(-50%) rotate(45deg);
  }
}
.h_sub_nav_menu {
  display: flex;
  align-items: center;
  width: calc(100% - 69.2rem);
}

@media screen and (max-width: 959.98px) {
  .h_sub_nav_menu {
    display: block;
    width: auto;
  }
}
.h_sub_list {
  padding-left: 3rem;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.h_sub_list_single {
  -moz-column-count: 1;
       column-count: 1;
}

@media screen and (max-width: 959.98px) {
  .h_sub_list,
  .h_sub_list_single {
    -moz-column-count: inherit;
         column-count: inherit;
    padding: 0;
  }
}
.h_sub_item {
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 959.98px) {
  .h_sub_item {
    margin-bottom: 0;
  }
}
.h_sub_item a {
  font-family: "Inter", sans-serif;
  padding-top: 0.2rem;
  padding-left: 3rem;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: 0.3s color;
}

@media (any-hover: hover) {
  .h_sub_item a:hover {
    color: #0066bf;
  }
}
@media screen and (max-width: 959.98px) {
  .h_sub_item a {
    font-size: 2.8rem;
    padding: 3rem 3.5rem;
    font-weight: 400;
  }
  .h_sub_item a::after {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-top: 1.2px solid #002952;
    border-right: 1.2px solid #002952;
    top: 50%;
    right: 3.5rem;
    transform: translateY(-50%) rotate(45deg);
  }
}
.h_sub_item a::before {
  content: "";
  position: absolute;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><polygon class="cls-2" points="8.46 14.01 7.75 13.3 11.1 9.96 7.75 6.61 8.46 5.9 12.51 9.96 8.46 14.01"/><path class="cls-2" d="M10,20C4.49,20,0,15.51,0,10S4.49,0,10,0s10,4.49,10,10-4.49,10-10,10ZM10,1C5.04,1,1,5.04,1,10s4.04,9,9,9,9-4.04,9-9S14.96,1,10,1Z"/></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><polygon class="cls-2" points="8.46 14.01 7.75 13.3 11.1 9.96 7.75 6.61 8.46 5.9 12.51 9.96 8.46 14.01"/><path class="cls-2" d="M10,20C4.49,20,0,15.51,0,10S4.49,0,10,0s10,4.49,10,10-4.49,10-10,10ZM10,1C5.04,1,1,5.04,1,10s4.04,9,9,9,9-4.04,9-9S14.96,1,10,1Z"/></svg>') no-repeat center center/100% 100%;
  width: 2rem;
  height: 2rem;
  background-color: #0066bf;
  top: 0.25rem;
  left: 0;
}

@media screen and (max-width: 959.98px) {
  .h_sub_item a::before {
    display: none;
  }
}
.h_sub_nav_img {
  margin: 0 0 0 2rem;
  width: 31.2rem;
  height: 18.8rem;
  border-radius: 1.6rem;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .h_sub_nav_img {
    display: none;
  }
}
.h_sub_nav_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.en {
  font-family: "Inter", sans-serif;
  font-variant: normal;
}

.pc {
  display: block;
}

@media screen and (max-width: 959.98px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 959.98px) {
  .sp {
    display: block;
  }
}
#main {
  padding-bottom: 8.1rem;
}

@media screen and (max-width: 959.98px) {
  #main {
    padding-bottom: 10rem;
  }
}
.bg_color {
  background: url(/travel-information/assets/img/index/bg_content.jpg) no-repeat top center/100% 100%;
  position: relative;
  margin: 7rem 0;
  padding: 7rem 0;
}

@media screen and (max-width: 959.98px) {
  .bg_color {
    padding: 6rem 0;
    background-image: url(/travel-information/assets/img/index/bg_content_sp.jpg);
  }
}
.bg_color::before, .bg_color::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.bg_color::before {
  bottom: calc(100% - 1px);
  background-color: #ebf2f7;
  height: 7rem;
}

.bg_color::after {
  top: calc(100% - 1px);
  background-color: #eaf1f7;
  height: 7rem;
}

.bg_color.diagonally_right::before {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.bg_color.diagonally_right::after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.bg_color.diagonally_left::before {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.bg_color.diagonally_left::after {
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.bg_color2 {
  background: url(/travel-information/assets/img/common/bg_footer.webp) #ebf2f7 no-repeat top center/100% auto;
}

@media screen and (max-width: 959.98px) {
  .bg_color2 {
    background-image: url(/travel-information/assets/img/common/bg_wave_sp.png);
  }
}
.btn {
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  min-height: 5.6rem;
  display: inline-grid;
  place-content: center;
  font-weight: 600;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  transition: 0.3s color;
  border: none;
  background-color: transparent;
  margin: 0;
  cursor: pointer;
}

.geco .btn {
  padding-top: 0.4rem;
}

.win .btn {
  padding-top: 0.4rem;
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background-color: #0066bf;
  border-radius: 1rem;
  transition: 0.3s background-color, 0.3s width, 0.3s height;
}

@media (any-hover: hover) {
  .btn:hover, .btn:focus {
    color: #002952;
  }
  .btn:hover::before, .btn:focus::before {
    background-color: #d6e0ea;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .btn:hover .btn_inner.arrow_down::after, .btn:focus .btn_inner.arrow_down::after {
    border-color: #002952;
  }
}
@media screen and (max-width: 959.98px) {
  .btn {
    font-size: 3.2rem;
    border-radius: 1.2rem;
    min-height: 9.4rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.btn[target=_blank] {
  display: inline-flex;
  align-items: center;
}

@media (any-hover: hover) {
  .btn[target=_blank]:hover .icn {
    fill: #002952;
  }
}
.btn[target=_blank] .icn {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  margin-left: 0.6rem;
  display: inline-block;
  fill: #fff;
  transition: 0.3s fill;
}

@media screen and (max-width: 959.98px) {
  .btn[target=_blank] .icn {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.2rem;
  }
}
.win .btn[target=_blank] .icn {
  position: relative;
  top: -0.1rem;
}

.btn_inner {
  z-index: 1;
}

.btn_inner.arrow_down {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
}

.btn_inner.arrow_down::after {
  transition: 0.3s border-color;
  content: "";
  position: absolute;
  right: 0;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  top: 42%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 959.98px) {
  .btn_inner.arrow_down::after {
    width: 1.4rem;
    height: 1.4rem;
    top: 47%;
    right: -1.4rem;
  }
}
.btn_arrow,
.icn_arrow {
  font-size: 1.6rem;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  color: #002952;
  display: inline-block;
  padding: 1rem 6rem 1rem 0;
}

.btn_arrow::before, .btn_arrow::after,
.icn_arrow::before,
.icn_arrow::after {
  position: absolute;
  top: 50%;
  content: "";
}

.btn_arrow::before,
.icn_arrow::before {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  border: 1px solid #b0c5d5;
  background-color: #fff;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s background-color, 0.3s transform, 0.3s border-color;
}

.btn_arrow::after,
.icn_arrow::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.8rem;
}

@media screen and (max-width: 959.98px) {
  .icn_arrow {
    font-size: 3.2rem;
  }
}
a.icn_arrow {
  text-decoration: none;
}

a.icn_arrow::before {
  transform-origin: top center;
}

@media (any-hover: hover) {
  a.icn_arrow:hover {
    color: #0066bf;
  }
  a.icn_arrow:hover::before {
    background-color: #d6e0ea;
    transform: scale(0.9) translateY(-50%);
    border-color: transparent;
  }
}
#main {
  padding-top: 10.8rem;
}

@media screen and (max-width: 959.98px) {
  #main {
    padding-top: 12rem;
  }
}
.svg_area {
  display: none;
}

.content_inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box;
}

@media screen and (max-width: 959.98px) {
  .content_inner {
    width: auto;
    padding: 0 4.8rem;
  }
}
.section_ttl {
  font-size: 5rem;
  font-family: "Inter", sans-serif;
  line-height: 1.2608695652;
  font-weight: 600;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  .section_ttl {
    font-size: 6.4rem;
    line-height: 1.34375;
  }
}
.section_ttl .icn {
  display: block;
  margin: 0 auto 1.2rem;
  width: 6rem;
}

@media screen and (max-width: 959.98px) {
  .section_ttl .icn {
    width: 8rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .section_ttl .icn {
    width: 9rem;
  }
}
.section_ttl .icn img {
  max-width: inherit;
  width: 100%;
}

.link_arrow {
  font-family: "Inter", sans-serif;
  position: relative;
  padding-right: 5.5rem;
}

@media (any-hover: hover) {
  .link_arrow:hover::before, .link_arrow:focus::before {
    transform: scale(0.9) translateY(-52%);
    border-color: transparent;
    background-color: #d6e0ea;
  }
}
.link_arrow::before, .link_arrow::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
}

.link_arrow::before {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  border: 1px solid #b0c5d5;
  background-color: #fff;
  top: 50%;
  right: 0;
  transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
}

.link_arrow::after {
  width: 0.8rem;
  height: 0.8rem;
  top: 41%;
  border-top: 2px solid #002952;
  border-right: 2px solid #002952;
  right: 2.1rem;
  z-index: 10;
  transform: rotate(45deg) translateY(-50%);
}

.tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #002952;
  background-color: #cce6f8;
  border-radius: 0.4rem;
  padding: 0.6rem 0.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 959.98px) {
  .tag {
    font-size: 2.8rem;
    border-radius: 0.8rem;
    padding: 0.9rem 1.8rem;
  }
}
.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 959.98px) {
  .sns {
    display: block;
    margin: 0 auto 14rem;
  }
}
.sns .txt {
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 3.7rem;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  .sns .txt {
    font-size: 3.2rem;
    margin-right: 0;
    text-align: center;
  }
}
.sns_list {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 959.98px) {
  .sns_list {
    margin-top: 3rem;
    gap: 1rem 6rem;
    justify-content: center;
  }
}
.sns_item {
  width: 3.4rem;
  height: 3.4rem;
}

@media screen and (max-width: 959.98px) {
  .sns_item {
    width: 8rem;
    height: 8rem;
  }
}
.sns_item a {
  display: flex;
  width: 100%;
  height: 100%;
  place-content: center;
}

@media (any-hover) {
  .sns_item a {
    transition: 0.3s;
  }
  .sns_item a:hover, .sns_item a:focus {
    opacity: 0.7;
  }
}
.sns_item img {
  max-width: inherit;
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	2021.01.22
* --------------------------------------------------------------------------------------------------*/
.icn_blank {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #002952;
  position: relative;
  padding-right: 5.2rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  min-height: 4rem;
  transition: 0.3s color;
}

@media screen and (max-width: 959.98px) {
  .icn_blank {
    font-size: 3.2rem;
    padding-right: 8rem;
  }
}
.icn_blank::before, .icn_blank::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.icn_blank::before {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 1px solid #d6e0ea;
  right: 0;
  transform-origin: top center;
  transition: 0.3s transform;
}

@media screen and (max-width: 959.98px) {
  .icn_blank::before {
    width: 6rem;
    height: 6rem;
  }
}
.icn_blank::after {
  background-color: #000;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
  display: block;
  right: 1.4rem;
}

@media screen and (max-width: 959.98px) {
  .icn_blank::after {
    width: 2rem;
    height: 2rem;
    right: 2.1rem;
  }
}
@media (any-hover: hover) {
  a:hover .icn_blank {
    color: #0066bf;
  }
  a:hover .icn_blank::before {
    background-color: #d6e0ea;
    transform: scale(0.9) translateY(-50%);
  }
}
a.icn_blank {
  text-decoration: none;
}

@media (any-hover: hover) {
  a.icn_blank:hover {
    color: #0066bf;
  }
  a.icn_blank:hover::before {
    background-color: #d6e0ea;
    transform: scale(0.9) translateY(-50%);
  }
}
.kv {
  position: relative;
}

.kv img {
  width: 100%;
}

.kv_ttl-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 959.98px) {
  .kv_ttl-wrapper {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
}
.kv_ttl-wrapper .icn {
  width: 6.5rem;
  margin-bottom: 0.5rem;
}

.kv_ttl-wrapper .icn img {
  width: 100%;
}

@media screen and (max-width: 959.98px) {
  .kv_ttl-wrapper .icn {
    width: 8rem;
  }
}
.content_ttl {
  font-family: "Inter", sans-serif;
  font-size: 7.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.0555555556;
}

@media screen and (max-width: 959.98px) {
  .content_ttl {
    font-size: 9rem;
  }
}
.content_ttl .sub {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 1rem;
}

.breadcrumb {
  font-family: "Inter", sans-serif;
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}

.breadcrumb.independence {
  justify-content: flex-end;
  margin-top: 2.4rem;
  margin-right: 3rem;
}

.breadcrumb.color--black {
  color: #002952;
}

.breadcrumb.color--black .breadcrumb_list::after {
  border-color: #002952;
}

@media screen and (max-width: 959.98px) {
  .breadcrumb {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.breadcrumb a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s opacity;
}

@media (any-hover: hover) {
  .breadcrumb a:hover {
    opacity: 0.5;
    text-decoration: underline;
  }
}
.breadcrumb_list {
  position: relative;
}

.breadcrumb_list:not(:last-of-type) {
  padding-right: 1.7rem;
  margin-right: 1rem;
}

.breadcrumb_list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 959.98px) {
  .breadcrumb_list:not(:last-of-type)::after {
    border-width: 1px;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.icn_arrow_blank {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #0066bf !important;
  text-decoration: none;
  display: inline-block;
  padding: 0.7rem 2.6rem 0.7rem 3.5rem;
  position: relative;
  border-radius: 100px;
  border: 1px solid transparent;
  line-height: 1;
  transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

.gecko .icn_arrow_blank, .win .icn_arrow_blank {
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
}

.win .icn_arrow_blank {
  padding-top: 1rem;
}

@media screen and (max-width: 959.98px) {
  .icn_arrow_blank {
    font-size: 3rem;
    padding: 1.2rem 3.6rem 1rem 4.5rem;
  }
}
@media (any-hover: hover) {
  .icn_arrow_blank:hover {
    color: #002952 !important;
    background-color: #ebf2f7;
    border-color: #ebf2f7;
  }
  .icn_arrow_blank:hover::before {
    background-color: #002952;
  }
  .icn_arrow_blank:hover::after {
    border-color: #002952;
  }
}
.icn_arrow_blank::before, .icn_arrow_blank::after {
  content: "";
  position: absolute;
}

.icn_arrow_blank::before {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #0066bf;
  margin-right: 0.8rem;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s background-color;
}

@media screen and (max-width: 959.98px) {
  .icn_arrow_blank::before {
    width: 2rem;
    height: 2rem;
  }
}
.icn_arrow_blank::after {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #0066bf;
  border-right: 1px solid #0066bf;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.2rem;
  transition: 0.3s right;
}

@media screen and (max-width: 959.98px) {
  .icn_arrow_blank::after {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 1px;
    right: 1.6rem;
  }
}
.icn_arrow_blank.link_border {
  border: 1px solid #0066bf;
  border-radius: 100px;
  transition: 0.3s border-color;
}

@media (any-hover: hover) {
  .icn_arrow_blank.link_border:hover {
    border-color: transparent;
  }
}
.icn_line-arrow {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  background-color: #0066bf;
  border-radius: 100px;
  color: #fff !important;
  padding: 0.7rem 2.6rem 0.7rem 1.2rem;
  position: relative;
  line-height: 1.4;
  border: 1px solid #0066bf;
  transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

.gecko .icn_line-arrow, .win .icn_line-arrow {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

@media screen and (max-width: 959.98px) {
  .icn_line-arrow {
    font-size: 3rem;
    padding-right: 3.6rem;
    padding-left: 2.2rem;
  }
}
@media (any-hover: hover) {
  .icn_line-arrow:hover {
    background-color: #ebf2f7;
    color: #002952 !important;
    border-color: #ebf2f7;
  }
  .icn_line-arrow:hover::after {
    border-color: #002952;
  }
}
.icn_line-arrow::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 1.2rem;
  transition: 0.3s border-color;
}

@media screen and (max-width: 959.98px) {
  .icn_line-arrow::after {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 1px;
    right: 1.6rem;
  }
}
.overflow-hideen {
  overflow: hidden;
}

.kv.lower {
  position: relative;
  background: #ebf2f7;
  padding: 9.2rem 0;
}

@media screen and (max-width: 959.98px) {
  .kv.lower {
    padding: 8rem 0 10rem;
  }
}
.kv.lower::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: 100%;
  background: #0066bf;
}

.kv.lower .kv_ttl-wrapper {
  position: relative;
}

.kv.lower .content_ttl {
  color: #002952;
  font-size: 5rem;
}

@media screen and (max-width: 1439.99px) and (min-width: 960px) {
  .kv.lower .content_ttl.--ls {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 959.98px) {
  .kv.lower .content_ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
  }
}
.kv.lower .content_ttl span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .kv.lower .content_ttl span {
    flex-direction: column;
  }
}
.kv.lower .content_ttl span img {
  width: 5.2rem;
  height: auto;
  margin: 0 1.2rem 0.7rem 0;
}

.kv.lower .content_sub {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #002952;
  font-size: 2rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 959.98px) {
  .kv.lower .content_sub {
    font-size: 3rem;
    margin-top: 2rem;
  }
}
.kv.lower .breadcrumb {
  color: #002952;
  margin: 0;
}

.kv.lower .breadcrumb_list:not(:last-of-type)::after {
  border-top: 2px solid #002952;
  border-right: 2px solid #002952;
}

.kv.lower .breadcrumb {
  margin-top: 2rem;
}

@media screen and (max-width: 959.98px) {
  .kv.lower .breadcrumb {
    margin-top: 3rem;
  }
}
.heading {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  color: #002952;
  line-height: 1.2;
  margin: 0 0 4rem;
}

@media screen and (max-width: 959.98px) {
  .heading {
    font-size: 6.4rem;
    margin: 0 0 2rem;
  }
}
.u-color--black {
  color: #000;
}

.swiper-button-prev,
.swiper-button-next {
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  top: 0;
}

@media screen and (max-width: 959.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 6rem;
    height: 6rem;
  }
}
@media (any-hover: hover) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    transform: scale(0.9);
    background-color: #d6e0ea;
    border-color: transparent;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: relative;
  width: 4rem;
  height: 4rem;
  border: 1px solid #b0c5d5;
  flex-shrink: 0;
  border-radius: 100px;
  transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
}

@media screen and (max-width: 959.98px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    width: 6rem;
    height: 6rem;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #002952;
  border-right: 2px solid #002952;
  font-size: 0 !important;
  z-index: 10;
}

@media screen and (max-width: 959.98px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 1.4rem;
    height: 1.4rem;
    border-width: 1.5px;
  }
}
.swiper-button-prev {
  position: static;
}

.swiper-button-prev::before {
  top: 0;
  left: 0;
}

.swiper-button-prev::after {
  top: 1.43rem;
  left: 1.7rem;
  transform: rotate(-135deg);
}

@media screen and (max-width: 959.98px) {
  .swiper-button-prev::after {
    top: 2.13rem;
    left: 2.5rem;
  }
}
.swiper-button-next {
  position: static;
}

.swiper-button-next::before {
  top: 0;
  right: 0;
}

.swiper-button-next::after {
  top: 1.43rem;
  right: 1.7rem;
  transform: rotate(45deg);
}

@media screen and (max-width: 959.98px) {
  .swiper-button-next::after {
    top: 2.13rem;
    right: 2.4rem;
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  height: 2px;
  background-color: #d3e1eb;
  border-radius: 10px;
  position: static !important;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: 0 !important;
  width: auto !important;
  flex-grow: 1;
  height: 100% !important;
  background-color: #0066bf;
  border-radius: 10px;
  transition: 0.3s opacity;
  opacity: 0;
}

.swiper-pagination-bullet-active {
  background-color: #0066bf;
  opacity: 1;
}

.swiper-btn-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  gap: 0 1.1rem;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .swiper-btn-wrapper {
    gap: 0 3rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	g_slider
* --------------------------------------------------------------------------------------------------*/
#grid_slider,
.grid_slider {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 959.98px) {
  #grid_slider,
  .grid_slider {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
#grid_slider .heading_txt,
.grid_slider .heading_txt {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 959.98px) {
  #grid_slider .heading_txt,
  .grid_slider .heading_txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.g_slider {
  margin-top: 5rem;
}

.grid_slider_content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 30.6rem 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 9rem;
  grid-template-areas: "ttl_txt slide" "slideControl slide";
}

@media screen and (max-width: 959.98px) {
  .grid_slider_content {
    display: block;
  }
}
.grid_slider_content .btn_wrapper {
  margin: 2rem auto 0;
}

@media screen and (max-width: 959.98px) {
  .grid_slider_content .btn_wrapper {
    margin-top: 4rem;
  }
}
.grid_slider_content .swiper-btn-wrapper {
  margin: 0 auto 0 0;
}

@media screen and (max-width: 959.98px) {
  .grid_slider_content .swiper-btn-wrapper {
    margin: 0 auto;
  }
}
.grid_slider_content .g-swiper-pagenation-btn-wrapper {
  margin-top: auto;
  grid-area: slideControl;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

@media screen and (max-width: 959.98px) {
  .grid_slider_content .g-swiper-pagenation-btn-wrapper {
    display: block;
    margin-top: 4rem;
  }
}
.grid_slider_content .swiper-slide {
  padding-top: 6rem;
  transition: 0.3s padding;
}

@media screen and (max-width: 959.98px) {
  .grid_slider_content .swiper-slide {
    padding-top: 0;
  }
}
.grid_slider_content .swiper-slide-active {
  padding-top: 0;
}

.grid_slider_content .ttl_txt_btn_wrapper {
  grid-area: ttl_txt;
}

.grid_slider_content .g-swiper-pagination {
  margin-top: 3rem;
}

@media screen and (max-width: 959.98px) {
  .grid_slider_content .g-swiper-pagination {
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.g_slider {
  width: 80.4rem;
  overflow: hidden;
  grid-area: slide;
}

@media screen and (max-width: 959.98px) {
  .g_slider {
    width: auto;
    margin-top: 5rem;
    margin-right: calc(50% - 50vw);
  }
}
.g_content a {
  color: currentColor;
  text-decoration: none;
}

@media (any-hover: hover) {
  .g_content a:hover .img_wrapper img, .g_content a:focus .img_wrapper img {
    transform: scale(1.1);
  }
}
.g_content .img_wrapper {
  overflow: hidden;
  border-radius: 1.6rem;
  aspect-ratio: 248/310;
}

.g_content .img_wrapper img {
  transition: 0.3s transform;
}

@media screen and (max-width: 959.98px) {
  .g_content .img_wrapper {
    aspect-ratio: 370/288;
  }
}
.g_body {
  padding-top: 3rem;
}

.g_body .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #002952;
  margin-bottom: 2rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959.98px) {
  .g_body .ttl {
    font-size: 4rem;
    line-height: 1.3;
  }
}
.g_body p {
  display: flex;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959.98px) {
  .g_body p {
    font-size: 2.8rem;
  }
}
.g_body p + p {
  margin-top: 0.3rem;
}

.g_body p .icn_wrapper {
  display: grid;
  place-content: center;
  width: 2.1rem;
  height: 2.1rem;
  position: relative;
  top: 0.12em;
  margin-right: 0.6rem;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .g_body p .icn_wrapper {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    top: 0.3em;
  }
}
.g_body p .icn {
  fill: #43546a;
}

.g_body p.g_map .icn {
  width: 1.2rem;
}

@media screen and (max-width: 959.98px) {
  .g_body p.g_map .icn {
    width: 1.7rem;
  }
}
.g_body p.g_days .icn {
  width: 1.3rem;
}

@media screen and (max-width: 959.98px) {
  .g_body p.g_days .icn {
    width: 1.9rem;
  }
}
.g_body p.g_ticket .icn {
  width: 1.5rem;
}

@media screen and (max-width: 959.98px) {
  .g_body p.g_ticket .icn {
    width: 2.2rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	card slide
* --------------------------------------------------------------------------------------------------*/
#card-slide,
.card-slide {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 959.98px) {
  #card-slide,
  .card-slide {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
#card-slide .btn_wrapper,
.card-slide .btn_wrapper {
  margin: -4.7rem 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 959.98px) {
  #card-slide .btn_wrapper,
  .card-slide .btn_wrapper {
    margin: 5rem auto 0;
  }
}
@media screen and (max-width: 959.98px) {
  #card-slide .card_item a .img_wrapper::before,
  #card-slide .card_item a .img_wrapper::after,
  .card-slide .card_item a .img_wrapper::before,
  .card-slide .card_item a .img_wrapper::after {
    display: none;
  }
}
.card-slider {
  margin-top: 4rem;
}

@media screen and (max-width: 959.98px) {
  .card-slider .swiper {
    margin-right: calc(50% - 50vw);
  }
}
.card-swiper-btn-wrapper {
  position: relative;
}

.card-swiper-pagination {
  margin-top: 5rem;
}

@media screen and (max-width: 959.98px) {
  .card-swiper-pagination {
    margin-top: 4rem;
  }
}
.card-swiper-btn-wrapper {
  margin-top: 3.8rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 959.98px) {
  .card-swiper-btn-wrapper {
    margin-top: 4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	single slider
* --------------------------------------------------------------------------------------------------*/
.single-slide_content {
  position: relative;
}

.single-slide_content a {
  color: currentColor;
  text-decoration: none;
}

.single-slide_content .swiper-button-prev,
.single-slide_content .swiper-button-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}

.single-slide_content .swiper-button-prev::before,
.single-slide_content .swiper-button-next::before {
  background-color: #fff;
}

@media screen and (max-width: 959.98px) {
  .single-slide_content .swiper-button-prev,
  .single-slide_content .swiper-button-next {
    top: 12.6rem;
  }
}
.single-slide_content .swiper-button-prev {
  left: -2rem;
}

.single-slide_content .swiper-button-next {
  right: -2rem;
}

.single-swiper a {
  display: block;
}

@media (any-hover: hover) {
  .single-swiper a:hover .img_wrapper img {
    transform: scale(1.1);
  }
}
.single-swiper .img_wrapper {
  aspect-ratio: 279/256;
  border-radius: 1.6rem;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.single-swiper .img_wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s transform;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  .single-swiper .img_wrapper {
    aspect-ratio: 350/246;
  }
}
.single-swiper .img_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 5;
}

@media screen and (max-width: 959.98px) {
  .single-swiper .img_wrapper::before {
    border: 1px solid #b0c5d5;
    border-radius: 100px;
    background-color: #fff;
    z-index: 9;
    width: 4.8rem;
    height: 4.8rem;
    right: 2.2rem;
    bottom: 1.6rem;
    top: auto;
    left: auto;
    background-image: none;
  }
}
@media screen and (max-width: 959.98px) {
  .single-swiper .img_wrapper::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #002952;
    border-right: 2px solid #002952;
    bottom: 0;
    z-index: 10;
    transform: rotate(45deg);
    border-width: 1px;
    right: 4.4rem;
    bottom: 3.5rem;
  }
}
.single-swiper .swiper-inner {
  position: relative;
}

.single-swiper .content-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 959.98px) {
  .single-swiper .content-body {
    position: relative;
    display: block;
    padding: 2rem 0 0;
  }
}
.single-swiper .content-body .ttl {
  margin-top: auto;
  font-size: 2.8rem;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 1.2142857143;
}

@media screen and (max-width: 959.98px) {
  .single-swiper .content-body .ttl {
    font-size: 4rem;
    line-height: 1.3;
    color: #002952;
  }
}
.large-swiper .img_wrapper {
  height: 58rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959.98px) {
  .large-swiper .img_wrapper {
    height: 53rem;
  }
}
.large-swiper .img_wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  mix-blend-mode: multiply;
}

@media screen and (max-width: 959.98px) {
  .large-swiper .img_wrapper::before {
    height: 16.8rem;
  }
}
.large-swiper .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.large-swiper .txt_wrapper {
  background-color: #ebf2f7;
  text-align: center;
  padding: 2.4rem 0;
}

.large-swiper .txt_wrapper p {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  .large-swiper .txt_wrapper p {
    padding: 1rem 2rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}
.large-swiper-pagination {
  position: absolute !important;
  bottom: auto !important;
  top: 55rem;
  right: 2rem;
  z-index: 1;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto;
  left: auto !important;
  background-color: transparent;
  gap: 0 0.8rem;
}

@media screen and (max-width: 959.98px) {
  .large-swiper-pagination {
    display: none;
  }
}
.large-swiper-pagination .swiper-pagination-bullet {
  flex-grow: inherit;
  width: 1rem !important;
  height: 1rem !important;
  border-radius: 100px !important;
  background-color: #9aa9ba;
  opacity: 1;
  transition: 0.3s width, 0.3s background-color;
}

.large-swiper-pagination .swiper-pagination-bullet-active {
  width: 2.9rem !important;
  background-color: #fff;
}

.large-swiper-btn-wrapper {
  position: absolute;
  z-index: 1;
  bottom: auto;
  top: 52rem;
  left: 0;
  right: 0;
}

@media screen and (max-width: 959.98px) {
  .large-swiper-btn-wrapper {
    top: 44.2rem;
  }
}
.large-swiper-btn-wrapper .swiper-button-prev::before,
.large-swiper-btn-wrapper .swiper-button-next::before {
  background-color: #fff;
  transition: 0.3s background-color, 0.3s transform;
}

@media (any-hover: hover) {
  .large-swiper-btn-wrapper .swiper-button-prev:hover::before,
  .large-swiper-btn-wrapper .swiper-button-next:hover::before {
    background-color: #ebf2f7;
  }
}
@media screen and (max-width: 959.98px) {
  .swiper .card_item .ttl {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 959.98px) {
  .swiper .card_item {
    border-top: none;
    padding: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .card_item {
    width: auto;
    padding: 4rem 0;
  }
}
.card_item a {
  text-decoration: none;
  color: currentColor;
}

@media (any-hover: hover) {
  .card_item a:hover .img_wrapper > img, .card_item a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
  .card_item a:hover .ttl_underline::after, .card_item a:focus .ttl_underline::after {
    width: 100%;
  }
  .card_item a:hover .card_body .icn_arrow, .card_item a:focus .card_body .icn_arrow {
    color: #0066bf;
  }
  .card_item a:hover .card_body .icn_arrow::before, .card_item a:focus .card_body .icn_arrow::before {
    transform: translateY(-50%) scale(0.9);
    background-color: #d6e0ea;
    border-color: transparent;
  }
  .card_item a:hover .card_body .has_arrow, .card_item a:focus .card_body .has_arrow {
    color: #0066bf;
  }
  .card_item a:hover .card_body .has_arrow::before, .card_item a:focus .card_body .has_arrow::before {
    transform: scale(0.9);
    border-color: transparent;
    background-color: #d6e0ea;
  }
}
.card_item .links_wrapper,
.card_inner + .links_wrapper {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}

@media screen and (max-width: 959.98px) {
  .card_item .links_wrapper,
  .card_inner + .links_wrapper {
    margin-top: 3rem;
    gap: 0 1rem;
  }
}
@media screen and (max-width: 959.98px) {
  a.has_sp-icn-arrow .img_wrapper {
    position: relative;
  }
  a.has_sp-icn-arrow .img_wrapper::before {
    content: "";
    position: absolute;
    border: 1px solid #b0c5d5;
    border-radius: 100px;
    background-color: #fff;
    z-index: 9;
    width: 4.8rem;
    height: 4.8rem;
    right: 2.2rem;
    bottom: 1.6rem;
  }
  a.has_sp-icn-arrow .img_wrapper::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #002952;
    border-right: 2px solid #002952;
    bottom: 0;
    z-index: 10;
    transform: rotate(45deg);
    border-width: 1px;
    right: 4.4rem;
    bottom: 3.5rem;
  }
}
a.has-icn-arrow .img_wrapper {
  position: relative;
}

a.has-icn-arrow .img_wrapper::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: 1px solid #b0c5d5;
  border-radius: 100px;
  bottom: 0;
  background-color: #fff;
  right: 2.2rem;
  bottom: 1.8rem;
  z-index: 9;
  transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
}

@media screen and (max-width: 959.98px) {
  a.has-icn-arrow .img_wrapper::before {
    width: 4.8rem;
    height: 4.8rem;
    right: 2.2rem;
    bottom: 1.6rem;
  }
}
a.has-icn-arrow .img_wrapper::after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #002952;
  border-right: 2px solid #002952;
  bottom: 0;
  z-index: 10;
  right: 4rem;
  bottom: 3.3rem;
  transform: rotate(45deg);
}

@media screen and (max-width: 959.98px) {
  a.has-icn-arrow .img_wrapper::after {
    border-width: 1px;
    right: 4.4rem;
    bottom: 3.6rem;
    width: 1rem;
    height: 1rem;
  }
}
.card_inner {
  position: relative;
}

.card_inner .img_wrapper {
  aspect-ratio: 387/257;
  overflow: hidden;
  border-radius: 1.6rem;
}

.card_inner .img_wrapper.img_380-297 {
  aspect-ratio: 380/297;
}

.card_inner .img_wrapper.img_380-196 {
  aspect-ratio: 380/196;
}

.card_inner .img_wrapper.img_380-185 {
  aspect-ratio: 380/185;
}

@media screen and (max-width: 959.98px) {
  .card_inner .img_wrapper.img_sp-654-336 {
    aspect-ratio: 654/336;
  }
}
@media screen and (max-width: 959.98px) {
  .card_inner .img_wrapper.img_sp-654-350 {
    aspect-ratio: 654/350;
  }
}
.card_inner .img_wrapper > img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_inner .place {
  min-width: 8.8rem;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 1.8rem;
  left: 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #002952;
  padding: 0.2rem 0.5rem;
  background-color: #ebf2f7;
  border-radius: 0.4rem;
}

@media screen and (max-width: 959.98px) {
  .card_inner .place {
    font-size: 2.8rem;
    top: 2.4rem;
    left: 2.4rem;
    padding: 0.5rem 2rem;
    border-radius: 0.8rem;
  }
}
.card_body {
  padding-top: 1.4rem;
}

@media screen and (max-width: 959.98px) {
  .card_body {
    padding-top: 3.2rem;
  }
}
.card_body .ttl {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #002952;
  font-weight: 600;
  position: relative;
  transition: 0.3s color;
  word-break: break-word;
}

@media screen and (max-width: 959.98px) {
  .card_body .ttl {
    font-size: 4.6rem;
    padding-right: 0;
    line-height: 1.5217391304;
  }
}
.card_body .ttl.has_arrow {
  padding-right: 5rem;
}

.card_body .ttl.has_arrow::before, .card_body .ttl.has_arrow::after {
  content: "";
  position: absolute;
}

@media screen and (max-width: 959.98px) {
  .card_body .ttl.has_arrow::before, .card_body .ttl.has_arrow::after {
    display: none;
  }
}
.card_body .ttl.has_arrow::before {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  border: 1px solid #b0c5d5;
  background-color: #fff;
  right: 0;
  transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
}

.card_body .ttl.has_arrow::after {
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #002952;
  border-right: 2px solid #002952;
  right: 1.8rem;
  z-index: 10;
  top: 1.6rem;
  transform: rotate(45deg);
}

.card_body .ttl_underline {
  position: relative;
  margin-bottom: 2.4rem;
  padding-top: 0.8rem;
  padding-bottom: 2.4rem;
}

@media screen and (max-width: 959.98px) {
  .card_body .ttl_underline {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
.card_body .ttl_underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31rem;
  height: 1px;
  background-color: #9aa9ba;
  transition: 0.3s width;
}

@media screen and (max-width: 959.98px) {
  .card_body .ttl_underline::after {
    width: 100%;
  }
}
.card_body .txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-word;
}

@media screen and (max-width: 959.98px) {
  .card_body .txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.card_body .tag {
  margin-top: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .card_body .tag {
    margin-top: 3rem;
  }
}
.card_body .icn_blank {
  margin-top: 2rem;
}

@media screen and (max-width: 959.98px) {
  .card_body .icn_blank {
    margin-top: 4rem;
  }
}
.card_body .station {
  margin-top: 1.5rem;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 959.98px) {
  .card_body .station {
    margin-top: 3rem;
    font-size: 3rem;
    gap: 1.8rem 2.2rem;
  }
}
.card_body .station .s_ttl,
.card_body .station .ttl {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  .card_body .station .s_ttl,
  .card_body .station .ttl {
    font-size: 3rem;
  }
}
.card_body .station p {
  color: #4e5155;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}

.card_body .station p:has(.icn) {
  display: flex;
}

.card_body .station p .icn {
  width: 1.3rem;
  height: 1.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 0.4rem;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .card_body .station p .icn {
    width: 2.5rem;
    height: 3.3rem;
    top: 0.7rem;
  }
}
.card_body .station p .icn img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959.98px) {
  .has_sp-border .card_item {
    border-top: 1px solid #9aa9ba;
  }
}
@media screen and (max-width: 959.98px) {
  .sp_flex .card_item .card_inner {
    display: flex;
    align-items: flex-start;
    gap: 0 3.2rem;
  }
}
@media screen and (max-width: 959.98px) {
  .sp_flex .card_item .card_inner .img_wrapper {
    flex-shrink: 0;
    width: 30.8rem;
    aspect-ratio: 308/205;
  }
}
@media screen and (max-width: 959.98px) {
  .sp_flex .card_item .ttl {
    font-size: 4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 959.98px) {
  .sp_flex .card_item .card_body {
    padding-top: 0;
  }
}
.card_item a {
  text-decoration: none;
  color: currentColor;
}

@media (any-hover: hover) {
  .card_item a:hover .img_wrapper > img, .card_item a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
  .card_item a:hover .ttl_underline::after, .card_item a:focus .ttl_underline::after {
    width: 100%;
  }
  .card_item a:hover .card_body .ttl, .card_item a:focus .card_body .ttl {
    color: #0066bf;
  }
  .card_item a:hover .card_body .ttl::before, .card_item a:focus .card_body .ttl::before {
    transform: scale(0.9);
    border-color: transparent;
    background-color: #d6e0ea;
  }
}
.icn_ticket {
  position: relative;
}

.icn_ticket::before {
  content: "";
  position: absolute;
  background: url(/travel-information/assets/img/index/icn_ticket.svg) no-repeat center center/100% 100%;
  width: 5.2rem;
  height: 5.2rem;
  left: 1.4rem;
  bottom: 1.4rem;
  z-index: 10;
}

.shadow {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.12);
}

.card_item.-row .card_body {
  padding-top: 0;
}

@media screen and (max-width: 959.98px) {
  .card_item.-row {
    border-top: 1px solid #9AA9BA;
    padding-top: 4rem;
  }
  .card_item.-row + .card_item {
    margin-top: 4rem;
  }
}
.card_item.-row a {
  text-decoration: none;
  color: currentColor;
}

@media (any-hover: hover) {
  .card_item.-row a:hover .img_wrapper > img, .card_item.-row a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
  .card_item.-row a:hover .card_body .ttl, .card_item.-row a:focus .card_body .ttl {
    color: #0066bf;
  }
}
.card_item.-row .card_inner {
  display: flex;
  gap: 0 2.3rem;
  align-items: flex-start;
}

@media screen and (max-width: 959.98px) {
  .card_item.-row .card_inner {
    gap: 0 3.2rem;
  }
}
.card_item.-row .card_inner .card_body .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  margin-bottom: 2rem;
  color: #002952;
  transition: 0.3s color;
}

@media screen and (max-width: 959.98px) {
  .card_item.-row .card_inner .card_body .ttl {
    font-size: 4rem;
    line-height: 1.3;
  }
}
.card_item.-row .card_inner .card_body .txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .card_item.-row .card_inner .card_body .txt {
    font-size: 2.6rem;
    line-height: 1.6153846154;
  }
}
.card_item.-row .card_inner .card_body .icn_arrow {
  margin-top: 2rem;
  transition: 0.3s color;
}

@media screen and (max-width: 959.98px) {
  .card_item.-row .card_inner .card_body .icn_arrow {
    display: none;
  }
}
.card_item.-row .card_inner .img_wrapper {
  width: 28.3rem;
  aspect-ratio: 580/328;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .card_item.-row .card_inner .img_wrapper {
    width: 30.8rem;
    aspect-ratio: 308/205;
    flex-shrink: 0;
  }
}
.card_item.-row .card_inner .img_wrapper img {
  transition: 0.3s transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_item .card_body .txt + .icn_arrow {
  margin-top: 2rem;
}

@media screen and (max-width: 959.98px) {
  .card_item .card_body .txt + .icn_arrow {
    margin-top: 3rem;
  }
  .card_item .card_body .icn_arrow::before {
    width: 6rem;
    height: 6rem;
    right: -2rem;
  }
  .card_item .card_body .icn_arrow::after {
    width: 1.4rem;
    height: 1.4rem;
    border-width: 1.5px;
    right: 0.8rem;
  }
}
.cards {
  display: flex;
  flex-wrap: wrap;
}

.cards.col--2 {
  justify-content: space-between;
  gap: 6rem 0;
}

.cards.col--2 .card_item {
  width: 57rem;
}

.cards.col--3 {
  gap: 4rem 3rem;
}

.cards.col--3 .card_item {
  width: 38rem;
}

.cards.gap--6-3 {
  gap: 6rem 3rem;
}

@media screen and (max-width: 959.98px) {
  .cards.sp-col--1 {
    display: block;
  }
  .cards.sp-col--1 .card_item {
    width: auto;
  }
}
@media screen and (max-width: 959.98px) {
  .cards.sp-col--2 {
    justify-content: space-between;
  }
  .cards.sp-col--2 .card_inner {
    width: 30.6rem;
  }
}
.card_body .ttl.has_blank {
  padding-right: 5rem;
}

.card_body .ttl.has_blank::before, .card_body .ttl.has_blank::after {
  content: "";
  position: absolute;
}

.card_body .ttl.has_blank::before {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  border: 1px solid #b0c5d5;
  background-color: #fff;
  right: 0;
  transition: 0.3s transform, 0.3s background-color, 0.3s border-color;
}

@media screen and (max-width: 959.98px) {
  .card_body .ttl.has_blank::before {
    width: 6rem;
    height: 6rem;
  }
}
.card_body .ttl.has_blank::after {
  right: 1.8rem;
  z-index: 10;
  top: 1.6rem;
  background-color: #000;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
  display: block;
  right: 1.4rem;
}

@media screen and (max-width: 959.98px) {
  .card_body .ttl.has_blank::after {
    top: 2rem;
    width: 2rem;
    height: 2rem;
    right: 2.1rem;
  }
}
.card_body.has_ja .ja {
  position: absolute;
  top: 5.7rem;
  right: 0;
  line-height: 1.15;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  color: #0066bf;
}

.card_body.has_ja .txt {
  position: relative;
  padding-right: 6rem;
}

@media screen and (max-width: 959.98px) {
  .card_body.has_ja .ja {
    top: 8rem;
    font-size: 2rem;
  }
  .card_body.has_ja .txt {
    padding-right: 11rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	search
* --------------------------------------------------------------------------------------------------*/
#search {
  margin-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

@media screen and (max-width: 959.98px) {
  #search {
    margin-top: 0;
    padding: 13.7rem 3.2rem 5rem;
  }
}
#search .icn {
  position: absolute;
  width: 6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

@media screen and (max-width: 959.98px) {
  #search .icn {
    width: 9rem;
  }
}
#search .ttl {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  #search .ttl {
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.3958333333;
  }
}
.search_content {
  background-color: #ebf2f7;
  max-width: 108rem;
  margin: 0 auto;
  border-radius: 1.6rem;
  padding: 5rem;
}

@media screen and (max-width: 959.98px) {
  .search_content {
    padding: 7.5rem 3.2rem 5rem;
  }
}
.search_content .note {
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .search_content .note {
    font-size: 2.8rem;
    margin-top: 5rem;
  }
}
.search_content .note a {
  color: #002952;
  transition: 0.3s color;
}

@media (any-hover: hover) {
  .search_content .note a:hover {
    color: #0066bf;
  }
}
.search_content .note .note-icn {
  flex-shrink: 0;
  width: 2rem;
  margin-right: 0.8rem;
  position: relative;
  top: 0.2em;
}

.win .search_content .note .note-icn, .gecko .search_content .note .note-icn {
  top: 0.1em;
}

@media screen and (max-width: 959.98px) {
  .search_content .note .note-icn {
    width: 4.2rem;
    height: 4.2rem;
    margin-right: 2rem;
    top: 0.1em;
  }
  .search_content .note .note-icn img {
    width: 100%;
  }
}
.panel-title {
  display: none;
}

.panel-body {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 959.98px) {
  .panel-body {
    margin-top: 4rem;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 49.8rem 1fr;
    grid-template-rows: auto auto;
    gap: 4rem 0px;
    grid-template-areas: "input_a change" "input_b submit";
  }
}
.panel-body input[type=text] {
  width: 36rem;
  border: none;
  background: url(/travel-information/assets/img/index/icn_mappin_s.svg) #fff no-repeat 1.8rem 50%/1.6rem 2.3rem;
  padding: 2rem 2rem 2rem 4rem;
  border-radius: 1rem;
  font-size: 1.6rem;
}

.panel-body input[type=text]::-moz-placeholder {
  color: #ccc;
}

.panel-body input[type=text]::placeholder {
  color: #ccc;
}

@media screen and (max-width: 959.98px) {
  .panel-body input[type=text] {
    width: 100%;
    font-size: 3rem;
    padding: 3.2rem 3.2rem 3.2rem 7.6rem;
    background-size: 2.7rem 3.8rem;
    background-position: 3.2rem 50%;
  }
}
.box_search .form_group #start:focus,
.box_search .form_group #start.focused,
.box_search .form_group #arrival:focus,
.box_search .form_group #arrival.focused {
  color: #333333 !important;
  background-color: #fff;
}

.form_group label {
  display: none;
}

.panel-footer {
  display: none;
}

#changeButton {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  background-color: #d3e1eb;
  margin-left: auto;
  position: relative;
}

#changeButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/travel-information/assets/img/index/icn_changearrow.svg) no-repeat center center/100% 100%;
  width: 1.8rem;
  height: 1.7rem;
}

@media screen and (max-width: 959.98px) {
  #changeButton {
    width: 9rem;
    height: 9rem;
  }
  #changeButton::after {
    background-image: url(/travel-information/assets/img/index/icn_changearrow_v.svg);
    width: 3.3rem;
    height: 3.1rem;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.form_group:has(#search_btn) {
  position: relative;
  flex-grow: 1;
}

@media (any-hover: hover) {
  .form_group:has(#search_btn):hover .search_bg {
    background-color: #d6e0ea;
    width: calc(100% - 4px);
    height: calc(6rem - 4px);
  }
  .form_group:has(#search_btn):hover::before {
    color: #002952;
  }
  .form_group:has(#search_btn):hover::after {
    background-color: #002952;
  }
}
@media screen and (max-width: 959.98px) {
  .form_group:has(#search_btn) {
    width: 9rem;
    height: 9rem;
    margin-left: auto;
    flex-grow: 0;
    border-radius: 100px;
    overflow: hidden;
  }
}
.form_group:has(#search_btn)::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.35 13.43"><title>arrow</title><path id="search_48dp_5F6368_FILL0_wght400_GRAD0_opsz48" data-name="search 48dp 5F6368 FILL0 wght400 GRAD0 opsz48" class="cls-1" d="M12.37,13.43l-3.19-3.27c-.46.39-.99.7-1.56.9-.61.22-1.25.33-1.89.32-1.53.03-3-.57-4.07-1.67C.58,8.66-.02,7.2,0,5.69c-.02-1.51.58-2.97,1.67-4.02C2.72.58,4.18-.02,5.7,0c1.51-.03,2.97.58,4.02,1.67,1.08,1.06,1.68,2.51,1.66,4.03,0,.63-.1,1.25-.31,1.84-.21.6-.53,1.17-.93,1.67l3.21,3.25-.98.98ZM5.71,10.05c1.16.02,2.27-.44,3.07-1.28.83-.81,1.28-1.92,1.26-3.08.02-1.16-.44-2.27-1.26-3.08-.8-.83-1.91-1.3-3.07-1.28-1.17-.02-2.29.44-3.1,1.28-.83.81-1.29,1.92-1.28,3.08-.02,1.16.45,2.27,1.28,3.08.81.84,1.93,1.3,3.1,1.28h0Z"/></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.35 13.43"><title>arrow</title><path id="search_48dp_5F6368_FILL0_wght400_GRAD0_opsz48" data-name="search 48dp 5F6368 FILL0 wght400 GRAD0 opsz48" class="cls-1" d="M12.37,13.43l-3.19-3.27c-.46.39-.99.7-1.56.9-.61.22-1.25.33-1.89.32-1.53.03-3-.57-4.07-1.67C.58,8.66-.02,7.2,0,5.69c-.02-1.51.58-2.97,1.67-4.02C2.72.58,4.18-.02,5.7,0c1.51-.03,2.97.58,4.02,1.67,1.08,1.06,1.68,2.51,1.66,4.03,0,.63-.1,1.25-.31,1.84-.21.6-.53,1.17-.93,1.67l3.21,3.25-.98.98ZM5.71,10.05c1.16.02,2.27-.44,3.07-1.28.83-.81,1.28-1.92,1.26-3.08.02-1.16-.44-2.27-1.26-3.08-.8-.83-1.91-1.3-3.07-1.28-1.17-.02-2.29.44-3.1,1.28-.83.81-1.29,1.92-1.28,3.08-.02,1.16.45,2.27,1.28,3.08.81.84,1.93,1.3,3.1,1.28h0Z"/></svg>') no-repeat center center/100% 100%;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 2.5em);
  pointer-events: none;
  transition: 0.3s background-color;
}

@media screen and (max-width: 959.98px) {
  .form_group:has(#search_btn)::after {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.6rem;
    height: 3.6rem;
    margin-left: auto;
  }
}
.form_group:has(#search_btn)::before {
  content: "Search";
  position: absolute;
  z-index: 10;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 2em);
  pointer-events: none;
  transition: 0.3s color;
}

.win .form_group:has(#search_btn)::before {
  top: 53%;
}

@media screen and (max-width: 959.98px) {
  .form_group:has(#search_btn)::before {
    display: none;
  }
}
.search_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 0;
  height: 6rem;
  width: 100%;
  background-color: #0066bf;
  border-radius: 1rem;
  transition: 0.3s background-color, 0.3s width, 0.3s height;
}

@media screen and (max-width: 959.98px) {
  .search_bg {
    display: none;
  }
}
#search_btn {
  position: relative;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  border: none;
  height: 6rem;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  background-color: transparent;
}

@media screen and (max-width: 959.98px) {
  #search_btn {
    background-color: #0066bf;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
  }
}
.t_area1:focus {
  outline-color: #0066bf;
}

.media {
  overflow: hidden;
}

.media .media_content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 110rem;
  margin: 0 auto;
  gap: 0 10.5rem;
}

@media screen and (max-width: 959.98px) {
  .media .media_content {
    display: block;
  }
}
.media .img_wrapper {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: 48.9583333333vw;
  flex-shrink: 0;
  border-radius: 1.6rem 0 0 1.6rem;
  overflow: hidden;
  height: 40rem;
}

@media screen and (max-width: 959.98px) {
  .media .img_wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
    height: auto;
  }
}
.media .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media .txt_wrapper {
  width: 51rem;
  flex-shrink: 0;
}

@media screen and (max-width: 959.98px) {
  .media .txt_wrapper {
    padding: 7rem 4.8rem;
    width: auto;
  }
}
.media .txt_wrapper .ttl {
  font-size: 5rem;
  line-height: 1.24;
  font-weight: 600;
  color: #002952;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 959.98px) {
  .media .txt_wrapper .ttl {
    font-size: 6.4rem;
    line-height: 1.34375;
  }
}
.media .txt_wrapper .ttl + .txt {
  margin-top: 4rem;
}

@media screen and (max-width: 959.98px) {
  .media .txt_wrapper .ttl + .txt {
    margin-top: 6rem;
  }
}
.media .txt_wrapper .txt {
  font-size: 2rem;
  line-height: 1.7;
}

@media screen and (max-width: 959.98px) {
  .media .txt_wrapper .txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.media .btn_wrapper {
  margin-top: 4rem;
}

@media screen and (max-width: 959.98px) {
  .media .btn_wrapper {
    margin-top: 6rem;
  }
}
.media.-rev .media_content {
  flex-direction: row;
}

.media.-rev .media_content .img_wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  border-radius: 0 1.6rem 1.6rem 0;
}

@media screen and (max-width: 959.98px) {
  .media.-rev .media_content .img_wrapper {
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .media.sp-rev .media_content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 959.98px) {
  .media.-large {
    background-color: #ebf2f7;
  }
}
.media.-large .media_content {
  display: block;
  padding: 7.2rem 0;
  position: relative;
  max-width: inherit;
  margin: 0;
}

@media screen and (max-width: 959.98px) {
  .media.-large .media_content {
    padding: 36rem 0 10rem;
  }
}
.media.-large .img_wrapper {
  position: absolute;
  height: 100%;
  width: 80.7638888889vw;
  top: 0;
  margin-right: 0;
  border-radius: 0 1.6rem 1.6rem 0;
}

@media screen and (max-width: 959.98px) {
  .media.-large .img_wrapper {
    width: auto;
    height: 64rem;
    border-radius: 0;
  }
}
.media.-large .media_inner {
  max-width: 144rem;
  margin: 0 auto;
}

@media screen and (max-width: 959.98px) {
  .media.-large .media_inner {
    margin-left: 4.8rem;
    margin-right: 0;
    max-width: inherit;
  }
}
.media.-large .txt_wrapper {
  background-color: #fff;
  padding: 6rem 13rem 6rem 8rem;
  position: relative;
  z-index: 10;
  width: 71.0526315789vw;
  margin-left: auto;
  border-radius: 1.6rem 0 0 1.6rem;
  max-width: 81rem;
}

@media screen and (max-width: 959.98px) {
  .media.-large .txt_wrapper {
    width: auto;
    margin-left: 0;
    border-radius: 3rem 0 0 3rem;
    padding: 7rem 4.8rem 7rem 7rem;
  }
}
.media.-large .ttl {
  font-size: 4rem;
}

@media screen and (max-width: 959.98px) {
  .media.-large .ttl {
    font-size: 6.4rem;
  }
}
.media.-large .ttl + .txt {
  margin-top: 3rem;
}

@media screen and (max-width: 959.98px) {
  .media.-large .ttl + .txt {
    margin-top: 4rem;
  }
}
.media.-large .txt {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 959.98px) {
  .media.-large .txt {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.media.-large .btn_wrapper {
  margin-top: 3rem;
}

@media screen and (max-width: 959.98px) {
  .media.-large .btn_wrapper {
    margin-top: 4rem;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	banner
* --------------------------------------------------------------------------------------------------*/
.banner {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.banner .section_ttl {
  text-align: center;
}

@media screen and (max-width: 959.98px) {
  .banner .section_ttl {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.banner .swiper-slide {
  opacity: 0.3; /* 左右のスライドを薄くする */
  transform: scale(0.8); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}

@media screen and (max-width: 959.98px) {
  .banner .swiper-slide {
    transform: scale(1);
  }
}
.banner .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.banner-swiper {
  margin-top: 5rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper .swiper-content:not(:has(.sticker)) {
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .banner-swiper .swiper-slide-active .swiper-content a:hover .img_wrapper > img, .banner-swiper .swiper-slide-active .swiper-content a:focus .img_wrapper > img {
    transform: scale(1.1);
  }
  .banner-swiper .swiper-slide-active .swiper-content a:hover .img_wrapper::before, .banner-swiper .swiper-slide-active .swiper-content a:focus .img_wrapper::before {
    background-color: #d6e0ea;
    transform: scale(0.9);
    border-color: transparent;
  }
  .banner-swiper .swiper-slide-active .swiper-content a:hover .sticker, .banner-swiper .swiper-slide-active .swiper-content a:focus .sticker {
    background-color: #d6e0ea;
  }
}
.banner-swiper .swiper-content a {
  text-decoration: none;
}

.banner-swiper .swiper-content .img_wrapper {
  border-radius: 1.6rem;
  overflow: hidden;
  aspect-ratio: 633/300;
}

.banner-swiper .swiper-content .img_wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s transform;
}

.banner-swiper .swiper-content .sticker {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  background-color: #fff;
  border-radius: 1rem;
  left: 2rem;
  bottom: 2rem;
  border: 1px solid #002952;
  color: #002952;
  font-size: 1.6rem;
  min-height: 5.6rem;
  padding: 1.8rem 2.6rem;
  border-radius: 1rem;
  transition: 0.3s background-color;
}

.win .banner-swiper .swiper-content .sticker, .gecko .banner-swiper .swiper-content .sticker {
  padding-top: 2rem;
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper .swiper-content .sticker {
    position: static;
    font-size: 3.2rem;
    margin-top: 5rem;
    max-width: 31.6rem;
    padding: 1.8rem 3.2rem;
  }
}
.banner-swiper .swiper-content .sticker .icn {
  width: 1.6rem;
  height: 1.6rem;
  fill: #000;
  margin-right: 0.6rem;
}

.win .banner-swiper .swiper-content .sticker .icn, .gecko .banner-swiper .swiper-content .sticker .icn {
  position: relative;
  top: -0.15rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper .swiper-content .sticker .icn {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.2rem;
  }
}
.banner_content {
  position: relative;
}

.banner-swiper-btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4rem;
  margin: 4rem auto 0;
  width: 21rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-btn-wrapper {
    background-color: #fff;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10;
    padding: 2rem 0 1.5rem 0;
    gap: 0 1rem;
    margin-top: 3rem;
  }
}
.win .banner-swiper-btn-wrapper .banner-swiper-pagination {
  margin-top: 0.5rem;
}

.banner-swiper-prev,
.banner-swiper-next,
.banner-swiper-pagination {
  position: static !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto;
  background-color: transparent;
}

.banner-swiper-prev::after {
  top: 1.53rem;
  left: 0.2rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-prev::after {
    top: 45.3%;
    transform: translateX(-50%) rotate(225deg);
    left: 3.7rem;
  }
}
.banner-swiper-next::after {
  top: 1.53rem;
  right: 0.1rem;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-next::after {
    top: 45.3%;
    right: 1.8rem;
    transform: translateX(-50%) rotate(45deg);
  }
}
.banner-swiper-pagination {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 959.98px) {
  .banner-swiper-pagination {
    font-size: 2.4rem;
  }
}
.banner-swiper-pagination .swiper-pagination-current {
  padding-right: 1em;
  min-width: 2em;
  display: inline-block;
}

.banner-swiper-pagination .swiper-pagination-total {
  color: #b0c5d5;
  padding-left: 1em;
  min-width: 2em;
  display: inline-block;
}

.btn_wrapper {
  width: -moz-fit-content;
  width: fit-content;
}

.destinations {
  padding-top: 12rem;
}

@media screen and (max-width: 959.98px) {
  .destinations {
    padding-top: 13rem;
    padding-bottom: 9rem;
  }
}
.destinations_content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 38.4rem 71.4rem;
  grid-template-rows: auto 1fr;
  gap: 0px 10.2rem;
  grid-template-areas: "ttl-txt map" "slider map";
}

@media screen and (max-width: 959.98px) {
  .destinations_content {
    display: block;
  }
}
.destinations_content .ttl_tet_wrapper {
  grid-area: ttl-txt;
}

.destinations_content .swpier-content {
  grid-area: slider;
  margin-top: 5rem;
}

.destinations_content .swiper-slide {
  background-color: #fff;
  height: auto !important;
}

.destinations_content .swpier-content .img_wrapper img {
  border-radius: 1.6rem;
}

.area-slide_body {
  padding-top: 4rem;
}

.area-slide_body .area_name {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .area_name {
    font-size: 5.2rem;
  }
}
.area-slide_body .area_list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 2.8rem;
  gap: 0.5rem 0;
}

.area-slide_body .area_item {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-right: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .area_item {
    font-size: 3rem;
  }
}
.area-slide_body .area_item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #a3a3a3;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .area_item:not(:last-of-type)::after {
    height: 2.2rem;
  }
}
.area-slide_body .area_item a {
  text-decoration: none;
  color: #002952;
  transition: 0.3s color;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

@media (any-hover: hover) {
  .area-slide_body .area_item a:hover {
    color: #0066bf;
  }
}
.area-slide_body .txt {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 959.98px) {
  .area-slide_body .txt {
    font-size: 3rem;
  }
}
.area-swiper-btn-wrapper {
  position: absolute;
  top: 30.7rem;
  right: 0.1rem;
}

@media screen and (max-width: 959.98px) {
  .area-swiper-btn-wrapper {
    top: 47.7rem;
    right: 0.5rem;
  }
}
.area-swiper-pagination {
  margin-top: 4rem;
}

.map {
  grid-area: map;
}

@media screen and (max-width: 959.98px) {
  .map {
    margin-top: 5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.map .pc {
  position: relative;
}

.map .pc .japan-map {
  position: absolute;
  z-index: 10;
  left: 3.9rem;
  top: 2.1rem;
  width: 38rem;
  height: 38rem;
}

.map .pc .cls-1,
.map .pc .cls-2 {
  fill: none;
}

.map .pc .cls-3,
.map .pc .cls-4,
.map .pc .cls-5 {
  fill: #b0c5d5;
  stroke: #b0c5d5;
}

.map .pc .cls-3,
.map .pc .cls-6 {
  fill-rule: evenodd;
}

.map .pc .cls-7 {
  fill: #e7f5fd;
}

.map .pc .cls-7,
.map .pc .cls-8 {
  isolation: isolate;
  opacity: 0.41;
}

.map .pc .cls-2 {
  stroke: #002952;
}

.map .pc .cls-5 {
  stroke-linejoin: round;
  stroke-width: 0.7px;
}

.map .pc .cls-9 {
  fill: #0066bf;
}

.map .pc .cls-10,
.map .pc .cls-8 {
  fill: #fff;
}

.map .pc .cls-11 {
  fill: #ebf2f7;
}

.map .pc .cls-12 {
  fill: #002952;
}

.map .pc .cls-6 {
  fill: #ebf2f8;
}

.map .pc .cls-13 {
  clip-path: url(#clippath);
}

.selected-kansai #kansai .area,
.selected #kansai .area {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-kansai #sp-text-kix,
.selected #sp-text-kix {
  fill: #fff;
}

.selected-kansai #text-nara,
.selected-kansai #text-kyoto,
.selected-kansai #text-osaka,
.selected #text-nara,
.selected #text-kyoto,
.selected #text-osaka {
  fill: #fff;
}

.selected-kansai #mark-himeji .circle-inner,
.selected-kansai #mark-wakayama .circle-inner,
.selected-kansai #mark-nara .circle-inner,
.selected-kansai #mark-osaka .circle-inner,
.selected-kansai #mark-kyoto .circle-inner,
.selected-kansai #mark-otsu .circle-inner,
.selected #mark-himeji .circle-inner,
.selected #mark-wakayama .circle-inner,
.selected #mark-nara .circle-inner,
.selected #mark-osaka .circle-inner,
.selected #mark-kyoto .circle-inner,
.selected #mark-otsu .circle-inner {
  fill: #fff;
}

.selected-kansai #block-kansai .pin-inner,
.selected #block-kansai .pin-inner {
  fill: #fff;
}

.selected-kansai #block-kansai .map-pin,
.selected #block-kansai .map-pin {
  fill: #0066bf;
}

.selected-kansai #text-hix,
.selected #text-hix {
  fill: #b0c5d5;
}

.selected-sanin #block-sanin .pin-inner,
.selected #block-sanin .pin-inner {
  fill: #fff;
}

.selected-sanin #block-sanin .map-pin,
.selected #block-sanin .map-pin {
  fill: #0066bf;
}

.selected-sanin #shimane,
.selected-sanin #iki,
.selected-sanin #tottori,
.selected #shimane,
.selected #iki,
.selected #tottori {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-sanin #mark-izumo .circle-inner,
.selected-sanin #mark-tottori .circle-inner,
.selected #mark-izumo .circle-inner,
.selected #mark-tottori .circle-inner {
  fill: #fff;
}

.selected-hokuriku #ishikawa,
.selected-hokuriku #fukui,
.selected-hokuriku #toyama,
.selected #ishikawa,
.selected #fukui,
.selected #toyama {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-hokuriku #mark-kanazawa .circle-inner,
.selected-hokuriku #mark-fukui .circle-inner,
.selected-hokuriku #mark-toyama .circle-inner,
.selected #mark-kanazawa .circle-inner,
.selected #mark-fukui .circle-inner,
.selected #mark-toyama .circle-inner {
  fill: #fff;
}

.selected-hokuriku #block-hokuriku .pin-inner,
.selected #block-hokuriku .pin-inner {
  fill: #fff;
}

.selected-hokuriku #block-hokuriku .map-pin,
.selected #block-hokuriku .map-pin {
  fill: #0066bf;
}

.selected-setouchi #fukuoka,
.selected-setouchi #oita,
.selected-setouchi #yamaguchi,
.selected-setouchi #hiroshima,
.selected-setouchi #okayama,
.selected #fukuoka,
.selected #oita,
.selected #yamaguchi,
.selected #hiroshima,
.selected #okayama {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-setouchi #text-fuk,
.selected-setouchi #text-okayama,
.selected #text-fuk,
.selected #text-okayama {
  fill: #fff;
}

.selected-setouchi #mark-okayama .circle-inner,
.selected-setouchi #mark-hiroshima .circle-inner,
.selected-setouchi #mark-fukuoka .circle-inner,
.selected-setouchi #mark-yamaguchi .circle-inner,
.selected #mark-okayama .circle-inner,
.selected #mark-hiroshima .circle-inner,
.selected #mark-fukuoka .circle-inner,
.selected #mark-yamaguchi .circle-inner {
  fill: #fff;
}

.selected-setouchi #block-setouchi .pin-inner,
.selected #block-setouchi .pin-inner {
  fill: #fff;
}

.selected-setouchi #block-setouchi .map-pin,
.selected #block-setouchi .map-pin {
  fill: #0066bf;
}

.map-tag {
  cursor: pointer;
}

.map .sp {
  position: relative;
}

.map .sp .japan-map {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 4.6rem;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}

.map .sp .cls-1,
.map .sp .cls-2 {
  fill: none;
}

.map .sp .cls-3,
.map .sp .cls-4,
.map .sp .cls-5,
.map .sp .cls-6 {
  fill: #b0c5d5;
  stroke: #b0c5d5;
}

.map .sp .cls-3,
.map .sp .cls-5,
.map .sp .cls-7 {
  fill-rule: evenodd;
}

.map .sp .cls-8 {
  fill: #e7f5fd;
}

.map .sp .cls-8,
.map .sp .cls-5,
.map .sp .cls-9,
.map .sp .cls-10,
.map .sp .cls-11 {
  isolation: isolate;
}

.map .sp .cls-8,
.map .sp .cls-11 {
  opacity: 0.41;
}

.map .sp .cls-5 {
  opacity: 1;
}

.map .sp .cls-6 {
  stroke-linejoin: round;
  stroke-width: 0.7px;
}

.map .sp .cls-12 {
  fill: #0066bf;
}

.map .sp .cls-13,
.map .sp .cls-11 {
  fill: #fff;
}

.map .sp .cls-2 {
  stroke: #002952;
  stroke-width: 1.5px;
}

.map .sp .cls-10 {
  font-family: "Inter";
  font-size: 36px;
  font-weight: 600;
}

.map .sp .cls-10,
.map .sp .cls-14 {
  fill: #002952;
}

.map .sp .cls-15 {
  fill: #ebf2f7;
}

.map .sp .cls-7 {
  fill: #ebf2f8;
}

.map .sp .cls-16 {
  letter-spacing: -0.02em;
}

.map .sp .cls-17 {
  letter-spacing: 0em;
}

.map .sp .cls-18 {
  clip-path: url(#clippath);
}

.selected-kansai #sp-kansai .area,
.selected #sp-kansai .area {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-kansai #sp-text-nara,
.selected-kansai #sp-text-kyoto,
.selected-kansai #sp-text-osaka,
.selected-kansai #sp-text-himeji,
.selected-kansai #sp-text-otsu,
.selected-kansai #sp-text-wakayama,
.selected #sp-text-nara,
.selected #sp-text-kyoto,
.selected #sp-text-osaka,
.selected #sp-text-himeji,
.selected #sp-text-otsu,
.selected #sp-text-wakayama {
  fill: #fff;
}

.selected-kansai #sp-mark-himeji .circle-inner,
.selected-kansai #sp-mark-wakayama .circle-inner,
.selected-kansai #sp-mark-nara .circle-inner,
.selected-kansai #sp-mark-osaka .circle-inner,
.selected-kansai #sp-mark-kyoto .circle-inner,
.selected-kansai #sp-mark-otsu .circle-inner,
.selected #sp-mark-himeji .circle-inner,
.selected #sp-mark-wakayama .circle-inner,
.selected #sp-mark-nara .circle-inner,
.selected #sp-mark-osaka .circle-inner,
.selected #sp-mark-kyoto .circle-inner,
.selected #sp-mark-otsu .circle-inner {
  fill: #fff;
}

.selected-kansai #sp-block-kansai .pin-inner,
.selected #sp-block-kansai .pin-inner {
  fill: #fff;
}

.selected-kansai #sp-block-kansai .map-pin,
.selected #sp-block-kansai .map-pin {
  fill: #0066bf;
}

.selected-sanin #sp-block-sanin .pin-inner,
.selected #sp-block-sanin .pin-inner {
  fill: #fff;
}

.selected-sanin #sp-block-sanin .map-pin,
.selected #sp-block-sanin .map-pin {
  fill: #0066bf;
}

.selected-sanin #sp-shimane,
.selected-sanin #sp-iki,
.selected-sanin #sp-tottori,
.selected #sp-shimane,
.selected #sp-iki,
.selected #sp-tottori {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-sanin #sp-mark-izumo .circle-inner,
.selected-sanin #sp-mark-tottori .circle-inner,
.selected #sp-mark-izumo .circle-inner,
.selected #sp-mark-tottori .circle-inner {
  fill: #fff;
}

.selected-hokuriku #sp-ishikawa,
.selected-hokuriku #sp-fukui,
.selected-hokuriku #sp-toyama,
.selected #sp-ishikawa,
.selected #sp-fukui,
.selected #sp-toyama {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-hokuriku #sp-text-fukui,
.selected-hokuriku #sp-text-toyama,
.selected #sp-text-fukui,
.selected #sp-text-toyama {
  fill: #fff;
}

.selected-hokuriku #sp-mark-kanazawa .circle-inner,
.selected-hokuriku #sp-mark-fukui .circle-inner,
.selected-hokuriku #sp-mark-toyama .circle-inner,
.selected #sp-mark-kanazawa .circle-inner,
.selected #sp-mark-fukui .circle-inner,
.selected #sp-mark-toyama .circle-inner {
  fill: #fff;
}

.selected-hokuriku #sp-block-hokuriku .pin-inner,
.selected #sp-block-hokuriku .pin-inner {
  fill: #fff;
}

.selected-hokuriku #sp-block-hokuriku .map-pin,
.selected #sp-block-hokuriku .map-pin {
  fill: #0066bf;
}

.selected-setouchi #sp-fukuoka,
.selected-setouchi #sp-oita,
.selected-setouchi #sp-yamaguchi,
.selected-setouchi #sp-hiroshima,
.selected-setouchi #sp-okayama,
.selected #sp-fukuoka,
.selected #sp-oita,
.selected #sp-yamaguchi,
.selected #sp-hiroshima,
.selected #sp-okayama {
  fill: #0066bf;
  stroke: #0066bf;
}

.selected-setouchi #sp-text-fuk,
.selected #sp-text-fuk {
  fill: #fff;
}

.selected-setouchi #sp-mark-okayama .circle-inner,
.selected-setouchi #sp-mark-hiroshima .circle-inner,
.selected-setouchi #sp-mark-fukuoka .circle-inner,
.selected-setouchi #sp-mark-yamaguchi .circle-inner,
.selected #sp-mark-okayama .circle-inner,
.selected #sp-mark-hiroshima .circle-inner,
.selected #sp-mark-fukuoka .circle-inner,
.selected #sp-mark-yamaguchi .circle-inner {
  fill: #fff;
}

.selected-setouchi #sp-block-setouchi .pin-inner,
.selected-setouchi #sp-block-setouchi .circle-inner,
.selected #sp-block-setouchi .pin-inner,
.selected #sp-block-setouchi .circle-inner {
  fill: #fff;
}

.selected-setouchi #sp-block-setouchi .map-pin,
.selected #sp-block-setouchi .map-pin {
  fill: #0066bf;
}

.post .post_ttl {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.24;
  color: #002952;
  max-width: 76rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 959.98px) {
  .post .post_ttl {
    font-size: 6.4rem;
    line-height: 1.34375;
    max-width: inherit;
    margin-bottom: 4rem;
  }
}
.post .swiper-content picture {
  width: 100%;
}

.post .swiper-content picture img {
  width: 100%;
}

.post_heading {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 959.98px) {
  .post_heading {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.place_tag_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  align-items: flex-start;
}

@media screen and (max-width: 959.98px) {
  .place_tag_wrapper {
    flex-direction: column;
    gap: 4rem 1.6rem;
  }
}
.place_tag_wrapper .place {
  font-size: 2.8rem;
  font-weight: 600;
  color: #002952;
}

@media screen and (max-width: 959.98px) {
  .place_tag_wrapper .place {
    font-size: 3.2rem;
  }
}
.place_tag_wrapper .place .icn {
  width: 2.8rem;
  height: 3rem;
  display: inline-block;
  margin-right: 0.8rem;
}

@media screen and (max-width: 959.98px) {
  .place_tag_wrapper .place .icn {
    position: relative;
    top: 0.4rem;
    width: 2.9rem;
    height: 4.1rem;
    margin-right: 1.8rem;
  }
}
.place_tag_wrapper .place .icn img {
  width: 100%;
}

.place_tag_wrapper .tag {
  position: relative;
  top: 0.7rem;
}

.post_body {
  padding-top: 12rem;
}

@media screen and (max-width: 959.98px) {
  .post_body {
    padding-top: 8rem;
  }
}
.post_body .info {
  border-radius: 1.6rem;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.post_body .info .gmap {
  aspect-ratio: 1200/658;
}

@media screen and (max-width: 959.98px) {
  .post_body .info .gmap {
    aspect-ratio: 654/558;
  }
}
.post_body .info .gmap iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.post_body .info .info_inner {
  padding: 4rem 7rem;
}

@media screen and (max-width: 959.98px) {
  .post_body .info .info_inner {
    padding: 6rem 4.8rem;
  }
}
.post_body .info .ttl {
  font-family: "Inter", sans-serif;
  color: #002952;
  font-size: 3.2rem;
  line-height: 1.4375;
  margin-bottom: 1rem;
}

@media screen and (max-width: 959.98px) {
  .post_body .info .ttl {
    font-size: 5.2rem;
    line-height: 1.2692307692;
  }
}
.post_body .info p {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  max-width: 80rem;
}

@media screen and (max-width: 959.98px) {
  .post_body .info p {
    font-size: 3rem;
    line-height: 1.8;
    max-width: inherit;
  }
}
.post_body .info p .icn {
  display: inline-block;
  width: 1.5rem;
  height: 2.1rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.9rem;
}

@media screen and (max-width: 959.98px) {
  .post_body .info p .icn {
    width: 2.2rem;
    height: 3.1rem;
    top: 1.2rem;
    margin-right: 1rem;
  }
}
.post_body .info p .icn img {
  width: 100%;
}

.post_body .info .block a.blank {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  border: 1px solid #002952;
  border-radius: 1rem;
  color: #002952;
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5.6rem;
  padding: 0.5rem 1rem 0.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 14.6rem;
  transition: 0.3s background-color;
}

@media (any-hover: hover) {
  .post_body .info .block a.blank:hover {
    background-color: #ebf2f7;
  }
}
@media screen and (max-width: 959.98px) {
  .post_body .info .block a.blank {
    font-size: 3rem;
    min-width: 26rem;
    min-height: 9.4rem;
    padding-left: 4rem;
    margin-top: 3rem;
  }
}
.post_body .info .block a.blank + a {
  margin-top: 2rem;
}

.post_body .info .block a.blank span {
  position: relative;
}

.post_body .info .block a.blank span::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.5rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: #002952;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
          mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><title>arrow</title><path class="cls-1" d="M0,.34v11.32c0,.19.15.34.34.34h11.32c.19,0,.34-.15.34-.34v-2.32c0-.19-.15-.34-.34-.34h-.82c-.19,0-.34.15-.34.34v.82c0,.19-.15.34-.34.34H1.84c-.19,0-.34-.15-.34-.34V1.84c0-.19.15-.34.34-.34h.82c.19,0,.34-.15.34-.34V.34C3,.15,2.85,0,2.66,0h0S.34,0,.34,0C.15,0,0,.15,0,.34h0M6.58.58l1.43,1.43c.13.13.13.35,0,.48l-3.27,3.27c-.13.13-.13.35,0,.48l1.02,1.02c.13.13.35.13.48,0l3.27-3.27c.13-.13.35-.13.48,0,0,0,0,0,0,0l1.43,1.43c.13.13.35.13.48,0,.06-.06.1-.15.1-.24V.34C12,.15,11.85,0,11.66,0h-4.84c-.19,0-.34.15-.34.34,0,.09.04.17.1.24" /></svg>') no-repeat center center/100% 100%;
  display: block;
}

@media screen and (max-width: 959.98px) {
  .post_body .info .block a.blank span::before {
    width: 2.2rem;
    height: 2.2rem;
    right: calc(100% + 1.2rem);
  }
}
.post_body .info .block + .block {
  margin-top: 4rem;
}

@media screen and (max-width: 959.98px) {
  .post_body .info .block + .block {
    margin-top: 6rem;
  }
}
.post_body .info .station_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
}

.post_inner {
  max-width: 80rem;
  margin: 0 auto;
  padding-bottom: 12rem;
}

@media screen and (max-width: 959.98px) {
  .post_inner {
    padding-bottom: 8rem;
  }
}
.post_inner > *:first-child {
  margin-top: 0;
}

.post_inner h2,
.post_inner h3,
.post_inner h4,
.post_inner h5,
.post_inner h6 {
  color: #002952;
  font-weight: 600;
}

.post_inner h2 {
  font-size: 5rem;
  line-height: 1.24;
  margin: 8rem 0 4rem;
}

@media screen and (max-width: 959.98px) {
  .post_inner h2 {
    font-size: 6.4rem;
    line-height: 1.34375;
    margin: 14rem 0 6rem;
  }
}
.post_inner h3 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 4rem 0 2rem;
}

@media screen and (max-width: 959.98px) {
  .post_inner h3 {
    font-size: 5.2rem;
    line-height: 1.2692307692;
    margin: 6rem 0 3rem;
  }
}
.post_inner h4 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 3rem 0 1.4rem;
}

@media screen and (max-width: 959.98px) {
  .post_inner h4 {
    margin: 6rem 0 2rem;
    font-size: 4.6rem;
    line-height: 1.5217391304;
  }
}
.post_inner h5 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 2em 0 1em;
}

.post_inner h6 {
  font-size: 2;
  line-height: 1.5;
  margin: 2em 0 1em;
}

.post_inner p {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 959.98px) {
  .post_inner p {
    font-size: 3rem;
    line-height: 1.8;
  }
}
.post_inner p + p {
  margin-top: 1em;
}

.post_inner figure {
  margin: 4rem 0;
}

@media screen and (max-width: 959.98px) {
  .post_inner figure {
    margin: 6rem 0;
  }
}
.post_inner figure img {
  border-radius: 1.6rem;
}

/* @use "object/component/_button";
@use "object/component/_dialog";
@use "object/component/_grid";
@use "object/component/_media";
 */
/* @use "object/project/_articles";
@use "object/project/_comments";
@use "object/project/_gallery";
@use "object/project/_profile"; */
/* 
@use "object/utility/_align";
@use "object/utility/_clearfix";
@use "object/utility/_margin";
@use "object/utility/_position";
@use "object/utility/_size";
@use "object/utility/_text"; */
.linkEmergency-area {
  margin-top: 80px;
}
@media screen and (max-width: 959.98px) {
  .linkEmergency-area {
    margin-top: 10.5rem;
  }
}
.linkEmergency-area .linkEmergency_box {
  background-color: #fff;
  border: 1px solid #c00;
  padding: 20px;
  font-size: 14px;
  line-height: 1.4285;
  color: #f00;
}
@media screen and (max-width: 959.98px) {
  .linkEmergency-area .linkEmergency_box {
    padding: 2rem;
    font-size: 3rem;
    line-height: 1.8;
  }
}
.linkEmergency-area .linkEmergency_box h2 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

/* ////////////////////////////////////////////////
add gowest
//////////////////////////////////////////////// */
#gowest_information {
  margin-top: 13rem;
}
#gowest_information .gowest_listWrap .card_inner .img_wrapper {
  aspect-ratio: unset;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959.98px) {
  #gowest_information .card_inner .img_wrapper {
    box-shadow: 0 0px 1rem 0 rgba(0, 0, 0, 0.2);
  }
}
#gowest_information .gowest_information {
  padding: 9rem 0 4rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information {
    padding: 10rem 0 6rem;
  }
}
#gowest_information .gowest_information .head_wrap {
  display: flex;
  align-items: center;
  gap: 10.5rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap {
    gap: 7.5rem;
    flex-direction: column;
  }
}
#gowest_information .gowest_information .head_wrap .img_wrapper {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: 48.75vw;
  flex-shrink: 0;
  border-radius: 1.5rem 0 0 1.5rem;
  overflow: hidden;
  height: 40rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap .img_wrapper {
    margin: 0;
    width: 100vw;
    border-radius: 0;
    height: 30rem;
  }
}
#gowest_information .gowest_information .head_wrap .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#gowest_information .gowest_information .head_wrap .txt_wrapper {
  width: 55rem;
  flex-shrink: 0;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap .txt_wrapper {
    width: 100%;
    flex-shrink: 0;
  }
}
#gowest_information .gowest_information .head_wrap .txt_wrapper .txt {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 3.2rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap .txt_wrapper .txt {
    font-size: 3rem;
    line-height: 1.8;
    margin-top: 5rem;
  }
}
#gowest_information .gowest_information ul.cards {
  margin-top: 2rem;
}
#gowest_information .gowest_ttl {
  font-size: 5rem;
  margin-bottom: 1.8rem;
  color: #002952;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_ttl {
    font-size: 6.4rem;
  }
}
#gowest_information .gowest_read {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  margin-top: 2rem;
  display: block;
  max-width: 89.4rem;
  color: #000;
  margin-bottom: 3rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_read {
    font-size: 3rem;
    margin-top: 3.2rem;
    margin-bottom: 1rem;
  }
}
#gowest_information .bg_deepblue {
  background-color: #f6f8fa;
}
#gowest_information .tag.-pink {
  background-color: #ff6699;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-blue {
  background-color: #2075b5;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-darkBlue {
  background-color: #2075b5;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-deepBlue {
  background-color: #287f8f;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-purple {
  background-color: #924990;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-orange {
  background-color: #d05442;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-green {
  background-color: #2d936f;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .card_body .ttl {
  margin-top: 0.5rem;
}
#gowest_information .price {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #002952;
  background-color: #cce6f8;
  border-radius: 0.4rem;
  padding: 0.2rem 1.6rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-family: inter;
  margin-bottom: 0px;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .price {
    font-size: 4.2rem;
    margin-top: 1rem;
  }
}
#gowest_information .price .unit {
  font-size: 1.8rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .price .unit {
    font-size: 3.2rem;
  }
}
#gowest_information .detail_link {
  display: block;
  height: 86px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: inter;
  font-weight: 600;
  cursor: pointer;
}
#gowest_information .detail_link_wrapper {
  position: relative;
}
#gowest_information .detail_link_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #9aa9ba;
  transition: 0.3s width;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .detail_link_wrapper::after {
    width: 100%;
  }
}
@media screen and (min-width: 959.98px) {
  #gowest_information .detail_link_wrapper:hover::after {
    width: 100%;
  }
}
#gowest_information .card_item a {
  color: #002952;
}
#gowest_information  .detail_link_wrapper:nth-of-type(2) .icn_blank {
 margin-top: 0;
}

@media screen and (max-width: 959.98px) {
  #gowest_information .detail_link {
    font-size: 3.2rem;
    height: 12rem;
  }
}
#gowest_information .btn {
  margin: 0 auto;
}
#gowest_information .btn_wrap {
  margin-top: 50px;
  text-align: center;
}


/*agencyArea*/
.agencyArea {
  padding-top: 100px;
}
@media screen and (max-width: 959.98px) {
  .agencyArea .agencyArea {
    padding-top: 10rem;
    padding-bottom: 0;
  }
  .agencyArea .agencyArea_ttl {
    font-size: 32px;
    text-align: center;
    color: #002952;
    font-weight: 600;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 959.98px) {
  .agencyArea .agencyArea_ttl {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 959.98px) {
  .agencyArea .agencyArea_lead {
    font-size: 20px;
    color: rgb(0, 41, 82);
    font-weight: bold;
    line-height: 3.15;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 959.98px) {
  .agencyArea .agencyArea_lead {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 959.98px) {
  .agencyArea .agencyAreaBtns {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 959.98px) {
  .agencyArea .agencyAreaBtns {
    gap: 5rem;
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 959.98px) {
  .agencyArea a {
    transition: 0.3s opacity;
  }
  .agencyArea a:hover {
    opacity: 0.7;
  }
  .agencyArea .agencyAreaBtns li {
    display: flex;
  }
  .agencyArea .agencyAreaBtns a {
    display: block;
    box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 13px;
  }
  .agencyArea .agencyArea_note {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 959.98px) {
  .agencyArea .agencyArea_note {
    font-size: 2.2rem;
  }
}

/* ////////////////////////////////////////////////
add gowest
//////////////////////////////////////////////// */
#gowest_information {
  margin-top: 13rem;
}
#gowest_information .gowest_listWrap .card_inner .img_wrapper {
  aspect-ratio: unset;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959.98px) {
  #gowest_information .card_inner .img_wrapper {
    box-shadow: 0 0px 1rem 0 rgba(0, 0, 0, 0.2);
  }
}
#gowest_information .gowest_information {
  padding: 9rem 0 4rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information {
    padding: 10rem 0 6rem;
  }
}
#gowest_information .gowest_information .head_wrap {
  display: flex;
  align-items: center;
  gap: 10.5rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap {
    gap: 7.5rem;
    flex-direction: column;
  }
}
#gowest_information .gowest_information .head_wrap .img_wrapper {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  width: 48.75vw;
  flex-shrink: 0;
  border-radius: 1.5rem 0 0 1.5rem;
  overflow: hidden;
  height: 40rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap .img_wrapper {
    margin: 0;
    width: 100vw;
    border-radius: 0;
    height: 30rem;
  }
}
#gowest_information .gowest_information .head_wrap .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#gowest_information .gowest_information .head_wrap .txt_wrapper {
  width: 55rem;
  flex-shrink: 0;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap .txt_wrapper {
    width: 100%;
    flex-shrink: 0;
  }
}
#gowest_information .gowest_information .head_wrap .txt_wrapper .txt {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 3.2rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_information .head_wrap .txt_wrapper .txt {
    font-size: 3rem;
    line-height: 1.8;
    margin-top: 5rem;
  }
}
#gowest_information .gowest_information ul.cards {
  margin-top: 2rem;
}
#gowest_information .gowest_ttl {
  font-size: 5rem;
  margin-bottom: 1.8rem;
  color: #002952;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_ttl {
    font-size: 6.4rem;
  }
}
#gowest_information .gowest_read {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  margin-top: 2rem;
  display: block;
  max-width: 89.4rem;
  color: #000;
  margin-bottom: 3rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .gowest_read {
    font-size: 3rem;
    margin-top: 3.2rem;
    margin-bottom: 1rem;
  }
}
#gowest_information .bg_deepblue {
  background-color: #f6f8fa;
}
#gowest_information .tag.-pink {
  background-color: #ff6699;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-blue {
  background-color: #2075b5;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-darkBlue {
  background-color: #2075b5;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-deepBlue {
  background-color: #287f8f;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-purple {
  background-color: #924990;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-orange {
  background-color: #d05442;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .tag.-green {
  background-color: #2d936f;
  color: #fff;
  margin-top: 0.3rem;
}
#gowest_information .card_body .ttl {
  margin-top: 0.5rem;
}
#gowest_information .price {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #002952;
  background-color: #cce6f8;
  border-radius: 0.4rem;
  padding: 0.2rem 1.6rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  font-family: inter;
  margin-bottom: 0px;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .price {
    font-size: 4.2rem;
    margin-top: 1rem;
  }
}
#gowest_information .price .unit {
  font-size: 1.8rem;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .price .unit {
    font-size: 3.2rem;
  }
}
#gowest_information .detail_link {
  display: block;
  height: 86px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: inter;
  font-weight: 600;
  cursor: pointer;
}
#gowest_information .detail_link_wrapper {
  position: relative;
}
#gowest_information .detail_link_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #9aa9ba;
  transition: 0.3s width;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .detail_link_wrapper::after {
    width: 100%;
  }
}
@media screen and (min-width: 959.98px) {
  #gowest_information .detail_link_wrapper:hover::after {
    width: 100%;
  }
}
#gowest_information .card_item a {
  color: #002952;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .detail_link {
    font-size: 3.2rem;
    height: 12rem;
  }
}
#gowest_information .btn {
  margin: 0 auto;
}
#gowest_information .btn_wrap {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  #gowest_information .btn_wrap {
    margin-top: 0px;
  }
}
/*agencyArea*/
.agencyArea {
  padding-top: 100px;
}
@media screen and (max-width: 959.98px) {
  .agencyArea {
    padding-top: 10rem;
    padding-bottom: 0;
  }
}
.agencyArea .agencyArea_ttl {
  font-size: 32px;
  text-align: center;
  color: #002952;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 959.98px) {
  .agencyArea .agencyArea_ttl {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
}
.agencyArea .agencyArea_lead {
  font-size: 20px;
  color: rgb(0, 41, 82);
  font-weight: bold;
  line-height: 3.15;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.98px) {
  .agencyArea .agencyArea_lead {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    margin-top: -3rem;
  }
}
.agencyArea .agencyAreaBtns {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 959.98px) {
  .agencyArea .agencyAreaBtns {
    gap: 5rem;
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.agencyArea a {
  transition: 0.3s opacity;
}
.agencyArea a:hover {
  opacity: 0.7;
}
.agencyArea .agencyAreaBtns li {
  display: flex;
}
.agencyArea .agencyAreaBtns a {
  display: block;
  box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  border-radius: 13px;
}
.agencyArea .agencyArea_note {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 959.98px) {
  .agencyArea .agencyArea_note {
    font-size: 2.2rem;
  }
}