@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("/font/NotoSansJP-Thin.woff2") format('woff2'), url("/font/NotoSansJP-Thin.woff") format('woff'), url("/font/NotoSansJP-Thin.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/font/NotoSansJP-Light.woff2") format('woff2'), url("/font/NotoSansJP-Light.woff") format('woff'), url("/font/NotoSansJP-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/font/NotoSansJP-DemiLight.woff2") format('woff2'), url("/font/NotoSansJP-DemiLight.woff") format('woff'), url("/font/NotoSansJP-DemiLight.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/font/NotoSansJP-Regular.woff2") format('woff2'), url("/font/NotoSansJP-Regular.woff") format('woff'), url("/font/NotoSansJP-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/font/NotoSansJP-Medium.woff2") format('woff2'), url("/font/NotoSansJP-Medium.woff") format('woff'), url("/font/NotoSansJP-Medium.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/font/NotoSansJP-Bold.woff2") format('woff2'), url("/font/NotoSansJP-Bold.woff") format('woff'), url("/font/NotoSansJP-Bold.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("/font/NotoSansJP-Black.woff2") format('woff2'), url("/font/NotoSansJP-Black.woff") format('woff'), url("/font/NotoSansJP-Black.otf") format('opentype');
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 100;
  src: url("/font/AvenirNext.eot");
  src: url("/font/AvenirNext.eot?#iefix") format("embedded-opentype"), url("/font/AvenirNext.woff2") format("woff2"), url("/font/AvenirNext.woff") format("woff"), url("/font/AvenirNext.ttf") format("truetype"), url("/font/AvenirNext.svg#Avenir Next W1G Medium") format("svg");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 300;
  src: url("/font/AvenirNextW10-Medium.eot");
  src: url("/font/AvenirNextW10-Medium.eot?#iefix") format("embedded-opentype"), url("/font/AvenirNextW10-Medium.woff2") format("woff2"), url("/font/AvenirNextW10-Medium.woff") format("woff"), url("/font/AvenirNextW10-Medium.ttf") format("truetype"), url("/font/AvenirNextW10-Medium.svg") format("svg");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600;
  src: url("/font/AvenirNextW10-Demi.eot");
  src: url("/font/AvenirNextW10-Demi.eot?#iefix") format("embedded-opentype"), url("/font/AvenirNextW10-Demi.woff2") format("woff2"), url("/font/AvenirNextW10-Demi.woff") format("woff"), url("/font/AvenirNextW10-Demi.ttf") format("truetype"), url("/font/AvenirNextW10-Demi.svg") format("svg");
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 900;
  src: url("/font/AvenirNextW10-Bold.eot");
  src: url("/font/AvenirNextW10-Bold.eot?#iefix") format("embedded-opentype"), url("/font/AvenirNextW10-Bold.woff2") format("woff2"), url("/font/AvenirNextW10-Bold.woff") format("woff"), url("/font/AvenirNextW10-Bold.ttf") format("truetype"), url("/font/AvenirNextW10-Bold.svg") format("svg");
}
.font-notosans {
  font-family: "Noto Sans Japanese";
}
.font-avenir {
  font-family: "Avenir";
  font-weight: 300;
}
.font-avenir-bold {
  font-family: "Avenir";
  font-weight: 600;
}
.wf-mplus1p { font-family: 'M PLUS 1p', sans-serif; }
::-webkit-full-page-media,
:future,
:root .font-avenir {
  font-weight: 500 !important;
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  color: #36404b;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: inherit;
}
@media screen and (max-width: 640px) {
  img {
    height: auto;
  }
}
picture img {
  max-width: inherit;
}
@media screen and (max-width: 1023px) {
  picture img {
    max-width: 100%;
    height: auto;
  }
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit !important;
    border: none !important;
  }
}
button {
  outline: 0;
  border: 0;
}
img {
  flex-shrink: 0;
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 1.5625vw, 16px);
}
@media screen and (max-width: 1024px) {
  html,
  body,
  body div,
  span,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  samp,
  small,
  strong,
  sub,
  sup,
  var,
  b,
  i,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  figure,
  footer,
  header,
  menu,
  nav,
  section,
  time,
  mark,
  audio,
  video,
  details,
  summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper:has(.onlineform) {
    padding-bottom: 56px;
  }
}
.content {
  position: relative;
}
/* @media screen and (max-width: 1023px) {
  .content {
    padding-top: 85px;
  }
} */
.content-inner {
  margin: 0 auto;
  width: 1024px;
}
@media screen and (max-width: 1064px) {
  .content-inner {
    width: calc(95vw - 40px);
  }
}
.content-section {
  position: relative;
}
.content-section:before {
  content: "";
  background: linear-gradient(180deg, #fff 0%, #f4f4f4 80%, #f8f8f8 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .content-section-sp {
    position: relative;
  }
  .content-section-sp:before {
    content: "";
    background: linear-gradient(180deg, #fff 0%, #f4f4f4 80%, #f8f8f8 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
}
.content-header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-header {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .content-header-sp {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .content-header-logo img {
    width: auto;
    height: 22px;
    margin-right: 24px;
  }
}
.section-lead {
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .section-lead {
    text-align: center;
  }
}
.section-header {
  color: #7a8ca0;
  font-weight: bold;
  margin-bottom: 8px;
}
.icon-bgm,
.icon-camera,
.icon-wifi,
.icon-phone,
.icon-signage,
.icon-tv,
.btn-bgm::before,
.btn-camera::before,
.btn-wifi::before,
.btn-phone::before,
.btn-signage::before,
.btn-tv::before,
.btn-bgm-s::before,
.btn-camera-s::before,
.btn-wifi-s::before,
.btn-phone-s::before,
.btn-signage-s::before,
.btn-tv-s::before {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-bgm,
.btn-bgm::before,
.btn-bgm-s::before {
  background-image: url("/images/icon/icon_bgm.svg");
}
.icon-camera,
.btn-camera::before,
.btn-camera-s::before {
  background-image: url("/images/icon/icon_camera.svg");
}
.icon-wifi,
.btn-wifi::before,
.btn-wifi-s::before {
  background-image: url("/images/icon/icon_wifi.svg");
}
.icon-phone,
.btn-phone::before,
.btn-phone-s::before {
  background-image: url("/images/icon/icon_phone.svg");
}
.icon-signage,
.btn-signage::before,
.btn-signage-s::before {
  background-image: url("/images/icon/icon_signage.svg");
}
.icon-tv,
.btn-tv::before,
.btn-tv-s::before {
  background-image: url("/images/icon/icon_tv.svg");
}
.icon-fb,
.icon-tw {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-fb {
  background-image: url("/images/icon/icon_fb.svg");
}
.icon-tw {
  background-image: url("/images/icon/icon_tw.svg");
}
.icon-service,
.icon-store,
.icon-store-white {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon-service {
  background-image: url("/images/icon/icon_service.svg");
}
.icon-store {
  background-image: url("/images/icon/icon_store.svg");
}
.icon-store-white {
  background-image: url("/images/icon/icon_store_white.svg");
}
.icon-time,
.icon-refresh {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-time {
  background-image: url("/images/icon/icon_time.svg");
}
.icon-refresh {
  background-image: url("/images/icon/icon_refresh.svg");
}
.icon-home {
  width: 12px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  background-image: url("/images/icon/icon_home.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-top: -2px;
}
.icon-home-dp {
  width: 12px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  background-image: url("../../images/legal/icon_home_dp.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-top: -2px;
}
.icon-pdf {
  position: relative;
  padding-right: 30px;
}
.icon-pdf::before {
  content: "";
  background: url("/images/icon/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 11px;
  position: absolute;
  bottom: calc(1em / 2);
  right: 0;
  margin: auto;
}
.icon-day::before,
.icon-night::before {
  content: "";
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
}
.icon-day::before {
  width: 41px;
  height: 41px;
  background-image: url("/service/bgm/u-music/assets/images/program_icon_day.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-night::before {
  width: 38px;
  height: 38px;
  background-image: url("/service/bgm/u-music/assets/images/program_icon_night.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #c9d1d9;
}
.btn,
.btn-second,
.btn-cta {
  display: block;
  position: relative;
  border-radius: 4px;
  line-height: 1em;
  cursor: pointer;
  color: #fff;
  padding: 16px 20px;
  width: 288px;
  font-size: clamp(16px, 1.5625vw, 16px);
}
@media screen and (max-width: 1024px) {
  .btn,
  .btn-second,
  .btn-cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .btn,
  .btn-second,
  .btn-cta {
    text-align: center;
    width: 100%;
    padding: 18px 20px;
  }
}
.btn::after,
.btn-second::after,
.btn-cta::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.btn {
  transition: background 300ms;
  border: 1px solid #094c97;
  background: #094c97;
}
.btn:hover {
  background: #147bd1;
}
.btn-second {
  transition: background 300ms;
  color: #094c97;
  border: 1px solid #094c97;
  background: #fff;
}
.btn-second::after {
  border-color: #094c97;
}
.btn-second:hover {
  background: #e5f5fd;
}
.btn-cta {
  z-index: 1;
  border: 1px solid #ff7b23;
  background: #ff7b23;
  box-shadow: 0px 3px 6px rgba(51,51,51,0.15);
}
.btn-cta::before {
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 300ms;
  border-radius: 4px;
  background: linear-gradient(135deg, #ff7b23 0%, #f34b4b 100%);
}
.btn-cta:hover::before {
  opacity: 0;
}
.btn-blank::after {
  width: 11px;
  height: 11px;
  border: none;
  transform: rotate(0);
  background: url("/images/icon/icon_blank_white.svg");
  background-repeat: no-repeat;
}
.btn-s {
  width: 194px;
}
@media screen and (max-width: 768px) {
  .btn-s {
    width: 100%;
  }
}
.btn-l {
  padding: 16px 20px;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .btn-l {
    width: 100%;
  }
}
.link {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  transition: opacity 300ms;
  word-break: break-all;
}
.link:hover {
  opacity: 0.6;
  border-bottom: 1px solid transparent;
}
.txtlink,
.txtlink-blank {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  padding-right: 1em;
  transition: opacity 300ms;
  transition: all 0.3s;
}
.txtlink::after,
.txtlink-blank::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px #094c97;
  border-right: solid 2px #094c97;
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(1em / 2);
  right: 0;
  transition: all 0.3s ease;
}
.txtlink:hover,
.txtlink-blank:hover {
  border-bottom: 1px solid transparent;
}
.txtlink:hover::after,
.txtlink-blank:hover::after {
  right: -0.5em;
}
.txtlink-blank::after,
.txtlink-blank-blank::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border: none;
  transform: rotate(0);
  position: static;
  bottom: 0;
  right: 0;
  background: url("/images/icon/icon_blank.svg");
  background-repeat: no-repeat;
}
.txtlink-blank:hover::after,
.txtlink-blank-blank:hover::after {
  right: 0;
}
.btn-play,
.btn-stop {
  display: block;
  width: 33px;
  height: 33px;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
}
.btn-play::before,
.btn-stop::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-play:hover,
.btn-stop:hover {
  background: #094c97;
}
.btn-play {
  background: #3b4043;
}
.btn-play::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  left: 12px;
}
.btn-stop {
  background: #98a6b5;
}
.btn-stop::before {
  width: 10px;
  height: 10px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.btn-close {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100%;
  background: #094c97;
  position: relative;
  transition: opacity 300ms;
}
.btn-close::before,
.btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #fff;
}
.btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-close:hover {
  opacity: 0.7;
}
.btn-acod {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100%;
  background: #d0d0d0;
  position: relative;
  transition: opacity 300ms;
}
.btn-acod::before,
.btn-acod::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #fff;
}
.btn-acod::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.btn-acod::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn-acod:hover {
  opacity: 0.7;
}
.btn-checkbox input {
  display: none;
}
.btn-checkbox input + label {
  position: relative;
}
.btn-checkbox input + label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #bfbfbf;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 0.3em;
}
.btn-checkbox input + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg) translateY(-50%);
  border-bottom: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
}
.btn-checkbox input:checked + label::before {
  background-color: #094c97;
  border-color: #094c97;
}
.btn-checkbox input:checked + label::after {
  border-color: #fff;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin-right: 8px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination-prev,
.pagination-next,
.pagination-btn > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  color: #094c97;
  text-align: center;
  transition: all 300ms;
  font-family: "AvenirBold";
  background: #fff;
}
.pagination-prev.is_active,
.pagination-next.is_active,
.pagination-btn > a.is_active,
.pagination-prev:hover,
.pagination-next:hover,
.pagination-btn > a:hover {
  border: 1px solid #094c97;
  background: #094c97;
  color: #fff;
}
.pagination-btn > a {
  color: #16445a;
}
.pagination-prev,
.pagination-next {
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
}
.pagination-prev::after,
.pagination-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.pagination-prev:hover::after,
.pagination-next:hover::after {
  border-color: #fff;
}
.pagination-prev::after {
  border-bottom: solid 3px #094c97;
  border-left: solid 3px #094c97;
  left: 12px;
}
.pagination-next::after {
  border-top: solid 3px #094c97;
  border-right: solid 3px #094c97;
  left: 9px;
}
.btn-bgm,
.btn-camera,
.btn-wifi,
.btn-phone,
.btn-signage,
.btn-tv {
  position: relative;
  display: inline-block;
  padding: 7px 15px 7px 46px;
  background: #f0f3f5;
  border: 1px solid #dde2e7;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  transition: opacity 300ms;
}
.btn-bgm::before,
.btn-camera::before,
.btn-wifi::before,
.btn-phone::before,
.btn-signage::before,
.btn-tv::before {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 10px;
}
.btn-bgma:hover,
.btn-cameraa:hover,
.btn-wifia:hover,
.btn-phonea:hover,
.btn-signagea:hover,
.btn-tva:hover {
  opacity: 0.7;
}
.btn-bgm {
  color: #00b8f1;
}
.btn-camera {
  color: #6744c8;
}
.btn-wifi {
  color: #009c8d;
}
.btn-phone {
  color: #009c8d;
}
.btn-signage {
  color: #ff7b23;
}
.btn-tv {
  color: #f65878;
}
.btn-bgm-s,
.btn-camera-s,
.btn-wifi-s,
.btn-phone-s,
.btn-signage-s,
.btn-tv-s {
  position: relative;
  display: inline-block;
  padding: 4px;
  background: #f0f3f5;
  border: 1px solid #dde2e7;
  border-radius: 4px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: opacity 300ms;
}
.btn-bgm-s::before,
.btn-camera-s::before,
.btn-wifi-s::before,
.btn-phone-s::before,
.btn-signage-s::before,
.btn-tv-s::before {
  content: "";
  display: block;
}
.btn-bgm-sa:hover,
.btn-camera-sa:hover,
.btn-wifi-sa:hover,
.btn-phone-sa:hover,
.btn-signage-sa:hover,
.btn-tv-sa:hover {
  opacity: 0.7;
}
.btn-bgm-txt,
.btn-bgv-txt,
.btn-camera-txt,
.btn-net-txt,
.btn-signage-txt,
.btn-pos-txt,
.btn-uplink-txt,
.btn-other-txt,
.btn-payment-txt,
.btn-tv-txt {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  transition: opacity 300ms;
}
.btn-bgm-txta:hover,
.btn-bgv-txta:hover,
.btn-camera-txta:hover,
.btn-net-txta:hover,
.btn-signage-txta:hover,
.btn-pos-txta:hover,
.btn-uplink-txta:hover,
.btn-other-txta:hover,
.btn-payment-txta:hover,
.btn-tv-txta:hover {
  opacity: 0.7;
}
.btn-bgm-txt {
  background: #e6f7ff;
  color: #35adeb;
}
.btn-bgv-txt {
  background: #f6f2ff;
  color: #6744c8;
}
.btn-camera-txt {
  background: #f6f2ff;
  color: #6744c8;
}
.btn-net-txt {
  background: #e9fffc;
  color: #168e82;
}
.btn-signage-txt {
  background: #ffeadc;
  color: #ff7b23;
}
.btn-pos-txt {
  background: #e9efff;
  color: #323e85;
}
.btn-uplink-txt {
  background: #fffadc;
  color: #596a7d;
}
.btn-other-txt {
  background: #dde2e7;
  color: #596a7d;
}
.btn-payment-txt {
  background: #e9efff;
  color: #323e85;
}
.btn-tv-txt {
  background: #ffebef;
  color: #f65878;
}
.ex-anchor-link {
  padding-top: 105px;
  margin-top: -105px;
}
@media screen and (max-width: 1023px) {
  .ex-anchor-link {
    padding-top: 85px;
    margin-top: -85px;
  }
}
ul,
ol,
li,
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list > li > :last-child {
  margin-bottom: 0;
}
.list ul,
.list ol {
  counter-reset: cnt;
}
.list > li:nth-child(n+2),
.list > li > ul {
  margin-top: 5px;
}
.list-bullet > li,
.list-asterisk > li,
.list-number > li,
.list-asterisk-num > li,
.list-parentheses > li,
.list-point > li {
  position: relative;
  padding-left: 1.1em;
  counter-increment: cnt;
}
.list-bullet > li::before,
.list-asterisk > li::before,
.list-number > li::before,
.list-asterisk-num > li::before,
.list-parentheses > li::before,
.list-point > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
}
.list-bullet > li {
  position: relative;
}
.list-bullet > li::before {
  content: "";
  background: #596a7d;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 0.9em;
  left: 3px;
  transform: translateY(-50%);
}
.list-asterisk > li {
  padding-left: 1.1em;
}
.list-asterisk > li::before {
  content: "※";
}
.list-number > li::before {
  content: counter(cnt);
}
.list-asterisk-num > li {
  padding-left: 2.5em;
}
.list-asterisk-num > li::before {
  content: "※" counter(cnt);
}
.list-parentheses > li {
  padding-left: 2.5em;
}
.list-parentheses > li::before {
  content: "（" counter(cnt) "） ";
}
.list-point > li {
  padding-left: 1em;
}
.list-point > li::before {
  content: "・";
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: clamp(16px, 75%, 30px);
  line-height: 0;
  position: relative;
  vertical-align: super;
}
sub {
  bottom: -0.25em;
}
sup {
  top: 0;
}
.title-42 {
  font-size: clamp(26px, 4.1015625vw, 42px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .title-42 {
    font-size: 26px;
  }
}
.title-36 {
  font-size: clamp(24px, 3.515625vw, 36px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .title-36 {
    font-size: 24px;
  }
}
.title-30 {
  font-size: clamp(24px, 2.9296875vw, 30px);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .title-30 {
    font-size: 24px;
  }
}
.title-24 {
  font-size: clamp(20px, 2.34375vw, 24px);
  font-weight: 600;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .title-24 {
    font-size: 20px;
  }
}
.fz-28 {
  font-size: 28px !important;
}
.fz-22 {
  font-size: 22px !important;
}
.fz-18 {
  font-size: clamp(18px, 1.7578125vw, 18px);
}
@media screen and (max-width: 1024px) {
  .fz-18 {
    font-size: 18px;
  }
}
.fz-16 {
  font-size: clamp(16px, 1.5625vw, 16px);
}
@media screen and (max-width: 1024px) {
  .fz-16 {
    font-size: 16px;
  }
}
.fz-14 {
  font-size: clamp(14px, 1.3671875vw, 14px);
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .fz-14 {
    font-size: 14px;
  }
}
.fz-12 {
  font-size: clamp(12px, 1.171875vw, 12px);
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .fz-12 {
    font-size: 14px;
  }
}
.fz-10 {
  font-size: 10px !important;
  line-height: 1.6em;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.text-black {
  color: #36404b !important;
}
.text-white {
  color: #fff !important;
}
.text-gray {
  color: #596a7d !important;
}
.text-red {
  color: #f34b4b !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-note {
  font-size: clamp(12px, 1.171875vw, 12px);
  letter-spacing: 0.04em;
  color: #596a7d;
}
@media screen and (max-width: 1024px) {
  .text-note {
    font-size: 14px;
  }
}
.text-underline {
  text-decoration: underline;
}
.text-linethrough {
  position: relative;
}
.text-linethrough:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.text-bg-gray {
  vertical-align: middle;
  background: #c9d1d9;
  border-radius: 2px;
  padding: 8px 32px;
}
.box-note {
  border: 1px solid #cdd6dd;
  border-radius: 4px;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .box-note {
    padding: 40px 20px;
  }
}
.m-auto {
  margin: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.m-0 {
  margin: 0px !important;
}
@media screen and (max-width: 1024px) {
  .m-0 {
    margin: 0px !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 1024px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}
.mb-0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1024px) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
}
.ml-0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 1024px) {
  .ml-0 {
    margin-left: 0px !important;
  }
}
.mr-0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 1024px) {
  .mr-0 {
    margin-right: 0px !important;
  }
}
.m-4 {
  margin: 4px !important;
}
@media screen and (max-width: 1024px) {
  .m-4 {
    margin: 4px !important;
  }
}
.mt-4 {
  margin-top: 4px !important;
}
@media screen and (max-width: 1024px) {
  .mt-4 {
    margin-top: 4px !important;
  }
}
.mb-4 {
  margin-bottom: 4px !important;
}
@media screen and (max-width: 1024px) {
  .mb-4 {
    margin-bottom: 4px !important;
  }
}
.ml-4 {
  margin-left: 4px !important;
}
@media screen and (max-width: 1024px) {
  .ml-4 {
    margin-left: 4px !important;
  }
}
.mr-4 {
  margin-right: 4px !important;
}
@media screen and (max-width: 1024px) {
  .mr-4 {
    margin-right: 4px !important;
  }
}
.m-8 {
  margin: 8px !important;
}
@media screen and (max-width: 1024px) {
  .m-8 {
    margin: 8px !important;
  }
}
.mt-8 {
  margin-top: 8px !important;
}
@media screen and (max-width: 1024px) {
  .mt-8 {
    margin-top: 8px !important;
  }
}
.mb-8 {
  margin-bottom: 8px !important;
}
@media screen and (max-width: 1024px) {
  .mb-8 {
    margin-bottom: 8px !important;
  }
}
.ml-8 {
  margin-left: 8px !important;
}
@media screen and (max-width: 1024px) {
  .ml-8 {
    margin-left: 8px !important;
  }
}
.mr-8 {
  margin-right: 8px !important;
}
@media screen and (max-width: 1024px) {
  .mr-8 {
    margin-right: 8px !important;
  }
}
.m-16 {
  margin: 16px !important;
}
@media screen and (max-width: 1024px) {
  .m-16 {
    margin: 16px !important;
  }
}
.mt-16 {
  margin-top: 16px !important;
}
@media screen and (max-width: 1024px) {
  .mt-16 {
    margin-top: 16px !important;
  }
}
.mb-16 {
  margin-bottom: 16px !important;
}
@media screen and (max-width: 1024px) {
  .mb-16 {
    margin-bottom: 16px !important;
  }
}
.ml-16 {
  margin-left: 16px !important;
}
@media screen and (max-width: 1024px) {
  .ml-16 {
    margin-left: 16px !important;
  }
}
.mr-16 {
  margin-right: 16px !important;
}
@media screen and (max-width: 1024px) {
  .mr-16 {
    margin-right: 16px !important;
  }
}
.m-24 {
  margin: 24px !important;
}
@media screen and (max-width: 1024px) {
  .m-24 {
    margin: 24px !important;
  }
}
.mt-24 {
  margin-top: 24px !important;
}
@media screen and (max-width: 1024px) {
  .mt-24 {
    margin-top: 24px !important;
  }
}
.mb-24 {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 1024px) {
  .mb-24 {
    margin-bottom: 24px !important;
  }
}
.ml-24 {
  margin-left: 24px !important;
}
@media screen and (max-width: 1024px) {
  .ml-24 {
    margin-left: 24px !important;
  }
}
.mr-24 {
  margin-right: 24px !important;
}
@media screen and (max-width: 1024px) {
  .mr-24 {
    margin-right: 24px !important;
  }
}
.m-32 {
  margin: 32px !important;
}
@media screen and (max-width: 1024px) {
  .m-32 {
    margin: 32px !important;
  }
}
.mt-32 {
  margin-top: 32px !important;
}
@media screen and (max-width: 1024px) {
  .mt-32 {
    margin-top: 32px !important;
  }
}
.mb-32 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 1024px) {
  .mb-32 {
    margin-bottom: 32px !important;
  }
}
.ml-32 {
  margin-left: 32px !important;
}
@media screen and (max-width: 1024px) {
  .ml-32 {
    margin-left: 32px !important;
  }
}
.mr-32 {
  margin-right: 32px !important;
}
@media screen and (max-width: 1024px) {
  .mr-32 {
    margin-right: 32px !important;
  }
}
.m-40 {
  margin: 40px !important;
}
@media screen and (max-width: 1024px) {
  .m-40 {
    margin: 40px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
.ml-40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 1024px) {
  .ml-40 {
    margin-left: 40px !important;
  }
}
.mr-40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mr-40 {
    margin-right: 40px !important;
  }
}
.m-64 {
  margin: 64px !important;
}
@media screen and (max-width: 1024px) {
  .m-64 {
    margin: 56px !important;
  }
}
.mt-64 {
  margin-top: 64px !important;
}
@media screen and (max-width: 1024px) {
  .mt-64 {
    margin-top: 56px !important;
  }
}
.mb-64 {
  margin-bottom: 64px !important;
}
@media screen and (max-width: 1024px) {
  .mb-64 {
    margin-bottom: 56px !important;
  }
}
.ml-64 {
  margin-left: 64px !important;
}
@media screen and (max-width: 1024px) {
  .ml-64 {
    margin-left: 56px !important;
  }
}
.mr-64 {
  margin-right: 64px !important;
}
@media screen and (max-width: 1024px) {
  .mr-64 {
    margin-right: 56px !important;
  }
}
.m-104 {
  margin: 104px !important;
}
@media screen and (max-width: 1024px) {
  .m-104 {
    margin: 72px !important;
  }
}
.mt-104 {
  margin-top: 104px !important;
}
@media screen and (max-width: 1024px) {
  .mt-104 {
    margin-top: 72px !important;
  }
}
.mb-104 {
  margin-bottom: 104px !important;
}
@media screen and (max-width: 1024px) {
  .mb-104 {
    margin-bottom: 72px !important;
  }
}
.ml-104 {
  margin-left: 104px !important;
}
@media screen and (max-width: 1024px) {
  .ml-104 {
    margin-left: 72px !important;
  }
}
.mr-104 {
  margin-right: 104px !important;
}
@media screen and (max-width: 1024px) {
  .mr-104 {
    margin-right: 72px !important;
  }
}
.m-168 {
  margin: 168px !important;
}
@media screen and (max-width: 1024px) {
  .m-168 {
    margin: 128px !important;
  }
}
.mt-168 {
  margin-top: 168px !important;
}
@media screen and (max-width: 1024px) {
  .mt-168 {
    margin-top: 128px !important;
  }
}
.mb-168 {
  margin-bottom: 168px !important;
}
@media screen and (max-width: 1024px) {
  .mb-168 {
    margin-bottom: 128px !important;
  }
}
.ml-168 {
  margin-left: 168px !important;
}
@media screen and (max-width: 1024px) {
  .ml-168 {
    margin-left: 128px !important;
  }
}
.mr-168 {
  margin-right: 168px !important;
}
@media screen and (max-width: 1024px) {
  .mr-168 {
    margin-right: 128px !important;
  }
}
.p-0 {
  padding: 0px !important;
}
@media screen and (max-width: 1024px) {
  .p-0 {
    padding: 0px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}
@media screen and (max-width: 1024px) {
  .pt-0 {
    padding-top: 0px !important;
  }
}
.pb-0 {
  padding-bottom: 0px !important;
}
@media screen and (max-width: 1024px) {
  .pb-0 {
    padding-bottom: 0px !important;
  }
}
.pl-0 {
  padding-left: 0px !important;
}
@media screen and (max-width: 1024px) {
  .pl-0 {
    padding-left: 0px !important;
  }
}
.pr-0 {
  padding-right: 0px !important;
}
@media screen and (max-width: 1024px) {
  .pr-0 {
    padding-right: 0px !important;
  }
}
.p-4 {
  padding: 4px !important;
}
@media screen and (max-width: 1024px) {
  .p-4 {
    padding: 4px !important;
  }
}
.pt-4 {
  padding-top: 4px !important;
}
@media screen and (max-width: 1024px) {
  .pt-4 {
    padding-top: 4px !important;
  }
}
.pb-4 {
  padding-bottom: 4px !important;
}
@media screen and (max-width: 1024px) {
  .pb-4 {
    padding-bottom: 4px !important;
  }
}
.pl-4 {
  padding-left: 4px !important;
}
@media screen and (max-width: 1024px) {
  .pl-4 {
    padding-left: 4px !important;
  }
}
.pr-4 {
  padding-right: 4px !important;
}
@media screen and (max-width: 1024px) {
  .pr-4 {
    padding-right: 4px !important;
  }
}
.p-8 {
  padding: 8px !important;
}
@media screen and (max-width: 1024px) {
  .p-8 {
    padding: 8px !important;
  }
}
.pt-8 {
  padding-top: 8px !important;
}
@media screen and (max-width: 1024px) {
  .pt-8 {
    padding-top: 8px !important;
  }
}
.pb-8 {
  padding-bottom: 8px !important;
}
@media screen and (max-width: 1024px) {
  .pb-8 {
    padding-bottom: 8px !important;
  }
}
.pl-8 {
  padding-left: 8px !important;
}
@media screen and (max-width: 1024px) {
  .pl-8 {
    padding-left: 8px !important;
  }
}
.pr-8 {
  padding-right: 8px !important;
}
@media screen and (max-width: 1024px) {
  .pr-8 {
    padding-right: 8px !important;
  }
}
.p-16 {
  padding: 16px !important;
}
@media screen and (max-width: 1024px) {
  .p-16 {
    padding: 16px !important;
  }
}
.pt-16 {
  padding-top: 16px !important;
}
@media screen and (max-width: 1024px) {
  .pt-16 {
    padding-top: 16px !important;
  }
}
.pb-16 {
  padding-bottom: 16px !important;
}
@media screen and (max-width: 1024px) {
  .pb-16 {
    padding-bottom: 16px !important;
  }
}
.pl-16 {
  padding-left: 16px !important;
}
@media screen and (max-width: 1024px) {
  .pl-16 {
    padding-left: 16px !important;
  }
}
.pr-16 {
  padding-right: 16px !important;
}
@media screen and (max-width: 1024px) {
  .pr-16 {
    padding-right: 16px !important;
  }
}
.p-24 {
  padding: 24px !important;
}
@media screen and (max-width: 1024px) {
  .p-24 {
    padding: 24px !important;
  }
}
.pt-24 {
  padding-top: 24px !important;
}
@media screen and (max-width: 1024px) {
  .pt-24 {
    padding-top: 24px !important;
  }
}
.pb-24 {
  padding-bottom: 24px !important;
}
@media screen and (max-width: 1024px) {
  .pb-24 {
    padding-bottom: 24px !important;
  }
}
.pl-24 {
  padding-left: 24px !important;
}
@media screen and (max-width: 1024px) {
  .pl-24 {
    padding-left: 24px !important;
  }
}
.pr-24 {
  padding-right: 24px !important;
}
@media screen and (max-width: 1024px) {
  .pr-24 {
    padding-right: 24px !important;
  }
}
.p-32 {
  padding: 32px !important;
}
@media screen and (max-width: 1024px) {
  .p-32 {
    padding: 32px !important;
  }
}
.pt-32 {
  padding-top: 32px !important;
}
@media screen and (max-width: 1024px) {
  .pt-32 {
    padding-top: 32px !important;
  }
}
.pb-32 {
  padding-bottom: 32px !important;
}
@media screen and (max-width: 1024px) {
  .pb-32 {
    padding-bottom: 32px !important;
  }
}
.pl-32 {
  padding-left: 32px !important;
}
@media screen and (max-width: 1024px) {
  .pl-32 {
    padding-left: 32px !important;
  }
}
.pr-32 {
  padding-right: 32px !important;
}
@media screen and (max-width: 1024px) {
  .pr-32 {
    padding-right: 32px !important;
  }
}
.p-40 {
  padding: 40px !important;
}
@media screen and (max-width: 1024px) {
  .p-40 {
    padding: 40px !important;
  }
}
.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .pt-40 {
    padding-top: 40px !important;
  }
}
.pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .pb-40 {
    padding-bottom: 40px !important;
  }
}
.pl-40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 1024px) {
  .pl-40 {
    padding-left: 40px !important;
  }
}
.pr-40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 1024px) {
  .pr-40 {
    padding-right: 40px !important;
  }
}
.p-64 {
  padding: 64px !important;
}
@media screen and (max-width: 1024px) {
  .p-64 {
    padding: 56px !important;
  }
}
.pt-64 {
  padding-top: 64px !important;
}
@media screen and (max-width: 1024px) {
  .pt-64 {
    padding-top: 56px !important;
  }
}
.pb-64 {
  padding-bottom: 64px !important;
}
@media screen and (max-width: 1024px) {
  .pb-64 {
    padding-bottom: 56px !important;
  }
}
.pl-64 {
  padding-left: 64px !important;
}
@media screen and (max-width: 1024px) {
  .pl-64 {
    padding-left: 56px !important;
  }
}
.pr-64 {
  padding-right: 64px !important;
}
@media screen and (max-width: 1024px) {
  .pr-64 {
    padding-right: 56px !important;
  }
}
.p-104 {
  padding: 104px !important;
}
@media screen and (max-width: 1024px) {
  .p-104 {
    padding: 72px !important;
  }
}
.pt-104 {
  padding-top: 104px !important;
}
@media screen and (max-width: 1024px) {
  .pt-104 {
    padding-top: 72px !important;
  }
}
.pb-104 {
  padding-bottom: 104px !important;
}
@media screen and (max-width: 1024px) {
  .pb-104 {
    padding-bottom: 72px !important;
  }
}
.pl-104 {
  padding-left: 104px !important;
}
@media screen and (max-width: 1024px) {
  .pl-104 {
    padding-left: 72px !important;
  }
}
.pr-104 {
  padding-right: 104px !important;
}
@media screen and (max-width: 1024px) {
  .pr-104 {
    padding-right: 72px !important;
  }
}
.p-168 {
  padding: 168px !important;
}
@media screen and (max-width: 1024px) {
  .p-168 {
    padding: 128px !important;
  }
}
.pt-168 {
  padding-top: 168px !important;
}
@media screen and (max-width: 1024px) {
  .pt-168 {
    padding-top: 128px !important;
  }
}
.pb-168 {
  padding-bottom: 168px !important;
}
@media screen and (max-width: 1024px) {
  .pb-168 {
    padding-bottom: 128px !important;
  }
}
.pl-168 {
  padding-left: 168px !important;
}
@media screen and (max-width: 1024px) {
  .pl-168 {
    padding-left: 128px !important;
  }
}
.pr-168 {
  padding-right: 168px !important;
}
@media screen and (max-width: 1024px) {
  .pr-168 {
    padding-right: 128px !important;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-pc {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flex-pc {
    display: initial;
  }
}
.flex-sp {
  display: initial;
}
@media screen and (max-width: 768px) {
  .flex-sp {
    display: flex;
    flex-wrap: wrap;
  }
}
.flex-row {
  flex-direction: row;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-y-stretch {
  align-items: stretch;
}
.flex-y-center {
  align-items: center;
}
.flex-y-start {
  align-items: flex-start;
}
.flex-y-end {
  align-items: flex-end;
}
.flex-y-baseline {
  align-items: baseline;
}
.flex-x-start {
  justify-content: start;
}
.flex-x-center {
  justify-content: center;
}
.flex-x-between {
  justify-content: space-between;
}
.flex-x-around {
  justify-content: space-around;
}
.flex-x-evenly {
  justify-content: space-evenly;
}
.column {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 1064px) {
  .column {
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 768px) {
  .column {
    display: inherit;
  }
}
.column > [class*="col-"] {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .column > [class*="col-"] {
    margin-bottom: 32px;
  }
  .column > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .column > .col-584:nth-child(2n+1):nth-last-child(-n+2),
  .column > .col-496:nth-child(2n+1):nth-last-child(-n+2),
  .column > .col-408:nth-child(2n+1):nth-last-child(-n+2),
  .column > .col-584:nth-child(2n+1):nth-last-child(-n+2) ~ *,
  .column > .col-496:nth-child(2n+1):nth-last-child(-n+2) ~ *,
  .column > .col-408:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .column > .col-496:nth-child(3n+1):nth-last-child(-n+3),
  .column > .col-320:nth-child(3n+1):nth-last-child(-n+3),
  .column > .col-232:nth-child(3n+1):nth-last-child(-n+3),
  .column > .col-496:nth-child(3n+1):nth-last-child(-n+3) ~ *,
  .column > .col-320:nth-child(3n+1):nth-last-child(-n+3) ~ *,
  .column > .col-232:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .column > .col-232:nth-child(4n+1):nth-last-child(-n+4),
  .column > .col-232:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
}
.col-848 {
  max-width: 848px;
  width: 79.69924812030075vw;
}
@media screen and (max-width: 768px) {
  .col-848 {
    max-width: 100%;
    width: 100%;
  }
}
.col-672 {
  max-width: 672px;
  width: 63.1578947368421vw;
}
@media screen and (max-width: 768px) {
  .col-672 {
    max-width: 100%;
    width: 100%;
  }
}
.col-584 {
  max-width: 584px;
  width: 54.88721804511278vw;
}
@media screen and (max-width: 768px) {
  .col-584 {
    max-width: 100%;
    width: 100%;
  }
}
.col-496 {
  max-width: 496px;
  width: 46.616541353383454vw;
}
@media screen and (max-width: 768px) {
  .col-496 {
    max-width: 100%;
    width: 100%;
  }
}
.col-408 {
  max-width: 408px;
  width: 38.34586466165413vw;
}
@media screen and (max-width: 768px) {
  .col-408 {
    max-width: 100%;
    width: 100%;
  }
}
.col-320 {
  max-width: 320px;
  width: 30.075187969924812vw;
}
@media screen and (max-width: 768px) {
  .col-320 {
    max-width: 100%;
    width: 100%;
  }
}
.col-300 {
  max-width: 300px;
  width: 28.195488721804512vw;
}
@media screen and (max-width: 768px) {
  .col-300 {
    max-width: 100%;
    width: 100%;
  }
}
.col-232 {
  max-width: 232px;
  width: 21.804511278195488vw;
}
@media screen and (max-width: 768px) {
  .col-232 {
    max-width: 100%;
    width: 100%;
  }
}
::-webkit-full-page-media .font-avenir,
:future .font-avenir,
:root .font-avenir {
  font-weight: 400 !important;
}
.card-price {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.card-price-column {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .card-price-column {
    margin-left: 0;
    display: inherit;
  }
}
.card-price-item {
  border-radius: 4px;
  border-top: 4px solid #596a7d;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.08);
  background: #fff;
  position: relative;
  width: calc((100% - 64px) / 3);
  padding: 19px 16px 40px;
  transition: 0.3s;
}
.card-price-item:hover {
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .card-price-item {
    width: calc((100% - 20px) / 3);
    padding: 1.85546875vw 1.5625vw 3.90625vw 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .card-price-item {
    width: 100%;
    padding: 19px 16px 40px;
    margin: 0 auto 32px;
  }
}
.card-price-item:nth-child(2) {
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .card-price-item:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .card-price-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.card-price-cate {
  display: flex;
  justify-content: flex-end;
}
.card-price-cate >* {
  margin-left: 8px;
}
.card-price-title {
  text-align: center;
  margin-top: 8px;
  font-size: clamp(24px, 2.9296875vw, 30px);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .card-price-title {
    font-size: 24px;
  }
}
.card-price-lead {
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 600;
}
.card-price-monthly,
.card-price-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-price-monthly dt,
.card-price-detail dt {
  display: inline-block;
}
.card-price-monthly {
  margin-top: 20px;
}
.card-price-monthly dt {
  color: #fff;
  font-weight: 600;
  background: #7a8ca0;
  border-radius: 2px;
  padding: 8px 16px;
  font-size: clamp(16px, 1.5625vw, 16px);
}
@media screen and (max-width: 1024px) {
  .card-price-monthly dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .card-price-monthly dt {
    padding: 0.78125vw 0.9765625vw 0.78125vw 0.9765625vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .card-price-monthly dt {
    padding: 8px 16px;
    font-size: 16px;
  }
}
.card-price-monthly dd {
  line-height: 1;
  letter-spacing: 0;
  color: #094c97;
}
.card-price-monthly dd .font-avenir {
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .card-price-monthly dd .font-avenir {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .card-price-monthly dd .font-avenir {
    font-size: 48px;
  }
}
.card-price-monthly dd .en {
  font-weight: 600;
  font-family: "Noto Sans Japanese";
  margin-left: 10px;
  font-size: clamp(20px, 2.34375vw, 24px);
}
@media screen and (max-width: 1024px) {
  .card-price-monthly dd .en {
    font-size: 20px;
  }
}
.card-price-detail {
  margin-bottom: 24px;
  font-size: clamp(14px, 1.3671875vw, 14px);
}
@media screen and (max-width: 1024px) {
  .card-price-detail {
    font-size: 14px;
  }
}
.card-price-detail dt {
  font-weight: 600;
  background: #c9d1d9;
  border-radius: 2px;
  white-space: nowrap;
  margin-right: 16px;
  padding: 8px 16px;
}
@media screen and (max-width: 1024px) {
  .card-price-detail dt {
    padding: 0.78125vw 1.5625vw 0.78125vw 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .card-price-detail dt {
    padding: 8px 16px;
  }
}
.card-price-detail dd {
  font-size: clamp(14px, 1.3671875vw, 14px);
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .card-price-detail dd {
    font-size: 14px;
  }
}
.card-price-btn a {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .card-price-btn a {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .card-price-btn a {
    letter-spacing: 0;
  }
}
.card-service-item {
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.08);
  background: #fff;
  position: relative;
  width: 100%;
  max-width: 848px;
  margin: 0 auto 32px;
  padding: 16px;
  transition: 300ms;
}
.card-service-item:hover {
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .card-service-item {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .card-service-item {
    width: 100%;
    padding: 16px;
  }
}
.card-service-item:last-child {
  margin-bottom: 0;
}
.card-service-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-service-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .card-service-inner {
    display: inherit;
  }
}
.card-service-image {
  border-radius: 4px;
  background: #f0f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .card-service-image {
    margin-right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .card-service-image {
    width: 100%;
    height: 200px;
  }
}
.card-service-body {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .card-service-body {
    margin-top: 16px;
  }
}
.card-service-icon {
  display: flex;
}
@media screen and (max-width: 480px) {
  .card-service-icon {
    height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .card-service-icon span::before {
    width: 25px;
    height: 25px;
    padding: 2px;
  }
}
.card-service-title {
  font-size: clamp(18px, 1.7578125vw, 18px);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .card-service-title {
    font-size: 18px;
  }
}
.card-service-text {
  margin-top: 4px;
}
.card-service-detail {
  display: flex;
  margin: 7px 0;
}
@media screen and (max-width: 768px) {
  .card-service-detail {
    justify-content: space-between;
    margin: 16px 0;
  }
}
.card-service-price {
  margin-left: 16px;
  color: #094c97;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .card-service-price {
    margin-left: 8px;
  }
}
@media screen and (max-width: 360px) {
  .card-service-price {
    letter-spacing: -0.05em;
    font-size: 14px;
  }
}
.card-service-price span {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .card-service-price span {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 360px) {
  .card-service-price span {
    letter-spacing: -0.05em;
    font-size: 24px;
  }
}
.card-service-note > * {
  font-size: clamp(12px, 1.171875vw, 12px);
  color: #596a7d;
}
@media screen and (max-width: 1024px) {
  .card-service-note > * {
    font-size: 14px;
  }
}
.card-service-btn {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .card-service-btn {
    margin-top: 16px;
  }
}
.card-lineup {
  position: relative;
}
.card-lineup::before {
  content: "";
  display: block;
  background: #dde2e7;
  height: 290px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .card-lineup-title {
    letter-spacing: -0.03em;
  }
}
.card-lineup-inner {
  margin: 0 auto;
  width: 1054px;
  overflow: inherit;
  padding-bottom: 120px;
}
@media screen and (max-width: 1064px) {
  .card-lineup-inner {
    width: 100%;
  }
}
.card-lineup-item {
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 8px 24px rgba(51,51,51,0.1);
  border: 1px solid #f0f3f5;
  background: #fff;
  padding: 16px;
  transition: 300ms;
  width: 32%;
  height: auto;
}
.card-lineup-item:hover {
  box-shadow: none;
}
.card-lineup-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-lineup-image {
  width: 100%;
}
.card-lineup-image img {
  width: 100%;
  height: auto;
}
.card-lineup-category {
  margin-top: 11px;
}
.card-lineup-logo {
  margin-top: 8px;
}
.card-lineup-logo p {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.card-lineup-logo img {
  width: auto;
  height: 18px;
}
.card-lineup-logo.logo-anshin-hoken img {
  height: 25px;
}
.card-lineup-logo.logo-canaeru img {
  height: 35px;
}
.card-lineup-text {
  margin-top: 8px;
  font-weight: 600;
}
.card-lineup .swiper-button-prev,
.card-lineup .swiper-button-next {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 40px;
  left: 50%;
  right: auto;
  border-radius: 100%;
  background: #42adeb;
  transition: opacity 300ms;
  z-index: 1;
  outline: none;
}
.card-lineup .swiper-button-prev::before,
.card-lineup .swiper-button-next::before {
  background: #094c97;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 300ms;
}
.card-lineup .swiper-button-prev::after,
.card-lineup .swiper-button-next::after {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
}
.card-lineup .swiper-button-prev:hover::before,
.card-lineup .swiper-button-next:hover::before {
  opacity: 0;
}
.card-lineup .swiper-button-prev {
  left: inherit;
  right: 50%;
  transform: translateX(-15px);
}
.card-lineup .swiper-button-prev:after {
  margin-left: -3px;
}
.card-lineup .swiper-button-next {
  left: 50%;
  right: inherit;
  transform: translateX(15px);
}
.card-lineup .swiper-button-next:after {
  margin-left: 3px;
}
.card-pickup-inner {
  overflow: hidden;
}
.card-pickup-item {
  width: 23%;
  float: left;
  margin-bottom: 64px;
  margin-right: 2.5%;
}
.card-pickup-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .card-pickup-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 56px;
  }
  .card-pickup-item:nth-child(2n) {
    margin-right: 0;
  }
}
.card-pickup-image img {
  width: 100%;
  height: auto;
}
.card-pickup-title {
  font-weight: 600;
  margin-top: 16px;
}
.card-pickup-link {
  font-weight: 600;
  margin-top: 8px;
}
@media screen and (max-width: 1064px) {
  .card-pickup-link .txtlink {
    font-size: 14px;
    white-space: wrap;
    padding-right: 0;
  }
}
@media screen and (max-width: 1064px) {
  .card-pickup-link .txtlink:after {
    position: static;
    display: inline-block;
  }
}
.flow-box {
  width: 100%;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .flow-box {
    position: relative;
    margin-bottom: 0;
  }
}
.flow-box-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow-box-inner {
    display: inherit;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow-box [class^="flow-box-cols"] {
    display: flex;
  }
}
.flow-box [class^="flow-box-cols"] [class^="flow-box-col-step"] {
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0 30px;
  line-height: 32px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow-box [class^="flow-box-cols"] [class^="flow-box-col-step"] {
    display: flex;
    align-items: center;
    border-radius: 4px 0px 0px 4px;
    padding: 0 10px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.flow-box [class^="flow-box-cols"] [class^="flow-box-col-wrap"] {
  padding: 30px 20px;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .flow-box [class^="flow-box-cols"] [class^="flow-box-col-wrap"] {
    padding: 25px 2.5em 25px 20px;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .flow-box-cols-1 {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .flow-box-cols-1 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .flow-box-cols-2 {
    width: calc(100% - 45%);
  }
}
@media screen and (max-width: 768px) {
  .flow-box-cols-2 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .flow-box-cols-3 {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .flow-box-cols-3 {
    padding-bottom: 83px;
  }
}
@media screen and (max-width: 768px) {
  .flow-box-cols-3 [class^="flow-box-col-wrap"] {
    padding: 25px 70px 25px 20px;
  }
}
.flow-box-col-step-1 {
  background: #98a6b5;
  border-radius: 30px 0 0 30px;
}
.flow-box-col-step-2 {
  background: #7a8ca0;
}
.flow-box-col-step-3 {
  background: #596a7d;
  border-radius: 0 30px 30px 0;
}
.flow-box-col-title {
  margin-bottom: 10px;
  text-align: center;
}
.flow-box-col-text {
  font-size: clamp(16px, 1.5625vw, 16px);
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .flow-box-col-text {
    font-size: 16px;
  }
}
.flow-box-col-text a {
  color: #094c97;
  text-decoration: underline;
  transition: opacity 300ms;
}
.flow-box-col-text a:hover {
  text-decoration: none;
}
.flow-box-col-wrap-1 {
  background: #f0f3f5;
}
@media screen and (max-width: 768px) {
  .flow-box-col-wrap-1 {
    flex: 1;
  }
}
.flow-box-col-wrap-2 {
  background: #dde2e7;
}
@media screen and (max-width: 768px) {
  .flow-box-col-wrap-2 {
    flex: 1;
  }
}
.flow-box-col-wrap-3 {
  background: #c9d1d9;
}
@media screen and (max-width: 768px) {
  .flow-box-col-wrap-3 {
    flex: 1;
  }
}
.flow-box-arrow-col {
  display: flex;
  width: 70%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-box-arrow-col {
    display: inherit;
    width: 100%;
    padding-bottom: 0;
  }
}
.flow-box-arrow {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-box-arrow {
    margin-bottom: 0;
    top: 0;
    right: 0;
    left: auto;
    width: 4em;
    height: 100%;
  }
}
.flow-box-arrow-border {
  content: "";
  display: inline-block;
  background: #35adeb;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 3px;
}
@media screen and (max-width: 768px) {
  .flow-box-arrow-border {
    top: 0;
    left: auto;
    right: 15px;
    width: 3px;
    height: 99%;
  }
}
.flow-box-arrow::after {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: transparent transparent transparent #35adeb;
  position: absolute;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .flow-box-arrow::after {
    background: none;
    transform: rotate(0deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #35adeb transparent transparent transparent;
    right: 10px;
    bottom: 0;
  }
}
.flow-box-arrow-text {
  display: inline-block;
  background: #35adeb;
  position: relative;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .flow-box-arrow-text {
    width: 200px;
    transform: translateY(-17px);
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow-box-arrow-text {
    width: 75px;
    padding: 20px 0;
    position: absolute;
    bottom: 36px;
    right: -15px;
    line-height: 1.4;
  }
  .flow-box-arrow-text span {
    line-height: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .flow-box-arrow-text {
    padding: 10px 5px;
    font-size: 16px;
  }
}
.flow-box-arrow-text .attention {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flow-box-arrow-text .attention {
    display: inline-block;
    font-size: 18px;
    margin: 0 2px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .flow-box-arrow-text span {
    font-weight: normal;
    white-space: nowrap;
  }
}
.flow-box .button-cta {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow-box .button-cta {
    width: 100%;
  }
}
.news {
  /* background: transparent linear-gradient(180deg, #fff 0%, #f4f4f4 70%, #f8f8f8 100%); */
}
@media screen and (max-width: 768px) {
  .news-inner {
    width: calc(90vw - 40px);
  }
}
@media screen and (min-width: 1023px) {
  .news-title {
    text-align: center;
  }
}
.news-list-item {
  border-bottom: 1px solid #dde2e7;
  padding: 1em 0;
}
@media screen and (min-width: 1024px) {
  .news-list-item .news-list-item-flex {
    display: flex;
  }
  .news-list-item a {
    transition: 0.3s;
  }
  .news-list-item a:hover {
    opacity: 0.6;
  }
}
.news-list-head {
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .news-list-head {
    width: 100%;
    justify-content: space-between;
  }
}
.news-list-head .icon-news,
.news-list-head .icon-update {
  font-size: 12px;
  color: #fff;
  padding: 3px 5px 3px 25px;
  border-radius: 4px;
  position: relative;
}
.news-list-head .icon-news:before,
.news-list-head .icon-update:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
.news-list-head .icon-news {
  background: #7a8ca0;
}
.news-list-head .icon-news:before {
  width: 19px;
  height: 14px;
  background: url("/images/icon/icon_news.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.news-list-head .icon-update {
  background: #35adeb;
}
.news-list-head .icon-update:before {
  width: 14px;
  height: 14px;
  background: url("/images/icon/icon_update.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 7px;
}
.news-list-date {
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
}
.news-list-title {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .news-list-title {
    margin-top: 16px;
  }
}
.news-button a {
  font-size: 14px;
  font-weight: 600;
  margin: auto;
}
.cta {
  position: relative;
}
.cta::before {
  content: "";
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.webp .cta::before {
  background-image: url("/service/common/images/cta_bg.png.webp");
}
.no-webp .cta::before {
  background-image: url("/service/common/images/cta_bg.png");
}
@media screen and (max-width: 1024px) {
  .cta::before {
    background-position: 67% 0;
  }
}
@media screen and (max-width: 768px) {
  .cta::before {
    background-position: center;
  }
  .webp .cta::before {
    background-image: url("/service/common/images/cta_bg_sp.png.webp");
  }
  .no-webp .cta::before {
    background-image: url("/service/common/images/cta_bg_sp.png");
  }
}
@media screen and (max-width: 768px) {
  .cta-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cta .col-848 {
  border-radius: 4px;
  background: rgba(51,51,51,0.9);
  color: #fff;
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .cta .col-848 {
    padding: 56px 16px;
  }
}
.contact {
  position: relative;
}
.contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/service/common/images/contact_bg.png");
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .contact::before {
    background-image: url("/service/common/images/contact_bg_sp.png");
  }
}
.contact-card {
  position: relative;
  margin: 0;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .contact-card {
    padding: 40px 17px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .contact-card {
    display: flex;
    justify-content: center;
  }
}
.contact-card:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  mix-blend-mode: multiply;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-card a[class*="btn"] {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact-card-title {
    letter-spacing: -0.03em;
  }
}
.contact-card-tel {
  color: #c9d1d9;
}
.contact-card-tel-inner {
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .contact-card-tel-inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .contact-card-tel-inner {
    text-align: center;
  }
}
.contact-card-tel a {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  color: #c9d1d9;
}
.onlineform {
  width: 260px;
  position: fixed;
  bottom: 0;
  right: 16px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .onlineform {
    width: 100%;
    right: 0;
  }
}
.onlineform-inner {
  background: linear-gradient(313deg, #323e85 0%, #35adeb 100%);
}
@media screen and (min-width: 769px) {
  .onlineform-inner {
    border: 3px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
  }
}
@media screen and (max-width: 768px) {
  .onlineform-inner {
    border-top: 1px solid #fff;
  }
}
.onlineform-inner dl {
  margin: 0;
}
.onlineform-title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 16px 0;
  position: relative;
  cursor: pointer;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .onlineform-title {
    display: none;
  }
}
.onlineform-title .free {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #094c97;
  border-radius: 50%;
  margin-right: 5px;
}
.onlineform-toggle {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.onlineform-toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .onlineform-toggle::before {
    display: none;
  }
}
.onlineform-toggle-close {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.onlineform-toggle-close::before,
.onlineform-toggle-close::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background: #fff;
}
.onlineform-toggle-close::before {
  transform: rotate(135deg);
}
.onlineform-toggle-close::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .onlineform-toggle-close {
    display: none;
  }
}
.onlineform-links {
  padding: 0 18px 4px;
  max-height: 200px;
  transition: 400ms;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .onlineform-links {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .onlineform-links ul {
    width: 100%;
    display: flex;
  }
}
.onlineform-links ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .onlineform-links ul li {
    width: 33.3333%;
    margin-bottom: 0;
  }
}
.onlineform-link-1 a,
.onlineform-link-2 a,
.onlineform-link-3 a {
  position: relative;
  line-height: 1.4;
  display: block;
  background: #fff;
  font-weight: 600;
  color: #094c97;
  padding: 10px;
  transition: 0.3s;
}
.onlineform-link-1 a:hover,
.onlineform-link-2 a:hover,
.onlineform-link-3 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .onlineform-link-1 a,
  .onlineform-link-2 a,
  .onlineform-link-3 a {
    background: transparent linear-gradient(0deg, #147bd1 0%, #4da9d6 100%, #56b7e6 100%);
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    text-align: center;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .onlineform-link-1 a,
  .onlineform-link-2 a,
  .onlineform-link-3 a {
    border-radius: 4px;
    border: 1px solid #043580;
  }
}
@media screen and (max-width: 768px) {
  .onlineform-link-1 a,
  .onlineform-link-2 a,
  .onlineform-link-3 a {
    color: #fff;
    padding: 5px;
  }
}
@media screen and (min-width: 769px) {
  .onlineform-link-1 a::after,
  .onlineform-link-2 a::after,
  .onlineform-link-3 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #043580;
    border-right: solid 2px #043580;
    transform: rotate(45deg);
  }
}
.onlineform-link-1 a span,
.onlineform-link-2 a span,
.onlineform-link-3 a span {
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .onlineform-link-1 a span,
  .onlineform-link-2 a span,
  .onlineform-link-3 a span {
    font-size: 12px;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  .onlineform-link-1 a span[class*="ic-"],
  .onlineform-link-2 a span[class*="ic-"],
  .onlineform-link-3 a span[class*="ic-"] {
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .onlineform-link-1 a span[class*="ic-"],
  .onlineform-link-2 a span[class*="ic-"],
  .onlineform-link-3 a span[class*="ic-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    min-height: calc(3em + 10px);
    padding-top: 20px;
  }
}
.onlineform-link-1 a span[class*="ic-"]::before,
.onlineform-link-2 a span[class*="ic-"]::before,
.onlineform-link-3 a span[class*="ic-"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .onlineform-link-1 a span[class*="ic-"]::before,
  .onlineform-link-2 a span[class*="ic-"]::before,
  .onlineform-link-3 a span[class*="ic-"]::before {
    display: block;
    top: 4px;
    right: 0;
    bottom: auto;
  }
}
@media screen and (min-width: 769px) {
  .onlineform-link-1 a span br,
  .onlineform-link-2 a span br,
  .onlineform-link-3 a span br {
    display: none;
  }
}
.onlineform-link-1 a {
  background: linear-gradient(135deg, #ff7b23 0%, #f34b4b 100%);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .onlineform-link-1 a {
    border: 1px solid #fdbcab;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  }
}
.onlineform-link-1 a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.onlineform-link-1 a span::before {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .onlineform-link-1 a,
  .onlineform-link-2 a {
    border-right: 1px solid #fff;
  }
}
.ic-online::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/images/icon/icon_customer.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ic-document::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("/images/icon/icon_document.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ic-document::before {
    background: url("/images/icon/icon_document_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.ic-contact::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url("/images/icon/icon_mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ic-contact::before {
    background: url("/images/icon/icon_mail_w.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.is-close .onlineform-links {
  max-height: 0;
  padding-bottom: 0;
}
.is-close .onlineform-title span:before {
  transform: rotate(315deg);
  top: calc(50% - 3px);
}
@media screen and (max-width: 768px) {
  #SINGLE .onlineform-inner {
    background: #fff;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  #SINGLE .onlineform-links ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #SINGLE .onlineform-links ul li a {
    padding: 10px;
    border-radius: 4px;
  }
}
#SINGLE .onlineform-links ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.umusic .onlineform-title {
  display: flex;
  align-items: center;
  padding: 8px 18px;
}
@media screen and (max-width: 768px) {
  .umusic .onlineform-title {
    display: none;
  }
}
.umusic .onlineform-title .free {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #094c97;
  border-radius: 50%;
  margin-right: 5px;
}
.umusic .onlineform-links a span {
  font-weight: 600;
}
.umusic .onlineform-links a span::before {
  top: 2px;
}
.umusic .onlineform-link-1 a span {
  position: relative;
}
@media screen and (min-width: 769px) {
  .umusic .onlineform-link-1 a span {
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .umusic .onlineform-link-1 a span {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    min-height: calc(3em + 20px);
    padding-top: 20px;
  }
}
.umusic .onlineform-link-1 a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .umusic .onlineform-link-1 a span::before {
    bottom: 0;
  }
}
.umusic .onlineform-link-1 a span::before {
  width: 15px;
  height: 17px;
  background: url("/images/icon/icon_music_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .umusic .onlineform-link-1 a span::before {
    right: 0;
    top: 5px;
  }
}
.show-tab {
  display: none;
}
@media screen and (max-width: 1023px) {
  .show-tab {
    display: inherit;
  }
}
.show-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show-sp {
    display: inherit !important;
  }
}
.hide-tab {
  display: inherit !important;
}
@media screen and (max-width: 1024px) {
  .hide-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .only-pc {
    display: none !important;
  }
}
.show-pc {
  display: inherit !important;
}
@media screen and (max-width: 768px) {
  .show-pc {
    display: none !important;
  }
}
.clearfix::before {
  content: "";
  display: table-cell;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.corner-r2 {
  border-radius: 2px !important;
}
@media screen and (max-width: 768px) {
  .corner-r2 {
    border-radius: 4px !important;
  }
}
.corner-r4 {
  border-radius: 4px !important;
}
.va-center {
  vertical-align: middle;
}
.float-right {
  float: right;
}
.js-ytmovie {
  cursor: pointer;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2000;
  display: none;
}
.modal .inner {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modal .inner {
    width: 90%;
  }
}
.modal_content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-close {
    right: 0;
  }
}
.modal-close::before,
.modal-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 3px);
  left: 14%;
}
.modal-close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.is-modal-active .modal {
  display: inherit;
}
.js-ytmovie {
  cursor: pointer;
}
.footer-servicelist {
  position: relative;
  background: transparent linear-gradient(180deg, #35404b 0%, #000 100%) 0% 0%;
}
.footer-servicelist > a,
.footer-servicelist p {
  color: #fff;
}
.footer-servicelist-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-inner {
    max-width: 1024px;
    margin: auto;
    box-sizing: content-box;
  }
}
.footer-servicelist-logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-logo {
    text-align: center;
  }
}
.footer-servicelist-logo img {
  width: auto;
  height: 22px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-logo img {
    height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-contents {
    border-top: 1px solid #c9d1d9;
  }
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-contents {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-nav {
    margin-right: 4%;
    min-width: 20%;
  }
}
.footer-servicelist-nav:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav {
    border-bottom: 1px solid #c9d1d9;
  }
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-nav-head {
    color: #7a8ca0;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-head {
    color: #fff;
    padding: 15px 20px;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-head:before,
  .footer-servicelist-nav-head:after {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-head:before {
    transform: rotate(90deg);
    transition: transform 300ms;
  }
}
.footer-servicelist-nav a {
  color: #fff;
}
.footer-servicelist-nav.ser-nav0 {
  padding: 0 0 8px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav.ser-nav0 {
    padding: 15px 20px;
  }
}
.footer-servicelist-nav.ser-nav0 a {
  transition: 0.3s;
  color: #fff;
}
.footer-servicelist-nav.ser-nav0 a:hover {
  color: #7a8ca0;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav > .ser-nav0 li {
    border-bottom: 1px solid #c9d1d9;
  }
}
.footer-servicelist-nav > .ser-nav0 li a {
  display: inline-block;
  padding: 4px 0px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav > .ser-nav0 li a {
    display: block;
    padding: 15px 20px;
  }
}
.footer-servicelist-nav > .ser-nav0 +.footer-servicelist-nav {
  border: none;
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-nav > .ser-nav0 +.footer-servicelist-nav .footer-servicelist-nav-head {
    display: none;
  }
}
.footer-servicelist-nav-body {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms;
  }
}
.footer-servicelist-nav-list {
  padding: 2px 0 0;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-list {
    padding: 0 0 15px 15px;
  }
}
.footer-servicelist-nav-list-link a {
  display: block;
  padding: 4px 0px 4px 10px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.footer-servicelist-nav-list-link a:hover {
  color: #7a8ca0;
}
@media screen and (max-width: 1023px) {
  .is_open .footer-servicelist-nav-body {
    max-height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .is_open .footer-servicelist-nav-head:before {
    transform: rotate(0deg);
  }
}
.link-external {
  position: relative;
  padding-right: 1.3em;
}
.link-external:after {
  content: "";
  background: url("/images/common/icon_externallink_white.svg");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 0.5em;
}
.breadcrumbs {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 32px;
  z-index: 1;
  background: rgba(54,64,75,0.5);
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    top: inherit;
  }
}
.breadcrumbs-inner {
  margin: 0 auto;
  width: 1024px;
}
@media screen and (max-width: 1064px) {
  .breadcrumbs-inner {
    width: calc(100vw - 30px);
  }
}
.breadcrumbs-list {
  display: flex;
}
@media screen and (max-width: 1064px) {
  .breadcrumbs-list {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    padding: 3px 0;
  }
}
.breadcrumbs-list >li {
  position: relative;
  margin-right: 10px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-list >li {
    margin-right: 5px;
  }
}
.breadcrumbs-list >li > * {
  font-size: 12px;
  color: #B9BEC3;
  display: inline-block;
  line-height: 1em;
  font-weight: 100;
}
.breadcrumbs-list >li >span {
  font-weight: 500;
  color: #fff;
}
.breadcrumbs-list >li >a {
  transition: 0.3s;
}
.breadcrumbs-list >li >a span {
  font-size: 12px;
  font-weight: 100;
  border-bottom: 1px solid transparent;
}
.breadcrumbs-list >li >a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs-list >li >a:after {
    margin-left: 5px;
    margin-bottom: 1px;
  }
}
.breadcrumbs-list >li >a:hover {
  opacity: 0.7;
}
.breadcrumbs-list >li >a:hover span {
  border-bottom: 1px solid #c9d1d9;
}
.breadcrumbs-list >li:first-child {
  border: none;
}
.breadcrumbs-list >li:first-child a:hover span {
  border: none;
}
.breadcrumbs.static {
  background: none;
}
.breadcrumbs.static .breadcrumbs-list >li >span {
  font-weight: 500;
  color: #333333;
}
.breadcrumbs.static .breadcrumbs-list >li a:after {
  border-top: solid 1px #333;
  border-right: solid 1px #333;
}
.mv-l {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv-l {
    height: calc(100vh - 138px);
    max-height: 845px;
    margin-bottom: 142px;
  }
}
@media screen and (max-width: 1023px) {
  .mv-l {
    height: 82.51953125vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-l {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .mv-l+section {
    margin-top: 142px;
  }
}
.mv-l::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .mv-l::before {
    height: 82.51953125vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-l::before {
    height: 340px;
  }
}
.mv-l-inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
@media screen and (min-width: 1024px) {
  .mv-l-inner {
    height: calc(100vh - 138px);
    max-height: 845px;
  }
}
@media screen and (max-width: 1023px) {
  .mv-l-inner {
    height: 82.51953125vw;
  }
}
@media screen and (max-width: 1064px) {
  .mv-l-inner {
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 768px) {
  .mv-l-inner {
    height: auto;
    width: calc(100vw - 40px);
    padding-top: 230px;
  }
}
.mv-l-header {
  position: relative;
  background: rgba(0,0,0,0.85);
  color: #fff;
  width: 450px;
  padding: 32px 32px 52px;
  position: absolute;
  top: calc(50% - 55px);
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .mv-l-header {
    width: 42.96875vw;
    padding: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-l-header {
    margin: 0 auto;
    width: 100%;
    position: static;
    height: auto;
    padding: 20px 20px 24px;
    transform: translateY(0);
  }
}
.mv-l-header-lead {
  font-size: clamp(20px, 2.34375vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .mv-l-header-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv-l-header-lead {
    font-size: 16px;
  }
}
.mv-l-header-title {
  font-size: clamp(18px, 1.7578125vw, 18px);
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .mv-l-header-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mv-l-header-title {
    font-size: 14px;
    margin-top: 16px;
  }
}
.mv-l-header-logo {
  display: block;
  margin-top: 15px;
  line-height: 1;
}
.mv-l-header-logo img {
  height: 36px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .mv-l-header-logo img {
    height: 3.90625vw;
    min-height: 28px;
  }
}
.mv-l-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  background: linear-gradient(135deg, #f07358 0%, #e39d22 100%);
}
@media screen and (max-width: 768px) {
  .mv-l-header::before {
    height: 4px;
    top: -4px;
  }
}
.mv-l-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  height: 278px;
  padding: 0 88px;
  position: absolute;
  bottom: -138px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .mv-l-body {
    background: #fff;
    box-shadow: 10px 10px 10px rgba(51,51,51,0.05);
  }
}
@media screen and (max-width: 1024px) {
  .mv-l-body {
    height: 27.1484375vw;
    padding: 0 8.59375vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-l-body {
    height: auto;
    padding: 0;
    position: static;
    margin-top: 40px;
  }
}
.mv-l-body-movie img,
.mv-l-body-image img {
  width: 352px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mv-l-body-movie img,
  .mv-l-body-image img {
    width: 34.375vw;
    min-width: 172px;
  }
}
.mv {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: 50%;
  height: 430px;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: 45.8984375vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: 260px;
  }
}
.mv-inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  padding-top: 145px;
}
@media screen and (max-width: 1064px) {
  .mv-inner {
    width: 100%;
    padding-top: 14.16015625vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-inner {
    padding-top: 100px;
    width: 100%;
  }
}
.mv-title {
  font-size: clamp(24px, 2.9296875vw, 30px);
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  background: rgba(0,0,0,0.85);
  padding: 24px;
  min-width: 172px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mv-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1065px) {
  .mv-title {
    min-width: 170px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .mv-title {
    padding: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .mv-title {
    padding: 24px;
  }
}
.mv-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  background: linear-gradient(135deg, #f07358 0%, #e39d22 100%);
}


/* common
   ========================================================================== */
   body {
    background-color: #F7F7F5;
    font-family: 'M PLUS 1p', sans-serif;

}

.section-title {
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    color: #00BFD3;
    font-weight: bold;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 3px;
    box-shadow: 0 10px 0px rgba(0, 191, 211, 1);
}

.list-title {
    font-size: 1.1rem;
    font-weight: bold;
}

/*                pageTop
======================================================= */

.page_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 450;
    display: none;
}

@media only screen and (max-width: 850px) {
    .page_top {
        bottom: 15px;
    }
}

.page_top a {
    display: block;
}

.page_top a img {
    width: 50px;
    height: 50px;
    opacity: .5;

}

@media only screen and (max-width: 850px) {
    .page_top {
        right: 10px;
    }

    .page_top img {
        width: 50px;
        height: 50px;
    }
}

/*                header
======================================================= */
@media only screen and (max-width: 768px) {
    header {
        position: relative
    }
}

header {
    width: 100%;
    transition: 0.5s;
    z-index: 1100
}

header {
    position: fixed;
    top: 10px;
}

.header-fixed header {
    position: fixed;
    left: 0;
    top: 0;
}

#header {   
    z-index: 500;
    /* 最初のspanをマイナス45度に */
}

@media only screen and (min-width: 769px) {
    .header-fixed header {
        top: 10px
    }
    #header {   
        width: 97%;
        margin: 0 auto;
    }
}

#header .bg_blue {
    background: rgba(0, 191, 211, 1);
    height: 50px;
    border-radius: 30px;
    padding: 5px;
    z-index: 100;
}

@media only screen and (max-width: 1300px) {
    #header .bg_blue {
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    header {
        top: 0;
    }

    #header .bg_blue {
        background: #FFFFFF;
        border-radius: 0%;
        padding: 0;
    }
}

#header .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    #header .flex {
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #header .flex {
        position: relative;
    }
}

#header .header_ttl {
    margin-right: auto;
    /* padding-bottom: 3px; */
    padding-left: 35px;
}

@media only screen and (max-width: 768px) {
    #header .header_ttl {
        left: 80px;
        top: 50%;
        padding-left: 20px;
        padding-bottom: 0;
    }
}

#header .header_ttl .logo img {
    width: 44px;
}

@media only screen and (max-width: 768px) {
    #header .header_ttl .logo img {
        width: auto;
        height: 16px;
    }
}

@media only screen and (max-width: 640px) {
    #header .header_ttl .logo img {
        height: 14px;
    }
}

@media only screen and (max-width: 350px) {
    #header .header_ttl .logo img {
        height: 12px;
    }
}

#header .header_ttl p {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    #header .header_ttl p {
        cursor: default;
    }
}

#header .header_ttl p .txt {
    font-weight: bold;
    padding-left: 4px;
    position: relative;
    top: 1px;
}

@media only screen and (max-width: 480px) {
    #header .header_ttl p .txt {
        font-size: 85.7%;
        padding-left: 2px;
    }
}

@media only screen and (min-width: 769px) {
    #header .header_ttl a:hover img {
        opacity: 1;
    }
}

#header #hd_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header #gnavi {
    padding-right: 35px;
}

@media only screen and (max-width: 900px) {
    #header #gnavi {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #header #gnavi {
        position: fixed;
        z-index: -1;
        /* top: 50px; */
        left: 0;
        background: rgb(0, 191, 211, 1);
        color: #fff;
        text-align: center;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        width: 101%;
        height: 100%;
        overflow-y: auto;
        padding-right: 0;
    }

    #header #gnavi.active {
        top: 50px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    #gnavi.panelactive {
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    #header #gnavi ul {
        width: 100%;
        padding: 0 0 100px 0;
        margin: 0 auto;
    }

    #header #gnavi ul.flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    #header #gnavi ul li {
        list-style-type: none;
        padding: 0;
        width: 90%;
        /* border-right: 1px #dbdbdb solid; */
        border-bottom: 1px #FFFFFF solid;
    }
}

#header #gnavi ul li a {
    color: #fff;
    font-size: 90.7%;
    padding: 12px 14px 14px;
}

@media only screen and (min-width: 769px) {
    #gnavi ul li:not(:last-child) {
        border-right: 1px solid #FFF;
        line-height: 18px;
    }
}

@media only screen and (max-width: 900px) {
    #header #gnavi ul li a {
        padding: 10px;
    }
}

@media only screen and (min-width: 1025px) {
    #header #gnavi ul li a:hover {
        color: #88dfff;
    }
}

@media only screen and (max-width: 768px) {
    #header #gnavi ul li a {
        display: block;
        color: #fff;
        font-size: 114.3%;
        text-align: left;
        height: auto;
        position: relative;
        padding: 20px 30px 20px 20px;
    }

    #header #gnavi ul li a:hover {
        background-color: #fff;
    }

    #header #gnavi ul li a:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: 3px solid #FFFFFF;
        border-right: 3px solid #FFFFFF;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 25px;
        top: 50%;
        right: 20px;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 640px) {
    #header #gnavi ul li a {
        font-size: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #header #gnavi ul li a {
        padding: 15px 30px 15px 20px;
    }

    #header #gnavi ul li a:before {
        font-size: 15px;
        right: 15px;
        margin-top: -11px;
    }
}

@media only screen and (max-width: 400px) {
    #header #gnavi ul li a {
        font-size: 85.7%;
    }
}

#header #sp_menu_btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    #header #sp_menu_btn {
        display: block;
        position: relative;
        /* top: 7px; */
        /* right: 20px; */
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 3;
        text-align: center;
        background: #00BFD3;
    }

    #header #sp_menu_btn span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 26px;
        border-bottom: solid 2px #eee;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 12px;
    }

    #header #sp_menu_btn span.border01 {
        top: 16px;
    }

    #header #sp_menu_btn span.border02 {
        top: 24px;
    }

    #header #sp_menu_btn span.border03 {
        top: 32px;
    }

    #header #sp_menu_btn.active span.border01 {
        top: 23px;
        left: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #header #sp_menu_btn.active span.border02,
    #header #sp_menu_btn.active span.border03 {
        top: 23px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/* Footer
   ========================================================================== */
   .footer {
    position: relative;
    background: #000;
}

.footer>* {
    color: #fff;
}

.footer>* a {
    color: #fff;
}

.footer-head {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .footer-head {
        align-items: baseline;
    }
}

.footer-logo {
    margin-top: 32px;
}

.footer-logo img {
    width: 220px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        margin-left: 5px;
    }

    .footer-logo a {
        display: block;
        text-align: center;
    }

    .footer-logo img {
        width: 40%;

    }
}

@media screen and (min-width: 769px) {
    .footer-contents {
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .footer-bottom {
        background: #000;
    }
}

@media screen and (min-width: 769px) {
    .footer-utility {
        padding: 20px 0 0;
        font-size: 12px;
    }

    .footer-utility a {
        font-size: .8rem;
        color: #DDDDDD;
    }
}

@media screen and (max-width: 768px) {
    .footer-utility {
        padding: 15px 0;
        margin: 0 15px;
        font-size: 10px;
    }

    .footer-utility a {
        font-size: .8rem;
        color: #DDDDDD;
    }
}

.footer-utility-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 768px;
    margin: auto;
    row-gap: 8px;
}

@media screen and (min-width: 769px) {
    .footer-utility-list {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 769px) {
    .footer-utility-link {
      margin: 0px 5px;
      padding: 0 10px;
        line-height: 1em;
    }

    .footer-utility-link:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }
}

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

    .footer-utility-list {
        width: auto;
        flex-direction: column;
        text-align: center;
    }

    .footer-utility-link {
        /* margin-right: 10px; */
        margin-bottom: 10px;
        line-height: 1;
    }
}

.footer-copy {
    color: #fff;
    font-size: 11px;
    padding: 20px 0;
}

.footer-copy-text {
    font-size: 11px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer-copy {
        padding-bottom: 10px;
    }

    .footer-copy-text {
        font-size: .6rem;
    }
}

.tel-nomber {
    font-size: 2rem;
    color: #00BFD3;
    display: inline-block;
    padding-left: 55px;
    position: relative;
}

.tel-nomber::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  height: 50%;
  background: url("/images/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}