@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@500&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+Antique&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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

html {
  font-size: 62.5%;
}
html.is-fixed {
  overflow: hidden;
}

body {
  color: #44464C;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
}
body.is-fixed {
  overflow: hidden;
}

a {
  color: #44464C;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  cursor: pointer;
}
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
@-moz-document url-prefix() {
  button:focus-visible {
    outline: auto;
  }
}

.fadeLeft {
  -webkit-animation: fadeLeft 1.7s ease 0.8s both;
          animation: fadeLeft 1.7s ease 0.8s both;
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.js-load {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 1s ease;
  transition: opacity 0.6s ease, -webkit-transform 1s ease;
  transition: opacity 0.6s ease, transform 1s ease;
  transition: opacity 0.6s ease, transform 1s ease, -webkit-transform 1s ease;
}
.js-load[data-load=fadeUp] {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-load[data-load=fadeUp].is-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-load[data-load=fadeLeft] {
  -webkit-animation: fadeLeft 1.7s ease 2s both;
          animation: fadeLeft 1.7s ease 2s both;
}

.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.6s ease, transform 0.9s ease;
  transition: opacity 0.6s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}
.js-fade[data-fade=fadeUp] {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fade[data-fade=fadeUp].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.arrowSlide .slide_icon {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.arrowSlide:hover .slide_icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.section_inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .section_inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

.page {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .page {
    padding-top: 60px;
  }
}

.js-loading_overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #ffffff;
  z-index: 60;
}
.js-loading_overlay.is-loaded {
  -webkit-animation: loaded forwards 1s ease-out;
          animation: loaded forwards 1s ease-out;
}
.js-loading_overlay_thumbnail {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .js-loading_overlay_thumbnail {
    max-width: 240px;
  }
}
.js-loading_overlay_thumbnail svg {
  width: 100%;
}
.js-loading_overlay_text {
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .js-loading_overlay_text {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}

@-webkit-keyframes loaded {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loaded {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.rounded_button {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4666666667;
  width: 100%;
  padding: 19px 40px 19px 21px;
  background: #F17D63;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .rounded_button {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 15px 40px 15px 21px;
  }
}
.rounded_button_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 11px;
  height: 11px;
}

.catalog_banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 308px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .catalog_banner {
    left: 0;
    right: 0;
    margin: auto;
    width: 268px;
    background: rgba(217, 217, 217, 0.6);
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.catalog_banner.is-hide {
  -webkit-animation: bannerHide forwards 1s ease;
          animation: bannerHide forwards 1s ease;
}
.catalog_banner_wrapper {
  position: relative;
  padding: 24px 25px;
  background: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .catalog_banner_wrapper {
    padding: 15px 20px 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
}
.catalog_banner_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 11px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .catalog_banner_close {
    top: 8px;
    right: 8px;
    width: 10px;
    height: 10px;
  }
}
.catalog_banner_close::before, .catalog_banner_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: #44464C;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .catalog_banner_close::before, .catalog_banner_close::after {
    width: 13px;
  }
}
.catalog_banner_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.catalog_banner_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog_banner_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 110px;
  height: 38px;
  background-image: url(../img/home/icon_ribbon.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .catalog_banner_label {
    top: -14px;
    font-size: 1rem;
    width: 80px;
    height: 30px;
  }
}
.catalog_banner_grid {
  position: relative;
}
.catalog_banner_title {
  color: #F17D63;
  font-size: 1.3rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .catalog_banner_title {
    font-size: 1.2rem;
  }
}
.catalog_banner_text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .catalog_banner_text {
    font-size: 1.6rem;
    letter-spacing: 0.12;
    line-height: 1.4;
  }
}
.catalog_banner_image {
  position: absolute;
  top: -10px;
  right: 2px;
  width: 94px;
  height: 104px;
}
@media screen and (max-width: 768px) {
  .catalog_banner_image {
    top: -3px;
    right: 9px;
    width: 69px;
    height: 78px;
  }
}
.catalog_banner_image img {
  width: 100%;
}
.catalog_banner_arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .catalog_banner_arrow {
    bottom: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
  }
}

@-webkit-keyframes bannerHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes bannerHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.breadcrumbs {
  padding: 6px 0;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    position: relative;
    padding: 1px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(81%, rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 81%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 81%);
  }
}
.breadcrumbs_inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1240px) {
  .breadcrumbs_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 30px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs_inner::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .breadcrumbs a,
  .breadcrumbs span {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 1.1rem;
  }
}
.breadcrumbs a {
  text-decoration: underline;
}

.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 140px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi {
    margin-top: 76px;
  }
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-family: "Aleo", serif;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1.8;
  width: 34px;
  height: 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi a,
  .pagination .wp-pagenavi span {
    font-size: 1.6rem;
  }
}
.pagination .wp-pagenavi a.current,
.pagination .wp-pagenavi span.current {
  position: relative;
  color: #F17D63;
  font-weight: bold;
}
.pagination .wp-pagenavi a.current::after,
.pagination .wp-pagenavi span.current::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #F17D63;
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi a.current::after,
  .pagination .wp-pagenavi span.current::after {
    bottom: -4px;
    width: 15px;
  }
}

.sns_block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 140px;
  border-top: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .sns_block {
    width: calc(100% - 20px);
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sns_block_inner {
    max-width: 210px;
    margin: 0 auto;
  }
}
.sns_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .sns_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.sns_item {
  width: 110px;
  height: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .sns_item {
    width: 100px;
  }
}
.sns_item.--copy {
  background: #F17D63;
}
.sns_item.--x {
  background: #44464C;
}
.sns_item.--line {
  background: #61B2B3;
}
.sns_item.--facebook {
  background: #627EA0;
}
.sns_item a,
.sns_item button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
  color: #FFFFFF;
  font-size: 1.2rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sns_item a,
  .sns_item button {
    font-size: 1rem;
  }
}

.page_primary_title {
  text-align: center;
}
.page_primary_title_text {
  display: inline-block;
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0 70px;
}
@media screen and (max-width: 768px) {
  .page_primary_title_text {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 52px;
  }
}
.page_primary_title_text.--white {
  color: #FFFFFF;
}
.page_primary_title_text::before, .page_primary_title_text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .page_primary_title_text::before, .page_primary_title_text::after {
    width: 30px;
  }
}
.page_primary_title_text::before {
  left: 0;
  background: #47C2D1;
}
.page_primary_title_text::after {
  right: 0;
  background: #F17D63;
}

.page_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page_table {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page_table dt,
.page_table dd {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .page_table dt,
  .page_table dd {
    font-size: 1.4rem;
  }
}
.page_table dt {
  position: relative;
  font-weight: bold;
  line-height: 1.8;
  width: 100px;
  padding: 24px 0 23px;
}
@media screen and (max-width: 768px) {
  .page_table dt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: none;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page_table dt:not(:first-child) {
    margin-top: 24px;
  }
}
.page_table dt::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #47C2D1;
}
@media screen and (max-width: 768px) {
  .page_table dt::after {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
  }
}
.page_table dd {
  width: calc(100% - 100px);
  padding: 24px 30px 23px;
}
@media screen and (max-width: 768px) {
  .page_table dd {
    width: 100%;
    margin-top: 7px;
    padding: 0 0 22px;
  }
}

.page_tab_block_index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .page_tab_block_index {
    gap: 0 2px;
  }
}
.page_tab_block_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #727171;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .page_tab_block_button {
    font-size: 1.4rem;
  }
}
.page_tab_block_button.is-active {
  color: #44464C;
  background: #D1DCE2;
}
.page_tab_block_contents {
  padding: 100px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .page_tab_block_contents {
    padding: 50px 20px;
    border-radius: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0;
    background: #FFFFFF;
  }
}
.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 4px;
  padding: 0 20px 0 18px;
}
@media screen and (max-width: 768px) {
  .header_inner {
    padding: 0 10px;
    height: 60px;
  }
}
.header_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 6px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .header_main {
    background: transparent;
  }
}
.header_logo {
  display: block;
  width: 148px;
  margin-left: 30px;
}
@media screen and (max-width: 1240px) {
  .header_logo {
    width: 118px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    margin-left: 5px;
  }
}
.header_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
}
.header_navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 0 21px;
}
@media screen and (max-width: 1240px) {
  .header_navigation_list {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .header_navigation_list {
    display: none;
  }
}
.header_navigation_item:not(:first-child) a {
  border-left: 1px solid #D9D9D9;
}
.header_navigation_item a {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 11px;
}
@media screen and (max-width: 1240px) {
  .header_navigation_item a {
    font-size: 1.2rem;
    padding: 0 8px;
  }
}
.header_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
}
.header_links_button {
  position: relative;
  width: 120px;
  height: 70px;
  padding: 12px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .header_links_button {
    width: unset;
    height: 40px;
    padding: 12px 14px 12px 10px;
    border-radius: 4px;
  }
}
.header_links_button_icon {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto;
}
.header_links_button_text {
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .header_links_button_text {
    position: unset;
    margin: 0;
  }
}
.header_links_button.--liteBlue {
  background: #47C2D1;
}
@media screen and (max-width: 1240px) {
  .header_links_button.--liteBlue {
    display: none;
  }
}
.header_links_button.--orange {
  background: #F17D63;
}
@media screen and (max-width: 1240px) {
  .header_links_button.--orange {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header_links_button.--orange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 13px;
  }
}
.header_film {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  opacity: 0;
  z-index: 45;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header_film {
    display: none;
  }
}
.header_film.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.header_menu_button {
  width: 70px;
  background: #41495B;
  z-index: 51;
}
@media screen and (max-width: 768px) {
  .header_menu_button {
    width: 40px;
  }
}
.header_menu_button_lines {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  width: 28px;
  height: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header_menu_button_lines {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 14px;
  }
}
.header_menu_button_lines span {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.header_menu_button_lines span:nth-of-type(1) {
  top: 0;
}
.header_menu_button_lines span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  width: 14px;
}
@media screen and (max-width: 768px) {
  .header_menu_button_lines span:nth-of-type(2) {
    width: 10px;
  }
}
.header_menu_button_lines span:nth-of-type(3) {
  bottom: 0;
}
.header_menu_button.is-active .header_menu_button_lines span:nth-of-type(1) {
  width: 0px;
}
.header_menu_button.is-active .header_menu_button_lines span:nth-of-type(2) {
  width: 100%;
}
.header_menu_button.is-active .header_menu_button_lines span:nth-of-type(3) {
  width: 0px;
}
@media screen and (max-width: 768px) {
  .header_menu_button_text {
    display: none;
  }
}

body:not(.home) .header_main {
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  body:not(.home) .header_main {
    background: transparent;
  }
}

.footer {
  padding-top: 120px;
  padding-bottom: 20px;
  background: #FFFFFF;
}
@media screen and (max-width: 1240px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 14px;
  }
}
.footer_inner {
  position: relative;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1240px) {
  .footer_inner {
    padding: 0 30px;
  }
}
.footer_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
  width: 62.9230769231%;
}
@media screen and (max-width: 1240px) {
  .footer_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px 0;
    width: 100%;
  }
}
.footer_logo {
  width: 100%;
  max-width: 200px;
}
.footer_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 61px;
}
@media screen and (max-width: 1240px) {
  .footer_sns {
    gap: 0 63px;
  }
}
@media screen and (max-width: 1240px) {
  .footer_sns_icon.--instagram {
    width: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .footer_sns_icon.--youtube {
    width: 28px;
  }
}
.footer_navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 65px;
  width: 62.9230769231%;
  margin-top: 70px;
}
@media screen and (max-width: 1240px) {
  .footer_navigation {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 11.7333333333vw;
    width: 100%;
  }
}
.footer_navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px 0;
}
@media screen and (max-width: 1240px) {
  .footer_navigation_list {
    gap: 0;
  }
}
@media screen and (max-width: 1240px) {
  .footer_navigation_list:nth-child(1) {
    width: 35.2vw;
  }
}
@media screen and (max-width: 1240px) {
  .footer_navigation_list:nth-child(2) {
    width: 36.8vw;
  }
}
@media screen and (max-width: 1240px) {
  .footer_navigation_list:nth-child(3) {
    width: 100%;
    margin-top: 27px;
    padding-top: 28px;
    border-top: 1px solid #D9D9D9;
  }
}
.footer_navigation_item a {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1240px) {
  .footer_navigation_item a {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 3;
  }
}
.footer_information {
  float: right;
  width: 37.0769230769%;
  margin-top: -70px;
  padding-left: 100px;
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 1240px) {
  .footer_information {
    float: none;
    width: 100%;
    margin-top: 48px;
    padding: 0;
    border: none;
  }
}
.footer_information .site_information_title, .footer_information .site_information_tel_label, .footer_information .site_information_tel_number, .footer_information .site_information_annotation {
  color: inherit;
}
.footer_copy {
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
  max-width: 1340px;
  margin: 68px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 1240px) {
  .footer_copy {
    font-size: 1rem;
    text-align: center;
    margin-top: 27px;
    padding: 0 30px;
  }
}

body:not(.home) .footer {
  padding-top: 76px;
}

.site_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1060px;
  max-height: 760px;
  padding: 120px 80px 80px;
  background: rgba(65, 73, 91, 0.9);
  border-bottom-left-radius: 20px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
}
@media screen and (max-width: 1240px) {
  .site_drawer {
    max-width: unset;
    height: 100vh;
    height: 100dvh;
    max-height: unset;
    padding: 48px 30px 62px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .site_drawer {
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
.site_drawer.is-open {
  -webkit-animation: drawer forwards 0.6s ease-in-out;
          animation: drawer forwards 0.6s ease-in-out;
}
.site_drawer_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1240px) {
  .site_drawer_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site_drawer_grid_column {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1240px) {
  .site_drawer_grid_column {
    width: 100%;
  }
}
.site_drawer_grid_column:first-child::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 1px;
  height: 540px;
  background: #D9D9D9;
}
@media screen and (max-width: 1240px) {
  .site_drawer_grid_column:first-child::after {
    content: none;
  }
}
.site_drawer_navigation_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  position: relative;
  padding-bottom: 52px;
}
@media screen and (max-width: 1240px) {
  .site_drawer_navigation_grid {
    gap: 0 8.5333333333vw;
    padding-bottom: 32px;
  }
}
.site_drawer_navigation_grid::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88.8888888889%;
  height: 1px;
  background: #FFFFFF;
}
@media screen and (max-width: 1204px) {
  .site_drawer_navigation_grid::after {
    width: 100%;
  }
}
.site_drawer_navigation_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px 0;
}
@media screen and (max-width: 1204px) {
  .site_drawer_navigation_list {
    gap: 10px 0;
  }
}
@media screen and (max-width: 1204px) {
  .site_drawer_navigation_list:first-child {
    width: 41.6vw;
  }
}
@media screen and (max-width: 1204px) {
  .site_drawer_navigation_list:last-child {
    width: 33.8666666667vw;
  }
}
.site_drawer_navigation_item a {
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .site_drawer_navigation_item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .site_drawer_navigation_item a {
    font-size: 1.3rem;
  }
}
.site_drawer_navigation_bottom {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .site_drawer_navigation_bottom {
    padding-top: 28px;
  }
}
.site_drawer_navigation_bottom_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px 0;
}
@media screen and (max-width: 768px) {
  .site_drawer_navigation_bottom_list {
    gap: 3px 0;
  }
}
.site_drawer_navigation_bottom_item a {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .site_drawer_navigation_bottom_item a {
    font-size: 1.2rem;
  }
}
.site_drawer_navigation_bottom_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 62px;
  position: absolute;
  bottom: 4px;
  right: 52px;
}
@media screen and (max-width: 768px) {
  .site_drawer_navigation_bottom_sns {
    top: 32px;
    right: 0;
    bottom: unset;
    gap: 0 39px;
  }
}
@media screen and (max-width: 768px) {
  .site_drawer_navigation_bottom_sns_icon.--instagram {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .site_drawer_navigation_bottom_sns_icon.--youtube {
    width: 28px;
  }
}
.site_drawer .site_information {
  padding-top: 10px;
  padding-left: 68px;
}
@media screen and (max-width: 1240px) {
  .site_drawer .site_information {
    margin-top: 52px;
    padding: 0;
  }
}

@-webkit-keyframes drawer {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes drawer {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.site_information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.site_information_button {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 19px 64px;
}
@media screen and (max-width: 768px) {
  .site_information_button {
    font-size: 1.4rem;
    padding: 20px 64px;
  }
}
.site_information_button.--liteBlue {
  background: #47C2D1;
}
.site_information_button.--navy {
  background: #41495B;
}
@media screen and (max-width: 768px) {
  .site_information_button.--navy .site_drawer_information_button_icon {
    width: 26px;
  }
}
.site_information_button_icon {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .site_information_button_icon {
    width: 31px;
    left: 20px;
  }
}
.site_information_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .site_information_grid {
    gap: 0 15px;
  }
}
.site_information_grid_button {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4615384615;
  padding: 11px 32px;
  width: calc((100% - 10px) / 2);
  background: #818794;
}
@media screen and (max-width: 768px) {
  .site_information_grid_button {
    width: calc((100% - 15px) / 2);
    padding: 11px 32px 11px 10px;
  }
}
.site_information_block {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .site_information_block {
    margin-top: 35px;
  }
}
.site_information_title {
  color: #FFFFFF;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .site_information_title {
    font-size: 1.6rem;
  }
}
.site_information_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 16px;
  margin-top: 18px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .site_information_tel {
    padding-bottom: 6px;
  }
}
.site_information_tel_label {
  color: #FFFFFF;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .site_information_tel_label {
    font-size: 1.2rem;
  }
}
.site_information_tel_number {
  display: block;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-family: "Aleo", serif;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .site_information_tel_number {
    font-size: 2.4rem;
  }
}
.site_information_annotation {
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.4166666667;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .site_information_annotation {
    margin-top: 16px;
  }
}

.site_poster_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4px;
}
@media screen and (max-width: 768px) {
  .site_poster_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
}
.site_poster_grid_column {
  position: relative;
  width: calc((100% - 4px) / 2);
}
@media screen and (max-width: 768px) {
  .site_poster_grid_column {
    width: 100%;
  }
}
.site_poster_grid_column_image img {
  width: 100%;
}
.site_poster_grid_column_icon {
  position: absolute;
  width: 2.1527777778vw;
  height: 2.1527777778vw;
}
@media screen and (max-width: 768px) {
  .site_poster_grid_column_icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.site_poster_grid_column:first-child .site_poster_grid_column_icon {
  bottom: 2.7777777778vw;
  right: 15.8333333333vw;
}
@media screen and (max-width: 768px) {
  .site_poster_grid_column:first-child .site_poster_grid_column_icon {
    bottom: 8vw;
    right: 20.2666666667vw;
  }
}
.site_poster_grid_column:last-child .site_poster_grid_column_icon {
  bottom: 2.7777777778vw;
  right: 15.0694444444vw;
}
@media screen and (max-width: 768px) {
  .site_poster_grid_column:last-child .site_poster_grid_column_icon {
    bottom: 8vw;
    right: 18.1333333333vw;
  }
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 200px;
  }
}
.hero_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_title.--en {
  font-size: 5.2rem;
  font-family: "Aleo", serif;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero_title.--en {
    font-size: 3.4rem;
    letter-spacing: 4px;
    line-height: 1.2;
  }
}
.hero_title.--ja {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .hero_title.--ja {
    font-size: 1.6rem;
    margin-top: 12px;
  }
}

.local_category {
  padding-top: 104px;
  padding-bottom: 120px;
  background: #F5F5F5;
  border-top: 1px solid #818794;
}
@media screen and (max-width: 768px) {
  .local_category {
    padding-top: 68px;
    padding-bottom: 80px;
  }
}
.local_category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .local_category_list {
    gap: 10px 0;
    margin-top: 30px;
    padding: 0 10px;
  }
}
.local_category_item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  .local_category_item {
    width: 100%;
  }
}
.local_category_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 15px 16px;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .local_category_item a {
    font-size: 1.4rem;
    padding: 11px 16px;
  }
}

.information_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.information_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px 16px 43px;
  background: #FFFFFF;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .information_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 13px 0;
    position: relative;
    padding: 18px 30px 23px 30px;
    border-radius: 20px;
  }
}
.information_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 19px;
}
@media screen and (max-width: 768px) {
  .information_meta {
    width: 100%;
    gap: 0 20px;
  }
}
.information_date {
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
  min-width: 85px;
}
@media screen and (max-width: 768px) {
  .information_date {
    font-size: 1.3rem;
    min-width: unset;
  }
}
.information_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  width: 120px;
  height: 36px;
  border-radius: 40px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .information_category {
    font-size: 1.2rem;
    width: 100px;
    height: 24px;
  }
}
.information_title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .information_title {
    width: 620px;
    margin-left: 20px;
    margin-right: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .information_title {
    font-size: 1.4rem;
  }
}
.information_icon {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .information_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
  }
}
.information_button {
  max-width: 280px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .information_button {
    max-width: 200px;
    margin-top: 50px;
  }
}

.support_contact .section_inner {
  max-width: 1160px;
  padding: 100px 30px;
}
@media screen and (max-width: 1240px) {
  .support_contact .section_inner {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1239px) {
  .support_contact .section_inner .sp_br {
    display: none;
  }
}
.support_contact .support_contact_wrap {
  background: #fff;
  border-radius: 30px;
  padding: 85px 100px 100px;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap {
    border-radius: 20px;
    padding: 60px 30px 60px;
  }
  .support_contact .support_contact_wrap .page_primary_title_text {
    line-height: 1;
  }
}
.support_contact .support_contact_wrap .page_primary_title {
  position: relative;
}
.support_contact .support_contact_wrap .page_primary_title::before, .support_contact .support_contact_wrap .page_primary_title::after {
  content: "";
  position: absolute;
}
.support_contact .support_contact_wrap .page_primary_title::before {
  width: 150px;
  height: 105px;
  background: url("../img/common/support_contact_illustration_01.webp") no-repeat;
  background-size: 100% auto;
  top: -37px;
  left: 23px;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .page_primary_title::before {
    content: none;
  }
}
.support_contact .support_contact_wrap .page_primary_title::after {
  width: 141px;
  height: 92px;
  background: url("../img/common/support_contact_illustration_02.webp") no-repeat;
  background-size: 100% auto;
  top: -30px;
  right: 15px;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .page_primary_title::after {
    width: 112px;
    height: 71px;
    top: -92px;
    right: 2px;
  }
}
.support_contact .support_contact_wrap .support_contact_txt {
  text-align: center;
  margin: 16px 0 44px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_txt {
    font-size: 1.4rem;
    margin: 20px 0 32px;
  }
}
.support_contact .support_contact_wrap .support_contact_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 136px;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box {
    display: block;
  }
}
.support_contact .support_contact_wrap .support_contact_box .support_contact_button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box .support_contact_button {
    margin: 0 0 34px;
  }
}
.support_contact .support_contact_wrap .support_contact_box .support_contact_button::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -68px;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box .support_contact_button::after {
    content: none;
  }
}
.support_contact .support_contact_wrap .support_contact_box .support_contact_button a + a {
  margin-top: 20px;
}
.support_contact .support_contact_wrap .support_contact_box .support_contact_information {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information {
    position: relative;
  }
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 84px;
    bottom: -99px;
    left: 2px;
    background: url("../img/common/support_contact_illustration_01.webp") no-repeat;
    background-size: 100% auto;
  }
}
.support_contact .support_contact_wrap .support_contact_box .support_contact_information .site_information_title,
.support_contact .support_contact_wrap .support_contact_box .support_contact_information .site_information_tel_label,
.support_contact .support_contact_wrap .support_contact_box .support_contact_information .site_information_tel_number,
.support_contact .support_contact_wrap .support_contact_box .support_contact_information .site_information_annotation {
  color: inherit;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information .support_contact_information_title {
    text-align: center;
  }
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information .support_contact_information_title > span {
    display: block;
  }
}
.support_contact .support_contact_wrap .support_contact_box .support_contact_information .support_contact_information_title .site_information_title {
  font-size: 1.6rem;
  margin-right: 16px;
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information .support_contact_information_title .site_information_title {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information .support_contact_information_title .site_information_annotation {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1240px) {
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information .site_information_tel {
    display: block;
    text-align: center;
    padding-bottom: 8px;
  }
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information .site_information_tel .site_information_tel_label {
    font-size: 1.6rem;
  }
  .support_contact .support_contact_wrap .support_contact_box .support_contact_information .site_information_tel .site_information_tel_number {
    font-size: 2.8rem;
    margin-top: 4px;
  }
}

.scroll_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .scroll_text {
    padding: 34px 0;
  }
}
.scroll_text_image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 4101px;
  -webkit-animation: infinity-scroll-left 24s infinite linear 1s both;
          animation: infinity-scroll-left 24s infinite linear 1s both;
}
@media screen and (max-width: 768px) {
  .scroll_text_image {
    width: 2050px;
    -webkit-animation: infinity-scroll-left 12s infinite linear 0.5s both;
            animation: infinity-scroll-left 12s infinite linear 0.5s both;
  }
}
.scroll_text_image img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.news {
  padding-top: 90px;
  padding-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news_carousel {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .news_carousel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.news_item {
  position: relative;
  width: 62.5%;
  height: auto;
  margin: 0 2.7777777778%;
}
@media screen and (max-width: 768px) {
  .news_item {
    width: 84vw;
    margin: 0 4vw;
  }
}
.news_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.news_item_new {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 44px;
  height: 50px;
  z-index: 1;
}
.news_item_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .news_item_image {
    width: 100%;
    position: relative;
    padding-bottom: 57.1428571429%;
    overflow: hidden;
  }
}
.news_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .news_item_image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.news_item_detail {
  position: relative;
  width: 50%;
  padding: 25px 64px 25px 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news_item_detail {
    width: 100%;
    padding: 22px 30px;
  }
}
.news_item_title {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news_item_title {
    font-size: 1.8rem;
  }
}
.news_item_text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news_item_text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}
.news_item_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .news_item_icon {
    bottom: 10px;
    right: 10px;
    width: 21px;
    height: 21px;
  }
}
.news .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 15px;
  position: unset;
  margin-top: 30px;
}
.news .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.news .swiper-pagination-bullet-active {
  width: 16px;
  background: #F17D63;
}
.news .swiper-navigation {
  position: absolute;
  top: 0;
  bottom: 1.9444444444vw;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news .swiper-navigation {
    top: unset;
    bottom: 14px;
  }
}
.news .swiper-navigation-prev, .news .swiper-navigation-next {
  width: 0.8333333333vw;
  height: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .news .swiper-navigation-prev, .news .swiper-navigation-next {
    width: 12px;
    height: 22px;
  }
}
.news .swiper-navigation-prev img, .news .swiper-navigation-next img {
  display: block;
  width: 100%;
}
.news .swiper-navigation-prev {
  left: 15.5555555556vw;
}
@media screen and (max-width: 768px) {
  .news .swiper-navigation-prev {
    left: 8vw;
  }
}
.news .swiper-navigation-next {
  right: 15.5555555556vw;
}
@media screen and (max-width: 768px) {
  .news .swiper-navigation-next {
    right: 8vw;
  }
}

.rankatsu {
  padding-top: 130px;
  padding-bottom: 140px;
  background: #41495B;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rankatsu {
    padding-top: 78px;
    padding-bottom: 80px;
  }
}
.rankatsu .home_section_title_text {
  color: #FFFFFF;
}
.rankatsu .home_section_title_text.--en {
  font-size: 5rem;
  font-family: "Aleo", serif;
  letter-spacing: 5px;
  font-weight: 400;
  word-break: break-all;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rankatsu .home_section_title_text.--en {
    font-size: 3.4rem;
    letter-spacing: 4px;
  }
}
.rankatsu .home_section_title_text.--ja {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .rankatsu .home_section_title_text.--ja {
    font-size: 1.6rem;
    margin-top: 9px;
  }
}
.rankatsu_carousel {
  margin-top: 42px;
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .rankatsu_carousel {
    -webkit-transform: translateX(-11.4583333333vw) !important;
            transform: translateX(-11.4583333333vw) !important;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .rankatsu_carousel {
    margin-top: 45px;
  }
}
.rankatsu_item {
  position: relative;
  width: 19.4444444444vw;
  margin: 0 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .rankatsu_item {
    width: 74.6666666667vw;
    margin: 0 4vw;
  }
}
.rankatsu_item_new {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 44px;
  height: 50px;
  z-index: 1;
}
.rankatsu_item_image {
  border-radius: 6px;
  overflow: hidden;
}
.rankatsu_item_image img {
  width: 100%;
}
.rankatsu_item_detail {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .rankatsu_item_detail {
    margin-top: 24px;
  }
}
.rankatsu_item_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
}
@media screen and (max-width: 768px) {
  .rankatsu_item_meta {
    gap: 0 15px;
  }
}
.rankatsu_item_date {
  position: relative;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 1px;
  line-height: 1.8;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .rankatsu_item_date {
    font-size: 1.3rem;
  }
}
.rankatsu_item_date::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
.rankatsu_item_category {
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.rankatsu_item_title {
  color: #FFFFFF;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .rankatsu_item_title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 13px;
  }
}
.rankatsu .swiper-navigation {
  position: absolute;
  top: 7.0833333333vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .rankatsu .swiper-navigation {
    -webkit-transform: translateX(11.4583333333vw);
            transform: translateX(11.4583333333vw);
  }
}
@media screen and (max-width: 768px) {
  .rankatsu .swiper-navigation {
    top: 26.1333333333vw;
  }
}
.rankatsu .swiper-navigation-prev, .rankatsu .swiper-navigation-next {
  width: 0.8333333333vw;
  height: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .rankatsu .swiper-navigation-prev, .rankatsu .swiper-navigation-next {
    width: 3.2vw;
    height: unset;
  }
}
.rankatsu .swiper-navigation-prev img, .rankatsu .swiper-navigation-next img {
  display: block;
  width: 100%;
}
.rankatsu .swiper-navigation-prev {
  left: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .rankatsu .swiper-navigation-prev {
    left: 6.9333333333vw;
  }
}
.rankatsu .swiper-navigation-next {
  right: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  .rankatsu .swiper-navigation-next {
    right: 6.9333333333vw;
  }
}
.rankatsu_button {
  max-width: 280px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .rankatsu_button {
    max-width: 200px;
    margin-top: 54px;
  }
}

.support_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 6px;
  border-color: #41495B;
  border-width: 2px;
  border-style: solid;
}
@media screen and (max-width: 768px) {
  .support_banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89.3333333333vw;
    border-width: 4px;
  }
}
.support_banner_image {
  width: 50%;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .support_banner_image {
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .support_banner_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .support_banner_image img {
    width: 100%;
  }
}
.support_banner_detail {
  position: relative;
  width: 50%;
  padding: 38px 51px 38px 59px;
  background: #41495B;
}
@media screen and (max-width: 768px) {
  .support_banner_detail {
    width: 100%;
    padding: 25px 26px 30px;
  }
}
.support_banner_illustration {
  position: absolute;
  top: 12.5%;
  right: 8.9416058394%;
  width: 30.6569343066%;
}
@media screen and (max-width: 1024px) {
  .support_banner_illustration {
    top: 3.3333333333%;
    right: 3.3333333333%;
    width: 20.8333333333%;
  }
}
@media screen and (max-width: 768px) {
  .support_banner_illustration {
    top: 53px;
    right: 20px;
    width: 26.6666666667vw;
    max-width: 100px;
  }
}
.support_banner_title {
  color: #FFFFFF;
  font-size: 4.2rem;
  font-family: "Aleo", serif;
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .support_banner_title {
    font-size: 3rem;
  }
}
.support_banner_subTitle {
  color: #FFFFFF;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: -9px;
}
@media screen and (max-width: 768px) {
  .support_banner_subTitle {
    font-size: 1.6rem;
    margin-top: -5px;
  }
}
.support_banner_text {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .support_banner_text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 25px;
  }
}
.support_banner_illustration {
  position: absolute;
  top: 12.5%;
  right: 8.9416058394%;
  width: 30.6569343066%;
}
@media screen and (max-width: 1024px) {
  .support_banner_illustration {
    top: 3.3333333333%;
    right: 3.3333333333%;
    width: 20.8333333333%;
  }
}
@media screen and (max-width: 768px) {
  .support_banner_illustration {
    top: 53px;
    right: 20px;
    width: 26.6666666667vw;
  }
}
.support_banner_icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 768px) {
  .support_banner_icon {
    bottom: 11px;
    right: 11px;
    width: 23px;
    height: 23px;
  }
}

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

.bg_white {
  background: #FFFFFF;
}

.bg_liteGray {
  background: #F5F5F5;
}

.bg_liteBlue {
  background: #D1DCE2;
}

.bg_navy {
  background: #41495B;
}