@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: max(1.4880952381vw, 25px) !important;
}

.mt2 {
  margin-top: max(4.4642857143vw, 75px) !important;
}

.mt3 {
  margin-top: max(5.9523809524vw, 50px) !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: max(1.4880952381vw, 25px) !important;
}

.mb2 {
  margin-bottom: max(4.4642857143vw, 75px) !important;
}

.mb3 {
  margin-bottom: max(5.9523809524vw, 50px) !important;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes wave {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes wave {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 0;
  }
}
* {
  color: #3E3E3E;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: min(0.1rem, 4px);
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background-color: #fff;
}

main {
  overflow: hidden;
}

a, ul, li, span, p, h1, h2, h3, h4, h5, h6 {
  color: #3E3E3E;
  line-height: 120%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p {
  color: #3E3E3E;
  font-weight: normal;
}

a {
  outline: none;
}

li {
  list-style-type: none;
}

img, picture, iframe, video {
  vertical-align: top;
  width: 100%;
}

svg {
  width: 100%;
}

.inblo {
  display: inline-block;
}

.container {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .container {
    width: 80%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

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

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

.canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0.5;
  width: 100%;
  height: 100vh;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#top-btn {
  cursor: pointer;
  display: grid;
  place-items: center;
  position: fixed;
  right: 1%;
  bottom: 5%;
  width: max(3vw, 50px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #9A3232;
  z-index: 1000;
}
#top-btn a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: max(0.7vw, 10px) max(0.5vw, 7px);
  border-bottom-color: currentColor;
  border-top: 0;
  margin-bottom: 4%;
}

/* パンくずリスト */
.breadcrumb {
  position: absolute;
  top: 40px;
  left: 55%;
}
@media screen and (max-width: 1000px) {
  .breadcrumb {
    width: 40%;
    left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    width: 60%;
    top: 52vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .breadcrumb {
    width: 80%;
  }
}
.breadcrumb li {
  display: inline-block;
  font-size: clamp(10px, 0.714vw, 12px);
}
.breadcrumb li a {
  color: inherit;
  font-size: inherit;
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0.5em;
}

.header {
  position: relative;
  z-index: calc(infinity);
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 2.5%;
  left: 2.5%;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo a {
  display: grid;
  height: 100%;
  place-items: center;
}
.header__logo a img {
  height: auto;
  width: 200px;
  -webkit-filter: drop-shadow(0 0 1px #fff);
          filter: drop-shadow(0 0 1px #fff);
}
.header__nav {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: max(50%, 300px);
  background: #fff;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .header__nav {
    width: 100vw;
  }
}
.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__nav--accordion {
  margin-top: 100px;
}
.header__nav--accordion .accordion__list {
  margin: 0 auto;
}
.header__nav--accordion .accordion__list .accordion-head {
  position: relative;
  padding-top: 20px;
  cursor: pointer;
}
.header__nav--accordion .accordion__list .accordion-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 15px;
  height: 1px;
  background: #9A3232;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.header__nav--accordion .accordion__list .accordion-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background: #9A3232;
}
.header__nav--accordion .accordion__list .accordion-head h1 {
  font-size: clamp(11px, 0.833vw, 14px);
  letter-spacing: 2px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .header__nav--accordion .accordion__list .accordion-head h1 {
    font-size: clamp(13px, 0.952vw, 16px);
  }
}
.header__nav--accordion .accordion__list .accordion-head.active::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.header__nav--accordion .accordion__list .accordion-body {
  padding-bottom: 10px;
}
.header__nav--accordion .accordion__list .accordion-body ul li a {
  display: block;
  font-size: clamp(10px, 0.714vw, 12px);
  margin: 15px 0;
}
.header__nav--accordion .accordion__list .accordion-body ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .header__nav--accordion .accordion__list .accordion-body ul li a {
    font-size: clamp(11px, 0.833vw, 14px);
  }
}
.header__nav--link .link-btn a {
  display: block;
  position: relative;
  margin-top: 20px;
}
.header__nav--link .link-btn a:hover {
  opacity: 0.5;
}
.header__nav--link .link-btn a h1 {
  font-size: clamp(11px, 0.833vw, 14px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .header__nav--link .link-btn a h1 {
    font-size: clamp(13px, 0.952vw, 16px);
  }
}
.header__nav--link .link-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #9A3232;
  border-right: 1px solid #9A3232;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.header__nav--link .link-btn a:hover::after {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.header__nav--btn a .slide-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: visible;
}
.header__nav--btn a .slide-in img {
  position: absolute;
  top: 50%;
  left: 0;
  height: 150%;
  width: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__nav--btn a .slide-in_inner {
  padding: 2% 0 2% max(40px, 3.5vw);
}
.header hr {
  padding-top: 20px;
}
.header hr:after {
  top: 100%;
  background: radial-gradient(circle farthest-side, #CF9E9E, #CF9E9E 20%, transparent 20%, transparent) !important;
  background-size: 7.5px !important;
}
.header__toggle {
  position: fixed;
  top: 2.5%;
  right: 2.5%;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
}
.header__toggle span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #3E3E3E;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.header__toggle span:nth-of-type(1) {
  top: 30%;
}
.header__toggle span:nth-of-type(2) {
  bottom: 30%;
}
.header__toggle.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header__toggle.active span:nth-of-type(2) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

footer {
  background-color: #9A3232;
  width: 50%;
  position: absolute;
  right: 0;
  padding-top: max(5.9523809524vw, 50px);
  z-index: 1100;
}
@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
}
footer p,
footer a.tel {
  color: #fff;
  font-size: clamp(10px, 0.714vw, 12px);
  margin-bottom: max(1.4880952381vw, 25px);
  letter-spacing: min(0.13rem, 4px);
  line-height: 200%;
}
footer p span,
footer a.tel span {
  display: inline-block;
  color: #fff;
  letter-spacing: min(0.13rem, 4px);
}
footer .logo {
  margin-bottom: max(1.4880952381vw, 25px);
  width: 88%;
  max-width: 500px;
}
footer .btn {
  margin-bottom: max(2.9761904762vw, 50px);
  display: block;
}
footer .btn a {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  background: rgba(255, 255, 255, 0.25);
}
footer .btn a::before {
  background-image: url(../../../../images/front-btn-star-W.svg);
  background-repeat: no-repeat;
}
footer .btn a::after {
  background: #F5EEEE;
}
footer .btn .slide-in .slide-in_inner {
  color: #fff;
}
footer .flexCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  font-size: clamp(10px, 0.714vw, 12px);
  padding: max(1.4880952381vw, 25px) 0;
  margin: 0;
  width: 100%;
}
footer .flexCon .ttl {
  line-height: 100%;
  width: 30%;
  letter-spacing: min(0.13rem, 4px);
}
@media screen and (max-width: 768px) {
  footer .flexCon .ttl {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  footer .flexCon .aBox {
    margin-bottom: clamp(13px, 0.952vw, 16px);
  }
}
@media screen and (max-width: 550px) {
  footer .flexCon .aBox {
    width: 55%;
  }
}
footer .flexCon .aBox a {
  display: block;
  font-size: clamp(10px, 0.714vw, 12px);
  color: #fff;
  margin-bottom: clamp(13px, 0.952vw, 16px);
  letter-spacing: min(0.13rem, 4px);
}
footer .flexCon .aBox a:last-of-type {
  margin-bottom: 0;
}
footer .flexCon:last-of-type {
  border-bottom: initial;
}
footer hr {
  margin: 0;
}
footer hr::after {
  background: radial-gradient(circle farthest-side, rgba(255, 255, 255, 0.4705882353), rgba(255, 255, 255, 0.4705882353) 20%, transparent 20%, transparent);
  background-size: 7.5px;
}
footer .copyright {
  margin-top: max(5.9523809524vw, 50px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(169, 129, 150)), color-stop(25%, rgb(208, 167, 155)), color-stop(50%, rgb(219, 202, 170)), color-stop(75%, rgb(191, 209, 196)), to(rgb(193, 220, 225)));
  background: linear-gradient(90deg, rgb(169, 129, 150) 0%, rgb(208, 167, 155) 25%, rgb(219, 202, 170) 50%, rgb(191, 209, 196) 75%, rgb(193, 220, 225) 100%);
}
footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: clamp(10px, 0.714vw, 12px);
  margin: 0;
  padding: clamp(11px, 0.833vw, 14px) 0;
  letter-spacing: 0;
  font-weight: 600;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  main {
    display: block;
  }
}
main .mainL {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main .mainL {
    width: 100%;
  }
}
main .mainL .imgCon {
  position: fixed;
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  main .mainL .imgCon {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .mainL .imgCon {
    height: 50vh;
  }
}
main .mainL .imgCon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .mainL .imgCon .ttlCon {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
main .mainL .imgCon .ttlCon .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(32px, 2.083vw, 35px);
  margin-bottom: 0.9rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px #496e7e);
          filter: drop-shadow(0px 0px 10px #496e7e);
  line-height: 150%;
  letter-spacing: min(0.4vw, 7px);
}
main .mainL .imgCon .ttlCon .en {
  font-family: "Almarai", sans-serif;
  font-size: clamp(12px, 0.892vw, 15px);
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px #496e7e);
          filter: drop-shadow(0px 0px 10px #496e7e);
  line-height: 120%;
  letter-spacing: min(0.35vw, 6px);
}
main .mainR {
  position: relative;
  width: 50%;
  margin-top: min(max(11.9047619048vw, 100px), 100px);
}
@media screen and (max-width: 768px) {
  main .mainR {
    width: 100%;
  }
}

hr {
  position: relative;
  margin: 15px 0;
  border: none;
  padding-bottom: 0.1px;
}
hr:after {
  background: radial-gradient(circle farthest-side, #CF9E9E, #CF9E9E 20%, transparent 20%, transparent);
  background-size: 7.5px;
  content: "";
  display: inline-block;
  height: 7.5px;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  margin-bottom: max(2.9761904762vw, 50px);
}
.section-title .list-marker {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: min(3.2%, 15px);
  opacity: 0;
  -webkit-transform: rotate(360deg) scale(2);
          transform: rotate(360deg) scale(2);
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
}
.section-title .list-marker span {
  position: absolute;
  display: block;
  width: 43%;
  height: 43%;
  -webkit-transform: translate(-50% -50%);
          transform: translate(-50% -50%);
  border-radius: 50%;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
.section-title .list-marker span.green {
  top: 0;
  left: 0;
  background: #00A3AD;
}
.section-title .list-marker span.red {
  top: 0;
  right: 0;
  background: #E83B3A;
}
.section-title .list-marker span.blue {
  bottom: 0;
  left: 0;
  background: #2861A3;
}
.section-title .list-marker span.yellow {
  bottom: 0;
  right: 0;
  background: #FABF13;
}
.section-title__text {
  margin-left: 15px;
}
.section-title__text h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(20px, 1.785vw, 24px);
  padding-bottom: 10px;
  line-height: 2;
  letter-spacing: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.section-title__text h1 span {
  display: inline-block;
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 3px;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  line-height: 100%;
}
.section-title__text > span {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 3px;
}
.section-title.active .list-marker, .section-title.loaded .list-marker {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}
.section-title.active .list-marker span.green, .section-title.loaded .list-marker span.green {
  top: 0;
  left: 0;
  background: #00A3AD;
}
.section-title.active .list-marker span.red, .section-title.loaded .list-marker span.red {
  top: 0;
  right: 0;
  background: #E83B3A;
}
.section-title.active .list-marker span.blue, .section-title.loaded .list-marker span.blue {
  bottom: 0;
  left: 0;
  background: #2861A3;
}
.section-title.active .list-marker span.yellow, .section-title.loaded .list-marker span.yellow {
  bottom: 0;
  right: 0;
  background: #FABF13;
}
.section-title.active .list-marker.gyosei span, .section-title.loaded .list-marker.gyosei span {
  background: #00A3AD;
}
.section-title.active .list-marker.tokushin span, .section-title.loaded .list-marker.tokushin span {
  background: #2861A3;
}
.section-title.active .list-marker.athlete span, .section-title.loaded .list-marker.athlete span {
  background: #E83B3A;
}
.section-title.active .list-marker.meitoku span, .section-title.loaded .list-marker.meitoku span {
  background: #FABF13;
}

.h2Con {
  background-color: #9A3232;
}
.h2Con .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  padding: 3% 0;
}
.h2Con .container h2 {
  font-size: clamp(16px, 1.19vw, 20px);
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.h2Con .container span {
  font-size: 10px;
  font-family: "Almarai", sans-serif;
  color: #fff;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.h4Con {
  background-color: #EEDEDF;
  padding: clamp(20px, 1.785vw, 24px);
  margin-top: max(2.9761904762vw, 50px);
  margin-bottom: max(1.4880952381vw, 25px);
  border-radius: clamp(10px, 0.714vw, 12px);
}
.h4Con h4 {
  font-size: clamp(13px, 0.952vw, 16px);
  color: #9A3232;
}
.h4Con h4 span {
  font-size: clamp(10px, 0.714vw, 12px);
  color: #9A3232;
  margin-left: clamp(10px, 0.714vw, 12px);
  display: inline-block;
}

.bgPink {
  background-color: #F5EEEE;
  padding: max(5.9523809524vw, 50px) 0;
}

.ac {
  margin-bottom: 20px;
}
.ac .ac-li {
  padding: 10px 5% 0.1px;
  list-style: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #9A3232;
  border-radius: 10px;
}
.ac .ac-label {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.ac .ac-label p {
  color: #9A3232;
  font-size: clamp(11px, 0.833vw, 14px);
  font-weight: 500;
  width: 90%;
}
.ac .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.ac .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-right: clamp(7px, 0.535vw, 9px) solid transparent;
  border-left: clamp(7px, 0.535vw, 9px) solid transparent;
  border-top: clamp(10px, 0.714vw, 12px) solid #9A3232;
  border-bottom: 0;
}
.ac .ac-content {
  display: none;
  position: relative;
  padding: 5%;
  margin-bottom: 10px;
}
.ac .ac-content .boxouter {
  padding: 3rem;
}
.ac .ac-content .boxouter > .ttl {
  font-size: min(1.5rem, 30px);
  margin-bottom: 1rem;
}
.ac .ac-content .boxouter .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  margin-bottom: 2rem;
}
.ac .ac-content .boxouter .flex .acon {
  width: 10%;
  min-width: 70px;
}
.ac .ac-content .boxouter .flex .txtCon {
  width: 100%;
}
.ac .ac-content .boxouter .flex .txtCon .ttl {
  font-size: min(1.5rem, 25px);
  line-height: 150%;
  margin-bottom: 0.5rem;
}
.ac .ac-content .boxouter .flex .txtCon .ttl span {
  line-height: 150%;
}
.ac .ac-content .boxouter .flex .txtCon .txt {
  font-size: min(1rem, 14px);
  line-height: 150%;
  text-align: left;
}
.ac.ac-gyosei .ac-li .ac-label p, .ac.ac-tokushin .ac-li .ac-label p, .ac.ac-athlete .ac-li .ac-label p, .ac.ac-meitoku .ac-li .ac-label p {
  font-weight: 400;
}
.ac.ac-gyosei .ac-li .ac-content p, .ac.ac-tokushin .ac-li .ac-content p, .ac.ac-athlete .ac-li .ac-content p, .ac.ac-meitoku .ac-li .ac-content p {
  font-size: clamp(10px, 0.714vw, 12px);
  line-height: 2.5;
}
.ac.ac-gyosei .ac-li {
  border: 1px solid #00A3AD;
}
.ac.ac-gyosei .ac-li .ac-label p {
  color: #00A3AD;
}
.ac.ac-gyosei .ac-li .icon {
  border-top: clamp(10px, 0.714vw, 12px) solid #00A3AD;
}
.ac.ac-tokushin .ac-li {
  border: 1px solid #2861A3;
}
.ac.ac-tokushin .ac-li .ac-label p {
  color: #2861A3;
}
.ac.ac-tokushin .ac-li .icon {
  border-top: clamp(10px, 0.714vw, 12px) solid #2861A3;
}
.ac.ac-athlete .ac-li {
  border: 1px solid #E83B3A;
}
.ac.ac-athlete .ac-li .ac-label p {
  color: #E83B3A;
}
.ac.ac-athlete .ac-li .icon {
  border-top: clamp(10px, 0.714vw, 12px) solid #E83B3A;
}
.ac.ac-meitoku .ac-li {
  border: 1px solid #FABF13;
}
.ac.ac-meitoku .ac-li .ac-label p {
  color: #FABF13;
}
.ac.ac-meitoku .ac-li .icon {
  border-top: clamp(10px, 0.714vw, 12px) solid #FABF13;
}

.btn {
  position: relative;
  height: calc(clamp(11px, 0.833vw, 14px) + 40px);
  margin: max(1.4880952381vw, 25px) 0;
}
.btn a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
  -webkit-box-shadow: 10px 10px 36px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 36px rgba(0, 0, 0, 0.15);
  border-radius: 26px;
  isolation: isolate;
}
.btn a::before, .btn a::after {
  position: absolute;
}
.btn a::before {
  content: "";
  display: inline-block;
  width: clamp(11px, 0.833vw, 14px);
  height: clamp(11px, 0.833vw, 14px);
  background-image: url(../../../../images/front-btn-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: calc(49% - clamp(5px, 0.416vw, 7px));
  right: 7%;
  z-index: 1;
}
.btn a::after {
  content: "";
  top: calc(50% - 1px);
  left: calc(100% - 30px);
  height: 1px;
  width: 5vw;
  background: #9A3232;
  opacity: 0;
  -webkit-animation-name: bannersenn;
          animation-name: bannersenn;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 768px) {
  .btn a::after {
    width: 10vw;
  }
}
@-webkit-keyframes bannersenn {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  60% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@keyframes bannersenn {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  40% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  60% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.btn .slide-in {
  position: absolute;
  top: 50%;
  left: 8%;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}
.btn .slide-in_inner {
  font-size: clamp(11px, 0.833vw, 14px);
  color: #9A3232;
  display: inline-block;
  opacity: 0;
}
.btn.gyosei a {
  background: #00A3AD;
}
.btn.gyosei a::after {
  background: #00A3AD;
}
.btn.tokushin a {
  background: #2861A3;
}
.btn.tokushin a::after {
  background: #2861A3;
}
.btn.athlete a {
  background: #E83B3A;
}
.btn.athlete a::after {
  background: #E83B3A;
}
.btn.meitoku a {
  background: #FABF13;
}
.btn.meitoku a::after {
  background: #FABF13;
}
.btn.gyosei .slide-in_inner, .btn.tokushin .slide-in_inner, .btn.athlete .slide-in_inner, .btn.meitoku .slide-in_inner {
  color: #fff;
}
.btn.gyosei a::before, .btn.tokushin a::before, .btn.athlete a::before, .btn.meitoku a::before {
  background-image: url(../../../../images/front-btn-star-W.svg);
  background-repeat: no-repeat;
}
.btn.active a, .btn.loaded a {
  -webkit-animation-name: aanim;
          animation-name: aanim;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes aanim {
  from {
    width: 0%;
  }
  to {
    width: calc(100% - 5vw + 20px);
  }
}
@keyframes aanim {
  from {
    width: 0%;
  }
  to {
    width: calc(100% - 5vw + 20px);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes aanim {
    from {
      width: 0%;
    }
    to {
      width: calc(100% - 10vw + 20px);
    }
  }
  @keyframes aanim {
    from {
      width: 0%;
    }
    to {
      width: calc(100% - 10vw + 20px);
    }
  }
}
.btn.active a::before, .btn.loaded a::before {
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(310deg);
            transform: rotate(310deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  50% {
    -webkit-transform: rotate(310deg);
            transform: rotate(310deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.btn.active a::after, .btn.loaded a::after {
  opacity: 1;
}
.btn.active .slide-in, .btn.loaded .slide-in {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%) translateY(-60%);
            transform: translateX(-100%) translateY(-60%); /*要素を左の枠外に移動*/
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) translateY(-60%);
            transform: translateX(0) translateY(-60%); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%) translateY(-60%);
            transform: translateX(-100%) translateY(-60%); /*要素を左の枠外に移動*/
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0) translateY(-60%);
            transform: translateX(0) translateY(-60%); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.btn.active .slide-in_inner, .btn.loaded .slide-in_inner {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.aYazi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F5EEEE;
  padding: 4% 7%;
  margin-bottom: 20px;
  border-radius: 100px;
}
.aYazi span {
  font-size: clamp(11px, 0.833vw, 14px);
  color: #9A3232;
}
.aYazi .yazi-wrap {
  position: relative;
  width: clamp(11px, 0.833vw, 14px);
}
.aYazi .yazi-wrap .yazi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-right: clamp(7px, 0.535vw, 9px) solid transparent;
  border-left: clamp(7px, 0.535vw, 9px) solid transparent;
  border-top: clamp(10px, 0.714vw, 12px) solid #9A3232;
  border-bottom: 0;
}

.swiper-container {
  margin-top: max(2.9761904762vw, 50px);
  margin-bottom: calc(max(2.9761904762vw, 50px) + 100px);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  position: relative;
}
.swiper-container .swiper {
  /*スライダーの幅と高さを調整*/
  width: 100%;
  height: 100%;
}
.swiper-container .swiper .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  top: auto;
  bottom: -90px;
  width: 10.5%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid;
  border-radius: 50%;
  color: #9A3232;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  font-size: clamp(16px, 1.19vw, 20px);
}
.swiper-container .swiper-button-prev {
  left: 37%;
}
.swiper-container .swiper-button-prev:after {
  margin-right: 5%;
}
.swiper-container .swiper-button-next {
  right: 37%;
}
.swiper-container .swiper-button-next:after {
  margin-left: 5%;
}
.swiper-container .swiper-pagination {
  bottom: -30px !important;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #9A3232;
}

.ttlDot {
  font-size: clamp(13px, 0.952vw, 16px);
  color: #9A3232;
  margin-top: max(4.4642857143vw, 75px);
  padding-bottom: clamp(13px, 0.952vw, 16px);
}

.ttlDot_hr {
  margin: 0;
}

.list a {
  padding: clamp(13px, 0.952vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list a:nth-of-type(even) {
  background-color: #F1E5E6;
}
.list a:hover {
  opacity: 0.3;
}
.list a span {
  font-size: clamp(10px, 0.714vw, 12px);
  letter-spacing: min(0.05rem, 1px);
}
.list a .dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #9A3232;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.list a .dli-chevron-round-right::before, .list a .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.list a .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.list a .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.int-ac.ac .ac-li {
  border-radius: 12px;
}
.int-ac.ac .ac-li .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 20px;
  height: 20px;
}
.int-ac.ac .ac-li .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #9A3232;
  border-radius: 100px;
}
.int-ac.ac .ac-li .icon::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #9A3232;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.int-ac.ac .ac-li .icon::before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #9A3232;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.int-ac.ac .ac-li .icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.mainR h3 {
  color: #9A3232;
  font-size: clamp(14px, 1.071vw, 18px);
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 550px) {
  .mainR h3 {
    letter-spacing: 2px;
  }
}
.mainR h3 span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.mainR p {
  font-size: clamp(11px, 0.833vw, 14px);
  line-height: 200%;
}
.mainR p span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.mainR .mt20 {
  margin-top: 20px;
}
.mainR .mb15 {
  margin-bottom: 15px;
}

.development_movie .top {
  margin-bottom: max(5.9523809524vw, 50px);
}
.development_movie .section1 .h2Con .container {
  display: block;
}
.development_movie .section1 .h2Con .container h2 {
  display: inline;
}
.development_movie .section1 .h2Con .container span {
  display: inline-block;
  position: relative;
  top: -2.5px;
}
.development_movie .section1 .mainBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
  padding: 17px 15px;
}
.development_movie .section1 .mainBox .flexBox:nth-of-type(even) {
  background-color: #F1E5E6;
}
.development_movie .section1 .mainBox .flexBox .txtBox {
  width: 100%;
}
.development_movie .section1 .mainBox .flexBox .txtBox p {
  font-size: clamp(10px, 0.714vw, 12px);
  line-height: 180%;
}
.development_movie .section1 .mainBox .flexBox .icon {
  display: inline-block;
  vertical-align: middle;
  color: #9A3232;
  line-height: 1;
  position: relative;
  width: 1em;
  min-width: 1em;
  height: 1em;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.development_movie .section1 .mainBox .flexBox .icon::before, .development_movie .section1 .mainBox .flexBox .icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.development_movie .section1 .mainBox .flexBox .icon::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.development_movie .section1 .mainBox .flexBox .icon::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}/*# sourceMappingURL=development_movie.css.map */