@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  overflow: visible;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

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

:root {
  --sans: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  --font: var(--sans);
  --Oswald: "Oswald", var(--sans);
  --color: #000;
  --color-inverse: #fff;
  --color-accent: #f00;
  --color-assort: #0056a7;
  --header-height: 4.625rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 5.75rem;
  }
}
:root {
  --gap: 1rem;
  --gap-lg: 1.5rem;
  --padding-block: 2rem;
  --padding-section-sm: 1.875rem;
  --padding-section: 3.125rem;
  --padding-section-lg: 3.75rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --gap: 1.5rem;
    --gap-lg: 2rem;
    --padding-block: 2.5rem;
    --padding-section-sm: 3.125rem;
    --padding-section: 5rem;
    --padding-section-lg: 6.25rem;
  }
}
:root {
  --border-color: 1px solid #000;
  --border-assort: 1px solid #0056a7;
  --border-gray: 1px solid #c6c6c6;
  --border-gray-light: 1px solid #e2e2e2;
  --border-wh: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  :root {
    --border-assort: 2px solid #0056a7;
  }
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --duration: .3s;
  --easeTheme: var(--easeOutSine);
}

:root {
  --color-service: #0056A7;
}

[data-service=band] {
  --color-service: #009944;
  --color-servi-hoverce: #006E21;
}

[data-service=dance] {
  --color-service: #e60012;
  --color-servic-hovere: #cf0002;
}

[data-service=piano] {
  --color-service: #6d5448;
  --color-servic-hovere: #483229;
}

[data-service=a-cappella] {
  --color-service: #00a0e9;
  --color-service-hover: #0064d5;
}

[data-service=recording] {
  --color-service: #822532;
  --color-service-hover: #34040A;
}

.is-section-dark,
.is-nav-open {
  color: var(--color);
  --color: #fff;
}

/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph, .p-privacy-block p, .p-privacy-block ul, .p-privacy-block ol, .p-studio-block__desc {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-paragraph, .p-privacy-block p, .p-privacy-block ul, .p-privacy-block ol, .p-studio-block__desc {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
.c-btn-angle, .c-btn-border-arrow__angle, .c-btn-round-arrow__angle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4375rem;
  height: 1rem;
  border-radius: 6.25rem;
  background: #fff;
  border: var(--border-assort);
  border-color: var(--color-service);
}
.c-btn-angle svg, .c-btn-border-arrow__angle svg, .c-btn-round-arrow__angle svg {
  stroke: var(--color-service);
  width: 0.75rem;
  height: auto;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
a:hover .c-btn-angle, a:hover .c-btn-border-arrow__angle, a:hover .c-btn-round-arrow__angle, button:hover .c-btn-angle, button:hover .c-btn-border-arrow__angle, button:hover .c-btn-round-arrow__angle, .c-btn-angle:hover, .c-btn-border-arrow__angle:hover, .c-btn-round-arrow__angle:hover {
  background: var(--color-service);
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
a:hover .c-btn-angle svg, a:hover .c-btn-border-arrow__angle svg, a:hover .c-btn-round-arrow__angle svg, button:hover .c-btn-angle svg, button:hover .c-btn-border-arrow__angle svg, button:hover .c-btn-round-arrow__angle svg, .c-btn-angle:hover svg, .c-btn-border-arrow__angle:hover svg, .c-btn-round-arrow__angle:hover svg {
  stroke: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn-angle, .c-btn-border-arrow__angle, .c-btn-round-arrow__angle {
    width: 2.125rem;
    height: 1.4375rem;
  }
  .c-btn-angle svg, .c-btn-border-arrow__angle svg, .c-btn-round-arrow__angle svg {
    width: 1rem;
  }
}

.c-btn-angle--dark, .c-btn-border-arrow__angle, .c-btn-round-arrow--dark .c-btn-round-arrow__angle {
  background: #0056a7;
}
.c-btn-angle--dark svg, .c-btn-border-arrow__angle svg, .c-btn-round-arrow--dark .c-btn-round-arrow__angle svg {
  stroke: #fff;
}
a:hover .c-btn-angle--dark, a:hover .c-btn-border-arrow__angle, a:hover .c-btn-round-arrow--dark .c-btn-round-arrow__angle, .c-btn-round-arrow--dark a:hover .c-btn-round-arrow__angle, button:hover .c-btn-angle--dark, button:hover .c-btn-border-arrow__angle, button:hover .c-btn-round-arrow--dark .c-btn-round-arrow__angle, .c-btn-round-arrow--dark button:hover .c-btn-round-arrow__angle, .c-btn-angle--dark:hover, .c-btn-border-arrow__angle:hover, .c-btn-round-arrow--dark .c-btn-round-arrow__angle:hover {
  background: #fff;
}
a:hover .c-btn-angle--dark svg, a:hover .c-btn-border-arrow__angle svg, a:hover .c-btn-round-arrow--dark .c-btn-round-arrow__angle svg, .c-btn-round-arrow--dark a:hover .c-btn-round-arrow__angle svg, button:hover .c-btn-angle--dark svg, button:hover .c-btn-border-arrow__angle svg, button:hover .c-btn-round-arrow--dark .c-btn-round-arrow__angle svg, .c-btn-round-arrow--dark button:hover .c-btn-round-arrow__angle svg, .c-btn-angle--dark:hover svg, .c-btn-border-arrow__angle:hover svg, .c-btn-round-arrow--dark .c-btn-round-arrow__angle:hover svg {
  stroke: #0056a7;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.25rem;
  height: 2.625rem;
  border-radius: 1.3125rem;
  background: #000;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  border: 0.125rem solid #000;
}
.c-btn-round:hover {
  background: #fff;
  color: #000;
}

.c-btn-round__en {
  font-family: var(--Oswald);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-round-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0 1.25rem 0 1.875rem;
  width: 100%;
  height: 3.125rem;
  border-radius: 6.25rem;
  color: #fff;
  border: var(--border-assort);
  border-color: var(--color-service);
  background: var(--color-service);
  font-weight: bold;
  font-family: var(--Oswald);
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  max-width: 100%;
}
.c-btn-round-arrow:hover {
  background: #fff;
  color: var(--color-service);
}
@media screen and (min-width: 1024px) {
  .c-btn-round-arrow {
    width: 13.125rem;
    height: 3.75rem;
    font-size: 1rem;
  }
}

.c-btn-round-arrow__txt {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
a:hover .c-btn-round-arrow__txt {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.c-btn-round-arrow__en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-family: var(--Oswald);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
a:hover .c-btn-round-arrow__en {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.c-btn-round-arrow__en .sub {
  font-size: 0.66em;
  letter-spacing: 0;
}

.c-btn-round-arrow__ja {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-weight: bold;
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
  letter-spacing: 0;
}
a:hover .c-btn-round-arrow__ja {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.c-btn-round-arrow__angle {
  margin-left: auto;
}

.c-btn-round-arrow--dark {
  background: #fff;
  color: #0056A7;
}
.c-btn-round-arrow--dark:hover {
  background: #0056a7;
  color: #fff;
}

.c-btn-round-arrow--drawer {
  width: 9.25rem;
  height: 3.75rem;
  font-size: 1rem;
  letter-spacing: 0;
}

.c-btn-round-arrow--contact {
  width: 25.375rem;
  height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.25rem;
}
.c-btn-round-arrow--contact .c-btn-round-arrow__angle {
  width: 3.0625rem;
  height: 2.0625rem;
  border-radius: 2.25rem;
}
.c-btn-round-arrow--contact .c-btn-round-arrow__angle svg {
  width: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-round-arrow--contact {
    height: 6.5rem;
    border-radius: 3.25rem;
    font-size: 1.875rem;
  }
}

.c-btn-round-arrow--fluid {
  width: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-border-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.25rem;
  gap: 0.5rem;
  font-size: 1.25rem;
  position: relative;
  color: #0056a7;
}
.c-btn-border-arrow:before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
  pointer-events: none;
  background: #0056a7;
}
@media screen and (min-width: 1024px) {
  .c-btn-border-arrow {
    font-size: 1.75rem;
  }
  .c-btn-border-arrow:before {
    width: 0.25rem;
    height: 1.75rem;
  }
}

.c-btn-border-arrow__txt {
  font-weight: bold;
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.c-btn-border-arrow__txt small {
  font-size: 60%;
}
a:hover .c-btn-border-arrow__txt {
  color: #000;
}
.c-btn-border-arrow__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-btn-border-arrow__more span {
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.c-btn-border-arrow--sm {
  font-size: 1rem;
}
.c-btn-border-arrow--sm:before {
  width: 1px;
  height: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-border-arrow--sm {
    font-size: 1.125rem;
  }
  .c-btn-border-arrow--sm:before {
    width: 0.125rem;
    height: 1.25rem;
  }
}
.c-btn-border-arrow--sm .c-btn-border-arrow__angle {
  background: none;
  border: none;
}

.c-btn-border-arrow--drawer {
  color: #fff;
}
.c-btn-border-arrow--drawer:before {
  background: #fff;
}
.c-btn-border-arrow--drawer .c-btn-border-arrow__angle {
  background: #fff;
  border: none;
}
.c-btn-border-arrow--drawer .c-btn-border-arrow__angle svg {
  stroke: #0056a7;
}
.c-btn-border-arrow--drawer.c-btn-border-arrow--sm .c-btn-border-arrow__angle {
  background: none;
}
.c-btn-border-arrow--drawer.c-btn-border-arrow--sm .c-btn-border-arrow__angle svg {
  stroke: #fff;
}
a:hover .c-btn-border-arrow--drawer .c-btn-border-arrow__txt, button:hover .c-btn-border-arrow--drawer .c-btn-border-arrow__txt, .c-btn-border-arrow--drawer:hover .c-btn-border-arrow__txt {
  color: #0056a7;
}
a:hover .c-btn-border-arrow--drawer .c-btn-border-arrow__angle, button:hover .c-btn-border-arrow--drawer .c-btn-border-arrow__angle, .c-btn-border-arrow--drawer:hover .c-btn-border-arrow__angle {
  background: #0056a7;
}
a:hover .c-btn-border-arrow--drawer .c-btn-border-arrow__angle svg, button:hover .c-btn-border-arrow--drawer .c-btn-border-arrow__angle svg, .c-btn-border-arrow--drawer:hover .c-btn-border-arrow__angle svg {
  stroke: #fff;
}
a:hover .c-btn-border-arrow--drawer.c-btn-border-arrow--sm .c-btn-border-arrow__angle, button:hover .c-btn-border-arrow--drawer.c-btn-border-arrow--sm .c-btn-border-arrow__angle, .c-btn-border-arrow--drawer.c-btn-border-arrow--sm:hover .c-btn-border-arrow__angle {
  background: none;
}
a:hover .c-btn-border-arrow--drawer.c-btn-border-arrow--sm .c-btn-border-arrow__angle svg, button:hover .c-btn-border-arrow--drawer.c-btn-border-arrow--sm .c-btn-border-arrow__angle svg, .c-btn-border-arrow--drawer.c-btn-border-arrow--sm:hover .c-btn-border-arrow__angle svg {
  stroke: #0056a7;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-ctrl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100%;
  border: var(--border-assort);
  background: #fff;
}
.c-btn-ctrl svg {
  width: 50%;
  height: auto;
  stroke: var(--color-assort);
}
.c-btn-ctrl:hover {
  background: var(--color-assort);
}
.c-btn-ctrl:hover svg {
  stroke: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn-ctrl {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.c-btn-ctrl--back {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-menu {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: relative;
}
.c-btn-menu span {
  display: block;
  position: absolute;
  height: 0;
  width: 1.25rem;
  border-top: var(--border-gray-light);
  left: calc(50% - 0.625rem);
  -webkit-transition: top 0.35s var(--easeTheme), -webkit-transform 0s var(--easeTheme);
  transition: top 0.35s var(--easeTheme), -webkit-transform 0s var(--easeTheme);
  transition: top 0.35s var(--easeTheme), transform 0s var(--easeTheme);
  transition: top 0.35s var(--easeTheme), transform 0s var(--easeTheme), -webkit-transform 0s var(--easeTheme);
}
.c-btn-menu span:nth-child(1) {
  top: calc(50% - 0.375rem);
}
.c-btn-menu span:nth-child(3) {
  top: calc(50% + 0.375rem);
}
.c-btn-menu.is-nav-open span {
  -webkit-transition: top 0.2s var(--easeTheme), -webkit-transform 0.3s 0.2s var(--easeTheme);
  transition: top 0.2s var(--easeTheme), -webkit-transform 0.3s 0.2s var(--easeTheme);
  transition: top 0.2s var(--easeTheme), transform 0.3s 0.2s var(--easeTheme);
  transition: top 0.2s var(--easeTheme), transform 0.3s 0.2s var(--easeTheme), -webkit-transform 0.3s 0.2s var(--easeTheme);
}
.c-btn-menu.is-nav-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-30deg);
          transform: scale(-1, -1) rotate(-30deg);
}
.c-btn-menu.is-nav-open span:nth-child(2) {
  width: 0;
}
.c-btn-menu.is-nav-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(30deg);
          transform: scale(-1, -1) rotate(30deg);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-header-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.25rem;
  height: 2.625rem;
  border-radius: 6.25rem;
  border: 1px solid #0056a7;
  background: #fff;
  color: #0056a7;
}
.c-btn-header-cta span:nth-child(1) {
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 0.9;
}
.c-btn-header-cta span:nth-child(2) {
  font-weight: bold;
  font-size: 0.75rem;
}
.c-btn-header-cta:hover {
  background: #0056a7;
  color: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-recruit__link {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .c-btn-recruit__link {
    border-radius: 1rem;
  }
}

.c-btn-recruit__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-btn-recruit__wrap {
    padding: 1.5rem 2.5rem;
  }
}

.c-btn-recruit__label {
  padding: 0.25rem 0.625rem;
  margin-bottom: 0.5rem;
  background: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .c-btn-recruit__label {
    padding: 0.375rem 1rem;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}

.c-btn-recruit__sub {
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn-recruit__sub {
    font-size: 1.25rem;
  }
}

.c-btn-recruit__title {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-btn-recruit__title {
    font-size: 2rem;
  }
}

.c-btn-recruit__ico {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.c-btn-recruit__ico svg {
  width: 2.625rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .c-btn-recruit__ico {
    right: 1.875rem;
    bottom: 1.875rem;
  }
  .c-btn-recruit__ico svg {
    width: 4.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: var(--color);
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
}

input[type=submit],
button {
  cursor: pointer;
  border: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1.1713030747vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 22.4890190337px;
  }
}

body {
  font-family: var(--font);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
}

.serif {
  font-family: var(--serif);
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}

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

@media screen and (max-width: 640px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
button,
a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
button svg,
button i,
a svg,
a i {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
button,
a {
  cursor: pointer;
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 16vw;
    padding-right: 16vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 9.7364568082vw;
    padding-right: 9.7364568082vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 186.9399707174px;
    padding-right: 186.9399707174px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .l-container--lg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
body {
  position: relative;
}
.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-body-wrap {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  height: var(--header-height);
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
  background: #0056a7;
}
body:not(.is-scrolled) .l-header {
  background: transparent;
}
.is-nav-open .l-header {
  background: #0056a7 !important;
}
.l-header-logo {
  position: absolute;
  z-index: 5;
  left: 0.9375rem;
  top: 1.375rem;
  width: 9.875rem;
}
.l-header-logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
.l-header-logo img:nth-child(1) {
  opacity: 1;
}
.l-header-logo img:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    width: 14.375rem;
    left: 1.875rem;
    top: 1.75rem;
  }
}

.l-header-nav {
  position: absolute;
  right: 5.125rem;
  top: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-menu.l-header-menu {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .l-header-menu.l-header-menu {
    right: 1.875rem;
    top: 1.5625rem;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  width: 100%;
  position: fixed;
  inset: var(--header-height) 0 0;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.is-nav-open .l-header-drawer {
  opacity: 1;
  pointer-events: auto;
}

.l-header-drawer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
/*----------------------------------------------------
	main
----------------------------------------------------*/
.l-main__footer {
  position: relative;
  background: #fff;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 3.75rem 0;
  background: #000;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 5rem 0;
  }
}

.l-footer__wrap {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrap {
        grid-template-areas: "nav nav" "copy bnr";
    gap: 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer-nav {
    grid-area: nav;
  }
}

.l-footer-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-area: bnr;
    margin-left: auto;
  }
  .l-footer-bnr img {
    width: 21.875rem;
  }
}

.l-footer-copyright {
  font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
  .l-footer-copyright {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer-copyright {
    align-self: flex-end;
    grid-area: copy;
  }
}
@media screen and (min-width: 1024px){
  .l-footer-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .l-footer-bnr {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-footer-copyright {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-top__fixed {
  position: relative;
}

.p-top__wrap {
  position: relative;
  background: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  position: relative;
}
.p-top-mv__bg {
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100vh;
}
.is-footer-show .p-top-mv__bg {
  opacity: 0;
}
.p-top-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__wrap {
    height: 100vh;
  }
}

.p-top-mv__gallery .swiper {
  overflow: initial;
}
@media screen and (max-width: 640px) {
  .p-top-mv__gallery img {
    aspect-ratio: 690/1376;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 641px) {
  .p-top-mv__gallery .swiper-slide {
    padding: 0 1.375rem;
  }
}

.p-top-mv__type {
  width: 20rem;
  position: relative;
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.p-top-mv__type svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__type {
    width: 48.875rem;
    font-size: 5.625rem;
    line-height: 1.5111111111;
  }
}

.p-top-mv__type2 {
  position: relative;
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.52;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__type2 {
    font-size: 3.125rem;
  }
}

.p-top-mv__scroll {
  position: fixed;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.2s var(--easeTheme);
  transition: 0.2s var(--easeTheme);
}
.is-scrolled .p-top-mv__scroll {
  opacity: 0;
}
.p-top-mv__scroll i {
  position: relative;
  width: 0.125rem;
  height: 2.25rem;
  background: #fff;
}
.p-top-mv__scroll i:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background: #fff;
  position: absolute;
  left: -0.125rem;
  bottom: 0;
  pointer-events: none;
  -webkit-animation: topMvScroll 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: topMvScroll 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@-webkit-keyframes topMvScroll {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  5% {
    opacity: 1;
    bottom: 100%;
  }
  50% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes topMvScroll {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  5% {
    opacity: 1;
    bottom: 100%;
  }
  50% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
.p-top-mv__copy {
  position: fixed;
  z-index: 200;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 0.375rem;
  top: calc(50% + 3.125rem);
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 0.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #0056A7;
}
.is-header-dark .p-top-mv__copy {
  color: #fff;
}
.p-top-mv__copy span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__copy {
    left: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-about {
  position: relative;
  padding: var(--padding-section) 0 var(--padding-section-lg);
  overflow: hidden;
}
.p-top-about:after {
  content: "";
  display: block;
  width: 100%;
  height: 12.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 86, 167, 0)), color-stop(80%, #fff));
  background: linear-gradient(rgba(0, 86, 167, 0) 30%, #fff 80%);
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-top-about:after {
    height: 25rem;
  }
}

.p-top-about__wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__wrap {
    gap: 2.5rem;
  }
}

.p-top-about__catch {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5789473684;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-about__catch {
    font-size: 2.375rem;
  }
}

.p-top-about__desc {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-about__desc {
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
}

.p-top-about__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
}

.p-top-about-gallery {
  position: relative;
  z-index: 5;
  padding-top: var(--padding-section);
}

.p-top-about-gallery__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-about-gallery__type figure {
  width: 62.5rem;
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-about-gallery__type svg {
  width: 100%;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-top-about-gallery__type figure {
    width: 100.325625rem;
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-about-gallery__pic {
    width: 72rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about-gallery__pic {
    margin-top: -3.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-news {
  padding: var(--padding-section-lg) 0;
  overflow: hidden;
}
.p-top-news__list {
  margin-top: var(--padding-section-sm);
}
.p-top-news__list .swiper {
  overflow: initial;
}
.p-top-news__list .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-top-news__list .swiper-slide {
  height: auto;
}
.p-top-news__list .swiper-slide > * {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-news__list .swiper {
    width: 21.75rem;
    margin: 0;
  }
}

.p-top-news__listFooter {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-news__listFooter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-news__listIndicator {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.15);
}
.p-top-news__listIndicator .swiper-pagination-progressbar {
  background: #e6e6e6;
}
.p-top-news__listIndicator .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0056a7;
}
.p-top-news__listCtrl {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-studio {
  padding: var(--padding-section) 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0056a7), color-stop(60.1%, #f2f6fa), to(#fff));
  background: linear-gradient(#0056a7 0%, #f2f6fa 60.1%, #fff 100%);
}
.p-top-studio__wrap {
  margin-top: var(--padding-section-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-studio__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.p-top-studio-blockA__pic {
  position: relative;
  margin-right: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__pic {
    margin-right: 2.25rem;
  }
}

.p-top-studio-blockA__wrap {
  margin-top: -5rem;
  margin-left: 1.25rem;
  position: relative;
  padding: 1rem 1.25rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__wrap {
    margin-top: -10.625rem;
    margin-left: 3.75rem;
    padding: 1.5rem 1.875rem;
  }
}

.p-top-studio-blockA__type {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 0.9em;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__type {
    font-size: 5.5rem;
  }
}

.p-top-studio-blockA__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-studio-blockA__title {
  position: relative;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.6363636364;
  color: var(--color-service);
  font-weight: bold;
}
.p-top-studio-blockA__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: var(--color-service);
}
@media screen and (max-width: 1023px) {
  .p-top-studio-blockA__title:before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__title {
    font-size: 1.375rem;
  }
}

.p-top-studio-blockA__logo img {
  height: 2.625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__logo img {
    height: 2.875rem;
  }
}

.p-top-studio-blockA__body {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-top-studio-blockA__catch {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--color-service);
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__catch {
    font-size: 1.75rem;
  }
}

.p-top-studio-blockA__more {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-studio-blockA__more {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockA__more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-studio__wrap2 {
  margin-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-studio__wrap2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-top-studio-blockB {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-studio-blockB__pic {
  position: relative;
}
.p-top-studio-blockB__type {
  position: absolute;
  right: 0.8em;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 2.375rem;
  line-height: 0.9;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockB__type {
    font-size: 3.125rem;
  }
}

.p-top-studio-blockB__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 1rem 1rem 0.25rem;
}
.p-top-studio-blockB__logo img {
  height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockB__logo img {
    height: 2.875rem;
  }
}

.p-top-studio-blockB__wrap {
  padding: 1rem 1.25rem;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockB__wrap {
    padding: 1.5rem 1.875rem;
  }
}

.p-top-studio-blockB__title {
  position: relative;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.6363636364;
  color: var(--color-service);
  font-weight: bold;
}
.p-top-studio-blockB__title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: var(--color-service);
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockB__title {
    font-size: 1.375rem;
  }
}

.p-top-studio-blockB__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  margin-top: 0.75rem;
}
.p-top-studio-blockB__catch {
  font-size: 1.125rem;
  line-height: 1.6363636364;
  color: var(--color-service);
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-top-studio-blockB__catch {
    font-size: 1.375rem;
  }
}

.p-top-studio-blockB__more {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-studio-blockB__more {
    width: 100%;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-other {
  padding: var(--padding-section-lg) 0;
}
.p-top-other__wrap {
  margin-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-other__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}

.p-top-other-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-other-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 16.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-other-item__wrap {
    height: 24.125rem;
  }
}

.p-top-other-item__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-top-other-item__bg img {
  width: 100%;
}
.p-top-other-item__bg img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top-other-item__bg img:nth-child(1) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-other-item__content {
  position: relative;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-other-item__content {
    padding: 2.5rem;
  }
}

.p-top-other-item__title {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .p-top-other-item__title {
    font-size: 2.875rem;
  }
}

.p-top-other-item__desc {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-other-item__desc {
    font-size: 1.375rem;
  }
}

.p-top-other-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-top-other-item__link a {
    width: 12.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-other-item__link {
    gap: 1.25rem;
  }
}

.p-top-other-sound {
  margin-top: var(--padding-section-sm);
}
.p-top-other-sound__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-top-other-sound__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-other-sound__bg {
  position: relative;
}
.p-top-other-sound__bg img {
  width: 100%;
}
.p-top-other-sound__bg img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-other-sound__bg {
    width: 35.625rem;
  }
}

.p-top-other-sound__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  padding: 1.25rem;
  border: 0.125rem solid #0056a7;
}
@media screen and (max-width: 1023px) {
  .p-top-other-sound__content {
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-other-sound__content {
    padding: 2.5rem 3.375rem;
    border-left: none;
  }
}

.p-top-other-sound__title {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .p-top-other-sound__title {
    font-size: 2.375rem;
  }
}

.p-top-other-sound__desc {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-other-sound__desc {
    font-size: 1.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-group {
  padding: var(--padding-section) 0;
  background: #0056a7;
}
.p-top-group__wrap {
  margin-top: var(--padding-section-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-group__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.p-top-group-block__head {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-group-block__head {
    padding-top: 1.25rem;
    border-top: 0.125rem solid #c6c6c6;
  }
  .p-top-group-block__head:before {
    content: "";
    display: block;
    width: 11.875rem;
    height: 0.125rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: -0.125rem;
    pointer-events: none;
  }
}

.p-top-group-block__body {
  margin-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-group-block__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top-group-block__body > div {
    width: 25.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-company {
  padding: var(--padding-section-lg) 0;
}
@media screen and (min-width: 1024px) {
  .p-top-company__head {
    margin-top: 6.75rem;
  }
}

.p-top-company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap-lg);
}
@media screen and (min-width: 1024px) {
  .p-top-company__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-company__content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-company__content {
    width: 28.5625rem;
  }
}

.p-top-company__nav {
  background: #fff;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-company__nav {
    padding: 1.5rem 2.5rem 1.5rem 0;
    gap: 1rem;
  }
}

.p-top-company__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-company__pic {
    margin: -13.75rem 0 0 -6rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-location-block__wrap {
  padding: var(--padding-section-sm) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-location-block__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-location-block__wrap:not(:first-child) {
  border-top: var(--border-gray);
}

.p-location-block:not(:first-child) > .p-location-block__wrap:first-child {
  border-top: var(--border-gray);
}

@media screen and (min-width: 1024px) {
  .p-location-block__head {
    width: 27rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-location-block__body {
  margin-top: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-location-block__body {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 2.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-location-item {
  padding: 0 0 1.25rem;
  border-bottom: var(--border-gray);
}
.p-location-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .p-location-item {
    padding: 0 0 1.625rem;
    border-bottom: var(--border-gray);
  }
  .p-location-item:nth-child(2n+1):nth-last-child(-n+2), .p-location-item:nth-child(2n+1):nth-last-child(-n+2) ~ .p-location-item {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-location-item--single {
  padding-left: 1.125rem;
  position: relative;
}
.p-location-item--single:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.625rem;
  pointer-events: none;
  background: #fff;
  border: 0.1875rem solid var(--color-service);
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-location-item--single {
    padding-left: 1.375rem;
  }
  .p-location-item--single:before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-location-item__title {
  margin-bottom: 0.75rem;
}
.p-location-item__title a {
  text-decoration: underline;
}
.p-location-item__title a:hover {
  text-decoration: none;
}

.p-location-item__info {
  font-size: 0.875rem;
  line-height: 1.625;
}
@media screen and (min-width: 1024px) {
  .p-location-item__info {
    font-size: 1rem;
  }
}

.p-location-item__action {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-location-item__action {
    margin-top: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-studio-about {
  padding: var(--padding-section) 0;
}
.p-studio-about__head {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5789473684;
  text-align: center;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .p-studio-about__head {
    font-size: 2.375rem;
  }
}

.p-studio-about__headLabel {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #fff;
}
.p-studio-about__headLabel span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--color-service);
  padding: 0 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-studio-about__headLabel {
    margin-bottom: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-studio-about__headLabel span {
    padding: 0 0.5rem;
  }
}

.p-studio-about__desc {
  margin-top: var(--padding-block);
  font-size: 1rem;
  line-height: 2.1111111111;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-studio-about__desc {
    font-size: 1.125rem;
  }
}

.p-studio-about__link {
  margin-top: var(--padding-section-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-studio-about__link a {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-studio-about__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-studio-about__link li {
    width: 19.375rem;
  }
}

.p-studio-about__service {
  margin-top: var(--padding-section-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.p-studio-about__service li {
  width: 8.875rem;
}
.p-studio-about__service a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  border-radius: 0.375rem;
  background: #fff;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .p-studio-about__service li {
    width: 19.375rem;
  }
  .p-studio-about__service a {
    padding: 1.25rem 2.375rem;
  }
}

.p-studio-about__gallery {
  margin-top: var(--padding-section);
  overflow: hidden;
  position: relative;
}
.p-studio-about__galleryType {
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 5.625rem;
  line-height: 0.9;
  color: #0056a7;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 5rem;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-studio-about__galleryType {
    font-size: 9.25rem;
  }
}

.p-studio-about__galleryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-studio-about__galleryWrap figure {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  padding: 0 1.25rem;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .p-studio-about__galleryWrap figure {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
}
.p-studio-about__galleryWrap img {
  height: 11.25rem;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-studio-about__galleryWrap img {
    height: 21.4375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-studio-block {
  position: relative;
  scroll-margin-top: var(--header-height);
  padding: var(--padding-section) 0;
  background: var(--color-service);
  overflow: hidden;
}
.p-studio-block__type {
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 5.625rem;
  line-height: 0.9;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-studio-block__type {
    font-size: 9.25rem;
  }
}

.p-studio-block__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-studio-block__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-studio-block__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 1.25rem 1.25rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
@media screen and (min-width: 1024px) {
  .p-studio-block__content {
    margin: 6.25rem 0 0 -4.5rem;
    padding: 2.5rem 2.5rem;
  }
}

.p-studio-block__type2 {
  position: absolute;
  right: 0;
  top: -2.25rem;
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 0.9;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .p-studio-block__type2 {
    top: -4.875rem;
    font-size: 5.5rem;
  }
}

.p-studio-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-studio-block__title {
  position: relative;
  padding-left: 1.125rem;
  font-weight: bold;
  font-size: 1rem;
  color: var(--color-service);
}
.p-studio-block__title:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0.625rem;
  left: 0;
  pointer-events: none;
  border-radius: 100%;
  background: var(--color-service);
}
@media screen and (min-width: 1024px) {
  .p-studio-block__title {
    font-size: 1.375rem;
    letter-spacing: 0.15em;
  }
  .p-studio-block__title:before {
    top: 0.75rem;
  }
}

.p-studio-block__logo {
  width: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-studio-block__logo {
    width: 11.924375rem;
  }
}

.p-studio-block__copy {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5714285714;
  color: var(--color-service);
}
@media screen and (min-width: 1024px) {
  .p-studio-block__copy {
    font-size: 1.75rem;
  }
}

.p-studio-block__more {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-studio-block__more {
    gap: 2.375rem;
  }
  .p-studio-block__more a {
    width: 17.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-studio-block__pic {
    width: 30rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-hall-about {
  padding: var(--padding-section) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-hall-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.25rem;
  }
}

.p-hall-about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-hall-about__title {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.8888888889;
  color: #0056a7;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 0.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-hall-about__title {
    font-size: 2.25rem;
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 1024px) {
  .p-hall-about__pic {
    width: 34.375rem;
  }
}

.p-hall-block {
  scroll-margin-top: var(--header-height);
  padding: var(--padding-section) 0;
  background: #f2f2f2;
}
.p-hall-block--ueno {
  background: #fff;
}
.p-hall-block--ueno .p-hall-block__info tr:not(:first-child) {
  border-top: var(--border-gray);
}

.p-hall-block__pic {
  margin-top: var(--padding-block);
  position: relative;
  padding: 0 1.25rem 10rem 0;
}
@media screen and (min-width: 1024px) {
  .p-hall-block__pic {
    padding: 0 4rem 6.875rem 0;
  }
}

.p-hall-block__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
}
.p-hall-block__copy p {
  padding: 0.125rem 0.625rem 0;
  height: 2rem;
  background: #0056a7;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-hall-block__copy.sp-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .p-hall-block__copy {
    gap: 1.25rem;
  }
  .p-hall-block__copy.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-hall-block__copy p {
    padding: 0.125rem 1.25rem 0;
    height: 3.75rem;
    font-size: 2rem;
  }
}

.p-hall-block__wrap {
  margin-top: var(--padding-section-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-hall-block__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
  }
}

.p-hall-block__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-hall-block__info table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.625;
  text-align: left;
}
.p-hall-block__info tr:not(:first-child) {
  border-top: var(--border-wh);
}
.p-hall-block__info th {
  width: 6.25rem;
  font-weight: bold;
  color: #0056a7;
}
.p-hall-block__info th, .p-hall-block__info td {
  padding: 0.625rem 0;
}
@media screen and (min-width: 1024px) {
  .p-hall-block__info {
    margin-top: -1.25rem;
  }
  .p-hall-block__info table {
    font-size: 1rem;
  }
  .p-hall-block__info th {
    width: 7.5rem;
  }
  .p-hall-block__info th, .p-hall-block__info td {
    padding: 1.5rem 0;
  }
}

.p-hall-block__action {
  margin-top: var(--gap-lg);
}
.p-hall-block__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 501/310;
}
@media screen and (min-width: 1024px) {
  .p-hall-block__map {
    width: 31.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-company__wrap {
  padding: var(--padding-section) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-company__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .p-company__head {
    width: 23.5rem;
  }
}

.p-company__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company__body table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.875;
  text-align: left;
}
.p-company__body tr:not(:first-child) {
  border-top: var(--border-gray);
}
.p-company__body th, .p-company__body td {
  padding: 1.25rem 0;
}
.p-company__body th {
  width: 5rem;
  font-weight: bold;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .p-company__body {
    margin-top: -2.125rem;
  }
  .p-company__body table {
    font-size: 1rem;
  }
  .p-company__body th, .p-company__body td {
    padding: 2.125rem 0;
  }
  .p-company__body th {
    width: 13.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-history__wrap {
  padding: var(--padding-section) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-history__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-history__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-history__body table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.875;
  text-align: left;
}
.p-history__body tr:not(:first-child) {
  border-top: var(--border-gray);
}
.p-history__body th, .p-history__body td {
  padding: 1.25rem 0;
}
.p-history__body th {
  width: 5rem;
  font-weight: bold;
  color: var(--color-assort);
}
.p-history__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-history__body li {
  position: relative;
  padding-left: 1em;
}
.p-history__body li:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  left: 0;
  top: 0.6em;
  pointer-events: none;
  background: var(--color-assort);
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .p-history__body {
    width: 48.25rem;
    margin-top: -1.875rem;
  }
  .p-history__body table {
    font-size: 1rem;
  }
  .p-history__body th, .p-history__body td {
    padding: 1.625rem 0;
  }
  .p-history__body th {
    width: 9.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-recruit__blocks {
  padding: var(--padding-section) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-company__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-bottom: var(--padding-section-sm);
}
.p-recruit-company__head img {
  width: 12.5rem;
}
.p-recruit-company__head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: bold;
  font-size: 1rem;
  color: #0056a7;
}
.p-recruit-company__head span:before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0;
  pointer-events: none;
  border-top: var(--border-assort);
}
@media screen and (min-width: 1024px) {
  .p-recruit-company__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
  .p-recruit-company__head img {
    width: 17.5rem;
  }
  .p-recruit-company__head span {
    font-size: 1.75rem;
    letter-spacing: 0.15em;
    gap: 1.875rem;
  }
  .p-recruit-company__head span:before {
    width: 1.875rem;
  }
}

.p-recruit-company-block {
  border-top: var(--border-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-recruit-company-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-recruit-company-block__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: var(--gap-lg);
}
@media screen and (min-width: 1024px) {
  .p-recruit-company-block__areas {
    width: 44.0625rem;
  }
}

.p-recruit-company-block__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  padding-top: var(--gap-lg);
  padding-bottom: var(--gap-lg);
}
.p-recruit-company-block__area:not(:first-child) {
  border-top: var(--border-gray);
}
.p-recruit-company-block__actions {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-company-block__actions {
    gap: 1.375rem;
  }
  .p-recruit-company-block__actions a {
    max-width: 28.75rem;
  }
  .p-recruit-company-block__actions.col1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-recruit-company-block__actions.col2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .p-recruit-company-block__actions.col3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit-about {
  padding: var(--padding-section) 0;
  background: rgba(0, 0, 0, 0.05);
}
.p-recruit-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-recruit-about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-recruit-about__content {
    font-size: 1rem;
  }
}

.p-recruit-about__sub {
  font-weight: bold;
  font-size: 1rem;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .p-recruit-about__sub {
    font-size: 1.75rem;
  }
}

.p-recruit-about__title {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .p-recruit-about__title {
    font-size: 2.375rem;
  }
}

.p-recruit-about__desc {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-about__desc {
    width: 39.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-about__pic {
    width: 18.57rem;
  }
}

.p-recruit-about__bnr {
  margin-top: var(--padding-block);
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-about__bnr {
    -ms-grid-columns: 1fr 3.75rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-recruit__line {
  padding: var(--padding-section-lg) 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-recruit__line img {
    width: 66.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-section {
  position: relative;
  color: #0056a7;
  text-align: center;
}
.c-heading-section__title {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__title {
    font-size: 1.25rem;
  }
}

.c-heading-section__en {
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 3.125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__en {
    font-size: 4.375rem;
  }
}

.c-heading-section__type {
  position: absolute;
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 9.25rem;
  line-height: 0.9;
  color: rgba(0, 86, 167, 0.1);
  pointer-events: none;
  left: 0.9em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .c-heading-section__type {
    display: none;
  }
}

.c-heading-section__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.875rem;
  height: 2rem;
  border-radius: 6.25rem;
  background: #0056a7;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__label {
    height: 2.5rem;
    font-size: 1rem;
  }
}

.c-heading-section--wh {
  color: #fff;
}

.c-heading-section--left {
  text-align: left;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .c-heading-text {
    font-size: 2rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-bar, .p-event-item figcaption {
  padding-left: 0.9375rem;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  color: var(--color-service);
}
.c-heading-bar:before, .p-event-item figcaption:before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 90%;
  position: absolute;
  top: 8%;
  left: 0;
  pointer-events: none;
  background: var(--color-service);
}
@media screen and (min-width: 1024px) {
  .c-heading-bar, .p-event-item figcaption {
    padding-left: 1.125rem;
    font-size: 1.25rem;
  }
  .c-heading-bar:before, .p-event-item figcaption:before {
    width: 0.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-heading-bar--location {
    font-size: 1.75rem;
    letter-spacing: 0.15em;
  }
  .c-heading-bar--location:before {
    width: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-heading-bar--lg {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
  .c-heading-bar--lg:before {
    width: 0.25rem;
    height: 1.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-circle {
  padding-left: 1.125rem;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}
.c-heading-circle:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.625rem;
  pointer-events: none;
  background: #fff;
  border: 0.1875rem solid var(--color-service);
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .c-heading-circle {
    padding-left: 1.375rem;
    font-size: 1.25rem;
  }
  .c-heading-circle:before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.c-heading-drawer__en {
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 2.0625rem;
}
.c-heading-drawer__ja {
  font-weight: bold;
  font-size: 0.875rem;
}
.c-heading-drawer--lg .c-heading-drawer__en {
  font-size: 3.125rem;
}
.c-heading-drawer--lg .c-heading-drawer__ja {
  font-size: 1.25rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-event {
  padding: 0 0 var(--padding-section);
}
.p-event__lead {
  padding: var(--padding-section) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-event__lead h2 {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  color: #0056a7;
}
.p-event__lead p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9090909091;
}
@media screen and (min-width: 1024px) {
  .p-event__lead h2 {
    font-size: 2.375rem;
    letter-spacing: 0.15em;
    line-height: 2.0263157895;
  }
  .p-event__lead p {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.9090909091;
  }
}

.p-event__items {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-event__items {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.p-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-event-item {
    gap: 0.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-privacy {
  --gap-privacy: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-privacy {
    --gap-privacy: 1.5rem;
  }
}

.p-privacy__blocks {
  padding: var(--padding-section) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--padding-section-sm);
}
.p-privacy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap-privacy);
}
.p-privacy-block > ul > li {
  position: relative;
  padding-left: 1.125rem;
}
.p-privacy-block > ul > li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.625rem;
  pointer-events: none;
  background: #fff;
  border: 0.1875rem solid #0056a7;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .p-privacy-block > ul > li:before {
    top: 0.75rem;
  }
}

.p-privacy-block__item {
  position: relative;
  padding-left: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap-privacy);
}
.p-privacy-block__item:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: 0.625rem;
  pointer-events: none;
  background: #fff;
  border: 0.1875rem solid #0056a7;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .p-privacy-block__item:before {
    top: 0.75rem;
  }
}

.p-privacy-block__mark {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 1em 1em;
  background: #eaeaea;
}
span.p-privacy-block__mark {
  margin: 0.5em 0;
  padding: 0.5em 0.5em;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.375rem;
}
.cm-nav-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.375rem;
}
.cm-nav-header__nav li {
  position: relative;
}
.cm-nav-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.cm-nav-header__link i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
}
.cm-nav-header__link i:before, .cm-nav-header__link i:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 0;
  border-top: var(--border-color);
}
.cm-nav-header__link i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-header-dark .cm-nav-header__link i:before, .is-header-dark .cm-nav-header__link i:after {
  border-color: #fff;
}
.cm-nav-header__link:hover {
  color: #000;
}
.cm-nav-header__link:hover i:before, .cm-nav-header__link:hover i:after {
  border-color: #000;
}
.cm-nav-header__lv2 {
  position: absolute;
  top: calc(100% + 1rem);
  width: 16.875rem;
  background: #000;
  padding: 1.25rem;
}
.cm-nav-header__lv2 li + li {
  margin-top: 0.25rem;
}
.cm-nav-header__lv2:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.25rem;
  position: absolute;
  left: 2.625rem;
  bottom: 100%;
  pointer-events: none;
  background: #000;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.cm-nav-header__lv2 {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.cm-nav-header__lv2.is-active {
  opacity: 1;
  pointer-events: auto;
}
.cm-nav-header__sub {
  padding-left: 0.875rem;
  position: relative;
  font-weight: bold;
  font-size: 0.75rem;
  color: #fff;
}
.cm-nav-header__sub:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  left: 0;
  top: 0.375rem;
  pointer-events: none;
  background: #fff;
  border-radius: 100%;
}
.cm-nav-header__sub:hover {
  color: #0056A7;
}
.cm-nav-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - var(--header-height));
  background: #000;
  overflow: auto;
}
.cm-nav-drawer__wrap {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-drawer__wrap {
        grid-template-areas: "studio other main" "studio group main";
    gap: 2rem 6.875rem;
    -ms-grid-columns: 15rem 6.875rem 21.25rem 6.875rem auto;
    grid-template-columns: 15rem 21.25rem auto;
    -ms-grid-rows: auto 2rem 1fr;
    grid-template-rows: auto 1fr;
    padding: var(--header-height) 8.3125rem 2.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .cm-nav-drawer-studio .c-heading-drawer {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-drawer-studio {
    grid-area: studio;
  }
}

.cm-nav-drawer-studio__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.cm-nav-drawer-studio__list img {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.cm-nav-drawer-studio__list a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .cm-nav-drawer-studio__list {
    font-family: var(--Oswald);
    font-weight: 500;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .cm-nav-drawer-studio__list img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-drawer-studio__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
  .cm-nav-drawer-studio__list span {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .cm-nav-drawer-other {
    width: 15.8125rem;
    margin-inline: auto;
  }
  .cm-nav-drawer-other .c-heading-drawer {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-drawer-other {
    grid-area: other;
  }
}

.cm-nav-drawer-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-drawer-other__list {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-nav-drawer-cta {
    display: none;
  }
}

.cm-nav-drawer-cta__title {
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.cm-nav-drawer-cta__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.cm-nav-drawer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-drawer-main {
    grid-area: main;
  }
}

@media screen and (min-width: 1024px) {
  .cm-nav-drawer-group {
    grid-area: group;
  }
}

@media screen and (min-width: 1024px){
  .cm-nav-drawer-studio {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .cm-nav-drawer-other {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .cm-nav-drawer-main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .cm-nav-drawer-group {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.cm-nav-drawer-group__list {
  margin-top: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
.cm-nav-drawer-group__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  text-align: center;
}
.cm-nav-drawer-group__list a img {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.cm-nav-drawer-group__list a:hover img {
  opacity: 0.7;
}
.cm-nav-drawer-group__list span {
  margin-inline: -0.375rem;
  font-weight: bold;
  font-size: 0.75rem;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-footer a:hover {
  color: #0056A7;
}
.cm-nav-footer a:hover svg {
  stroke: #0056A7;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 6.875rem 1fr 6.875rem 1fr;
    grid-template-columns: auto 1fr 1fr;
    gap: 6.875rem;
  }
}

.cm-nav-footer-service {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cm-nav-footer-service:not(.official) {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: var(--border-gray-light);
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer-service.official {
    width: 25rem;
  }
  .cm-nav-footer-service:not(:first-child):before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: -3.4375rem;
    top: 0;
    pointer-events: none;
    border-left: var(--border-gray-light);
  }
}

.cm-nav-footer-service__head {
  padding-bottom: 1.25rem;
  border-bottom: 0.375rem solid #999;
  border-radius: 0.1875rem;
}
.is-current .cm-nav-footer-service__head {
  border-color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer-service__head img {
    max-height: 3.25rem;
  }
}

.cm-nav-footer-service__nav {
  margin-top: 0.75rem;
}
.cm-nav-footer-service__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer-service__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1.25rem auto;
    grid-template-columns: auto auto;
    gap: 1.25rem;
  }
}

.cm-nav-footer-service__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.cm-nav-footer-service__link span {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
.cm-nav-footer-service__link svg {
  width: 0.75rem;
  height: auto;
  stroke: #fff;
}
.cm-nav-footer-service__link:hover span {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-section-header {
  position: relative;
}
.cm-section-header__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cm-section-header__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cm-section-header__wrap {
  position: relative;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 1.875rem 1.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__wrap {
    padding: 2.5rem 3.75rem;
    height: 39.5314787701vw;
  }
}

.cm-section-header__title {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__title {
    font-size: 1.625rem;
  }
}

.cm-section-header__en {
  margin-top: 0.625rem;
  font-family: var(--Oswald);
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__en {
    margin-top: 1.25rem;
    font-size: 6.25rem;
  }
}

.cm-section-header__bc {
  position: absolute;
  right: 1.875rem;
  display: none;
  font-size: 0.875rem;
  text-align: right;
}
.cm-section-header__bc li + li:before {
  content: ">";
  margin-inline: 0.5em;
}
@media screen and (min-width: 1024px) {
  .cm-section-header__bc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 3.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-contact {
  margin: var(--padding-section-lg) 0;
  position: relative;
  overflow: hidden;
}
.cm-section-contact__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cm-section-contact__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact__bg {
    width: auto;
    left: 1.1111111111vw;
    right: 1.1111111111vw;
  }
}

.cm-section-contact__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem 0;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact__wrap {
    padding: 5rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 28.4040995608vw;
  }
}

.cm-section-contact__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cm-section-contact__en {
  font-family: var(--Oswald);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #fff;
}
.cm-section-contact__title {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}
.cm-section-contact__desc {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact__desc {
    margin-top: 1.875rem;
    width: 31.9375rem;
  }
}

.cm-section-contact__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-contact__cta {
    width: 25.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-section-recruit {
  position: relative;
  padding: var(--padding-section) 0;
  background: #0056a7;
}
.cm-section-recruit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .cm-section-recruit__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}

.cm-section-recruit__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.cm-section-recruit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap-lg);
}

.cm-section-recruit__pic {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .cm-section-recruit__pic {
    margin: -8.4375rem -5.8125rem -8.4375rem 0;
    width: 40.1875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-card-group__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-group__pic {
  position: relative;
  overflow: hidden;
}
.c-card-group__pic img {
  width: 100%;
}
.c-card-group__pic img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
.c-card-group__pic img:nth-child(1) {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
a:hover .c-card-group__pic img:nth-child(1) {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-card-group__head {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-card-group__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #0056a7;
}
.c-card-group__title:before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 1.25rem;
  background: #0056a7;
  position: absolute;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .c-card-group__title {
    font-size: 1.75rem;
  }
  .c-card-group__title:before {
    width: 0.25rem;
    height: 1.75rem;
  }
}

.c-card-group__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  color: #0056a7;
  text-transform: uppercase;
}
.c-card-group__more i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.125rem;
  height: 1.4375rem;
  border-radius: 0.71875rem;
  background: #0056a7;
  margin-left: auto;
  border: 0.125rem solid #0056a7;
}
.c-card-group__more i svg {
  stroke: #fff;
  width: 1rem;
  height: auto;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.c-card-group__more i {
  -webkit-transition: var(--duration) var(--easeTheme);
  transition: var(--duration) var(--easeTheme);
}
a:hover .c-card-group__more i {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
  background: #fff;
}
a:hover .c-card-group__more i svg {
  stroke: #0056a7;
}
@media screen and (min-width: 1024px) {
  .c-card-group__more {
    gap: 1rem;
    font-size: 1rem;
  }
}

.c-card-group__desc {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 2;
}
.is-section-dark .c-card-group__title {
  color: #fff;
}
.is-section-dark .c-card-group__title:before {
  background: #fff;
}
.is-section-dark .c-card-group__more {
  color: #fff;
}
.is-section-dark .c-card-group__more i {
  background: #fff;
  border: 0.125rem solid #fff;
}
.is-section-dark .c-card-group__more i svg {
  stroke: #0056a7;
}
a:hover .is-section-dark .c-card-group__more i {
  background: #0056a7;
}
a:hover .is-section-dark .c-card-group__more i svg {
  stroke: #fff;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-news-top {
  height: 100%;
}
.c-card-news-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  background: rgba(229, 238, 246, 0.5);
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .c-card-news-top__link {
    padding: 1.875rem;
  }
}

.c-card-news-top__title {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-card-news-top__title {
    font-size: 1rem;
  }
}

.c-card-news-top__meta {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card-news-top__service {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5625rem;
  padding: 0 1.25rem;
  border-radius: 6.25rem;
  background: var(--color-service);
  font-weight: bold;
  font-size: 0.625rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-card-news-top__service {
    height: 1.875rem;
    font-size: 0.875rem;
  }
}

.c-card-news-top__date {
  font-family: var(--Oswald);
  font-size: 0.75rem;
  color: #0056a7;
}
@media screen and (min-width: 1024px) {
  .c-card-news-top__date {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-center {
  text-align: center;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-only-pc {
    display: block !important;
  }
}

.u-color-accent {
  color: var(--color-accent);
}

.u-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-bottom: 6.25rem;
}
.u-template > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.u-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap);
}

.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.u-budoux {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.__loop {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__loop img {
  width: auto;
  max-width: none;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .__loop {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
  .__loop img {
    height: 32.875rem;
  }
}

@-webkit-keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes btnArrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(70%, 0, 0);
            transform: translate3d(70%, 0, 0);
  }
  30.1% {
    -webkit-transform: translate3d(-70%, 0, 0);
            transform: translate3d(-70%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes btnArrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(70%, 0, 0);
            transform: translate3d(70%, 0, 0);
  }
  30.1% {
    -webkit-transform: translate3d(-70%, 0, 0);
            transform: translate3d(-70%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}