/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/common.scss ***!
  \********************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Oswald:wght@600&family=Noto+Sans:ital@1&family=Noto+Serif+JP:wght@500;700&family=Yellowtail&display=swap);
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/common.scss (1) ***!
  \************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
}
button * {
  font-family: inherit;
}

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

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  src: local("Geometria"), url("./../font/Geometria.woff") format("woff");
  font-family: "Geometria";
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: local("Geometria-Bold"), url("./../font/Geometria-Bold.woff") format("woff");
  font-family: "Geometria-Bold";
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: local("Geometria-Medium"), url("./../font/Geometria-Medium.woff") format("woff");
  font-family: "Geometria-Medium";
}
/*
  SP: 〜1023px
  PC: 1024px〜
*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 0.78125vw;
  scroll-padding-top: 7.5rem;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding-top: calc(4rem + 1px);
  color: #1C1C1C;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-display: swap;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
}
img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.p-article figure {
  margin: 0;
}

input[type=submit],
a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}

._sp {
  display: none !important;
}

* {
  max-width: 100%;
}

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

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  font-family: "Noto Sans JP", sans-serif;
  resize: vertical;
}

strong {
  font-weight: bold;
}

a {
  color: inherit;
  transition: all 0.2s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
}
a:hover {
  opacity: 0.6;
}

.header__top {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
  width: 100%;
  gap: 1px;
  border-bottom: 1px solid #1B8244;
}

.header {
  z-index: 100;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem 3.2rem 0.6rem 2.4rem;
  background-color: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header__topLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.2rem;
  height: 4rem;
  background: #1B8244;
  color: #FFF;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}

.header__topLink:first-of-type{
  width: 20rem;
}

.header__logo {
  display: block;
  width: 41.3rem;
}

.footer {
  padding: 5rem 10rem;
  background: #0E4B2D;
}

.footer__container {
  display: flex;
  gap: 11.8rem;
}

.footer__logoWrap {
  flex-shrink: 0;
  width: 35rem;
}

.footer__logo {
  width: 100%;
}
.footer__logo img {
  backface-visibility: hidden;
  image-rendering: auto;
}

.footer__copy {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  text-transform: uppercase;
}
.footer__nav {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
  flex-shrink: 0;
  gap: 1rem 4.3rem;
}

.footer__navLink {
  color: #FFF;
  font-size: 1.2rem;
}
.footer__snsLabel {
  color: #FFF;
  font-weight: 700;
  font-size: 1.2rem;
}
.footer__snsList {
  display: flex;
  margin-top: 0.6rem;
  gap: 2rem;
}
.footer__snsItem {
  width: 2.6rem;
}
.footer__snsLink {
  display: flex;
  align-items: center;
}

.l-main {
  padding-top: 5.5555555556vw;
}

.color_white{
  color:#0F4A2D!important;
}

.cta {
  padding: 2.4rem 0 4.2rem;
  background: url(./../img/common/cta_bg_01.jpg) center center/cover no-repeat;
}

.cta__text01 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.cta__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
  gap: 4.8rem;
}

.cta__btn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 38rem;
  height: 6rem;
  border: 2px solid #D62828;
  border-radius: 0.4rem;
  background: #FFF;
  box-shadow: 0 0.4rem 0 0 #981E22;
  color: #D51414;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
}
.cta__btn a svg {
  position: absolute;
  top: 0;
  right: 6.2rem;
  bottom: 0;
  margin: auto 0;
}
.cta__btn a svg path {
  transition: all 0.2s cubic-bezier(0.66, 0, 0.34, 1) 0.1s;
}
.cta__btn a:hover {
  background: #DD0606;
  color: #FFF;
  opacity: 1;
}
.cta__btn a:hover svg path {
  stroke: #FFF;
}

.cta__btn--past a {
  border: 2px solid #D96C1D;
  box-shadow: 0 0.4rem 0 0 #D96C1D;
  color: #D96C1D;
}
.cta__btn--past a:hover {
  background: #D96C1D;
}

.c-title01wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-title01en {
  width: -moz-fit-content;
  width: fit-content;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: normal;
  font-family: Geometria-Bold, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.c-title01en span {
  font-size: 3.8rem;
}

.c-title01ja {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 1.8rem;
}
.c-btn01 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.c-btn01 > a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 27rem;
  height: 5.5rem;
  gap: 2.4rem;
  border: 1px solid #0F4A2D;
  background: #FFF;
  color: #0F4A2D;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
}
.c-btn01 > a::after {
  width: 1rem;
  height: 1.7rem;
  background: url(./../img/common/arrow_green_01.svg) center center/contain no-repeat;
  content: "";
}

.lowerMv {
  z-index: 1;
  position: relative;
  height: 25rem;
}
.lowerMv::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.lowerMv--news {
  background: url(./../img/news/mv_bg_01.jpg) center center/cover;
}
.lowerMv--kugiauth {
  background: url(./../img/kugiauth/mv_bg_01.jpg) center center/cover;
}
.lowerMv--staff {
  background: url(./../img/staff/mv_bg_01.jpg) center center/cover;
}
.lowerMv--voice {
  background: url(./../img/voice/mv_bg_01.jpg) center center/cover;
}
.lowerMv--video {
  background: url(./../img/video/mv_bg_01.jpg) center center/cover;
}
.lowerMv--universities {
  background: url(./../img/universities/mv_bg_01.jpg) center center/cover;
}
.lowerMv--faq {
  background: url(./../img/faq/mv_bg_01.jpg) center center/cover;
}

.lowerMv__titleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.lowerMv__titleEn {
  color: #FFF;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: normal;
  font-family: Geometria-Bold, sans-serif;
  text-transform: uppercase;
}

.lowerMv__titleja {
  color: #FFF;
  font-weight: 700;
  font-size: 1.8rem;
}

.breadcrumbs {
  width: 86.8rem;
  margin: 0 auto;
}

.breadcrumbs--wide {
  width: 90rem;
}

.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item a,
.breadcrumbs__item span {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.breadcrumbs__item:last-child span {
  color: #24B25C;
}
.breadcrumbs__item:nth-child(n+2)::before {
  margin: 0 0.8rem;
  content: ">";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.articleContents h2 {
  position: relative;
  margin: 3.2rem 0 1.6rem;
  padding-bottom: 0.8rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
.articleContents h2::before, .articleContents h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
}
.articleContents h2::before {
  width: 100%;
  background: #ccc;
}
.articleContents h2::after {
  width: 15rem;
  background: #1B8244;
}
.articleContents h3 {
  margin: 3.2rem 0 1.6rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.articleContents p {
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.articleContents p strong {
  font-weight: 700;
}
.articleContents.voiceArticle__contents h2:first-child {
  margin-top: 0;
}
.articleContents .wp-block-columns.is-layout-flex {
  gap: 3.2rem;
}
.articleContents .clear {
  clear: both !important;
}
.articleContents .floatbox .sideimage {
  width: 38.5% !important;
  margin: 0;
  padding: 0 3.5rem 0 0;
  float: left;
}
.articleContents .floatbox h2 {
  width: calc(65.5% - 3.2rem);
  margin-left: auto;
}
.articleContents .wp-block-image .alignleft {
  margin: 0;
}

.has-color1-color {
  color: #DD0606;
}

.pagination {
  margin-top: 6.4rem;
}
.pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.pagination span,
.pagination .page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #E6E6E6;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.pagination .current {
  background: #1B8244;
  color: #fff;
}
.pagination .previouspostslink,
.pagination .nextpostslink {
  position: relative;
  width: 0.7rem;
  height: 1.5rem;
  color: transparent;
}
.pagination .previouspostslink::before,
.pagination .nextpostslink::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./../img/common/arrow_green_01.svg) center center/contain no-repeat;
  content: "";
}
.pagination .previouspostslink {
  margin-right: 3.2rem;
}
.pagination .previouspostslink::before {
  transform: rotate(180deg);
}
.pagination .nextpostslink {
  margin-left: 3.2rem;
}

.topMv {
  position: relative;
  height: 60rem;
}
.topMv .swiper {
  height: 100%;
}
.topMv .swiper img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}
.topMv .swiper-horizontal > .swiper-pagination-bullets,
.topMv .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  right: 9.3rem;
  bottom: 7.7rem;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.6rem;
}
.topMv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.topMv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0;
  background: #D1D1D1;
  opacity: 1;
}
.topMv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.topMv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #626262;
}

.topMv__slide {
  position: relative;
}

.topMv__slideItem {
  position: relative;
}
.topMv__slideItem::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0.4;
}

.topMv__slideImage {
  height: 100%;
}

.topMv__contents {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 14rem);
  height: 100%;
  margin: 0 auto;
}

.topMv__textWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 8.2rem;
  gap: 2.5rem;
}

.topMv__text01 {
  color: #FFF;
  font-weight: 500;
  font-size: 6rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.topMv__text02 {
  width: 82.3rem;
  padding-bottom: 2.9rem;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.5;
  font-family: Geometria, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.topCourse {
  padding-bottom: 7.4rem;
  background: #3E835A;
}

.topCourse__bg {
  -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  padding: 4.8rem 0 10.3rem;
  background: #FFF;
          clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

.topCourse__title {
  color: #0F4A2D;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}

.topCourse__text01wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 82rem;
  margin: 3.2rem auto 0;
  gap: 1rem 1.5rem;
}

.topCourse__text01 {
  position: relative;
  width: 36.6rem;
  padding: 1rem 1rem 1rem 5rem;
  border-radius: 0.4rem;
  background: #F5F5F5;
  color: #1C1C1C;
  font-size: 1.8rem;
}
.topCourse__text01:nth-child(even) {
  width: 43.8rem;
}
.topCourse__text01::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 3rem;
  height: 3rem;
  margin: auto 0;
  background: url(./../img/top/course_ico_01.png) center center/contain no-repeat;
  content: "";
}

.topCourse__container {
  width: 99rem;
  margin: 28px auto 0;
}

.topCourse__text02 {
  color: #FFF;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
}

.topCourse__list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.8rem;
}
.topCourse__list::before {
  z-index: 2;
  position: absolute;
  /* top: -11rem; */
  /* left: -11.4rem; */
  top: -12.6rem;
  left: -11.9rem;
  flex-shrink: 0;
  width: 36.4rem;
  height: 16.4rem;
  background: url(./../img/top/course_txt_01.png) center center/contain no-repeat;
  content: "";
}

.topCourse__item {
  display: flex;
  padding: 1.2rem 2.1rem 1.2rem 1.5rem;
  gap: 24px;
  background: #FFF;
  box-shadow: 0px 0.4rem 2rem 0px rgba(15, 74, 45, 0.16);
}

.topCourse__itemImage {
  flex-shrink: 0;
  width: 16rem;
}

.topCourse__text03 {
  padding-top: 1.8rem;
  color: #0F4A2D;
  font-weight: 500;
  font-size: 2rem;
}

.topCourse__text04 {
  position: relative;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.6rem;
}
.topCourse__text04::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.7rem;
  height: 1px;
  background: #DBE4E0;
  content: "";
}

.topPartnership {
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
  background: #F1F7F4;
}
.university_logo_auth img{
  width:6.5rem;
}
.university_logo_box{
  padding:4.5rem 5% 0 5%;
}
.university_logo_list img{
  display:inline;
  width:33%;
  padding:15px 4vw;
}

.topNews {
  padding: 6rem 0 8.4rem;
}

.topNews__head {
  margin-top: 1.6rem;
  color: #24B25C;
  font-size: 1.8rem;
  text-align: center;
}

.topNews__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100rem;
  margin: 4.8rem auto 0;
  gap: 8.6rem;
}

.topNews__item {
  flex: 1;
}

.topNews__link {
  margin-top: 6.3rem;
}

.topkugiauth {
  padding: 6rem 0 8.4rem;
}

.topkugiauth__head {
  margin-top: 1.6rem;
  color: #24B25C;
  font-size: 1.8rem;
  text-align: center;
}

.topkugiauth__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100rem;
  margin: 4.8rem auto 0;
  gap: 8.6rem;
}

.topkugiauth__item {
  flex: 1;
}

.topkugiauth__link {
  margin-top: 6.3rem;
}

.topMovie {
  padding: 4rem 0 7.4rem;
  background: #F5F5F5;
}

.topMovie__title {
  color: #0F4A2D;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}

.topMovie__title--strong {
  color: #24B25C;
  font-style: italic;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: Geometria-Bold, sans-serif;
}

.topMovie__video {
  aspect-ratio: 560/315;
  width: 78.5rem;
  margin: 3.6rem auto 0;
}
.topMovie__video iframe {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.topUniv {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}
.topUniv::before {
  z-index: -1;
  position: absolute;
  top: 15.8rem;
  right: 0;
  left: 0;
  width: 49.5rem;
  height: 53.3rem;
  margin: 0 auto;
  background: url(./../img/top/univ_bg_01.png) center center/contain no-repeat;
  content: "";
}

.topUniv__head {
  margin-top: 1.6rem;
  color: #24B25C;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.topUniv__list {
  grid-column-gap: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100rem;
  margin: 4.8rem auto 0;
}

.topUniv__item {
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid #BFBFBF;
  border-radius: 0.4rem;
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4);
}
.topUnivArticle {
  padding: 24px;
}

.topUnivArticle__image {
  height: 25rem;
}
.topUnivArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.topUnivArticle__title {
  margin-top: 1.6rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 1.8rem;
}

.topUnivArticle__text01 {
  margin-top: 1.6rem;
  font-size: 1.5rem;
}

.topUniv__btn {
  margin-top: 4.8rem;
}

.topService {
  padding: 8rem 0 8rem;
  background: #F1F7F4;
}

.topService__head {
  margin-top: 1.6rem;
  color: #24B25C;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.topService__list {
  display: flex;
  flex-direction: column;
  margin-top: 4.8rem;
  gap: 2.4rem;
}

.topService__item {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  width: calc(100% - 14rem);
  margin-left: auto;
  padding: 0 20rem 0 7.1rem;
  padding-right: 20rem;
  gap: 6.5rem;
}
.topService__item:nth-child(even) {
  flex-direction: row-reverse;
  margin: 0 auto 0 0;
  padding: 0 6rem 0 20rem;
}
.topService__item:nth-child(even) .topService__itemBody {
  padding-left: 1.5rem;
}
.topService__item::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.8rem);
  background: #FFF;
  content: "";
}

.topService__itemBody {
  flex: 1;
  padding-right: 1rem;
  padding-bottom: 1.2rem;
}

.topService__itemTitleWrap {
  display: flex;
  align-items: end;
  padding-bottom: 0.3rem;
  gap: 1.9rem;
  border-bottom: 1px solid #56BE7F;
}

.topService__itemNum {
  display: flex;
  position: relative;
  top: 1.2rem;
  flex-direction: column;
  padding-left: 0.6rem;
  color: #56BE7F;
  font-style: italic;
  font-size: 7.1rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.topService__itemNum span {
  position: relative;
  top: 0.8rem;
  left: -1rem;
  transform: rotate(-12.856deg);
  color: #56BE7F;
  font-style: normal;
  font-size: 2.4rem;
  font-family: "Yellowtail", cursive;
}

.topService__itemTitle {
  color: #0F4A2D;
  font-weight: 700;
  font-size: 2.4rem;
}

.topService__text01 {
  margin-top: 3.2rem;
  font-size: 1.5rem;
}

.topService__itemImage {
  width: 23.3rem;
}

.topStaff {
  padding: 6rem 0;
  overflow: hidden;
  background: #F9F5EE;
}
.topStaff .swiper-horizontal > .swiper-pagination-bullets,
.topStaff .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.topStaff .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.topStaff .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
  background: #D1D1D1;
  opacity: 1;
}
.topStaff .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.topStaff .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0F4A2D;
}

.topStaff__list {
  grid-column-gap: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100rem;
  margin: 4.8rem auto 0;
}

.topStaff__item {
  background: #FFF;
  box-shadow: 0px 0.2rem 2rem 0px rgba(107, 34, 11, 0.1);
}

.topStaffArticle {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.topStaffArticle__body {
  flex: 1;
  padding: 1.6rem 1.6rem 2.4rem;
  background: #FFF;
}

.topStaffArticle__position {
  width: 14rem;
  padding-left: 0.8rem;
  border-bottom: 1px solid #1B8244;
  color: #1B8244;
  font-weight: 700;
  font-size: 1.5rem;
}

.topStaffArticle__name {
  padding-left: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.topStaffArticle__text01 {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.topStaff__btn {
  margin-top: 4.8rem;
}

.topVoice {
  position: relative;
  padding: 14.4rem 0 14.9rem;
}
.topVoice::before, .topVoice::after {
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
}
.topVoice::before {
  top: 10rem;
  width: calc(100% - 28rem);
  height: calc(100% - 20rem);
  background: #F1F7F4;
}
.topVoice::after {
  top: 4.6rem;
  width: 1px;
  height: 8rem;
  background: #0F4A2D;
}
.topVoice .c-title01wrap {
  position: relative;
}
.topVoice .c-title01wrap::before {
  z-index: -1;
  position: absolute;
  top: -1.7rem;
  left: 44%;
  aspect-ratio: 1/1;
  width: 5.8rem;
  height: auto;
  transform: translateX(-50%);
  background: url(./../img/top/voice_ico_01.svg) center center/contain;
  content: "";
}
.topVoice .swiper-horizontal > .swiper-pagination-bullets,
.topVoice .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.topVoice .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.topVoice .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
  background: #D1D1D1;
  opacity: 1;
}
.topVoice .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.topVoice .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0F4A2D;
}

.topVoice__list {
  grid-column-gap: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90.4rem;
  margin: 4.8rem auto 0;
}
.topVoice__list--comingsoon .topVoice__item {
  margin: 0 auto;
}

.topVoiceArticle__uni {
  display: display;
  align-items: center;
  margin-top: 1.6rem;
  gap: 1.3rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 1.8rem;
}
.topVoiceArticle__uni span {
  display: flex;
  align-items: center;
  width: 3.2rem;
}

.topVoiceArticle__name {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.topVoiceArticle__text01 {
  min-height: 5.8rem;
  margin-top: 1rem;
  font-size: 1.5rem;
}

.topVoiceArticle__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
  gap: 0.7rem;
  border-bottom: 1px solid #1C1C1C;
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (min-width:1023px){

  .topVoiceArticle__link{
    margin-bottom: 3rem;
  }
}

.topVoiceArticle__link span {
  display: flex;
  align-items: center;
  width: 1.1rem;
}

.topVoice__btn {
  margin-top: 4.8rem;
}

.topComparison {
  padding: 6rem 0 11.4rem;
}

.topComparison__tableWrap {
  width: 98.9rem;
  margin: 6.4rem auto 0;
}

.topComparison__table {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
}
.topComparison__table thead,
.topComparison__table tbody,
.topComparison__table tfoot,
.topComparison__table tr {
  display: contents;
}
.topComparison__table th,
.topComparison__table td {
  display: block;
}
.topComparison__table thead th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.4rem;
  height: 4.5rem;
  margin-right: 0.8rem;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.8rem;
}
.topComparison__table thead th._italia {
  width: 27rem;
  height: 5.4rem;
  margin-right: 0;
  background: #24B25C;
}
.topComparison__table thead th span {
  display: flex;
  width: 3.6rem;
  margin-right: 1.6rem;
}
.topComparison__table tbody th,
.topComparison__table tbody td {
  box-sizing: content-box;
  position: relative;
  padding: 2rem 0;
  text-align: center;
  vertical-align: middle;
}
.topComparison__table tbody th::before,
.topComparison__table tbody td::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 2rem);
  height: 1px;
  margin: 0 auto;
  background: #BFBFBF;
  content: "";
}
.topComparison__table tbody th {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22rem;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
}
.topComparison__table tbody th span {
  font-size: 1rem;
  line-height: 1.5;
}
.topComparison__table tbody td {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 1rem);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.17;
}
.topComparison__table tbody td .num {
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
}
.topComparison__table tbody td._italia {
  width: 27rem;
  background: #F1F7F4;
  color: #24B25C;
  font-size: 1.6rem;
}
.topComparison__table tbody td._italia .num {
  font-size: 2.8rem;
}
.topComparison__table tbody tr:nth-of-type(1) th {
  font-feature-settings: "palt";
  flex-direction: row;
}
.topComparison__table tbody tr:nth-of-type(1) th span {
  font-size: 1.6rem;
  letter-spacing: -0.1em;
}
.topComparison__table tbody tr:nth-of-type(1) th,
.topComparison__table tbody tr:nth-of-type(1) td {
  padding: 3rem 0 2rem;
}
.topComparison__table tbody tr:nth-of-type(1) th,
.topComparison__table tbody tr:nth-of-type(1) td, .topComparison__table tbody tr:nth-of-type(2) th,
.topComparison__table tbody tr:nth-of-type(2) td {
  height: 5.6rem;
}
.topComparison__table tbody tr:nth-of-type(3) th,
.topComparison__table tbody tr:nth-of-type(3) td {
  height: 3.6rem;
}
.topComparison__table tbody tr:nth-of-type(4) th,
.topComparison__table tbody tr:nth-of-type(4) td {
  height: 8.4rem;
}
.topComparison__table tbody tr:nth-of-type(4) th::before {
  top: 100%;
  bottom: 0;
  width: 100%;
  height: 0.7rem;
  background: #0F4A2D;
}
.topComparison__table tbody tr:nth-of-type(4) td._italia::before {
  top: 100%;
  bottom: 0;
  width: 100%;
  height: 0.7rem;
  background: #F1F7F4;
}
.topComparison__table tbody .ranking {
  text-align: right;
}
.topComparison__table tbody .row span {
  display: inline-block;
}
.topComparison__table ._hidden {
  visibility: hidden;
  width: 22rem;
  margin-right: 0.3rem;
}

.topFlow {
  position: relative;
  padding: 4.4rem 0 7.6rem;
}
.topFlow::before, .topFlow::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.topFlow::before {
  z-index: -2;
  border-radius: 0px 12rem 0px 0px;
  background: #F1F7F4;
}
.topFlow::after {
  z-index: -1;
  background: url(./../img/top/flow_bg_01.png) center center/contain no-repeat;
}

.topFlow__container {
  width: 100rem;
  margin: 2.4rem auto 0;
  padding: 3.2rem 8rem;
  background: #FFF;
  box-shadow: 0px 0.2rem 2rem 0px rgba(107, 34, 11, 0.1);
}

.topFlow__list {
  display: flex;
  flex-direction: column;
  gap: 4.2rem;
}

.topFlow__listItem {
  display: flex;
  align-items: center;
  gap: 6rem;
}
.topFlow__listItem:nth-child(n+2) {
  position: relative;
}
.topFlow__listItem:nth-child(n+2)::before {
  position: absolute;
  top: -3.5rem;
  left: 6.8rem;
  width: 0.2rem;
  height: 2.7rem;
  background: url(./../img/top/flow_bg_02.png) center center/contain no-repeat;
  content: "";
}

.topFlow__imageWrap {
  flex-shrink: 0;
  width: 14rem;
}

.topFlow__num {
  color: #0F4A2D;
  font-size: 1.6rem;
  font-family: "Yellowtail", cursive;
  text-align: center;
}

.topFlow__image img {
  border-radius: 50%;
}

.topFlow__textWrap {
  flex: 1;
}

.topFlow__text01 {
  color: #0F4A2D;
  font-weight: 700;
  font-size: 2.4rem;
}

.topFlow__text02 {
  margin-top: 0.8rem;
  padding: 1.6rem;
  border-radius: 0.4rem;
  background: #F9F5EE;
  font-size: 1.4rem;
}

.topFaq {
  padding: 6rem 0 8rem;
}

.topFaq__list {
  display: flex;
  flex-direction: column;
  width: 100rem;
  margin: 4.8rem auto 0;
  gap: 1.6rem;
}

.topFaq__q {
  position: relative;
  padding: 1.6rem 3.2rem;
  background: #F1F7F4;
  cursor: pointer;
}
.topFaq__q::before, .topFaq__q::after {
  position: absolute;
  top: 0;
  right: 3.2rem;
  bottom: 0;
  width: 1.4rem;
  height: 0.2rem;
  margin: auto 0;
  background: #1B8244;
  content: "";
}
.topFaq__q::after {
  transform: rotate(90deg);
  transition: 0.2s all;
}
.topFaq__q.is-active::after {
  transform: rotate(0deg);
}

.topFaq__qText {
  display: flex;
  gap: 1.6rem;
  font-size: 1.8rem;
}
.topFaq__qText::before {
  content: "Q.";
  color: #0F4A2D;
  font-weight: 500;
  font-size: 1.8rem;
}

.topFaq__a {
  display: none;
  margin-top: 1.6rem;
}
.topFaq__aText {
  padding: 0.8rem 3.2rem;
  font-size: 1.8rem;
}
.topFaq__aText a {
  text-decoration: underline;
}

.topMessage {
  padding: 6rem 0 6.4rem;
  background: #F1F7F4;
}

.topMessage__container {
  display: flex;
  width: 114rem;
  margin: 4rem 0 0 auto;
  padding: 6.3rem 14.3rem 3.8rem 8rem;
  gap: 4.4rem;
  background: #FFF;
}

.topMessage__imageWrap {
  position: relative;
  flex-shrink: 0;
  width: 37.2rem;
  margin-top: -10.8rem;
}

.topMessage__name01 {
  z-index: 2;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.9rem auto 0;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #0F4A2D;
  font-weight: 700;
  font-size: 2rem;
  line-height: normal;
}

.topMessage__name02 {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  color: rgba(86, 190, 127, 0.15);
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  font-family: Geometria-Bold, sans-serif;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.topMessage__textWrap {
  flex: 1;
}

.topMessage__text01 {
  position: relative;
  padding-bottom: 2.4rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: normal;
}
.topMessage__text01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30rem;
  height: 1px;
  background: #0F4A2D;
  content: "";
}

.topMessage__text02 {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.topVideo {
  padding: 10rem 0;
  overflow: hidden;
}
.topVideo__headText {
  margin-top: 1.6rem;
  color: #24B25C;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.topVideo__slideWrap {
  position: relative;
  width: 92.4rem;
  margin: 4.8rem auto 0;
}

.topVideo__item {
  width: 45rem;
  margin: 0;
}

.topVideoArticle__video {
  aspect-ratio: 560/315;
}
.topVideoArticle__video iframe {
  width: 100%;
  height: 100%;
}

.topVideoArticle__title {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.topVideo__btn {
  margin-top: 4.8rem;
}

.topVideo__arrowWrap {
  display: flex;
  z-index: 2;
  z-index: 10;
  position: absolute;
  top: 10.3rem;
  left: 50%;
  align-items: center;
  justify-content: space-between;
  width: 104.8rem;
  max-width: 104.8rem;
  height: 4.8rem;
  margin: 0 auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.swiper-button-prev {
  left: 0;
  padding-right: 1px;
}

.swiper-button-next {
  right: 0;
  padding-left: 1px;
}

@media screen and (min-width:1023px){
  .swiper-button-next {
    right: 0;
    padding-left: 1px;
  }
}
.topVideo__arrow {
  display: flex;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0;
  border-radius: 50%;
  background: #1C1C1C;
  pointer-events: all;
}
.topVideo__arrow svg {
  aspect-ratio: 14/19;
  width: 1.2rem;
  height: auto;
}
.topVideo__arrow::after {
  content: none;
}
.topVideo__arrow.swiper-button-disabled {
  display: none;
}

.topCta {
  padding: 3.2rem 0 3.8rem;
  background: #F5F5F5;
}

.topCta__text01 {
  color: #0F4A2D;
  font-size: 1.8rem;
  text-align: center;
}

.topCta__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  gap: 4.8rem;
}

.topCta__btn a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 38rem;
  height: 6rem;
  border-radius: 0.4rem;
  background: #DD0606;
  box-shadow: 0 0.4rem 0 0 #981E22;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}
.topCta__btn a::before {
  position: absolute;
  top: 0;
  right: 6.2rem;
  bottom: 0;
  width: 1rem;
  height: 1.6rem;
  margin: auto 0;
  background: url(./../img/common/arrow_white_01.svg) center center/contain no-repeat;
  content: "";
}

.topCta__btn--past a {
  background: #EB7926;
  box-shadow: 0 0.4rem 0 0 #981E22;
}

.topNewsArticle {
  position: relative;
}

.topNewsArticle__new {
  position: absolute;
  top: 0.7rem;
  left: -0.4rem;
  padding: 0rem 1rem;
  background: #DD0606;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.topNewsArticle__image {
  height: 16rem;
}
.topNewsArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.topNewsArticle__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}

.topNewsArticle__category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0 1.1rem;
  border-radius: 9999px;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.topNewsArticle__date {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.8rem;
  margin-left: auto;
  color: #555;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  font-family: Geometria-Medium, sans-serif;
  letter-spacing: 0.02em;
}

.topNewsArticle__title {
  margin-top: 1.6rem;
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.topkugiauthArticle {
  position: relative;
}

.topkugiauthArticle__new {
  position: absolute;
  top: 0.7rem;
  left: -0.4rem;
  padding: 0rem 1rem;
  background: #DD0606;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.topkugiauthArticle__image {
  height: 16rem;
}
.topkugiauthArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.topkugiauthArticle__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}

.topkugiauthArticle__category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0 1.1rem;
  border-radius: 9999px;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.topkugiauthArticle__date {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.8rem;
  margin-left: auto;
  color: #555;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  font-family: Geometria-Medium, sans-serif;
  letter-spacing: 0.02em;
}

.topkugiauthArticle__title {
  margin-top: 1.6rem;
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.access {
  padding: 6rem 0 8rem;
  background: #F5F5F5;
}

.access__container {
  width: 89.6rem;
  margin: 4.8rem auto 0;
}

.access__item {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.access__textWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.6rem;
}

.access__termText01 {
  flex-shrink: 0;
  width: 8rem;
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.access__descText01 {
  width: calc(100% - 8rem - 1.6rem);
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
}
.access__descText01 + .access__termText01 {
  margin-top: 4rem;
}
.access__descText01 + .access__termText01 + .access__descText01 {
  margin-top: 4rem;
}
.access__descText01._italia {
  margin: 4rem 0 0 9.6rem;
  padding-top: 4rem;
  border-top: 1px solid #BFBFBF;
}

.access__descText02 {
  width: 100%;
  margin: 1.6rem 0 0 9.6rem;
  padding: 1rem;
  border-radius: 0.4rem;
  background: #E6E6E6;
  font-size: 1.6rem;
}

.access__map {
  position: relative;
  flex-shrink: 0;
  width: 34.7rem;
  height: 28.1rem;
}
.access__map._italia {
  margin-top: 4rem;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__mapLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsArchive {
  padding: 4rem 0 10.4rem;
}

.newsArchive__catList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90rem;
  margin: 4.8rem auto 0;
  gap: 1.8rem;
}

.newsArchive__catListItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 9999px;
  background: #BFBFBF;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.newsArchive__catListItem.is-active a {
  background: #1B8244;
  color: #FFF;
}

.newsArchive__list {
  grid-column-gap: 3.2rem;
  grid-row-gap: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90rem;
  margin: 4.8rem auto 0;
}

.newsArticle {
  padding: 8rem 0 10.4rem;
}

.newsArticle__body {
  width: 86.8rem;
  margin: 0 auto;
}

.newsArticle__title {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 4rem;
}

.newsArticle__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.newsArticle__category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0 1rem;
  border-radius: 9999px;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.newsArticle__date {
  margin-left: auto;
  color: #555;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: Geometria-Medium, sans-serif;
  letter-spacing: 0.02em;
}
.newsArticle__thumbnail {
  margin-top: 3.2rem;
}
.newsArticle__contents {
  margin-top: 3.2rem;
}
.newsArticle__btn {
  margin-top: 5.6rem;
}
.newsArchiveArticle {
  position: relative;
}

.newsArchiveArticle__new {
  position: absolute;
  top: 0.7rem;
  left: -0.4rem;
  padding: 0rem 1rem;
  background: #DD0606;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.newsArchiveArticle__image {
  height: 16rem;
}
.newsArchiveArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.newsArchiveArticle__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}

.newsArchiveArticle__category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0 1.1rem;
  border-radius: 9999px;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.newsArchiveArticle__date {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.8rem;
  margin-left: auto;
  color: #555;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  font-family: Geometria-Medium, sans-serif;
  letter-spacing: 0.02em;
}

.newsArchiveArticle__title {
  margin-top: 1.6rem;
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}


.kugiauthArchive {
  padding: 4rem 0 10.4rem;
}

.kugiauthArchive__catList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90rem;
  margin: 4.8rem auto 0;
  gap: 1.8rem;
}

.kugiauthArchive__catListItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 9999px;
  background: #BFBFBF;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.kugiauthArchive__catListItem.is-active a {
  background: #1B8244;
  color: #FFF;
}

.kugiauthArchive__list {
  grid-column-gap: 3.2rem;
  grid-row-gap: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90rem;
  margin: 4.8rem auto 0;
}

.kugiauthArticle {
  padding: 8rem 0 10.4rem;
}

.kugiauthArticle__body {
  width: 86.8rem;
  margin: 0 auto;
}

.kugiauthArticle__title {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 4rem;
}

.kugiauthArticle__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.kugiauthArticle__category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0 1rem;
  border-radius: 9999px;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.kugiauthArticle__date {
  margin-left: auto;
  color: #555;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: Geometria-Medium, sans-serif;
  letter-spacing: 0.02em;
}
.kugiauthArticle__thumbnail {
  margin-top: 3.2rem;
}
.kugiauthArticle__contents {
  margin-top: 3.2rem;
}
.kugiauthArticle__btn {
  margin-top: 5.6rem;
}
.kugiauthArchiveArticle {
  position: relative;
}

.kugiauthArchiveArticle__new {
  position: absolute;
  top: 0.7rem;
  left: -0.4rem;
  padding: 0rem 1rem;
  background: #DD0606;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.kugiauthArchiveArticle__image {
  height: 16rem;
}
.kugiauthArchiveArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.kugiauthArchiveArticle__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}

.kugiauthArchiveArticle__category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  padding: 0 1.1rem;
  border-radius: 9999px;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.kugiauthArchiveArticle__date {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.8rem;
  margin-left: auto;
  color: #555;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  font-family: Geometria-Medium, sans-serif;
  letter-spacing: 0.02em;
}

.kugiauthArchiveArticle__title {
  margin-top: 1.6rem;
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.staffArchive {
  padding: 4rem 0 8rem;
}

.staffArchive__block {
  width: 90rem;
  margin: 4rem auto 0;
}
.staffArchive__block + .staffArchive__block {
  margin-top: 10rem;
}

.staffArchive__blockTitle {
  position: relative;
  padding-bottom: 8px;
}
.staffArchive__blockTitle::before, .staffArchive__blockTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
}
.staffArchive__blockTitle::before {
  width: 100%;
  background: #CCC;
}
.staffArchive__blockTitle::after {
  width: 15rem;
  background: #1B8244;
}

.staffArchive__blockTitleText {
  position: relative;
  padding-left: 2.6rem;
  color: #0F4A2D;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.63;
  letter-spacing: 0.02em;
}
.staffArchive__blockTitleText::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: #0F4A2D;
  content: "";
}

.staffArchive__list {
  grid-column-gap: 2.4rem;
  grid-row-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
}

.staffArchive__item:nth-child(n+9) {
  display: none;
}

.staffArticle__image {
  height: 16rem;
}
.staffArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.staffArticle__body {
  padding: 0.8rem 0 2.4rem;
}

.staffArticle__position {
  position: relative;
  color: #1B8244;
  font-weight: 700;
  font-size: 1.5rem;
}
.staffArticle__position::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81.25%;
  height: 1px;
  background: #1B8244;
  content: "";
}

.staffArticle__name {
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.staffArticle__city {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  gap: 0.2rem;
  color: #1C1C1C;
  font-size: 1.4rem;
  line-height: 1.8;
}
.staffArticle__city span {
  display: flex;
  width: 1.4rem;
}
.staffArticle__text01 {
  margin-top: 0.5rem;
  color: #1C1C1C;
  font-weight: 500;
  font-size: 1.5rem;
}

.staffArchive__morebtn {
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 36rem;
  height: 5.5rem;
  margin: 4rem auto 0;
  gap: 2.4rem;
  border: 1px solid #0F4A2D;
  background: #FFF;
}
.staffArchive__morebtn.is-active .staffArchive__morebtnText {
  display: none;
}
.staffArchive__morebtn.is-active .staffArchive__morebtnArrow {
  transform: rotate(180deg);
}

.staffArchive__block:has(.staffArchive__item:nth-child(9)) .staffArchive__morebtn {
  display: flex;
}

.staffArchive__morebtnText {
  color: #0F4A2D;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.voiceArchive {
  padding: 4rem 0 10.4rem;
}

.voiceArchive__list {
  grid-column-gap: 2.4rem;
  grid-row-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 90rem;
  margin: 4rem auto 0;
}

.voiceArchiveArticle {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 2.4rem;
}

.voiceArchiveArticle__image {
  height: 16rem;
}
.voiceArchiveArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.voiceArchiveArticle__uni {
  display: display;
  align-items: center;
  margin-top: 0.8rem;
  gap: 0.5rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 1.6rem;
}

.voiceArchiveArticle__uniIcon {
  width: 3.2rem;
}

.voiceArchiveArticle__name {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.voiceArchiveArticle__text01 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.voiceArchiveArticle__link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding-left: 0.4rem;
  gap: 0.7rem;
  border-bottom: 1px solid #1C1C1C;
  font-weight: 500;
  font-size: 1.2rem;
}
.voiceArchiveArticle__link span {
  display: flex;
  align-items: center;
  width: 0.7rem;
}

.voiceArticle {
  padding: 8rem 0 10.4rem;
}

.voiceArticle__body {
  width: 86.8rem;
  margin: 4rem auto 0;
}

.voiceArticle__title {
  font-weight: 700;
  font-size: 4rem;
}

.voiceArticle__head {
  display: flex;
  align-items: left;
  margin-top: 3.2rem;
  padding: 1rem 4rem;
  gap: 4rem;
  border-radius: 0.4rem;
  background: #F1F7F4;
}

.voiceArticle__uniWrap {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.voiceArticle__image {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 8rem;
}
.voiceArticle__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  border-radius: 50%;
}

.voiceArticle__uniNameWrap {
  flex: 1;
  width: 350px;
}

.voiceArticle__uniName01 {
  display: block;
  gap: 0.5rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap
}
.voiceArticle__uniName01 span {
  display: flex;
  flex-shrink: 0;
  width: 3.2rem;
}
.voiceArticle__uniName02 {
  margin-top: 0.8rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 1.5rem;
}

.voiceArticle__name01 {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  border-left: 1px solid #ccc;
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap
}

.voiceArticle__contents {
  margin-top: 3.2rem;
}
.voiceArticle__btn {
  margin-top: 5.6rem;
}

.videoArchive {
  padding: 4rem 0 10.4rem;
}

.videoArchive__list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90rem;
  margin: 4rem auto 0;
}

.videoArchiveArticle__video {
  aspect-ratio: 560/315;
}
.videoArchiveArticle__video iframe {
  width: 100%;
  height: 100%;
}

.videoArchiveArticle__title {
  margin-top: 1.2rem;
  font-weight: 500;
  font-size: 1.8rem;
}

.univArchive {
  padding: 4rem 0 6rem;
  overflow: hidden;
  background: #F1F7F4;
}

.univArchive__body {
  padding: 4rem 0 0;
}

.univArchive__text01 {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

.univArchive__map {
  position: relative;
  margin: 4rem auto 0;
  padding: 8.8rem 0 5.1rem;
  background: url(./../img/universities/body_bg_01.png) top center/cover;
}

.univArchive__mapImage {
  position: relative;
  top: -0.2rem;
  left: -0.5rem;
  width: 67.6rem;
  margin: 0 auto;
}

.univArchive__mapList {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 99.2rem;
  height: 100%;
  margin: 0 auto;
  pointer-events: none;
}

.univArchive__mapItem {
  position: absolute;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: all;
}
.univArchive__mapItem::before {
  z-index: -1;
  position: absolute;
  width: 15rem;
  height: 1px;
  transform-origin: left top;
  background: #0F4A2D;
  content: "";
}
.univArchive__mapItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 4rem;
  padding-right: 1rem;
  border: 1px solid #0F4A2D;
  border-radius: 0.2rem;
  background: #FFF;
  color: #0F4A2D;
  font-weight: 500;
  font-size: 1.8rem;
}
.univArchive__mapItem a:hover {
  opacity: 1;
}
.univArchive__mapItem a::before {
  position: absolute;
  top: 0;
  right: 0.9rem;
  bottom: 0;
  aspect-ratio: 0.5/1;
  width: 0.5rem;
  height: auto;
  margin: auto 0;
  background: url(./../img/common/arrow_green_01.svg) center center/contain no-repeat;
  content: "";
}
.univArchive__mapItem._milano {
  top: 6rem;
  left: 14.4rem;
}
.univArchive__mapItem._milano::before {
  top: 1rem;
  right: -7.7rem;
  transform: rotate(57deg);
  transform-origin: left top;
}
.univArchive__mapItem._torino {
  top: 16.2rem;
  left: 0;
}
.univArchive__mapItem._torino::before {
  top: 1.9rem;
  right: -7.8rem;
  width: 10rem;
  transform: rotate(26deg);
}
.univArchive__mapItem._pavia {
  top: 31.7rem;
  left: 1rem;
}
.univArchive__mapItem._pavia::before {
  top: 2rem;
  right: -15rem;
  transform: rotate(-27deg);
}
.univArchive__mapItem._parma {
  top: 42rem;
  left: 17.3rem;
}
.univArchive__mapItem._parma::before {
  top: 1.4rem;
  right: -11rem;
  width: 19.2rem;
  transform: rotate(-49deg);
}
.univArchive__mapItem._roma {
  top: 56rem;
  left: 36.7rem;
}
.univArchive__mapItem._roma::before {
  top: 2.7rem;
  right: -1.1rem;
  width: 10rem;
  transform: rotate(-51deg);
}
.univArchive__mapItem._napoli {
  top: 63.6rem;
  left: 46.7rem;
}
.univArchive__mapItem._napoli::before {
  top: 2.6rem;
  right: -1.1rem;
  width: 10rem;
  transform: rotate(-51deg);
}
.univArchive__mapItem._catania {
  top: 79.6rem;
  left: 75.2rem;
}
.univArchive__mapItem._catania::before {
  top: 2rem;
  right: 99%;
  width: 10.9rem;
  transform: rotate(0deg);
}
.univArchive__mapItem._messina {
  top: 74.9rem;
  left: 77.2rem;
}
.univArchive__mapItem._messina::before {
  top: 2rem;
  right: 99%;
  width: 10.9rem;
  transform: rotate(0deg);
}
.univArchive__mapItem._bari {
  top: 53.9rem;
  left: 85.2rem;
}
.univArchive__mapItem._bari::before {
  top: 2rem;
  right: 99%;
  width: 10.9rem;
  transform: rotate(0deg);
}
.univArchive__mapItem._ancona {
  top: 35.3rem;
  left: 68rem;
}
.univArchive__mapItem._ancona::before {
  top: 2rem;
  right: 99%;
  width: 12.6rem;
  transform: rotate(0deg);
}
.univArchive__mapItem._bologna {
  top: 28.4rem;
  left: 60rem;
}
.univArchive__mapItem._bologna::before {
  top: 2rem;
  right: 99%;
  width: 16.6rem;
  transform: rotate(0deg);
}
.univArchive__mapItem._padova {
  top: 21.3rem;
  left: 60rem;
}
.univArchive__mapItem._padova::before {
  top: 2rem;
  right: 99%;
  width: 13.6rem;
  transform: rotate(0deg);
}
.univArchive__mapItem._cagliari {
  top: 75.8rem;
  left: 15rem;
}
.univArchive__mapItem._cagliari::before {
  top: 0rem;
  right: -3rem;
  width: 8.0rem;
  transform: rotate(-51deg);
}

.univArchive__pinList {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  aspect-ratio: 676/938;
  width: 67.6rem;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}

.univArchive__pinItem {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  pointer-events: all;
}
.univArchive__pinItem._milano {
  top: 19.2rem;
  left: 12.4rem;
}
.univArchive__pinItem._torino {
  top: 22.5rem;
  left: 4.1rem;
}
.univArchive__pinItem._pavia {
  top: 22.7rem;
  left: 12.2rem;
}
.univArchive__pinItem._parma {
  top: 24.7rem;
  left: 19rem;
}
.univArchive__pinItem._roma {
  top: 46.8rem;
  left: 30.9rem;
}
.univArchive__pinItem._napoli {
  top: 54.5rem;
  left: 40.8rem;
}
.univArchive__pinItem._catania {
  top: 78.5rem;
  left: 45.2rem;
}
.univArchive__pinItem._messina {
  top: 73.7rem;
  left: 47.4rem;
}
.univArchive__pinItem._bari {
  top: 52.8rem;
  left: 55.2rem;
}
.univArchive__pinItem._ancona {
  top: 34.2rem;
  left: 36.3rem;
}
.univArchive__pinItem._bologna {
  top: 27.2rem;
  left: 24.6rem;
}
.univArchive__pinItem._padova {
  top: 19.8rem;
  left: 27.6rem;
}
.univArchive__pinItem._cagliari {
  top: 66.0rem;
  left: 12.0rem;
}

.univArchive__bottom {
  display: flex;
  width: 90rem;
  margin: 6rem auto 0;
  gap: 4rem;
}

.univArchive__bottomLabel {
  flex-shrink: 0;
  padding: 0 0.6rem;
  font-weight: 500;
  font-size: 1.6rem;
}

.univArchive__bottomlist {
  display: flex;
  flex-wrap: wrap;
  padding-right: 8.8rem;
  gap: 1.6rem 4.8rem;
}

.univArchive__bottomItem {
  position: relative;
}
.univArchive__bottomItem::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 2.4rem);
  width: 1px;
  height: 2.4rem;
  background: #CCC;
  content: "";
}
.univArchive__bottomItem a {
  color: #0F4A2D;
  font-weight: 500;
  font-size: 1.6rem;
}

.univModal {
  display: none;
}

.modaal-wrapper .modaal-close {
  aspect-ratio: 1/1;
  width: 6.6rem;
  height: auto;
}

.univModal {
  display: none;
}

.modaal-container {
  max-width: 100%;
  background: none;
}

.univModal__title {
  color: #FFF;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: normal;
  text-align: center;
}

.univModal__head {
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}

.univModal__notes {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.3rem auto 0;
  padding: 0.8rem 4rem;
  gap: 3.3rem;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.8);
}

.univModal__notesText {
  font-weight: 500;
  font-size: 1.5rem;
}

.univModal__univList {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 3.3rem auto 0;
}

.univModal__univItem {
  border-radius: 0.4rem;
  background: #FFF;

}
.univModal__univArticle{  
  width:100%;
  height:100%;
}
.univModal__univArticle a {
  display: block;
  position: relative;
  padding: 2.4rem;
  width:100%;
  height:100%;
}

.univModal__image {
  height: 25rem;
}
.univModal__image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
}

.univModal__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
}

.univModal__name {
  margin-top: 1.6rem;
  font-weight: 700;
  font-size: 1.8rem;
}

.univModal__overview {
  margin-top: 1.6rem;
  font-size: 1.5rem;
}

.modaal-inner-wrapper {
  padding-top: 0;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  /* top: 0; */
  top: 4rem;
  right: 0;
  width: 6.6rem;
  height: 6.6rem;
  background: url(./../img/universities/close_ico_01.svg) top center/contain;
}

.modaal-wrapper .modaal-close:hover, .modaal-wrapper .modaal-close:focus {
  background: url(./../img/universities/close_ico_01.svg) top center/contain;
}

.modaal-wrapper .modaal-close:after, .modaal-wrapper .modaal-close:before {
  content: none;
}

.modaal-container {
  display: flex;
  justify-content: center;
  width: 97.6rem;
  /* padding-top: 10rem; */
  background: none;
}

.modaal-content-container {
  /* padding: 0; */
  padding-top: 14rem;
}

.modaal-content {
  width: 100%;
}

.univArticle {
  padding: 8rem 0 10.4rem;
}

.univArticle__body {
  width: 86.8rem;
  margin: 0 auto;
}

.univArticle__title {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 4rem;
}

.univArticle__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.univArticle__nameItaly {
  color: #555;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.univArticle__city {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  margin-left: auto;
  padding: 0 1.2rem;
  gap: 0.8rem;
  border-radius: 9999px;
  background: #0F4A2D;
  color: #FFF;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.univArticle__city span {
  display: flex;
  width: 1.4rem;
}

.univArticle__thumbnail {
  width: 100%;
  margin-top: 3.2rem;
}

.univArticle__contents {
  width: 100%;
  margin-top: 3.2rem;
}

.univArticle__btn {
  margin-top: 5.6rem;
}

.examPage {
  padding-bottom: 8rem;
  background: #F1F7F4;
}
.examPage h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70rem;
  height: 10rem;
  margin: 0 auto;
  background: #fff;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 4rem;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.examArticle__block {
  z-index: 1;
  position: relative;
  padding: 19.6rem 19rem 10rem;
}
.examArticle__block::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  content: "";
}
.examArticle__block--block01::before {
  background: url(./../img/exam/exam_bg_01.jpg) center center/cover;
}
.examArticle__block--block01 .examArticle__container .wp-block-table td:last-child,
.examArticle__block--block01 .examArticle__container .wp-block-table th:last-child {
  text-align: right;
}
.examArticle__block--block01 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(1) {
  flex-grow: unset;
  flex-basis: auto;
  width: 34rem;
}
.examArticle__block--block01 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2) {
  flex: 1;
}
.examArticle__block--block02 {
  padding-bottom: 0;
}
.examArticle__block--block02::before {
  background: url(./../img/exam/exam_bg_02.jpg) center center/cover;
}
.examArticle__block--block02 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(1) {
  flex-grow: unset;
  flex-basis: auto;
  width: 31rem;
}
.examArticle__block--block02 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2) {
  flex: 1;
}
.examArticle__block--block02 .examArticle__container .wp-block-table {
  padding: 0 3.2rem;
}
.examArticle__block--block02 .examArticle__container .wp-block-table table {
  table-layout: fixed;
}
.examArticle__block--block02 .examArticle__container .wp-block-table td:last-child {
  border-left: 1.6rem solid #F1F7F4;
}
.examArticle__block--block02 .examArticle__container .wp-block-table tr:last-child td {
  text-align: right;
}
.examArticle__block--block02 .examArticle__container .wp-block-table tr:first-child td,
.examArticle__block--block02 .examArticle__container .wp-block-table tr:first-child th {
  position: relative;
  left: -0.8rem;
  padding: 1.6rem 0rem 0.8rem;
  border: none;
  font-weight: 500;
}
.examArticle__block--block02 .examArticle__container .wp-block-table td,
.examArticle__block--block02 .examArticle__container .wp-block-table th {
  padding-top: 0.8rem;
  padding-bottom: 0;
}
.examArticle__block--block02 .wp-element-caption {
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  margin: 0 0 0 -1rem;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
}

.examArticle__image01 {
  width: 66.4rem;
  margin: 9rem auto;
}

.examArticle__image03 {
  width: 66.4rem;
  margin: 3.2rem auto 9.6rem;
}

.examArticle__image02Text {
  margin: 9.6rem 0 0;
  font-size: 1.6rem;
  line-height: normal;
  text-align: center;
}

.examArticle__container {
  width: 90rem;
  margin: 9.6rem auto 0;
  background: #FFF;
}
.examArticle__container:not(:first-of-type) {
  margin-top: 4.8rem;
}
.examArticle__container h3 {
  position: relative;
  padding: 1.8rem;
  background: #0F4A2D;
  color: #FFF;
  color: #FFF;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}
.examArticle__container h3 strong {
  color: #FFF;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.8;
}
.examArticle__container h3::before, .examArticle__container h3::after {
  position: absolute;
  left: 1.6rem;
  width: calc(100% - 3.2rem);
  height: 1px;
  background: #FFF;
  content: "";
}
.examArticle__container h3::before {
  top: 1rem;
}
.examArticle__container h3::after {
  bottom: 1rem;
}
.examArticle__container h4 {
  color: #0F4A2D;
  font-weight: 500;
  font-size: 1.6rem;
}
.examArticle__container h4:not(:first-of-type) {
  margin-top: 3.2rem;
}
.examArticle__container h5 {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 1.2rem;
  color: #0F4A2D;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.examArticle__container h5::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  border: 2px solid #0F4A2D;
  border-radius: 50%;
  content: "";
}
.examArticle__container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.2rem;
  padding: 0.6rem 1rem;
  background: #F1F7F4;
}
.examArticle__container li {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.examArticle__container p {
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
.examArticle__container .is-layout-flex {
  gap: 0;
}
.examArticle__container figure {
  margin-top: 3.5rem;
}
.examArticle__container .wp-block-table {
  margin: 0;
  padding: 0 1.6rem;
  overflow: hidden;
  background: #F1F7F4;
}
.examArticle__container .wp-block-table + p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  text-align: right;
}
.examArticle__container .wp-block-table td,
.examArticle__container .wp-block-table th {
  padding: 1.6rem 0.8rem 1.5rem;
  border: none;
  border-bottom: 2px solid #FFF;
  font-size: 1.6rem;
  line-height: 1.8;
}
.examArticle__container .wp-block-table tr:last-child td,
.examArticle__container .wp-block-table tr:last-child th {
  border: none;
}

.examArticle__containerBody {
  padding: 3.2rem 8rem 4rem;
}

.textPage {
  padding: 8rem 0;
}

.textPage__title {
  width: 90rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.8;
}

.textPage__body {
  width: 90rem;
  margin: 1.6rem auto 0;
}
.textPage__body p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}
.textPage__body p + p {
  margin-top: 2.4rem;
}
.textPage__body ol {
  margin-top: 2.4rem;
}
.textPage__body ol li {
  margin-left: 2.2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  list-style-type: decimal;
}
.textPage__body ol + p {
  margin-top: 3.2rem;
}
.textPage__body p:has(strong) {
  margin-top: 2.8rem;
}
.textPage__body p:has(strong) + p, .textPage__body p:has(strong) + ol {
  margin-top: 0;
}
.textPage__body strong {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
}
.textPage__body .has-small-font-size {
  font-size: 1.5rem !important;
}
.textPage__body .has-medium-font-size {
  font-size: 1.5rem !important;
}
.textPage__body .has-black-color {
  display: block;
  padding-left: 2em;
  color: inherit !important;
}
.textPage__body .spBr br {
  display: none;
}

.contact {
  padding: 8rem 22.8rem;
}

.contact__title {
  position: relative;
  padding-bottom: 1.6rem;
  color: #0F4A2D;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.8;
  text-align: center;
}
.contact__title::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 2px;
  margin: 0 auto;
  border-radius: 999rem;
  background: #1C1C1C;
  content: "";
}
.contact__item {
  position: relative;
  margin-top: 2.4rem;
}
.contact__headText {
  display: none;
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
}

.contact__agreeItem .smf-checkboxes-control .smf-checkboxes-control__control {
  margin: 0;
}

.contact__agreeItem .smf-item__controls {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.contact__agreeText {
  font-size: 1.8rem;
}
.contact__agreeText a {
  text-decoration: underline;
}

.snow-monkey-form[data-screen=input] .only-input {
  display: block;
}

.smf-item__label__text {
  font-weight: 500;
  font-size: 1.8rem;
}

.contact__item--required .smf-item__label__text::after {
  content: "＊";
  color: #DD0606;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
}

.contact .smf-form {
  margin-top: 5.6rem;
}
.contact .smf-form .smf-item .smf-text-control__control {
  width: 100%;
  margin-top: 0.4rem;
  padding: 1rem 1.6rem;
  border: 1px solid #CCC;
  border-radius: 0.4rem;
  outline: none;
  background: #F1F7F4;
  box-shadow: none;
  font-size: 1.6rem;
  transition: none;
}
.contact .smf-form .smf-item .smf-text-control__control:hover, .contact .smf-form .smf-item .smf-text-control__control:active, .contact .smf-form .smf-item .smf-text-control__control:focus {
  border: 1px solid #CCC;
  outline: none;
  box-shadow: none;
}
.contact .smf-form .smf-item .smf-text-control__control::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.contact .smf-form .smf-item .smf-text-control__control::placeholder {
  color: #999;
  font-weight: 400;
}
.contact .smf-form .smf-item .smf-text-control__control.disabled {
  background: #CCC;
  pointer-events: none;
}
.contact .smf-text-control {
  position: relative;
}
.contact .smf-text-control.disabled::before {
  position: absolute;
  bottom: 0.75rem;
  left: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  content: "例）MEDITALY大学";
  color: #999;
  font-size: 1.6rem;
  line-height: 1.8;
}
.contact .smf-form .smf-item .smf-textarea-control__control {
  width: 100%;
  height: 8.8rem;
  margin-top: 0.4rem;
  padding: 1rem 1.6rem;
  border: 1px solid #CCC;
  border-radius: 0.4rem;
  outline: none;
  background: #F1F7F4;
  box-shadow: none;
  font-size: 1.6rem;
  transition: none;
}
.contact .smf-form .smf-item .smf-textarea-control__control:hover, .contact .smf-form .smf-item .smf-textarea-control__control:active, .contact .smf-form .smf-item .smf-textarea-control__control:focus {
  border: 1px solid #CCC;
  outline: none;
  box-shadow: none;
}
.contact .smf-form .smf-item .smf-textarea-control__control::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.contact .smf-form .smf-item .smf-textarea-control__control::placeholder {
  color: #999;
  font-weight: 400;
}
.contact .smf-form .smf-item .smf-textarea-control__control.found-text {
  height: 4.4rem;
}
.contact .smf-form .smf-item .smf-checkbox-control__control {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border: 2px solid #CCCCCC;
  border-radius: 0.2rem;
}
.contact .smf-form .smf-item .smf-checkbox-control__control:hover, .contact .smf-form .smf-item .smf-checkbox-control__control:active, .contact .smf-form .smf-item .smf-checkbox-control__control:focus {
  border: 2px solid #CCC;
  outline: none;
  box-shadow: none;
}
.contact .contact__agreeItem .smf-error-messages {
  position: absolute;
  top: 100%;
  left: 0;
}
.contact .smf-form .smf-item .smf-checkbox-control__control:checked {
  border-color: #0F4A2D;
  background-color: #0F4A2D;
}
.contact .smf-form .smf-item .smf-checkboxes-control__control > .smf-label {
  display: flex;
  align-items: center;
  margin: 0;
}
.contact .smf-form .smf-item .smf-checkboxes-control__control > .smf-label > label {
  display: flex;
  align-items: center;
}
.contact .smf-action .smf-button-control__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  appearance: none;
  align-items: center;
  justify-content: center;
  width: 38rem;
  height: 6rem;
  margin: 5.6rem auto 0;
  border: none;
  border-radius: 0.4rem;
  background: #DD0606;
  box-shadow: 0px 0.4rem 0px 0px #981E22;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
}
.contact .smf-action .smf-button-control__control:hover, .contact .smf-action .smf-button-control__control:active, .contact .smf-action .smf-button-control__control:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0.4rem 0px 0px #981E22;
}
.contact .smf-error-messages {
  margin-top: 0;
  color: #cc3033;
}
.contact .smf-form .smf-item .smf-radio-button-control {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.contact .smf-form .smf-item .smf-radio-button-control__control {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  border: 2px solid #CCC;
  border-radius: 0.2rem;
}
.contact .smf-form .smf-item .smf-radio-button-control__control:hover, .contact .smf-form .smf-item .smf-radio-button-control__control:active, .contact .smf-form .smf-item .smf-radio-button-control__control:focus {
  border: 2px solid #CCC;
  outline: none;
  box-shadow: none;
}
.contact .smf-radio-button-control__label {
  color: #000;
  font-size: 1.6rem;
}
.contact .smf-form .smf-item .smf-radio-button-control__control:checked {
  border-color: #0E4B2D;
  background: #0E4B2D;
}
.contact .smf-form .smf-item .smf-radio-button-control__control:checked::before {
  display: block;
  visibility: visible;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  width: 6px;
  height: 8px;
  margin: 0 !important;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-radius: 0;
  border-color: #FFF;
  background: none;
  content: "";
}
.contact .smf-radio-buttons-control__control {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
  gap: 0.8rem;
}
.contact .smf-checkboxes-control__control {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
  gap: 0.8rem;
}
.contact .smf-form .smf-item .smf-checkbox-control {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.contact .smf-checkbox-control__control {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.contact .smf-checkbox-control__label {
  color: #000;
  font-size: 1.6rem;
}

/*
.kakonomon .smf-action .smf-button-control__control {
  background: #EB7926;
  box-shadow: 0px 0.4rem 0px 0px #981E22;
}
.kakonomon .smf-action .smf-button-control__control:hover, .kakonomon .smf-action .smf-button-control__control:active, .kakonomon .smf-action .smf-button-control__control:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0.4rem 0px 0px #981E22;
}
  */

.smf-button-control__control.is-disabled {
  background: #CCC !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.smf-error-messages--email {
  display: none;
}

.contact__completionText {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.contact__completionText + .contact__completionText {
  margin-top: 1.8em;
}

.contact__completionVideo {
  aspect-ratio: 560/315;
  width: 68.5rem;
  height: auto;
  margin: 5.6rem auto;
}

.contact__completionVideo iframe {
  width: 100%;
  height: 100%;
}

.contact__completionVideo .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}

.contact__completionBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38rem;
  height: 6rem;
  margin: 0.8rem auto 0;
  border-radius: 0.4rem;
  background: #EB7926;
  box-shadow: 0px 0.4rem 0px 0px #981E22;
  color: #FFF;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.contact__notes {
  margin-top: 0.4rem;
  font-size: 1.5rem;
}

.globalNav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.globalNav__item {
  position: relative;
  transform: none;
  opacity: 1;
  transition: none;
}
.globalNav__item--spFlex {
  margin-left: 0.8rem;
}

.globalNav__link {
  display: block;
  position: relative;
  padding: 0 0.6rem;
  font-weight: 500;
  font-size: 0.875rem;
  font-size: 1.5rem;
  line-height: 1.6;
}

.globalNav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 5rem;
  border-radius: 0.4rem;
  background: #DD0606;
  box-shadow: 0px 0.4rem 0px 0px #981E22;
  color: #FFF;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
.globalNav__btn--sp {
  display: none;
  background: #EB7926;
}

.haeder__btn--sp {
  display: none;
}
.haeder__btn--sp::before {
  position: absolute;
  top: 0;
  right: 0.8rem;
  bottom: 0;
  width: 0.7rem;
  height: 1.3rem;
  margin: auto 0;
  background: url(./../img/common/arrow_white_01.svg) center center/contain no-repeat;
  content: "";
}

.is-dropdownActive .globalNav__link,
.globalNav__link.is-active,
.globalNav__link:focus,
.globalNav__link:hover {
  background-color: transparent;
  color: inherit;
}

.is-dropdownActive .globalNav__link:before,
.globalNav__link.is-active:before,
.globalNav__link:focus:before,
.globalNav__link:hover:before {
  transform: scale(1);
}

.is-drawerActive .globalNav {
  overflow: visible;
}

.is-drawerActive .globalNav__item {
  transform: none;
  transition: none;
}

.hamburger {
  display: none;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 1.8rem;
  bottom: 0;
  left: auto;
  width: 2.6rem;
  height: 1.6rem;
  margin: auto 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  transition: background-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
}
.hamburger__line {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  min-height: 1px;
  margin: auto;
  border-radius: 0.25em;
  background-color: #1C1C1C;
  transition: background 0.2s cubic-bezier(0.23, 1, 0.58, 1);
}

.hamburger__line:after,
.hamburger__line:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  background-color: #1C1C1C;
  content: "";
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1), top 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s;
}

.hamburger__line:before {
  top: -0.7rem;
}

.hamburger__line:after {
  top: 0.7rem;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}

.is-drawerActive .hamburger__line:after,
.is-drawerActive .hamburger__line:before {
  top: 0;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.58, 1) 0.2s, top 0.2s cubic-bezier(0.23, 1, 0.58, 1);
}

.is-drawerActive .hamburger__line:before {
  transform: rotate(-45deg);
}

.is-drawerActive .hamburger__line:after {
  transform: rotate(45deg);
}

.drawer {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible;
  transform: none;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}
.drawer__logo {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 3rem;
  left: 1.6rem;
  aspect-ratio: 222/17;
  width: 22.2rem;
  opacity: 0;
  transition: all 0.01s cubic-bezier(0.23, 1, 0.58, 1);
}

.is-drawerActive .drawer__logo {
  visibility: visible;
  opacity: 1;
}
.pagetop {
  display: none;
  z-index: 20;
  position: fixed;
  right: 4rem;
  bottom: 1.6rem;
  margin-bottom: 1.6rem;
}

.pagetop__btn {
  width: 6rem;
  height: 6rem;
  padding-top: 1.6rem;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: #0E4B2D;
  color: #FFF;
  color: #FFF;
  font-size: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}
.pagetop__btn::before {
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  aspect-ratio: 54/37;
  width: 1.8rem;
  height: auto;
  margin: 0 auto;
  background: url(./../img/common/pagetop_ico_01.png) center center/contain no-repeat;
  content: "";
}

.u-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
          clip-path: inset(50%);
}

.u-bold {
  font-weight: 700;
}

.u-blue {
  color: #2162C2;
}

.u-taR {
  text-align: right;
}

.u-fz12 {
  font-size: 1.2rem;
}

.u-lh1 {
  line-height: 1;
}

.u-lh15 {
  line-height: 1.5;
}
.u-w32 {
  width: 3.2rem;
}

.u-w36 {
  width: 3.6rem;
}

.u-w50 {
  width: 5rem;
}

.u-w60 {
  width: 6rem;
}

.u-w70 {
  width: 7rem;
}

.u-w80 {
  width: 8rem;
}

.u-w100 {
  width: 10rem;
}

.u-w105 {
  width: 10.5rem;
}

.u-w114 {
  width: 11.4rem;
}

.u-w125 {
  width: 12.5rem;
}

.u-wF {
  width: -moz-fit-content;
  width: fit-content;
}
.u-ml20 {
  margin-left: 2rem;
}
@media screen and (max-width: 1023px) {
  * {
    word-break: break-all;
  }
  html {
    font-size: 2.667vw;
    scroll-padding-top: 4.7rem;
  }
  body {
    padding-top: 2.7rem;
  }
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  .header__top {
    gap: 0;
    border: none;
    background: #1B8244;
  }
  .header {
    padding: 0.8rem 1.6rem;
  }
  .header__inner {
    justify-content: flex-start;
    gap: 2.1rem;
  }
  .header__topLink {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 0.4rem 1.4rem;
    border-left: 1px solid #FFF;
    background: none;
    color: #FFF;
    font-size: 1rem;
  }
  .header__topLink:first-of-type{
    width: 15rem;
  }
  .header__logo {
    width: 18.2rem;
  }
  .footer {
    padding: 4rem 2.4rem;
    margin-top: -1px;
  }
  .footer__container {
    flex-direction: column;
    gap: 4rem;
  }
  .footer__logoWrap {
    width: 100%;
  }
  .footer__nav {
    grid-template-rows: repeat(7, 1fr);
    width: 100%;
    gap: 1rem 0;
  }
  .l-main {
    padding-top: 19.2vw;
  }
  .cta {
    padding: 1.2rem 0 2rem;
  }
  .cta__text01 {
    font-size: 1.4rem;
  }
  .cta__btnWrap {
    margin-top: 1.6rem;
    gap: 1rem;
  }
  .cta__btn a {
    width: 16rem;
    height: 4.6rem;
    border-width: 1px;
    border-radius: 0.3rem;
    box-shadow: 0px 0.3rem 0px 0px #D62828;
    font-size: 1.4rem;
  }
  .cta__btn a svg {
    right: 1rem;
  }
  .c-title01en span {
    font-size: 2.5rem;
  }
  .c-title01en {
    font-size: 3.2rem;
  }
  .lowerMv {
    height: 18rem;
    padding-left: 3.2rem;
  }
  .lowerMv--news {
    background: url(./../img/news/mv_bg_01_sp.jpg) center center/cover;
  }
  .lowerMv--kugiauth {
    background: url(./../img/kugiauth/mv_bg_01_sp.jpg) center center/cover;
  }
  .lowerMv--staff {
    background: url(./../img/staff/mv_bg_01_sp.jpg) center center/cover;
  }
  .lowerMv--voice {
    background: url(./../img/voice/mv_bg_01_sp.jpg) center center/cover;
  }
  .lowerMv--video {
    background: url(./../img/video/mv_bg_01_sp.jpg) center center/cover;
  }
  .lowerMv--universities {
    background: url(./../img/universities/mv_bg_01_sp.jpg) center center/cover;
  }
  .lowerMv__titleWrap {
    align-items: flex-start;
  }
  .lowerMv__titleEn {
    font-size: 3.2rem;
  }
  .lowerMv__titleja {
    font-size: 1.6rem;
  }
  .breadcrumbs {
    width: 100%;
  }
  .breadcrumbs__item a,
  .breadcrumbs__item span {
    font-size: 1rem;
  }
  .breadcrumbs__item:nth-child(n+2)::before {
    font-size: 1rem;
  }
  .articleContents h2 {
    font-size: 2rem;
  }
  .articleContents h2::after {
    width: 6rem;
  }
  .articleContents h3 {
    font-size: 1.8rem;
  }
  .articleContents p {
    font-size: 1.6rem;
  }
  .articleContents .wp-block-columns.is-layout-flex {
    flex-wrap: nowrap !important;
    margin-top: 3.2rem;
    gap: 1rem;
  }
  .articleContents .wp-block-columns.is-layout-flex .wp-block-image.size-full {
    width: 16.6rem;
  }
  .articleContents .floatbox .sideimage {
    width: 51.5% !important;
    padding: 0 1rem 0 0;
  }
  .topMv {
    height: 40rem;
  }
  .topMv .swiper-horizontal > .swiper-pagination-bullets,
  .topMv .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 0;
    bottom: 1.7rem;
    left: 0;
    margin: 0 auto;
    gap: 0.8rem;
  }
  .topMv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .topMv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
  .topMv__contents {
    width: calc(100% - 3.2rem);
  }
  .topMv__textWrap {
    padding-bottom: 7.4em;
    gap: 1.2rem;
  }
  .topMv__text01 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .topMv__text02 {
    width: 27.2rem;
    padding-bottom: 1.1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .topCourse {
    padding-bottom: 2.5rem;
  }
  .topCourse__bg {
    -webkit-clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    padding: 2.2rem 0 4.9rem;
            clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
  }
  .topCourse__title {
    font-size: 1.6rem;
  }
  .topCourse__text01wrap {
    width: 30rem;
    margin-top: 1.2rem;
    gap: 0.2rem;
  }
  .topCourse__text01 {
    width: 100%;
    padding: 0.2rem 0.2rem 0.2rem 2.3rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
  }
  .topCourse__text01:nth-child(even) {
    width: 100%;
  }
  .topCourse__text01::before {
    left: 0.6rem;
    width: 1rem;
    height: 1rem;
  }
  .topCourse__container {
    width: 34.3rem;
    margin-top: 1.9rem;
  }
  .topCourse__text02 {
    font-size: 1.6rem;
  }
  .topCourse__list {
    grid-row-gap: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.6rem;
  }
  .topCourse__list::before {
    top: -7.5rem;
    left: -0.7rem;
    aspect-ratio: 364/164;
    width: 8.4rem;
    height: auto;
  }
  .topCourse__item {
    padding: 0.6rem;
    gap: 1rem;
    box-shadow: 0px 0.1431rem 0.7156rem 0px rgba(15, 74, 45, 0.16);
  }
  .topCourse__item:nth-child(2) .topCourse__itemImage {
    height: 100%;
  }
  .topCourse__item:nth-child(2) .topCourse__text03 {
    padding-top: 0.1rem;
  }
  .topCourse__item:nth-child(2) .topCourse__text04 {
    padding-bottom: 0.6rem;
  }
  .topCourse__itemImage {
    width: 12rem;
    height: 9rem;
  }
  .topCourse__itemImage img {
    -o-object-fit: cover;
    height: 100%;
       object-fit: cover;
  }
  .topCourse__textWrap {
    flex: 1;
    padding-right: 0.6rem;
  }
  .topCourse__text03 {
    padding-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .topCourse__text04 {
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .topCourse__text04::before {
    width: 14rem;
  }

  .topPartnership {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .university_logo_auth img{
    width:4.3rem;
  }
  .university_logo_box{
    padding:2.5rem 10px 0 10px;
  }
  .university_logo_list img{
    display:inline;
    width:32.7%;
    padding:5px;
  }

  .topNews {
    padding: 4rem 1.6rem;
  }
  .topNews__list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 3.2rem;
    gap: 0.8rem;
  }
  .topNews__item {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #CCC;
  }
  .topNews__link {
    margin-top: 3.2rem;
  }
  .topkugiauth {
    padding: 4rem 1.6rem;
  }
  .topkugiauth__list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 3.2rem;
    gap: 0.8rem;
  }
  .topkugiauth__item {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #CCC;
  }
  .topkugiauth__link {
    margin-top: 3.2rem;
  }
  .topMovie {
    padding: 2.4rem 1.6rem 4rem;
  }
  .topMovie__title {
    font-size: 1.8em;
  }
  .topMovie__title--strong {
    font-size: 2rem;
  }
  .topMovie__video {
    margin-top: 0.8rem;
  }
  .topUniv {
    padding: 4rem 1.6rem;
  }
  .topUniv::before {
    top: 17.8rem;
    width: 34.3rem;
    height: 36.8rem;
  }
  .topUniv__list {
    grid-row-gap: 1.9rem;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-top: 1.6rem;
  }
  .topUnivArticle__image {
    height: 20rem;
  }
  .topUnivArticle__title {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
  .topUnivArticle__text01 {
    margin-top: 0.8rem;
  }
  .topUniv__btn {
    margin-top: 3.2rem;
  }
  .topService {
    padding: 4rem 0;
  }
  .topService__list {
    margin-top: 3.2rem;
    gap: 4rem;
  }
  .topService__item {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
    gap: 0;
  }
  .topService__item:nth-child(even) {
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
  }
  .topService__item::before {
    content: none;
  }
  .topService__itemBody {
    z-index: 2;
    width: calc(100% - 3.2rem);
    margin: -7.1rem auto 0;
    padding: 0 1.6rem 1.6rem;
    background: #FFF;
  }
  .topService__itemTitleWrap {
    padding: 0;
    gap: 0.7rem;
  }
  .topService__itemNum {
    top: 0.7rem;
    flex-shrink: 0;
    padding-left: 0.2rem;
    font-size: 5.6rem;
  }
  .topService__itemNum span {
    top: 0.1rem;
    left: -0.1rem;
    font-size: 1rem;
  }
  .topService__itemTitle {
    display: flex;
    align-items: center;
    min-height: 4.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    white-space: nowrap;
  }
  .topService__text01 {
    margin-top: 1rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .topService__text01--text01 {
    font-size: 1.3rem;
  }
  .topService__itemImage {
    width: 100%;
    height: 21rem;
  }
  .topService__itemImage img {
    -o-object-fit: cover;
    height: 100%;
       object-fit: cover;
  }
  .topStaff {
    padding: 4rem 0;
  }
  .topStaff .swiper-horizontal > .swiper-pagination-bullets,
  .topStaff .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3.2rem auto 0;
    gap: 0.8rem;
  }
  .topStaff__slide {
    padding-right: 1.6em;
    padding-left: 1.6rem;
  }
  .topStaff__list {
    display: flex;
    width: 100%;
    margin: 3.2rem 0 0;
    gap: 0;
  }
  .topStaff__item {
    width: 23.8rem;
  }
  .topStaffArticle__text01 {
    font-size: 1.4rem;
  }
  .topStaff__btn {
    margin-top: 3.2rem;
  }
  .topVoice {
    padding: 13.4rem 0 4rem;
  }
  .topVoice::before {
    top: 6rem;
    width: 100%;
    height: calc(100% - 6rem);
  }
  .topVoice::after {
    top: 2rem;
    width: 0.2rem;
  }
  .topVoice .swiper-horizontal > .swiper-pagination-bullets,
  .topVoice .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3.2rem auto 0;
    gap: 0.8rem;
  }
  .topVoice__slide {
    padding-right: 1.6em;
    padding-left: 1.6rem;
  }
  .topVoice__list {
    display: flex;
    width: 100%;
    margin: 3.2rem 0 0;
    gap: 0;
  }
  .topVoice__list--comingsoon .topVoice__item:nth-child(n+2) {
    display: none;
  }
  .topVoice__item {
    width: 26rem;
  }
  .topVoiceArticle__uni {
    font-size: 1.6rem;
  }
  .topVoice__btn {
    margin-top: 3.2rem;
  }
  .topComparison {
    padding: 6rem 1.6rem;
  }
  .topComparison__tableWrap {
    width: 60.7rem;
    margin: 3.2rem 0 0;
    padding-bottom: 3.2rem;
  }
  .topComparison__tableWrap::-webkit-scrollbar {
    height: 0.4rem;
  }
  .topComparison__tableWrap::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: #0F4A2D;
  }
  .topComparison__tableWrap::-webkit-scrollbar-track {
    border-radius: 9999px;
    background: #CCC;
  }
  .topComparison__table thead th {
    width: 16rem;
    height: 4rem;
    margin-right: 0.2rem;
    font-size: 1.3rem;
  }
  .topComparison__table thead th._italia {
    width: 16rem;
    height: 4rem;
    margin-right: 0.2rem;
    font-size: 1.3rem;
  }
  .topComparison__table thead th span {
    width: 2.4rem;
    margin-right: 0.3rem;
  }
  .topComparison__table tbody th,
  .topComparison__table tbody td {
    padding: 1.2rem 0;
  }
  .topComparison__table tbody th {
    width: 12.1rem;
    font-size: 1.4rem;
  }
  .topComparison__table tbody th span {
    font-size: 0.8rem;
  }
  .topComparison__table tbody td {
    width: 16rem;
    font-size: 1.2rem;
  }
  .topComparison__table tbody td .num {
    font-size: 1.8rem;
  }
  .topComparison__table tbody td._italia {
    width: 16rem;
    margin-right: 0.2rem;
    font-size: 1.2rem;
  }
  .topComparison__table tbody td._italia .num {
    font-size: 1.8rem;
  }
  .topComparison__table tbody tr:nth-of-type(1) th span {
    font-size: 1.4rem;
  }
  .topComparison__table tbody tr:nth-of-type(1) th,
  .topComparison__table tbody tr:nth-of-type(1) td {
    padding: 1.6rem 0 1.2rem;
  }
  .topComparison__table tbody tr:nth-of-type(1) th,
  .topComparison__table tbody tr:nth-of-type(1) td {
    height: 4.3rem;
  }
  .topComparison__table tbody tr:nth-of-type(2) th,
  .topComparison__table tbody tr:nth-of-type(2) td {
    height: 4.2rem;
  }
  .topComparison__table tbody tr:nth-of-type(3) th,
  .topComparison__table tbody tr:nth-of-type(3) td {
    height: 2.1rem;
  }
  .topComparison__table tbody tr:nth-of-type(4) th,
  .topComparison__table tbody tr:nth-of-type(4) td {
    height: 12.1rem;
  }
  .topComparison__table tbody tr:nth-of-type(4) th::before {
    content: none;
  }
  .topComparison__table tbody tr:nth-of-type(4) td._italia::before {
    content: none;
  }
  .topComparison__table tbody .ranking {
    text-align: center;
  }
  .topComparison__table ._hidden {
    width: 12.1rem;
    margin-right: 0.2rem;
  }
  .topFlow {
    padding: 4rem 1.6rem 4.3rem;
  }
  .topFlow::before {
    border-radius: 0px 7.8rem 0px 0px;
  }
  .topFlow__container {
    width: 100%;
    margin-top: 3.2rem;
    padding: 3.2rem 1.2rem 3.2rem 0.8rem;
  }
  .topFlow__list {
    gap: 2.2rem;
  }
  .topFlow__listItem {
    align-items: flex-start;
    gap: 0.8rem;
  }
  .topFlow__listItem:nth-child(n+2)::before {
    top: -5.2rem;
    left: 3.9rem;
    height: 4.2rem;
  }
  .topFlow__imageWrap {
    width: 8rem;
  }
  .topFlow__text01 {
    font-size: 1.7rem;
  }
  .topFlow__text02 {
    padding: 1.6rem 1.2rem;
    border-radius: 0;
  }
  .topFaq {
    padding: 4rem 1.6rem;
  }
  .topFaq__list {
    margin-top: 3.2rem;
  }
  .topFaq__q {
    padding: 1.6rem 4rem 1.6rem 0.8rem;
  }
  .topFaq__q::before, .topFaq__q::after {
    right: 0.8rem;
  }
  .topFaq__qText {
    align-items: center;
    font-size: 1.6rem;
  }
  .topFaq__qText::before {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .topFaq__aText {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
  .topMessage {
    padding: 4rem 1.6rem;
  }
  .topMessage__container {
    flex-direction: column;
    width: 100%;
    margin-top: 3.2rem;
    padding: 1.8rem 1.6rem 2.4rem;
    gap: 2.3rem;
  }
  .topMessage__imageWrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .topMessage__image {
    flex-shrink: 0;
    width: 14rem;
  }
  .topMessage__name01 {
    width: 13.2rem;
    margin: 1.5rem 0 0 1rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .topMessage__name02 {
    top: 6.3rem;
    right: auto;
    bottom: auto;
    left: -0.3rem;
    font-size: 1.6rem;
  }
  .topMessage__text01 {
    padding-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .topMessage__text01::before {
    width: 100%;
  }
  .topMessage__text02 {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  _::-webkit-full-page-media, _:future, :root .topMessage__name02 {
    letter-spacing: -0.08em;
  }
  .topVideo {
    padding: 4rem 1.6rem;
  }
  .topVideo__slideWrap {
    width: 28.2rem;
    margin-top: 3.2rem;
  }
  .topVideo__item {
    width: 28.2rem;
  }
  .topVideo__btn {
    margin-top: 3.2rem;
  }
  .topVideo__arrowWrap {
    top: 6.8rem;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    height: 2.4rem;
  }
  .topVideo__arrow svg {
    width: 0.7rem;
  }
  .topVideo__arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
  .topCta {
    padding: 1.1rem 0 2rem;
  }
  .topCta__text01 {
    font-size: 1.4rem;
  }
  .topCta__btnWrap {
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
  .topCta__btn a {
    width: 16rem;
    height: 4.6rem;
    border-radius: 0.2rem;
    box-shadow: 0px 0.1659rem 0px 0px #981E22;
    font-size: 1.4rem;
  }
  .topCta__btn a::before {
    right: 1.6rem;
    width: 0.7rem;
    height: 1.3rem;
  }
  .topNewsArticle > a {
    display: flex;
    gap: 1rem;
  }
  .topNewsArticle__new {
    top: 0.4rem;
    left: -0.3rem;
    font-size: 1.2rem;
  }
  .topNewsArticle__image {
    flex-shrink: 0;
    width: 12rem;
    height: 12rem;
  }
  .topNewsArticle__textWrap {
    flex: 1;
  }
  .topNewsArticle__head {
    margin-top: 0;
  }
  .topNewsArticle__category {
    height: 2.3rem;
    padding: 0 0.8rem;
  }
  .topNewsArticle__date {
    margin: 0 0 0 auto;
    font-size: 1.3rem;
  }
  .topNewsArticle__title {
    margin-top: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .topkugiauthArticle > a {
    display: flex;
    gap: 1rem;
  }
  .topkugiauthArticle__new {
    top: 0.4rem;
    left: -0.3rem;
    font-size: 1.2rem;
  }
  .topkugiauthArticle__image {
    flex-shrink: 0;
    width: 9rem;
    height: 9rem;
  }
  .topkugiauthArticle__textWrap {
    flex: 1;
  }
  .topkugiauthArticle__head {
    margin-top: 0;
  }
  .topkugiauthArticle__category {
    height: 2.3rem;
    padding: 0 0.8rem;
  }
  .topkugiauthArticle__date {
    margin: 0 0 0 auto;
    font-size: 1.3rem;
  }
  .topkugiauthArticle__title {
    margin-top: 0.4rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .access {
    padding: 4rem 1.6rem;
  }
  .access__container {
    width: 100%;
    margin-top: 3.2rem;
  }
  .access__item {
    flex-direction: column;
    gap: 2rem;
  }
  .access__textWrap {
    flex-direction: column;
    width: 100%;
  }
  .access__termText01 {
    width: 100%;
    padding: 0;
  }
  .access__descText01 {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 1.5rem;
  }
  .access__descText01 + .access__termText01 {
    margin-top: 2.4rem;
  }
  .access__descText01 + .access__termText01 + .access__descText01 {
    margin-top: 0.4rem;
  }
  .access__descText01._italia {
    margin: 2rem 0 0;
    padding-top: 2rem;
  }
  .access__descText01 {
    font-size: 1.5rem;
  }
  .access__descText02 {
    margin: 2rem 0 0;
    font-size: 1.5rem;
  }
  .access__map {
    width: 100%;
    height: 19rem;
    margin: 0;
  }
  .access__map._italia {
    margin: 2rem 0 0;
  }
  .newsArchive {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .newsArchive__catList {
    justify-content: flex-start;
    width: 100%;
    margin-top: 4rem;
    gap: 1rem;
  }
  .newsArchive__catListItem a {
    min-width: 7.8rem;
    height: 2.6rem;
    padding: 0 1rem;
    font-size: 1.3rem;
  }
  .newsArchive__list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 4rem;
  }
  .newsArticle {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .newsArticle__body {
    width: 100%;
  }
  .newsArticle__title {
    font-size: 2.4rem;
  }
  .newsArticle__category {
    height: 2.3rem;
  }
  .newsArchiveArticle__new {
    top: 0.4rem;
    left: -0.3rem;
    font-size: 1.2rem;
  }
  .newsArchiveArticle__image {
    flex-shrink: 0;
    height: 11rem;
  }
  .newsArchiveArticle__head {
    margin-top: 0.8rem;
  }
  .newsArchiveArticle__category {
    height: 2.3rem;
    padding: 0 0.8rem;
  }
  .newsArchiveArticle__date {
    margin: 0 0 0 auto;
    font-size: 1.2rem;
  }
  .newsArchiveArticle__title {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .kugiauthArchive {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .kugiauthArchive__catList {
    justify-content: flex-start;
    width: 100%;
    margin-top: 4rem;
    gap: 1rem;
  }
  .kugiauthArchive__catListItem a {
    min-width: 7.8rem;
    height: 2.6rem;
    padding: 0 1rem;
    font-size: 1.3rem;
  }
  .kugiauthArchive__list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 4rem;
  }
  .kugiauthArticle {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .kugiauthArticle__body {
    width: 100%;
  }
  .kugiauthArticle__title {
    font-size: 2.4rem;
  }
  .kugiauthArticle__category {
    height: 2.3rem;
  }
  .kugiauthArchiveArticle__new {
    top: 0.4rem;
    left: -0.3rem;
    font-size: 1.2rem;
  }
  .kugiauthArchiveArticle__image {
    flex-shrink: 0;
    height: 11rem;
  }
  .kugiauthArchiveArticle__head {
    margin-top: 0.8rem;
  }
  .kugiauthArchiveArticle__category {
    height: 2.3rem;
    padding: 0 0.8rem;
  }
  .kugiauthArchiveArticle__date {
    margin: 0 0 0 auto;
    font-size: 1.2rem;
  }
  .kugiauthArchiveArticle__title {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .staffArchive {
    padding: 1.6rem 1.6rem 6rem;
  }
  .staffArchive__block {
    width: 100%;
  }
  .staffArchive__block + .staffArchive__block {
    margin-top: 6rem;
  }
  .staffArchive__block--teacher .staffArticle__image {
    height: 12.6rem;
  }
  .staffArchive__blockTitle::after {
    width: 5.7rem;
  }
  .staffArchive__blockTitleText {
    letter-spacing: 0.01em;
  }
  .staffArchive__list {
    grid-row-gap: 0.8rem;
    grid-column-gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .staffArticle__body {
    padding: 0.8rem 0 2.4rem;
  }
  .staffArticle__position::before {
    width: 100%;
  }
  .staffArticle__text01 {
    font-size: 1.4rem;
  }
  .staffArchive__morebtn {
    width: 27rem;
    height: 3.9rem;
  }
  .staffArchive__morebtnText {
    font-size: 1.3rem;
  }
  .voiceArchive {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .voiceArchive__list {
    grid-column-gap: 1.3rem;
    grid-row-gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .voiceArchiveArticle__uni {
    font-size: 1.5rem;
  }
  .voiceArchiveArticle__name {
    font-size: 1.5rem;
  }
  .voiceArchiveArticle__text01 {
    font-size: 1.4rem;
  }
  .voiceArticle {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .voiceArticle__body {
    width: 100%;
  }
  .voiceArticle__title {
    font-size: 2.4rem;
  }
  .voiceArticle__head {
    flex-direction: column;
    margin-top: 1.6rem;
    padding: 1rem;
    gap: 1rem;
  }
  .voiceArticle__uniWrap {
    gap: 1.6rem;
  }
  .voiceArticle__image {
    width: 7rem;
  }
  .voiceArticle__uniName01 {
    font-size: 1.6rem;
  }
  .voiceArticle__uniName02 {
    margin-top: 0.6rem;
    font-size: 1.2rem;
    word-break: break-word;
  }
  .voiceArticle__name01 {
    width: 100%;
    height: auto;
    padding: 1rem 0 0 0.8rem;
    border-top: 1px solid #ccc;
    border-left: none;
    font-size: 1.6rem;
  }
  .videoArchive {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .videoArchive__list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .videoArchiveArticle__title {
    font-size: 1.6rem;
  }
  .univArchive {
    padding: 1.6rem 0 6rem;
  }
  .univArchive__text01 {
    font-size: 1.2rem;
  }
  .univArchive__map {
    margin: 2rem auto 0;
    padding: 10.7rem 1.9rem 8.5rem;
    background: url(./../img/universities/body_bg_01_sp.png) top center/cover;
  }
  .univArchive__mapImage {
    top: 0;
    left: 0.3rem;
    width: 32.3rem;
  }
  .univArchive__mapList {
    width: 100%;
  }
  .univArchive__mapItem a {
    width: 10rem;
    height: 2.8rem;
    padding-right: 0.4rem;
    font-size: 1.3rem;
  }
  .univArchive__mapItem a::before {
    right: 0.6rem;
    width: 0.4rem;
  }
  .univArchive__mapItem._milano {
    top: 3.4rem;
    left: 11.3rem;
  }
  .univArchive__mapItem._milano::before {
    right: -8.7rem;
    width: 13rem;
    transform: rotate(119deg);
  }
  .univArchive__mapItem._torino {
    top: 8.2rem;
    left: 2rem;
  }
  .univArchive__mapItem._torino::before {
    top: 0.9rem;
    right: -2.1rem;
    width: 8rem;
    transform: rotate(90deg);
  }
  .univArchive__mapItem._pavia {
    top: 23.9rem;
    left: 2.2rem;
  }
  .univArchive__mapItem._pavia::before {
    top: 0.3rem;
    right: 0;
    width: 5rem;
    transform: rotate(-62deg);
  }
  .univArchive__mapItem._parma {
    top: 29.4rem;
    left: 4.8rem;
  }
  .univArchive__mapItem._parma::before {
    top: -8.7rem;
    right: -9.6rem;
    width: 11.2rem;
    transform: rotate(90deg);
  }
  .univArchive__mapItem._roma {
    top: 34.6rem;
    left: 9.1rem;
  }
  .univArchive__mapItem._roma::before {
    top: 2.1rem;
    right: -1.7rem;
    width: 8rem;
    transform: rotate(-46deg);
  }
  .univArchive__mapItem._napoli {
    top: 39.1rem;
    left: 15.6rem;
  }
  .univArchive__mapItem._napoli::before {
    top: 1.9rem;
    right: -2.1rem;
    width: 7rem;
    transform: rotate(-68deg);
  }
  .univArchive__mapItem._catania {
    top: 46rem;
    left: 8.3rem;
  }
  .univArchive__mapItem._catania::before {
    top: 2.6rem;
    right: -7rem;
    width: 10.9rem;
    transform: rotate(-16deg);
  }
  .univArchive__mapItem._messina {
    top: 49.4rem;
    left: 23.8rem;
  }
  .univArchive__mapItem._messina::before {
    top: -5.5rem;
    right: -1rem;
    width: 7.9rem;
    transform: rotate(71deg);
  }
  .univArchive__mapItem._bari {
    top: 25.7rem;
    left: 25.6rem;
  }
  .univArchive__mapItem._bari::before {
    top: 2rem;
    right: 1.2rem;
    width: 4rem;
    transform: rotate(90deg);
  }
  .univArchive__mapItem._ancona {
    top: 19.6rem;
    left: 24.8rem;
  }
  .univArchive__mapItem._ancona::before {
    top: 3.5rem;
    right: 7.9rem;
    width: 5rem;
    transform: rotate(-36deg);
  }
  .univArchive__mapItem._bologna {
    top: 14.1rem;
    left: 24.8rem;
  }
  .univArchive__mapItem._bologna::before {
    top: 5.9rem;
    right: 8.4rem;
    width: 10rem;
    transform: rotate(-29deg);
  }
  .univArchive__mapItem._padova {
    top: 7.8rem;
    left: 23.2rem;
  }
  .univArchive__mapItem._padova::before {
    top: 8.4rem;
    right: 5.8rem;
    width: 10rem;
    transform: rotate(-50deg);
  }
  .univArchive__mapItem._cagliari {
    top: 42.0rem;
    left: 3.2rem;
  }
  .univArchive__mapItem._cagliari::before {
    top: 0rem;
    right: 2.4rem;
    width: 1.5rem;
    transform: rotate(-90deg);
  }
  .univArchive__pinList {
    width: 100%;
    height: 100%;
  }
  .univArchive__pinItem {
    width: 2rem;
    height: 2rem;
  }
  .univArchive__pinItem._milano {
    top: 15.9rem;
    left: 9.1rem;
  }
  .univArchive__pinItem._torino {
    top: 17.4rem;
    left: 5.1rem;
  }
  .univArchive__pinItem._pavia {
    top: 17.7rem;
    left: 8.9rem;
  }
  .univArchive__pinItem._parma {
    top: 18.5rem;
    left: 12.1rem;
  }
  .univArchive__pinItem._roma {
    top: 29rem;
    left: 17.8rem;
  }
  .univArchive__pinItem._napoli {
    top: 32.7rem;
    left: 22.5rem;
  }
  .univArchive__pinItem._catania {
    top: 44.1rem;
    left: 24.7rem;
  }
  .univArchive__pinItem._messina {
    top: 41.8rem;
    left: 25.7rem;
  }
  .univArchive__pinItem._bari {
    top: 31.8rem;
    left: 29.4rem;
  }
  .univArchive__pinItem._ancona {
    top: 23rem;
    left: 20.4rem;
  }
  .univArchive__pinItem._bologna {
    top: 19.6rem;
    left: 14.7rem;
  }
  .univArchive__pinItem._padova {
    top: 16.1rem;
    left: 16.2rem;
  }
  .univArchive__pinItem._cagliari {
    top: 38.4rem;
    left: 8.3rem;
  }
  .univArchive__bottom {
    flex-direction: column;
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
    gap: 1.6rem;
  }
  .univArchive__bottomLabel {
    padding: 0;
    font-size: 1.4rem;
  }
  .univArchive__bottomlist {
    padding: 0;
    gap: 1.6rem 2.4rem;
  }
  .univArchive__bottomItem::before {
    left: calc(100% + 1.2rem);
  }
  .univArchive__bottomItem a {
    font-size: 1.3rem;
  }
  .modaal-wrapper .modaal-close {
    width: 4rem;
  }
  .univModal__title {
    font-size: 3.2rem;
  }
  .univModal__head {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
  .univModal__notes {
    justify-content: center;
    width: 100%;
    padding: 0.8rem 2rem;
  }
  .univModal__univList {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.2rem;
  }
  .univModal__name {
    font-size: 1.6rem;
  }
  .univModal__overview {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }
  .modaal-wrapper .modaal-close {
    width: 4rem;
    height: 4rem;
  }
  .modaal-container {
    width: 100%;
    padding-top: 4rem;
  }
  .univArticle {
    padding: 1.6rem 1.6rem 8.4rem;
  }
  .univArticle__body {
    width: 100%;
  }
  .univArticle__title {
    font-size: 2.4rem;
  }
  .univArticle__nameItaly {
    font-size: 1.2rem;
  }
  .univArticle__city span {
    width: 0.9rem;
  }
  .univArticle__city {
    flex-shrink: 0;
    height: 2.7rem;
    gap: 0.4rem;
  }
  .univArticle__thumbnail {
    margin-top: 1.6rem;
  }
  .examPage h2 {
    width: 28rem;
    height: 6rem;
    font-size: 2.4rem;
  }
  .examPage .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .examArticle__block {
    padding: 10.7rem 1.6rem 10rem;
  }
  .examArticle__block::before {
    height: 14rem;
  }
  .examArticle__block--block01 .examArticle__container .wp-block-table td:last-child,
  .examArticle__block--block01 .examArticle__container .wp-block-table th:last-child {
    padding-right: 0.2rem;
    padding-left: 0;
  }
  .examArticle__block--block01 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(1) {
    width: 100%;
  }
  .examArticle__block--block02 {
    padding-bottom: 0;
  }
  .examArticle__block--block02 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(1) {
    width: 100%;
  }
  .examArticle__block--block02 .examArticle__container .wp-block-table {
    padding: 0 2.3rem;
  }
  .examArticle__block--block02 .examArticle__container .wp-block-table .examArticle__container .wp-block-table td,
  .examArticle__block--block02 .examArticle__container .wp-block-table .examArticle__container .wp-block-table th {
    padding: 1.6rem 0 1.5rem 0.4rem;
  }
  .examArticle__block--block02 .examArticle__container .wp-block-table td,
  .examArticle__block--block02 .examArticle__container .wp-block-table th {
    vertical-align: top;
  }
  .examArticle__block--block02 .wp-element-caption {
    width: calc(100% + 0.8rem);
    max-width: calc(100% + 0.8rem);
    margin: 0 0 0 -0.4rem;
  }
  .examArticle__image01 {
    width: 100%;
    margin: 4.8rem auto;
  }
  .examArticle__image01 img {
    backface-visibility: hidden;
  }
  .examArticle__image02 {
    width: 23.6rem;
    margin-right: auto;
    margin-left: auto;
  }
  .examArticle__image03 {
    width: 100%;
    margin: 2rem auto 4.8rem;
  }
  .examArticle__image02Text {
    margin-top: 4.8rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .examArticle__container {
    width: 100%;
    margin-top: 4.8rem;
  }
  .examArticle__container:not(:first-of-type) {
    margin-top: 4.8rem;
  }
  .examArticle__container h3 {
    padding: 1rem;
    font-size: 1.5rem;
  }
  .examArticle__container h3 strong {
    font-size: 1.8rem;
  }
  .examArticle__container h3::before, .examArticle__container h3::after {
    left: 0.8rem;
    width: calc(100% - 1.6rem);
  }
  .examArticle__container h3::before {
    top: 0.6rem;
  }
  .examArticle__container h3::after {
    bottom: 0.6rem;
  }
  .examArticle__container ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .examArticle__container .is-layout-flex {
    gap: 4rem;
  }
  .examArticle__container figure {
    margin-top: 3.2rem;
  }
  .examArticle__container .wp-block-table td,
  .examArticle__container .wp-block-table th {
    padding: 1.6rem 0 1.5rem 0.8rem;
  }
  .examArticle__containerBody {
    padding: 3.2rem 1.6rem 4rem;
  }
  .textPage {
    padding: 1.6rem 1.6rem 6rem;
  }
  .textPage__title {
    width: 100%;
    font-size: 2.4rem;
  }
  .textPage__body {
    width: 100%;
    margin-top: 3.2rem;
  }
  .textPage__body .has-small-font-size {
    font-size: 1.2rem !important;
  }
  .textPage__body .has-medium-font-size {
    font-size: 1.4rem !important;
  }
  .textPage__body .has-black-color {
    padding: 0 2em 0 1em;
  }
  .textPage__body .spBr br {
    display: block;
  }
  .contact {
    padding: 6rem 1.6rem;
  }
  .contact__title {
    font-size: 3.2rem;
  }
  .contact__headText {
    font-size: 1.4rem;
  }
  .contact__agreeText {
    font-size: 1.6rem;
  }
  .smf-item__label__text {
    font-size: 1.6rem;
  }
  .contact__item--required .smf-item__label__text::after {
    font-size: 0.8rem;
  }
  .contact .smf-form {
    margin-top: 4rem;
  }
  .contact .smf-form .smf-item .smf-textarea-control__control.found-text {
    height: 7.8rem;
  }
  .contact .smf-action .smf-button-control__control {
    width: 27rem;
    height: 5.5rem;
    font-size: 1.6rem;
  }
  .contact__completionText {
    font-size: 1.4rem;
  }
  .contact__completionVideo {
    width: 100%;
    margin-top: 4rem;
  }
  .contact__completionBtn a {
    width: 27rem;
    height: 5.5rem;
    font-size: 1.6rem;
  }
  .contact__notes {
    font-size: 1.2rem;
  }
  .globalNav {
    visibility: hidden;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    opacity: 0;
    transition: all 0.01s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .is-drawerActive .globalNav {
    visibility: visible;
    opacity: 1;
  }
  .globalNav__item {
    width: 100%;
  }
  .globalNav__item--spFlex {
    display: flex;
    margin-top: 3.3rem;
    margin-left: 0;
    gap: 1.6rem;
  }
  .globalNav__link {
    padding: 1.4rem 2rem 1.3rem;
    border-bottom: 1px solid #ccc;
  }
  .globalNav__link::before {
    position: absolute;
    top: 0;
    right: 1.4rem;
    bottom: 0;
    width: 0.8rem;
    height: 1.1rem;
    margin: auto 0;
    background: url(./../img/common/arrow_green_01.svg) center center/contain no-repeat;
    content: "";
  }
  .globalNav__btn {
    position: relative;
    height: 4.6rem;
    font-size: 1.4rem;
  }
  .globalNav__btn::before {
    position: absolute;
    top: 0;
    right: 0.8rem;
    bottom: 0;
    width: 0.7rem;
    height: 1.3rem;
    margin: auto 0;
    background: url(./../img/common/arrow_white_01.svg) center center/contain no-repeat;
    content: "";
  }
  .globalNav__btn--sp {
    display: flex;
  }
  .haeder__btn--sp {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 3.1rem;
    padding-right: 1.2rem;
    border-radius: 0.3rem;
    background: #DD0606;
    box-shadow: 0px 0.2rem 0px 0px #981E22;
    color: #FFF;
    font-size: 1.2rem;
  }
  .hamburger {
    display: block;
  }
  .drawer {
    display: flex;
    flex-direction: column;
    padding: 8.4rem 1.6rem 2rem;
    gap: 2.7rem;
  }
  .drawer,
  .drawer:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
  }
  .drawer {
    visibility: hidden;
    z-index: 2;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-height: 100%;
  }
  .drawer::before {
    z-index: -1;
    position: absolute;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: 0.2s all;
  }
  .is-drawerActive .drawer {
    visibility: visible;
    transition: visibility 0.01s cubic-bezier(0.23, 1, 0.58, 1);
  }
  .is-drawerActive .drawer:before {
    opacity: 1;
  }
  .pagetop {
    position: fixed !important;
    right: 2rem;
    bottom: 4rem !important;
    margin: 0;
  }
  .u-lh1Sp {
    line-height: 1;
  }
  .u-lh117Sp {
    line-height: 1.17;
  }
  .u-lh12Sp {
    line-height: 1.2;
  }
  .u-w42Sp {
    width: 4.2rem;
  }
  .u-w60Sp {
    width: 6rem;
  }
  .u-w80Sp {
    width: 8rem;
  }
  .u-wFSp {
    width: -moz-fit-content;
    width: fit-content;
  }
  .u-ml0Sp {
    margin-left: 0;
  }
  .u-mt8Sp {
    margin-top: 0.8rem;
  }
  .u-mt14Sp {
    margin-top: 1.4rem;
  }

  .modaal-inner-wrapper {
    padding-top: 0;
  }
  .modaal-container {
    padding-top: 0;
  }
  .modaal-content-container {
    padding-top: 10rem;
  }
  .modaal-wrapper .modaal-close {
    top: 4rem;
  }
  .univArchive .breadcrumbs {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}



  .summer_course{
    width:100%;
    height:44vw;
    background-image:url(../img/top/mv_img_ff.jpg);
    background-size: cover;
  }


  @media screen and (min-width:1023px){

    .summer_course_txt{
      margin-top:-140px;
      height:140px;
      /*　↑絶対値をそろえる　*/
    }
  
    .summer_course_txt a{
      text-decoration: none;
      color:#ffffff;
      font-size:24px;
      font-weight:700;
      background:#DD0606;
      padding:20px 50px;
      border-radius:10px;
      margin-left:50px;
      /*margin-left:calc(100vw - 370px);*/
    }
    .summer_course_txt a:hover{
      opacity:0.5;
      transition-duration: 0.3s;
    }

  }

  @media screen and (max-width:1023px){

    .summer_course_txt{
      margin-top:-60px;
      height:60px;
      /*　↑絶対値をそろえる　*/
    }
  
    .summer_course_txt a{
      text-decoration: none;
      color:#ffffff;
      font-size:14px;
      font-weight:700;
      background:#DD0606;
      padding:5px 30px;
      border-radius:10px;
      margin-left:50px;
      /*margin-left:calc(50vw - 156px);*/
    }

  }


  @media screen and (min-width:1023px){

    .media_form_height{
      width:100%;
    }
    .media_form_height span{
      width:100%;
    }

  }

  @media screen and (min-width:1023px){
    .topMv_passed_count{
      width:25vw;
      height:15vw;
      background-color: #000000c1;
      position:relative;
      top:-25vw;
      left:70vw;
      z-index:10;
    }
  }

  @media screen and (max-width:1023px){
    .topMv_passed_count{
      width:25vw;
      height:15vw;
      background-color: #000000c1;
      position:relative;
      top:-17.5vw;
      left:70vw;
      z-index:10;
    }
  }

  .topMv_data_txt{
    text-align:center;
    font-size:1.8vw;
    color:#ffffff;
    padding-top:2vw;
    font-family:serif;
  }
  .topMv_data_txt span{
    font-size:2.5vw;
  }
  .topMv_data_txt img{
    height:3vw;
    width:auto;
  }
  .top_event-picture{
    width:95%;
    margin: 20px auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }

  .topsns__arrowWrap {
    display: flex;
    z-index: 2;
    z-index: 10;
    position: absolute;
    top: 18rem;
    left: 50%;
    align-items: center;
    justify-content: space-between;
    width: 104.8rem;
    max-width: 104.8rem;
    height: 4.8rem;
    margin: 0 auto;
    transform: translateX(-50%);
    pointer-events: none;
  }


  .topsns__arrow {
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0;
    border-radius: 50%;
    background: #1C1C1C;
    pointer-events: all;
  }
  .topsns__arrow svg {
    aspect-ratio: 14/19;
    width: 1.2rem;
    height: auto;
    cursor: pointer;
  }
  .topsns__arrow::after {
    content: none;
  }
  .topsns__arrow.swiper-button-disabled {
    display: none;
  }

  .topsnsArticle__post {

    width: 100%;
 max-width: 540px;

}

 @media screen and (max-width:1023px){
 .topsns__arrowWrap {
  width: calc(100vw - 1rem);
  max-width: calc(100vw - 1rem);
  height: 0.5rem;
}
}

@media screen and (min-width:1023px){
.topsns__item{
  width:30.8%;
}
}

@media screen and (max-width:1023px){
  .topsns__item{
    width:79%;
    margin-left: 20px;
  }
  }

.topsns__slideWrap {
  position: relative;
  width: 93rem;
  margin: 2.4rem auto 0;
}

.topsns {
  padding: 5rem 0;
  overflow: hidden;
}

.voice_tovoicefamily {
  position: absolute;
  right: 18%;
  font-weight: bold;
  font-size: 30px;
  top: 20.5%;
  border-bottom: 0.2px solid #095d40;
  color: #095d40;
}

@media screen and (max-width:1023px){
.voice_tovoicefamily {
  position: absolute;
  right: 8%;
  font-weight: bold;
  font-size: 18px;
  top: 12%;
  border-bottom: 0.2px solid #095d40;
  color: #095d40;
}
}

.topsns .swiper-horizontal > .swiper-pagination-bullets,
  .topsns .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5rem auto 0;
    gap: 0.8rem;
  }

  .topFaq__other
  { text-align: center;
    font-size: large;
    padding-top: 5%;
  }

  .topFaq__other a
  { text-decoration:underline;
    color: #095d40;
  }
  @media screen and (min-width:1023px){
   .topFaq__other
  { font-size: xx-large;
  }
    }

    .faq-title
    { width: -moz-fit-content;
      width: fit-content;
      font-weight: 700;
      font-size: 2.5rem;
      line-height: normal;
      font-family: Geometria-Bold, sans-serif;
      text-transform: uppercase;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    .faq-title::after
    { content: "";
      background-color: #095d40;
      display: block;
    }
    @media screen and (min-width:1023px) {
      .faq-title::after{
          width: 180px;
          height: 3px;
          margin: 25px auto 0;
      }
  }
  @media screen and (max-width:1023px) {
    .faq-title::after{
        width: 100px;
        height: 3px;
        margin: 15px auto 0;
    }
}

.otherFaq__list{
  display: flex;
  flex-direction: column;
  width: 90rem;
  margin: 4.8rem auto 0;
  gap: 1.6rem;
}
@media screen and (max-width:1023px) {
  .otherFaq__list{
      width: auto;
      margin:2.4rem 1rem;
  }
}

.otherfaq_index{
margin-top: 10%;
}
.otherfaq_index {
  padding: 20px 10px;
  background-color: #f9f9f9;
  border-radius: 10px;
  max-width: 90rem;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.otherfaq__navi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.otherfaq__navi li {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.otherfaq__navi li:hover {
  border-color: #007acc;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 122, 204, 0.2);
}

.otherfaq__navi a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  transition: color 0.3s ease;
}

.otherfaq__navi a:hover {
  color: #007acc;
}

@media (max-width: 1023px) {
  .otherfaq_index {
    padding: 30px;
    box-shadow: none;
    margin-top: 5%;
  }

  .otherfaq__navi li {
    padding: 15px;
  }

  .otherfaq__navi a {
    font-size: 14px;
  }
}

@media (min-width: 1023px) {
  .otherfaq_index {
    padding: 40px;
    margin-top: 5%;
  }

  .otherfaq__navi {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  

  .otherfaq__navi li {
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .otherfaq__navi a {
    font-size: 30px;
  }


}

 /* BEM構造: seminar-schedule */
 .seminar-schedule {
  margin: 20px 0;
  font-size: 1.8rem;
}
.seminar-schedule__title {
  font-size: 1.8rem;
  margin-top: 2rem;
  font-weight: 700;
}

.seminar-schedule__table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.seminar-schedule__header {
  background-color: #F1F7F4;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.seminar-schedule__header--date {
  width: 20%;
}

.seminar-schedule__header--title {
  width: 40%;
}

.seminar-schedule__header--location {
  width: 20%;
}

.seminar-schedule__header--time {
  width: 20%;
}

.seminar-schedule__row:nth-child(even) {
  background-color: #fafafa;
}

.seminar-schedule__cell {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.seminar-schedule__no-schedule {
  font-style: italic;
  color: #666;
  text-align: center;
  margin: 20px 0;
}

/* ナビゲーション全体の配置 */
.topmv__navigation {
  position: relative;
  display: flex;
  justify-content: center; /* 要素を中央に配置 */
  align-items: center; /* 垂直方向に中央揃え */
  gap: 20px; /* 矢印とページネーションの間隔 */
  z-index: 10;
  background: #F5F5F5;
}

/* ページネーション中央表示 */
.js-topMv__pagination.topMv__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 矢印ボタン共通スタイル */
.topMv__slideItem.swiper-button-prev,
.topMv__slideItem.swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
  position: relative;
  margin-top: 20px; /* 上側の余白 */
  margin-bottom: 20px; /* 下側の余白 */
}

/* 左矢印ボタンの位置 */
.topMv__slideItem.swiper-button-prev {
  order: -1; /* 左側に配置 */
  margin-right: -1px; /* ページネーションの1px左側 */
}

/* 右矢印ボタンの位置 */
.topMv__slideItem.swiper-button-next {
  order: 1; /* 右側に配置 */
  margin-left: -1px; /* ページネーションの1px右側 */
}

/* 左矢印のスタイル */
.topMv__slideItem.swiper-button-prev::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg); /* 左向き矢印 */
}

/* 右矢印のスタイル */
.topMv__slideItem.swiper-button-next::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg); /* 右向き矢印 */
}

/* ページネーションのスタイル */
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 30px; /* ページネーションの間隔 */
}

.swiper-pagination-bullet-active {
  background-color: #ff6f61; /* アクティブなページネーション色 */
}

.js-topMv__pagination.topMv__pagination {
  width: auto; /* 必要に応じて自動幅 */
  max-width: 300px; /* 最大幅を設定（例: 300px） */
  display: flex;
  justify-content: center; /* 子要素を中央配置 */
  margin-top: 20px; /* 上側の余白 */
  margin-bottom: 20px; /* 下側の余白 */
}

.topmv__navigation .swiper-pagination-bullet {
  margin: 10px !important; /* 上下左右に10pxの余白を強制適用 */

}

@media (max-width: 1023px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px; /* ページネーションの間隔 */
  }

  .topmv__navigation .swiper-pagination-bullet {
    margin: 4px !important; /* 上下左右に10pxの余白を強制適用 */
  
  }

}