@charset "UTF-8";

html {
  font-size: 100%
}

@media (max-width:1074px) {
  html {
    font-size: max(1.4897579143vw, 10px)
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 100%
  }
}

@media (max-width:375px) {
  html {
    font-size: max(4.2666666667vw, 10px)
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333
}

@media screen and (max-width:767px) {

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s
  }

  a:hover,
  button:hover {
    opacity: .7;
    cursor: pointer;
    background: transparent
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0
}

ul,
ol {
  list-style: none;
  padding: 0
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin-inline: auto
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

a {
  text-decoration: none;
  color: inherit
}

img,
picture {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial
}

@media (prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem
}

@media screen and (max-width:767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem
  }
}

#main_and_side {
  display: flex;
  padding: 2% 5%;
  width: 100%;
  margin-top: 100px !important
}

.sidebar_container {
  max-width: 13.75rem;
  width: 100%;
  padding-right: 2%
}

@media screen and (max-width:768px) {
  .sidebar_container {
    padding-right: 0;
    display: none
  }
}

.sidebar_top_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: .5rem
}

@media screen and (max-width:767px) {
  .sidebar_top_list {
    display: none
  }
}

.sidebar_top_list.-sp {
  display: none
}

@media screen and (max-width:767px) {
  .sidebar_top_list.-sp {
    margin-top: 1rem;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 2%
  }
}

.sidebar_top_item a {
  display: block;
  border: 1px solid #3C82C3;
  border-radius: 4px;
  padding: .7rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #323232;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

@media (hover:hover) {
  .sidebar_top_item a:hover {
    opacity: .6
  }
}

@media screen and (max-width:767px) {
  .sidebar_top_beginners {
    max-width: 100%;
    width: 100%;
    padding-inline: 2%;
    margin-top: 4.6875rem;
    margin-inline: auto
  }
}

.sidebar_top_beginners a {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

@media (hover:hover) {
  .sidebar_top_beginners a:hover {
    opacity: .6
  }
}

.sidebar_top_beginners img {
  display: block;
  width: 100%;
  height: auto
}

.sidebar_second_container {
  margin-top: 2rem
}

.sidebar_second_item,
.sidebar_third_item,
.sidebar_fourth_item {
  border-bottom: 1px solid #C8C8C8;
  border-inline: 1px solid #C8C8C8
}

.sidebar_second_item a,
.sidebar_third_item a,
.sidebar_fourth_item a {
  display: block;
  padding: .7rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.42857;
  color: #0F3C64;
  background: #F7F7F7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

@media (hover:hover) {

  .sidebar_second_item a:hover,
  .sidebar_third_item a:hover,
  .sidebar_fourth_item a:hover {
    opacity: .6
  }
}

.sidebar_second_item span,
.sidebar_third_item span,
.sidebar_fourth_item span {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.66667
}

.sidebar_second_item_title,
.sidebar_third_item_title,
.sidebar_fourth_item_title {
  border: none;
  border-radius: 4px 4px 0 0;
  background: #0F3C64;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  padding-block: .75rem
}

.sidebar_third_container {
  margin-top: 2rem
}

.sidebar_third_item_subtitle {
  background: #959595;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  padding-block: .375rem
}

.sidebar_fourth_container {
  margin-top: 2rem
}

.header {
  position: fixed;
  z-index: 1000;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 85.875rem;
  width: 100%;
  height: inherit;
  margin-inline: auto;
  padding-top: 11px;
  padding-bottom: 24px;
  padding-left: 2.625rem;
  padding-right: 1.5rem
}

@media screen and (max-width:767px) {
  .header_inner {
    padding-bottom: 18px;
    margin-inline: 0;
    padding-inline: .9375rem;
    align-items: center
  }
}

.header_text {
  font-size: .7rem;
  font-weight: 400;
  position: relative;
  z-index: 999;
  margin-bottom: 15px
}

@media screen and (max-width:767px) {
  .header_text {
    font-size: .5rem
  }
}

.header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

@media screen and (max-width:767px) {
  .header_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.header_hamburger {
  display: none
}

@media screen and (max-width:767px) {
  .header_hamburger {
    display: block;
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-top: -1.875rem;
    width: 2.8125rem;
    height: 1.5rem
  }
}

.header_hamburger span {
  position: relative;
  display: block;
  width: 100%;
  height: .125rem;
  background-color: #00A3C2;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in
}

.header_hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(10.5px) rotate(45deg);
  transform: translateY(10.5px) rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #00A3C2
}

.header_hamburger.open span:nth-child(2) {
  opacity: 0
}

.header_hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-10.5px) rotate(-45deg);
  transform: translateY(-10.5px) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #00A3C2
}

.header_logo {
  display: block;
  width: min(19.3055555556vw, 17.375rem);
  height: auto;
  position: relative;
  z-index: 999;
  margin-bottom: -.3rem
}

@media screen and (max-width:767px) {
  .header_logo {
    width: 12.125rem;
    margin-top: -.625rem
  }
}

.header_logo a img {
  display: block;
  width: 100%;
  height: auto
}

.header_nav {
  margin-top: -1.5125rem
}

@media screen and (max-width:767px) {
  .header_nav {
    margin-top: 0
  }
}

@media screen and (max-width:767px) {
  .nav {
    display: none
  }
}

@media screen and (max-width:767px) {
  .nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 7.8rem;
    background: #fff
  }
}

.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .75rem
}

@media screen and (max-width:767px) {
  .nav_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 2%;
    margin-inline: auto;
    gap: .75rem;
    flex: inherit
  }
}

@media screen and (max-width:767px) {
  .nav_item {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
    text-align: center
  }
}

.nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5rem;
  max-width: 13.125rem;
  width: 14.5833333333vw;
  padding: .5rem 0rem .5rem .5625rem;
  font-size: min(1.1111111111vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

@media screen and (max-width:767px) {
  .nav_item a {
    font-size: .875rem;
    max-width: 100%;
    width: 100%;
    margin-inline: auto
  }
}

@media (hover:hover) {
  .nav_item a:hover {
    opacity: .7
  }
}

.nav_item a span {
  display: inline-block;
  width: 2rem;
  height: 2rem
}

.nav_item a span img {
  display: block;
  width: 100%;
  height: auto
}

.nav_item.-yellow a {
  background: #F6AB01
}

.nav_item.-pink a {
  background: #FA3060
}

.nav_item.-blue a {
  background: #01A3B9
}

.nav_item.-green a {
  background: #40BA2C
}

.nav_item-tel {
  text-align: center
}

@media screen and (max-width:767px) {
  .nav_item-tel {
    text-align: center;
    width: 100%;
    margin-top: .5rem;
    padding-inline: 2%
  }
}

@media screen and (max-width:767px) {
  .nav_item-tel a {
    display: block;
    padding: .825rem .5625rem .825rem .5625rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25;
    background: #3C82C3;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    margin-inline: auto
  }
}

.top_mv {
  width: 100%;
  margin-top: 100px;
  margin-inline: auto
}

@media screen and (max-width:767px) {
  .top_mv {
    margin-top: 4.5rem
  }
}

.top_mv_inner {
  position: relative;
  width: 100%;
  padding-inline: 1rem
}

@media screen and (max-width:767px) {
  .top_mv_inner {
    padding-inline: 0
  }
}

.top_mv_img {
  width: 100%
}

.top_mv_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.top_mv_text_wrapper {
  position: absolute;
  top: 12.5%;
  right: 4.1666666667%
}

@media screen and (max-width:767px) {
  .top_mv_text_wrapper {
    top: 34.0909090909%
  }
}

.top_mv_text {
  font-size: min(6.1111111111vw, 5.5rem);
  font-weight: 700;
  line-height: 1.36364;
  color: #fff
}

@media screen and (max-width:767px) {
  .top_mv_text {
    font-size: min(7.1527777778vw, 5.5rem)
  }
}

.top_mv_text_img {
  margin-top: 2.75rem
}

@media screen and (max-width:767px) {
  .top_mv_text_img {
    margin-top: .3125rem
  }
}

.top_mv_text_img {
  max-width: 43.4375rem;
  width: 48.2638888889vw;
  height: auto
}

@media screen and (max-width:767px) {
  .top_mv_text_img {
    width: 55.5555555556vw
  }
}

.top_mv_text_img img {
  display: block;
  width: 100%;
  height: auto
}

.top-page_container {
  display: flex;
  padding-inline: 3%;
  max-width: 90rem;
  width: 100%;
  margin: 2.5rem auto 0
}

@media screen and (max-width:767px) {
  .top-page_container {
    display: block
  }
}

.main_container {
  width: 100%;
  max-width: 75rem;
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 3rem
}

@media screen and (max-width:767px) {
  .main_container {
    padding-left: 0
  }
}

.section-margin {
  margin-top: 8rem
}

@media screen and (max-width:767px) {
  .section-margin {
    margin-top: 5rem
  }
}

.top_news {
  padding-left: 3.5rem
}

@media screen and (max-width:767px) {
  .top_news {
    padding-left: 0
  }
}

.top_news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:767px) {
  .top_news_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.top_news_list {
  max-width: 60rem;
  width: 100%
}

@media screen and (max-width:767px) {
  .top_news_list {
    max-width: 100%
  }
}

.top_news_list a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3C82C3;
  padding-block: min(.9722222222vw, .875rem);
  padding-inline: min(1.9444444444vw, 1.75rem);
  font-size: .875rem;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

@media (hover:hover) {
  .top_news_list a:hover {
    opacity: .6
  }
}

@media screen and (max-width:767px) {
  .top_news_list a {
    padding-left: 1rem
  }
}

@media screen and (max-width:767px) {
  .top_news_time {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.top_news_text {
  margin-left: 1.3125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

@media screen and (max-width:767px) {
  .top_news_text {
    margin-left: 1rem
  }
}

.top_news_link {
  max-width: 7rem;
  width: 7.7777777778vw
}

@media screen and (max-width:767px) {
  .top_news_link {
    width: 100%
  }
}

.top_news_link a {
  font-size: min(1.1111111111vw, 1rem);
  font-weight: 400;
  line-height: 1.25;
  color: #3C82C3;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

@media (hover:hover) {
  .top_news_link a:hover {
    opacity: .6
  }
}

@media screen and (max-width:767px) {
  .top_news_link a {
    font-size: 1rem
  }
}

.top_support {
  margin-top: 2.75rem
}

.top_support_title {
  padding-left: 3.5rem;
  font-size: min(2.7777777778vw, 2.5rem);
  font-weight: 700;
  line-height: 1.75
}

@media screen and (max-width:767px) {
  .top_support_title {
    font-size: 1.125rem;
    padding-left: 0;
    text-align: center
  }
}

.top_support_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.75rem;
  padding-inline: min(2.7083333333vw, 2.4375rem)
}

@media screen and (max-width:767px) {
  .top_support_list {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 0;
    row-gap: 1.5rem
  }
}

.nav_list>li:nth-child(even),
.top_support_list>li:nth-child(even),
.top_scene_list>li:nth-child(even),
.top_section_list>li:nth-child(even),
.sidebar_top_list>li:nth-child(even),
.sidebar_second_list>li:nth-child(even),
.sidebar_third_list>li:nth-child(even),
.sidebar_fourth_list>li:nth-child(even) {
  background: #fff
}

.footer_list_wrapper>li:nth-child(even) {
  background: transparent
}

.sidebar_third_list>li.sidebar_third_item.sidebar_third_item_subtitle {
  background: #959595
}

.sidebar_third_list>li.sidebar_third_item.sidebar_third_item_subtitle {
  background: #959595
}

.top_support_item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 1.5625rem;
  padding: .875rem min(1.5277777778vw, 1.375rem) 1rem
}

@media screen and (max-width:767px) {
  .top_support_item {
    row-gap: 1rem;
    padding-inline: .625rem;
    background: #fff
  }
}

.top_support_item:not(:first-child) {
  border-left: 1px solid #3C82C3
}

@media screen and (max-width:767px) {
  .top_support_item:not(:first-child) {
    border-left: none
  }
}

.top_support_item:first-child {
  padding-left: 0
}

@media screen and (max-width:767px) {
  .top_support_item:nth-child(3) {
    border-left: none
  }
}

.top_support_item:last-child {
  padding-right: 0
}

.top_support_item_img {
  margin-inline: auto
}

.top_support_item_img.-first {
  max-width: 7.375rem;
  width: 8.1944444444vw
}

@media screen and (max-width:767px) {
  .top_support_item_img.-first {
    width: 3.75rem
  }
}

.top_support_item_img.-second {
  max-width: 11.0625rem;
  width: 12.2916666667vw
}

@media screen and (max-width:767px) {
  .top_support_item_img.-second {
    width: 5rem
  }
}

.top_support_item_img.-third {
  max-width: 12.25rem;
  width: 13.6111111111vw
}

@media screen and (max-width:767px) {
  .top_support_item_img.-third {
    width: 5.3125rem;
    -ms-flex-item-align: center;
    align-self: center
  }
}

.top_support_item_img.-fourth {
  max-width: 8.125rem;
  width: 9.0277777778vw
}

@media screen and (max-width:767px) {
  .top_support_item_img.-fourth {
    width: 4.0625rem
  }
}

.top_support_item_img img {
  display: block;
  width: 100%;
  height: auto
}

.top_support_item_title {
  font-size: min(1.4583333333vw, 1.375rem);
  font-weight: 700;
  text-align: center
}

@media screen and (max-width:767px) {
  .top_support_item_title {
    font-size: 1rem
  }
}

.top_support_item_text {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.42857;
  text-align: justify;
  width: min(16.1111111111vw, 14.5rem)
}

@media screen and (max-width:767px) {
  .top_support_item_text {
    font-size: .75rem;
    width: 100%
  }
}

.top_scene {
  margin-top: 7rem
}

@media screen and (max-width:767px) {
  .top_scene {
    margin-top: 5rem
  }
}

.top_scene_title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.33333
}

.top_scene_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1rem
}

@media screen and (max-width:767px) {
  .top_scene_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.top_scene_item {
  display: grid
}

.top_scene_item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 1.5rem;
  padding: 1rem 1rem 1.875rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

@media (hover:hover) {
  .top_scene_item a:hover {
    opacity: .8
  }
}

@media screen and (max-width:767px) {
  .top_scene_item a {
    row-gap: 1rem;
    padding: 1rem
  }
}

.top_scene_item_img {
  height: 11.5rem;
  border-radius: 4px
}

@media screen and (max-width:767px) {
  .top_scene_item_img {
    height: auto
  }
}

.top_scene_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 256 / 184;
  object-fit: contain;
  border-radius: 4px
}

.top_scene_item_text {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2
}

.top_scene_item_text.-small {
  font-size: 1rem;
  margin-top: -2.2rem
}

@media screen and (max-width:767px) {
  .top_scene_item_text {
    font-size: .875rem
  }
}

@media screen and (max-width:767px) {
  .top_scene_item_text.-small {
    margin-top: 0
  }
}

.top_popular_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem
}

@media screen and (max-width:767px) {
  .top_popular_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.top_popular_item {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

@media (hover:hover) {
  .top_popular_item:hover {
    opacity: .6
  }
}

.top_popular_item_img img {
  display: block;
  width: 100%;
  height: auto
}

.top_section_title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.33333
}

.top_section_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}

.top_section_text.-mt8 {
  margin-top: .5rem
}

.top_section_sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5rem;
  font-size: 1.5rem;
  font-weight: 700
}

.top_section_sub-title::before {
  content: "";
  background: #3C82C3;
  width: .5rem;
  height: 2rem
}

.top_card_select_sub-title.-mt32 {
  margin-top: 2rem
}

.top_section_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem
}

@media screen and (max-width:767px) {
  .top_section_list {
    grid-template-columns: repeat(2, 1fr)
  }
}

.top_section_item {
  display: grid;
  border-radius: 8px
}

.top_section_item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1rem;
  padding: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

@media (hover:hover) {
  .top_section_item a:hover {
    opacity: .6
  }
}

@media screen and (max-width:767px) {
  .top_section_item a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    row-gap: 1rem;
    padding: .7rem;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25)
  }
}

.top_section_item_img {
  border-radius: 4px
}

@media screen and (max-width:767px) {
  .top_section_item_img {
    height: auto
  }
}

.top_section_item_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 256/200;
  border-radius: 4px
}

.top_section_item_title {
  font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
  font-weight: 500;
  line-height: 1
}

@media screen and (max-width:767px) {
  .top_section_item_title {
    font-size: .8rem;
    text-align: center
  }
}

.top_section_item_title span {
  display: block;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.66667
}

.top_section_item_text {
  text-align: justify;
  font-size: clamp(.75rem, .9722222222vw, .875rem);
  font-weight: 400;
  line-height: 1.5
}

.top_section_item_price_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  border-top: 1px solid #959595;
  margin-top: -.375rem;
  padding-top: .35rem
}

@media screen and (max-width:767px) {
  .top_section_item_price_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: .5rem;
    gap: .3125rem
  }
}

.top_section_item_price_name {
  padding-top: .1875rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.66667;
  -ms-flex-item-align: end;
  align-self: end
}

@media screen and (max-width:767px) {
  .top_section_item_price_name {
    -ms-flex-item-align: start;
    align-self: start
  }
}

.top_section_item_price {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25
}

@media screen and (max-width:767px) and (max-width:767px) {
  .top_section_item_price {
    -ms-flex-item-align: center;
    align-self: center
  }
}

.top_card_select_text {
  margin-top: 2.25rem;
  text-align: right
}

@media screen and (max-width:767px) {
  .top_card_select_text {
    text-align: left;
    margin-top: 1rem;
    font-size: .85rem
  }
}

.top_card_select_text-flow {
  position: absolute;
  right: 0;
  bottom: 18.75rem;
  text-align: right
}

@media screen and (max-width:767px) {
  .top_card_select_text-flow {
    position: relative;
    right: inherit;
    bottom: inherit;
    text-align: left
  }
}

.top_section_item_caution {
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.66667
}

.contact-flow {
  position: fixed;
  z-index: 1000;
  bottom: 1.875rem;
  right: 1.1111111111%;
  max-width: 21.5rem;
  width: 100%;
  padding: .5rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, visibility 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  background: #fff
}

@media screen and (max-width:767px) {
  .contact-flow {
    bottom: 0;
    right: 0;
    max-width: 100%
  }
}

.contact-flow.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.contact-flow_inner {
  position: relative;
  z-index: 1;
  padding: .6875rem .875rem .5625rem .8125rem;
  border-radius: 4px
}

.contact-flow_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.contact-flow_bg img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.contact-flow_title {
  padding-left: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff
}

.contact-flow_tel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(.9722222222vw, .875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 2.25rem
}

.contact-flow_tel {
  padding: .40625rem .75rem;
  border-radius: 20px;
  background: #3C7DC3;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.contact-flow_number a {
  font-size: 2rem;
  font-weight: 900;
  color: #0F3C64;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

@media (hover:hover) {
  .contact-flow_number a:hover {
    opacity: .8
  }
}

.contact-flow_text {
  color: #0F3C64;
  font-size: .875rem;
  line-height: 1.21429;
  font-weight: 700;
  text-align: right
}

.contact-flow_btn {
  margin-top: 1.3125rem;
  max-width: 19.5rem
}

.contact-flow_btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: .9375rem 1.4375rem;
  background: #3C7DC3;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

@media (hover:hover) {
  .contact-flow_btn a:hover {
    opacity: .8
  }
}

.footer {
  padding-block: 2.5rem;
  background: #F2F2F2
}

.footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 84.5rem;
  margin-inline: auto;
  padding-left: min(3.8888888889vw, 3.5rem);
  padding-right: min(2.2222222222vw, 2rem)
}

@media screen and (max-width:767px) {
  .footer_inner {
    padding-inline: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer_logo {
  max-width: 17.375rem;
  width: 19.3055555556vw
}

.footer_logo {
  max-width: 17.375rem;
  width: 19.3055555556vw
}

@media screen and (max-width:767px) {
  .footer_logo {
    width: 17.375rem
  }
}

.footer_logo img {
  display: block;
  width: 100%;
  height: auto
}

.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4.4444444444vw, 4rem);
  margin-top: 2.6875rem
}

@media screen and (max-width:767px) {
  .footer_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem
  }
}

.footer_item a {
  font-size: min(1.1111111111vw, 1rem);
  font-weight: 400;
  line-height: 2;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out
}

@media screen and (max-width:767px) {
  .footer_item a {
    font-size: 1rem
  }
}

@media (hover:hover) {
  .footer_item a:hover {
    opacity: .6
  }
}

.footer_right_wrapper {
  padding-top: .8125rem;
  margin-left: auto
}

@media screen and (max-width:767px) {
  .footer_right_wrapper {
    margin-left: 0;
    padding-top: 0;
    margin-top: 2.625rem
  }
}

.footer_right_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:767px) {
  .footer_right_title {
    font-size: 1.5rem
  }
}

.footer_map {
  margin-top: 1.375rem;
  max-width: 42rem;
  width: 46.6666666667vw;
  height: auto;
  padding: 1rem;
  background: #fff
}

@media screen and (max-width:767px) {
  .footer_map {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    margin-inline: auto
  }
}

.xo-event-calendar {
  height: 100%
}

.sp-flow {
  position: fixed;
  z-index: 998;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, visibility 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out
}

.sp-flow.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.sp-flow_contact {
  text-align: center;
  background: #3C7DC3
}

.sp-flow_contact a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 700;
  padding-block: .5rem;
  padding-inline: 1rem
}

.sp-flow_contact span {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  color: #fff
}

.sp-flow_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sp-flow_nav_btn {
  display: block;
  text-align: center
}

@media screen and (max-width:767px) {
  .sp-flow_nav_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-block: .5rem;
    padding-inline: 1rem;
    color: #fff;
    font-weight: 700
  }
}

.sp-flow_nav_btn.-yellow {
  background: #F6AB01
}

.sp-flow_nav_btn.-blue {
  background: #01A3B9
}

@media screen and (max-width:767px) {
  .u-desktop {
    display: none
  }
}

.u-mobile {
  display: none
}

@media screen and (max-width:767px) {
  .u-mobile {
    display: block
  }
}