@charset "UTF-8";
.is_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is_sp {
    display: block;
  }
}

.is_pc-tab {
  display: block;
}
@media screen and (max-width: 1100px) {
  .is_pc-tab {
    display: none;
  }
}

.is_tab {
  display: none;
}
@media screen and (max-width: 1100px) {
  .is_tab {
    display: block;
  }
}

/* ----------------------------------------- */
/* ----------------------------------------- */
.delayscroll_box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .fadeUp {
    opacity: 1;
    animation: none;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
.left-side {
  opacity: 0;
}
.left-side.left-side-anime {
  animation-name: leftAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}

.right-side {
  opacity: 0;
}
.right-side.right-side-anime {
  animation-name: rightAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes leftAnime {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightAnime {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Heavy.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "enfont";
  src: url("../font/FuturaCyrillicMedium.ttf") format("TrueType");
  font-weight: 500;
}
@font-face {
  font-family: "enfont";
  src: url("../font/FuturaCyrillicDemi.ttf") format("TrueType");
  font-weight: 600;
}
@font-face {
  font-family: "enfont-sub";
  src: url("../font/futura-pt-cond-bold.otf") format("opentype");
  font-weight: 700;
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
img {
  vertical-align: bottom;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  color: #323232;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    font-size: clamp(0.75rem, 0.1741741742rem + 1.2012012012vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.under-line {
  text-decoration: underline;
}
a.under-line:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}
ul.list-style {
  list-style: disc;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  ul.list-style {
    margin-left: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  ul.list-style {
    margin-left: 15px;
  }
}

ol {
  list-style: none;
}
ol.list-style {
  list-style: decimal;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  ol.list-style {
    margin-left: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  ol.list-style {
    margin-left: 15px;
  }
}

table {
  border-collapse: collapse;
}

label {
  cursor: pointer;
}

.en {
  font-family: "enfont", serif;
  font-weight: 500;
}

.en-sub {
  font-family: "enfont-sub", serif;
  font-weight: 500;
}

.ja {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.futura {
  font-family: "Futura PT", "Futura", "Trebuchet MS", Arial, sans-serif;
}

.t-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t-center.-sp-t-left {
    text-align: left;
  }
}

.t-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-left.-sp-t-left {
    text-align: left;
  }
}

.t-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .t-right.-sp-t-left {
    text-align: left;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.btn.-s-normal {
  max-width: 367px;
  width: 80%;
  max-height: 75px;
  font-size: 24px;
  padding: 25px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .btn.-s-normal {
    max-height: clamp(3.4375rem, 0.5583708709rem + 6.006006006vw, 4.6875rem);
    padding: clamp(0.9375rem, -0.5020645646rem + 3.003003003vw, 1.5625rem) clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    font-size: clamp(1.125rem, 0.2612612613rem + 1.8018018018vw, 1.5rem);
    max-width: clamp(17.5rem, 4.9757882883rem + 26.1261261261vw, 22.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .btn.-s-normal {
    font-size: 20px;
    max-height: 60px;
  }
}
.btn.-bg-main .arrow {
  background: #fff;
}
.btn.-bg-main .arrow::after {
  border-top: 2px solid #653393;
  border-right: 2px solid #653393;
}
.btn.-bg-white .arrow {
  background: #653393;
}
.btn.-bg-white .arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn.-is-arrow {
  position: relative;
}
.btn.-is-arrow .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .btn.-is-arrow .arrow {
    width: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
    height: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
    right: clamp(0.625rem, -0.0947822823rem + 1.5015015015vw, 0.9375rem);
  }
}
.btn.-is-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .btn.-is-arrow .arrow::after {
    width: clamp(0.5625rem, 0.1306306306rem + 0.9009009009vw, 0.75rem);
    height: clamp(0.5625rem, 0.1306306306rem + 0.9009009009vw, 0.75rem);
  }
}

.page-nav {
  margin-top: 50px;
  text-align: center;
}
.page-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-nav ul a {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #653393;
  background: #fff;
  border-radius: 7px;
  color: #653393;
  line-height: 1;
}
.page-nav ul .current {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #653393;
  background: #653393;
  color: #fff;
  border-radius: 8px;
  line-height: 1;
}

.bread {
  margin-bottom: 20px;
  transition: 0.3s;
  transition-delay: 1s;
}
.bread ul {
  display: flex;
}
.bread ul li {
  position: relative;
  font-size: 14px;
  padding-right: 15px;
  margin-right: 10px;
}
.bread ul li::after {
  content: ">";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bread ul li:last-child:after {
  display: none;
}

.arrow-left {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-top {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-right {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-bottom {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.top-section {
  padding: 90px 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-section {
    padding: clamp(3.125rem, -2.6332582583rem + 12.012012012vw, 5.625rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-section {
    padding: 40px 0;
  }
}
.top-section_title {
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-section_title {
    margin-bottom: clamp(1.875rem, -2.4436936937rem + 9.009009009vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-section_title {
    margin-bottom: 30px;
  }
}
.top-section_title span {
  display: inline-block;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top-section_title span {
    margin-bottom: clamp(0.5rem, -0.0758258258rem + 1.2012012012vw, 0.75rem);
  }
}
.top-section_title h3 {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .top-section_title h3 {
    line-height: 1.3;
  }
}
.top-section svg {
  shape-rendering: geometricPrecision;
  display: block; /* インライン要素の余白をなくす */
  width: 100%;
  height: auto;
}

.tri {
  position: absolute;
  line-height: 1;
  margin-bottom: -1px;
  z-index: 10;
  width: 100%;
}
.tri svg {
  display: block; /* インライン要素の隙間を消す */
  width: 100%;
  height: auto;
}
.tri.-top {
  width: 100%;
  left: 0%;
  top: 0%;
}
@media only screen and (max-width: 767px) {
  .tri.-top {
    line-height: 0;
    margin-top: -0.7px;
    margin-left: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .tri.-top img {
    display: block;
    width: 100%;
    /* margin-right: -3px; */
    height: auto;
    object-fit: cover;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}
.tri.-bottom {
  width: 100%;
  right: 0%;
  bottom: 0%;
}
@media only screen and (max-width: 767px) {
  .tri.-bottom {
    line-height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tri.-bottom img {
    display: block;
    width: 100%;
    /* margin-right: -3px; */
    height: auto;
    object-fit: cover;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}
.tri.-rotate-180 {
  transform: rotate(180deg);
}
.tri img {
  width: 100%;
  line-height: 1;
}

.t-school {
  background: url(../../assets/img/common/bg-02.svg) no-repeat center center/cover;
}
.t-school_list ul {
  gap: 2.6%;
}
@media only screen and (max-width: 767px) {
  .t-school_list ul {
    gap: 10px;
  }
}
.t-school_list ul li {
  border: 1px solid #d3d3d3;
  width: 23%;
  aspect-ratio: 13/4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-school_list ul li {
    width: 30%;
    margin-bottom: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-school_list ul li {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
}
.t-school_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.t-school_list ul li a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.t-school_list ul li a img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  object-position: center;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.t-link {
  position: relative;
}
.t-link_item {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .t-link_item {
    width: 100%;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  }
  .t-link_item:nth-child(2) {
    margin-top: -8%;
  }
}
.t-link_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t-link_item a:hover .t-link_item_img img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.t-link_item a:hover .t-link_item_img::after {
  background: rgba(0, 0, 0, 0.1843137255);
}
.t-link_item_img {
  width: 100%;
  position: relative;
}
.t-link_item_img img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.t-link_item_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3803921569);
  transition: transform 0.3s ease-in-out;
}
.t-link_item_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.t-link_item_text h4 {
  margin-top: 10px;
  font-size: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-link_item_text h4 {
    font-size: clamp(1.5rem, -1.1024096386rem + 5.421686747vw, 2.625rem);
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .t-link_item_text h4 {
    font-size: clamp(1.5rem, 0.5433673469rem + 4.0816326531vw, 2.5rem);
  }
}
.t-link_item.-recruit .t-link_item_text {
  transform: translateY(5%);
}
.t-link_item.-contact .t-link_item_text {
  transform: translateY(-5%);
}

.t-childcare {
  position: relative;
  background: url(../../assets/img/common/bg-01.svg) no-repeat center center/cover;
  overflow: hidden;
}
.t-childcare .top-section_title {
  margin-bottom: 0;
}
.t-childcare_item {
  width: 100%;
}
.t-childcare .btn {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-childcare .btn {
    margin-top: 5.4545454545vw;
  }
}
.t-childcare_ttl {
  color: #fff;
}
.t-childcare_subTtl {
  color: #be95e4;
}

#childcare-slider {
  width: 120%;
  margin-left: -10%;
  transform: rotate(5deg);
  margin-top: 80px;
  display: flex;
  align-items: stretch;
}
#childcare-slider .slick-list {
  height: auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #childcare-slider {
    margin-top: 7.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  #childcare-slider {
    transform: rotate(0);
    margin-top: 20px;
  }
}
#childcare-slider .slide {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #childcare-slider .slide {
    padding-top: 7.2727272727vw;
    padding-bottom: 7.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  #childcare-slider .slide {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#childcare-slider .slide .t-childcare_item {
  position: relative;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-5deg);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #childcare-slider .slide .t-childcare_item {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #childcare-slider .slide .t-childcare_item {
    transform: rotate(0);
    width: 90%;
  }
}
#childcare-slider .slide .t-childcare_item_ico .-main-img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 130px;
  height: 130px;
}
#childcare-slider .slide .t-childcare_item_ico .-main-img img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #childcare-slider .slide .t-childcare_item_ico .-main-img {
    width: clamp(5.625rem, 1.3063063063rem + 9.009009009vw, 7.5rem);
    height: clamp(5.625rem, 1.3063063063rem + 9.009009009vw, 7.5rem);
    right: clamp(-0.9375rem, -0.2177177177rem + -1.5015015015vw, -1.25rem);
    top: clamp(-0.9375rem, -0.2177177177rem + -1.5015015015vw, -1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  #childcare-slider .slide .t-childcare_item_ico .-main-img {
    width: 80px;
    height: 80px;
    right: -20px;
    top: -20px;
  }
}
#childcare-slider .slide .t-childcare_item_ico .-sub-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 70px;
  left: 50px;
  width: 60px;
  height: 60px;
  background: #fff500;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #childcare-slider .slide .t-childcare_item_ico .-sub-img {
    width: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
    height: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
    right: clamp(3.75rem, 0.8708708709rem + 6.006006006vw, 5rem);
    top: clamp(1.875rem, -1.0041291291rem + 6.006006006vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  #childcare-slider .slide .t-childcare_item_ico .-sub-img {
    width: 35px;
    height: 35px;
    left: 40px;
    top: 20px;
  }
}
#childcare-slider .slide .t-childcare_item_ico .-sub-img img {
  display: block;
  width: 33px;
  height: 33px;
  object-fit: contain;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #childcare-slider .slide .t-childcare_item_ico .-sub-img img {
    width: clamp(1.5625rem, 0.4108483483rem + 2.4024024024vw, 2.0625rem);
    height: clamp(1.5625rem, 0.4108483483rem + 2.4024024024vw, 2.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  #childcare-slider .slide .t-childcare_item_ico .-sub-img img {
    width: 25px;
    height: 25px;
  }
}
#childcare-slider .slide .t-childcare_item_img {
  aspect-ratio: 3/2;
}
#childcare-slider .slide .t-childcare_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
#childcare-slider .slide .t-childcare_item p {
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #childcare-slider .slide .t-childcare_item p {
    margin-top: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
#childcare-slider .slick-dots {
  transform: rotate(-5deg);
  width: 102.5%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #childcare-slider .slick-dots {
    transform: rotate(0);
  }
}
#childcare-slider .slick-dots li.slick-active button:before {
  color: #ffd908;
  font-size: 12px;
}
#childcare-slider .slick-dots li button:before {
  color: #ffd908;
  font-size: 12px;
}

/* フェードインアニメーションの定義 */
.t-news {
  position: relative;
}
.t-news.top-section {
  padding-bottom: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-news.top-section {
    padding-bottom: clamp(6.25rem, -5.2665165165rem + 24.024024024vw, 11.25rem);
    padding-top: clamp(1.25rem, -3.0686936937rem + 9.009009009vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-news.top-section {
    padding-bottom: 120px;
    padding-top: 0;
  }
}
.t-news_contents {
  border-radius: 32px;
  padding: 40px 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-news_contents {
    padding: clamp(1.25rem, -1.6291291291rem + 6.006006006vw, 2.5rem) clamp(3.75rem, -2.0082582583rem + 12.012012012vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-news_contents {
    padding: 20px 25px;
  }
}
.t-news_contents ul li {
  padding: 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-news_contents ul li {
    padding: 1.8181818182vw 0;
  }
}
.t-news_contents ul li a {
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-news_contents ul li a {
    gap: clamp(1.25rem, -1.6291291291rem + 6.006006006vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-news_contents ul li a {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.t-news_contents ul li a .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  padding: 3px 5px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-news_contents ul li a .category {
    width: clamp(7.5rem, 0.3021771772rem + 15.015015015vw, 10.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-news_contents ul li a .category {
    width: auto;
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .t-news_contents ul li a h1 {
    width: 100%;
  }
}
.t-news_contents ul li:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.t-news .btn {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-news .btn {
    margin-top: 6.3636363636vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-news .btn {
    margin-top: 50px;
  }
}

.t-banner {
  position: relative;
  z-index: 99;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .t-banner {
    height: 350px;
  }
}
.t-banner_contents {
  position: relative;
  border: 8px solid #ffd908;
  border-radius: 20px;
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  transform: translateY(-70px);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.174);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-banner_contents {
    transform: translateY(-6.3636363636vw);
    padding-top: 2.7272727273vw;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .t-banner_contents {
    transform: translateY(clamp(-300px, -120px - 180 * (100vw - 375px) / 392, -120px));
  }
}
.t-banner_contents .attntion-btnL,
.t-banner_contents .attntion-btnR {
  width: 150px;
  height: 150px;
  background: #653393;
  border: #fff 6px solid;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-banner_contents .attntion-btnL,
  .t-banner_contents .attntion-btnR {
    width: clamp(6.25rem, -0.9478228228rem + 15.015015015vw, 9.375rem);
    height: clamp(6.25rem, -0.9478228228rem + 15.015015015vw, 9.375rem);
    left: clamp(-1.5625rem, -0.1229354354rem + -3.003003003vw, -2.1875rem);
    top: clamp(-1.5625rem, -0.1229354354rem + -3.003003003vw, -2.1875rem);
    border: #fff 4px solid;
  }
}
@media only screen and (max-width: 767px) {
  .t-banner_contents .attntion-btnL,
  .t-banner_contents .attntion-btnR {
    width: 100px;
    height: 100px;
    border: #fff 3px solid;
    top: -50px;
    left: -15px;
  }
}
.t-banner_contents_txt {
  width: 95%;
  margin: auto;
  display: flex;
  padding: 10px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-banner_contents_txt {
    margin-right: 12%;
    width: 76%;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .t-banner_contents_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t-banner_contents_txt {
    flex-direction: column-reverse;
    width: 100%;
  }
  .t-banner_contents_txt p {
    margin-left: 15%;
    margin-right: 10%;
  }
  .t-banner_contents_txt p.-fs-18 {
    font-size: 14px;
  }
}
.t-banner_contents_txt h3 {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-banner_contents_txt h3 {
    font-size: clamp(1.625rem, 0.041478979rem + 3.3033033033vw, 2.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-banner_contents_txt h3 {
    position: relative;
  }
  .t-banner_contents_txt h3.-fs-40 {
    font-size: clamp(1.625rem, -0.3903903904rem + 4.2042042042vw, 2.5rem);
  }
  .t-banner_contents_txt h3::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background: #323232;
    right: 10%;
    bottom: 0;
    transform: rotate(30deg);
  }
  .t-banner_contents_txt h3::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background: #323232;
    left: 10%;
    bottom: 0;
    transform: rotate(-30deg);
  }
}
.t-banner_contents_txt_left {
  width: 90%;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .t-banner_contents_txt_left {
    width: 100%;
    padding-top: 5px;
  }
}
.t-banner_contents_txt_right {
  width: 30%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .t-banner_contents_txt_right {
    width: 70%;
    margin: auto;
    justify-content: space-around;
  }
}
.t-banner_contents_txt_right .attntion-btnR_up {
  padding-bottom: 10px;
}
.t-banner_contents .merit {
  gap: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-banner_contents .merit {
    gap: 1.2727272727vw;
    margin-bottom: 1.8181818182vw;
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-banner_contents .merit {
    gap: 2%;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.t-banner_contents .merit li {
  border-radius: 50px;
  background: #ffd908;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-banner_contents .merit li {
    padding-left: clamp(0.625rem, -0.8145645646rem + 3.003003003vw, 1.25rem);
    padding-right: clamp(0.625rem, -0.8145645646rem + 3.003003003vw, 1.25rem);
    font-size: clamp(0.75rem, 0.1741741742rem + 1.2012012012vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-banner_contents .merit li {
    width: 45%;
    border-radius: 7px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 1%;
    font-size: 12px;
  }
}
.t-banner_contents_img {
  line-height: 1;
  overflow: hidden;
}
.t-banner_contents_img img {
  line-height: 1;
  width: 100%;
  object-fit: cover;
}

.common-under-pd {
  padding: 40px 0 130px 0;
}

@media screen and (max-width: 1024px) {
  .common-under-pd {
    padding: 20px 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .common-under-pd {
    padding: 20px 0 50px 0;
  }
}
.m-common {
  margin-top: 110px;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .m-common {
    margin-top: 10vw;
    margin-bottom: 13.6363636364vw;
  }
}
@media only screen and (max-width: 767px) {
  .m-common {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

.page-404 {
  margin-top: 200px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .privacy_policy .privacy-title {
    margin-bottom: 20px;
  }
  .privacy_policy .privacy-title .-fs-45 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy_policy_contents {
    line-height: 1.7;
  }
}
.privacy_policy_contents ol > li::marker {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .privacy_policy_contents ol > li::marker {
    font-size: clamp(1rem, 0.1362612613rem + 1.8018018018vw, 1.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacy_policy_contents ol > li::marker {
    font-size: 18px;
  }
}
.privacy_policy_contents ol > li p {
  margin: 3px 0;
}
.privacy_policy_contents ol > li .privacy-list-circle {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .privacy_policy_contents ol .-fs-22 {
    font-size: 18px;
  }
}
.privacy_policy_contents .privacy-cliant dl dt {
  width: 55px;
  text-align: right;
}
.privacy_policy_contents .privacy-cliant dl dd span {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}

/* デフォルト矢印を消す */
.select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding-right: 30px;
}

/* 親に相対配置 */
.recruit-search_list_item.-select {
  position: relative;
}

/* 疑似要素で矢印を作成 */
.recruit-search_list_item.-select::after {
  content: "";
  position: absolute;
  right: 20px; /* 位置調整 */
  top: 50%;
  transform: translateY(-50%) rotate(45deg); /* 45度回転で矢印風に */
  width: 8px; /* 矢印のサイズ */
  height: 8px;
  border-right: 1px solid #333; /* 矢印の線 */
  border-bottom: 1px solid #333;
  pointer-events: none;
}

.recruit-search {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .recruit-search {
    padding-top: 0;
  }
}
.recruit-search_content {
  position: relative;
  border: 8px solid #653393;
  border-radius: 28px;
  padding: 35px 70px;
  background: #fff;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .recruit-search_content {
    padding: clamp(1.25rem, -1.7391304348rem + 4.347826087vw, 1.875rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-search_content {
    padding: clamp(0.625rem, -2.2541291291rem + 6.006006006vw, 1.875rem) clamp(0.625rem, -2.2541291291rem + 6.006006006vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-search_content {
    margin-top: 30px;
    padding: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem) clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem) clamp(3.125rem, 1.6854354354rem + 3.003003003vw, 3.75rem) clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
.recruit-search_list {
  gap: 2%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-search_list {
    gap: 1%;
  }
}
.recruit-search_list_item {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .recruit-search_list_item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 12px;
  }
}
.recruit-search_list_item label {
  font-weight: bold;
  margin-right: 10px;
  color: #626059;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .recruit-search_list_item label {
    margin-right: clamp(0.3125rem, -1.1820652174rem + 2.1739130435vw, 0.625rem);
    font-size: clamp(0.875rem, 0.277173913rem + 0.8695652174vw, 1rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-search_list_item label {
    min-width: clamp(10rem, 1.3626126126rem + 18.018018018vw, 13.75rem);
    font-size: clamp(0.6875rem, 0.2556306306rem + 0.9009009009vw, 0.875rem);
    margin-right: clamp(0.1875rem, -1.8278903904rem + 4.2042042042vw, 1.0625rem);
    letter-spacing: -0.9px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-search_list_item label {
    display: block;
    width: 100px;
    font-size: 14px;
    text-align: right;
  }
}
.recruit-search_list_item select {
  min-width: 270px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .recruit-search_list_item select {
    min-width: clamp(14.375rem, -0.5706521739rem + 21.7391304348vw, 17.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-search_list_item select {
    min-width: clamp(10rem, 1.3626126126rem + 18.018018018vw, 13.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-search_list_item select {
    width: calc(100% - 110px);
    min-width: 0;
    max-width: 100%;
  }
}
.recruit-search_list_item input {
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 10px;
  padding: 12px 20px;
  color: #323232;
  min-width: 270px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .recruit-search_list_item input {
    min-width: clamp(14.375rem, -0.5706521739rem + 21.7391304348vw, 17.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-search_list_item input {
    min-width: clamp(10rem, 1.3626126126rem + 18.018018018vw, 13.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-search_list_item input {
    width: calc(100% - 110px);
    min-width: 0;
    max-width: 100%;
  }
}
.recruit-search_list_item .input-box::placeholder {
  font-size: 16px;
  color: #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .recruit-search_list_item .input-box::placeholder {
    font-size: 14px;
  }
}
.recruit-search .reset-btn {
  position: relative;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #653393;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-search .reset-btn {
    bottom: 2.7272727273vw;
    right: 2.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-search .reset-btn {
    bottom: 15px;
    right: 15px;
  }
}
.recruit-search .reset-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #653393;
  opacity: 1;
  transition: 0.3s;
}
.recruit-search .reset-btn:hover::after {
  opacity: 0;
}

.result {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .result {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .result .inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }
}
.result_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  border: 1px solid #c3c3c3;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .result_table {
    position: relative;
    width: 900px;
    margin-left: 5%;
  }
  .result_table::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background: transparent;
    top: 0;
    right: -10px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .result_table tr {
    font-size: clamp(0.75rem, 0.4620870871rem + 0.6006006006vw, 0.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .result_table tr {
    font-size: 14px;
    line-height: 1.3;
  }
}
.result_table tr th {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 66px;
  line-height: 66px;
  font-weight: bold;
  background: #eeeeee;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .result_table tr th {
    font-size: clamp(0.75rem, 0.4620870871rem + 0.6006006006vw, 0.875rem);
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .result_table tr th {
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    height: 50px;
    line-height: 50px;
  }
}
.result_table tr th:first-child {
  border-radius: 16px 0 0 0;
  border-left: 1px solid #707070;
}
.result_table tr th:last-child {
  border-radius: 0 16px 0 0;
}
.result_table tr td {
  padding: 15px 7px;
  background: #fff;
  border-bottom: 1px solid #c3c3c3;
}
.result_table tr td:not(:last-child) {
  border-right: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .result_table tr td {
    padding: clamp(0.3125rem, -0.4072822823rem + 1.5015015015vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .result_table tr td {
    padding: 7px 5px;
  }
}
.result_table tr td .-name {
  transition: 0.3s;
}
.result_table tr td .-name:hover {
  color: #653393;
  transition: 0.3s;
}
.result_table tr:last-child td {
  border-bottom: none;
}
.result_table tr:last-child td:first-child {
  border-radius: 0 0 0 16px;
}
.result_table tr:last-child td:last-child {
  border-radius: 0 0 16px 0;
}

.search-btn {
  position: relative;
  max-width: 380px;
  width: 90%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .search-btn {
    max-width: clamp(17.5rem, 3.1043543544rem + 30.03003003vw, 23.75rem);
    height: clamp(3.25rem, 1.3785660661rem + 3.9039039039vw, 4.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  .search-btn {
    height: clamp(3.125rem, 1.6854354354rem + 3.003003003vw, 3.75rem);
  }
}
.search-btn input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.search-btn input.-fs-22 {
  font-size: clamp(0.875rem, 0.0112612613rem + 1.8018018018vw, 1.25rem);
}
.search-btn.-input-arrow .arrow {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 48%;
  right: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.mail-btn {
  text-align: center;
  width: 130px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .mail-btn {
    width: 12.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .mail-btn {
    width: 100px;
  }
}
.mail-btn a {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #653393;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 7px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .mail-btn a {
    font-size: clamp(0.625rem, 0.1931306306rem + 0.9009009009vw, 0.8125rem);
    width: clamp(5rem, 2.1208708709rem + 6.006006006vw, 6.25rem);
    height: clamp(2.1875rem, 1.4677177177rem + 1.5015015015vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .mail-btn a {
    width: 85px;
    font-size: 12px;
  }
}

.resul_table a {
  width: 100%;
}

.active-btn img {
  width: 65%;
  background: #653393;
  padding: 10px 20px;
  border-radius: 10px;
}

.btn-color {
  background: #653393;
  padding: 10px;
  border-radius: 5px;
}
.btn-color img {
  width: 100%;
}

.active-btn {
  text-align: center;
  width: 130px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .active-btn {
    width: 12.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .active-btn {
    width: 100px;
  }
}
.active-btn a {
  gap: 3px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #653393;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 7px;
  text-align: center;
  line-height: 1.3;
}
.active-btn a img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .active-btn a img {
    width: clamp(1rem, 0.2802177177rem + 1.5015015015vw, 1.3125rem);
    height: clamp(1rem, 0.2802177177rem + 1.5015015015vw, 1.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .active-btn a img {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .active-btn a {
    font-size: clamp(0.625rem, 0.1931306306rem + 0.9009009009vw, 0.8125rem);
    width: clamp(5rem, 2.1208708709rem + 6.006006006vw, 6.25rem);
    height: clamp(2.1875rem, 1.4677177177rem + 1.5015015015vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .active-btn a {
    width: 85px;
    font-size: 12px;
  }
}

.table-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media screen and (max-width: 768px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.scroll-hint {
  display: none; /* デフォルトは非表示 */
  position: absolute; /* table-wrapper 内での絶対位置 */
  top: 50%; /* 親要素の垂直中央 */
  left: 50%; /* 親要素の水平中央 */
  transform: translate(-50%, -50%); /* 正確に中央に */
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 6px 10px;
  border-radius: 6px;
  pointer-events: none; /* クリックを邪魔しない */
  white-space: nowrap;
  z-index: 10; /* テーブルより前面 */
  animation: bounce 1.2s infinite;
}

/* スマホ表示のみ */
@media screen and (max-width: 768px) {
  .scroll-hint {
    display: block;
  }
}
/* 左右に軽く揺れるアニメーション */
@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, -50%) translateX(0);
  }
  50% {
    transform: translate(-50%, -50%) translateX(-8px);
  }
}
.r-detail-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .r-detail-box {
    margin-top: 3.6363636364vw;
  }
}

.recruit-detail_txt h6 {
  padding: 0;
  padding-left: 22px;
}

@media only screen and (max-width: 767px) {
  .recruit-detail h1 {
    line-height: 1.5;
  }
}
.recruit-detail .contents {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents {
    padding: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail .contents {
    padding: 10px;
    margin: 20px 0;
  }
}
.recruit-detail .contents h1 {
  position: relative;
  font-size: 22px;
  padding-left: 13px;
  line-height: 1.5;
  margin: 3px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents h1 {
    font-size: clamp(1.125rem, 0.5491741742rem + 1.2012012012vw, 1.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail .contents h1 {
    font-size: 20px;
  }
}
.recruit-detail .contents h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: #653393;
  border-radius: 3px;
}
.recruit-detail .contents h2 {
  font-size: 22px;
  color: #653393;
  line-height: 1.5;
  margin: 3px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents h2 {
    font-size: clamp(1.125rem, 0.5491741742rem + 1.2012012012vw, 1.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail .contents h2 {
    font-size: 20px;
  }
}
.recruit-detail .contents h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 3px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents h3 {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail .contents h3 {
    font-size: 18px;
  }
}
.recruit-detail .contents h4 {
  font-size: 18px;
  line-height: 1.5;
  margin: 3px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents h4 {
    font-size: clamp(0.875rem, 0.2991741742rem + 1.2012012012vw, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail .contents h4 {
    font-size: 16px;
  }
}
.recruit-detail .contents h5 {
  font-size: 16px;
  line-height: 1.5;
  margin: 3px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents h5 {
    font-size: clamp(0.875rem, 0.5870870871rem + 0.6006006006vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail .contents h5 {
    font-size: 14px;
  }
}
.recruit-detail .contents h6 {
  font-size: 14px;
  line-height: 1.5;
  margin: 3px 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents h6 {
    font-size: clamp(0.875rem, 0.5870870871rem + 0.6006006006vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail .contents h6 {
    font-size: 16px;
  }
}
.recruit-detail .contents p {
  margin: 3px 0;
}
.recruit-detail .contents ul {
  margin: 3px 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents ul {
    padding-left: clamp(1.0625rem, 0.6306306306rem + 0.9009009009vw, 1.25rem);
  }
}
.recruit-detail .contents ul li {
  list-style-type: disc;
}
.recruit-detail .contents ol {
  margin: 3px 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail .contents ol {
    padding-left: clamp(1.0625rem, 0.6306306306rem + 0.9009009009vw, 1.25rem);
  }
}
.recruit-detail .contents ol li {
  list-style-type: decimal;
}
.recruit-detail .contents a {
  color: #653393;
  text-decoration: underline;
}
.recruit-detail_contents .recruit-detail_txt_item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_contents .recruit-detail_txt_item {
    margin-bottom: 2.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_contents .recruit-detail_txt_item {
    margin-bottom: 20px;
  }
}
.recruit-detail_contents .recruit-detail_txt_item p {
  padding-left: 22px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_contents .recruit-detail_txt_item p {
    padding-left: clamp(1.0625rem, 0.3427177177rem + 1.5015015015vw, 1.375rem);
  }
}
.recruit-detail_contents.-col02 .recruit-detail_txt {
  width: 50%;
  margin-left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_contents.-col02 .recruit-detail_txt {
    margin-left: clamp(1.875rem, -1.0041291291rem + 6.006006006vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_contents.-col02 .recruit-detail_txt {
    width: 100%;
    margin-left: 0;
  }
}
.recruit-detail_sub h3 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 0%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_sub h3 {
    margin-bottom: 2.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_sub h3 {
    margin-bottom: 20px;
  }
}
.recruit-detail_sub h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  opacity: 0;
  height: 1px;
  background: #653393;
  transition: all 0.5s;
}
.recruit-detail_sub h3.active::after {
  width: 100%;
  opacity: 1;
}
.recruit-detail_sub_flex {
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .recruit-detail_sub_flex {
    gap: 10px;
  }
}
.recruit-detail_sub_item {
  width: calc((100% - 50px) / 3);
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_sub_item {
    padding: clamp(0.9375rem, -1.2218468468rem + 4.5045045045vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_sub_item {
    width: 100%;
    padding: 10px;
  }
}
.recruit-detail_sub_item p {
  padding-left: 22px;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_sub_item p {
    padding-left: clamp(1.0625rem, 0.3427177177rem + 1.5015015015vw, 1.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_sub_item p {
    margin-top: 2px;
  }
}
.recruit-detail_sub_map {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_sub_map {
    margin-top: 3.6363636364vw;
  }
}
.recruit-detail_sub_map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_sub_map iframe {
    height: clamp(18.75rem, -10.0412912913rem + 60.0600600601vw, 31.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_sub_map iframe {
    height: clamp(12.5rem, -1.8956456456rem + 30.03003003vw, 18.75rem);
  }
}

.recruit-detail_txt_btn {
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_txt_btn {
    gap: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_txt_btn {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
.recruit-detail_txt_btn .-mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 45%;
  max-width: 290px;
  padding: 36px 5px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_txt_btn .-mail-btn {
    width: 48%;
    max-width: 26.3636363636vw;
    padding: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem) clamp(0.125rem, -0.3068693694rem + 0.9009009009vw, 0.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_txt_btn .-mail-btn {
    width: 100%;
    max-width: 320px;
    padding: 17px 5px;
  }
}
.recruit-detail_txt_btn .-mail-btn img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: invert(100%) sepia(0%) saturate(4086%) hue-rotate(298deg) brightness(105%) contrast(101%);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_txt_btn .-mail-btn img {
    width: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    height: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
.recruit-detail_txt_btn .-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 45%;
  max-width: 290px;
  padding: 36px 5px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_txt_btn .-search-btn {
    width: 48%;
    max-width: 26.3636363636vw;
    padding: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem) clamp(0.125rem, -0.3068693694rem + 0.9009009009vw, 0.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_txt_btn .-search-btn {
    width: 100%;
    max-width: 320px;
    padding: 17px 5px;
  }
}
.recruit-detail_txt_btn .-search-btn img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_txt_btn .-search-btn img {
    width: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    height: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
.recruit-detail_txt_btn .hp-btn:hover {
  background-color: #be95e4;
}
.recruit-detail_txt_btn .mail-btn:hover {
  background-color: #8a55bf;
}

.recruit-detail_img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .recruit-detail_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.recruit-detail_img .slider {
  width: 100%;
}
.recruit-detail_img .slider .slick-img {
  width: 100%;
  position: relative;
}
.recruit-detail_img .slider .slick-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_img .slider .slick-img img {
    height: clamp(16.875rem, -1.8393393393rem + 39.039039039vw, 25rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_img .slider .slick-img img {
    height: clamp(12.5rem, -1.8956456456rem + 30.03003003vw, 18.75rem);
  }
}
.recruit-detail_img .slider .slick-img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 7px 0 7px 0;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.3803921569);
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_img .slider .slick-img p {
    font-size: clamp(0.875rem, 0.5870870871rem + 0.6006006006vw, 1rem);
    padding: 1% 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_img .slider .slick-img p {
    font-size: 14px;
    padding: 3px 0;
  }
}
.recruit-detail_img .thumbnail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recruit-detail_img .thumbnail .thumbnail-img {
  position: relative;
  width: 33.3333333333%;
}
.recruit-detail_img .thumbnail .thumbnail-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .recruit-detail_img .thumbnail .thumbnail-img img {
    height: clamp(6.25rem, -0.9478228228rem + 15.015015015vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-detail_img .thumbnail .thumbnail-img img {
    height: clamp(4.375rem, -2.8228228228rem + 15.015015015vw, 7.5rem);
  }
}
.recruit-detail_img .thumbnail .thumbnail-img img.active {
  opacity: 1;
}
.recruit-detail_img .thumbnail .thumbnail-img.slick-current img {
  opacity: 1;
}

.back-recruit {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .back-recruit {
    padding-top: 40px;
  }
}

.contact {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .contact .br-contents {
    padding: 20px 15px;
  }
}

.contact-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact-flow {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-flow {
    gap: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.contact-flow_item {
  position: relative;
}
.contact-flow_item .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #a2a2a2;
  color: #a2a2a2;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact-flow_item .num {
    width: clamp(2.1875rem, 0.0281531532rem + 4.5045045045vw, 3.125rem);
    height: clamp(2.1875rem, 0.0281531532rem + 4.5045045045vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .contact-flow_item .num {
    width: 35px;
    height: 35px;
  }
}
.contact-flow_item .num::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #a2a2a2;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contact-flow_item .num::after {
    width: 50px;
    right: -52px;
  }
}
.contact-flow_item .text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #a2a2a2;
  white-space: nowrap;
}
.contact-flow_item:last-child .num::after {
  display: none !important;
}
.contact-flow_item.active .num {
  background: #653393;
  border: 2px solid #653393;
  color: #fff;
}
.contact-flow_item.active .text {
  color: #653393;
}

.form-block_item {
  margin-bottom: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .form-block_item {
    width: 100%;
  }
}
.form-block_item .label {
  margin-bottom: 5px;
}
.form-block_item .address {
  margin-bottom: 10px;
}
.form-block_item .address span {
  margin-right: 5px;
}
.form-block input[type=text] {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .form-block input[type=text] {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=text] {
    padding: 5px;
  }
}
.form-block input[type=email] {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .form-block input[type=email] {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=email] {
    padding: 5px;
  }
}
.form-block input[type=checkbox] {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .form-block input[type=checkbox] {
    width: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
    height: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
.form-block textarea {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .form-block textarea {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block textarea {
    padding: 5px;
  }
}
.form-block .checbox {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form-block .checbox.-ai-c {
    align-items: flex-start;
  }
  .form-block .checbox.-ai-c label {
    line-height: 1.3;
  }
  .form-block .checbox.-ai-c input {
    margin-top: 2px;
  }
}

.max-width {
  width: 100%;
}

.min-width {
  width: 200px;
  max-width: 100%;
}

.mid-width {
  width: 270px;
  max-width: 100%;
}

.required {
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  background: #ffd908;
  padding: 3px 10px;
  margin-left: 10px;
  line-height: 1;
}

#conf .form-block_item {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 20px;
}
#conf .form-block_item .label {
  font-weight: bold;
}

.privacy-check {
  margin-bottom: 50px;
}
.privacy-check a {
  display: inline-block;
  color: #653393;
  text-decoration: underline;
  margin-right: 2px;
}

.send-btn {
  position: relative;
  max-width: 380px;
  width: 90%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .send-btn {
    max-width: clamp(17.5rem, 3.1043543544rem + 30.03003003vw, 23.75rem);
    height: clamp(3.25rem, 1.3785660661rem + 3.9039039039vw, 4.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  .send-btn {
    height: clamp(3.125rem, 1.6854354354rem + 3.003003003vw, 3.75rem);
  }
}
.send-btn input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.send-btn input.-fs-22 {
  font-size: clamp(0.875rem, 0.0112612613rem + 1.8018018018vw, 1.25rem);
}
.send-btn.-input-arrow .arrow {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 48%;
  right: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.back-btn {
  display: block;
  position: relative;
  max-width: 200px;
  width: 50%;
  padding: 17px 5px 17px 5px;
  border: 1px solid #707070;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
  background: #707070;
  color: #fff;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .back-btn {
    padding-top: clamp(0.625rem, -0.3826951952rem + 2.1021021021vw, 1.0625rem);
    padding-bottom: clamp(0.625rem, -0.3826951952rem + 2.1021021021vw, 1.0625rem);
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .back-btn {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.back-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}
.back-btn:hover {
  background: #fff;
  color: #707070;
}
.back-btn:hover::after {
  border-color: #707070;
}

.sitemap_contents {
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sitemap_contents {
    margin-top: clamp(4.375rem, 0.0563063063rem + 9.009009009vw, 6.25rem);
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap_contents {
    margin-top: clamp(2.5rem, 1.295503212rem + 6.4239828694vw, 4.375rem);
    padding-top: 0;
  }
}
.sitemap_contents_item {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sitemap_contents_item a {
  transition: 0.3s ease-in;
}
.sitemap_contents_item a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in;
  background: linear-gradient(90deg, rgb(118, 68, 164), rgb(22, 0, 51));
  background: -webkit-linear-gradient(90deg, rgb(118, 68, 164), rgb(22, 0, 51));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sitemap_contents_item .map-parents {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_item .map-parents {
    margin-bottom: 15px;
  }
}
.sitemap_contents_item .is_map-child {
  position: relative;
  padding-left: 60px;
}
.sitemap_contents_item .is_map-child li {
  position: relative;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_item .is_map-child li {
    height: 25px;
  }
}
.sitemap_contents_item .is_map-child li::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  left: -15px;
  top: 50%;
  transform: translateX(-50%);
  background: #653393;
}
.sitemap_contents_item .is_map-child li:first-child::before {
  height: 15px;
}
.sitemap_contents_item .is_map-child li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: -23px;
  bottom: 50%;
  background: #653393;
}

.sitemap_contents {
  width: 100%;
}
.sitemap_contents_img {
  width: 40%;
  mix-blend-mode: multiply;
}
.sitemap_contents img {
  width: 100%;
}
.sitemap_contents_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  gap: 15%;
}
@media screen and (max-width: 1330px) {
  .sitemap_contents_box {
    gap: 10%;
  }
}
@media screen and (max-width: 1100px) {
  .sitemap_contents_box {
    gap: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_box {
    display: block;
    margin-top: 30px;
  }
}
.sitemap_contents_box_left {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_box_left {
    width: 100%;
  }
}
.sitemap_contents_box_left ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 45px;
  row-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_box_left ul {
    column-gap: clamp(1.25rem, 0.2462526767rem + 5.3533190578vw, 2.8125rem);
    row-gap: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.sitemap_contents_box_left ul li {
  width: calc(50% - 22.5px);
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  line-height: 1;
}
.sitemap_contents_box_left ul li:hover a span::before {
  right: 0px;
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  .sitemap_contents_box_left ul li {
    width: 100%;
  }
}
.sitemap_contents_box_left ul li a {
  color: #333;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sitemap_contents_box_left ul li a {
    font-size: clamp(1.25rem, 0.6741741742rem + 1.2012012012vw, 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_box_left ul li a {
    font-size: clamp(1.125rem, 1.0447002141rem + 0.4282655246vw, 1.25rem);
  }
}
.sitemap_contents_box_left ul li a span {
  position: relative;
  display: inline-block;
}
.sitemap_contents_box_left ul li a span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.sitemap_contents_box_right {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_box_right {
    width: 100%;
    align-items: center;
    margin-top: 40px;
  }
}
.sitemap_contents_box_right a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-weight: bold;
  height: 80px;
  text-decoration: none;
  border-radius: 44px;
  position: relative;
  text-align: center;
  width: 100%;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_box_right a {
    max-width: 240px;
    width: 100%;
    height: 50px;
  }
}
.sitemap_contents_box_right a span {
  width: 100%;
  font-size: 24px;
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .sitemap_contents_box_right a span {
    font-size: clamp(1.125rem, 0.2612612613rem + 1.8018018018vw, 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .sitemap_contents_box_right a span {
    font-size: clamp(1.125rem, 1.0447002141rem + 0.4282655246vw, 1.25rem);
    align-items: flex-start;
    padding-left: 15px;
  }
}
.sitemap_contents_box_right a:first-child {
  background: #653393;
}
.sitemap_contents_box_right a:first-child img {
  width: 10%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
.sitemap_contents_box_right a:last-child {
  background: #be95e4;
}
.sitemap_contents_box_right a:last-child img {
  width: 10%;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}

.sitemap-btn {
  width: 100%;
  display: flex;
  position: absolute;
  top: 75%;
  left: 9%;
  gap: 25px;
}
.sitemap-btn a {
  display: flex;
  align-items: center; /* 垂直に中央寄せ */
  justify-content: center; /* 水平方向に中央寄せ */
  gap: 10px; /* 画像と文字の間に少し余白を空けたい場合 */
  color: #ffffff;
  font-weight: bold;
  height: 60px; /* ボタンの高さも指定しておくと整理しやすい */
  text-decoration: none;
  border-radius: 44px;
}
.sitemap-btn a span {
  width: 100%;
  font-size: 24px;
}
.sitemap-btn_1 {
  width: 40%;
  background: #653393;
}
.sitemap-btn_1 img {
  width: 4%;
  position: absolute;
  top: 20%;
  left: 4%;
}
.sitemap-btn_2 {
  width: 40%;
  background: #be95e4;
}
.sitemap-btn_2 img {
  width: 4%;
  position: absolute;
  top: 20%;
  left: 47%;
}

.sitemap-btn a span.-icon {
  display: flex;
  align-items: center; /* 垂直に中央寄せ */
  justify-content: center; /* 水平方向に中央寄せ */
  gap: 10px; /* 画像と文字の間に少し余白 */
  width: 100%;
  height: 100%;
}

.saitemap a span.-icon {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

.overview {
  width: 100%;
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .overview {
    margin-top: clamp(3.75rem, -2.0082582583rem + 12.012012012vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .overview {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.overview_reason {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .overview_reason {
    width: 100%;
  }
}
.overview_reason_box {
  background-color: #fff;
  border: 5px solid #653393;
  padding: 45px 60px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .overview_reason_box {
    padding: clamp(1.5625rem, -1.3166291291rem + 6.006006006vw, 2.8125rem) clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .overview_reason_box {
    padding: 20px 15px;
  }
}
.overview_reason_box p {
  font-weight: 400;
}
.overview h3 {
  padding-left: 90px;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .overview h3 {
    padding-left: clamp(5rem, 4.1485346359rem + 1.7761989343vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .overview h3 {
    padding-left: 65px;
    margin-bottom: clamp(0.9375rem, 0.5360010707rem + 2.1413276231vw, 1.5625rem);
  }
}

.overview-ozn {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .overview-ozn {
    margin-top: clamp(3.75rem, -2.0082582583rem + 12.012012012vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .overview-ozn {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.overview-ozn h3 {
  padding-left: 90px;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .overview-ozn h3 {
    padding-left: clamp(5rem, 2.0108695652rem + 4.347826087vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .overview-ozn h3 {
    padding-left: 65px;
    margin-bottom: clamp(0.9375rem, 0.5360010707rem + 2.1413276231vw, 1.5625rem);
  }
}
.overview-ozn_history p {
  padding-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .overview-ozn_history p {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-ozn_history p {
    padding-top: 0;
  }
}
.overview-ozn_history a {
  color: #653393;
}

.overview-ozn_box {
  width: 100%;
  border: 5px solid #653393;
  background-color: #fff;
  border-radius: 30px;
}
.overview-ozn_box table {
  width: 100%;
}
.overview-ozn_box tr {
  width: 100%;
}
.overview-ozn_box th {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #653393;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .overview-ozn_box th {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .overview-ozn_box th {
    font-size: 15px;
  }
}
.overview-ozn_box tr:first-of-type th {
  border-radius: 20px 0 0 0;
}
.overview-ozn_box tr:last-of-type th {
  border-radius: 0 0 0 20px;
}
.overview-ozn_box tr:last-child th,
.overview-ozn_box tr:last-child td {
  border-bottom: none;
}
.overview-ozn_box td {
  width: 70%;
  border-bottom: 2px solid #653393;
  padding: 15px 85px 15px 50px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .overview-ozn_box td {
    padding: clamp(0.625rem, -0.0947822823rem + 1.5015015015vw, 0.9375rem) clamp(2.5rem, 1.0604354354rem + 3.003003003vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .overview-ozn_box td {
    padding: 2% 0% 2% 2%;
  }
}
.overview-ozn_box_space {
  padding-left: 2%;
}
@media only screen and (max-width: 767px) {
  .overview-ozn_box_space {
    padding-left: 0;
  }
}

.btn-box {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .btn-box {
    margin-top: clamp(3.75rem, -2.0082582583rem + 12.012012012vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .btn-box {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.btn-box a {
  max-width: 427px !important;
}
.btn-box_area a {
  font-size: 20px !important;
}

@media screen and (max-width: 767px) {
  .btn-box {
    margin-top: 40px;
  }
  .overview-btn {
    font-size: 16px !important;
  }
  .overview-arrow {
    width: 30px !important;
    height: 30px !important;
  }
  .overview-arrow::after {
    top: 45% !important;
    left: 5px !important;
  }
}
.activities {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .activities {
    margin-top: clamp(4.375rem, 0.0563063063rem + 9.009009009vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .activities {
    margin-top: clamp(2.5rem, 1.295503212rem + 6.4239828694vw, 4.375rem);
  }
}
.activities-box {
  display: flex;
  margin-top: 40px;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .activities-box {
    flex-direction: column;
  }
}
.activities-box_txt {
  flex: 0 0 65%;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .activities-box_txt {
    flex: 0 0 60%;
  }
}
.activities-box_img {
  flex: 0 0 35%;
  border-radius: 30px;
  overflow: hidden;
  height: 310px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .activities-box_img {
    height: clamp(14.375rem, 2.8087349398rem + 24.0963855422vw, 19.375rem);
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .activities-box_img {
    height: clamp(11.25rem, 3.4773596939rem + 33.1632653061vw, 19.375rem);
  }
}
.activities-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.activities-box {
  display: flex;
  width: 100%;
}
.activities-box h3 {
  padding-left: 90px;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .activities-box h3 {
    padding-left: clamp(5rem, 2.0108695652rem + 4.347826087vw, 5.625rem);
    margin-bottom: clamp(2.5rem, -0.4891304348rem + 4.347826087vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .activities-box h3 {
    padding-left: 65px;
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}
.activities-box p {
  font-size: 28px;
  font-weight: bold;
  color: #653393;
  line-height: 50px;
  letter-spacing: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .activities-box p {
    font-size: clamp(1rem, 0.7108433735rem + 0.6024096386vw, 1.125rem);
    font-weight: bold;
    color: #653393;
    line-height: 27px;
    letter-spacing: clamp(0.1875rem, -0.1016566265rem + 0.6024096386vw, 0.3125rem);
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .activities-box p {
    font-size: clamp(0.875rem, 0.7557251908rem + 0.5089058524vw, 1rem);
    letter-spacing: clamp(0rem, -0.2981870229rem + 1.272264631vw, 0.3125rem);
    line-height: 30px;
  }
}
.activities-box_img {
  width: 30%;
}

.activities2 {
  margin-top: 200px;
  padding: 80px 0;
  position: relative;
  background-color: #653393;
}
.activities2-txt01 {
  text-align: center;
}
.activities2 h4 {
  font-size: 40px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .activities2 h4 {
    font-size: clamp(1.5rem, -0.813253012rem + 4.8192771084vw, 2.5rem);
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .activities2 h4 {
    font-size: clamp(1.125rem, 0.7662627551rem + 1.5306122449vw, 1.5rem);
  }
}
.activities2 p {
  color: #fff;
  padding-top: 80px;
  text-align: left;
  width: 100%;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .activities2 p {
    font-size: 16px;
  }
}

.activities-tri-top {
  position: absolute;
  left: 0;
  top: 100% !important;
  width: 100%;
  z-index: 1;
}

.activities-tri.tri.-bottom.-rotate-180 {
  bottom: 100%;
}

.activities3 {
  margin-top: 200px;
  position: relative;
}
.activities3-txt01 {
  text-align: center;
}
.activities3 h4 {
  font-size: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .activities3 h4 {
    font-size: clamp(1.5rem, -0.813253012rem + 4.8192771084vw, 2.5rem);
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .activities3 h4 {
    font-size: clamp(1.125rem, 0.7662627551rem + 1.5306122449vw, 1.5rem);
  }
}
.activities3 p {
  padding-top: 80px;
  text-align: left;
  width: 100%;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .activities3 p {
    font-size: 16px;
  }
}

.activities3-img {
  padding-top: 60px;
  display: flex;
}
.activities3-img_1 {
  width: 70%;
}
.activities3-img_1 p {
  padding-top: 10px;
}
.activities3-img_2 {
  width: 100%;
}
.activities3-img_2 p {
  padding-top: 10px;
}

.ActHistory {
  margin-top: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .ActHistory {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .ActHistory {
    margin-top: 100px;
  }
}
.ActHistory h3 {
  padding-left: 90px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .ActHistory h3 {
    padding-left: clamp(5rem, 2.0108695652rem + 4.347826087vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .ActHistory h3 {
    padding-left: 65px;
  }
}
.ActHistory_box h5 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; /* 全体の細い下線 */
  padding-top: 20px;
}
.ActHistory_box h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%; /* カラーの長さ */
  height: 3px;
  background-color: #653393; /* カラーの色 */
}
@media only screen and (max-width: 767px) {
  .ActHistory_box h5:first-child {
    padding-top: 0;
  }
}
.ActHistory_box p {
  padding: 30px 0 10px 0;
  font-weight: bolder;
}
.ActHistory_box li {
  padding-top: 20px;
  position: relative;
  padding-left: 1.5em;
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .ActHistory_box li {
    font-size: 16px;
  }
}
.ActHistory_box li::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 0;
  width: 11px; /* 横サイズ */
  height: 11px; /* 縦サイズ */
  background: #653393;
  border-radius: 50%; /* 丸にする */
}
@media only screen and (max-width: 767px) {
  .ActHistory_box li::before {
    width: 9px;
    height: 9px;
    top: 32px;
  }
}
.ActHistory_box .act-img {
  width: 20%;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .ActHistory_box .act-img {
    padding-top: 10px;
    width: 50%;
  }
}
.ActHistory_box .act-img img {
  width: 100%;
}
.ActHistory_box_future {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .ActHistory_box_future {
    padding: 20px 0 0px;
  }
}
.ActHistory_box_report {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .ActHistory_box_report {
    padding: 20px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ActHistory_future {
    margin-bottom: 50px;
  }
}
.ActHistory_report {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .ActHistory_report {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ActHistory_report {
    padding-top: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .activities-box {
    justify-content: space-between;
  }
  .activities-box_img {
    flex: none;
    width: 40%;
  }
  .activities3-img {
    flex-direction: column;
  }
  .activities3 p {
    padding-top: 40px;
  }
  .activities3-img_1 p {
    padding-top: 0px;
  }
  .activities3-img_2 {
    margin-top: 20px;
  }
  .activities3-img_2 p {
    padding-top: 0px;
  }
  .activities2 {
    padding: 120px 0;
  }
  .activities3 {
    margin-top: 120px;
  }
  .activities2 {
    margin-top: 120px;
  }
  .ActHistory_box h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .activities-box_txt {
    width: 100%;
  }
  .activities-box_img {
    margin-top: 20px;
    width: 100%;
  }
  .activities3-img_1 {
    width: 100%;
  }
  .activities3-img_1 img {
    width: 100%;
  }
  .activities3-img_2 img {
    width: 100%;
  }
  .activities2 {
    margin-top: 120px;
    padding: 60px 0;
  }
  .activities3 h4 {
    font-size: 24px;
  }
  .activities2 p {
    padding-top: 20px;
  }
  .activities3-img p {
    padding-top: 0;
  }
  .activities3 {
    margin-top: 80px;
  }
}
.child-buddha {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .child-buddha {
    margin-top: clamp(4.375rem, 0.0563063063rem + 9.009009009vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .child-buddha {
    margin-top: clamp(2.5rem, 1.295503212rem + 6.4239828694vw, 4.375rem);
  }
}
.child-buddha h3 {
  padding-left: 90px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .child-buddha h3 {
    padding-left: clamp(5rem, 2.0108695652rem + 4.347826087vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .child-buddha h3 {
    padding-left: 65px;
  }
}
.child-buddha p {
  font-size: 35px;
  font-weight: bold;
  color: #653393;
  line-height: 1;
  margin-top: 60px;
  font-weight: bolder;
}
@media screen and (max-width: 1100px) {
  .child-buddha p {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .child-buddha p {
    margin-top: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .child-buddha p {
    margin-top: clamp(1.25rem, -1.6291291291rem + 6.006006006vw, 2.5rem);
    line-height: 35px;
  }
}

.child-buddha_contents {
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .child-buddha_contents {
    margin-top: clamp(5.625rem, -3.0123873874rem + 18.018018018vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .child-buddha_contents {
    margin-top: clamp(3.75rem, 2.545503212rem + 6.4239828694vw, 5.625rem);
  }
}
.child-buddha_contents_1 {
  width: 100%;
}
.child-buddha_contents_1_box {
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .child-buddha_contents_1_box {
    font-size: 20px;
    margin-top: 20px;
    flex-direction: column;
  }
}
.child-buddha_contents_1_img {
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .child-buddha_contents_1_img {
    width: 100%;
  }
}
.child-buddha_contents_1_img img {
  width: 100%;
  height: auto;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .child-buddha_contents_1_img img {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.child-buddha_contents_1_txt {
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .child-buddha_contents_1_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .child-buddha_contents_1_txt {
    margin-top: 20px;
    width: 100%;
  }
}
.child-buddha_contents_1 p {
  line-height: 50px;
}
@media screen and (max-width: 1100px) {
  .child-buddha_contents_1 p {
    line-height: 40px;
  }
}

.child-buddha_contents_2 {
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .child-buddha_contents_2 {
    margin-top: clamp(5.625rem, -3.0123873874rem + 18.018018018vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .child-buddha_contents_2 {
    margin-top: clamp(3.75rem, 2.545503212rem + 6.4239828694vw, 5.625rem);
  }
}
.child-buddha_contents_2_txt {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .child-buddha_contents_2_txt {
    padding-bottom: 20px;
  }
}
.child-buddha_contents_2_txt:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.magazine {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .magazine {
    margin-top: clamp(4.375rem, 0.0563063063rem + 9.009009009vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .magazine {
    margin-top: clamp(2.5rem, 1.295503212rem + 6.4239828694vw, 4.375rem);
  }
}
.magazine h3 {
  padding-left: 90px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .magazine h3 {
    padding-left: clamp(5rem, 2.0108695652rem + 4.347826087vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .magazine h3 {
    padding-left: 65px;
  }
}
.magazine p {
  padding: 45px 0 0 0;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .magazine p {
    padding: clamp(1.5625rem, -1.3166291291rem + 6.006006006vw, 2.8125rem) 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .magazine p {
    padding: 25px 0 0 0;
  }
}

.magazine-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3%;
}
@media only screen and (max-width: 767px) {
  .magazine-box {
    flex-direction: column;
    align-items: center;
  }
}
.magazine-box_1 {
  width: 31%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .magazine-box_1 {
    margin-top: 40px;
    width: 100%;
  }
}
.magazine-box_ttl {
  font-size: 30px;
  text-align: center;
  color: #653393;
  padding: 80px 0 30px 0 !important;
  letter-spacing: 2px;
  line-height: 1;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .magazine-box_ttl {
    font-size: clamp(1.5625rem, 0.0679347826rem + 2.1739130435vw, 1.875rem);
    padding: clamp(3.75rem, -2.2282608696rem + 8.6956521739vw, 5rem) 0 clamp(1.25rem, -1.7391304348rem + 4.347826087vw, 1.875rem) 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .magazine-box_ttl {
    font-size: clamp(1.125rem, 0.1173048048rem + 2.1021021021vw, 1.5625rem);
    letter-spacing: 1px;
    padding: clamp(2.5rem, -3.4782608696rem + 8.6956521739vw, 3.75rem) 0 clamp(0.9375rem, -0.5570652174rem + 2.1739130435vw, 1.25rem) 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .magazine-box_ttl {
    font-size: 18px;
    padding: 0px 0 10px 0 !important;
  }
}
.magazine-box_img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .magazine-box_img {
    margin-bottom: 0px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.magazine-box_img img {
  width: 100%;
}
.magazine-box a {
  width: 80%;
  height: 75px;
  margin: auto;
  text-align: center;
  display: block;
  padding: 10px;
  color: #fff;
  background: #653393;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
  min-height: 75px;
  visibility: visible;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .magazine-box a {
    width: 100%;
    font-size: clamp(1.125rem, 0.527173913rem + 0.8695652174vw, 1.25rem);
    height: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .magazine-box a {
    width: 100%;
    font-size: clamp(1rem, 0.7120870871rem + 0.6006006006vw, 1.125rem);
    min-height: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .magazine-box a {
    margin-top: 20px;
    width: 100%;
    max-width: 240px;
    padding: 10px;
    font-size: clamp(1.125rem, 1.0447002141rem + 0.4282655246vw, 1.25rem);
    min-height: 55px;
    height: 55px;
  }
}
.magazine-box a:empty {
  visibility: hidden;
}
.magazine-box span {
  color: #653393;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .magazine-box span {
    width: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
    height: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
    right: 15px;
  }
}
.magazine-box span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #653393;
  border-right: 2px solid #653393;
  transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .magazine-box span::after {
    left: clamp(0.25rem, 0.0894004283rem + 0.8565310493vw, 0.5rem);
    top: 46%;
  }
}

.to-backnum {
  background: #ffd908;
  padding: 104px 0 84px 0;
}
@media screen and (max-width: 1100px) {
  .to-backnum {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .to-backnum {
    padding: 50px 0;
  }
}
.to-backnum_box {
  max-width: 530px;
  margin: auto;
}
.to-backnum a {
  font-size: 31px;
  margin: auto;
  text-align: center;
  line-height: 1;
  padding: 30px 10px;
  color: #fff;
  background: #653393;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .to-backnum a {
    font-size: clamp(1.125rem, 0.527173913rem + 0.8695652174vw, 1.25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .to-backnum a {
    font-size: clamp(1rem, 0.7120870871rem + 0.6006006006vw, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .to-backnum a {
    font-size: clamp(1.125rem, 1.0447002141rem + 0.4282655246vw, 1.25rem);
    padding: 20px;
    max-width: 350px;
  }
}
.to-backnum span {
  color: #653393;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .to-backnum span {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .to-backnum span {
    width: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
    height: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
    right: 15px;
  }
}
.to-backnum span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #653393;
  border-right: 2px solid #653393;
  transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .to-backnum span::after {
    left: clamp(0.25rem, 0.0894004283rem + 0.8565310493vw, 0.5rem);
    top: 48%;
  }
}
.to-backnum p {
  text-align: center;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .to-backnum p {
    font-size: 14px;
    padding-top: 5px;
  }
}

.news {
  margin-top: 100px;
}
.news h3 {
  padding-left: 7%;
}
@media only screen and (max-width: 767px) {
  .news h3 {
    padding-left: 50px;
  }
}
.news p {
  padding: 30px 0 0 0;
}

.news-box {
  width: 100%;
  background: #fff;
  border-radius: 28px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news-box {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .news-box {
    margin-top: 0;
  }
}
.news-box_all {
  width: 100%;
  padding: 0 95px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .news-box_all {
    padding: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news-box_all {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-box_all {
    padding: 30px;
  }
}
.news-box_list {
  width: 100%;
}
.news-box_row1.news-box_row1--singleline {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .news-box_row1.news-box_row1--singleline {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news-box_row1.news-box_row1--singleline {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .news-box_row1.news-box_row1--singleline {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  .news-box_row1.news-box_row1--singleline .news-box_date {
    font-size: 16px;
    width: auto;
    margin-right: 8px;
    display: inline-block;
  }
  .news-box_row1.news-box_row1--singleline .news-box_label {
    width: auto;
    font-size: 14px;
    height: 30px;
    line-height: 1.3;
    display: inline-block;
  }
  .news-box_row1.news-box_row1--singleline .news-box_title {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    font-size: 18px;
    order: 2;
    text-align: left;
    display: block;
  }
}
.news-box_row1.news-box_row1--singleline .news-box_date {
  display: inline-block;
  width: auto;
}
.news-box_row1.news-box_row1--singleline .news-box_label {
  display: inline-block;
  width: 17%;
  height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news-box_row1.news-box_row1--singleline .news-box_label {
    font-size: 14px;
    width: 22%;
  }
}
@media screen and (max-width: 900px) {
  .news-box_row1.news-box_row1--singleline .news-box_label {
    margin-right: 30%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .news-box_row1.news-box_row1--singleline .news-box_label {
    width: clamp(9.6875rem, 10.8832908163rem + -5.1020408163vw, 8.4375rem);
    margin-right: clamp(0.8125rem, -4.0304528061rem + 20.6632653061vw, 5.875rem);
    font-size: 14px;
    height: 30px;
    line-height: 1.3;
  }
}
.news-box_row1.news-box_row1--singleline .news-box_title {
  font-size: 19px;
  display: inline-block;
  width: auto;
  padding-top: 0;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news-box_row1.news-box_row1--singleline .news-box_title {
    padding-top: 10px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .news-box_row1.news-box_row1--singleline .news-box_title {
    display: block;
  }
}
.news-box_row1 a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 3em;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .news-box_row1 a {
    gap: 1em;
  }
}
@media screen and (max-width: 900px) {
  .news-box_row1 a {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .news-box_row1 a {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }
  .news-box_row1 a .news-box_date,
  .news-box_row1 a .news-box_label {
    display: inline-block;
    vertical-align: middle;
  }
  .news-box_row1 a .news-box_date {
    margin-right: 8px;
    font-size: 16px;
    width: auto;
  }
  .news-box_row1 a .news-box_label {
    font-size: 14px;
    height: 30px;
    line-height: 1.3;
    width: auto;
  }
  .news-box_row1 a .news-box_title {
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
    display: block;
  }
}
.news-box li {
  border-bottom: 2px solid #ccc;
  padding: 35px 0px;
}
.news-box li:last-child {
  border-bottom: 2px solid #fff;
}
.news-box li:hover {
  border-bottom: 2px solid #653393;
  cursor: pointer;
}
.news-box li:last-child:hover {
  border-bottom: 2px solid #653393;
}
.news-box_date {
  font-size: 21px;
  display: inline-block;
  width: 10%;
}
.news-box_label {
  display: inline-block;
  width: 15%;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0;
}
.news-box_title {
  font-size: 16px;
  display: inline-block;
  width: 70%;
  padding-top: 20px;
}
.news-box_title.news-box_title--singleline {
  width: auto;
  padding-top: 0;
  color: #333;
  text-decoration: none;
}

.news-filter-select {
  position: relative;
  padding-right: 2em;
  font-size: 16px;
}

.news-filter-select option {
  font-size: 16px;
}

.pagination {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  margin-top: 80px;
  gap: 20px; /* ボタン間の間隔を一定に */
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #7c4ca2;
  text-decoration: none;
  border-radius: 50%;
  padding: 0;
  margin: 0; /* 個別のmarginを削除 */
  line-height: 1; /* テキストの行高を調整 */
}

.pagination a.active,
.pagination a:hover {
  background: #7c4ca2;
  color: #ffffff;
}
.pagination a.active.prev::before, .pagination a.active.next::before,
.pagination a:hover.prev::before,
.pagination a:hover.next::before {
  border-color: #ffffff; /* ホバー時は矢印も白に */
}

/* paginate_links が current ページを <span class="page-numbers current"> で出力する場合があるため
   span.page-numbers と a.page-numbers の見た目を統一する */
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #7c4ca2;
  text-decoration: none;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.pagination .page-numbers.current {
  background: #7c4ca2;
  color: #ffffff;
}

.pagination .prev,
.pagination .next {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  /* 基本的なサイズと形状は .pagination a で制御するため省略 */
}

.pagination .prev::before,
.pagination .next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #7c4ca2;
  border-right: 2px solid #7c4ca2;
  position: absolute;
  top: calc(50% - 4px); /* 矢印の高さの半分を引いて中央に */
  left: calc(50% - 4px); /* 矢印の幅の半分を引いて中央に */
  margin: 0;
}

.pagination .prev::before {
  transform: rotate(-135deg);
}

.pagination .next::before {
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .pagination {
    margin-top: 40px;
    gap: 10px; /* スマホ・タブレット用に間隔を縮小 */
  }
  .pagination a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .news-box li {
    padding: 30px 0px;
  }
  .news-box_date {
    width: 15%;
  }
  .news-box_title {
    padding-top: 20px;
    padding-left: 0px;
    width: 100%;
  }
  .pagination a {
    margin: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .news-box_date {
    width: auto;
    font-size: 16px;
    margin-right: 8px;
  }
  .news-box_label {
    width: auto;
    padding: 5px 12px;
    font-size: 14px;
    height: 30px;
    line-height: 1.3;
  }
  .news-box_title {
    width: 100%;
    font-size: 18px;
    margin-top: 8px;
  }
  .news-box li {
    padding: 20px 0px;
  }
  .pagination a {
    margin: 0 2px;
    padding: 5px 15px;
  }
}
.news-category-list {
  margin: 30px 0 40px 0;
}
.news-category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.news-category-list li {
  margin: 0;
}
.news-category-list .category-link {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 20px;
  color: #fff;
  background-color: #653393;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.2s, box-shadow 0.2s;
  opacity: 0.85;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.news-category-list .category-link.active,
.news-category-list .category-link:hover {
  opacity: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}
.news-category-list .category-link.selected {
  background-color: #be95e4 !important;
  opacity: 1;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 767px) {
  .news-category-list ul {
    gap: 6px;
  }
  .news-category-list .category-link {
    font-size: 13px;
    padding: 6px 12px;
  }
}
.news-category-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-category-list li {
  margin: 0;
}
.news-category-list .category-link {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  border: 1.5px solid #653393;
  background: #fff;
  color: #653393;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(101, 51, 147, 0.06);
  cursor: pointer;
}
.news-category-list .category-link:hover {
  background: #f3eaff;
  color: #653393;
  box-shadow: 0 4px 12px rgba(101, 51, 147, 0.12);
}
.news-category-list .category-link.selected {
  background: #653393;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(101, 51, 147, 0.18);
  border-color: #653393;
}

@media screen and (max-width: 767px) {
  .news-category-list ul {
    gap: 8px;
  }
  .news-category-list .category-link {
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 18px;
  }
}
.news-filter-form {
  margin: 32px 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .news-filter-form {
    margin: 20px 0;
  }
}
.news-filter-form .news-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.news-filter-form .news-filter-select {
  padding: 8px 18px;
  border-radius: 24px;
  border: 1.5px solid #653393;
  background: #fff;
  color: #653393;
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  outline: none;
  transition: border 0.2s;
  box-shadow: 0 2px 8px rgba(101, 51, 147, 0.06);
  cursor: pointer;
}
.news-filter-form .news-filter-select:focus {
  border-color: #a37be7;
}
.news-filter-form .news-filter-btn {
  padding: 8px 28px;
  border-radius: 24px;
  background: #653393;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  box-shadow: 0 2px 8px rgba(101, 51, 147, 0.1);
  cursor: pointer;
  transition: background 0.2s;
}
.news-filter-form .news-filter-btn:hover {
  background: #a37be7;
}

@media screen and (max-width: 767px) {
  .news-filter-form .news-filter-row {
    gap: 5px;
  }
  .news-filter-form .news-filter-select {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 18px;
  }
  .news-filter-form .news-filter-btn {
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 18px;
  }
}
.news-filter-selected {
  margin-bottom: 12px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.selected-label {
  background: #f3eaff;
  color: #653393;
  border-radius: 16px;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 500;
}

.news-filter-all-btn {
  display: inline-block;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 24px;
  border: 1.5px solid #653393;
  background: #fff;
  color: #653393;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .news-filter-all-btn {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.news-filter-all-btn:hover,
.news-filter-all-btn.active {
  background: #653393;
  color: #fff;
  font-weight: 700;
  border-color: #653393;
}
.news {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .news {
    margin-top: 40px;
  }
}
.news h3 {
  padding-left: 7%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news h3 {
    padding-left: 10%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .news h3 {
    padding-left: clamp(3.75rem, 3.1521045918rem + 2.5510204082vw, 4.375rem);
  }
}
.news p {
  padding: 20px 0 0 0;
}

.news-detail {
  width: 100%;
  margin: 40px auto;
  background: #ffffff;
  padding: 5%;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .news-detail {
    padding: 5% 5% 10% 5%;
    margin: 20px auto;
  }
}

.news .post-nav_prev span, .news .post-nav_next span {
  font-size: 0;
}
.news .post-nav_prev span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news .post-nav_prev span::before {
    left: 58%;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .news .post-nav_prev span::before {
    width: 10px;
    height: 10px;
  }
}
.news .post-nav_next span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
@media only screen and (max-width: 767px) {
  .news .post-nav_next span::before {
    width: 10px;
    height: 10px;
  }
}

.news-detail_box {
  display: block;
}

.news-detail_box_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}

.date-category-row {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
}

.category-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-detail_box_1 .date {
  font-size: 25px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .news-detail_box_1 .date {
    font-size: 20px;
    line-height: 40px;
  }
}

.news-detail_box_1 .label {
  display: inline-block;
  color: #fff;
  padding: 5px 50px;
  border-radius: 20px;
  font-size: 16px;
  margin-left: 10px;
  max-width: 173px;
  width: 100%;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .news-detail_box_1 .label {
    padding: 0 20px;
    line-height: 40px;
  }
}

.news-detail_box_1 .title,
.news-detail_box_2 .title {
  color: #000;
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 2px solid #653393;
}

.news-detail_box_3 .content {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
}
.news-detail_box_3 .content a {
  color: #be95e4;
}

.post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .post-nav {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .post-nav {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .post-nav .btn.-s-normal {
    max-width: 200px;
    margin: 0 1%;
  }
}
.post-nav_prev {
  padding: 0 !important;
  width: 65px;
  height: 65px;
  margin-right: 20px;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .post-nav_prev {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .post-nav_prev {
    margin-right: 0;
  }
}
.post-nav_prev span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.post-nav_back {
  margin: 0 20px;
  width: 65%;
  margin: auto;
  text-align: center;
  position: relative;
}
.post-nav_back span {
  color: #653393;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  line-height: 33px;
  margin-left: auto;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 25%;
}
.post-nav_next {
  padding: 0 !important;
  width: 65px;
  height: 65px;
  margin-left: 20px;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .post-nav_next {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .post-nav_next {
    margin-left: 0;
  }
}
.post-nav_next span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post-nav .arrow {
    width: 20px !important;
    height: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .post-nav .arrow::after {
    left: 3px !important;
    width: 7px !important;
    height: 7px !important;
  }
}

.post-nav a {
  color: #ffffff;
  background: #653393;
  padding: 15px 20px;
  border-radius: 37.5px;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .post-nav a {
    font-size: 16px !important;
    padding: 10px 0px !important;
  }
}

.post-nav a:hover {
  background: #9c6cc2;
}

@media screen and (max-width: 1024px) {
  .post-nav_back {
    margin: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail_box_1 {
    padding-bottom: 10px;
  }
  .news-detail_box_2 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .post-nav_back span {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .post-nav_prev {
    width: 35px;
    height: 35px;
  }
  .post-nav_next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .news-detail_box_1.multiple-categories .date-category-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .news-detail_box_1.multiple-categories .date {
    order: 1;
  }
  .news-detail_box_1.multiple-categories .category-container {
    order: 2;
    width: 100%;
  }
  .news-detail_box_1 .title {
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
  }
}
.privacy_section {
  margin-bottom: 10px;
}
.privacy_section h4 {
  padding: 20px 0 0;
}
.privacy_section_btn {
  color: #653393;
  border-bottom: 1px solid #000;
}

.fit-img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/*
  Flex
-----------------------------------------------------*/
.c-flex {
  display: flex;
}
.c-flex.-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-flex.-sp-wrap {
    flex-wrap: wrap;
  }
}
.c-flex.-fxd-c {
  flex-direction: column;
}
.c-flex.-fxd-cr {
  flex-direction: column-reverse;
}
.c-flex.-fxd-r {
  flex-direction: row;
}
.c-flex.-fxd-rr {
  flex-direction: row-reverse;
}
.c-flex.-fxw-n {
  flex-wrap: nowrap;
}
.c-flex.-fxw-w {
  flex-wrap: wrap;
}
.c-flex.-fxw-wr {
  flex-wrap: wrap-reverse;
}
.c-flex.-jc-c {
  justify-content: center;
}
.c-flex.-jc-fe {
  justify-content: flex-end;
}
.c-flex.-jc-fs {
  justify-content: flex-start;
}
.c-flex.-jc-sa {
  justify-content: space-around;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-b {
  align-items: baseline;
}
.c-flex.-ai-c {
  align-items: center;
}
.c-flex.-ai-fe {
  align-items: flex-end;
}
.c-flex.-ai-fs {
  align-items: flex-start;
}
.c-flex.-ai-s {
  align-items: stretch;
}
.c-flex.-ac-c {
  align-content: center;
}
.c-flex.-ac-fe {
  align-content: flex-end;
}
.c-flex.-ac-fs {
  align-content: flex-start;
}
.c-flex.-ac-s {
  align-content: stretch;
}
.c-flex.-ac-sa {
  align-content: space-around;
}
.c-flex.-ac-sb {
  align-content: space-between;
}

.c-flex__item.-ord-1 {
  order: 1;
}
.c-flex__item.-ord-2 {
  order: 2;
}
.c-flex__item.-ord-3 {
  order: 3;
}
.c-flex__item.-ord-4 {
  order: 4;
}
.c-flex__item.-ord-5 {
  order: 5;
}
.c-flex__item.-ord-6 {
  order: 6;
}
.c-flex__item.-ord-7 {
  order: 7;
}
.c-flex__item.-ord-8 {
  order: 8;
}
.c-flex__item.-ord-9 {
  order: 9;
}
.c-flex__item.-ord-10 {
  order: 10;
}

.-gap05 {
  gap: 5px;
}

.sp-br {
  display: none;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 20px;
}

.breadcrumb ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  font-size: 15px;
  font-weight: 500;
}

.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
  margin: 0 2em;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb a {
  text-decoration: none;
  color: #be95e4;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li:last-child a {
  color: #333;
}

h3 {
  position: relative;
  font-size: 45px;
  font-weight: bold;
  color: #333;
}
h3 .heading-icon {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  h3 .heading-icon {
    gap: clamp(0.625rem, 0.1992673179rem + 0.8880994671vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  h3 .heading-icon {
    gap: 10px;
  }
}
h3 .heading-icon::before, h3 .heading-icon::after,
h3 .heading-icon span {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
h3 .heading-icon::before {
  background-color: #653393;
}
h3 .heading-icon span {
  background-color: #ad74d5;
}
h3 .heading-icon::after {
  background-color: #653393;
}

h5 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
h5:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 10%;
  height: 2px;
  background-color: #653393;
}

h6 {
  font-size: 30px;
  color: #653393;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    font-size: 14px;
  }
  h3 {
    font-size: 32px;
  }
  h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
  .sp-br {
    display: block;
  }
  h3 {
    font-size: 24px;
  }
  h3 .heading-icon::before,
  h3 .heading-icon::after,
  h3 .heading-icon span {
    width: 10px;
    height: 10px;
  }
  h5 {
    font-size: 22px;
  }
  h5::after {
    width: 40%;
  }
  h6 {
    font-size: 18px;
    padding: 20px 0;
  }
}
.under {
  transition: 0.7s;
  transition-delay: 0.3s;
}
.under.active {
  opacity: 1;
}

.br-contents {
  border-radius: 28px;
  padding: 60px 40px;
  margin-top: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .br-contents {
    padding: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) clamp(1.25rem, -1.6291291291rem + 6.006006006vw, 2.5rem);
    margin-top: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .br-contents {
    padding: 30px 20px;
    margin-top: 40px;
  }
}

.-bg-white {
  background: #fff;
}

.-bg-main {
  background: #653393;
}

.-bg-sub {
  background: #f6effc;
}

.-bg-purple {
  background: #ad74d5;
}

.-fc-white {
  color: #fff;
}

.-fc-main {
  color: #653393;
}

.-fc-yellow {
  color: #fff500;
}

.-fc-accent {
  color: #ffd908;
}

.-main-circle {
  position: relative;
  padding-left: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-main-circle {
    padding-left: clamp(1.0625rem, 0.3427177177rem + 1.5015015015vw, 1.375rem);
  }
}
.-main-circle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #653393;
  border-radius: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-main-circle::after {
    width: clamp(0.625rem, -0.0947822823rem + 1.5015015015vw, 0.9375rem);
    height: clamp(0.625rem, -0.0947822823rem + 1.5015015015vw, 0.9375rem);
  }
}

select {
  background: #fff;
  border: 1px solid #a2a2a2;
  border-radius: 10px;
  padding: 12px 20px;
  color: #323232;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  select {
    padding: clamp(0.4375rem, -0.2822822823rem + 1.5015015015vw, 0.75rem) clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
select:focus option {
  color: #323232;
}
select option {
  color: #323232;
}
select option:disabled {
  color: #c3c3c3;
}
select option:nth(:disabled) {
  color: #323232;
}

.-fs-150 {
  font-size: 150px;
}

.-fs-54 {
  font-size: 54px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-54 {
    font-size: clamp(1.75rem, -1.9928678679rem + 7.8078078078vw, 3.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-54 {
    font-size: clamp(1.75rem, 1.2682012848rem + 2.5695931478vw, 2.5rem);
  }
}

.-fs-52 {
  font-size: 52px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-52 {
    font-size: clamp(1.625rem, -2.1178678679rem + 7.8078078078vw, 3.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-52 {
    font-size: clamp(1.75rem, 1.2682012848rem + 2.5695931478vw, 2.5rem);
  }
}

.-fs-47 {
  font-size: 47px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-47 {
    font-size: clamp(1.5rem, -1.8109984985rem + 6.9069069069vw, 2.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-47 {
    font-size: 24px;
  }
}

.-fs-45 {
  font-size: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-45 {
    font-size: clamp(1.375rem, -1.9359984985rem + 6.9069069069vw, 2.8125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-45 {
    font-size: 20px;
  }
}

.-fs-40 {
  font-size: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-40 {
    font-size: clamp(1.375rem, -1.2162162162rem + 5.4054054054vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-40 {
    font-size: 20px;
  }
}

.-fs-35 {
  font-size: 35px;
}

.-fs-32 {
  font-size: 32px;
}

.-fs-25 {
  font-size: 25px;
}

.-fs-24 {
  font-size: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-24 {
    font-size: clamp(1.125rem, 0.2612612613rem + 1.8018018018vw, 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-24 {
    font-size: 16px;
  }
}

.-fs-22 {
  font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-22 {
    font-size: clamp(1rem, 0.1362612613rem + 1.8018018018vw, 1.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-22 {
    font-size: 16px;
  }
}

.-fs-21 {
  font-size: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-21 {
    font-size: clamp(1rem, 0.2802177177rem + 1.5015015015vw, 1.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-21 {
    font-size: 16px;
  }
}

.-fs-20 {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-20 {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-20 {
    font-size: 16px;
  }
}

.-fs-19 {
  font-size: 19px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-19 {
    font-size: clamp(0.9375rem, 0.3616741742rem + 1.2012012012vw, 1.1875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-19 {
    font-size: 16px;
  }
}

.-fs-18 {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-18 {
    font-size: clamp(0.875rem, 0.2991741742rem + 1.2012012012vw, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-18 {
    font-size: 16px;
  }
}

.-fs-17 {
  font-size: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-17 {
    font-size: clamp(0.875rem, 0.4431306306rem + 0.9009009009vw, 1.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-17 {
    font-size: 16px;
  }
}

.-fs-16 {
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-16 {
    font-size: clamp(0.75rem, 0.1741741742rem + 1.2012012012vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-16 {
    font-size: 15px;
  }
}

.-fs-15 {
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-15 {
    font-size: clamp(0.6875rem, 0.1116741742rem + 1.2012012012vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-15 {
    font-size: 14px;
  }
}

.-fs-14 {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-14 {
    font-size: clamp(0.625rem, 0.0491741742rem + 1.2012012012vw, 0.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-14 {
    font-size: 12px;
  }
}

.-fs-13 {
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-13 {
    font-size: clamp(0.625rem, 0.1931306306rem + 0.9009009009vw, 0.8125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-13 {
    font-size: 13px;
  }
}

.-fs-12 {
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-12 {
    font-size: clamp(0.5rem, -0.0758258258rem + 1.2012012012vw, 0.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-12 {
    font-size: 11px;
  }
}

.-fs-10 {
  font-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .-fs-10 {
    font-size: clamp(0.5rem, -0.0758258258rem + 1.2012012012vw, 0.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs-10 {
    font-size: 10px;
  }
}

.-fw-h {
  font-weight: 800;
}

.-fw-b {
  font-weight: 600;
}

.-fw-m {
  font-weight: 500;
}

.-fw-r {
  font-weight: 400;
}

.-lh-1_5 {
  line-height: 1.5;
}

.inner {
  max-width: 1360px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.min-inner {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1100px) {
  .min-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .min-inner {
    width: 90%;
  }
}

.side-outo {
  margin: 0 auto;
}

.-mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .-mt-70 {
    margin-top: 6.3636363636vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-70 {
    margin-top: 40px;
  }
}

.-mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .-mt-50 {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-50 {
    margin-top: 40px;
  }
}

.-mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .-mt-30 {
    margin-top: 2.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-30 {
    margin-top: 20px;
  }
}

.-mt-25 {
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .-mt-25 {
    margin-top: 2.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-25 {
    margin-top: 17px;
  }
}

.-mt-24 {
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  .-mt-24 {
    margin-top: 2.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-24 {
    margin-top: 17px;
  }
}

.-mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .-mt-20 {
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-20 {
    margin-top: 15px;
  }
}

.-ml-10 {
  display: inline-block;
  margin-left: 10px;
}

.-gap-10 {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .-gap-10 {
    gap: 5px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 101;
  transition: all 0.3s;
  background: none;
}
@media screen and (max-width: 1100px) {
  .header {
    height: 80px;
  }
}
.header.change {
  height: 70px;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.174);
}
.header.change .header_contents {
  height: 70px;
  margin-right: 25px;
  gap: 15px;
  transition: all 0.3s;
}
.header.change .openbtn {
  transform: scale(0.8);
  transition: all 0.3s;
}
.header.change .header_recruit {
  transform: scale(0.8);
  transition: all 0.3s;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  margin-left: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header-logo {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    margin-left: 15px;
  }
}
.header-logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.header-logo a h1 {
  font-size: 32px;
  font-weight: 500;
  font-family: serif;
}
@media only screen and (max-width: 767px) {
  .header-logo a h1 {
    font-size: clamp(1rem, 0.3576017131rem + 3.426124197vw, 2rem);
  }
}
.header-logo a img {
  width: 12%;
}
.header_contents {
  margin-right: 50px;
  height: 100px;
  gap: 30px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header_contents {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .header_contents {
    height: 80px;
  }
}
.header .openbtn {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 999;
}
.header .openbtn span {
  content: "";
  position: absolute;
  left: 0; /* ensure bars align from left edge of button */
  width: 100%;
  height: 2px;
  background: #323232;
}
.header .openbtn span:nth-child(1) {
  top: 0;
}
.header .openbtn span:nth-child(2) {
  top: 15px;
}
.header .openbtn span:nth-child(3) {
  top: 30px;
}
.header .openbtn.active span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.header .openbtn.active span:nth-child(2) {
  opacity: 0;
}
.header .openbtn.active span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
.header_recruit {
  width: 259px;
  height: 50px;
  border-radius: 34px;
  background: #ffd908;
  border: 4px solid #ffd908;
  font-size: 21px;
  font-weight: bold;
  transition: all 0.3s;
  overflow: hidden;
}
.header_recruit a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header_recruit a span.-txt {
  position: relative;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s;
}
.header_recruit a span.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}
.header_recruit a span.-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  .header_recruit:hover a {
    position: relative;
  }
  .header_recruit:hover a span {
    transition: 0.5s;
  }
  .header_recruit:hover a span.-txt {
    transform: translateY(-100px);
    opacity: 0;
    transition: 0.5s;
  }
  .header_recruit:hover a span.-icon {
    transition: 0.5s;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
.header #g-nav {
  display: none;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 透過黒 */
  z-index: 100; /* メニューの下、他より上に */
  display: none;
  pointer-events: none; /* 非表示時はクリック無効 */
}

.menu-overlay.active {
  display: block;
  pointer-events: auto;
}

.over-logo {
  position: fixed;
  top: 0px;
  left: 50px;
  width: 360px;
  height: 100px;
  z-index: 102;
  mix-blend-mode: multiply;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .over-logo {
    width: 280px;
    height: 80px;
  }
}
.over-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.over-logo img {
  width: 100%;
}
.over-logo.change {
  transform: scale(0.8);
  height: 70px;
  top: 0;
  left: 25px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .over-logo.change {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header_contents {
    height: 70px;
    margin-right: 15px;
    gap: 0px;
  }
  .header .openbtn {
    transform: scale(0.8);
    right: 0%;
    top: 0%;
  }
  .header_recruit {
    transform: scale(0.8);
    width: clamp(5rem, -2.1868308351rem + 38.329764454vw, 16.1875rem);
    height: 35px;
    font-size: 16px;
  }
  .over-logo {
    height: 70px;
    width: clamp(9.375rem, 6.36375803rem + 16.0599571734vw, 14.0625rem);
    left: clamp(0.3125rem, -2.5666291291rem + 6.006006006vw, 1.5625rem);
  }
  .over-logo.change {
    transform: scale(0.95);
  }
  .header.change .header_contents {
    gap: 0;
    margin-right: 10px;
  }
  #g-nav.g-nav {
    width: 100%;
    border-radius: 0;
  }
  #g-nav.g-nav ul {
    top: 45%;
    gap: 20px;
  }
  #g-nav.g-nav ul li {
    margin: 15px 0;
  }
  #g-nav.g-nav ul li a {
    font-size: 20px;
    padding: 8px 0;
  }
  #g-nav.g-nav .g-nav_img {
    width: 75%;
  }
  #g-nav.g-nav .menu-btn {
    gap: 15px;
    padding-top: 10%;
  }
  #g-nav.g-nav .menu-btn_1, #g-nav.g-nav .menu-btn_2 {
    width: clamp(12.5rem, 6.5210459184rem + 25.5102040816vw, 18.75rem);
    margin: auto;
  }
  #g-nav.g-nav .menu-btn_1 img, #g-nav.g-nav .menu-btn_2 img {
    width: 25px;
    top: 25%;
  }
  #g-nav.g-nav .menu-btn_1 img {
    left: 8%;
  }
  #g-nav.g-nav .menu-btn_2 img {
    left: 52%;
  }
  #g-nav.g-nav .menu-text {
    padding-top: 7%;
  }
  #g-nav.g-nav .menu-text p {
    font-size: 14px;
  }
}
.g-nav.active {
  display: block;
}

#g-nav.g-nav {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  background: #ffd908;
  z-index: 998;
  border-radius: 50px 0 0 50px;
  display: block !important;
  opacity: 0;
  transition: all 0.6s ease;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#g-nav.g-nav::-webkit-scrollbar {
  display: none;
}
#g-nav.g-nav.panelactive {
  right: 0;
  opacity: 1;
}
#g-nav.g-nav nav {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#g-nav.g-nav ul {
  padding-top: 5%;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#g-nav.g-nav ul li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #000;
}
#g-nav.g-nav ul li span {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
#g-nav.g-nav ul li span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  #g-nav.g-nav ul li span::before {
    right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #g-nav.g-nav ul li span::before {
    right: 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  #g-nav.g-nav ul li span::before {
    right: 10px;
    width: 10px;
    height: 10px;
  }
}
#g-nav.g-nav ul li a {
  color: #333;
  font-family: "SourceHanSansJP", serif;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  padding: 10px 0;
  transition: all 0.3s;
  justify-content: space-between;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  #g-nav.g-nav ul li a {
    font-size: clamp(1.25rem, 0.0543478261rem + 1.7391304348vw, 1.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #g-nav.g-nav ul li a {
    font-size: clamp(0.8125rem, -0.1995481928rem + 2.1084337349vw, 1.25rem);
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  #g-nav.g-nav ul li a {
    font-size: clamp(0.875rem, 0.5162627551rem + 1.5306122449vw, 1.25rem);
  }
}
#g-nav.g-nav ul li a:hover {
  color: #666;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll .header.change {
  background: transparent !important;
  box-shadow: none !important;
}

.g-nav_img a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 32px;
  font-family: serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .g-nav_img a {
    font-size: clamp(1.5rem, 0.3483483483rem + 2.4024024024vw, 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .g-nav_img a {
    font-size: clamp(1.25rem, 0.7682012848rem + 2.5695931478vw, 2rem);
  }
}
.g-nav_img a img {
  width: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .g-nav_img a img {
    width: clamp(3.125rem, 1.6854354354rem + 3.003003003vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .g-nav_img a img {
    width: clamp(3.125rem, 1.6854354354rem + 3.003003003vw, 3.75rem);
  }
}

.menu-btn {
  width: 90%;
  margin: auto;
  display: flex;
  padding-top: 10%;
  gap: 25px;
}
.menu-btn a {
  display: flex;
  align-items: center; /* 垂直に中央寄せ */
  justify-content: center; /* 水平方向に中央寄せ */
  gap: 10px; /* 画像と文字の間に少し余白を空けたい場合 */
  color: #ffffff;
  font-weight: bold;
  height: 90px;
  text-decoration: none;
  border-radius: 44px;
  width: 100%;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .menu-btn a {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .menu-btn a {
    height: 70px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .menu-btn a {
    height: 60px;
  }
}
.menu-btn a span {
  width: 100%;
  font-size: 24px;
}
.menu-btn_1 {
  width: 40%;
  background: #653393;
}
.menu-btn_1 img {
  width: 12%;
}
.menu-btn_2 {
  width: 40%;
  background: #be95e4;
}
.menu-btn_2 img {
  width: 12%;
}

.menu-btn a span.-icon {
  display: flex;
  align-items: center; /* 垂直に中央寄せ */
  justify-content: flex-start;
  gap: 17%;
  width: 100%;
  margin-left: 12%;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .menu-btn a span.-icon {
    gap: 13%;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .menu-btn a span.-icon {
    gap: 12%;
    font-size: clamp(1.125rem, 0.8358433735rem + 0.6024096386vw, 1.25rem);
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .menu-btn a span.-icon {
    gap: clamp(1.25rem, -0.5436862245rem + 7.6530612245vw, 3.125rem);
    font-size: clamp(1rem, 0.7608418367rem + 1.0204081633vw, 1.25rem);
  }
}

.menu-text {
  padding-top: 5%;
  padding-left: 70%;
}
.menu-text p {
  font-size: 16px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1024px) {
  #g-nav.g-nav nav {
    padding-top: 20%;
  }
  .g-nav_img {
    width: 100%;
    margin: auto;
  }
  #g-nav.g-nav nav {
    max-width: none;
    width: 90%;
    margin: auto;
  }
  #g-nav.g-nav ul {
    padding-top: 10%;
  }
  .menu-btn {
    width: 60%;
    flex-direction: column;
    padding-top: 10%;
  }
  .menu-btn_1 img {
    width: 12%;
  }
  .menu-btn_2 img {
    width: 12%;
  }
  .menu-text {
    padding-left: 60%;
    padding-top: 10%;
  }
}
@media screen and (max-width: 768px) {
  body.no-scroll .over-logo,
  body.no-scroll .header-logo {
    display: none;
  }
  .no-scroll .header_inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .g-nav {
    display: block !important;
    pointer-events: none;
  }
  .g-nav.panelactive {
    pointer-events: auto;
  }
  .header_contents {
    height: 70px;
  }
  #g-nav.g-nav {
    width: 100%;
    border-radius: 0;
  }
  #g-nav.g-nav nav {
    padding-top: 10%;
  }
  #g-nav.g-nav ul {
    gap: 10px;
    padding-top: 0%;
    width: 95%;
  }
}
.footer {
  background: #653393;
  padding-top: 80px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .footer {
    padding-top: clamp(3.5rem, 0.045045045rem + 7.2072072072vw, 5rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.footer_inner {
  max-width: 1400px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .footer_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_inner {
    width: 100%;
  }
}
.footer_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 1100px) {
  .footer_top {
    margin-bottom: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer_top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .footer_logo {
    width: clamp(15rem, 0.6043543544rem + 30.03003003vw, 21.25rem);
  }
  .footer_logo img {
    width: 100%;
  }
}
.footer_nav {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .footer_nav ul {
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.footer_nav li {
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footer_nav li {
    width: 100%;
  }
}
.footer_nav li a {
  padding-right: 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footer_nav li a {
    display: block;
    text-align: center;
    padding-right: 0;
    padding: 12px 0;
  }
}
.footer_nav li:not(:first-child) a {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer_nav li:not(:first-child) a {
    padding-left: 0;
  }
}
.footer_nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .footer_nav li:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .copy {
    text-align: center;
  }
  .copy.-fs-12 {
    font-size: 10px;
  }
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv_contents {
  position: relative;
  width: 100%;
}
.mv .under-layar {
  width: 100%;
  aspect-ratio: 20/10;
  line-height: 1;
}
.mv .under-layar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 1;
}
.mv .over-layar {
  position: absolute;
  width: 100%;
  aspect-ratio: 20/10;
  top: 0;
  left: 0;
  z-index: 99;
  line-height: 1;
}
.mv .over-layar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 1;
}

.top-mv_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .mv_content {
    display: none;
  }
  .top-mv_sp {
    display: block;
  }
  .top-mv_sp_contents {
    width: 100%;
  }
  .top-mv_sp img {
    width: 100%;
  }
}
.shape01 {
  position: absolute;
  clip-path: polygon(98% 78%, 100% 80%, 100% 93%, 98% 91%);
  background: rgb(101, 51, 147);
  background: linear-gradient(135deg, rgba(101, 51, 147, 0) 0%, rgb(101, 51, 147) 50%);
  z-index: 9;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90%;
  animation: move 3.3s linear forwards;
  opacity: 0;
}

@keyframes move {
  0% {
    clip-path: polygon(98% 78%, 100% 80%, 100% 93%, 98% 91%);
    opacity: 0;
    background: rgb(101, 51, 147);
    background: linear-gradient(135deg, rgba(101, 51, 147, 0) 0%, rgb(101, 51, 147) 50%);
  }
  15% {
    background: linear-gradient(135deg, rgba(101, 51, 147, 0) 0%, rgb(101, 51, 147) 100%);
  }
  30% {
    clip-path: polygon(0 0%, 100% 80%, 100% 93%, 0 53%);
    opacity: 0.7;
    background: #653393;
  }
  90% {
    clip-path: polygon(0 0%, 100% 80%, 100% 93%, 0 53%);
    opacity: 0.7;
    background: #653393;
  }
  95% {
    clip-path: polygon(0 0%, 100% 80%, 100% 93%, 0 53%);
    opacity: 0.5;
    background: #653393;
  }
  100% {
    clip-path: polygon(0 0%, 100% 80%, 100% 93%, 0 53%);
    background: #653393;
    opacity: 1;
  }
}
.shape02 {
  position: absolute;
  clip-path: polygon(98% 13%, 100% 10%, 100% 15%, 99% 17%);
  background: #be95e4;
  z-index: 9;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  animation: move02 3.3s linear forwards;
  opacity: 0;
}

@keyframes move02 {
  0% {
    opacity: 0;
  }
  20% {
    clip-path: polygon(98% 13%, 100% 10%, 100% 15%, 99% 17%);
    opacity: 0;
    background: linear-gradient(135deg, rgba(101, 51, 147, 0) 0%, rgb(101, 51, 147) 50%);
  }
  30% {
    background: linear-gradient(135deg, rgba(101, 51, 147, 0) 0%, rgb(101, 51, 147) 100%);
  }
  40% {
    clip-path: polygon(53% 100%, 100% 8%, 100% 16%, 74% 100%);
    opacity: 0.7;
    background: #653393;
  }
  90% {
    clip-path: polygon(53% 100%, 100% 8%, 100% 16%, 74% 100%);
    opacity: 0.7;
    background: #653393;
  }
  95% {
    clip-path: polygon(53% 100%, 100% 8%, 100% 16%, 74% 100%);
    opacity: 0.5;
    background: #653393;
  }
  100% {
    clip-path: polygon(53% 100%, 100% 8%, 100% 16%, 74% 100%);
    background: #653393;
    opacity: 1;
  }
}
.txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 45%;
  left: 8%;
  z-index: 99;
  width: 33%;
  height: 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .txt {
    width: clamp(28%, 28% + 5 * (100vw - 767px) / 333, 33%);
    left: clamp(8%, 15% - 7 * (100vw - 767px) / 333, 15%);
  }
}

.txt-svg01 {
  opacity: 0;
  transform: scale(0.7);
  animation: txt01 0.3s linear forwards;
  animation-delay: 1s;
  width: 55%;
  height: auto;
  margin-left: 0;
  object-fit: contain;
  margin-bottom: 2%;
}
.txt-svg01 path {
  fill: #fff;
}

@keyframes txt01 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.txt-svg02 {
  opacity: 0;
  transform: scale(0.7);
  animation: txt02 0.3s linear forwards;
  animation-delay: 1.2s;
  width: 56%;
  height: auto;
  margin-left: 22%;
  object-fit: contain;
  margin-bottom: 2%;
}
.txt-svg02 path {
  fill: #fff;
}

@keyframes txt02 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.txt-svg03 {
  opacity: 0;
  transform: scale(0.7);
  animation: txt03 0.3s linear forwards;
  animation-delay: 1.4s;
  width: 62%;
  height: auto;
  margin-left: 38%;
  object-fit: contain;
  margin-bottom: 2%;
}
.txt-svg03 path {
  fill: #fff;
}

@keyframes txt03 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.txt-svg04 {
  width: 100%;
  transform: scale(0.9);
  animation: txt05 0.1s linear forwards;
  animation-delay: 2.5s;
  object-fit: contain;
  height: auto;
  color: #fff;
}
.txt-svg04 path {
  fill: #fff;
  animation: txt04 0.05s linear forwards;
  opacity: 0;
  overflow: hidden;
}
.txt-svg04 .cls-1 {
  animation-delay: 1.8s;
}
.txt-svg04 .cls-2 {
  animation-delay: 1.85s;
}
.txt-svg04 .cls-3 {
  animation-delay: 1.9s;
}
.txt-svg04 .cls-4 {
  animation-delay: 1.95s;
}
.txt-svg04 .cls-5 {
  animation-delay: 2s;
}
.txt-svg04 .cls-6 {
  animation-delay: 2.05s;
}
.txt-svg04 .cls-7 {
  animation-delay: 2.1s;
}
.txt-svg04 .cls-8 {
  animation-delay: 2.15s;
}
.txt-svg04 .cls-9 {
  animation-delay: 2.2s;
}
.txt-svg04 .cls-10 {
  animation-delay: 2.25s;
}
.txt-svg04 .cls-11 {
  animation-delay: 2.3s;
}
.txt-svg04 .cls-12 {
  animation-delay: 2.35s;
}
.txt-svg04 .cls-13 {
  animation-delay: 2.4s;
}
.txt-svg04 .cls-14 {
  animation-delay: 2.45s;
}
.txt-svg04 .cls-15 {
  animation-delay: 2.5s;
}

@keyframes txt04 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: auto;
  }
}
@keyframes txt05 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.txt-svg05 {
  width: 100%;
  transform: scale(0.9);
  animation: txt05 0.1s linear forwards;
  animation-delay: 2.5s;
  object-fit: contain;
  height: auto;
  color: #fff;
  padding-top: 2%;
  padding-left: 10%;
}
.txt-svg05 path {
  fill: #fff;
  animation: txt04 0.05s linear forwards;
  opacity: 0;
  overflow: hidden;
}
.txt-svg05 .cls-1 {
  animation-delay: 1.8s;
}
.txt-svg05 .cls-2 {
  animation-delay: 1.85s;
}
.txt-svg05 .cls-3 {
  animation-delay: 1.9s;
}
.txt-svg05 .cls-4 {
  animation-delay: 1.95s;
}
.txt-svg05 .cls-5 {
  animation-delay: 2s;
}
.txt-svg05 .cls-6 {
  animation-delay: 2.05s;
}
.txt-svg05 .cls-7 {
  animation-delay: 2.1s;
}
.txt-svg05 .cls-8 {
  animation-delay: 2.15s;
}

.line01 {
  position: absolute;
  display: block;
  width: 40%;
  height: 9vw;
  top: -20px;
  right: 17%;
  z-index: 9;
}
.line01::after {
  content: "";
  position: absolute;
  bottom: 56%;
  right: 85%;
  transform-origin: right bottom;
  width: 100px;
  height: 18px;
  animation: line01 1s forwards;
  animation-delay: 0.7s;
  transform: rotate(25deg);
  background: rgb(190, 149, 228);
  background-color: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0) 100%);
  border-radius: 50px;
  opacity: 0;
}

@keyframes line01 {
  0% {
    opacity: 0;
    width: 5%;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0) 100%);
  }
  50% {
    opacity: 1;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0.5) 100%);
  }
  85% {
    opacity: 1;
    width: 25%;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0.7) 100%);
  }
  90% {
    opacity: 0;
    width: 25%;
    background: rgb(190, 149, 228);
  }
  100% {
    opacity: 1;
    width: 25%;
    background: rgb(190, 149, 228);
  }
}
.line02 {
  position: absolute;
  display: block;
  width: 40%;
  height: 9vw;
  top: 5%;
  right: 33%;
  z-index: 9;
}
.line02::after {
  content: "";
  position: absolute;
  bottom: 52%;
  right: 81.5%;
  transform-origin: right bottom;
  width: 100px;
  height: 18px;
  animation: line02 1.2s forwards;
  animation-delay: 1.2s;
  transform: rotate(25deg);
  background: rgb(101, 51, 147);
  background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0) 100%);
  border-radius: 50px;
  opacity: 0;
}
.line02::before {
  content: "";
  position: absolute;
  bottom: 88%;
  right: 96%;
  width: 0;
  height: 0;
  animation: circle02 0.5s forwards;
  animation-delay: 2.1s;
  background: rgb(101, 51, 147);
  border-radius: 50%;
  opacity: 0;
}

@keyframes line02 {
  0% {
    opacity: 0;
    width: 5%;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0) 100%);
  }
  50% {
    opacity: 1;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0.3) 100%);
  }
  85% {
    opacity: 1;
    width: 21%;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0.5) 100%);
  }
  90% {
    opacity: 0;
    width: 21%;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0.9) 100%);
  }
  100% {
    opacity: 1;
    width: 21%;
    background: rgb(101, 51, 147);
  }
}
@keyframes circle02 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    bottom: 88%;
    right: 96%;
    transform: scale(0);
    background: rgb(101, 51, 147);
  }
  20% {
    transform: scale(0.3);
    opacity: 0.8;
    width: 3px;
    height: 3px;
    bottom: 88%;
    right: 96%;
  }
  40% {
    opacity: 0.4;
    transform: scale(0);
    width: 6px;
    height: 6px;
    background: linear-gradient(93deg, rgba(101, 51, 147, 0) 50%, rgb(101, 51, 147) 100%);
  }
  55% {
    opacity: 1;
    transform: scale(0.3);
    background: rgb(101, 51, 147);
  }
  70% {
    opacity: 0.65;
    transform: scale(0);
  }
  80% {
    opacity: 0.65;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    bottom: 97%;
    right: 101%;
    width: 18px;
    height: 18px;
    transform: scale(1);
    background: rgb(101, 51, 147);
  }
}
.line03 {
  position: absolute;
  display: block;
  width: 40%;
  height: 9vw;
  top: 15%;
  right: 36%;
  z-index: 9;
}
.line03::after {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 55%;
  transform-origin: right bottom;
  width: 5%;
  height: 18px;
  animation: line03 1s forwards;
  animation-delay: 0.3s;
  transform: rotate(22deg);
  background: rgb(190, 149, 228);
  background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgb(190, 149, 228) 100%);
  border-radius: 50px;
  opacity: 0;
}

@keyframes line03 {
  0% {
    opacity: 0;
    width: 5%;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0) 100%);
  }
  50% {
    opacity: 1;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0.5) 100%);
  }
  85% {
    opacity: 1;
    width: 37%;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0.7) 100%);
  }
  90% {
    opacity: 0;
    width: 37%;
    background: rgb(190, 149, 228);
  }
  100% {
    opacity: 1;
    width: 37%;
    background: rgb(190, 149, 228);
  }
}
/* --- ここからSVG初期非表示＆アニメーション表示用CSS --- */
.txt img.svg {
  visibility: hidden;
}

.txt-svg01 {
  animation-name: txt01, showSvg;
  animation-duration: 0.3s, 0.01s;
  animation-fill-mode: forwards, forwards;
  animation-delay: 1s, 1s;
}

.txt-svg02 {
  animation-name: txt02, showSvg;
  animation-duration: 0.3s, 0.01s;
  animation-fill-mode: forwards, forwards;
  animation-delay: 1.2s, 1.2s;
}

.txt-svg03 {
  animation-name: txt03, showSvg;
  animation-duration: 0.3s, 0.01s;
  animation-fill-mode: forwards, forwards;
  animation-delay: 1.4s, 1.4s;
}

.txt-svg05 {
  animation-name: txt05, showSvg;
  animation-duration: 0.1s, 0.01s;
  animation-fill-mode: forwards, forwards;
  animation-delay: 2.5s, 2.5s;
}

@keyframes showSvg {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
/* --- ここまでSVG初期非表示＆アニメーション表示用CSS --- */
.line04 {
  position: absolute;
  display: block;
  width: 40%;
  height: 9vw;
  top: 22%;
  right: 29%;
  z-index: 9;
}
.line04::after {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 54%;
  transform-origin: right bottom;
  width: 5%;
  height: 18px;
  animation: line04 1s forwards;
  animation-delay: 0.9s;
  transform: rotate(22deg);
  background: rgb(101, 51, 147);
  background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0) 100%);
  border-radius: 50px;
  opacity: 0;
}
.line04::before {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 44%;
  width: 10%;
  height: 18px;
  animation: line04-2 0.3s forwards;
  animation-delay: 2s;
  background: rgb(101, 51, 147);
  border-radius: 50px;
  transform: rotate(22deg);
  opacity: 0;
}

@keyframes line04 {
  0% {
    opacity: 0;
    width: 0%;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0) 100%);
  }
  50% {
    opacity: 1;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0.2) 100%);
  }
  85% {
    opacity: 1;
    width: 42%;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0.7) 100%);
  }
  90% {
    opacity: 0;
    width: 42%;
    background: rgb(101, 51, 147);
  }
  100% {
    opacity: 1;
    width: 42%;
    background: rgb(101, 51, 147);
  }
}
@keyframes line04-2 {
  0% {
    opacity: 0;
    width: 0%;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0) 100%);
  }
  50% {
    opacity: 1;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0.2) 100%);
  }
  85% {
    opacity: 1;
    width: 8%;
    background: linear-gradient(93deg, rgb(101, 51, 147) 0%, rgba(101, 51, 147, 0.7) 100%);
  }
  90% {
    opacity: 0;
    width: 8%;
    background: rgb(101, 51, 147);
  }
  100% {
    opacity: 1;
    width: 8%;
    background: rgb(101, 51, 147);
  }
}
.line05 {
  position: absolute;
  display: block;
  width: 40%;
  height: 9vw;
  bottom: 10%;
  right: 55%;
  z-index: 9;
}
.line05::after {
  content: "";
  position: absolute;
  bottom: 48%;
  right: 56.5%;
  transform-origin: right bottom;
  width: 100px;
  height: 18px;
  animation: line05 1.2s forwards;
  animation-delay: 1.2s;
  transform: rotate(12deg);
  background: rgb(255, 217, 8);
  background: linear-gradient(93deg, rgb(255, 217, 8) 0%, rgba(255, 217, 8, 0) 100%);
  border-radius: 50px;
  opacity: 0;
}
.line05::before {
  content: "";
  position: absolute;
  bottom: 88%;
  right: 96%;
  width: 0;
  height: 0;
  animation: circle06 0.5s forwards;
  animation-delay: 2.1s;
  background: rgb(255, 217, 8);
  border-radius: 50%;
  opacity: 0;
}

@keyframes line05 {
  0% {
    opacity: 0;
    width: 5%;
    background: linear-gradient(93deg, rgb(255, 217, 8) 0%, rgba(255, 217, 8, 0) 100%);
  }
  50% {
    opacity: 1;
    background: linear-gradient(93deg, rgb(255, 217, 8) 0%, rgba(255, 217, 8, 0.3) 100%);
  }
  85% {
    opacity: 1;
    width: 45%;
    background: linear-gradient(93deg, rgb(255, 217, 8) 0%, rgba(255, 217, 8, 0.5) 100%);
  }
  90% {
    opacity: 0;
    width: 45%;
    background: linear-gradient(93deg, rgb(255, 217, 8) 0%, rgba(255, 217, 8, 0.9) 100%);
  }
  100% {
    opacity: 1;
    width: 45%;
    background: rgb(255, 217, 8);
  }
}
@keyframes circle06 {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    bottom: 88%;
    right: 96%;
    transform: scale(0);
    background: rgb(255, 217, 8);
  }
  20% {
    transform: scale(0.3);
    opacity: 0.8;
    width: 3px;
    height: 3px;
    bottom: 88%;
    right: 96%;
  }
  40% {
    opacity: 0.4;
    transform: scale(0);
    width: 6px;
    height: 6px;
    background: linear-gradient(93deg, rgb(101, 51, 147) 50%, rgb(255, 217, 8) 100%);
  }
  55% {
    opacity: 1;
    transform: scale(0.3);
    background: rgb(101, 51, 147);
  }
  70% {
    opacity: 0.65;
    transform: scale(0);
  }
  80% {
    opacity: 0.65;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    bottom: 90%;
    right: 101%;
    width: 18px;
    height: 18px;
    transform: scale(1);
    background: rgb(101, 51, 147);
  }
}
.line06 {
  position: absolute;
  display: block;
  width: 40%;
  height: 9vw;
  bottom: 4%;
  right: 45%;
  z-index: 9;
}
.line06::after {
  content: "";
  position: absolute;
  bottom: 55%;
  right: 64%;
  transform-origin: right bottom;
  width: 5%;
  height: 18px;
  animation: line06 1s forwards;
  animation-delay: 0.3s;
  transform: rotate(12deg);
  background: rgb(190, 149, 228);
  background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgb(190, 149, 228) 100%);
  border-radius: 50px;
  opacity: 0;
}

@keyframes line06 {
  0% {
    opacity: 0;
    width: 5%;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0) 100%);
  }
  50% {
    opacity: 1;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0.5) 100%);
  }
  85% {
    opacity: 1;
    width: 37%;
    background: linear-gradient(93deg, rgb(190, 149, 228) 0%, rgba(190, 149, 228, 0.7) 100%);
  }
  90% {
    opacity: 0;
    width: 37%;
    background: rgb(190, 149, 228);
  }
  100% {
    opacity: 1;
    width: 37%;
    background: rgb(190, 149, 228);
  }
}
.eye {
  position: relative;
  width: 100%;
  aspect-ratio: 18/5;
}
@media only screen and (max-width: 767px) {
  .eye {
    aspect-ratio: auto;
  }
}
.eye_img {
  width: 100%;
  height: 100%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .eye_img {
    height: clamp(25rem, -18.1869369369rem + 90.0900900901vw, 43.75rem);
  }
}
.eye_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .eye_img img {
    max-width: 100%;
    object-position: center;
  }
}
.eye_title {
  position: absolute;
  line-height: 1;
  width: 90%;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.eye_title span {
  font-size: 24px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .eye_title span {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.eye_title h2 {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .eye_title h2.-fs-45 {
    font-size: 30px;
  }
}/*# sourceMappingURL=bandle.css.map */