@charset "UTF-8";
::-moz-selection {
  background-color: #46a1e0;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #46a1e0;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

* {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}
*::after, *::before {
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  line-height: 1;
  font-size: 62.5%;
}

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

ul[role=list],
ol[role=list] {
  list-style: none;
}

ol,
ul {
  padding: 0;
  margin: 0 0 0 1.4em;
}

body {
  background-color: #dbe000;
  color: #000000;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 2dvw;
}
@media screen and (min-width: 768px) {
  body {
    padding: 20px;
  }
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

small {
  font-size: 0.8em;
}

button {
  border: none;
  outline: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body,
input,
button,
textarea {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  color: #000000;
}

b,
strong {
  font-weight: 700;
}

header,
#footer-main > li > a,
footer > dl dd + dd,
h1,
h2,
h3,
time,
.btn,
main dt,
.list-directors,
.data .txt-lead,
.breadcrumb,
.sch .day,
.formTable,
.font-nimbus {
  font-family: nimbus-sans-condensed, nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
}

button,
.link-page figcaption,
.area-schedule figcaption,
.slide-person figcaption {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.list-tab-btn,
.list-policy li::before,
.copyright,
.btn-pagetop a,
time {
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.person > dl dt::after,
footer > dl dd + dd span,
#header-sub,
#header-main li ul {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
}

.portfolio-in li,
.area-info h3,
b,
strong {
  font-family: kinto-sans, sans-serif;
  font-weight: 700;
}

main {
  font-size: 1.6rem;
  margin: 0 auto;
  position: relative;
}

.breadcrumb,
.block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5dvw;
  padding-right: 5dvw;
}
@media screen and (min-width: 601px) {
  .breadcrumb,
  .block {
    padding-right: 3dvw;
    padding-left: 3dvw;
  }
}
@media screen and (min-width: 1401px) {
  .breadcrumb,
  .block {
    padding-right: 0;
    padding-left: 0;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  line-height: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .flex {
    gap: 0;
  }
}

a {
  color: #46a1e0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #324bc6;
}
a::after, a::before {
  transition: all 0.4s ease;
}
a figure {
  overflow: hidden;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
button::after, button::before {
  transition: all 0.4s ease;
}

a img {
  transition: all 0.4s ease;
}

a:hover figure img {
  transform: scale(1.1);
}

/*------------------------------------------------------------------adobe font*/
.wf-loading {
  visibility: hidden;
}

.loading-delay,
.wf-active {
  visibility: visible;
}

.wf-inactive {
  visibility: visible;
}

/*------------------------------------------------------------------end adobe font*/
/*------------------------------------------------------------------common */
h2,
h3,
h4 {
  font-size: 2.1rem;
  line-height: 1.4;
  font-size: clamp(2rem, 3vw, 2.1rem);
}

small {
  font-size: 0.6em;
}

main p,
main ul,
main ol {
  margin-bottom: 1em;
}

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

caption,
th,
td {
  text-align: left;
  vertical-align: middle;
}

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

ol.list-unstyled,
ul.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

section + section {
  margin-top: 40px;
}

.btn {
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .btn {
    margin: 40px auto;
  }
}

.breadcrumb {
  font-size: 1.2rem;
  max-width: none;
  padding: 0 5dvw 0 0;
  margin: 0;
  color: #46a1e0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1.6rem;
    padding: 0;
  }
}
.breadcrumb a {
  line-height: 37px;
  color: #000000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumb a {
    line-height: 74px;
  }
}
.breadcrumb a:hover {
  color: #324bc6;
}
.breadcrumb a::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 10px;
  height: 8px;
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  .breadcrumb a::after {
    width: 14px;
    height: 12px;
    margin: 0 12px;
  }
}

h1 {
  font-size: 5.4rem;
  font-size: clamp(3.2rem, 6.4vw, 5.4rem);
}
@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 15px;
  }
}
h1 small {
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.1;
  display: block;
}

.ttl {
  background-image: url("../img/icon_h2.png");
  background-position: right bottom 6px;
  background-repeat: no-repeat;
  min-height: 45px;
  margin: 0 0 25px;
  padding-right: 60px;
  position: relative;
}
.ttl::before {
  content: "";
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  filter: none;
}
.ttl h2,
.ttl h3 {
  font-size: 2.8rem;
  font-size: clamp(2.4rem, 3vw, 2.8rem);
  color: #dbe000;
  line-height: 1.2;
  position: relative;
  text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
  filter: drop-shadow(2px 2px 0 #000000) drop-shadow(0 2px 0 #000000);
}
.ttl h2 small,
.ttl h3 small {
  line-height: 1.1;
  display: block;
}

.btn button,
.btn a {
  background-image: linear-gradient(90deg, #46a1e0 0%, #46a1e0 40%, #324bc6 60%, #324bc6 100%);
  background-position: 0 50%;
  background-size: 300% auto;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  padding: 18px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .btn button,
  .btn a {
    padding: 18px 30px;
  }
}
.btn button::after,
.btn a::after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}
.btn button:hover,
.btn a:hover {
  background-position: 100% 50%;
}
.btn button:hover::after,
.btn a:hover::after {
  transform: translateX(5px);
}

dd a[target=_blank]::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_ex.png");
          mask-image: url("../img/icon_ex.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.4s ease;
}
dd a[target=_blank]:hover::after {
  background-color: #324bc6;
}

.btn:not(.btn-apply-mynavi) a[target=_blank] {
  flex-direction: row-reverse;
}
.btn:not(.btn-apply-mynavi) a[target=_blank]::before {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_ex.png");
          mask-image: url("../img/icon_ex.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transition: all 0.4s ease;
}

#mainbtn {
  display: none;
}

#subbtn {
  display: block;
}

.on #mainbtn {
  display: block;
}

.on #subbtn {
  display: none;
}

#subbtn:disabled {
  background-image: none;
  background-color: #e9e9e9;
  cursor: default;
}

.btn.type2 a {
  background-color: #fff;
  border: 4px solid #46a1e0;
  color: #46a1e0;
}
.btn.type2 a:hover {
  border-color: #324bc6;
  color: #324bc6;
}
.btn.type2 a:hover::after {
  background-color: #324bc6;
}
.btn.type2 a::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_re.png");
          mask-image: url("../img/icon_re.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 11px;
  height: 13px;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  transform: rotate(-90deg);
}

.btn-return button {
  background-image: none;
  background-color: #fff;
  border: 4px solid #46a1e0;
  color: #46a1e0;
}
.btn-return button:hover {
  border-color: #324bc6;
  color: #324bc6;
}
.btn-return button:hover::after {
  background-color: #324bc6;
  transform: rotate(180deg) translateX(5px);
}
.btn-return button::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 20px;
  transform: rotate(180deg);
}

.icon-arrow {
  margin: 30px 0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.icon-arrow::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-right: 10px;
}

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

.txt-right {
  text-align: right;
}

.txt-attention {
  color: #ff2a75;
  margin-left: 1em;
  text-indent: -1em;
}

.txt-color1 {
  color: #ff2a75;
}

.txt-slide {
  writing-mode: vertical-rl;
  white-space: normal;
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: normal;
}

.ytb {
  position: relative;
  padding-bottom: 56.25%;
}
.ytb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-short {
  width: auto;
  max-width: 320px;
  position: relative;
  aspect-ratio: 4/7;
}
.youtube-short iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1040px) {
  br.pc_none {
    display: none;
  }
}
@media screen and (min-width: 1041px) {
  br.sp_none {
    display: none;
  }
}
.error404 .this404 {
  padding-top: 100px;
}

main p a[target=_blank] {
  display: flex;
  align-items: center;
}
main p a[target=_blank]::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_ex.png");
          mask-image: url("../img/icon_ex.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: all 0.4s ease;
}
main p a[target=_blank]:hover::after {
  background-color: #324bc6;
}

/*------------------------------------------------------------------common END */
.main-footer {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .main-footer {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.main-footer .btn {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-footer .btn.btn-apply {
    grid-column: 1/3;
  }
}
.main-footer .btn-contact,
.main-footer .btn-company {
  width: 100%;
}

.btn-contact a,
.btn-company a {
  background-color: #fff;
  background-image: linear-gradient(90deg, #fff 0%, #fff 40%, #324bc6 60%, #324bc6 100%);
  color: #46a1e0;
  font-size: 3rem;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  width: 100%;
  padding: 15px;
  border: 4px solid #46a1e0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .btn-contact a,
  .btn-company a {
    padding: 30px 40px;
  }
}
.btn-contact a::after,
.btn-company a::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_about_b.svg");
          mask-image: url("../img/icon_about_b.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .btn-contact a::after,
  .btn-company a::after {
    width: 35px;
    height: 34px;
    top: calc(50% - 17px);
  }
}
.btn-contact a:hover,
.btn-company a:hover {
  background-color: #324bc6;
  border: 4px solid #324bc6;
  color: #fff;
}
.btn-contact a:hover::after,
.btn-company a:hover::after {
  background-color: #fff;
  transform: none;
}

.btn-contact a::after {
  -webkit-mask-image: url("../img/icon_contact_b.svg");
          mask-image: url("../img/icon_contact_b.svg");
}

.btn.btn-apply a {
  font-size: 5rem;
  font-size: clamp(2rem, 5vw, 5rem);
}

.btn.btn-apply-mynavi a {
  font-size: 5rem;
  font-size: clamp(2rem, 5vw, 5rem);
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  border-radius: 200px;
}

.btn.btn-apply a {
  background-color: #46a1e0;
  color: #fff;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
@media screen and (min-width: 768px) {
  .btn.btn-apply a {
    padding: 28px 40px;
  }
}
.btn.btn-apply a::before {
  content: "";
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  .btn.btn-apply a::before {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
  }
}
.btn.btn-apply a::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_oubo.png");
          mask-image: url("../img/icon_oubo.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 17px;
  height: 20px;
  position: absolute;
  right: 27px;
  top: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .btn.btn-apply a::after {
    width: 34px;
    height: 39px;
    right: 40px;
    top: calc(50% - 20px);
  }
}
.btn.btn-apply a:hover {
  background-color: #324bc6;
}
.btn.btn-apply a:hover::after {
  background-color: #324bc6;
  transform: none;
}

/*------------------------------------------------------------------------------------------------------------------------------------header */
header.flex {
  background-color: transparent;
  padding: 0;
  top: 0;
  right: 0;
  z-index: 1010;
  position: fixed;
  justify-content: flex-end;
}

.btn-recruit a {
  background-color: #dbe000;
  color: #000000;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 4dvw, 2.2rem);
  line-height: 55px;
  height: 55px;
  padding: 0 2dvw 0 6dvw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 50px;
}
@media screen and (min-width: 768px) {
  .btn-recruit a {
    padding: 0 20px 0 50px;
    line-height: 80px;
    height: 80px;
  }
}
.btn-recruit a::after {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
}
@media screen and (max-width: 400px) {
  .btn-recruit a::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .btn-recruit a::after {
    margin-left: 10px;
  }
}
.btn-recruit a:hover {
  background-color: #324bc6;
  color: #fff;
}
.btn-recruit a:hover::after {
  background-color: #fff;
}

.open header nav {
  display: block;
}

header nav {
  background-color: #46a1e0;
  padding: 70px 5dvw 0;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
@media screen and (min-width: 768px) {
  header nav {
    padding: 120px 45px 0;
    min-width: 500px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header nav ul {
  position: relative;
  margin: 0;
}
header nav li {
  position: relative;
}
header nav a {
  color: #fff;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
header nav a:hover {
  color: #dbe000;
}
header nav a:hover::before {
  background-color: #dbe000;
}
header nav .btn a {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  color: #46a1e0;
  padding: 8px 15px 8px 40px;
  margin-left: auto;
}
header nav .btn a:hover {
  background-color: #dbe000;
}

#header-main {
  border-bottom: 4px solid #fff;
}

#header-main > li > a {
  font-size: clamp(2rem, 5vw, 2.8rem);
  text-align: left;
  padding: 12px 0;
  border-top: 4px solid #fff;
}
#header-main > li > a::before {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  height: 18px;
  margin-right: 10px;
}
#header-main > li > a:hover::before {
  background-color: #dbe000;
}

#header-main li ul {
  padding-left: 38px;
  padding-bottom: 15px;
}
#header-main li ul a {
  font-size: clamp(1.8rem, 5vw, 2rem);
}

#header-sub {
  margin: 40px 0;
  gap: 30px;
}

.link-pp a,
.link-contact a {
  position: relative;
  display: flex;
  align-items: center;
}
.link-pp a::after,
.link-contact a::after {
  content: "";
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 4px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  z-index: -1;
}
.link-pp a::before,
.link-contact a::before {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_contact.png");
          mask-image: url("../img/icon_contact.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 15px;
  height: 11px;
  margin: 0 9px 0 5px;
}
.link-pp a:hover::after,
.link-contact a:hover::after {
  background-color: #dbe000;
}
.link-pp a:hover::before,
.link-contact a:hover::before {
  background-color: #46a1e0;
}

.link-pp a::before {
  -webkit-mask-image: url("../img/icon_pp.png");
          mask-image: url("../img/icon_pp.png");
  width: 20px;
  height: 21px;
  margin: 0 7px 0 2px;
}

.navbar_toggle {
  background-color: #46a1e0;
  width: 55px;
  height: 55px;
  padding: 6px 0;
  z-index: 1001;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .navbar_toggle {
    padding: 12px 0;
    width: 80px;
    height: 80px;
  }
}
.navbar_toggle::before {
  content: "MENU";
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .navbar_toggle::before {
    font-size: 1.9rem;
  }
}
.navbar_toggle span {
  background-color: #fff;
  position: absolute;
  display: block;
  height: 1px;
  line-height: 0;
  width: 60%;
  transition: ease 0.3s;
  left: 20%;
}
.navbar_toggle span:nth-child(1) {
  top: 35px;
}
@media screen and (min-width: 768px) {
  .navbar_toggle span:nth-child(1) {
    top: 45px;
  }
}
.navbar_toggle span:nth-child(2) {
  top: 42px;
}
@media screen and (min-width: 768px) {
  .navbar_toggle span:nth-child(2) {
    top: 55px;
  }
}
.navbar_toggle:hover {
  background-color: #fff;
}
.navbar_toggle:hover span {
  background-color: #46a1e0;
}
.navbar_toggle:hover::before {
  color: #46a1e0;
}

.open header {
  width: 100%;
}

.open .navbar_toggle {
  background-color: #fff;
}
.open .navbar_toggle:hover {
  background-color: #46a1e0;
}
.open .navbar_toggle:hover span {
  background-color: #fff;
}
.open .navbar_toggle:hover::before {
  color: #fff;
}

.open .navbar_toggle::before {
  content: "CLOSE";
  color: #46a1e0;
}

.open .navbar_toggle span {
  background-color: #46a1e0;
}
.open .navbar_toggle span:nth-child(1) {
  width: 60%;
  top: 35px;
  left: 20%;
  transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .open .navbar_toggle span:nth-child(1) {
    top: 55px;
  }
}
.open .navbar_toggle span:nth-child(2) {
  width: 60%;
  top: 35px;
  left: 20%;
  transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .open .navbar_toggle span:nth-child(2) {
    top: 55px;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------header END */
/*------------------------------------------------------------------------------------------------------------------------------------footer*/
footer {
  width: 100%;
  margin-top: 0;
  padding: 40px 5dvw;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 80px 50px;
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}
footer dl dt + dd {
  margin: 12px 0;
}
footer dl dd + dd {
  font-size: 2rem;
}
footer dl dd + dd span {
  font-size: 1.6rem;
}
footer .footer-nav {
  margin-left: auto;
}
footer .grid {
  margin: 30px 0 20px;
}
@media screen and (min-width: 768px) {
  footer .grid {
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px 40px;
  }
}
@media screen and (min-width: 1150px) {
  footer .grid {
    width: -moz-min-content;
    width: min-content;
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .grid a {
  white-space: nowrap;
  color: #000000;
  position: relative;
}
footer .grid a:hover {
  color: #324bc6;
}
footer .grid a:hover::before {
  background-color: #324bc6;
}
footer .grid > li > a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  footer .grid > li > a {
    line-height: 1.2;
    padding: 10px 0;
  }
}
footer .grid > li > a::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
footer .grid ul {
  padding-left: 24px;
}
footer .grid ul a {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  footer .grid ul a {
    padding: 5px 0;
  }
}
footer .link-pp a,
footer .link-contact a {
  color: #000000;
}
footer .link-pp a::after,
footer .link-contact a::after {
  background-color: #46a1e0;
}
footer .link-pp a::before,
footer .link-contact a::before {
  background-color: #fff;
}
footer .link-pp a:hover,
footer .link-contact a:hover {
  color: #324bc6;
}
footer .link-pp a:hover::after,
footer .link-contact a:hover::after {
  background-color: #324bc6;
}
footer .link-pp a:hover::before,
footer .link-contact a:hover::before {
  background-color: #fff;
}

.grid li {
  width: -moz-fit-content;
  width: fit-content;
}

#footer-main + .flex {
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

#footer-main > li > a {
  font-size: 2.1rem;
}

#footer-sub {
  gap: 20px 40px;
}

.btn-pagetop {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .btn-pagetop {
    width: auto;
    margin: 0 0 0 40px;
  }
}

.btn-pagetop a {
  background-color: #fff;
  border: 4px solid #46a1e0;
  font-size: 1.8rem;
  color: #46a1e0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 3px 10px 3px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-pagetop a {
    max-width: 250px;
  }
}
.btn-pagetop a:hover {
  border-color: #324bc6;
  color: #324bc6;
}
.btn-pagetop a:hover::after {
  background-color: #324bc6;
}
.btn-pagetop a::after {
  content: "";
  background-color: #46a1e0;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  transform: rotate(-90deg);
  transform-origin: center;
  margin-left: 10px;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.6rem;
    text-align: right;
    margin-top: 20px;
  }
}

/*------------------------------------------------------------------footer end*/
/*---------------------------------------------------------------------------------contact*/
.formTable > div {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formTable > div {
    flex-direction: row;
  }
}
.formTable > div .txt-label, .formTable > div > label {
  background-color: #46a1e0;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.formTable > div .txt-label span, .formTable > div > label span {
  font-size: 1.2rem;
  color: #dbe000;
}
@media screen and (min-width: 768px) {
  .formTable > div .txt-label, .formTable > div > label {
    width: 200px;
  }
}
.formTable .txt-input,
.formTable textarea,
.formTable input[type=tel],
.formTable input[type=email],
.formTable input[type=text] {
  flex: 1;
  padding: 5px 20px;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
}
.formTable .txt-input {
  background-color: #e9e9e9;
  border: none;
  display: flex;
  align-items: center;
}

input[value=その他] + input {
  display: none;
}

input[value=その他]:checked + input {
  display: inline-block;
}

input::-moz-placeholder {
  color: #cfcfcf;
}

input::placeholder {
  color: #cfcfcf;
}

.list-btn {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .list-btn {
    flex-direction: row;
    align-items: center;
  }
}
.list-btn div,
.list-btn label {
  display: flex;
  align-items: center;
}
.list-btn.list-radio label {
  white-space: nowrap;
  flex-shrink: 0;
}
.list-btn.list-radio label input[type=radio] {
  margin-left: 0.5em;
}
.list-btn input[type=text] {
  margin-left: 0.5em;
  width: calc(100% - 6em);
}

.contact main .btn {
  margin: 0 auto;
  width: 100%;
}
.contact main .btn button {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.list-btn.type2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*---------------------------------------------------------------------------------contact end*/
/*---------------------------------------------------------------------------------contact*/
.home main {
  background-color: #fff;
  border-radius: 50px;
}

.area-information {
  padding-top: 3dvw;
  padding-bottom: 3dvw;
  margin-bottom: 25px;
  border-bottom: 4px solid #46a1e0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .area-information {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}
.area-information a {
  color: #000000;
  display: block;
}
.area-information a:hover {
  color: #324bc6;
}
.area-information time {
  display: block;
}

.column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column {
    max-width: 580px;
    width: 49%;
  }
}

@media screen and (min-width: 768px) {
  .column.field-youtube {
    max-width: 840px;
    width: 66%;
  }
}

@media screen and (min-width: 768px) {
  .column.field-youtube + .column {
    width: 30%;
  }
}

.circle {
  background-color: transparent;
  overflow: hidden;
  min-height: 600px;
  position: relative;
  z-index: 10;
}
.circle::before {
  content: "";
  width: 500dvw;
  height: 250dvw;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -250dvw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .circle::before {
    width: 7800px;
    height: 3900px;
    margin-left: -3900px;
  }
}

.c-program {
  padding: 0 0 7.3dvw;
}
.c-program::before {
  content: "";
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #dbe000, inset 0 0 0 8px #fff, inset 0 0 0 calc(26.25dvw - 8px) #dbe000, inset 0 0 0 calc(26.25dvw - 4px) #fff, inset 0 0 0 26.25dvw #dbe000;
  width: 500dvw;
  height: 500dvw;
  border-radius: 100%;
  position: absolute;
  margin-left: -250dvw;
}
@media screen and (min-width: 768px) {
  .c-program::before {
    box-shadow: inset 0 0 0 4px #dbe000, inset 0 0 0 14px #fff, inset 0 0 0 calc(12dvw - 14px) #dbe000, inset 0 0 0 calc(12dvw - 4px) #fff, inset 0 0 0 12dvw #dbe000;
    width: 660dvw;
    height: 660dvw;
    margin-left: -330dvw;
  }
}
@media screen and (min-width: 1200px) {
  .c-program::before {
    box-shadow: inset 0 0 0 4px #dbe000, inset 0 0 0 14px #fff, inset 0 0 0 126px #dbe000, inset 0 0 0 136px #fff, inset 0 0 0 140px #dbe000;
    width: 7800px;
    height: 7800px;
    margin-left: -3900px;
  }
}
.c-program::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 250dvw;
  top: 250dvw;
  left: 0;
  z-index: -1;
}
.c-program section {
  padding-top: 6.25dvw;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-program section {
    padding-top: 3.5dvw;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c-program section {
    padding-top: 40px;
  }
}
.c-program h1 img {
  margin: 0 auto;
}

.c-etc {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 7.3dvw, #f5f5f5 7.3dvw, #f5f5f5 100%);
  padding: 7.3dvw 0;
  margin-top: -7.3dvw;
}
.c-etc::before {
  background-color: #f5f5f5;
}
.c-etc .block {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-etc .block {
    padding-bottom: 100px;
  }
}
.c-etc figure {
  border: 4px solid #46a1e0;
  border-radius: 10px;
  overflow: hidden;
}
.c-etc .column {
  background-image: url("../img/bg_re.png");
  background-position: center top;
  background-repeat: repeat;
  padding: 5dvw;
  border-top: 10px solid #dbe000;
  border-radius: 0 0 5dvw 5dvw;
}
@media screen and (min-width: 768px) {
  .c-etc .column {
    padding: 40px;
    border-radius: 0 0 20px 20px;
  }
}
.c-etc .column .btn {
  margin-bottom: 0;
}

.c-rec {
  background-color: #f5f5f5;
  border-radius: 0 0 5dvw 5dvw;
  padding: 0 0 7.3dvw;
  margin-top: -7.3dvw;
}
@media screen and (min-width: 768px) {
  .c-rec {
    border-radius: 0 0 50px 50px;
  }
}
.c-rec::before {
  background-image: url("../img/bg_rec_sp.png");
  background-position: center top;
  background-size: 100dvw auto;
  background-repeat: no-repeat, repeat;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .c-rec::before {
    background-image: url("../img/bg_rec.png"), linear-gradient(to bottom, #dbe000 0%, #dbe000 580px, rgba(219, 224, 0, 0) 656px, rgba(255, 255, 255, 0) 100%);
    background-size: auto;
    top: 35px;
  }
}
.c-rec::after {
  content: "";
  background-image: url("../img/bg_re.png");
  background-position: center top;
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: calc(100% - 80dvw);
  bottom: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .c-rec::after {
    height: calc(100% - 500px);
  }
}
.c-rec section {
  padding-top: 0;
}
.c-rec h2 {
  font-size: 6.4rem;
  font-size: clamp(3.8rem, 10vw, 6.4rem);
  line-height: 1.1;
  color: #46a1e0;
  text-align: center;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  margin-bottom: 60dvw;
}
@media screen and (min-width: 768px) {
  .c-rec h2 {
    margin-bottom: 40px;
  }
}

.ttl-copy {
  text-align: center;
}

.txt-lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .txt-lead {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .txt-lead .column {
    max-width: 535px;
    width: auto;
  }
}
.txt-lead h3 {
  font-size: 4.8rem;
  font-size: clamp(2.9rem, 7vw, 4.8rem);
  text-indent: -0.5em;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .txt-lead h3 {
    white-space: nowrap;
  }
}
.txt-lead p {
  line-height: 1.8;
}
.txt-lead b {
  font-size: 2.5rem;
  font-size: clamp(2.2rem, 5vw, 2.5rem);
  line-height: 1.6;
}
.txt-lead .btn {
  margin: 30px auto 0;
}

.link-page {
  gap: 20px 2%;
}
.link-page .column {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .link-page .column {
    max-width: 580px;
    width: 49%;
  }
}
.link-page a:hover figure {
  border-color: #324bc6;
}
.link-page a:hover figcaption {
  background-color: #324bc6;
  color: #fff;
}
.link-page a:hover figcaption::after {
  background-color: #fff;
}
.link-page figure {
  border-radius: 12px;
  border: 5px solid #dbe000;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .link-page figure {
    border-radius: 25px;
    border: 10px solid #dbe000;
  }
}
.link-page figcaption {
  background-color: #dbe000;
  border-radius: 30px 0 0 0;
  color: #000000;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  line-height: 1;
  padding: 10px 5px 5px 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.4s ease;
}
@media screen and (min-width: 901px) {
  .link-page figcaption {
    padding: 15px 20px 5px;
  }
}
.link-page figcaption::after {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 7px;
  height: 6px;
  margin-left: 5px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .link-page figcaption::after {
    width: 14px;
    height: 12px;
    margin-left: 10px;
  }
}

.home .list-onair {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  gap: 2dvw;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 621px) {
  .home .list-onair {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 940px) {
  .home .list-onair {
    gap: 0 30px;
  }
}
.home .info-program {
  background-color: #fff;
}
@media screen and (min-width: 940px) {
  .home .info-program {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 940px) {
  .home .info-program:nth-child(3n+2) {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1401px) {
  .home .info-program:nth-child(3n+2) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1401px) {
  .home .info-program:nth-child(2n) {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

.home .info-program {
  background-color: #e6f5ff;
  font-size: 1.4rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  border: 4px solid #46a1e0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home .info-program dl {
  padding: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
}
.home .info-program dl dt::after {
  content: ":";
  display: inline-block;
  padding: 0 5px;
}
.home .info-program .staff-comment {
  border-top: 1px dotted #000000;
  line-height: 1.3;
}
.home .info-program .btn {
  background-color: #fff;
  margin: auto 0 0;
  padding: 10px;
}
.home .info-program .sch {
  line-height: 1.1;
  padding: 10px;
  display: flex;
}
.home .info-program .sch .day + p {
  font-size: clamp(1rem, 2vw, 1.6rem);
  margin-bottom: 0;
}
.home .info-program .sch time {
  display: block;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}
.home .info-program .day {
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 30px;
  color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .home .info-program .day {
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.home .info-program .day span {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .info-program dl,
  .home .info-program .btn,
  .home .info-program .staff-comment {
    display: none;
  }
  .home .info-program.open .staff-comment {
    display: flex;
  }
  .home .info-program.open dl {
    display: grid;
  }
  .home .info-program.open .btn {
    display: block;
  }
  .home .info-program.open::after {
    content: "CLOSE -";
  }
  .home .info-program::after {
    content: "OPEN +";
    cursor: pointer;
    background-color: #46a1e0;
    color: #fff;
    font-size: 1.6rem;
    margin-top: auto;
    padding: 10px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.mon .day {
  background-color: #ff9600;
}

.tue .day {
  background-color: #0dadf0;
}

.wed .day {
  background-color: #0dadf0;
}

.thu .day {
  background-color: #82d210;
}

.fri .day {
  background-color: #e7d50f;
}

.sat .day {
  background-color: #0058db;
}

.sun .day {
  background-color: #c910ea;
}

.btn-interview {
  display: flex;
  align-items: center;
}
.btn-interview button {
  padding: 14px 40px;
}
.btn-interview button::after {
  content: "+";
  background-color: transparent;
  font-size: 2.2rem;
  line-height: 1;
  -webkit-mask-image: none;
          mask-image: none;
  width: auto;
  height: 100%;
  top: calc(50% - 13px);
}
.btn-interview button:hover::after {
  transform: none;
}
.btn-interview::before, .btn-interview::after {
  content: "";
  background-color: #46a1e0;
  height: 4px;
  flex-grow: 1;
}

.staff-comment {
  padding: 10px 10px 0;
}
@media screen and (max-width: 1000px) {
  .staff-comment {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1001px) {
  .staff-comment {
    flex-wrap: nowrap;
  }
}
.staff-comment div {
  background-color: #fff;
  padding: 10px 5px;
  border: 2px solid #000000;
  border-radius: 8px;
  position: relative;
  flex-grow: 1;
}
@media screen and (min-width: 1001px) {
  .staff-comment div {
    margin-right: 20px;
    padding: 10px;
  }
}
.staff-comment div::after {
  content: "";
  background-image: url("../img/icon_comment.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 21px;
  height: 29px;
}
@media screen and (max-width: 1000px) {
  .staff-comment div::after {
    transform: rotate(-90deg);
    top: -23px;
    left: calc(50% - 11px);
  }
}
@media screen and (min-width: 1001px) {
  .staff-comment div::after {
    width: 21px;
    height: 29px;
    top: 26px;
    right: -19px;
  }
}
.staff-comment figure {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #000000;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .staff-comment figure {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .staff-comment figure {
    margin-bottom: 0;
  }
}

#home-interview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  #home-interview {
    gap: 30px;
  }
}
@media screen and (min-width: 1001px) {
  #home-interview {
    padding-top: 60px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.profile dl {
  gap: 5px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .profile dl {
    grid-template-columns: 4em 1fr;
    gap: 10px;
  }
}
.profile dt {
  background-color: #46a1e0;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  border-radius: 4px;
  text-align: center;
}

.slide-person {
  margin: 0 auto;
}
.slide-person > a:first-child {
  display: block;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.slide-person > a:first-child figure {
  border: 4px solid #46a1e0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.slide-person > a:first-child figcaption {
  background-color: #46a1e0;
  border-radius: 30px 0 0 0;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: #fff;
  padding: 10px 10px 5px 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .slide-person > a:first-child figcaption {
    padding: 10px 20px 3px;
  }
}
.slide-person > a:first-child figcaption::after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 7px;
  height: 6px;
  margin-left: 5px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .slide-person > a:first-child figcaption::after {
    width: 14px;
    height: 12px;
    margin-left: 10px;
  }
}
.slide-person > a:first-child:hover {
  border-color: #324bc6;
  color: #fff;
}
.slide-person > a:first-child:hover figcaption {
  background-color: #324bc6;
}
.slide-person > a:first-child:hover figure {
  border: 4px solid #324bc6;
}
.slide-person > a:last-child {
  margin-bottom: 0;
}
.slide-person > a:last-child img {
  border: 1px solid #e9e9e9;
}
.slide-person .profile {
  margin-bottom: 15px;
}
.slide-person .profile h3 {
  color: #46a1e0;
  text-align: center;
  border-bottom: 4px solid #46a1e0;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.slide-person .profile dl {
  grid-template-columns: 3em 1fr;
}
@media screen and (min-width: 768px) {
  .slide-person .profile dl {
    grid-template-columns: 4em 1fr;
  }
}

.slide-person.none {
  display: none;
}

@media screen and (min-width: 1001px) {
  .slide-person:nth-child(3n+1) {
    margin-top: -60px;
  }
  .slide-person:nth-child(3n+2) {
    margin-top: -30px;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    width: 30dvw;
  }
}

.header {
  background-image: url("../img/bg_re.png");
  background-position: center top;
  background-repeat: repeat;
  border-radius: 5dvw;
  position: relative;
  margin-bottom: 2dvw;
  padding: 5dvw 0 0 5dvw;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 5dvw 3dvw 0;
    border-radius: 4dvw;
    height: 434px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .header {
    padding: 5dvw 5dvw 0;
  }
}
@media screen and (min-width: 1401px) {
  .header {
    padding: 80px 80px 0;
    border-radius: 50px;
  }
}
.header h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
.header .logo,
.header h1 {
  position: relative;
  z-index: 3;
}
.header .logo {
  filter: drop-shadow(2px 2px 2px #fff) drop-shadow(-2px -2px 2px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 3px #fff);
}
@media screen and (max-width: 600px) {
  .header .logo {
    margin-bottom: 45px;
  }
}
.header figure {
  border-radius: 0 0 0 20dvw;
  height: 180px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .header figure {
    width: 84%;
    height: 360px;
    border-radius: 0 0 0 360px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.header figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .header figure img {
    height: 360px;
  }
}

.home .header {
  background-image: none;
  background-color: #dbe000;
  height: auto;
  margin-bottom: 0;
  position: absolute;
  border-radius: 0 0 5dvw 0;
  padding: 2dvw 5dvw 4dvw 2dvw;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (min-width: 1041px) {
  .home .header {
    padding: 20px 40px 40px 20px;
    border-radius: 0 0 50px 0;
  }
}
.home .header .logo {
  width: 16dvw;
  margin-bottom: 0;
  filter: none;
}
@media screen and (min-width: 1041px) {
  .home .header .logo {
    width: auto;
  }
}

.frame {
  background-color: #fff;
  padding: 5dvw 0;
  border-radius: 5dvw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .frame {
    border-radius: 4dvw;
  }
}
@media screen and (min-width: 1401px) {
  .frame {
    padding: 80px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) {
  .frame dl.grid {
    gap: 20px;
    display: grid;
    grid-template-columns: 170px 1fr;
  }
}
.frame dl.grid dt,
.frame dl.grid dd {
  background-color: #46a1e0;
  border-radius: 8px;
  padding: 10px 5dvw;
}
@media screen and (min-width: 768px) {
  .frame dl.grid dt,
  .frame dl.grid dd {
    padding: 30px;
  }
}
.frame dl.grid dt {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .frame dl.grid dt {
    padding: 30px;
  }
}
.frame dl.grid dd {
  background-color: #e9e9e9;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .frame dl.grid dd {
    margin-bottom: 0;
  }
}
.frame dl.grid dd p:last-child {
  margin-bottom: 0;
}
.frame + .frame {
  margin-top: 20px;
}

.program .frame {
  overflow: clip;
}

/*------------------------------------------------------------------------------------------------------------------------------------company 会社概要 */
.area-directors.flex {
  gap: 0;
}

.area-directors {
  background-color: #e9e9e9;
  border-radius: 8px;
  padding: 5dvw;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-directors {
    padding: 40px;
  }
}
.area-directors h3 {
  font-size: 3.2rem;
  font-size: clamp(2rem, 5dvw, 3.2rem);
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 4px solid #000000;
}
.area-directors h3 small {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .area-directors h3 {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.area-directors p:last-child {
  margin-bottom: 0;
}

.list-directors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .list-directors {
    grid-gap: 30px;
  }
}
.list-directors li {
  background-color: #e9e9e9;
  font-size: 3.2rem;
  font-size: clamp(2rem, 4dvw, 3.2rem);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}
.list-directors small {
  line-height: 1.2;
  display: block;
}

.googlemap {
  width: 100%;
  border-radius: 5px;
}

/*------------------------------------------------------------------------------------------------------------------------------------data データバンク */
@media screen and (min-width: 768px) {
  .data .txt-lead {
    text-align: center;
    margin-bottom: 40px;
  }
}
.data .txt-lead span {
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  position: relative;
  background: linear-gradient(transparent 60%, #ffcece 60%);
}

.data-grid {
  margin-bottom: 40px;
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data-grid .item {
  background-image: url("../img/bg_re.png");
  background-position: center top;
  background-repeat: repeat;
  padding: 5dvw;
  border-radius: 0 0 16px 16px;
  border-top: 10px solid #dbe000;
  position: relative;
  width: auto;
  z-index: 5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .data-grid .item {
    padding: 3dvw;
  }
}
@media screen and (min-width: 1041px) {
  .data-grid .item {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.data-grid .item .btn {
  margin-bottom: 0;
}
.data-grid .item::after {
  content: "";
  background-color: #f4f4f4;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  border-radius: 0 0 16px 16px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
}
.data-grid .item figure img {
  margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------recruit　リクルート */
.frame.requirements {
  border-radius: inherit inherit 0 0;
  padding-bottom: calc(40px + 7.3dvw);
}
.frame.requirements dd strong {
  font-size: 1.6em;
  line-height: 1.1;
  padding: 0 0.2em;
}

.c-interview + .frame {
  margin-top: -7.3dvw;
  padding-top: calc(40px + 7.3dvw);
  border-radius: 0 0 5dvw 5dvw;
}
@media screen and (min-width: 768px) {
  .c-interview + .frame {
    border-radius: 0 0 50px 50px;
  }
}

.c-interview {
  margin-top: -7.3dvw;
}
.c-interview::after {
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #dbe000, inset 0 0 0 14px #fff, inset 0 0 0 500px #dbe000;
  content: "";
  width: 500dvw;
  height: 250dvw;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -250dvw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-interview::after {
    width: 7800px;
    height: 3900px;
    margin-left: -3900px;
  }
}
.c-interview::before {
  background-color: #fff;
  z-index: 2;
  box-shadow: inset 0 0 0 4px #dbe000, inset 0 0 0 14px #fff, inset 0 0 0 500px #dbe000;
  mix-blend-mode: darken;
}
.c-interview .bg {
  background-color: #dbe000;
  margin: 14.3dvw 0;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-interview .bg {
    margin: 7.3dvw 0;
  }
}
.c-interview .bg section {
  padding-top: 0;
  padding-bottom: 0;
}
.c-interview .bg .ttl h2 {
  color: #fff;
}

.person + .person {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .person + .person {
    margin-top: 60px;
  }
}

.fes h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
}
.fes h3::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-top: 0.46em;
  margin-right: 10px;
}
.fes * + h3 {
  margin-top: 30px;
}

.person {
  justify-content: flex-start;
  gap: 20px 0;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1001px) {
  .person {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
.person .photo {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .person .photo {
    width: 240px;
    order: 1;
  }
}
.person .photo img {
  margin: 0 auto;
}
.person h3 {
  padding-bottom: 10px;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  filter: drop-shadow(2px 2px 0 #fff) drop-shadow(0 2px 0 #fff);
  position: relative;
  margin-bottom: 20px;
}
.person h3::after {
  content: "";
  background-color: #000000;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#recruit-interview .person:nth-child(even) {
  flex-direction: row-reverse;
}
#recruit-interview .profile {
  width: 50%;
}
@media screen and (min-width: 1001px) {
  #recruit-interview .profile {
    width: auto;
    flex-grow: 1;
    order: 2;
  }
}
#recruit-interview .profile figure {
  margin-top: 20px;
}
@media screen and (min-width: 1001px) {
  #recruit-interview .profile figure {
    max-width: 320px;
  }
}
@media screen and (max-width: 1000px) {
  #recruit-interview .profile dt {
    width: 4em;
  }
}
#recruit-interview .profile a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#recruit-interview .profile a:hover img {
  transform: scale(1.1);
}

.list-qa {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .list-qa {
    width: 50%;
    order: 3;
  }
}
.list-qa dt,
.list-qa dd {
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.list-qa dt {
  background-color: #fff;
  font-size: 2.1rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.list-qa dt::after {
  content: "+";
  background-color: #46a1e0;
  font-size: 3rem;
  line-height: 30px;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 100%;
}
.list-qa dt.open {
  margin-bottom: 5px;
}
.list-qa dt.open::after {
  content: "-";
  line-height: 24px;
}
.list-qa dt.open + dd {
  display: block;
}
.list-qa dd {
  display: none;
  background-color: #46a1e0;
  color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------------------history */
.history .header + .frame {
  background-image: url("../img/history/bg_history_sp.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 74% auto;
}
@media screen and (min-width: 768px) {
  .history .header + .frame {
    background-image: url("../img/history/bg_history.jpg");
    background-position: left 30dvw top;
    background-size: auto;
  }
}
@media screen and (min-width: 1601px) {
  .history .header + .frame {
    background-position: right 50px top;
  }
}

.lead h2 {
  font-size: 4.3rem;
  font-size: clamp(1.9rem, 5dvw, 4.3rem);
  text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}
@media screen and (min-width: 768px) {
  .lead h2 {
    margin-bottom: 20px;
  }
}
.lead .flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .lead .flex {
    margin: 0;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    height: 86dvw;
  }
  .lead .flex li {
    width: 50%;
  }
}
.lead .flex .logo-since1974 {
  margin-left: auto;
}

.h-slider {
  position: relative;
  overflow: hidden;
  margin: 0 -2dvw 30px;
  width: calc(100% + 4dvw);
}
@media screen and (min-width: 768px) {
  .h-slider {
    margin: 10px -20px 60px;
    width: calc(100% + 40px);
  }
}
@media screen and (min-width: 1401px) {
  .h-slider {
    margin: 10px -80px 60px;
    width: calc(100% + 160px);
  }
}
.h-slider .h-slider-sub {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.h-slider .h-slider-inner {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  padding-right: 10px;
  gap: 10px;
  animation: slide-animation 30s linear infinite;
}
@media screen and (min-width: 768px) {
  .h-slider .h-slider-inner {
    padding-right: 20px;
    gap: 20px;
  }
}

.h-slider-inner figure {
  flex-shrink: 0;
  height: 120px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .h-slider-inner figure {
    width: auto;
    height: 290px;
    padding-bottom: 30px;
  }
}
.h-slider-inner figure img {
  border: 5px solid #dbe000;
  border-radius: 16px;
  height: 105px;
}
@media screen and (min-width: 768px) {
  .h-slider-inner figure img {
    border: 10px solid #dbe000;
    height: 260px;
  }
}
.h-slider-inner figure:nth-child(2n) {
  padding-bottom: 0;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .h-slider-inner figure:nth-child(2n) {
    padding-top: 30px;
  }
}

@keyframes slide-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.history .list-onair {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  margin-bottom: 40px;
}
@media screen and (min-width: 601px) {
  .history .list-onair {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.history .list-onair .info-program {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.history .list-onair .staff-comment,
.history .list-onair .sch,
.history .list-onair .btn,
.history .list-onair dl {
  display: none;
}

.portfolio-in {
  padding-top: 40px;
  margin-top: 0;
  display: none;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (min-width: 768px) {
  .portfolio-in {
    grid-template-columns: 175px 1fr;
  }
}
.portfolio-in::after {
  content: "";
  background-image: url("../img/history/line_end.png");
  background-position: center bottom;
  width: 4px;
  height: 27px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.portfolio-in::before {
  content: "";
  background-color: #46a1e0;
  width: 4px;
  border-radius: 2px;
  height: calc(100% - 3rem - 67px);
  position: absolute;
  left: 0;
  bottom: 27px;
}
.portfolio-in h2 {
  font-size: 5rem;
  line-height: 1.1;
  color: #46a1e0;
  padding-left: 46px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .portfolio-in h2 {
    margin-bottom: 0;
  }
}
.portfolio-in h2::before {
  content: "";
  background-color: #46a1e0;
  width: 25px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 3rem;
}
.portfolio-in h2::after {
  content: "";
  background-color: #46a1e0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 6px solid #ccdfec;
  position: absolute;
  left: 14px;
  top: calc(3rem - 9px);
}
.portfolio-in h2 small {
  font-size: 1.6rem;
  display: block;
}
.portfolio-in h2.flex {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .portfolio-in h2.flex {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 40px;
  }
  .portfolio-in h2.flex::before, .portfolio-in h2.flex::after {
    content: none;
  }
  .portfolio-in h2.flex span {
    position: relative;
    line-height: 1.1;
    color: #46a1e0;
    padding-left: 46px;
  }
  .portfolio-in h2.flex span::before {
    content: "";
    background-color: #46a1e0;
    width: 25px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 3rem;
  }
  .portfolio-in h2.flex span::after {
    content: "";
    background-color: #46a1e0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 6px solid #ccdfec;
    position: absolute;
    left: 14px;
    top: calc(3rem - 9px);
  }
}
.portfolio-in h2 + ul {
  padding-top: 0;
}
.portfolio-in h2.flex + ul {
  padding-bottom: 40px;
}
.portfolio-in li {
  font-size: 2rem;
  font-size: clamp(1.8rem, 3dvw, 2rem);
  margin-left: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: first baseline;
}
@media screen and (min-width: 768px) {
  .portfolio-in li {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.portfolio-in li span {
  background-color: #dbe000;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 2px 10px;
  flex-shrink: 0;
  margin-right: 10px;
}

#portfolio1974::after {
  content: none;
}
#portfolio1974::before {
  content: "";
  background-color: #46a1e0;
  width: 4px;
  border-radius: 2px;
  height: calc(100% - 3rem - 40px - 5em);
  position: absolute;
  left: 0;
  bottom: 5em;
}

.tab-radio {
  display: none;
}

ul.list-unstyled.list-tab-btn {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-template-rows: 1fr;
  margin: 0;
}
@media screen and (min-width: 768px) {
  ul.list-unstyled.list-tab-btn {
    padding: 0 13px;
    border-bottom: 2px solid #46a1e0;
  }
}
ul.list-unstyled.list-tab-btn li {
  flex-grow: 1;
}
ul.list-unstyled.list-tab-btn label {
  background-color: #46a1e0;
  color: #7dbce8;
  font-size: 2rem;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 5px;
  border: 2px solid #46a1e0;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  ul.list-unstyled.list-tab-btn label {
    padding: 15px;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
  }
}

#tab-2020:checked ~ .list-tab-btn #btn-2020,
#tab-2010:checked ~ .list-tab-btn #btn-2010,
#tab-2000:checked ~ .list-tab-btn #btn-2000,
#tab-1974:checked ~ .list-tab-btn #btn-1974 {
  background-color: #ffffff;
  color: #46a1e0;
}

#tab-2020:checked ~ #portfolio2020,
#tab-2010:checked ~ #portfolio2010,
#tab-2000:checked ~ #portfolio2000,
#tab-1974:checked ~ #portfolio1974 {
  display: grid;
}

/*------------------------------------------------------------------------------------------------------------------------------------一日 */
.area-staff {
  gap: 15px 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .area-staff {
    flex-wrap: nowrap;
  }
}
.area-staff .column {
  max-width: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.area-staff > figure {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .area-staff > figure {
    max-width: 41%;
  }
}
.area-staff > figure img {
  border-radius: 20px;
  border: 5px solid #1565bf;
}
@media screen and (min-width: 768px) {
  .area-staff > figure img {
    border: 10px solid #1565bf;
  }
}
.area-staff h3 {
  color: #46a1e0;
  border-bottom: 3px solid #46a1e0;
}
.area-staff p {
  margin-bottom: 0;
}
.area-staff .field-program {
  justify-content: flex-start;
}
.area-staff .field-program img {
  border: 1px solid #e9e9e9;
  margin-right: 20px;
}
.area-staff .field-program dt {
  font-size: 2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.area-staff .field-program dt::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.area-staff .field-info {
  gap: 20px 0;
}
.area-staff .field-info dl.flex {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .area-staff .field-info dl.flex {
    flex-wrap: nowrap;
  }
}
.area-staff .field-info dl.flex dt {
  background-color: #46a1e0;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  padding: 1px 10px;
}
.area-staff .field-info dl.flex dd {
  margin-right: 20px;
}

.area-schedule {
  position: relative;
  padding-bottom: 20px;
}
.area-schedule::before {
  content: "";
  background-color: #46a1e0;
  width: 4px;
  border-radius: 4px;
  height: 100%;
  position: absolute;
  left: 25px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .area-schedule::before {
    left: 38px;
  }
}
.area-schedule h4 {
  position: relative;
  align-items: center;
  display: flex;
  z-index: 6;
}
.area-schedule h4 span {
  background-color: #1565bf;
  color: #fff;
  font-size: 1.1rem;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .area-schedule h4 span {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
  }
}
.area-schedule h4::after {
  content: "";
  background-color: #1565bf;
  flex-grow: 1;
  height: 10px;
}
.area-schedule .flex {
  background-image: url("../img/bg_re.png");
  background-position: center top;
  background-repeat: repeat;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  margin: -27px 0 20px 55px;
  padding: 5dvw;
  border-radius: 0 0 16px 16px;
  align-items: start;
  position: relative;
  width: auto;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .area-schedule .flex {
    margin: -40px 0 0 100px;
  }
}
@media screen and (min-width: 1001px) {
  .area-schedule .flex {
    padding: 40px;
  }
}
.area-schedule .flex::after {
  content: "";
  background-color: #f4f4f4;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  border-radius: 0 0 16px 16px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
}
.area-schedule .flex p {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .area-schedule .flex p {
    width: 61%;
    padding-right: 100px;
  }
}
.area-schedule .flex figure {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  position: relative;
  border: 3px solid #dbe000;
  margin-left: auto;
}
@media screen and (min-width: 1001px) {
  .area-schedule .flex figure {
    width: 39%;
  }
}
.area-schedule .flex figure img {
  border: 1px solid #fff;
  border-radius: 8px;
}
.area-schedule .flex figcaption {
  content: "";
  background-image: url("../img/oneday/bg_point.png");
  background-position: left top;
  background-size: contain;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  text-align: center;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 5px #fff;
  width: 24dvw;
  height: 25dvw;
  max-width: 151px;
  max-height: 154px;
  top: calc(50% - 10dvw);
  left: -10dvw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .area-schedule .flex figcaption {
    width: 151px;
    height: 154px;
    top: calc(50% - 77px);
    left: -105px;
  }
}

.oneday section {
  margin-bottom: 60px;
}
.oneday section .area-schedule:last-child::before,
.oneday section .area-staff + .area-schedule::before {
  height: calc(100% - 47px);
  bottom: 47px;
}
.oneday section .area-schedule:last-child::after,
.oneday section .area-staff + .area-schedule::after {
  content: "";
  background-image: url("../img/history/line_end.png");
  background-position: center bottom;
  width: 4px;
  height: 27px;
  position: absolute;
  left: 25px;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .oneday section .area-schedule:last-child::after,
  .oneday section .area-staff + .area-schedule::after {
    left: 38px;
  }
}

.oneday .frame section:nth-of-type(even) .area-staff {
  flex-direction: row-reverse;
}
.oneday .frame section:nth-of-type(even) .area-staff > figure img {
  border-color: #ff465c;
}
.oneday .frame section:nth-of-type(even) .area-schedule::before, .oneday .frame section:nth-of-type(even) .area-schedule::after {
  left: auto;
  right: 25px;
}
@media screen and (min-width: 768px) {
  .oneday .frame section:nth-of-type(even) .area-schedule::before, .oneday .frame section:nth-of-type(even) .area-schedule::after {
    right: 38px;
  }
}
.oneday .frame section:nth-of-type(even) .area-schedule h4 {
  flex-direction: row-reverse;
}
.oneday .frame section:nth-of-type(even) .area-schedule h4 span {
  background-color: #ff465c;
}
.oneday .frame section:nth-of-type(even) .area-schedule h4::after {
  background-color: #ff465c;
  flex-grow: 1;
}
.oneday .frame section:nth-of-type(even) .area-schedule .flex {
  margin: -27px 55px 20px 0;
}
@media screen and (min-width: 768px) {
  .oneday .frame section:nth-of-type(even) .area-schedule .flex {
    margin: -40px 100px 20px 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------program */
.grid-program {
  gap: 0 40px;
  display: grid;
  position: relative;
}

@media screen and (min-width: 768px) {
  .grid-program {
    align-items: start;
    grid-template-columns: 1fr 30%;
  }
  .grid-program > .ttl {
    grid-area: 1/1/2/3;
  }
}
.grid-program .area-info .sch {
  margin-top: 20px;
}
@media screen and (min-width: 1401px) {
  .grid-program .area-info {
    margin-bottom: 0;
    grid-template-columns: 62.5% 1fr;
  }
  .grid-program .area-info > div {
    grid-column: 1/3;
  }
  .grid-program .area-info .sch {
    margin-top: 0;
    grid-column: 2/3;
    padding-left: 25px;
  }
  .grid-program .area-info h3 {
    margin-top: 0;
  }
}
.grid-program .area-info .staff-comment {
  margin: 20px 0 40px;
}

.area-sns h3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
}
.area-sns h3::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.area-sns .flex {
  margin-top: 30px;
}

.area-info {
  padding-top: 0;
  margin-bottom: 20px;
  display: grid;
}
.area-info h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
}
.area-info h3::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-top: 0.46em;
  margin-right: 10px;
}
.area-info .sch h3 {
  margin-top: 0;
}
.area-info .sch p {
  margin-bottom: 0;
}
.area-info .sch .btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.area-info .staff-comment {
  padding: 0;
  margin: 20px 0 40px;
}
.area-info .staff-comment div {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-info .flex .column {
  margin-top: 30px;
}
@media screen and (min-width: 601px) {
  .area-info .flex .column {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .area-info .flex .column {
    max-width: 580px;
    width: 48%;
  }
}
.area-info .youtube + .flex .column {
  margin-top: 30px;
}
.area-info time {
  font-size: 2.6rem;
}
.area-info .day {
  display: inline-block;
  vertical-align: text-top;
  color: #fff;
  line-height: 1.2;
  padding: 0 5px 2px;
  margin-right: 10px;
}

.grid-program-one.area-info {
  grid-template-columns: 1fr;
  gap: 20px;
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .grid-program-one.area-info {
    gap: 40px;
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1201px) {
  .grid-program-one.area-info {
    grid-template-columns: 42% 1fr 30%;
  }
}
.grid-program-one.area-info figure {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .grid-program-one.area-info figure {
    grid-area: 1/1/2/3;
  }
}
@media screen and (min-width: 1201px) {
  .grid-program-one.area-info figure {
    grid-area: unset;
  }
}
@media screen and (max-width: 1000px) {
  .grid-program-one.area-info .staff-comment div {
    margin-top: 20px;
  }
}

.area-interesting {
  background-image: url("../img/bg_re.png");
  background-position: center top;
  background-repeat: repeat;
  margin-bottom: 0;
  padding: 5dvw;
  border-radius: 0 0 16px 16px;
  border-top: 10px solid #dbe000;
  position: sticky;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  z-index: 5;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .area-interesting {
    padding: 10%;
  }
}
.area-interesting::after {
  content: "";
  background-color: #f4f4f4;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  border-radius: 0 0 16px 16px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
}
.area-interesting h2 {
  background-color: #dbe000;
  text-align: center;
  position: relative;
  padding: 10px;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 20px;
}
.area-interesting h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #dbe000;
  border-right: 0;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.area-interesting iframe {
  border-radius: 12px;
  border: 4px solid #000000;
}
.area-interesting dl {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
@media screen and (min-width: 1001px) {
  .area-interesting dl {
    grid-template-columns: 6em 1fr;
  }
}
.area-interesting dt {
  background-color: #46a1e0;
  color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.area-info .staff-comment {
  margin: 0;
  padding: 0;
}
.area-info dl {
  gap: 10px;
  display: grid;
  grid-template-columns: 6em 1fr;
  margin-top: 20px;
}
.area-info dt {
  background-color: #46a1e0;
  color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

/*------------------------------------------------------------------------------------------------------------------------------------PRIVACY POLICY プライバシーポリシー */
.policy main ol.list-policy {
  display: grid;
  counter-reset: item;
  list-style-type: none;
  gap: 10px;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .policy main ol.list-policy {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 0 40px;
  }
}
.policy main ol.list-policy li {
  margin: 0;
}
.policy main ol.list-policy li:before {
  line-height: 1.2;
  counter-increment: item;
  content: counter(item) ".";
  color: #46a1e0;
  display: block;
  font-size: 3.2rem;
}

/*------------------------------------------------------------------------------------------------------------------------------------movie */
.area-movie {
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  margin-bottom: 30px;
}
.area-movie h1 {
  font-size: 15rem;
  white-space: nowrap;
  color: #dbe000;
  margin-bottom: 25px;
}
.area-movie .inner {
  background-image: url(../img/slide1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.area-movie:has(.end) .inner {
  background-image: none;
  background-color: #fff;
}

main:has(.area-movie .end) .header {
  background-color: transparent;
}

.mask,
#player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.end-links {
  display: none;
  aspect-ratio: 16/9;
  gap: 0;
  margin: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.end-links li {
  display: flex;
}
.end-links a {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.end-links a:hover img {
  transform: scale(1.1);
}

#player {
  opacity: 0;
}

#player.end,
#player.end + .mask {
  display: none;
}

#player.end + .mask + .end-links {
  display: grid;
  animation-name: fadein;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.play {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/*
.area-movie {
  @media screen and (max-width: 640px) {
    background-image: url(../img/header_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 710 / 1005;
    .inner {
      display: none;
    }
  }
}
*/
.area-apply {
  background-color: #e9e9e9;
  border-radius: 8px;
  padding: 5dvw;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-apply {
    padding: 40px;
  }
}
.area-apply p:last-child {
  margin-bottom: 0;
}
.area-apply h3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.area-apply h3::before {
  content: "";
  background-color: #000000;
  -webkit-mask-image: url("../img/icon_arrow.svg");
          mask-image: url("../img/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 14px;
  height: 12px;
  margin-right: 10px;
}
.area-apply h3:first-child {
  margin-top: 0;
}

/*-----------------------------------------------------------------anime関連*/
.animate__animated {
  opacity: 0;
}

.animate__animated.animate__zoomIn {
  opacity: 1;
}

.formTable > div.chk-policy {
  display: block;
}
.formTable > div.chk-policy .list-btn {
  margin-top: 30px;
}

ul.flex.item {
  justify-content: flex-start;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  ul.flex.item {
    gap: 10px;
  }
}
ul.flex.item li {
  background-color: #46a1e0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2rem);
  border-radius: 4px;
  text-align: center;
  padding: 30px;
}
ul.flex.item .bg-gray {
  background-color: #e9e9e9;
  color: #000000;
}

body.information .header {
  height: auto;
}
body.information .header h1 {
  margin-top: 20px;
  margin-bottom: 6px;
}

.txt-end {
  font-family: nimbus-sans-condensed, nitalago-ruika, sans-serif;
  font-size: 2.8rem;
  font-size: clamp(2.4rem, 3vw, 2.8rem);
  color: #dbe000;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-top: 40px;
  text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
  filter: drop-shadow(2px 2px 0 #000000) drop-shadow(0 2px 0 #000000);
}
.txt-end strong {
  color: #ff6363;
}/*# sourceMappingURL=common.css.map */