@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #007752;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  width: 100%;
  background: #fcfdf0;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.6rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  body.fixed {
    position: static;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ycwtyg");
  src: url("../fonts/icomoon.eot?ycwtyg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ycwtyg") format("truetype"), url("../fonts/icomoon.woff?ycwtyg") format("woff"), url("../fonts/icomoon.svg?ycwtyg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e90b";
  color: #007752;
}

.icon-icon_inst:before {
  content: "\e909";
  color: #fff;
}

.icon-icon_x:before {
  content: "\e90a";
  color: #fff;
}

.icon-arrow-w:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e907";
  color: #fff;
}

.icon-blank:before {
  content: "\e908";
  color: #007752;
}

.icon-excel:before {
  content: "\e902";
  color: #019a4f;
}

.icon-file:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
  color: #cb0909;
}

.icon-word:before {
  content: "\e906";
  color: #1256b2;
}

.icon-search:before {
  content: "\e901";
}

.icon-pinch:before {
  content: "\e903";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_inner_s {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_inner_m {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1400px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_inner_l {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_content_inner {
  width: 100%;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.c_green {
  color: #007752 !important;
}

.parts_gl_menu_blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks {
    grid-template-columns: repeat(2, auto);
    gap: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_gl_menu_blocks {
    grid-template-columns: repeat(4, auto);
    gap: 60px;
  }
}

.parts_gl_menu_blocks__list .parent {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent {
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent + .parent {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_gl_menu_blocks__list .parent + .parent {
    margin-top: 30px;
  }
}
.parts_gl_menu_blocks__list .parent:has(ul) > a::before, .parts_gl_menu_blocks__list .parent:has(ul) > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background: #fff;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent:has(ul) > a::before, .parts_gl_menu_blocks__list .parent:has(ul) > a::after {
    content: none;
  }
}
.parts_gl_menu_blocks__list .parent:has(ul) > a::after {
  transform: translateY(-50%) rotate(90deg);
}
.parts_gl_menu_blocks__list .parent:not(:has(ul))::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 10px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent:not(:has(ul))::after {
    content: none;
  }
}
.parts_gl_menu_blocks__list .parent > a {
  display: block;
  position: relative;
  padding-block: 16px;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent > a {
    padding-block: 0;
  }
}
@media (hover: hover) {
  .parts_gl_menu_blocks__list .parent > a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #ffff30;
  }
}
@media (hover: none) {
  .parts_gl_menu_blocks__list .parent > a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #ffff30;
  }
}
.parts_gl_menu_blocks__list .parent > a strong {
  position: relative;
  display: inline-block;
  font-family: "Alexandria", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 28px;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent > a strong {
    font-size: 2.4rem;
    padding-right: 38px;
  }
  .parts_gl_menu_blocks__list .parent > a strong::after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e907";
    position: absolute;
    right: 0;
    top: calc(50% + 2px);
    transform: translateY(-50%) rotate(-45deg);
    font-size: 18px;
  }
}
@media print, screen and (min-width: 920px) and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent > a strong::after {
    font-size: 22px;
  }
}
.parts_gl_menu_blocks__list .parent > a span {
  display: block;
  font-family: "Alexandria", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent > a span {
    font-size: 1.4rem;
  }
}
.parts_gl_menu_blocks__list .parent.active:has(ul) > a::after {
  transform: translateY(-50%) rotate(180deg);
}
.parts_gl_menu_blocks__list .parent ul {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 18px;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent ul {
    display: flex;
    padding-top: 20px;
    padding-bottom: 0;
    gap: 12px;
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_gl_menu_blocks__list .parent ul {
    padding-top: 30px;
  }
}
.parts_gl_menu_blocks__list .parent ul li + li {
  margin-top: 8px;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent ul li + li {
    margin-top: 0;
  }
}
.parts_gl_menu_blocks__list .parent ul a {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  padding-block: 4px;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .parent ul a {
    font-size: 1.8rem;
    padding-block: 0px;
  }
}
@media (hover: hover) {
  .parts_gl_menu_blocks__list .parent ul a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #ffff30;
  }
}
@media (hover: none) {
  .parts_gl_menu_blocks__list .parent ul a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #ffff30;
  }
}
.parts_gl_menu_blocks__list .sns_list {
  justify-content: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .parts_gl_menu_blocks__list .sns_list {
    justify-content: flex-start;
  }
}

.parts_bus_link,
.parts_student_link {
  position: relative;
  display: flex;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ffff80;
  color: #007752;
  font-weight: 700;
  font-size: 1.6rem;
  width: 85%;
  min-width: 272px;
  min-height: 60px;
  overflow: hidden;
  padding: 0 40px 0 70px;
  transition: background 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .parts_bus_link,
  .parts_student_link {
    width: auto;
  }
}
@media (hover: hover) {
  .parts_bus_link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .parts_student_link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .parts_bus_link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .parts_student_link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(1.05);
  }
}
.parts_bus_link img,
.parts_student_link img {
  position: absolute;
}
.parts_bus_link::after,
.parts_student_link::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 15px;
}

@media (hover: hover) {
  .parts_bus_link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
  }
}
@media (hover: none) {
  .parts_bus_link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
  }
}
.parts_bus_link img {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
}

@media (hover: hover) {
  .parts_student_link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
  }
}
@media (hover: none) {
  .parts_student_link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
  }
}
.parts_student_link img {
  left: 24px;
  bottom: 0;
  width: 52px;
}

.parts_web_entry_btn,
.parts_tel_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #007752;
  border: 3px solid #007752;
  border-radius: 35px;
  padding: 20px 30px;
  text-align: center;
  background-color: #ffff80;
  box-shadow: 6px 6px 0 #007752;
  min-height: 130px;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .parts_web_entry_btn,
  .parts_tel_btn {
    padding: 10px 20px;
    min-height: 152px;
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_web_entry_btn,
  .parts_tel_btn {
    padding: 10px 40px;
  }
}

a.parts_web_entry_btn::after,
a.parts_tel_btn::after,
button.parts_web_entry_btn::after,
button.parts_tel_btn::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 15px;
  top: 24px;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 18px;
}
@media (hover: hover) {
  a.parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  a.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  button.parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  button.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.98);
    will-change: translate, scale, background, color;
  }
}
@media (hover: none) {
  a.parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):active,
  a.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):active,
  button.parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):active,
  button.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.98);
    will-change: translate, scale, background, color;
  }
}

.parts_web_entry_btn {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .parts_web_entry_btn {
    font-size: 2.5rem;
    font-size: clamp(1.8rem, 1.7857142857vw, 2.5rem);
  }
}
@media (hover: hover) {
  .parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
  }
  .parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover span {
    color: #fff;
    transition: 0.3s ease;
  }
}
@media (hover: none) {
  .parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
  }
  .parts_web_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):active span {
    color: #fff;
    transition: 0.3s ease;
  }
}
.parts_web_entry_btn span {
  font-size: 1.6rem;
  color: #ff6c00;
}
@media print, screen and (min-width: 920px) {
  .parts_web_entry_btn span {
    font-size: 2rem;
    font-size: clamp(1.3rem, 1.4285714286vw, 2rem);
  }
}

.parts_tel_btn {
  background-color: #ffecb9;
  font-weight: 900;
  line-height: 1.4;
}
.parts_tel_btn .tel_title {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 920px) {
  .parts_tel_btn .tel_title {
    font-size: 2.4rem;
    font-size: clamp(1.4rem, 1.7142857143vw, 2.4rem);
  }
}
.parts_tel_btn .tel_number {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 920px) {
  .parts_tel_btn .tel_number {
    gap: 10px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_tel_btn .tel_number {
    font-size: 1.5rem;
  }
}
.parts_tel_btn .tel_number strong {
  font-size: 3rem;
}
@media print, screen and (min-width: 920px) {
  .parts_tel_btn .tel_number strong {
    font-size: 3.8rem;
    font-size: clamp(2rem, 2.3571428571vw, 3.8rem);
  }
}
.parts_tel_btn .tel_notes {
  font-size: 1.3rem;
  font-weight: 500;
  padding-block: 4px;
}
@media print, screen and (min-width: 920px) {
  .parts_tel_btn .tel_notes {
    font-size: 1.5rem;
    font-size: clamp(1.2rem, 1.0714285714vw, 1.5rem);
  }
}

@media (hover: hover) {
  a.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  button.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
  }
}
@media (hover: none) {
  a.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):active,
  button.parts_tel_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
  }
}

.parts_entry_btn {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  background: #ffff80;
  border-radius: 35px;
  border: 3px solid #004e36;
  box-shadow: 6px 6px 0 #004e36;
  font-size: 1.8rem;
  font-weight: 900;
  color: #007752;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 768px) {
  .parts_entry_btn {
    aspect-ratio: 2/1;
  }
}
@media print, screen and (min-width: 920px) {
  .parts_entry_btn {
    width: 150px;
    aspect-ratio: 1/1;
    box-shadow: 4px 10px 0 #004e36;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_entry_btn {
    width: clamp(15rem, 12.8571428571vw, 20rem);
    box-shadow: 10px 10px 0 #004e36;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .parts_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.95);
    border-color: #fff;
    will-change: translate, scale, background, color;
  }
}
@media (hover: none) {
  .parts_entry_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.95);
    border-color: #fff;
    will-change: translate, scale, background, color;
  }
}
@media print, screen and (min-width: 920px) {
  .parts_entry_btn img {
    width: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .parts_entry_btn img {
    width: auto;
  }
}
.parts_entry_btn::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 15px;
  top: 24px;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 18px;
}

.sns_list {
  display: flex;
  gap: 20px;
}
.sns_list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: background 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.sns_list a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}
@media (hover: hover) {
  .sns_list a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(1.2);
  }
}
@media (hover: none) {
  .sns_list a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(1.2);
  }
}
.sns_list .icon_x::before {
  content: "\e90a";
}
.sns_list .icon_inst::before {
  content: "\e909";
  font-size: 30px;
}
.sns_list.type_color .icon_x {
  background: #000;
}
.sns_list.type_color .icon_x::before {
  color: #fff;
}
.sns_list.type_color .icon_inst {
  background: linear-gradient(135deg, #631ef5, #ff1f86, #f7d146);
}
.sns_list.type_color .icon_inst::before {
  color: #fff;
}

header {
  position: relative;
  z-index: 1;
}

.header_flex {
  position: relative;
  display: flex;
  padding-left: 20px;
  height: 80px;
}
@media print, screen and (min-width: 1200px) {
  .header_flex {
    padding-left: 40px;
    height: auto;
  }
}

.header_flex__logo {
  display: flex;
  align-items: center;
  width: min(70vw, 300px);
  margin-right: 20px;
}
@media print, screen and (min-width: 1200px) {
  .header_flex__logo {
    width: clamp(30rem, 28.125vw, 48.2rem);
    margin-right: clamp(3rem, 2.34375vw, 12rem);
  }
}
@media print, screen and (min-width: 1580px) {
  .header_flex__logo {
    width: 482px;
    margin-right: 80px;
  }
}

.header_flex__content {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  .header_flex__content {
    margin-left: auto;
    display: block;
    flex-shrink: 0;
  }
}

.header_flex__menu {
  display: flex;
  margin-left: auto;
}
@media print, screen and (min-width: 1200px) {
  .header_flex__menu {
    margin-left: 0;
  }
}

.header_fixed_menu {
  position: fixed;
  top: -75px;
  right: 0;
  height: 70px;
  z-index: 55;
  pointer-events: none;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .header_fixed_menu {
    top: -105px;
    height: 100px;
  }
}
.header_fixed_menu.active {
  opacity: 1;
  top: 0;
  right: 0;
  pointer-events: visible;
}

.header_flex__current_student {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -90px;
  right: 0;
  width: 100px;
  height: 90px;
  background: #c9ffe4;
  border: 4px solid #007752;
  border-right: 0;
  border-radius: 0 0 0 20px;
  color: #007752;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
}
@media print, screen and (min-width: 1200px) {
  .header_flex__current_student {
    display: flex;
  }
}
@media (hover: hover) {
  .header_flex__current_student:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #92ffc8;
  }
}
@media (hover: none) {
  .header_flex__current_student:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #92ffc8;
  }
}
.header_flex__current_student .en {
  font-family: "Alexandria", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.header_flex__current_student .main {
  font-size: 1.5rem;
  font-weight: 900;
}

.header_menu_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
@media print, screen and (min-width: 1200px) {
  .header_menu_top {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1580px) {
  .header_menu_top {
    padding-right: 20px;
  }
}

.header_sub_menu_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_sub_menu_list a {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 1200px) {
  .header_sub_menu_list a {
    font-size: clamp(1.1rem, 0.9375vw, 1.3rem);
  }
}
@media print, screen and (min-width: 1580px) {
  .header_sub_menu_list a {
    font-size: 1.3rem;
  }
}
.header_sub_menu_list:not(.type_btn) a {
  padding-inline: 5px;
}
@media (hover: hover) {
  .header_sub_menu_list:not(.type_btn) a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header_sub_menu_list:not(.type_btn) a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    opacity: 0.7;
  }
}
.header_sub_menu_list .type_btn.first {
  margin-left: 6px;
}
.header_sub_menu_list .type_btn.no_icon a {
  padding-left: 15px;
}
.header_sub_menu_list .type_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  border: 1px solid #007752;
  border-radius: 100px;
  padding: 7px 15px 7px 50px;
  gap: 6px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 1200px) {
  .header_sub_menu_list .type_btn a {
    font-size: clamp(1.1rem, 1.015625vw, 1.4rem);
    min-width: clamp(8rem, 8.59375vw, 13rem);
  }
}
@media print, screen and (min-width: 1580px) {
  .header_sub_menu_list .type_btn a {
    min-width: 130px;
  }
}
@media (hover: hover) {
  .header_sub_menu_list .type_btn a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 1;
    background: #ffff30;
  }
  .header_sub_menu_list .type_btn a:where(:any-link, :enabled, summary, span, dt, div, li):hover img {
    transform: translateY(-50%) rotate(5deg);
  }
}
@media (hover: none) {
  .header_sub_menu_list .type_btn a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    opacity: 1;
    background: #ffff30;
  }
  .header_sub_menu_list .type_btn a:where(:any-link, :enabled, summary, span, dt, div, li):active img {
    transform: translateY(-50%) rotate(5deg);
  }
}
.header_sub_menu_list .type_btn a img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform-origin: right bottom;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateY(-50%);
  width: 30px;
}

.header_menu_body {
  margin-top: 20px;
}
@media print, screen and (min-width: 1200px) {
  .header_menu_body {
    margin-top: clamp(1.5rem, 1.40625vw, 2rem);
  }
}
@media print, screen and (min-width: 1580px) {
  .header_menu_body {
    margin-top: 20px;
  }
}

.header_main_menu_list {
  display: flex;
  justify-content: space-between;
  background: #007752;
  border-radius: 40px 0 0 0;
  padding-left: 30px;
  padding-right: 16px;
}
.header_main_menu_list > li {
  position: relative;
}
.header_main_menu_list > li.is_open > .header_dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
@media (hover: hover) {
  .header_main_menu_list > li:hover > .header_dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
.header_main_menu_list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  height: 100%;
  padding: 0 clamp(0.8rem, 1.09375vw, 1.4rem);
  padding-block: 14px 7px;
}
@media print, screen and (min-width: 1580px) {
  .header_main_menu_list > li > a {
    padding: 18px 18px 10px;
  }
}
@media (hover: hover) {
  .header_main_menu_list > li > a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #ffff30;
  }
}
@media (hover: none) {
  .header_main_menu_list > li > a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #ffff30;
  }
}
.header_main_menu_list > li > a .main {
  position: relative;
  display: block;
  font-family: "Alexandria", sans-serif;
  font-size: clamp(1.6rem, 1.328125vw, 2rem);
  font-weight: 700;
  line-height: 1;
  padding-right: clamp(1.6rem, 1.40625vw, 2rem);
}
@media print, screen and (min-width: 1580px) {
  .header_main_menu_list > li > a .main {
    padding-right: 20px;
    font-size: 2rem;
  }
}
.header_main_menu_list > li > a .main::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 12px;
}
@media print, screen and (min-width: 1580px) {
  .header_main_menu_list > li > a .main::after {
    top: calc(50% + 1px);
    font-size: 14px;
  }
}
.header_main_menu_list > li > a .sub {
  display: block;
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}

.header_dropdown {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: absolute;
  top: 54px;
  left: -14px;
  border-radius: 20px;
  background: #fff;
  border: 3px solid #007752;
  width: 100%;
  padding-inline: 20px;
  padding-block: 10px;
}
@media print, screen and (min-width: 1580px) {
  .header_dropdown {
    top: 60px;
  }
}
.header_dropdown.parent_enrollment {
  width: 240px;
}
.header_dropdown.parent_course {
  width: 320px;
}
.header_dropdown.parent_access {
  width: 280px;
}
.header_dropdown.parent_about {
  left: auto;
  right: -10px;
  width: 240px;
}
.header_dropdown li {
  border-bottom: 1px solid rgba(0, 119, 82, 0.5);
}
.header_dropdown li:last-child {
  border-bottom: 0;
}
.header_dropdown li.tap_only {
  display: none;
}
.header_dropdown li.tap_only.active {
  display: block;
}
.header_dropdown li a {
  position: relative;
  display: block;
  padding: 8px;
  padding-right: 22px;
  color: #007752;
  font-size: 1.5rem;
  font-weight: 700;
}
.header_dropdown li a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  position: absolute;
  right: 6px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 13px;
}
@media print, screen and (min-width: 1580px) {
  .header_dropdown li a::after {
    top: calc(50% + 1px);
    font-size: 14px;
  }
}
@media (hover: hover) {
  .header_dropdown li a:where(:any-link, :enabled, summary, span, dt, div, li):hover span {
    background-size: 100% 50%;
  }
}
@media (hover: none) {
  .header_dropdown li a:where(:any-link, :enabled, summary, span, dt, div, li):active span {
    background-size: 100% 50%;
  }
}
.header_dropdown li a span {
  background: linear-gradient(#ffff80 0%, #ffff80 100%) no-repeat bottom left;
  background-size: 0 50%;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.toggle_menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 70px;
  color: #007752;
  background: #ffff80;
  border-left: 4px solid #007752;
  gap: 4px;
}
.toggle_menu::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: -4px;
  left: -4px;
  height: 4px;
  width: calc(100% + 4px);
  background: #007752;
}
@media print, screen and (min-width: 920px) {
  .toggle_menu {
    width: 100px;
  }
}
@media (hover: hover) {
  .toggle_menu:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
  }
  .toggle_menu:where(:any-link, :enabled, summary, span, dt, div, li):hover .menu_group span:nth-child(1) {
    margin-top: -8px;
  }
  .toggle_menu:where(:any-link, :enabled, summary, span, dt, div, li):hover .menu_group span:nth-child(3) {
    margin-top: 8px;
  }
}
@media (hover: none) {
  .toggle_menu:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
  }
  .toggle_menu:where(:any-link, :enabled, summary, span, dt, div, li):active .menu_group span:nth-child(1) {
    margin-top: -8px;
  }
  .toggle_menu:where(:any-link, :enabled, summary, span, dt, div, li):active .menu_group span:nth-child(3) {
    margin-top: 8px;
  }
}
.toggle_menu .menu_group {
  position: relative;
  width: 36px;
  height: 30px;
}
.toggle_menu .menu_group span {
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  height: 3px;
  width: 100%;
  background: #007752;
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), margin 0.2s cubic-bezier(0.34, 1.2, 0.64, 1.4);
  transform: translateY(-50%);
}
.toggle_menu .menu_group span:nth-child(1) {
  margin-top: -10px;
}
.toggle_menu .menu_group span:nth-child(3) {
  margin-top: 10px;
}
.toggle_menu .menu_text {
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .toggle_menu .menu_text {
    font-size: 1.4rem;
  }
}

.big_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #007752;
  z-index: 60;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.15s;
}
@media print, screen and (min-width: 1200px) {
  .big_menu {
    transform: scale(1.1);
    transition: opacity 0.3s, visibility 0.3s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 0.2s;
  }
}
.big_menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: scale(1);
  transition-delay: 0s;
}
.big_menu.active .big_menu_inner {
  opacity: 1;
  transition-delay: 0.1s;
}
@media print, screen and (min-width: 1200px) {
  .big_menu.active .big_menu_inner {
    transform: translateX(0px);
    transition-delay: 0.2s;
  }
}

.big_menu_inner {
  height: 100%;
  padding-block: 0 60px;
  overflow: auto;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
@media print, screen and (min-width: 1200px) {
  .big_menu_inner {
    display: flex;
    align-items: center;
    padding-block: 0;
    transform: translateX(-20px);
  }
}
.big_menu_inner .toggle_menu {
  position: relative;
  top: 0;
  right: 0;
  height: 80px;
  width: auto;
  padding: 6px;
  margin-left: auto;
  background: none;
  border-left: none;
  color: #fff;
}
@media print, screen and (min-width: 1200px) {
  .big_menu_inner .toggle_menu {
    position: absolute;
    height: auto;
    padding: 20px;
  }
}
.big_menu_inner .toggle_menu::before {
  content: none;
}
.big_menu_inner .toggle_menu .menu_group span {
  background-color: #fff;
}
.big_menu_inner .toggle_menu .menu_group span:nth-child(1) {
  margin-top: 0;
  transform: translateY(-50%) rotate(30deg);
}
.big_menu_inner .toggle_menu .menu_group span:nth-child(2) {
  display: none;
}
.big_menu_inner .toggle_menu .menu_group span:nth-child(3) {
  margin-top: 0;
  transform: translateY(-50%) rotate(-30deg);
}

.big_menu_group {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 920px) {
  .big_menu_group {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
}

.big_menu_group__list li:has(.sns_list) {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .big_menu_group__list li:has(.sns_list) {
    display: block;
  }
}

.big_menu_flex {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex {
    gap: 30px;
    flex-direction: row;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .big_menu_flex {
    margin-top: 82px;
  }
}

.big_menu_flex__item.grid_current_student {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_current_student {
    margin-top: 0;
    margin-right: auto;
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_current_student .parts_bus_link,
  .big_menu_flex__item.grid_current_student .parts_student_link {
    margin-right: 0;
    min-height: 70px;
  }
}
.big_menu_flex__item.grid_current_student .sns_list {
  justify-content: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_current_student .sns_list {
    justify-content: flex-end;
  }
}
.big_menu_flex__item.grid_submit_area {
  display: flex;
  flex-flow: wrap;
  width: 85%;
  gap: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.big_menu_flex__item.grid_submit_area .btn_web_entry {
  width: 100%;
  border: 0 solid #004e36;
  box-shadow: 0 0 0 #004e36;
  min-height: 0;
  margin-inline: auto;
  border-radius: 12px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_web_entry {
    font-size: 2.2rem;
    flex-grow: 1;
    border-radius: 35px;
  }
}
@media (hover: hover) {
  .big_menu_flex__item.grid_submit_area .btn_web_entry:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(1.025);
    background-color: #ffff30;
    color: #007752;
  }
  .big_menu_flex__item.grid_submit_area .btn_web_entry:where(:any-link, :enabled, summary, span, dt, div, li):hover span {
    color: #ff6c00;
  }
}
@media (hover: none) {
  .big_menu_flex__item.grid_submit_area .btn_web_entry:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(1.025);
    background-color: #ffff30;
    color: #007752;
  }
  .big_menu_flex__item.grid_submit_area .btn_web_entry:where(:any-link, :enabled, summary, span, dt, div, li):active span {
    color: #ff6c00;
  }
}
.big_menu_flex__item.grid_submit_area .btn_web_entry::after {
  font-size: 15px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_web_entry::after {
    font-size: 18px;
  }
}
.big_menu_flex__item.grid_submit_area .btn_web_entry span {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_web_entry span {
    font-size: 1.6rem;
  }
}
.big_menu_flex__item.grid_submit_area .btn_document,
.big_menu_flex__item.grid_submit_area .btn_contact {
  width: calc(50% - 8px);
  border: 0 solid #004e36;
  box-shadow: 0 0 0 #004e36;
  aspect-ratio: 1.4/1;
  border-radius: 12px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_document,
  .big_menu_flex__item.grid_submit_area .btn_contact {
    width: 160px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    border-radius: 35px;
  }
}
@media (hover: hover) {
  .big_menu_flex__item.grid_submit_area .btn_document:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .big_menu_flex__item.grid_submit_area .btn_contact:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(1.04);
    background-color: #ffff30;
    color: #007752;
  }
}
@media (hover: none) {
  .big_menu_flex__item.grid_submit_area .btn_document:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .big_menu_flex__item.grid_submit_area .btn_contact:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(1.04);
    background-color: #ffff30;
    color: #007752;
  }
}
.big_menu_flex__item.grid_submit_area .btn_document::after,
.big_menu_flex__item.grid_submit_area .btn_contact::after {
  font-size: 15px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_document::after,
  .big_menu_flex__item.grid_submit_area .btn_contact::after {
    font-size: 18px;
  }
}
.big_menu_flex__item.grid_submit_area .btn_document span,
.big_menu_flex__item.grid_submit_area .btn_contact span {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_document span,
  .big_menu_flex__item.grid_submit_area .btn_contact span {
    font-size: 1.8rem;
  }
}
.big_menu_flex__item.grid_submit_area .btn_document > img,
.big_menu_flex__item.grid_submit_area .btn_contact > img {
  width: 52px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_document > img,
  .big_menu_flex__item.grid_submit_area .btn_contact > img {
    width: auto;
  }
}
.big_menu_flex__item.grid_submit_area .btn_document::after,
.big_menu_flex__item.grid_submit_area .btn_contact::after {
  font-size: 15px;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_submit_area .btn_document::after,
  .big_menu_flex__item.grid_submit_area .btn_contact::after {
    font-size: 18px;
  }
}
.big_menu_flex__item.grid_sns {
  display: flex;
  text-align: center;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .big_menu_flex__item.grid_sns {
    display: none;
  }
}

footer {
  background: #007752;
  margin-inline: 20px;
  color: #fff;
  border-radius: 40px 40px 0 0;
  padding-top: 60px;
}
@media print, screen and (min-width: 920px) {
  footer {
    border-radius: 80px 80px 0 0;
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 1280px) {
  footer {
    padding-top: 80px;
  }
}

.footer_head {
  display: none;
  gap: 20px;
  padding-right: 4px;
}
@media print, screen and (min-width: 920px) {
  .footer_head {
    display: flex;
  }
}

.footer_head__started_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: clamp(3rem, 2.34375vw, 4rem);
  background: #fff;
  border-radius: 60px;
  border: 3px solid #004e36;
  box-shadow: 10px 10px 0 #004e36;
  gap: 30px;
}
@media print, screen and (min-width: 920px) {
  .footer_head__started_area {
    box-shadow: 4px 10px 0 #004e36;
    gap: clamp(3rem, 3.90625vw, 7rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_head__started_area {
    box-shadow: 10px 10px 0 #004e36;
  }
}
@media print, screen and (min-width: 1580px) {
  .footer_head__started_area {
    gap: 70px;
  }
}

@media print, screen and (min-width: 1200px) {
  .started_area_title {
    margin-top: -12px;
    padding-left: clamp(2rem, 1.953125vw, 3.5rem);
  }
}
@media print, screen and (min-width: 1580px) {
  .started_area_title {
    padding-left: 35px;
  }
}

.started_area_title__icon {
  text-align: center;
}

.started_area_title__title {
  max-width: 100%;
  width: clamp(28rem, 28.125vw, 40rem);
}
@media print, screen and (min-width: 1580px) {
  .started_area_title__title {
    width: 400px;
  }
}

.started_area_title__btn {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-inline: auto;
  font-weight: 900;
  color: #007752;
  border: 3px solid #007752;
  border-radius: 1000px;
  width: 280px;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #ffff80;
  box-shadow: 0 5px 0 #007752;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}
@media (hover: hover) {
  .started_area_title__btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
}
@media (hover: none) {
  .started_area_title__btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
}
.started_area_title__btn::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 15px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.started_area_btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 1200px) {
  .started_area_btns {
    flex: 1;
  }
}

.started_area_btns__web_entry {
  min-height: 120px;
  flex: 1;
}

.started_area_btns__tel {
  min-height: 120px;
  flex: 1;
}
.started_area_btns__tel::after {
  content: none;
}

.footer_head__submit_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

@media print, screen and (min-width: 920px) {
  .footer_body {
    margin-top: 80px;
  }
}

.footer_logo_menu {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu {
    justify-content: flex-start;
  }
}

.footer_logo_menu__logo {
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo {
    text-align: left;
  }
}
.footer_logo_menu__logo .sub_title a {
  position: relative;
  text-decoration: underline;
}
.footer_logo_menu__logo .sub_title a::after {
  font-family: "icomoon" !important;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.8em;
  line-height: 1;
  background: none;
  content: "\e908";
}
@media (hover: hover) {
  .footer_logo_menu__logo .sub_title a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .footer_logo_menu__logo .sub_title a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    text-decoration: none;
  }
}
.footer_logo_menu__logo .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo .logo {
    align-items: flex-start;
    padding: 0;
  }
}
.footer_logo_menu__logo .logo span {
  display: block;
  font-family: "Alexandria", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo .logo span {
    font-size: 1.4rem;
  }
}
.footer_logo_menu__logo .info {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo .info {
    margin-top: 30px;
  }
}
.footer_logo_menu__logo .info .br {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo .info .br {
    display: inline;
    padding-left: 1em;
  }
}
.footer_logo_menu__logo .tel {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo .tel {
    justify-content: flex-start;
  }
}
.footer_logo_menu__logo .tel strong {
  font-size: 2.8rem;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo .tel strong {
    font-size: 3.8rem;
  }
}
.footer_logo_menu__logo .sns_list {
  justify-content: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__logo .sns_list {
    justify-content: flex-start;
    margin-top: 40px;
  }
}

.footer_logo_menu__menu {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .footer_logo_menu__menu {
    margin-left: auto;
    display: block;
  }
}

.footer_main_menu__list .parent + .parent {
  margin-top: 20px;
}
@media (hover: hover) {
  .footer_main_menu__list .parent > a:where(:any-link, :enabled, summary, span, dt, div, li):hover strong {
    color: #ffff30;
  }
  .footer_main_menu__list .parent > a:where(:any-link, :enabled, summary, span, dt, div, li):hover span {
    color: #ffff30;
  }
}
@media (hover: none) {
  .footer_main_menu__list .parent > a:where(:any-link, :enabled, summary, span, dt, div, li):active strong {
    color: #ffff30;
  }
  .footer_main_menu__list .parent > a:where(:any-link, :enabled, summary, span, dt, div, li):active span {
    color: #ffff30;
  }
}
.footer_main_menu__list .parent > a strong {
  display: inline-block;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding-right: 22px;
  line-height: 1;
  transition: 0.3s;
}
.footer_main_menu__list .parent > a strong::after {
  top: calc(50% + 1px);
  font-size: 14px;
}
.footer_main_menu__list .parent > a span {
  display: block;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}
.footer_main_menu__list .parent ul {
  padding-top: 20px;
}
.footer_main_menu__list .parent ul a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #99c8b9;
}
@media (hover: hover) {
  .footer_main_menu__list .parent ul a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #ffff30;
  }
}
@media (hover: none) {
  .footer_main_menu__list .parent ul a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #ffff30;
  }
}

.footer_bottom_menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.footer_bottom_menu .parts_bus_link,
.footer_bottom_menu .parts_student_link {
  margin: 0;
}
@media print, screen and (min-width: 1200px) {
  .footer_bottom_menu {
    flex-direction: row;
    gap: 30px;
  }
}

.footer_car_line {
  position: relative;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .footer_car_line {
    margin-top: 60px;
  }
}
.footer_car_line .page_inner_l,
.footer_car_line .page_inner_m {
  padding-top: 58px;
  position: relative;
}
.footer_car_line .footer_car_img {
  position: absolute;
  display: inline-block;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 207px;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .footer_car_line .footer_car_img {
    left: 0;
    transform: translateX(0);
  }
}

.footer_car_line__line {
  display: flex;
  min-width: initial;
}
.footer_car_line__line span {
  display: block;
  flex-shrink: 0;
  height: 46px;
  width: 100vw;
  background: url(../img/common/footer_img_car_line.png) repeat-x 0 0;
  background-size: auto 46px;
  animation: scroll 8s linear infinite;
}
@media print, screen and (min-width: 768px) {
  .footer_car_line__line span {
    animation: scroll 22s linear infinite;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer_bottom {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 0;
  gap: 15px;
}
@media print, screen and (min-width: 920px) {
  .footer_bottom {
    flex-direction: row;
    align-items: center;
    gap: 0;
    padding: 20px 90px 35px 0;
  }
}
@media print, screen and (min-width: 1595px) {
  .footer_bottom {
    padding-right: 40px;
  }
}
.footer_bottom .copyright {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Alexandria", sans-serif;
}
@media print, screen and (min-width: 920px) {
  .footer_bottom .copyright {
    top: 2px;
    font-size: 1.2rem;
  }
}
.footer_bottom .etc_menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media print, screen and (min-width: 920px) {
  .footer_bottom .etc_menu {
    flex-direction: row;
    margin-left: auto;
    gap: 20px;
  }
}
.footer_bottom .etc_menu a {
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: underline;
}
@media (hover: hover) {
  .footer_bottom .etc_menu a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .footer_bottom .etc_menu a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    text-decoration: none;
  }
}

.backtoTop {
  position: absolute;
  bottom: -6px;
  right: 0;
}
@media print, screen and (min-width: 1595px) {
  .backtoTop {
    right: -54px;
  }
}
.backtoTop img {
  width: 72px;
}
@media print, screen and (min-width: 920px) {
  .backtoTop img {
    width: 108px;
  }
}

.page_base_btn {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  font-weight: 900;
  color: #007752;
  border: 3px solid #007752;
  border-radius: 1000px;
  min-width: 240px;
  max-width: 100%;
  padding: 10px 40px;
  text-align: center;
  background-color: #ffff80;
  box-shadow: 0 5px 0 #007752;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}
@media (hover: hover) {
  .page_base_btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
}
@media (hover: none) {
  .page_base_btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
}
.page_base_btn:not([target=_blank])::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 15px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.page_base_btn[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page_base_btn.color_emerald_green {
  background-color: #c9ffe4;
}
@media (hover: hover) {
  .page_base_btn.color_emerald_green:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
  }
}
@media (hover: none) {
  .page_base_btn.color_emerald_green:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
  }
}
.page_base_btn.type_inst {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #631ef5, #ff1f86, #f7d146);
  color: #fff;
}
.page_base_btn.type_inst::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  margin-right: 8px;
  font-size: 24px;
}
.page_base_btn.type_x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}
.page_base_btn.type_x::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  margin-right: 8px;
  font-size: 23px;
}

.news_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.news_list__item {
  display: flex;
  flex-direction: column;
  padding-block: 14px;
  border-bottom: 1px solid #cce4dc;
  line-height: 1.6;
}
@media print, screen and (min-width: 1200px) {
  .news_list__item {
    flex-direction: row;
    gap: 24px;
  }
}
@media (hover: hover) {
  .news_list__item:where(:any-link, :enabled, summary, span, dt, div, li):hover .title {
    background-color: #ffff30;
  }
}
@media (hover: none) {
  .news_list__item:where(:any-link, :enabled, summary, span, dt, div, li):active .title {
    background-color: #ffff30;
  }
}
.news_list__item:last-child {
  border-bottom: 0;
}
.news_list__item .data_category {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
.news_list__item .data_category .date {
  display: flex;
  align-items: baseline;
  gap: 5px;
  width: 8.5em;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.news_list__item .data_category .date span {
  font-size: 2.4rem;
}
.news_list__item .data_category .category {
  width: 9em;
  background: #007752;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  padding: 4px 10px;
  margin-left: auto;
}
@media print, screen and (min-width: 920px) {
  .news_list__item .data_category .category {
    margin-left: 0;
  }
}
.news_list__item .data_category .category.category_important {
  background: #ff6c00;
}
.news_list__item .title {
  font-size: 1.5rem;
  font-weight: 900;
  padding-top: 0.5em;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .news_list__item .title {
    font-size: 1.8rem;
    padding-top: 0;
  }
}
.news_list__item .title .i_pdf {
  position: relative;
  top: -1px;
  margin-left: 5px;
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  padding: 2px 10px;
  border-radius: 100px;
  background: #c44a4a;
}
@media print, screen and (min-width: 920px) {
  .news_list__item .title .i_pdf {
    font-size: 1.2rem;
  }
}

#bus-schedule {
  margin: auto;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule {
    margin-top: 20px;
  }
}
#bus-schedule #tabs-container {
  overflow-x: auto;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule #tabs-container {
    overflow: hidden;
  }
}
#bus-schedule #tabs {
  display: flex;
  gap: 8px;
  min-width: min-content;
  padding-bottom: 4px;
  padding-top: 10px;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule #tabs {
    flex-wrap: wrap;
  }
}
#bus-schedule .tab_item {
  position: relative;
  flex-shrink: 0;
  min-width: 90px;
  text-align: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid #007752;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .tab_item {
    font-size: 2rem;
    min-width: 120px;
  }
}
#bus-schedule .tab_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#bus-schedule .tab_item.passed {
  border-color: #a5a5a5;
  background: #e0e0e0;
  color: #999;
}
#bus-schedule .tab_item.passed .tab-type {
  color: #999;
}
#bus-schedule .tab_item.running {
  background: #ffff80;
  color: #007752;
  animation: pulse 2s infinite;
}
#bus-schedule .tab_item.running .tab-type.type-daily {
  color: #007752;
}
#bus-schedule .tab_item.running .tab-type.type-weekday {
  color: #2196f3;
}
#bus-schedule .tab_item.running .tab-type.type-return {
  color: #ff5722;
}
#bus-schedule .tab_item.active {
  border-color: #007752;
  background: #007752;
  color: white;
  box-shadow: 0 3px 8px rgba(0, 150, 136, 0.3);
}
#bus-schedule .tab_item.active .tab-type {
  color: white !important;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}
#bus-schedule .tab-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #f44336;
  color: white;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .tab-badge {
    font-size: 1rem;
    top: -8px;
    right: -8px;
  }
}
#bus-schedule .tab-type {
  font-size: 1rem;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .tab-type {
    font-size: 1.2rem;
  }
}
#bus-schedule .type-daily {
  color: #007752;
}
#bus-schedule .type-weekday {
  color: #2196f3;
}
#bus-schedule .type-return {
  color: #ff5722;
}
#bus-schedule .schedule_contents {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .schedule_contents {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}
#bus-schedule .schedule_contents .schedule-info {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .schedule_contents .schedule-info {
    width: 100%;
    font-size: 1.6rem;
  }
}
#bus-schedule .schedule_contents .info-weekday {
  background: #2196f3;
}
#bus-schedule .schedule_contents .info-return {
  width: 100%;
  background: #ff5722;
}
#bus-schedule .schedule_contents .card {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #007752;
  padding: 6px;
  margin-bottom: 8px;
  position: relative;
  transition: all 0.2s;
}
@media print, screen and (min-width: 768px) {
  #bus-schedule .schedule_contents .card {
    padding: 12px;
  }
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .schedule_contents .card {
    width: calc((100% - 24px) / 3);
    margin-bottom: 0;
    padding: 6px;
  }
}
#bus-schedule .schedule_contents .card.passed {
  opacity: 0.5;
  background: #fafafa;
}
#bus-schedule .schedule_contents .card.next {
  background: #ffff80;
}
#bus-schedule .schedule_contents .stop-header {
  display: flex;
  align-items: center;
  gap: 6px;
}
#bus-schedule .schedule_contents .stop-number {
  color: #007752;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.2rem;
  flex-shrink: 0;
}
#bus-schedule .schedule_contents .stop {
  font-size: 1.6rem;
  font-weight: 900;
  color: #007752;
  line-height: 1.4;
  flex: 1;
}
#bus-schedule .schedule_contents .subway-icon {
  font-size: 1.2rem;
}
#bus-schedule .schedule_contents .landmark {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #3c3c3c;
  margin-left: 40px;
}
#bus-schedule .schedule_contents .time-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 40px;
}
#bus-schedule .schedule_contents .time {
  font-size: 1.8rem;
  font-weight: 700 !important;
  color: #3c3c3c;
  font-weight: 500;
}
#bus-schedule .schedule_contents .time-remaining {
  position: relative;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  background: #007752;
  padding: 4px 12px;
  border-radius: 12px;
  line-height: 1;
  bottom: -3px;
  right: 2px;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .schedule_contents .time-remaining {
    right: 2px;
    bottom: -3px;
  }
}
#bus-schedule .schedule_contents .card.passed .time-remaining {
  display: none;
}
#bus-schedule .schedule_contents .card.running .time-remaining {
  background: #ffe0b2;
  color: #e65100;
}
#bus-schedule .schedule_contents .status-badge {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 8px;
}
#bus-schedule .schedule_contents .badge-next {
  border: 1px solid #007752;
  color: #007752;
}
#bus-schedule .schedule_contents .arrival-info {
  background: #007752;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-top: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .schedule_contents .arrival-info {
    width: 100%;
    font-size: 1.6rem;
  }
}
#bus-schedule .schedule_contents .arrival-time {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .schedule_contents .arrival-time {
    font-size: 1.5rem;
  }
}
#bus-schedule .schedule_contents .return-only-notice {
  border: 2px solid #007752;
  padding: 12px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #007752;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  #bus-schedule .schedule_contents .return-only-notice {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
#bus-schedule .schedule_contents .return-only-notice strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
}