@charset "UTF-8";
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  background: #fefefe;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  min-width: 100%;
}

h1 {
  font-size: 4rem;
  font-weight: 900;
}

h2 {
  font-size: 9rem;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  color: #009ab8;
}

h3 {
  font-size: 3rem;
  font-weight: 900;
  color: #1a1a1a;
}

h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
}

small {
  font-size: 1.4rem;
}

figure {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.5;
}
a {
  text-decoration: none;
}

a.no-opacity:hover {
  opacity: 1;
}

img {
  width: 100%;
  max-width: 100%;
}

main {
  overflow: hidden;
}

main .inner {
  width: 1260px !important;
  max-width: 100%;
  margin: 0 auto;
}

main .inner02 {
  width: 860px !important;
  max-width: 100%;
  margin: 0 auto;
  background: #fefefe;
}

.ma0auto {
  margin: 0 auto;
}

.pt90 {
  padding-top: 90px;
}

.textC {
  text-align: center;
}

.lineh2 {
  line-height: 2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: block;
}

.spOnlyFlex {
  display: none;
}

@media screen and (max-width: 1080px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a1a;
  }
  h4 {
    font-size: 1.6rem;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnlyFlex {
    display: flex;
  }
  .spL {
    text-align: left;
  }
  main {
    margin-bottom: 0;
  }
}
/*ボタン共通*/
.link {
  background: #e21913;
  padding: 5px 10px;
  border-radius: 9999px;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.link::after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 8px;
  transform: translate(-5%, -50%);
  content: "";
  display: inline-block;
  background-image: url("./images/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1260px) {
  main .inner {
    max-width: 90%;
  }
  main section .inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 480px) {
  main .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/*ヘッダー*/
.firstview {
  position: relative;
  z-index: 1000;
  margin-bottom: 100px;
}

.firstview nav.pcOnly {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  max-width: 1260px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

.firstview nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  margin-left: 5%;
}

.firstview nav ul li {
  font-size: 1.3rem;
  font-weight: 700;
}

.nav-link.active {
  color: #e60033;
  font-weight: bold;
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #e60033;
}

nav h1 {
  font-size: 3rem;
  color: #ffffff;
}

.logo {
  max-width: 250px;
  margin-right: 10px;
}

main section h2 {
  background: none;
  padding: 0;
}

@media screen and (max-width: 1470px) {
  nav h1 {
    font-size: 2.4rem;
  }
  .firstview nav ul {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1470px) and (max-width: 1260px) {
  nav h1 {
    font-size: 1.6rem;
  }
  .firstview nav.pcOnly {
    width: 95%;
  }
  .firstview nav ul {
    max-width: 700px;
  }
}
@media screen and (max-width: 1080px) {
  header .header-content {
    background: transparent;
  }
  header .logo {
    max-width: 150px;
    margin-right: 10px;
  }
  .firstview nav ul {
    max-width: 100%;
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  .firstview nav ul li {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 1em;
    border-bottom: 1px solid #ffffff;
    padding-left: 5%;
    text-indent: 0;
  }
  .nav-list li::before {
    display: none;
  }
  .firstview nav ul li a {
    border-bottom: none;
  }
  .firstview nav.pcOnly {
    display: none;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .firstview nav ul li {
    font-size: 1.4rem;
  }
  .firstview nav ul li:last-child {
    margin-bottom: 2em;
  }
}
/*ヘッダーここまで*/
/* 100vh超えたら変更 */
.firstview nav.is-scrolled {
  background-color: #bbdbe9;
  color: #009ab8;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.firstview nav ul li a {
  padding-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.firstview nav.is-scrolled ul li a {
  color: #009ab8;
  padding-bottom: 10px;
  border-bottom: 1px solid #009ab8;
}

.firstview nav.is-scrolled ul li a.is-active {
  color: #e21913;
  border-bottom: 1px solid #e21913;
}

@media screen and (max-width: 1080px) {
  .firstview nav ul li a {
    border-bottom: none;
  }
}
/*検索窓*/
.search {
  margin-top: -3px;
  width: 160px;
  padding: 5px;
  line-height: 1em;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  background-color: transparent;
  margin-left: 1em;
  display: block;
  margin-right: 40px;
}

.search button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 5px;
  top: -17px;
  padding-top: 18px;
}

.search button img {
  width: 22px;
  height: 22px;
}

.search .serch_area {
  margin-left: 1em;
  width: 90%;
  border: none;
  outline: 0;
  background-color: transparent;
  color: #fff;
}

.search .serch_area::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search .serch_area::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search .serch_area::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search .serch_area::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-area {
  margin-left: 1em;
  width: 90%;
  border: none;
  outline: 0;
  background-color: transparent;
  color: #fff;
}

.search .search_area {
  margin-left: 1em;
  width: 90%;
  border: none;
  outline: 0;
  background-color: transparent;
  color: #fff;
}

.search .search_area::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search .search_area::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search .search_area::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search .search_area::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1080px) {
  .search {
    max-width: 300px;
    width: 100%;
    margin-left: 0;
  }
  .search button {
    top: -15px;
  }
  .search button img {
    width: 20px;
    height: 20px;
  }
}
/*検索窓ここまで*/
/*読み込みアニメーション*/
.guide-logo.ready {
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 2;
  max-width: 650px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}

.guide-logo.ready.go {
  animation: bounce 1s 2s forwards;
}

.guide-text.ready {
  font-size: 3rem;
  color: #009ab8;
  background: #ffdf3f;
  padding: 10px;
  position: absolute;
  bottom: 25%;
  left: 10%;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s 0.5s cubic-bezier(0.22, 0.9, 0.37, 1);
}

.guide-text2.ready {
  font-size: 3rem;
  color: #009ab8;
  padding: 10px;
  background: #ffdf3f;
  position: absolute;
  bottom: 15%;
  left: 15%;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s 1s cubic-bezier(0.22, 0.9, 0.37, 1);
}

.guide-text.ready.go {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: visible;
}

.guide-text2.ready.go {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1600px) {
  .guide-logo.ready {
    max-width: 550px;
  }
  .guide-text.ready {
    font-size: 2.6rem;
  }
  .guide-text2.ready {
    font-size: 2.6rem;
    bottom: 12%;
  }
}
@media screen and (max-width: 1470px) {
  .guide-logo.ready {
    max-width: 500px;
  }
  .guide-text.ready {
    font-size: 2.4rem;
  }
  .guide-text2.ready {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .guide-logo.ready {
    max-width: 400px;
  }
  .guide-text.ready {
    font-size: 2rem;
  }
  .guide-text2.ready {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .guide-text.ready {
    font-size: 1.6rem;
  }
  .guide-text2.ready {
    font-size: 1.6rem;
  }
  .guide-logo.ready {
    max-width: 350px;
    top: 0%;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .guide-logo.ready {
    max-width: 270px;
    top: 0%;
  }
}
@media screen and (max-width: 480px) {
  .guide-logo.ready {
    max-width: 280px;
    top: 5%;
    left: 5%;
  }
  .guide-text.ready {
    font-size: 1.4rem;
    padding: 5px;
    bottom: 28%;
    left: 10%;
  }
  .guide-text2.ready {
    font-size: 1.4rem;
    padding: 5px;
    bottom: 15%;
    left: 35%;
  }
}
/*読み込みアニメーションここまで*/
/*スライダー*/
.slider-container {
  position: relative;
}

.slick-dots {
  bottom: 10px;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border: 1px solid #e21913;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #e21913;
}

.slider.spOnly {
  display: none;
}

@media screen and (max-width: 1080px) {
  .slick-dots {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .slider.pcOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .slider.spOnly {
    display: none;
  }
  .slider.pcOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .slick-slide img {
    display: block;
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider.spOnly {
    display: block;
  }
  .slider.pcOnly {
    display: none;
  }
}
.anker-space {
  padding-top: 150px;
  width: 100%;
  margin: 0 auto;
}

.anker-space02 {
  scroll-margin-top: 150px;
}

.anker-space03 {
  position: relative;
  top: -150px;
  height: 0;
}

@media screen and (max-width: 1080px) {
  .anker-space {
    padding-top: 50px;
  }
}
.button1 {
  max-width: 1260px;
}

.button02 {
  max-width: 960px;
  margin: 0 auto;
}

/*INFOMATION*/
section.information {
  position: relative;
  margin: 80px auto 80px;
  min-height: 800px;
  padding-bottom: 100px;
  background: #bbdbe9;
}

section.information::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 101%;
  height: 200px;
  background: url("./images/info-after.svg") no-repeat bottom center;
  background-size: 100% auto;
  z-index: -1;
  display: block;
}

section.information h2 {
  background-color: #bbdbe9;
  font-size: 9rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #009ab8;
  margin: 0;
}

section.information .topics-list li {
  font-size: 1.6rem;
  border-bottom: 1px solid #afafaf;
  padding: 20px;
  margin-bottom: 0;
}

section.information .topics-list li:first-child {
  border-top: 1px solid #afafaf;
}

section.information .topics-list {
  padding-bottom: 0;
  margin-bottom: 100px;
  border-bottom: none;
}

section.information .topics-list time {
  color: #1a1a1a;
  margin-right: 1em;
}

section.information .topics-list li .faculty_icon {
  background: #e21913;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin-right: 1em;
}

section.information .topics-list li .graduate_icon {
  background: #7c81c5;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  width: 100px;
  text-align: center;
  margin-right: 1em;
}

@media screen and (max-width: 1600px) {
  section.information::after {
    bottom: -120px;
  }
}
@media screen and (max-width: 1080px) {
  section.information h2 {
    font-size: 6rem;
  }
  section.information::after {
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  section.information h2 {
    font-size: 3rem;
  }
  section.information::after {
    bottom: -70px;
  }
  section.information .topics-list li {
    font-size: 1.4rem;
  }
  section.information .topics-list time {
    min-width: 100px;
  }
  section.information .topics-list li .faculty_icon {
    padding: 2px 5px;
    border-radius: 10px;
    margin-right: 1em;
    display: block;
  }
  section.information .topics-list li .graduate_icon {
    padding: 2px 5px;
    border-radius: 10px;
    margin-right: 1em;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  section.information {
    padding-bottom: 50px;
  }
  section.information::after {
    bottom: -35px;
  }
}
/*受験する*/
.logo2.anime {
  max-width: 750px;
  margin: 50px auto 120px;
  visibility: hidden;
}

.logo2.anime.animeActive {
  animation: bounce 1s 0.5s forwards;
}

.examination h3 {
  color: #1a1a1a;
  font-size: 3rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
  display: inline-block;
  margin-bottom: 50px;
}

.examination h3::before {
  display: none;
}

.examination h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.tabs,
.tabs-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 40px;
}

.content,
.linked {
  display: none;
}

/* ラジオボタン非表示 */
.tabs input[type=radio],
.tabs-2 input[type=radio] {
  display: none;
}

/* タブ本体 */
.tabs label.tab,
.tabs-2 label.tab {
  flex: 1;
  position: relative;
  height: 90px;
  cursor: pointer;
  text-align: center;
}

.tabs .tab-bg,
.tabs-2 .tab-bg {
  position: absolute;
  inset: 0;
  border-radius: 6px 6px 0 0;
  transition: transform 0.3s ease;
  transform-origin: bottom;
  z-index: 1;
}

/* label 中身 */
.tabs label,
.tabs-2 label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.tabs label span,
.tabs-2 label span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  line-height: 1;
  pointer-events: none;
}

/* 選択中タブ */
.tabs input[type=radio]:checked + label .tab-bg {
  transform: scaleY(1.15);
}

.tabs input[data-tab="1"] + label .tab-bg {
  background-color: #497fc8;
}

.tabs input[data-tab="2"] + label .tab-bg {
  background-color: #4ba881;
}

.tabs input[data-tab="3"] + label .tab-bg {
  background-color: #f070b1;
}

.tabs input[data-tab="4"] + label .tab-bg {
  background-color: #ef8000;
}

.tabs input[data-tab="5"] + label .tab-bg {
  background-color: #917baf;
}

.content {
  position: relative;
  padding: 20px;
  border: 2px solid #497fc8;
  margin-top: -1px;
  width: 100%;
}

.content::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #497fc8;
  border-bottom: 2px solid #497fc8;
  z-index: -1;
}

.content2 {
  border: 2px solid #4ba881;
}

.content2::after {
  height: 100%;
  border-right: 2px solid #4ba881;
  border-bottom: 2px solid #4ba881;
  z-index: -1;
}

.content3 {
  border: 2px solid #f070b1;
}

.content3::after {
  height: 100%;
  border-right: 2px solid #f070b1;
  border-bottom: 2px solid #f070b1;
  z-index: -1;
}

.content4 {
  border: 2px solid #ef8000;
}

.content4::after {
  height: 100%;
  border-right: 2px solid #ef8000;
  border-bottom: 2px solid #ef8000;
  z-index: -1;
}

.content5 {
  border: 2px solid #917baf;
}

.content5::after {
  height: 100%;
  border-right: 2px solid #917baf;
  border-bottom: 2px solid #917baf;
  z-index: -1;
}

/* タブ本体-2 */
.tabs-2[data-tabs="2"] input[type=radio] + label .tab-bg {
  background: #fefefe;
  border: 2px solid #497fc8;
}

.tabs-2[data-tabs="2"] input[data-tab="1"] + label span {
  color: #497fc8;
}

.tabs-2[data-tabs="2"] input[data-tab="2"] + label .tab-bg {
  background: #fefefe;
  border: 2px solid #4ba881;
}

.tabs-2[data-tabs="2"] input[data-tab="2"] + label span {
  color: #4ba881;
}

.tabs-2[data-tabs="2"] input[data-tab="3"] + label .tab-bg {
  background: #fefefe;
  border: 2px solid #f070b1;
}

.tabs-2[data-tabs="2"] input[data-tab="3"] + label span {
  color: #f070b1;
}

.tabs-2[data-tabs="2"] input[data-tab="4"] + label .tab-bg {
  background: #fefefe;
  border: 2px solid #ef8000;
}

.tabs-2[data-tabs="2"] input[data-tab="4"] + label span {
  color: #ef8000;
}

.tabs-2[data-tabs="2"] input[data-tab="5"] + label .tab-bg {
  background: #fefefe;
  border: 2px solid #917baf;
}

.tabs-2[data-tabs="2"] input[data-tab="5"] + label span {
  color: #917baf;
}

.tabs-2[data-tabs="2"] input[type=radio]:checked + label .tab-bg {
  transform: scaleY(1.15);
  color: #ffffff;
  background: #497fc8;
  border: none;
}

.tabs-2[data-tabs="2"] input[type=radio]:checked + label span {
  color: #ffffff;
}

.tabs-2[data-tabs="2"] input[data-tab="2"]:checked + label .tab-bg {
  background: #4ba881;
}

.tabs-2[data-tabs="2"] input[data-tab="3"]:checked + label .tab-bg {
  background: #f070b1;
}

.tabs-2[data-tabs="2"] input[data-tab="4"]:checked + label .tab-bg {
  background: #ef8000;
}

.tabs-2[data-tabs="2"] input[data-tab="5"]:checked + label .tab-bg {
  background: #917baf;
}

@media (max-width: 1080px) {
  .tabs label.tab,
  .tabs-2 label.tab {
    flex: 0 0 calc(50% - 10px);
  }
  .tabs .tab-bg,
  .tabs-2 .tab-bg {
    margin-bottom: 10px;
  }
}
/*タブ中身*/
.tabs table.admissions_summary_table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 17%;
}

.tabs table.table tr th,
table.table tr td {
  border: none;
  border-bottom: 2px solid #f0edec;
}

.tabs table.table tr th,
table.table tr:first-child {
  border-top: 2px solid #f0edec;
}

.tabs table.admissions_summary_table tr th {
  background: none;
}

.tabs table.admissions_summary_table tr th span {
  background: #497fc8;
  color: #ffffff;
  border-radius: 20px;
  padding: 5px 10px;
  display: block;
  width: 150px;
}

.tabs table.admissions_summary_table tr th span.w200 {
  width: 200px;
}

.tabs table.admissions_summary_table tr td .link {
  width: 200px;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 10px;
  margin: 0;
}

.tabs table.admissions_summary_table tr td ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.tabs table.admissions_summary_table tr td .link::before {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 16px;
  height: 21px;
  transform: translate(-5%, -50%);
  content: "";
  display: inline-block;
  background-image: url(./images/pin.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs table.admissions_summary_table tr td .link::after {
  width: 20px;
}

.tabs .content2 table.admissions_summary_table tr th span {
  background: #4ba881;
}

.tabs .content2 table.admissions_summary_table tr th span.center {
  display: block;
  margin: 0 auto;
}

.tabs .content2 table.admissions_summary_table td.suisen_detail {
  border-left: 1px solid #f0edec;
  vertical-align: top;
}

.tabs .content2 table.admissions_summary_table td.suisen_detail ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

.tabs .content3 table.admissions_summary_table tr th span {
  background: #f070b1;
}

.tabs .content4 table.admissions_summary_table tr th span {
  background: #ef8000;
}

.tabs .content5 table.admissions_summary_table tr th span {
  background: #917baf;
}

.guide_none {
  display: none;
}

/*受験するここまで*/
/*カレンダー*/
.calendar {
  margin-bottom: 40px;
  background: #eae0e1;
  position: relative;
  padding-bottom: 5%;
}

.calenda-before {
  position: relative;
  top: 0;
  left: 0;
}

.calendarWrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 30px;
  justify-content: space-between;
}

.calendar-title {
  max-width: 326px;
  margin: 0 auto;
}

.calendar p {
  margin-bottom: 0;
}

.calendar h4 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 40px;
}

.datewrap {
  margin-bottom: 20px;
}

.datewrap.flex {
  display: flex;
  flex-wrap: wrap;
}

.month {
  width: 48%;
  padding: 20px;
  position: relative;
  background: #fefefe;
}

.month:first-child {
  background: #eae0e1;
}

.tabwrap {
  width: 49%;
}

.tabscolor {
  background-color: #497fc8;
  display: inline-block;
  padding: 5px 3px;
  max-width: 175px;
  width: 100%;
  text-align: center;
}

p.tabscolor {
  margin-bottom: 2px;
}

.tabscolor a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.tabscolor02 {
  background-color: #4ba881;
}

.tabscolor03 {
  background-color: #f070b1;
}

.tabscolor04 {
  background-color: #ef8000;
}

.tabscolor05 {
  background-color: #917baf;
}

/* 書類の事前準備*/
.content.is-active {
  display: block;
}

@media screen and (max-width: 1080px) {
  .calendarWrap {
    gap: 15px;
    padding: 0;
  }
  .tabscolor {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .month {
    width: 100%;
  }
}
/*リンク*/
.linkwrap .circlelink {
  width: 22%;
  margin-bottom: 40px !important;
}

.linkwrap .squarelink {
  width: 45%;
  margin-bottom: 40px !important;
}

.linkwrapFix {
  display: none;
}

@media screen and (max-width: 480px) {
  .linkwrap {
    display: none;
  }
  .linkwrapFix {
    display: flex;
    position: fixed;
    bottom: 1%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }
  .linkwrapFix .circlelink {
    width: 22%;
    margin-bottom: 10px !important;
  }
  .linkwrapFix .squarelink {
    width: 45%;
  }
}
/*リンクここまで*/
/*在学生の声*/
.message {
  background: url(./images/grid-bg.webp);
  background-repeat: repeat-y;
  position: relative;
  padding-bottom: 100px;
}

.message::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 125px;
  z-index: 2;
  background: url(./images/message-before.svg) center bottom/100% no-repeat;
}

.message-titleWrap {
  display: flex;
  position: relative;
  height: 150px;
  top: 150px;
}

.message-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  transform: translateX(-50%) translateY(30px);
  z-index: 4;
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transition: clip-path 0.6s ease, transform 0.6s ease, opacity 0.6s ease;
}

.message-title.animeActive {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.message-title02 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 300px;
  transform: translateX(-50%);
  z-index: 4;
}

.message-title03 {
  position: absolute;
  top: 79%;
  left: 50%;
  width: 100%;
  max-width: 560px;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 3;
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s ease;
}

.message-title03.animeActive {
  transform: translateX(-50%);
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.6s;
}

.message-studentWrap {
  position: relative;
  margin-top: 200px;
  margin-bottom: 100px;
  display: flex;
  gap: 60px;
}

.message-studentWrap02 {
  justify-content: flex-end;
}

.message-student h4 {
  margin-bottom: 40px;
}

.space {
  height: 100px;
  width: 100%;
}

.photo-student {
  position: relative;
  width: 20%;
}

.photo-student .photo {
  position: absolute;
  top: -120px;
  left: 130px;
  max-width: 285px;
  width: 285px;
  z-index: 4;
}

.photo-student .name {
  position: absolute;
  top: 200px;
  left: 200px;
  max-width: 190px;
  width: 190px;
  z-index: 3;
}

.photo-student .comefrom {
  position: absolute;
  top: -40px;
  left: 230px;
  max-width: 110px;
  width: 110px;
  z-index: 5;
}

.photo-student .photo02 {
  top: -20px;
  left: 110px;
  max-width: 286px;
  width: 286px;
}

.photo-student .name02 {
  top: 220px;
  left: 40px;
}

.photo-student .comefrom02 {
  top: -50px;
  left: 220px;
}

.photo-student .photo03 {
  top: -30px;
  left: 80px;
  max-width: 210px;
  width: 210px;
}

.photo-student .name03 {
  top: 200px;
  left: 200px;
}

.photo-student .comefrom03 {
  top: -50px;
  left: 220px;
}

.photo-student .popup03.animeActive.delay {
  animation-delay: 0.8s;
}

.photo-student .popup03.animeActive.delay02 {
  animation-delay: 1s;
}

.photo-student .popup03.animeActive.delay03 {
  animation-delay: 1.2s;
}

.message-student {
  position: relative;
  background: #bbdbe9;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  padding: 60px;
  max-width: 900px;
  width: 100%;
  transform: translateX(-150%);
  opacity: 0;
  transition: all 0.6s ease;
}

.message-student::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -15px;
  width: 27px;
  height: 26px;
  background-image: url(./images/triangle01.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.message-student.animeActive {
  transform: translateX(0%);
  opacity: 1;
}

.classification {
  display: flex;
  align-items: center;
  border: 1px solid #497fc8;
  background: #fefefe;
  color: #497fc8;
  max-width: 350px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 20px;
  height: 35px;
}

.classification02 {
  max-width: 375px;
}

.classification .white {
  position: relative;
  margin-bottom: 0;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.classification .white::before {
  margin-bottom: 0;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #fefefe;
  z-index: 2;
}

.classification .blue {
  position: relative;
  margin-bottom: 0;
  background: #497fc8;
  color: #ffffff;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.message-student02 {
  background: #ffbebe;
  transform: translateX(150%);
  opacity: 0;
  transition: all 0.6s ease;
}

.message-student02.animeActive {
  transform: translateX(0%);
  opacity: 1;
}

.message-student02::after {
  content: "";
  position: absolute;
  top: 100px;
  left: -15px;
  width: 27px;
  height: 26px;
  background-image: url(./images/triangle02.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1470px) {
  .message::before {
    top: -40px;
  }
}
@media screen and (max-width: 1365px) {
  .message-student {
    max-width: 650px;
    padding: 30px;
  }
  .photo-student .photo02 {
    left: 0;
  }
  .photo-student .comefrom02 {
    left: 150px;
  }
}
@media screen and (max-width: 1260px) {
  .message::before {
    top: -55px;
  }
}
@media screen and (max-width: 1080px) {
  .message-titleWrap {
    top: 100px;
  }
  .space {
    height: 0;
  }
  .message::before {
    top: -85px;
  }
  .message-student {
    max-width: 600px;
    width: 65%;
    padding: 20px;
  }
  .message-student h4 {
    margin-bottom: 20px;
  }
  .message-student p {
    font-size: 1.4rem;
  }
  .photo-student .photo {
    left: 90px;
  }
  .photo-student .name {
    top: 190px;
    left: 110px;
  }
  .photo-student .comefrom {
    left: 160px;
  }
  .photo-student .photo02 {
    left: 40px;
  }
  .photo-student .name02 {
    top: 210px;
    left: 90px;
  }
  .photo-student .comefrom02 {
    left: 140px;
  }
  .photo-student .photo03 {
    left: 50px;
  }
  .photo-student .name03 {
    top: 210px;
  }
  .photo-student .comefrom03 {
    left: 160px;
  }
}
@media screen and (max-width: 767px) {
  .message::before {
    top: -110px;
  }
  .message-title {
    max-width: 300px;
  }
  .message-title02 {
    max-width: 250px;
  }
  .message-title03 {
    max-width: 300px;
    top: 65%;
  }
  .message-studentWrap {
    display: block;
    margin-bottom: 250px;
  }
  .message-studentWrap02 {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 200px;
  }
  .message-student {
    width: 100%;
    max-width: 100%;
  }
  .classification {
    max-width: 200px;
    height: 25px;
  }
  .classification02 {
    max-width: 270px;
  }
  .classification03 {
    max-width: 240px;
  }
  .message-student p {
    font-size: 1.2rem;
  }
  .message-student::after {
    top: 98%;
    right: 50%;
    transform: rotate(270deg) scaleX(-1);
  }
  .message-student02::after {
    top: 98%;
    left: 50%;
    transform: rotate(90deg) scaleX(-1);
  }
  .classification .white {
    height: 25px;
  }
  .classification .blue {
    height: 25px;
  }
  .classification02 .white {
    width: 40%;
  }
  .classification02 .blue {
    width: 60%;
  }
  .photo-student .photo {
    max-width: 180px;
    width: 180px;
    top: -65px;
    left: 265px;
  }
  .photo-student .comefrom {
    max-width: 80px;
    width: 80px;
    top: 20px;
    left: 50px;
  }
  .photo-student .name {
    max-width: 120px;
    width: 120px;
    top: 50px;
  }
  .photo-student .photo02 {
    top: -50px;
  }
  .photo-student .comefrom02 {
    top: -40px;
    left: 50px;
  }
  .photo-student .name02 {
    top: -10px;
  }
  .photo-student .photo03 {
    max-width: 150px;
    width: 150px;
    top: 20px;
  }
}
/*在校生の声ここまで/

/*出願の流れ*/
.application {
  max-width: 345px;
  width: 100%;
  margin: 0 auto;
}

.triangle {
  width: 0;
  height: 0;
  margin: 20px auto;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #a1dde7;
  animation: arrowMove 1.5s infinite;
}

@keyframes arrowMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
main section h3.title {
  font-size: 3rem;
  color: #1a1a1a;
  margin-top: 0;
}

.process h3.title.red {
  color: #e21913;
  font-size: 3rem;
}

.red-border {
  border: 3px solid #e21913;
  padding: 30px 70px;
  margin-bottom: 100px;
}

.accordion {
  background: #a1dde7;
  padding: 50px;
  margin-bottom: 50px;
  font-size: 2.2rem;
  position: relative;
}

.accordion::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1260px;
  height: 8px;
  background-image: url("./images/accordion-before.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

.accordion::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  max-width: 1260px;
  height: 8px;
  background-image: url("./images/accordion-before.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

.accordion-title {
  text-align: center;
}

.wave-title {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  -webkit-text-decoration: underline wavy #ffffff 5px;
          text-decoration: underline wavy #ffffff 5px;
  text-underline-offset: 10px;
}

.accordion .step {
  width: 193px;
  height: 95px;
  background-image: url(./images/step.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 3;
}

.accordion .step p {
  transform: rotate(-5deg);
  font-size: 3rem;
  margin-bottom: 10px;
  background: linear-gradient(transparent 70%, #ffffff 70%);
}

.accordion span {
  color: #e21913;
}

.accordion-title {
  position: relative;
  cursor: pointer;
}

/* 横線（− の本体） */
.accordion-title::after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 2px;
  background-color: #1a1a1a;
}

/* 縦線（＋の縦棒） */
.accordion-title::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1em;
  background-color: #1a1a1a;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.accordion-item.is-open .accordion-title::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.accordion-item .accordion-content {
  display: none;
  font-size: 2rem;
  padding: 20px 50px 10px 50px;
}

.accordion-item.is-open .accordion-content {
  opacity: 1;
}

.accordion-checklist {
  background: #fefefe;
  border-radius: 40px;
  padding: 15px 20px;
}

.accordion-checklist h4 {
  color: #e21913;
}

.accordion-item.is-open .accordion-checklist .accordion-title::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1em;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}

.accordion-item.is-open .accordion-checklist .accordion-item.is-open .accordion-title::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.accordion-checklist .accordion-title::before {
  background-color: #e21913;
}

.accordion-checklist .accordion-title::after {
  background-color: #e21913;
}

.accordion-checklist .accordion-item.is-open .accordion-content {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.accordion-content .accordion-content-inner {
  background: #fefefe;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
}

.accordion-content .accordion-content-inner.red-border {
  border-radius: 0;
}

.accordion-content .accordion-content-inner h4 {
  padding-bottom: 5px;
  border-bottom: #e21913 solid 2px;
  display: inline-block;
  margin-bottom: 40px;
  overflow-wrap: anywhere;
}

.accordion-content .accordion-content-inner.red-border h4 {
  border-bottom: none;
}

.accordion-content .accordion-content-inner p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.accordion-content .accordion-content-inner p a {
  color: #e21913;
  padding-bottom: 1px;
  border-bottom: 1px solid #e21913;
}

.accordion-content .accordion-content-inner .attention {
  background: #eae0e1;
  padding: 10px;
}

.accordion-content .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion02 .accordion-item .accordion-content {
  font-size: 1.6rem;
  padding: 20px 0;
}

.accordion02 .link {
  max-width: 420px;
  padding: 10px;
  font-size: 2.2rem;
}

.accordion02 .content {
  background: #fefefe;
}

.accordion02 .content::after {
  display: none;
}

/* 書類の事前準備*/
.content.is-active.preparation {
  display: flex !important;
  flex-wrap: wrap;
  gap: 3%;
}

.doc_download_contents {
  width: 30%;
  border: #497fc8 2px solid;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

.download_btn a {
  padding: 5px;
  color: #ffffff;
  background: #497fc8;
  max-width: 150px;
  width: 100%;
  display: block;
  border-radius: 10px;
  text-align: center;
}

.doc_download_type {
  display: flex;
  gap: 5%;
}

@media (max-width: 1080px) {
  .doc_download_contents {
    width: 45%;
  }
  .accordion {
    padding: 20px;
  }
  .accordion-title {
    font-size: 1.8rem;
  }
  .accordion-title h4 {
    font-size: 1.8rem;
  }
  .accordion-item .accordion-content {
    padding: 20px 5px 20px;
  }
  .accordion-item .accordion-content {
    font-size: 1.6rem;
  }
  .accordion-content .accordion-content-inner {
    padding: 20px;
  }
  .accordion .step {
    width: 135px;
    height: 65px;
  }
  .accordion .step p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .red-border {
    border: 3px solid #e21913;
    padding: 5px 10px;
    margin-bottom: 50px;
  }
  main section h3.title {
    font-size: 2rem;
  }
  .process h3.title.red {
    font-size: 2rem;
  }
  .accordion {
    padding: 10px;
  }
  .accordion-title h4 {
    font-size: 1.6rem;
  }
  .accordion02 .link {
    font-size: 1.6rem;
  }
  .doc_download_contents {
    width: 100%;
  }
  .accordion-item .accordion-content {
    font-size: 1.4rem;
  }
  .accordion .step {
    width: 96px;
    height: 46px;
  }
  .accordion .step p {
    font-size: 1.6rem;
  }
  .accordion-checklist {
    padding: 5px 10px;
  }
  .accordion-checklist .accordion-title h4 {
    font-size: 1.2rem;
  }
  .accordion-item .accordion-checklist .accordion-title::before {
    height: 0.8em;
    right: 0.8em;
  }
  .accordion-item .accordion-checklist .accordion-title::after {
    width: 0.8em;
    right: 0.4em;
  }
  .accordion-item.is-open .accordion-checklist .accordion-title::before {
    height: 0.8em;
    right: 0.8em;
  }
  .accordion-item.is-open .accordion-checklist .accordion-title::after {
    width: 0.8em;
    right: 0.4em;
  }
  .step_check_list_table th {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .accordion::before {
    background-image: url("./images/accordion-before-2.webp");
  }
  .accordion::after {
    background-image: url("./images/accordion-before-2.webp");
  }
  .wave-title {
    -webkit-text-decoration: underline wavy #ffffff 2px;
            text-decoration: underline wavy #ffffff 2px;
    text-underline-offset: 10px;
  }
}
@media (max-width: 480px) {
  .accordion .step {
    width: 60px;
    height: 40px;
  }
  .accordion .step p {
    font-size: 1.2rem;
  }
  .accordion::before {
    background-image: url("./images/accordion-before-3.webp");
  }
  .accordion::after {
    background-image: url("./images/accordion-before-3.webp");
  }
}
/*必要書類の事前準備ここまで*/
/*送付書類のチェックリスト*/
.printWrap {
  width: 100%;
  max-width: 700px;
  padding: 20px;
  box-sizing: border-box;
  background: #fefefe;
}

.step_check_list_table {
  border: 1px solid #1a1a1a;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}

.step_check_list_table td label {
  display: block;
}

.step_check_list_table thead tr th:nth-child(1) {
  width: 35%;
}

.step_check_list_table thead tr th:nth-child(2) {
  width: 65%;
}

.step_check_list_table th {
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
  padding: 10px;
}

.step_check_list_table tbody tr {
  background-color: #bbdbe9;
}

.step_check_list_table tbody tr:last-child {
  border-bottom: 1px solid #1a1a1a;
}

.step_check_list_table td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  padding: 10px;
}

.step_check_list_table tbody tr td:nth-child(1) {
  width: 35%;
  padding-left: 2em;
}

.step_check_list_table tbody tr td:nth-child(3) label {
  display: block;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

#printIframe {
  display: none;
}

#printBtn.link {
  max-width: 400px;
}

#printBtn.link::after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30px;
  height: 30px;
  transform: translate(-5%, -50%);
  content: "";
  display: inline-block;
  background-image: url(./images/icon_printer.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .step_check_list_table {
    font-size: 1.2rem;
  }
  .step_check_list_table th {
    font-size: 1.4rem;
  }
  .step_check_list_table tbody tr td:nth-child(1) {
    padding-left: 0;
  }
  .printWrap {
    padding: 0;
  }
}
/*送付書類のチェックリストここまで*/
/*出願の流れここまで*/
/*Q&A*/
.fqa {
  background: #ffdf3f;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.fqa::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 101%;
  height: 200px;
  background: url("./images/fqa-before.svg") no-repeat bottom center;
  background-size: 100% auto;
  z-index: -1;
  display: block;
}

.fqaWrap {
  min-height: 300px;
  position: relative;
}

.fqa-deco {
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.fqa-deco02 {
  max-width: 300px;
  top: -20%;
}

.fqa-deco03 {
  max-width: 260px;
  left: 10%;
  top: 0;
}

.fqa-deco04 {
  max-width: 260px;
  left: 90%;
  top: 0;
}

.fqa-deco05 {
  max-width: 53px;
  left: 0%;
  top: 0;
}

.fqa-deco06 {
  max-width: 53px;
  left: 100%;
  top: 0;
}

.fqa-item {
  padding: 10px;
  border-radius: 20px;
  background: #fefefe;
  margin-bottom: 20px;
}

.fqa-item p {
  margin-bottom: 0;
  font-size: 2.2rem;
  margin-left: 1em;
}

.fqa-item p span {
  color: #e21913;
  margin-right: 1em;
}

.fqa-question {
  position: relative;
  cursor: pointer;
}

/* 横線（− の本体） */
.fqa-question::after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 2px;
  background-color: #e21913;
}

/* 縦線（＋の縦棒） */
.fqa-question::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1em;
  background-color: #e21913;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* 開いたら縦線を回転 → 消える */
.fqa-item.is-open .fqa-question::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.fqa-item .fqa-answer {
  display: none;
  font-size: 2rem;
  padding: 20px 50px 10px 50px;
}

/* 開いた状態 */
.fqa-item.is-open .fqa-answer {
  max-height: 500px;
  opacity: 1;
}

@media (max-width: 1080px) {
  .fqa::before {
    top: -195px;
  }
  .fqa-item p {
    font-size: 1.8rem;
  }
  .fqa-item .fqa-answer {
    font-size: 1.6rem;
  }
  .fqa-deco {
    max-width: 280px;
  }
  .fqa-deco02 {
    max-width: 280px;
    top: -10%;
  }
  .fqa-deco03 {
    max-width: 200px;
  }
  .fqa-deco04 {
    max-width: 200px;
  }
  .fqa-deco05 {
    max-width: 40px;
  }
  .fqa-deco06 {
    max-width: 40px;
  }
}
@media (max-width: 768px) {
  .fqa-item p {
    font-size: 1.4rem;
    width: 90%;
    text-indent: -2em;
    padding-left: 2em;
  }
  /* 横線（− の本体） */
  .fqa-question::after {
    right: -1.5em;
    width: 1em;
    height: 2px;
  }
  /* 縦線（＋の縦棒） */
  .fqa-question::before {
    right: -1em;
    width: 2px;
    height: 1em;
  }
  .fqa-item .fqa-answer {
    padding: 5px 10px;
    font-size: 1.4rem;
    text-indent: 0em;
    max-height: 900px;
  }
}
@media (max-width: 480px) {
  .fqaWrap {
    min-height: 160px;
  }
  .fqa-deco {
    max-width: 100px;
  }
  .fqa-deco02 {
    max-width: 200px;
    top: -10%;
  }
  .fqa-deco03 {
    max-width: 120px;
  }
  .fqa-deco04 {
    max-width: 120px;
  }
  .fqa-deco05 {
    max-width: 20px;
    left: -3%;
  }
  .fqa-deco06 {
    max-width: 20px;
  }
}
/*Q&Aここまで*/
.know {
  background: #bbdbe9;
  position: relative;
}

/*知ろう*/
.know .flow_inner {
  position: absolute;
  top: -80px;
  left: 0;
  display: flex;
  animation: flow-right 12s linear infinite;
  will-change: transform;
  overflow: visible;
}

.know .flow_inner img {
  height: 90px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.know .flow_inner02 {
  display: flex;
  animation: flow-left 30s linear infinite;
  will-change: transform;
  overflow: visible;
}

.know .flow_inner02 img {
  height: 253px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.know-titleWrap {
  position: relative;
  min-height: 500px;
}

.know-title {
  max-width: 596px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -298px;
  opacity: 0;
}

.know-title02 {
  max-width: 736px;
  top: 30%;
  width: 100%;
  left: 50%;
  margin-left: -368px;
  opacity: 0;
}

.know-title03 {
  max-width: 1164px;
  top: 20%;
  width: 100%;
  left: 50%;
  margin-left: -582px;
  opacity: 0;
}

.know-title.animeActive {
  animation: bounce 1s forwards;
}

.know-title02.animeActive {
  animation-delay: 0.3s;
}

.know-title03.animeActive {
  animation-delay: 0.6s;
}

@media screen and (max-width: 1080px) {
  .know-title {
    max-width: 400px;
    margin-left: -200px;
  }
  .know-title02 {
    max-width: 470px;
    margin-left: -235px;
  }
  .know-title03 {
    max-width: 764px;
    margin-left: -382px;
  }
  .know-titleWrap {
    position: relative;
    min-height: 300px;
  }
  .know .flow_inner02 img {
    height: 170px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .know-titleWrap {
    min-height: 200px;
  }
  .know-title {
    max-width: 250px;
    margin-left: -125px;
  }
  .know-title02 {
    max-width: 280px;
    margin-left: -140px;
  }
  .know-title03 {
    max-width: 350px;
    margin-left: -175px;
  }
  .know .flow_inner02 img {
    height: 100px;
    margin-bottom: 50px;
  }
}
/*知ろうここまで*/
/*バナー*/
.inner.bannerWrap {
  margin-bottom: 200px;
}

.bannerWrap02 {
  gap: 40px;
}

.banner {
  max-width: 605px;
  width: 45%;
}

.banner02 {
  max-width: 340px;
  width: 30%;
}

.banner03 {
  max-width: 605px;
  width: 100%;
  margin: 0 auto !important;
}

@media screen and (max-width: 1080px) {
  .banner {
    max-width: 338px;
    width: 45%;
  }
  .banner02 {
    max-width: 338px;
    width: 45%;
  }
  .inner.bannerWrap {
    margin-bottom: 100px;
  }
  .bannerWrap02 {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    width: 100%;
    margin-bottom: 40px !important;
  }
  .banner02 {
    width: 100%;
  }
  .inner.bannerWrap {
    margin-bottom: 50px;
  }
}
/*バナーここまで*/
/*SNS*/
#sns {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1260px;
  margin: 0 auto;
}

#sns h2 {
  color: #1a1a1a;
  margin-top: 0;
}

#sns h2 figure {
  width: 100%;
  max-width: 400px;
}

#sns iframe {
  width: 100%;
  max-width: 600px !important;
  min-width: 250px !important;
  margin: 0 auto !important;
}

#sns h2 figure img {
  width: 100%;
  height: auto;
}

#sns .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#sns .column {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}

#sns > .row > div,
#sns > .column > div {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.youtube iframe {
  aspect-ratio: 16/9;
}

@media screen and (max-width: 1260px) {
  #sns {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  #sns {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  #sns .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #sns .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #sns {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  #sns .row,
  #sns .column {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #sns h2 figure,
  #sns h2.insta figure {
    max-width: 100%;
  }
}
/*SNSここまで*/
/*知ろうから下*/
.know_after {
  position: relative;
}

.know_after .flow_inner {
  position: absolute;
  top: -180px;
  left: 0;
  display: flex;
  animation: flow-right 12s linear infinite;
  will-change: transform;
  overflow: visible;
}

.know_after .flow_inner img {
  height: 90px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.know_after .mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 1080px) {
  .know_after .flow_inner {
    top: -100px;
  }
  .know_after .mt100 {
    margin-top: 50px !important;
  }
  .button02.mb100 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .know_after .flow_inner {
    top: -100px;
  }
  .know_after .mt100 {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}
/*知ろうから下ここまで*/
/*フッター*/
footer .footer-inner {
  width: 100%;
  max-width: 1100px;
}

@media screen and (max-width: 1080px) {
  footer .footer-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-nav li {
    font-size: 1.3rem;
  }
}
/*フッターここまで*/
/*アニメーション*/
@keyframes bounce {
  0% {
    visibility: visible;
    opacity: 0;
    transform: scale(0.2);
  }
  20% {
    opacity: 1;
    transform: scale(1.25);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
/*ループアニメーション*/
.flow {
  overflow: hidden;
  width: 3254px;
  height: 253px;
  display: flex;
  align-items: center;
}

.flow2 {
  width: 2504px;
}

.flow_inner {
  display: flex;
  animation: flow-right 30s linear infinite;
  will-change: transform;
}

.flow_inner2 {
  animation: flow-left 30s linear infinite;
  will-change: transform;
}

.flow_inner img {
  height: 253px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

@media (max-width: 768px) {
  .flow {
    height: auto;
    /* ← 固定高さを解除 */
    align-items: flex-start;
    /* ← 上切れ防止 */
  }
  .flow_inner img {
    height: 120px;
  }
  .flow {
    width: 1600px;
  }
  .flow2 {
    width: 1000px;
  }
}
/* 左へ */
@keyframes flow-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 右へ */
@keyframes flow-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*テキストアニメーション*/
.text-animate.anime span {
  opacity: 0;
}

.text-animate.animeActive span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  animation: textUp 0.6s ease forwards;
}

/* 1文字ずつ遅延 */
.text-animate span:nth-child(1) {
  animation-delay: 0.05s;
}

.text-animate span:nth-child(2) {
  animation-delay: 0.1s;
}

.text-animate span:nth-child(3) {
  animation-delay: 0.15s;
}

.text-animate span:nth-child(4) {
  animation-delay: 0.2s;
}

.text-animate span:nth-child(5) {
  animation-delay: 0.25s;
}

.text-animate span:nth-child(6) {
  animation-delay: 0.3s;
}

.text-animate span:nth-child(7) {
  animation-delay: 0.35s;
}

.text-animate span:nth-child(8) {
  animation-delay: 0.4s;
}

.text-animate span:nth-child(9) {
  animation-delay: 0.45s;
}

.text-animate span:nth-child(10) {
  animation-delay: 0.5s;
}

.text-animate span:nth-child(11) {
  animation-delay: 0.55s;
}

.text-animate span:nth-child(12) {
  animation-delay: 0.6s;
}

.text-animate span:nth-child(13) {
  animation-delay: 0.65s;
}

.text-animate span:nth-child(14) {
  animation-delay: 0.7s;
}

.text-animate span:nth-child(15) {
  animation-delay: 0.75s;
}

.text-animate span:nth-child(16) {
  animation-delay: 0.8s;
}

.text-animate span:nth-child(17) {
  animation-delay: 0.85s;
}

.text-animate span:nth-child(18) {
  animation-delay: 0.9s;
}

.text-animate span:nth-child(19) {
  animation-delay: 0.95s;
}

.text-animate span:nth-child(20) {
  animation-delay: 0.1s;
}

@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 1文字ずつ遅延ここまで*/
.fadeup.anime {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadeup.anime.animeActive {
  opacity: 1;
  transform: translateY(0);
}

.fadeup.anime.animeActive.delay {
  transition-delay: 0.3s;
}

.fadeup.anime.animeActive.delay02 {
  transition-delay: 0.6s;
}

.fadeup.anime.animeActive.delay03 {
  transition-delay: 0.9s;
}

.popup03.anime {
  opacity: 0;
  transform-origin: center center;
}

.popup03.animeActive {
  animation: popup03 0.3s ease-out forwards;
}

@keyframes popup03 {
  0% {
    transform: translateX(-50%) scale(0.4);
  }
  75% {
    transform: translateX(-50%) scale(1.04);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.step.animeActive {
  animation: hukidashi 0.8s ease-in-out 0.8s forwards;
  transform-origin: center bottom;
}

@keyframes hukidashi {
  0% {
    transform: translate(0, 1px) rotate(3deg);
  }
  10% {
    transform: translate(0, 0px) rotate(-3deg);
  }
  20% {
    transform: translate(0, 1px) rotate(2deg);
  }
  35% {
    transform: translate(0, 0px) rotate(-2deg);
  }
  60% {
    transform: translate(0, 1px) rotate(1deg);
  }
  80% {
    transform: translate(0, 0px) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0px) rotate(0deg);
  }
}
/*カクカク*/
.kakukaku.animeActive {
  animation: kakukaku 1s 2s steps(1) infinite;
}

@keyframes kakukaku {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(5deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.fuwafuwa.animeActive {
  animation: fuwafuwa 2s ease-in-out infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*フッター*/
@media screen and (max-width: 1080px) {
  footer .address_container .address {
    padding-right: 0;
  }
}
/*グローバルナビ用ボタン*/
.menu_button {
  cursor: pointer;
  padding: 0px 5px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 8px;
  z-index: 1001;
}

.menu_button .menu_trigger,
.menu_button .menu_trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu_button .menu_trigger {
  position: relative;
  width: 40px;
  height: 24px;
  display: block;
  margin: 12px 0px;
}

.menu_button .menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF0000;
  border-radius: 4px;
  padding-left: 5px;
}

.menu_button .menu_trigger span:nth-of-type(1) {
  top: 0;
}

.menu_button .menu_trigger span:nth-of-type(2) {
  top: 10px;
}

.menu_button .menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_button.active .menu_trigger span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.menu_button.active .menu_trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu_button.active .menu_trigger span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.nav-list li a {
  margin-left: 0;
}

/*スマホメニュー*/
.firstview nav.spOnly {
  display: none;
}

@media screen and (max-width: 1080px) {
  .firstview {
    margin-bottom: 50px;
  }
  .firstview nav.spOnly {
    width: 100%;
    background: #bbdbe9;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-content {
    display: flex;
    align-items: center;
  }
  .menu_button {
    display: block;
  }
  .spmenu.spOnly.active {
    display: block;
  }
}
/*スマホメニューここまで*//*# sourceMappingURL=style.css.map */