@charset "utf-8";

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #231815;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

/* -------------------------------------
  共通(sp)
------------------------------------- */
.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none;
}

.sans {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho",
    "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

a {
  text-decoration: none;
  color: #231815;
}

ul {
  list-style: none;
}

/* -------------------------------------
  ヘッダー(sp)
------------------------------------- */
html {
  scroll-padding-top: 80px;
}

body {
  padding-top: 60px;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.header_logo {
  width: 218px;
  padding: 13px 0 0 10px;
}

.pc_gnav_wrap {
  display: none;
}

/* ヘッダーナビ(sp)
------------------------------------- */
.sp_gnav_btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 11;
  top: 7px;
  right: 10px;
  width: 46px;
  height: 46px;
  background: url("../images/btn_hamburger_sp.svg") no-repeat top center / 100%;
}

.sp_gnav_btn.active {
  background-position: bottom center;
}

.sp_gnav_wrap {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: auto;
  overscroll-behavior-y: contain;
  padding: 70px 30px 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

.sp_gnav_wrap.active {
  opacity: 1;
  visibility: visible;
}

.sp_gnav {
  font-size: 13px;
  line-height: 1.8;
}

.sp_gnav>li:not(:first-of-type) {
  border-top: solid 1px #002b55;
  padding-top: 1em;
}

.sp_gnav_parent>span {
  font-size: 15px;
  font-weight: bold;
  color: #002b55;
}

.sp_gnav_child {
  padding: 0.5em 0 1em 0.8em;
}

.sp_gnav_child>li {
  display: flex;
  align-items: flex-start;
}

.sp_gnav_child>li:not(:first-of-type) {
  margin-top: 0.5em;
}

.sp_gnav_child>li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 5px;
  height: 1.8em;
  background: url("../images/bg_triangle_blue.svg") no-repeat center / 100% auto;
}

.sp_gnav_child a {
  color: #002b55;
}

.sp_gnav_child a span {
  font-size: 0.85em;
  display: block;
  height: 1.3em;
}

.sp_gnav_sub {
  width: 66px;
  flex-grow: 0;
}

.sp_gnav_sub>li:not(:first-of-type) {
  margin-top: 10px;
}

/* -------------------------------------
  フッター(sp)
------------------------------------- */
.footer {
  margin-top: 60px;
  padding: 0 20px 60px;
  background-color: #fff;
}

.footer_sitemap {
  display: none;
}

.footer_nav {
  width: fit-content;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 1.6;
}

.footer_nav li {
  display: flex;
  align-items: center;
}

.footer_nav li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 6px;
  width: 5px;
  height: 1.6em;
  background: url("../images/bg_triangle_gray.svg") no-repeat center / 100% auto;
}

.footer_nav li:not(:first-of-type) {
  margin-top: 0.5em;
}

.footer_nav a {
  color: #231815;
}

.footer_nav_group {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.6;

  width: fit-content;
  margin: 30px auto 0;
}

.footer_nav_group dt {
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 1em 0;
}

.footer_nav_group dt span {
  display: inline-block;
  border-bottom: solid 2px #231815;
}

.footer_nav_group dd {
  display: flex;
  align-items: center;
}

.footer_nav_group dd::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 5px;
  height: 1.6em;
  background: url("../images/bg_triangle_black.svg") no-repeat center / 100% auto;
}

.footer_nav_group dd:not(:first-of-type) {
  margin-top: 0.5em;
}

.footer_nav_group a {
  color: #231815;
}

.footer_inner {
  margin-top: 30px;
}

.footer_logo {
  max-width: 310px;
  margin: 0 auto;
}

.footer_address {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  text-indent: 0.05em;
  font-style: normal;
}

.footer_address>span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_address a {
  display: inline;
  margin-left: 5px;
}

.footer_address img {
  width: 14px;
}

.footer_tel {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 15px;
  text-indent: 0.05em;
}

.footer_tel::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url("../images/icon_freedial.png") no-repeat center / 14px auto;
  margin-right: 4px;
}

.footer_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 56px;
  margin: 20px auto 0;
}

.footer_sns_youtube {
  width: 23px;
}

.footer_sns_instagram {
  width: 20px;
}

.footer_copy {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  text-indent: 0.05em;
  font-size: 10px;
  line-height: 1.6;
}

/* -- 固定ナビ(sp) -- */
.fix_nav {
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  display: flex;
  height: 40px;
  width: 100%;
}

.fix_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.fix_nav li:nth-of-type(1) {
  flex-grow: 1;
}

.fix_nav li:nth-of-type(1) a {
  background-color: #09a0c5;
}

.fix_nav li:nth-of-type(1) img {
  width: 82px;
}

.fix_nav li:nth-of-type(2) {
  flex-grow: 1;
}

.fix_nav li:nth-of-type(2) a {
  background-color: #f3981c;
}

.fix_nav li:nth-of-type(2) img {
  width: 124px;
}

.fix_nav li:nth-of-type(3) {
  flex-shrink: 0;
  width: 40px;
}

.fix_nav li:nth-of-type(3) a {
  background-color: #3aae36;
}

.fix_nav li:nth-of-type(3) img {
  width: 23px;
}

.fix_nav li:nth-of-type(4) {
  flex-shrink: 0;
  width: 40px;
}

.fix_nav li:nth-of-type(4) a {
  background-color: #d82b77;
}

.fix_nav li:nth-of-type(4) img {
  width: 20px;
}

.fix_nav li:nth-of-type(5) {
  flex-shrink: 0;
  width: 40px;
}

.fix_nav li:nth-of-type(5) a {
  background-color: #231815;
}

.fix_nav li:nth-of-type(5) img {
  width: 18px;
}

/* -------------------------------------
  パーツ(sp)
------------------------------------- */

/* 見出し(sp)
------------------------------------- */

/*  -- 見出し_メイン(sp) -- */
.title_main {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #002b55;
}

.title_main.padding_sp {
  padding: 0 20px;
}

.title_main.en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}

.title_main:before,
.title_main:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #002b55;
}

.title_main:before {
  margin-right: 0.4em;
}

.title_main:after {
  margin-left: 0.2em;
}

/*  -- 見出し_サブ(sp) -- */
.title_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.title_sub:before,
.title_sub:after {
  content: "";
  width: 20px;
  height: 22px;
}

.title_sub:before {
  background: url("../images/bg_sub-title_text_left.svg") no-repeat center / 100% auto;
  margin-right: 0.5em;
}

.title_sub:after {
  background: url("../images/bg_sub-title_text_right.svg") no-repeat center / 100% auto;
  margin-left: 0.5em;
}

/*  -- 見出し_ストライプ(sp) -- */
.title_stripe {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 27px;
  line-height: 1.5;
  font-weight: bold;
  color: #002b55;
  padding-bottom: 10px;
  background: url("../images/bg_title_stripe.png") no-repeat center bottom / auto 7px;
}

/* ボタン(sp)
------------------------------------- */

/*  -- お問い合わせ(sp) -- */
.btn_inquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 30px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  padding: 0 15px 0 35px;
  background: url("../images/bg_mail.svg") no-repeat 15px 50% / 15px auto #002b55;
  border-radius: 15px;
}

/*  -- 角丸ボタン_白(sp) -- */
.btn_round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 30px;
  font-size: 15px;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #002b55;
  padding: 0 32px 0 15px;
  background: url("../images/bg_triangle_blue.svg") no-repeat right 15px top 50% / 8px auto #fff;
  border-radius: 15px;
}

.btn_round_line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 30px;
  font-size: 15px;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #002b55;
  padding: 0 32px 0 15px;
  background: url("../images/bg_triangle_blue.svg") no-repeat right 15px top 50% / 8px auto #fff;
  border: solid 1px #002b55;
  border-radius: 15px;
}

.btn_center {
  margin: 0 auto;
}

/* 装飾(sp)
------------------------------------- */

/*  -- 背景_グレー(sp) -- */
.bg_gray {
  background-color: #ecedee;
}

/* パンくず(sp)
------------------------------------- */
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin: 20px auto 30px;
  font-size: 13px;
  line-height: 1.6;
}

#breadcrumb ul li::after {
  content: ">";
  margin: 0 0.5em;
}

#breadcrumb ul li:last-of-type::after {
  content: none;
}

#breadcrumb a {
  color: #0068b7;
}

/* 学科のカラー(sp)
------------------------------------- */
.sr_clr {
  color: #6fba2c;
  border-color: #6fba2c;
}

.sr_bg {
  color: #fff;
  background-color: #6fba2c;
}

.rr_clr {
  color: #036eb8;
  border-color: #036eb8;
}

.rr_bg {
  color: #fff;
  background-color: #036eb8;
}

.kk_clr {
  color: #e60012;
  border-color: #e60012;
}

.kk_bg {
  color: #fff;
  background-color: #e60012;
}

.kango_clr {
  color: #e95383;
  border-color: #e95383;
}

.kango_bg {
  color: #fff;
  background-color: #e95383;
}

.sh_clr {
  color: #ed6d1f;
  border-color: #ed6d1f;
}

.sh_bg {
  color: #fff;
  background-color: #ed6d1f;
}

.sp_clr {
  color: #251e1c;
  border-color: #251e1c;
}

.sp_bg {
  color: #fff;
  background-color: #251e1c;
}

/* -- 学科のタグ(sp) -- */
.tag_course {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 22px;
  font-size: 13px;
  line-height: 1;
}

/* リスト_三角(sp)
------------------------------------- */
.list_triangle li,
.list_triangle dd {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.list_triangle li:not(:first-of-type),
.list_triangle dd:not(:first-of-type) {
  margin-top: 0.3em;
}

.list_triangle li::before,
.list_triangle dd::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 5px;
  height: 1.8em;
  background: url("../images/bg_triangle_black.svg") no-repeat center / 100% auto;
}

.list_triangle a {
  color: #231815;
}

/* -------------------------------------
  トップページ(sp)
------------------------------------- */

/* -- ヒーロー(sp) -- 
.top_hero {
  height: 76vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/202502/bg_hero_sp.jpg) no-repeat center / cover;
}*/

/* -- ヒーロー(sp) -- */
.top_hero {
  height: 50vw;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/202507/R7-7OC-banner.png) no-repeat center / cover;
}

.top_pamphlet_banner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

/* -- バナー_2024(sp) -- */
.top_banner_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  max-width: 325px;
  margin: 30px auto 20px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
}

.top_banner_list li {
  width: 100%;
}

.top_banner_list a {
  display: block;
}

.top_banner_list a.special {
  margin-top: 20px;
}

.top_banner_list img {
  width: 100%;
}

.top_banner_list li:not(:first-of-type) a {
  position: relative;
  width: 100%;
  height: 82px;
  background-color: #fff;
  border: solid 1px #b5b5b6;
}

.top_banner_list span {
  position: absolute;
  display: block;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.top_banner_list li:nth-of-type(2) a span,
.top_banner_list li:nth-of-type(4) a span {
  transform: translate(28px, -50%);
}

.top_banner_list li:nth-of-type(2) a img,
.top_banner_list li:nth-of-type(4) a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;

  transform: translate(38px, -50%);
}

/* -- OCアイキャッチ_2024(sp) -- */
main {
  position: relative;
  width: 100%;
}

.absolute {
  position: absolute;
  right: 3px;
  width: 10%;
  min-width: 43px;
  max-width: 50%;
  height: auto;
  transform: translateX(0px) translateY(7px);
  content: "";
	z-index:999;
}


.absolute_oka,
.absolute_hiro,
.absolute_kura {
  display: none;
  /* -- 一時的にSPでは非表示 -- */
  position: absolute;
  left: 3px;
  top: 68vw;
  width: 12%;
  min-width: 43px;
  max-width: 50%;
  height: auto;
  transform: translateX(0px) translateY(0px);
  content: "";
}

.absolute_mini {
  position: absolute;
  left: 0px;
  top: 68vw;
  width: 50%;
  min-width: 43px;
  max-width: 50%;
  height: auto;
  transform: translateX(0px) translateY(0px);
  content: "";
}

/* -- スペシャルバナーー_2024(sp) -- */
.specila-banner {
  position: absolute;
  left: 50%;
  right: 3px;
  width: 260px;
  height: auto;
  transform: translateX(-130px) translateY(80vw);
  content: "";
}

/* -- スライド下OCバナーー_2024(sp) -- */


/* 2行2列
.sp_only_icon {
  display: flex;
  gap: 15px;
  width: 75vw;
  justify-content: space-around;
  margin: 20px auto 0;
  flex-wrap: wrap;
}

.sp_only_icon a {
  flex-basis: 40%;
}
*/

/* 1行3列 */
.sp_only_icon {
  display: flex;
  gap: 15px;
  width: 80vw;
  justify-content: space-around;
  margin: 20px auto 0;
  flex-wrap: wrap;
}

.sp_only_icon a {
  flex-basis: 40%;
}


/* -- 学科リスト(sp) -- */
.top_course_list_wrap {
  padding: 30px 35px 50px;
  margin-top: 40px;
  background-color: #002b55;
}

.top_course_list_wrap .title_main {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.top_course_list_wrap .title_main::before,
.top_course_list_wrap .title_main::after {
  display: none;
}

.course_list li:not(:first-of-type) {
  margin-top: 20px;
}

/* -- オープンキャンパス新着(sp) -- */
.top_opencampus_wrap {
  padding: 40px 0 50px;
}

/* スライダー(sp) */
.slider_opencamus {
  margin: 30px 0;
  padding: 0 60px;
}

.slider_opencamus li:not(:first-of-type) {
  margin-top: 30px;
}

.slider_opencamus li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 20px;
  color: #231815;
  background: linear-gradient(180deg,
      transparent 0%,
      transparent 20%,
      #fff 20%,
      #fff 100%);
}

.slider_opencamus li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.slider_opencampus_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #002b55;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: bold;
  color: #002b55;
  background-color: #fff;
}

.slider_opencampus_date {
  font-size: 15px;
  margin: 15px 0;
}

.slider_opencampus_more {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #002b55;
}

.slider_opencampus_more::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 0.3em;
  width: 8px;
  height: 1em;
  background: url("../images/bg_triangle_blue.svg") no-repeat center / 8px auto;
}

.event_btn {
  display: block;
  width: 310px;
  margin: 40px auto 0;
}

/* -- 新着NEWS(sp) -- */
.top_news {
  padding: 40px 20px;
}

.news_list+.btn_round_line {
  margin-top: 40px;
}

.news_list_more {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 1em auto 0;
  font-size: 15px;
  color: #002b55;
}

.news_list_more::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 0.3em;
  width: 18px;
  height: 18px;
  background: url("../images/bg_more_blue.svg") no-repeat center / 18px auto;
}

/* -- 新着NEWS_重要連絡(sp) -- */
.nwes_important {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 10px;
  color: #231815;
  border: solid 1px #e8465a;
}

.nwes_important_mark {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 80px;
}

.nwes_important>div:nth-of-type(1) {
  margin-left: 100px;
  min-height: 60px;
}

.nwes_important>a {
  display: block;
}

.nwes_important_cat {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 26px;
  padding: 0 1.5em;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: bold;
  color: #e8465a;
  border: solid 1px #e8465a;
  border-radius: 13px;
}

.nwes_important_date {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
}

.nwes_important_title {
  margin-top: 10px;
  font-size: 18px;
  color: #e8465a;
  font-weight: bold;
}

.nwes_important_content {
  overflow: hidden;
  font-size: 15px;
  color: #231815;
}

.nwes_important_more {
  float: right;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #e8465a;
  margin-left: 10px;
}

.nwes_important_more::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 0.3em;
  width: 18px;
  height: 18px;
  background: url("../images/bg_more_red.svg") center / cover;
}

/* -- POINT(sp) -- */
.top_point_wrap {
  width: 100%;
  padding: 40px 0 20px;
  background-color: #ecedee;
}

.top_point_wrap .title_main {
  margin-bottom: 0;
}

.top_point_catch {
  width: 352px;
  max-width: 100%;
  margin: 0 auto;
}

.top_point_item_wrap {
  display: flex;
  flex-direction: column;
  gap: 26px 0;
  margin-top: 50px;
  padding: 0 20px;
}

.top_point_item_title {
  display: flex;
  align-items: center;
}

.top_point_item_title span {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  color: #0091db;
  background: linear-gradient(0deg, #fff100 8px, transparent 8px);
}

.top_point_item_title>img {
  width: auto;
  height: 37px;
  margin-right: 10px;
}

.top_point_item_title_sub {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0.8em;
}

.top_point_item_text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #9fa0a0;
}

.top_point_item_wrap div:last-of-type .top_point_item_text {
  border: none;
}

/* -- 福山医専について(sp) -- */
.top_three_lives_wrap {
  width: 100%;
  height: 578px;
  padding-top: 35px;
  background: url("../images/202502/top_three_lives_bg_sp.jpg") no-repeat center / cover;
}

.top_three_lives_wrap>img {
  max-width: 332px;
  margin: 0 auto;
}

.top_three_lives_text_wrap {
  margin-top: 15px;
}

.top_three_lives_text_wrap dl {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.top_three_lives_text_wrap dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 124px;
  height: 36px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #0091db;
}

.top_three_lives_text_wrap dl>div:nth-of-type(1) dt {
  letter-spacing: 0.593em;
  text-indent: 0.593em;
  white-space: nowrap;
}

.top_three_lives_text_wrap dl>div:nth-of-type(2) dt {
  letter-spacing: 0.195em;
  text-indent: 0.195em;
  white-space: nowrap;
}

.top_three_lives_text_wrap dd {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.4em;
}

/* -- メッセージ(sp) -- */
.top_message {
  padding: 90px 20px 40px;
}

.top_message>.top_message_title {
  max-width: 272px;
  margin: 0 auto;
}

.top_message_item_wrap {
  margin-top: 20px;
}

/* -- youtube(sp) -- */
.youtube_wrap {
  padding: 40px 0;
}

.youtube_title {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: 400;
  color: #002b55;
}

.youtube_item_wrap {
  margin: 30px 0 30px 0;
  padding: 0 20px;
}

.youtube_item_wrap .youtube_item:not(:first-of-type) {
  margin-top: 30px;
}

.youtube_item_title {
  width: 32px;
  margin-right: 15px;
}

.youtube_item_title img {
  width: 100%;
}

.youtube_item {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 16px 0;

  background-image: url("../images/bg_youtube.png"),
    url("../images/bg_youtube.png");
  background-repeat: repeat-x;
  background-size: 8px 8px;
  background-position: center top, center bottom;
}

.video_wrap {
  width: calc(100% - 67px);
}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

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

/* -- バナー(sp) -- */
.banner_wrap {
  padding: 40px 0;
}

.banner_item_wrap>li:not(:first-of-type) {
  margin-top: 20px;
  overflow: hidden;
}

.banner_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;

  margin: 0 auto;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #231815;
  border: solid 1px #b5b5b6;
}

.no_border {
  border: none;
}

.banner_textonly {
  height: 64px;
}

.banner_item_text {
  flex-grow: 1;
  display: flex;
  padding-left: 20px;
  align-items: center;
}

.banner_item_textonly {
  flex-grow: 1;
  text-align: center;
  padding-left: 0px;
  align-items: center;
}

.banner_item_pic {
  flex-shrink: 0;
  width: 90px;
  height: 64px;
}

.banner_item.pamphlet {
  position: relative;
}

.banner_item.pamphlet>img {
  position: absolute;
  top: 0;
  right: 0;
  width: 158px;
  height: auto;
  transform: translate(10px, -16px);
}

.banner_item.pamphlet .banner_item_pic {
  width: 100px;
}

.banner_item_pic.bg_bosyu {
  background: url("../images/pic_banner_bosyu.jpg") no-repeat center right / cover;
}

.banner_item_pic.bg_line {
  background: url("../images/pic_banner_line.jpg") no-repeat center right / cover;
}

.banner_item_pic.bg_covid {
  background: url("../images/pic_banner_covid.jpg") no-repeat center right / cover;
}

.banner_item.sh_requirements .banner_item_text {
  text-align: center;
}

.banner_item_sh_pamphlet .banner_item_text {
  display: flex;
  justify-content: center;
  margin-right: 80px;
  padding: 15px 0;
  text-align: center;
}

.banner_item_sh_pamphlet {
  overflow: visible !important;
}

.banner_item_sh_pamphlet a {
  position: relative;
}

.banner_item_sh_pamphlet img {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  transform: rotate(14deg) translate(-14px, -6px);
}

/* -- SNS(sp) -- */
.sns_item_wrap {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.sns_item_wrap li:not(:first-of-type) {
  margin-left: 60px;
}

.sns_item span {
  display: none;
}

.sns_item img {
  width: 38px;
}

.sns_item img.youtube {
  width: 44px;
}

/* -- 福山医療グループ(sp) -- */
.group_wrap {
  margin-top: 40px;
}

.group_item_wrap>div:not(:first-of-type) {
  margin-top: 20px;
}

.group_item_wrap {
  padding: 0 20px;
}

.group_item {
  display: flex;
  width: 100%;
  background-color: #ecedee;
}

.group_item_pic {
  width: 35%;
  flex-shrink: 0;
}

.group_item_text_wrap {
  display: flex;
  flex-direction: column;
  margin-left: 5.8%;
  flex-grow: 1;
  line-height: 1.6;
  letter-spacing: normal;
  padding-bottom: 15px;
}

.group_item_title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}

.group_item_wrap .group_item:nth-of-type(2) .group_item_title {
  font-size: 14px;
}

.group_item_wrap .group_item:nth-of-type(3) .group_item_title {
  font-size: 14px;
}

.group_item_title span {
  flex-shrink: 0;
  display: block;
  font-size: 10px;
}

.group_item ul {
  display: none;
}

.group_item_btn {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 22px;
  padding: 0 8px 0 32px;
  background: url("../images/bg_group_btn.png") no-repeat 8px center / 20px auto;
  font-size: 13px;
  color: #fff;
}

.group_item_wrap .group_item:nth-of-type(1) .group_item_btn {
  background-color: #002b55;
}

.group_item_wrap .group_item:nth-of-type(2) .group_item_btn {
  background-color: #c93c3b;
}

.group_item_wrap .group_item:nth-of-type(3) .group_item_btn {
  background-color: #01b197;
}

.group_item_wrap .group_item:nth-of-type(4) .group_item_btn {
  background-color: #ea5532;
}

/* -------------------------------------
  固定ページ(sp)
------------------------------------- */
.content {
  padding: 0 20px;
}

/* -------------------------------------
  在校生の方へ(sp)
------------------------------------- */

/* -- ログインフォーム(sp) -- */
.st_login_form {
  width: fit-content;
  margin: 60px auto 60px;
}

.st_login_form p {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 36px;
  padding: 0 0.8em;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  background-color: #fdd23e;
}

.st_login_form p::after {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 6px;
  width: 10px;
  height: 1em;
  background: url("../images/bg_triangle_blue.svg") no-repeat center / 100% auto;
  transform: rotate(90deg);
}

.st_login_form .post_password {
  margin-top: 20px;
}

.st_login_form input[type="password"] {
  width: 280px;
  height: 36px;
  margin: 0 auto;
  padding: 0 0.8em;
  border: solid 1px #231815;
  background-color: #fff;
}

.st_login_form input[type="Submit"] {
  display: flex;
  align-items: center;
  height: 36px;
  margin: 30px auto 0;
  padding: 0 0.8em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #002b55;
}

/* -- 在学生メニュー(sp) -- */
.st_list_wrap {
  width: fit-content;
  margin: 40px auto 40px;
}

.st_list {
  width: 220px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.st_list_wrap dl:not(:first-of-type) {
  margin-top: 30px;
}

.st_list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 66px;
  font-size: 17px;
  background-color: #fff;
  cursor: pointer;
}

.st_list div {
  width: 100%;
  padding: 2em 0 0;
  font-size: 15px;
  background-color: #fff;
}

.st_list div {
  display: none;
}

.st_list div dd:not(:first-of-type) {
  margin-top: 2em;
}

.st_list a {
  color: #231815;
}

.st_list dt {
  color: #fff;
  background-color: #002b55;
}

.sl_list_title_ot.active {
  color: #fff;
  background-color: #6fba2c;
}

.sl_list_title_pt.active {
  color: #fff;
  background-color: #036eb8;
}

.sl_list_title_cc.active {
  color: #fff;
  background-color: #e60012;
}

.sl_list_title_ns.active {
  color: #fff;
  background-color: #e95383;
}

.sl_list_title_sh.active {
  color: #fff;
  background-color: #ed6d1f;
}

/* -- 各種届出書類(sp) -- */
.st_document {
  padding: 30px 20px;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.6;
  color: #002b55;
  background-color: #ecedee;
}

.st_document a {
  color: #002b55;
}

.st_document dt {
  width: fit-content;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border: solid 1px #002b55;
  border-radius: 14px;
}

.st_document ul {
  margin-top: 25px;
}

.st_document dl div {
  display: flex;
}

.st_document div dd:not(:first-of-type) {
  margin-left: 3em;
}

.st_document ul li:not(:first-of-type) {
  margin-top: 1em;
}

.st_document dd,
.st_document li {
  display: flex;
  align-items: flex-start;
}

.st_document dd::before,
.st_document li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
  width: 5px;
  height: 1.6em;
  background: url("../images/bg_triangle_blue.svg") no-repeat center / 100% auto;
}

/* -- 在校生の方へ_ニュース(sp) -- */
.st_news_list>div {
  padding-bottom: 2em;
  border-bottom: dotted 1px #231815;
}

.st_news_list>div:not(:first-child) {
  margin-top: 2em;
}

.st_news_list_cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 28px;
  margin: 0 auto;
  padding: 0 2em;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  border: solid 1px;
  border-radius: 14px;
}

.st_news_list_cat.全学生へのお知らせ {
  color: #61c1be;
  border-color: #61c1be;
}

.st_news_list_cat.スクールバス関連 {
  color: #f3994f;
  border-color: #f3994f;
}

.st_news_list_date {
  margin-top: 1em;
  font-size: 15px;
  text-align: center;
}

.st_news_list_title {
  margin-top: 0.6em;
  font-size: 16px;
  text-align: center;
}

.st_news_list_title>a {
  color: #231815;
}

/* -------------------------------------
  在校生の方へ_個別(sp)
------------------------------------- */
.st_info_wrap {
  line-height: 1.6;
}

.st_info_title {
  margin-bottom: 40px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  border-left: solid 3px;
}

.s1 .st_info_title,
.s2 .st_info_title,
.s3 .st_info_title,
.s4 .st_info_title {
  color: #6fba2c;
  border-color: #6fba2c;
}

.c1 .st_info_title,
.c2 .st_info_title,
.c3 .st_info_title,
.c4 .st_info_title {
  color: #036eb8;
  border-color: #036eb8;
}

.k1 .st_info_title,
.k2 .st_info_title,
.k3 .st_info_title {
  color: #e60012;
  border-color: #e60012;
}

.g1 .st_info_title,
.g2 .st_info_title,
.g3 .st_info_title {
  color: #e95383;
  border-color: #e95383;
}

.sh1 .st_info_title,
.sh2 .st_info_title {
  color: #ed6d1f;
  border-color: #ed6d1f;
}

.st_info_list {
  font-size: 16px;
}

.st_info_list dd {
  margin-top: 0.5em;
}

.st_info_list a {
  color: #231815;
}

.st_info_list>div:not(:first-of-type) {
  margin-top: 1em;
}

.st_info_list>div {
  padding-bottom: 1em;
  border-bottom: dotted 1px #231815;
}

/* -------------------------------------
  学校の概要と特色(sp)
------------------------------------- */

/* -- 福山医専の魅力(sp) -- */
.scl_head {
  position: relative;
  padding-bottom: 95.95vw;
  background: url(../images/scl_head_bg_sp.jpg) no-repeat center / auto 100%;
}

.scl_head p {
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
}

.scl_miryoku {
  position: relative;
  margin-top: -78px;
  margin-bottom: 40px;
}

.scl_miryoku_title {
  width: 154px;
  margin: 0 auto 30px;
}

.scl_miryoku dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.scl_miryoku dt img {
  width: 70px;
  margin: 0 auto 10px;
}

.scl_miryoku dd {
  margin-top: 1em;
  font-size: 14px;
}

.scl_miryoku dd>span {
  font-size: 15px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.scl_miryoku dl div:not(:first-of-type) {
  padding: 2em 0 0 0;
  margin: 2em 0 0 0;
  border-top: solid 1px #231815;
}

.scl_miryoku dt>span {
  background: linear-gradient(0deg, #fff100 8px, transparent 8px);
  padding: 0 0 4px 0;
}

/* -- 学校メッセージ(sp) -- */
.scl_message {
  margin-top: 80px;
  padding-bottom: 50px;
}

.scl_message_title {
  width: 188px;
  transform: translateY(-50%);
}

.content .scl_message_item:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #002b55;
}

.scl_message_item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  color: #002b55;
}

.scl_message_item_title>span {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 22px;
}

.scl_message_item_title>span::before,
.scl_message_item_title>span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #002b55;
}

.scl_message_item_title>span::before {
  margin-right: 0.5em;
}

.scl_message_item_title>span::after {
  margin-left: 0.5em;
}

.scl_message_item_inner_pic {
  text-align: center;
}

.scl_message_item_inner_pic img {
  width: 172px;
  margin: 0 auto;
}

.scl_message_item_inner_pic p {
  font-size: 18px;
}

.scl_message_item_inner_pic p span {
  display: block;
  margin-top: 1em;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.4;
}

.scl_message_item_inner_text {
  margin-top: 30px;
  font-size: 14px;
}

.scl_message_item_inner_text p:not(:first-of-type) {
  margin-top: 2em;
}

.scl_message_item_inner_text p {
  text-indent: 1em;
  text-align: justify;
}

/* -- アドミッションポリシー(sp) -- */
.scl_policies {
  margin-top: 40px;
  margin-bottom: 70px;
}

.scl_policies p {
  text-align: center;
  margin: 20px 0 30px;
  font-size: 14px;
}

.scl_policies_list_title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #002b55;
  margin-bottom: 0.2em;
}

.scl_policies_list_wrap .scl_policies_list_title:not(:first-of-type) {
  margin-top: 1.2em;
}

.scl_policies_list_title::after {
  flex-grow: 1;
  content: "";
  border-bottom: solid 1px #002b55;
  margin-left: 0.5em;
}

.scl_policies_list_wrap ol {
  list-style-position: inside;
  font-size: 14px;
}

.scl_policies_list_wrap li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}

/* -- 数字で見る福山医療(sp) -- */
.scl_numbers {
  padding-top: 40px;
  padding-bottom: 40px;
}

.scl_numbers>div {
  margin-top: 40px;
}

/* -- 在校生インタビュー(sp) -- */
.scl_interview_student {
  margin-top: 40px;
  margin-bottom: 40px;
}

.scl_interview_student_title {
  width: 182px;
  margin: 0 auto;
}

.scl_interview_student_list {
  margin-top: 40px;
}

.scl_interview_student_list>div:not(:first-of-type) {
  margin-top: 40px;
}

.scl_interview_student_list_item_pic {
  margin-bottom: 20px;
}

.scl_interview_student_list_item_text_course {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 22px;
  font-size: 13px;
  line-height: 1;
  border: solid 1px;
}

.scl_interview_student_list_item_text_name {
  margin-top: 0.5em;
  font-size: 12px;
}

.scl_interview_student_list_item_text_name>span {
  margin-top: 0.5em;
  font-size: 15px;
  font-weight: bold;
}

.scl_interview_student_list_item_text_name>span>span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 4px;
  padding-right: 14px;
}

.scl_interview_student_list_item_text_title {
  margin-top: 0.3em;
  font-size: 19px;
  font-weight: bold;
}

.scl_interview_student_list_item_text_coment {
  margin-top: 0.8em;
  padding-top: 1em;
  font-size: 15px;
  border-top: solid 1px #231815;
}

/* -- 年間スケジュール(sp) -- */
.annual_schedule {
  padding: 40px 0 40px;
}

.annual_schedule_title {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #002b55;
}

.annual_schedule_title span {
  font-size: 22px;
  font-weight: bold;
}

.annual_schedule_list_wrap div>.annual_schedule_list_title {
  margin-top: 30px;
}

.annual_schedule_list_title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.annual_schedule_list>div {
  display: flex;
}

.annual_schedule_list dt {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  flex-shrink: 0;
  width: 50px;
}

.annual_schedule_list dt span {
  font-size: 17px;
}

.annual_schedule_list dd {
  flex-grow: 1;
  margin: 30px 0 0 15px;
  padding-top: 0.5em;
  border-top: solid 1px #231815;
  font-size: 15px;
}

.annual_schedule_list dd ul li {
  display: flex;
  align-items: flex-start;
}

.annual_schedule_list dd ul li p {
  font-size: 13px;
  line-height: 1.75em;
}

.annual_schedule_list dd ul li:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8095aa;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 10px;
}

.annual_schedule_list_pic {
  position: relative;
  margin-top: 30px;
  padding-bottom: 92vw;
}

.annual_schedule_list_pic img {
  width: 54vw;
}

.annual_schedule_list_pic img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: -20px;
}

.annual_schedule_list_pic img:nth-of-type(2) {
  position: absolute;
  top: 14vw;
  right: -20px;
}

.annual_schedule_list_pic img:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: calc(19vw - 20px);
}

.annual_schedule_pickup {
  margin-top: 40px;
}

.annual_schedule_pickup_title {
  position: relative;
  width: 280px;
  transform: translateX(-16px);
}

.annual_schedule_pickup_list {
  margin-top: -84px;
}

.annual_schedule_pickup_list .annual_schedule_pickup_list_item:not(:first-of-type) {
  margin-top: 40px;
}

.annual_schedule_pickup_list_item_title {
  margin: 8px 0 2px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #002b55;
}

.annual_schedule_pickup_list_item_text {
  font-size: 14px;
}

/* -- 施設・設備(sp) -- */
.campuslife .facility {
  margin-bottom: 40px;
}

.scl .facility {
  margin-top: 40px;
  margin-bottom: 40px;
}

.facility_list_wrap {
  margin-top: 30px;
}

.facility_list_wrap .title_sub {
  font-size: 22px;
}

.facility_list_wrap>div:not(:first-of-type) {
  margin-top: 40px;
}

.facility_list {
  margin-top: 20px;
  font-size: 13px;
}

.facility_list dt {
  position: relative;
}

.facility_list>dt>p {
  margin: 1em 0 2em;
}

.facility_number {
  position: absolute;
  left: 5px;
  top: -15px;
  width: 66px;
}

.facility_list_wrap>div:nth-of-type(1) .facility_room_item dt {
  color: #26b7bc;
}

.facility_list_wrap>div:nth-of-type(2) .facility_room_item dt {
  color: #ed7980;
}

.facility_room_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.facility_room_list>.facility_room_item:nth-of-type(n + 3) {
  margin-top: 2em;
}

.facility_room_item {
  width: calc(50% - 10px);
}

.facility_room_list>.facility_room_item:nth-of-type(even) {
  margin-left: 20px;
}

.facility_room_item>dt>span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin: 0.8em 0 0.5em;
}

.facility_room_item>dt>span>span {
  font-size: 0.6em;
}

/* -------------------------------------
  学校情報公開(sp)
------------------------------------- */
.scl_info {
  font-size: 13px;
}

.scl_info p+* {
  margin-top: 1em;
}

.scl_info ul+* {
  margin-top: 1em;
}

.scl_info *+.title_bar {
  margin-top: 2em;
}

.scl_info .title_bar {
  margin-bottom: 0.5em;
}

.scl_info .title_round {
  margin-bottom: 1em;
}

.scl_info *+.title_round {
  margin-top: 1.5em;
}

.title_bar {
  display: flex;
  align-items: flex-start;
  font-size: 17px;
  color: #002b55;
}

.title_bar::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 6px;
  width: 2px;
  height: 0.9em;
  background-color: #002b55;
  margin-top: 0.4em;
}

.scl_info .example {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  background-color: #fdd23e;
  font-weight: bold;
  letter-spacing: normal;
  border-radius: 100%;
  margin-right: 5px;
}

.scl_info .bg_gray {
  padding: 40px 0;
  margin: 40px 0;
}

.title_round {
  width: fit-content;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  border: solid 1px #002b55;
  padding: 0.2em 1em;
  border-radius: 30px;
  background-color: #002b55;
}

.scl_info_syllabus {
  margin-top: 1.5em;
}

.scl_info_syllabus dl:not(:first-of-type) {
  margin-top: 2em;
}

.scl_info_syllabus dt {
  margin-bottom: 0.8em;
}

.list_pdfblock li a {
  display: flex;
  align-items: center;
  padding: 10px;
  width: auto;
  background-color: #fff;
  position: relative;
  margin: 5px 0;
  display: inline-flex;
  padding-right: 30px;
}

.list_pdfblock li span {
  margin-right: 10px;
  font-size: 14px;
  display: block;
}

.list_pdfblock li a::after {
  content: '>';
  position: absolute;
  right: 10px;
  font-size: 16px;
  text-decoration: none;
}

.list_pdfblock li img {
  width: 20px;
  height: auto;
}


/* --高等教育の修学支援新制度手続きについて(sp)-- */
.disclosure {
  font-size: 15px;
}

.disclosure>section:not(:first-of-type) {
  margin-top: 40px;
}

.disclosure .title_main+p {
  text-align: center;
  margin-bottom: 40px;
}

.disclosure_title {
  font-size: 18px;
  font-weight: bold;
  color: #002b55;
  margin-bottom: 1em;
}

.disclosure_title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 0.9em;
  vertical-align: middle;
  background-color: #002b55;
  margin-right: 0.4em;
}

.disclosure_flow img {
  width: 60vw;
  margin: 0 auto;
}

.disclosure_procedure_title {
  font-size: 15px;
  text-indent: -12px;
  margin-left: 12px;
  margin-top: 1em;
}

.disclosure_procedure_title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #9fa0a0;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 4px;
}

.disclosure_procedure_title+p {
  padding-left: 12px;
}

.disclosure_procedure_table_wrap {
  overflow: auto;
  margin-top: 30px;
  width: calc(100% + 20px);
}

.disclosure_procedure_table {
  width: 924px;
  border-collapse: collapse;
  font-size: 13px;
  border-top: solid 1px #231815;
}

.disclosure_procedure_table th,
.disclosure_procedure_table td {
  border-bottom: solid 1px #231815;
  padding: 0.5em 0;
}

.disclosure_procedure_table tr>*:not(:first-child) {
  border-left: solid 1px #231815;
}

.disclosure_procedure_table th {
  font-weight: bold;
  background-color: #efefef;
}

.disclosure_procedure_table tr:first-of-type th:nth-of-type(1) {
  width: 48px;
}

.disclosure_procedure_table tr:first-of-type th:nth-of-type(2) {
  white-space: nowrap;
}

.disclosure_procedure_table tr:first-of-type th:nth-of-type(3) {
  width: 306px;
}

.disclosure_procedure_table tr:first-of-type th:nth-of-type(4) {
  width: 278px;
}

.disclosure_procedure_table ul {
  width: fit-content;
  margin-left: 30px;
}

.disclosure_procedure_table li {
  text-indent: -10px;
  margin-left: 10px;
}

.disclosure_procedure_table li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9fa0a0;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 4px;
}

.disclosure_procedure_table_wrap+p {
  font-size: 13px;
  margin: 1em 0 0 0;
}

.disclosure_procedure_notice {
  margin-top: 20px;
}

.disclosure_procedure_notice_title {
  width: fit-content;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #002b55;
  border: solid 1px #002b55;
  padding: 0.8em 2em;
  margin-bottom: 10px;
}

.disclosure_procedure_notice ul,
.disclosure_procedure_notice ul+p {
  font-size: 13px;
}

.disclosure_form .list_circle li {
  font-size: 15px;
  margin-left: 12px;
  text-indent: -12px;
  margin-top: 0.2em;
}

.disclosure_form .list_circle li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #9fa0a0;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 4px;
}

.disclosure_form_text {
  width: fit-content;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  color: #002b55;
  border: solid 1px #002b55;
  padding: 0.8em 2em;
  margin-top: 20px;
}

.disclosure_inquiry_inner {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.disclosure_inquiry_inner .tel {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

.disclosure_inquiry_inner div:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 1em;
}

.disclosure_inquiry_inner div:nth-of-type(2) span:nth-of-type(1) {
  font-size: 11px;
  padding-right: 0.5em;
}

/* -------------------------------------
 オープンキャンパス(sp)
------------------------------------- */
.oc .title_main {
  margin-bottom: 30px;
}

.oc .title_stripe {
  margin-bottom: 40px;
}

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

.oc_date_list>li:nth-of-type(even) {
  margin-left: 20px;
}

.oc_date_list>li:nth-of-type(n + 3) {
  margin-top: 20px;
}

.oc_date_list>li {
  flex-shrink: 0;
  width: calc(50% - 10px);
  line-height: 1;
  border: solid 1px #002b55;
}

.oc_date_list>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background-color: #fff;
  text-decoration: none;
}

.oc_date_list_item_date {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #002b55;
}

.oc_date_list_item_week {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  background-color: #002b55;
  border-radius: 100%;
}

.oc_date_list+.oc_course_list {
  margin-top: 50px;
}

/* -- オープンキャンパス_イベント(sp) -- */
.oc .bg_gray,
.oc_single .bg_gray {
  margin: 60px 0 40px;
  padding: 90px 0 40px;
}

.oc_event {
  position: relative;
}

.oc_event_text_wrap {
  margin-top: 20px;
}

.oc_event_title {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 168px;
}

.oc_event_title_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border-radius: 17px;
  font-size: 19px;
  text-align: center;
  text-indent: 0.05em;
  font-weight: bold;
  color: #fff;
  background-color: #002b55;
}

.oc_event_title_text {
  margin-top: 20px;
  font-size: 16px;
}

/* -- 20240823Webオープンキャンパス -- */
.oc_event_title_sub_webevent {
  background-color: #26b7bc;
}

.oc_event_title_sub_webevent span {
  font-size: 0.6em;
}

.oc_event_list_item_date {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #002b55;
  line-height: 1.3em;
}

.oc_event_list_item_date2 {
  font-size: 25px;
  font-weight: 600;
  color: #002b55;
}

.oc_event_list_item_week {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  background-color: #002b55;
  border-radius: 100%;
  vertical-align: text-bottom;
}

.oc_event_title_text1 {
  margin: 0px;
  font-size: 16px;
}

.oc_event_title_text2 {
  margin-top: 0px;
  font-size: 14px;
}

.oc_event_title_text3 {
  margin-top: 0px;
  font-size: 14px;
  color: #002b55;
  font-weight: 600;
}

.oc_event_maker {
  background: linear-gradient(0deg, #fdd23e 6px, transparent 6px);
}

/* -- 20240823のみ ここまで-- */

/* -- オープンキャンパス_アクセス(sp) -- */
.op_access_map iframe {
  width: 100%;
  aspect-ratio: 31/25;
}

.op_access_trans_wrap {
  margin-top: 20px;
}

.op_access_trans_list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 74px;
  font-size: 14px;
  line-height: 1;
  color: #002b55;
  border: solid 1px #002b55;
  border-radius: 13px;
}

.op_access_trans_list dd {
  font-size: 14px;
  margin: 0.5em 0 1em;
}

.op_access_trans_bus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 26px;
  padding: 0 1.5em;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #002b55;
  border-radius: 13px;
}

.op_access_trans_bus_text {
  font-size: 14px;
  margin-top: 1em;
}

/* -------------------------------------
 オープンキャンパス_詳細(sp)
------------------------------------- */
.oc_single .oc_course_list {
  margin-top: 40px;
}

.oc_course_list .oc_course_list_item:not(:first-of-type),
.oc_course_list+.oc_course_list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #002b55;
}

.oc_course_list_item_img {
  position: relative;
}

.oc_course_list_item_tag {
  position: absolute;
  top: -10px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  font-size: 20px;
  text-indent: 0.05em;
  color: #fff;
  background-color: #002b55;
  border-radius: 100%;
}

.oc_course_list_item_cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  margin: 20px 0 10px;
  padding: 0 2em;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  color: #002b55;
  border: solid 1px #002b55;
  border-radius: 17px;
}

.oc_course_list_item_date_wrap {
  letter-spacing: normal;
  text-align: center;
  text-indent: 0.05em;
}

.oc_course_list_item_date {
  display: block;
  font-size: 22px;
}

.oc_course_list_item_time {
  display: block;
  font-size: 16px;
}

.oc_course_list_item_point {
  margin-top: 10px;
  font-size: 16px;
}

.oc_course_list_item_point>li {
  display: flex;
  align-items: center;
}

.oc_course_list_item_point>li:before {
  flex-shrink: 0;
  align-self: flex-start;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0.9em;
  transform: translateY(-50%);
  margin-right: 5px;
  background-color: #002b55;
}

.oc_course_list_item_name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 20px;
  min-width: 162px;
  height: 36px;
  font-size: 22px;
  font-weight: bold;
  padding: 0 1em;
}

.oc_course_list_item_title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.作業療法学科 {
  background-color: #6fba2c;
  color: #fff;
}

.作業療法学科+.oc_course_list_item_title {
  color: #6fba2c;
}

.理学療法学科 {
  background-color: #036eb8;
  color: #fff;
}

.理学療法学科+.oc_course_list_item_title {
  color: #036eb8;
}

.救急救命学科 {
  background-color: #e60012;
  color: #fff;
}

.救急救命学科+.oc_course_list_item_title {
  color: #e60012;
}

.看護学科 {
  background-color: #e95383;
  color: #fff;
}

.看護学科+.oc_course_list_item_title {
  color: #e95383;
}

.スポーツ健康学科,
.スポーツ健康学科（認可申請中） {
  background-color: #ed6d1f;
  color: #fff;
  font-size: 20px;
}

.スポーツ健康学科+.oc_course_list_item_title,
.スポーツ健康学科（認可申請中）+.oc_course_list_item_title {
  color: #ed6d1f;
}

.oc_course_list_item_text {
  margin-top: 4px;
  font-size: 14px;
}

.oc_course_list_item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: bold;
  color: #231815;
  padding: 0.5em 1em;

  background-color: #fcd13e;
  text-decoration: none !important;
}

.oc_course_list_item_btn::after {
  flex-shrink: 0;
  content: "";
  width: 8px;
  height: 12px;
  margin-left: 8px;
  background: url("../images/bg_triangle_blue.svg") no-repeat center / 8px auto;
}

.oc_single .title_stripe {
  margin: 40px 0;
}

/* -------------------------------------
  ニュース(sp)
------------------------------------- */

/* --  ニュース_一覧(sp) -- */
.news_list {
  margin-top: 30px;
}

.news_list>div {
  padding-bottom: 30px;
  border-bottom: dotted 1px #231815;
}

.news_list>div:not(:first-of-type) {
  margin-top: 30px;
}

.news_list_item_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  width: fit-content;
  height: 28px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: #002b55;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-indent: 0.5em;
}

.news_list_item_cate.information {
  background-color: #5eb8b6;
}

.news_list_item_cate.event {
  background-color: #eb9650;
}

.news_list_item_cate.important {
  background-color: #e8465a;
}

.news_list_item_date {
  margin-top: 1em;
  font-size: 15px;
  text-align: center;
}

.news_list_item_title {
  margin-top: 1em;
  font-size: 16px;
  text-align: center;
}

.news_list_item_title>a {
  color: #231815;
}

/* ページ送り(sp) */
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: fit-content;
  min-height: 24px;
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 1;
}

.nav-links *:not(:first-child) {
  margin-left: 10px;
}

.nav-links a,
.nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  padding: 0 0.4em;
}

.nav-links span {
  color: #fff;
  background-color: #002b55;
}

.nav-links a {
  color: #231815;
  background-color: #dbdcdc;
  text-decoration: none !important;
  transition: 0.3s;
}

.nav-links a:hover {
  opacity: 0.7;
}

.nav-links span.dots {
  padding: 0;
  color: #231815;
  background-color: transparent;
}

.nav-links span.dots {
  margin-left: 4px;
}

.nav-links span.dots+* {
  margin-left: 4px;
}

/* --  ニュース_詳細(sp) -- */
.news_single .title_main {
  margin-bottom: 30px;
}

.news_single_date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 26px;
  margin: 0 auto;
  padding: 0 1em;
  font-size: 12px;
  line-height: 1;
  color: #898989;
  border: solid 1px #898989;
}

.news_single_title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: normal;
}

.news_single_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 24px;
  margin: 16px auto 0;
  padding: 0 1.5em;
  font-size: 12px;
  color: #fff;
  background-color: #002b55;
  border-radius: 12px;
}

.news_single_cate.information {
  background-color: #5eb8b6;
}

.news_single_cate.event {
  background-color: #eb9650;
}

.news_single_cate.important {
  background-color: #e8465a;
}

.news_single_content {
  margin-top: 40px;
}

.news_single_btn_return {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 26px;
  margin: 0 auto;
  padding: 0 1.5em;
  font-size: 15px;
  color: #002b55;
  border: solid 1px #002b55;
  background: #fff;
  border-radius: 13px;
  text-decoration: none;
}

.news_single_btn_return::before {
  content: "";
  width: 8px;
  height: 11px;
  background: url("../images/bg_triangle_blue.svg") no-repeat center / 100% auto;
  margin-right: 10px;
  transform: rotate(180deg);
}

.news_article+.news_single_btn_return {
  margin-top: 40px;
}

/* -------------------------------------
  新型コロナウイルス関連情報(sp)
------------------------------------- */
.covid19 {
  font-size: 14px;
}

.covid19 .title_main {
  font-size: 28px;
}

.covid19 section:not(:first-of-type) {
  margin-top: 40px;
}

.covid19 .title_stripe {
  margin-bottom: 30px;
  font-size: 25px;
}

.covid_news_list li {
  padding-bottom: 1em;
  border-bottom: dotted 1px #231815;
}

.covid_news_list li:not(:first-of-type) {
  margin-top: 1em;
}

.covid_news_list li span {
  display: block;
  text-align: center;
}

.covid_news_list li span:nth-of-type(2) {
  margin-top: 0.4em;
}

.covid_news_list li a {
  color: #231815;
}

.covid19 time {
  display: block;
  text-align: right;
  margin-top: 2em;
}

.covid19 .list_triangle {
  width: fit-content;
  margin: 0 auto;
}

/* -------------------------------------
  採用担当の方へ(sp)
------------------------------------- */
.saiyou {
  font-size: 14px;
}

.saiyou_text {
  margin-top: 2em;
}

.saiyou_info {
  margin-top: 40px;
}

.saiyou_info .title_round_navy {
  margin: 0 auto;
}

.saiyou_info p {
  width: fit-content;
  margin: 1.5em auto;
}

.saiyou_info_list_wrap {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto 2em;
}

.saiyou_info_list_wrap ul {
  margin-bottom: 0.3em;
}

.saiyou_info_list_wrap ul:not(:first-of-type) {
  margin-left: 2em;
}

.saiyou .title_square_navy {
  margin: 0 auto;
}

.saiyou_info_title {
  width: fit-content;
  margin: 0 auto 1.5em;
  font-size: 16px;
  font-weight: bold;
  text-indent: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #002b55;
  border-radius: 2em;
}

.saiyou_info_access_title {
  width: fit-content;
  margin: 1.5em auto;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 0.4em 0.5em;
  background-color: #002b55;
}

.saiyou_info_inner {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 3em;
}

.saiyou_info_inner div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.saiyou_info_inner div:not(:first-of-type) {
  margin-top: 15px;
}

.saiyou_info_inner span {
  font-size: 15px;
  padding-right: 10px;
  vertical-align: baseline;
}

.saiyou_info_inner .fax {
  font-size: 24px;
}

.saiyou_info_inner .mail {
  font-size: 18px;
}

.saiyou_info_inner .tel {
  font-size: 30px;
}

.saiyou_info_inner .tel a {
  color: #231815;
}

.saiyou_info_inner a {
  color: #0068b7;
}

/* -------------------------------------
  教職員公募情報(sp)
------------------------------------- */
.bosyu {
  font-size: 14px;
}

.bosyu p {
  width: fit-content;
  margin: 2em auto;
}

.bosyu_item {
  margin-bottom: 20px;
}

.bosyu_item_wrap .bosyu_item:not(:first-of-type) {
  padding-top: 30px;
  border-top: solid 1px #231815;
}

.bosyu_item_title {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #002b55;
}

.bosyu_item_title>span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fdd23e;
  margin-right: 10px;
}

.bosyu_item_title>span>span {
  font-size: 13px;
  letter-spacing: 0.2em;
  transform: translateX(0.1em);
  line-height: 1.2;
  font-weight: bold;
  color: #231815;
}

.bosyu_item_talbe,
.bosyu_item_talbe tbody,
.bosyu_item_talbe tr,
.bosyu_item_talbe th,
.bosyu_item_talbe td {
  font-size: 16px;
  display: block;
}

.bosyu_item_talbe th {
  text-align: left;
  vertical-align: baseline;
  padding-bottom: 0.3em;
}

.bosyu_item_talbe tr {
  padding: 1em 0;
}

.bosyu_item_talbe tr:not(:first-of-type) {
  border-top: dashed 1px #9fa0a0;
}

/* -------------------------------------
  入試情報(sp)
------------------------------------- */
/* --スマホ用にテーブルをブロック要素に-- */
table.block,
table.block caption,
table.block thead,
table.block tbody,
table.block tfoot,
table.block tr,
table.block th,
table.block td {
  display: block;
}

.nyushi {
  font-size: 14px;
}

.nyushi>section:not(:first-of-type) {
  margin: 40px 0;
}

.nyushi .title_stripe {
  font-size: 22px;
  margin-bottom: 30px;
}

.nyushi .list_circle>li {
  text-indent: -11px;
  margin-left: 11px;
}

.nyushi .list_circle>li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #9fa0a0;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 3px;
}

/* --募集学科・定員(sp)-- */
.nyushi_teiin_table {
  line-height: 1;
  border-bottom: solid 1px #231815;
  color: #231815;
  font-size: 16px;
}

.nyushi_teiin_table tr:first-of-type {
  display: none !important;
}

.nyushi_teiin_table tr:not(:first-of-type) th:first-of-type {
  color: #fff;
  background-color: #231815;
  height: 48px;
  line-height: 48px;
}

.nyushi_teiin_table tr td:not(:first-of-type) {
  border-top: solid 1px #231815;
}

.nyushi_teiin_table .capacity,
.nyushi_teiin_table .year {
  display: flex;
}

.nyushi_teiin_table td div {
  flex-shrink: 0;
  width: 50%;
  text-align: center;
  background-color: #fff;
  border-left: solid 1px #231815;
  height: 48px;
  line-height: 48px;
}

.nyushi_teiin_table .capacity::before,
.nyushi_teiin_table .year::before {
  content: attr(data-label);
  flex-shrink: 0;
  display: block;
  width: 50%;
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
  height: 48px;
  line-height: 48px;
}

.nyushi_teiin_table+P {
  margin-top: 0.5em;
}

.char_gap_1 {
  letter-spacing: 1em;
  text-indent: 1em;
}

.char_gap_2 {
  letter-spacing: 2em;
  text-indent: 2em;
}

.char_gap_3 {
  letter-spacing: 3em;
  text-indent: 3em;
}

/* --出願資格(sp)-- */
.nyushi_shikaku {
  margin-top: 40px;
}

.nyushi_shikaku ol {
  padding-left: 20px;
}

/* --入学選考(sp)-- */
.nyushi_senkou .title_stripe span {
  font-size: 15px;
}

.nyushi_senkou p {
  font-size: 12px;
}

.nyushi_senkou_table {
  width: 800px;
  border-collapse: collapse;
  color: #231815;
}

.nyushi_senkou_table th,
.nyushi_senkou_table td {
  padding: 0.6em 1em;
}

.nyushi_senkou_table tbody tr:first-of-type th {
  font-weight: bold;
  color: #fff;
  background-color: #231815;
}

.nyushi_senkou_table tbody tr:first-of-type th:not(:first-of-type) {
  border-left: solid 1px #fff;
}

.nyushi_senkou_table tbody tr:nth-of-type(2) th {
  border-right: dotted 1px #231815;
  width: 45px;
  line-height: 1;
}

.nyushi_senkou_table tbody tr:nth-of-type(2) th span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
  width: fit-content;
  letter-spacing: 2em;
  text-indent: 2em;
}

.nyushi_senkou_table th {
  border-bottom: solid 1px #231815;
}

.nyushi_senkou_table td {
  border-bottom: dotted 1px #231815;
}

.nyushi_senkou_table tr td:last-of-type {
  border-left: dotted 1px #231815;
}

.nyushi_senkou_table tr:last-of-type td {
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
}

.nyushi_senkou_table tbody tr:last-of-type td:first-of-type {
  border-left: none;
  padding: 0.6em 1em 0.6em 1.5em;
}

.nyushi_senkou_table tr:nth-of-type(n + 2) th:first-of-type,
.nyushi_senkou_table tr:nth-of-type(n + 2) td:first-of-type {
  background-color: #efefef;
  font-weight: bold;
}

.nyushi_senkou_table tr:nth-of-type(n + 2) td:first-of-type {
  text-align: justify;
  text-align-last: justify;
}

.nyushi_senkou_table tbody tr td:last-of-type {
  width: 128px;
  text-align: center;
}

.nyushi_senkou_table .bar::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #002b55;
}

.nyushi_senkou p {
  margin-top: 1em;
}

/* --入試日程一覧(sp)-- */
.nyushi_schedule .title_stripe span {
  font-size: 15px;
}

.nyushi_schedule_table {
  width: 1000px;
  border-collapse: collapse;
  color: #231815;
  white-space: nowrap;
}

.nyushi_schedule_table th {
  font-size: 16px;
  line-height: 1.4;
}

.nyushi_schedule_table td {
  font-size: 16px;
  line-height: 1.4;
}

.nyushi_schedule_table th,
.nyushi_schedule_table td {
  padding: 0.6em 0;
}

.nyushi_schedule_table th span {
  font-weight: normal;
  display: inline-block;
}

.nyushi_schedule_table th:last-of-type span {
  font-size: 14px;
  padding-left: 0.5em;
}

.nyushi_schedule_table tbody tr:nth-of-type(1) th,
.nyushi_schedule_table tbody tr:nth-of-type(2) th {
  font-weight: bold;
  color: #fff;
  background-color: #231815;
}

.nyushi_schedule_table tbody tr:nth-of-type(1) th:not(:first-of-type),
.nyushi_schedule_table tbody tr:nth-of-type(2) th:first-of-type {
  border-left: solid 1px #fff;
}

.nyushi_schedule_table tbody tr:nth-of-type(2) th:not(:first-of-type) {
  border-left: 1px dotted #fff;
}

.nyushi_schedule_table tbody tr:nth-of-type(1) th:nth-of-type(4) {
  width: 100px;
}

.nyushi_schedule_table tbody tr:nth-of-type(2) th {
  width: 100px;
  border-top: 1px dotted #fff;
}

.nyushi_schedule_table tr td:nth-of-type(2) {
  white-space: nowrap;
}

.nyushi_schedule_table tr td:nth-of-type(1),
.nyushi_schedule_table tr td:nth-of-type(2),
.nyushi_schedule_table tr td:nth-of-type(8) {
  padding: 0.6em 1em;
}

.nyushi_schedule_table tr td:nth-of-type(1)>div,
.nyushi_schedule_table tr td:nth-of-type(2)>div,
.nyushi_schedule_table tr td:nth-of-type(8)>div {
  width: fit-content;
  margin: 0 auto;
}

.nyushi_schedule_table tr td:nth-of-type(3),
.nyushi_schedule_table tr td:nth-of-type(4),
.nyushi_schedule_table tr td:nth-of-type(5),
.nyushi_schedule_table tr td:nth-of-type(6),
.nyushi_schedule_table tr td:nth-of-type(7) {
  text-align: center;
}

.nyushi_schedule_table .text_small {
  font-size: 12px;
}

.nyushi_schedule_table td {
  border-bottom: 1px solid #231815;
}

.nyushi_schedule_table tr td:not(:first-of-type) {
  border-left: 1px dotted #231815;
}

.nyushi_schedule_table tbody tr:nth-of-type(even) {
  background-color: #efefef;
}

.nyushi_schedule_table tr td:last-of-type {
  text-align: left;
  padding: 0.6em 1em;
  width: fit-content;
}

.nyushi_schedule_table tr td:last-of-type div {
  width: fit-content;
  display: flex;
  align-items: center;
}

.nyushi_schedule_table tr td:last-of-type div img {
  width: 97px;
  margin-left: 5px;
}

.table_circle_mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #002b55;
  border-radius: 100%;
  line-height: 1;
  vertical-align: middle;
}

.nyushi_schedule_table .table_circle_mark {
  background-color: #231815;
}

.nyushi_schedule_table .table_bar_mark {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #231815;
}

.table_asterisk_mark {
  display: inline-block;
  transform: translateY(1px);
}

.nyushi_schedule_table sup {
  padding-right: 4px;
}

.nyushi_schedule .list_circle {
  margin-top: 0.5em;
}

.nyushi_schedule_table tr td:first-of-type li {
  display: flex;
  align-items: center;
}

.nyushi_schedule_table tr td:first-of-type li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #898989;
  margin-right: 3px;
}

.nyushi_schedule_table_note_wrap {
  margin-top: 1em;
  font-size: 12px;
}

.nyushi_schedule_table_note {
  display: flex;
}

.nyushi_schedule_table_note>span:first-of-type {
  flex-shrink: 0;
}

.nyushi_schedule_table_note>span>span {
  font-weight: bold;
}

.nyushi_schedule_table_note_wrap+ul {
  font-size: 12px;
}

/* --総合型選抜入試(sp)-- */
.nyushi_ao_title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.nyushi_ao .kijun {
  margin: 1em 0 30px;
}

.nyushi_ao .kijun dt {
  font-weight: bold;
  padding: 0.2em 0.8em;
  color: #fff;
  background-color: #002b55;
  width: fit-content;
  margin: 0 auto 0.5em;
}

.nyushi_ao_schedule_table {
  display: block;
  margin-bottom: 16px;
}

.nyushi_ao_schedule_table tbody,
.nyushi_ao_schedule_table tr,
.nyushi_ao_schedule_table th,
.nyushi_ao_schedule_table td {
  display: block;
}

.nyushi_ao_schedule_table th {
  background-color: #231815;
  color: #fff;
  padding: 0.5em 0;
}

.nyushi_ao_schedule_table td {
  padding: 0.5em 0 1em;
}

.nyushi_ao_schedule_table dl {
  display: flex;
  flex-direction: column;
  gap: 0.2em 0;
}

.nyushi_ao_schedule_table dt {
  font-weight: bold;
}

.nyushi_ao_mailing {
  margin: 1em 0 30px;
}

.nyushi_ao_mailing h4 {
  font-weight: bold;
  padding: 0.2em 1em;
  color: #fff;
  background-color: #002b55;
  width: fit-content;
  margin: 0 auto 0.5em;
}

.nyushi_ao_special_table_wrap {
  overflow-y: hidden !important;
}

.nyushi_ao_special_table {
  width: 820px;
}

.nyushi_ao_special_table_note_1 {
  margin: 0.5em 0 30px;
  font-size: 12px;
}

.nyushi_ao_special_table_note_2 {
  display: flex;
  margin-top: 0.5em;
  font-size: 12px;
}

.ao_entry_btn {
  width: fit-content;
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: red;
  padding: 1em 2em;
  border: solid 1px #e8383d;
  margin: 30px auto 0;
}

/* --社会人入試(sp)-- */
.nyushi_society_table {
  display: block;
  margin-bottom: 6px;
}

.nyushi_society_table tbody,
.nyushi_society_table tr,
.nyushi_society_table th,
.nyushi_society_table td {
  display: block;
}

.nyushi_society_table th {
  background-color: #231815;
  color: #fff;
  padding: 0.5em 0;
}

.nyushi_society_table td {
  padding: 0.5em 0 1em;
}

.nyushi_society_table dl {
  display: flex;
  flex-direction: column;
  gap: 0.2em 0;
}

.nyushi_society_table dt {
  font-weight: bold;
}

.nyushi_society_list_title {
  width: fit-content;
  padding: 0.1em 0.6em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #002b55;
  color: #002b55;
}

.nyushi_society_about p span {
  font-weight: bold;
}

/* --出願手続き(sp)-- */
.nyushi_entry_table {
  width: 890px;
  border-collapse: collapse;
  color: #231815;
}

.nyushi_entry_table th,
.nyushi_entry_table td {
  padding: 0.6em 0;
  line-height: 1.4;
}

.nyushi_entry_table td .small {
  font-size: 12px;
}

.nyushi_entry_table tbody tr:nth-of-type(1) th,
.nyushi_entry_table tbody tr:nth-of-type(2) th {
  font-weight: bold;
  color: #fff;
  background-color: #231815;
}

.nyushi_entry_table tbody tr:nth-of-type(1) th:not(:first-of-type),
.nyushi_entry_table tbody tr:nth-of-type(2) th:first-of-type {
  border-left: solid 1px #fff;
}

.nyushi_entry_table tbody tr:nth-of-type(1) th:nth-of-type(2) {
  border-bottom: dotted 1px #fff;
}

.nyushi_entry_table tbody tr:nth-of-type(2) th:not(:first-of-type) {
  border-left: dotted 1px #fff;
}

.nyushi_entry_table tbody tr:nth-of-type(1) th:nth-of-type(2) {
  width: 320px;
}

.nyushi_entry_table tbody tr:nth-of-type(1) th:nth-of-type(3) {
  width: 76px;
}

.nyushi_entry_table tr td {
  text-align: center;
  border-right: dotted 1px #231815;
  border-bottom: solid 1px #231815;
}

.nyushi_entry_table tr td:nth-of-type(1) {
  width: 54px;
  font-weight: bold;
  border-right: solid 1px #231815;
}

.nyushi_entry_table tr td:nth-of-type(2) {
  width: 440px;
  padding: 0.6em 1em;
  text-align: left;
  border-right: solid 1px #231815;
}

.nyushi_entry_table tr td:last-of-type {
  border-right: none;
}

.nyushi_entry_table tbody tr:nth-of-type(even) {
  background-color: #efefef;
}

.nyushi_entry_table .table_circle_mark {
  background-color: #231815;
}

.table_bar_mark {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #231815;
  line-height: 1;
  vertical-align: middle;
}

.nyushi_entry_inner {
  margin-top: 2em;
  font-size: 12px;
}

.nyushi_entry_inner .title {
  font-size: 12px;
  font-weight: bold;
}

.nyushi_entry_inner ul>li {
  display: flex;
  max-width: 280px;
}

.nyushi_entry_inner ul>li:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9fa0a0;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 3px;
}

.nyushi_entry_inner ul>li>span {
  flex-grow: 1;
}

.nyshi_entry_reject {
  font-size: 12px;
  margin-top: 30px;
}

.nyshi_entry_reject_title {
  width: fit-content;
  padding: 0.1em 0.6em;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #002b55;
}

.nyshi_entry_reject_list {
  list-style-type: none;
}

.nyshi_entry_reject_list li {
  display: flex;
}

/* --アドミッションポリシー(sp)-- */
.nyushi_policy_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #002b55;
  margin-top: 1em;
}

.nyushi_policy_title::after {
  flex-grow: 1;
  content: "";
  border-bottom: solid 1px #002b55;
  margin-left: 0.5em;
}

.nyushi_policy_list {
  padding-left: 1.5em;
}

/* --学校案内募集要項(sp)-- */
.nyushi section.nyushi_yokou {
  margin-bottom: 60px;
}

.nyushi_yokou_btn {
  display: flex;
  justify-content: space-around;
  max-width: 335px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #231815;
  border: solid 1px #b5b5b6;
}

.nyushi_yokou_btn_text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nyushi_yokou_btn_pic {
  background: url("../images/pic_banner_bosyu.jpg") no-repeat center / cover;
  width: 135px;
  height: 96px;
}

/* -------------------------------------
  学費・奨学金(sp)
------------------------------------- */
.gakuhi {
  font-size: 14px;
}

.gakuhi .title_stripe {
  font-size: 22px;
  margin-bottom: 30px;
}

.gakuhi .title_stripe span {
  font-size: 0.8em;
}

.scroll_table_wrap {
  overflow: auto;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.js-scrollable {
  padding-left: 20px;
}

.gakuhi caption {
  margin-bottom: 10px;
  text-align: left;
}

.title_circle {
  display: block;
  text-indent: -14px;
  margin-left: 14px;
  font-size: 15px;
  font-weight: bold;
}

.title_circle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #8095aa;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 4px;
}

.title_circle .small {
  font-size: 14px;
  font-weight: normal;
}

.asterisk {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.asterisk2 {
  display: inline-block;
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.gakuhi a {
  word-break: break-all;
  color: #0068b7;
}

.gakuhi a.opacity {
  color: #231815;
}

/* --学費(sp)-- */
.gakuhi_section {
  padding-bottom: 40px;
}

.gakuhi_table {
  width: 1000px;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  margin-top: 10px;
}

.gakuhi_table th {
  background-color: #ecedee;
  padding: 0.5em 0;
}

.gakuhi_table th span {
  font-weight: normal;
}

.gakuhi_table tr:nth-of-type(1) th:nth-of-type(1),
.gakuhi_table tr:nth-of-type(1) th:nth-of-type(2),
.gakuhi_table tr:nth-of-type(1) th:nth-of-type(3),
.gakuhi_table tr:nth-of-type(1) th:nth-of-type(4),
.gakuhi_table tr:nth-of-type(1) th:nth-of-type(5),
.gakuhi_table tr:nth-of-type(2) th {
  letter-spacing: 1em;
  text-indent: 1em;
}

.gakuhi_table td {
  text-align: center;
}

.gakuhi_table td span {
  font-size: 12px;
}

.gakuhi_table tr th {
  border-right: solid 1px #231815;
}

.gakuhi_table tr:not(:first-of-type) th {
  border-right: none;
}

.gakuhi_table tr:nth-of-type(1) th:last-of-type {
  border: none;
}

.gakuhi_table tr:nth-of-type(2) {
  border-bottom: solid 1px #231815;
}

.gakuhi_table tr:nth-of-type(2) th:last-of-type {
  border-right: solid 1px #231815;
}

.gakuhi_table tr:nth-of-type(4) {
  border-bottom: solid 1px #231815;
}

.gakuhi_table tr:nth-of-type(6) {
  border-bottom: solid 1px #231815;
}

.gakuhi_table tr:nth-of-type(2) th {
  border: dotted 1px #231815;
}

.gakuhi_table tr td {
  border-right: dotted 1px #231815;
  border-bottom: dotted 1px #231815;
}

.gakuhi_table tbody tr:nth-of-type(3) td:last-of-type {
  border-right: none;
}

.gakuhi_table tr:nth-of-type(3) th,
.gakuhi_table tr:nth-of-type(5) th,
.gakuhi_table tr:nth-of-type(7) th {
  height: 92px;
}

.gakuhi_table tr:nth-of-type(3) td:not(:last-of-type),
.gakuhi_table tr:nth-of-type(5) td:not(:last-of-type),
.gakuhi_table tr:nth-of-type(7) td:not(:last-of-type) {
  height: 46px;
}

.gakuhi_explanation {
  margin-top: 10px;
  font-size: 12px;
}

.gakuhi_explanation h3 {
  margin-top: 10px;
  font-size: 12px;
}

.gakuhi_explanation ul {
  margin-top: 0.2em;
}

.gakuhi_explanation li {
  display: flex;
}

.gakuhi_explanation li::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #9fa0a0;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 4px;
}

.gakuhi_explanation_other span {
  font-weight: bold;
}

.gakuhi_explanation_results {
  margin-top: 1em;
}

.gakuhi_explanation_results h4 {
  width: fit-content;
  padding: 0.2em 0.5em;
  border: solid 1px;
  margin-bottom: 0.5em;
}

.gakuhi_explanation_results h4 span {
  font-weight: normal;
}

.gakuhi_explanation_notes {
  display: flex;
  margin-top: 10px;
}

/* --国の高等教育の修学支援新制度(sp) */
.shugaku_shien {
  padding: 40px 0;
}

.shugaku_shien_table_wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.shugaku_shien_table_wrap+p {
  font-size: 12px;
}

.shugaku_shien_table {
  width: 1000px;
  border-collapse: collapse;
  background-color: #fff;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
}

.shugaku_shien_table tr:nth-of-type(1) th {
  border-right: solid 1px #231815;
  border-bottom: solid 1px #231815;
}

.shugaku_shien_table tr:nth-of-type(1) th:last-of-type {
  border-right: none;
}

.shugaku_shien_table tr:nth-of-type(2) th {
  border-left: dashed 1px #9fa0a0;
}

.shugaku_shien_table tr:nth-of-type(2) th:nth-of-type(5) {
  border-left: solid 1px #231815;
}

.shugaku_shien_table tr:nth-of-type(3) {
  border-top: solid 1px #231815;
}

.shugaku_shien_table tr:nth-of-type(3) {
  border-top: solid 1px #231815;
}

.shugaku_shien_table tr:nth-of-type(3) td {
  border-left: dashed 1px #9fa0a0;
}

.shugaku_shien_table tr:nth-of-type(3) td:nth-of-type(1),
.shugaku_shien_table tr:nth-of-type(3) td:nth-of-type(2),
.shugaku_shien_table tr:nth-of-type(3) td:nth-of-type(3),
.shugaku_shien_table tr:nth-of-type(3) td:nth-of-type(7) {
  border-left: solid 1px #231815;
}

.shugaku_shien_table th,
.shugaku_shien_table td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.shugaku_shien_table th {
  white-space: nowrap;
}

.shugaku_shien_table td {
  text-align: center;
}

.shugaku_shien_table tr:nth-of-type(3) td:nth-of-type(1) {
  width: 300px;
  padding: 0.5em;
}

.shugaku_shien_table ol {
  list-style: none;
  text-align: left;
}

.shugaku_shien_table ol li {
  text-indent: -1em;
  margin-left: 1em;
}

.shugaku_shien_title {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.shugaku_shien_kijun .shugaku_shien_title {
  margin-top: 60px;
}

.shugaku_shien_kijun_table_wrap {
  margin-top: 30px;
}

.shugaku_shien_kijun_table {
  width: 810px;
  height: 250px;
  border-collapse: collapse;
  background-color: #fff;
}

.shugaku_shien_kijun_table th,
.shugaku_shien_kijun_table td {
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
}

.shugaku_shien_kijun_table td span {
  font-size: 10px;
  vertical-align: top;
}

.shugaku_shien_kijun_table tr th:nth-of-type(1) {
  width: 150px;
  border-right: solid 1px #231815;
}

.shugaku_shien_kijun_table td {
  padding-left: 1em;
}

.shugaku_shien_kijun_table_wrap+p {
  font-size: 12px;
  margin-top: 20px;
}

.shugaku_shien_kijun_table_wrap+p>span {
  display: block;
  margin-left: 3em;
}

.shugaku_shien_kijun .download {
  background-color: #002b55;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 1em;
}

.shugaku_shien_kijun .download p:first-child {
  padding-bottom: 5px;
}

.shugaku_shien_kijun .download p:last-child {
  background-color: #fff;
  display: block;
  color: #002b55;
  padding: 5px 10px;
}

.shugaku_shiengaku .shugaku_shien_title {
  margin: 60px 0 20px;
}

.shugaku_shiengaku_table_wrap+p {
  font-size: 12px;
  margin-top: 1em;
}

.shugaku_shiengaku .reference {
  margin-top: 2em;
}

.shugaku_shiengaku .reference p {
  font-weight: 600;
  padding-top: 1em;
}

.shugaku_shiengaku .reference p span a {
  font-weight: normal;
  color: #000;
}

.shugaku_shiengaku_table {
  width: 1000px;
  border-collapse: collapse;
  background-color: #fff;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
  font-size: 12px;
}

.shugaku_shiengaku_table td {
  text-align: center;
  height: 40px;
  border-bottom: dotted 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(1) th:not(:last-of-type),
.shugaku_shiengaku_table tr:nth-of-type(n + 4) td:nth-of-type(6) {
  border-right: solid 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(2) th:nth-of-type(5) {
  border-left: solid 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(4) td {
  border-top: solid 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(1) th {
  border-bottom: dotted 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(2) th:not(:last-of-type) {
  border-right: dotted 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(3) th:nth-of-type(odd) {
  border-right: dotted 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(3) th:nth-of-type(odd) span {
  letter-spacing: 1em;
  padding-left: 1em;
}

.shugaku_shiengaku_table td:not(:last-of-type) {
  border-right: dotted 1px #231815;
}

.shugaku_shiengaku_table tr:nth-of-type(1) th:nth-of-type(n + 2) {
  padding: 0.3em 0;
}

.shugaku_shiengaku_table tr:nth-of-type(n + 4) td:nth-of-type(1),
.shugaku_shiengaku_table tr:nth-of-type(n + 4) td:nth-of-type(2),
.shugaku_shiengaku_table tr:nth-of-type(n + 4) td:nth-of-type(7) {
  font-weight: bold;
}

.shugaku_shiengaku_table tr:nth-of-type(2) th:nth-of-type(2),
.shugaku_shiengaku_table tr:nth-of-type(2) th:nth-of-type(3),
.shugaku_shiengaku_table tr:nth-of-type(2) th:nth-of-type(6),
.shugaku_shiengaku_table tr:nth-of-type(2) th:nth-of-type(7),
.shugaku_shiengaku_table tr:nth-of-type(3) th,
.shugaku_shiengaku_table tr:nth-of-type(n + 4) td:nth-of-type(7) {
  line-height: 1.4;
}

/* --日本学生支援機構奨学金(sp)-- */
.jasso {
  padding: 40px 0;
}

.jasso_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

.jasso_table {
  width: 1000px;
  margin-top: 30px;
  border-collapse: collapse;
  table-layout: auto;
  background-color: #fff;
  border-top: solid 1px #231815;
  font-size: 12px;
}

.jasso_table tr:not(:nth-of-type(5)) {
  border-bottom: solid 1px #231815;
}

.jasso_table tr:nth-of-type(5) {
  border-bottom: dotted 1px #231815;
}

.jasso_table th {
  padding: 12px 0;
}

.jasso_table td {
  padding: 12px 6px;
}

.jasso_table th {
  background-color: #efefef;
  font-size: 15px;
  font-weight: bold;
}

.jasso_table th span {
  font-weight: normal;
}

.jasso_table tr:nth-of-type(1) th {
  font-size: 16px;
  padding: 0.4em;
}

.jasso_table tr:nth-of-type(1) th span {
  font-weight: normal;
}

.jasso_table tr:nth-of-type(3) th {
  line-height: 1.2;
}

.jasso_table tr:nth-of-type(3) th span {
  font-weight: normal;
  font-size: 12px;
}

.jasso_table tr:nth-of-type(1) th:not(:first-of-type) {
  border-left: solid 1px #231815;
}

.jasso_table tr:not(:last-of-type) td:last-of-type {
  border-left: dotted 1px #231815;
}

.jasso_table tr:nth-of-type(5) th:nth-of-type(1) {
  border-right: dotted 1px #231815;
}

.jasso_table tr:nth-of-type(1) th:nth-of-type(1) {
  width: 110px;
}

.jasso_table tr:nth-of-type(1) th:nth-of-type(2) {
  width: 540px;
}

.jasso_table tr:nth-of-type(1) th:nth-of-type(3) {
  width: 350px;
}

.jasso_table tr:nth-of-type(5) th:nth-of-type(2),
.jasso_table tr:nth-of-type(6) th:nth-of-type(1) {
  width: 32px;
  padding-left: 0;
  padding-right: 0;
}

.jasso_table tr:nth-of-type(2) th span,
.jasso_table tr:nth-of-type(5) th span,
.jasso_table tr:nth-of-type(6) th span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.jasso_table tr:nth-of-type(4) th,
.jasso_table tr:nth-of-type(7) th {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.jasso_table tr:nth-of-type(3) ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}

.jasso_table tr:nth-of-type(4) dl {
  display: flex;
  gap: 0 3em;
  margin-bottom: 0.3em;
}

.jasso_table ol {
  counter-reset: listnum;
  list-style: none;
}

.jasso_table ol li {
  position: relative;
  display: flex;
}

.jasso_table ol li::before {
  counter-increment: listnum;
  content: "【" counter(listnum) "】";
}

.jasso_table_text {
  font-size: 12px;
  margin-top: 1em;
}

.jasso_reserve {
  padding: 2em 1.5em;
  background-color: #fff;
}

.jasso_reserve {
  margin-top: 40px;
  background-color: #ecedee;
}

.jasso_reserve_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0.1em 1em;
  font-size: 17px;
  font-weight: normal;
  border: solid 1px #231815;
  background-color: #fff;
}

.jasso_reserve_title+p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

.text_note {
  font-size: 12px;
}

/* --日本政策金融公庫（国の教育ローン）(sp)-- */
.education_loan {
  padding: 40px 0;
}

.education_loan_text {
  margin: 1em 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.education_loan_title {
  display: flex;
  margin: 30px 0 7px;
  font-weight: bold;
}

.education_loan_title .number {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 3px 5px 0 0;
  font-size: 14px;

  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  background-color: #002b55;
}

.education_loan_title span:nth-of-type(2) {
  display: inline-block;
}

.income_table {
  width: 810px;
  margin: 20px 0 0;
  border-collapse: collapse;
  border-top: solid 1px #231815;
  background-color: #fff;
  border-left: hidden;
  border-right: hidden;
}

.education_loan .scroll_table_wrap+.title_circle {
  margin-top: 40px;
}

.income_table th {
  padding: 0.5em 1em;

  border-bottom: solid 1px #231815;
  white-space: nowrap;
}

.income_table td {
  padding: 0.5em 1em;
  border-bottom: solid 1px #231815;
  text-align: center;
}

.income_table th,
.income_table td {
  border-left: solid 1px #231815;
}

.income_table tr td:first-of-type {
  font-weight: bold;
}

.income_table_note {
  font-size: 12px;
  text-align: left;
}

.income_table_note ol {
  list-style: none;
}

.income_table_note {
  text-indent: -1em;
  margin-left: 1em;
}

.income_requirement_list {
  margin: 5px 0 10px;
}

.income_requirement_list dt {
  font-size: 15px;
  font-weight: bold;
}

.income_requirement_list dd {
  display: flex;
}

.income_requirement_list dd span {
  flex-shrink: 0;
  margin-right: 0.5em;
}

.list_circle>li {
  text-indent: -10px;
  margin-left: 10px;
}

.list_circle>li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #9fa0a0;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 4px;
}

.repayment_table {
  border-collapse: collapse;
  border-bottom: solid 1px #231815;
  width: 810px;
  margin: 20px 0 10px;
  background-color: #fff;
}

.repayment_table caption {
  font-size: 15px;
  font-weight: bold;
}

.repayment_table caption span {
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.7em;
  margin-right: 0.5em;
  border: solid 1px #231815;
}

.repayment_table tr {
  border-top: solid 1px #231815;
}

.repayment_table th {
  width: 145px;
  padding: 1em;
}

.repayment_table td {
  border-left: solid 1px #231815;
  padding: 1em 2em;
}

.repayment_table tr:nth-of-type(2) th,
.repayment_table tr:nth-of-type(3) th {
  letter-spacing: 1em;
  text-indent: 1em;
}

.call_center {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.call_center span:first-of-type {
  font-size: 13px;
  font-weight: bold;
  margin-right: 0.5em;
}

.call_center .tel {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.call_center .tel a {
  color: #231815;
}

/* --教育ローン（オリコ）(sp)-- */
.loan_orico {
  padding: 40px 0 0;
}

.loan_orico_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;

  margin: 35px 0 10px;
}

.loan_orico_plan {
  margin-top: 30px;
  padding: 1em;
  background-color: #ecedee;
}

.loan_orico_plan_text {
  font-size: 18px;
  font-weight: bold;
  color: #002b55;
}

.loan_orico_plan_repayment {
  margin: 20px 0 20px;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
}

.loan_orico_plan_repayment_text {
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.loan_orico_plan_repayment_text>span {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(0deg, #fdd23e 10px, transparent 10px);
  padding: 0 5px 5px 5px;
}

.loan_orico_plan_repayment_text>span>span {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.loan_orico_plan_repayment_text+p {
  padding-top: 10px;
}

.loan_orico_plan_table th {
  text-align: left;
  font-weight: bold;
  color: #002b55;
  padding-right: 1em;
}

.loan_orico_plan_table th span {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding-right: 0.2em;
}

.loan_orico_plan_table ol li {
  list-style: none;
  text-indent: -1em;
  margin-left: 1em;
}

.loan_orico_plan_table th {
  margin-top: 1em;
}

/* --入学情報ページリスト(sp)-- */
.nav_nyushi {
  margin: 50px 0 40px;
}

.nav_nyushi ul {
  font-size: 16px;
  font-weight: bold;
}

.nav_nyushi ul li:not(:first-of-type) {
  margin-top: 30px;
}

.nav_nyushi ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #002b55;
  color: #002b55;
}

.nyushi .nav_nyushi .btn_nyushi,
.nyushi .nav_nyushi .btn_application,
.online .nav_nyushi .btn_online,
.gakuhi .nav_nyushi .btn_gakuhi,
.apartment .nav_nyushi .btn_apartment {
  /* pointer-events: none; */
  background-color: #e5eaee;
  color: #002b55;
  border: none;
}

.miryoku_btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

/* -------------------------------------
  同窓会(sp)
------------------------------------- */
.dousoukai {
  font-size: 14px;
}

.dousoukai_head_pic {
  margin: 0 0 40px 0;
}

.dousoukai_news_list {
  margin-bottom: 40px;
  font-size: 16px;
}

.dousoukai_news_list_item {
  padding-bottom: 1.5em;
  border-bottom: dotted 1px #231815;
}

.dousoukai_news_list li:not(:first-of-type) {
  padding-top: 1.5em;
}

.dousoukai_news_list_item_date {
  display: block;
  text-align: center;
}

.dousoukai_news_list_item_title {
  margin-top: 1em;
  text-align: center;
}

.dousoukai_news_list_item_title {
  display: block;
  overflow: hidden;
}

.dousoukai_news_single .news_single_content {
  margin-top: 20px;
}

.dousoukai .title_stripe {
  margin-bottom: 30px;
}

.dousoukai_greeting {
  margin-top: 40px;
}

.dousoukai_regulation {
  margin-top: 40px;
  padding: 0 20px;
}

.dousoukai_regulation_list>div:not(:first-of-type) {
  margin-top: 20px;
}

.dousoukai_regulation_title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 55px;
  font-size: 17px;
  font-weight: normal;
  color: #002b55;
  border-bottom: solid 1px #002b55;
  cursor: pointer;
}

.dousoukai_regulation_title>span {
  font-size: 30px;
  font-style: italic;
  padding-right: 10px;
}

.dousoukai_regulation_title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 24px;
  background: url("../images/bg_arrow_circle_blue.svg") no-repeat 100%;
}

.dousoukai_regulation_title.active::before {
  transform: translateY(-50%);
}

.dousoukai_regulation_cntent {
  display: none;
  padding: 1em 0;
}

.dousoukai_regulation_table th {
  text-align: left;
  font-weight: normal;
}

.dousoukai_regulation_table th[colspan] {
  padding-top: 1em;
}

.dousoukai_regulation_table .space {
  padding-top: 1em;
}

.dousoukai_regulation_table ol {
  list-style-position: inside;
}

.dousoukai_regulation_table ol li {
  display: flex;
  list-style-type: none;
  counter-increment: cnt;
}

.dousoukai_regulation_table ol li::before {
  content: "(" counter(cnt) ") ";
}

.dousoukai_document {
  margin-top: 40px;
}

/* -------------------------------------
  よくある質問(sp)
------------------------------------- */
.qa section:not(:first-of-type) {
  margin-top: 40px;
}

.qa .title_stripe {
  font-size: 22px;
}

.qa_item {
  background-color: #eff8fe;
  margin-top: 30px;
}

.qa_item_q {
  position: relative;
  display: flex;
}

.qa_item_q_title {
  min-height: 70px;
  padding: 22px 50px 22px 50px;
  font-size: 14px;
  font-weight: bold;
  color: #002b55;
}

.qa_item_q::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15px;
  height: 26px;
  background: url("../images/qa_text_q.svg") no-repeat top center / 100%;
}

.qa_item_q::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../images/qa_arrow.svg") no-repeat top center / 100%;
}

.qa_item_q.active::after {
  transform: rotate(180deg);
}

.qa_item_a {
  display: none;
  position: relative;
  font-size: 13px;
  border-top: solid 1px #002b55;
  margin: 0 20px;
}

.qa_item_a_text {
  padding: 24px 0 22px 30px;
}

.qa_item_a::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 15px;
  height: 22px;
  background: url("../images/qa_text_a.svg") no-repeat center / 100%;
}

.qa_item_a_text a {
  color: #0068b7;
}

.qa_miryoku_btn {
  display: block;
  max-width: 300px;
  margin: 40px auto 0;
}

/* -------------------------------------
  アクセス(sp)
------------------------------------- */
.access_head_pic {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.access_map iframe {
  width: 100%;
  aspect-ratio: 74/67;
}

.access_trans_wrap {
  margin-top: 30px;
}

.access_trans_list>div:not(:first-of-type) {
  margin-top: 20px;
}

.access_trans_list dt {
  display: flex;
  align-items: center;
  width: 108px;
  font-size: 17px;
  font-weight: bold;
  color: #002b55;
}

.access_trans_list dt>img {
  flex-shrink: 0;
  width: 45px;
  margin-right: 10px;
}

.access_trans_list dt>span {
  flex-grow: 1;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}

.access_trans_list dd {
  font-size: 14px;
  margin-top: 1em;
}

.access_logo {
  width: 202px;
  margin: 40px 0 14px;
}

.access_address_warap {
  font-size: 14px;
  font-style: normal;
}

.access_tel {
  line-height: 1.4;
}

.access_tel a {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

.access_tel a span {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}

.acces_address_inner {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}

.access_mail a {
  color: #0068b7;
}

/* -------------------------------------
  学生マンション(sp)
------------------------------------- */
.apartment_text {
  margin: 40px 0;
  font-size: 14px;
}

.apartment_list {
  max-width: 280px;
  margin: 0 auto 60px;
}

.apartment_list li:not(:first-of-type) {
  margin-top: 36px;
}

/* -------------------------------------
  学科案内(sp)
------------------------------------- */
.course {
  font-size: 14px;
}

.course_head {
  margin-bottom: 40px;
}

.course_head_pic {
  padding-bottom: 75.7%;
}

.sr .course_head_pic {
  background: url("../images/202502/sr_head_sp.jpg") no-repeat top center / cover;
}

.rr .course_head_pic {
  background: url("../images/202502/rr_head_sp.jpg") no-repeat top center / cover;
}

.kk .course_head_pic {
  background: url("../images/202502/kk_head_sp.jpg") no-repeat top center / cover;
}

.kango .course_head_pic {
  background: url("../images/202502/kango_head_sp.jpg") no-repeat top center / cover;
}

.sh .course_head_pic {
  background: url("../images/202502/sh_head_sp.jpg") no-repeat top center / cover;
}

.course_head_lead {
  padding: 20px 20px 14px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.course_head_inner {
  padding: 0 20px;
}

.course_head_title_wrap {
  line-height: 1;
  text-align: center;
  font-weight: normal;
}

.course_head_title {
  display: block;
  font-size: 42px;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  margin-bottom: 15px;
}

.course_head_title_sub {
  text-align: center;
  font-size: 18px;
}

.course_head_title_sub>span:nth-of-type(1) {
  display: block;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.course_head_title_sub>span:nth-of-type(2) {
  display: inline-block;
  padding: 0 0.6em;
  border-left: solid 1px;
  border-right: solid 1px;
  margin-top: 10px;
}

.sh .course_head_title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sh .course_head_title_wrap .course_head_title {
  order: 1;
  width: 100%;
  margin-bottom: 15px;
  letter-spacing: normal;
}

.sh .course_head_title_wrap .course_head_title_sub {
  order: 4;
  width: 100%;
  margin-top: 20px;
}

.sh .course_head_title_wrap .course_head_title_tag_1 {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 36px;
  font-size: 20px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

.sh .course_head_title_wrap .course_head_title_tag_2 {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 36px;
  margin-left: 10px;
  font-size: 10px;
  letter-spacing: 0.1em;
  border: solid 1px #000;
}

.course_head_text {
  margin-top: 20px;
  text-align: justify;
}

.course_title {
  font-size: 26px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  font-weight: normal;
}

.course_title::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 auto;
}

.sr_clr.course_title::after {
  background-color: #6fba2c;
}

.rr_clr.course_title::after {
  background-color: #036eb8;
}

.kk_clr.course_title::after {
  background-color: #e60012;
}

.kango_clr.course_title::after {
  background-color: #e95383;
}

.sh_clr.course_title::after {
  background-color: #ed6d1f;
}

.course_title_marker {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: #fff100;
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/* --スポーツ学科　産学連携(sp)-- */
.sangakurenkei {
  margin-top: 70px;
}

.sangakurenkei_inner {
  background: url("../images/202502/bg_sangakurenkei_sp.png") no-repeat top center / cover;
  padding: 30px 30px 40px;
}

.sangakurenkei_title+p {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  margin: 1.2em 0;
}

.sangakurenkei_teams li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.sangakurenkei_teams li:nth-of-type(1) img {
  width: 105.2%;
  margin-bottom: 30px;
}

.sangakurenkei_teams li:nth-of-type(2) img {
  margin: 30px 0;
}

.sangakurenkei_teams li:nth-of-type(3) img {
  margin-top: 28px;
}

.sangakurenkei_sponsor {
  margin-top: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  aspect-ratio: 844/142;
}

.sangakurenkei_sponsor>a>img {
  width: 100%;
  height: auto;
}

.sangakurenkei_sponsor>img:nth-of-type(1) {
  flex-shrink: 0;
  width: 30.56%;
  height: auto;
  margin-right: 4.97%;
  margin-left: 3.82%;
  padding: 1.77% 0;
}

.sangakurenkei_sponsor a:nth-of-type(1) {
  flex-shrink: 0;
  width: 10.35%;
  height: auto;
  margin-right: 2.95%;
}

.sangakurenkei_sponsor a:nth-of-type(2) {
  flex-shrink: 0;
  width: 13.18%;
  height: auto;
  margin-right: 2.95%;
}

.sangakurenkei_sponsor a:nth-of-type(3) {
  flex-shrink: 0;
  width: 11.36%;
  height: auto;
  margin-right: 2.45%;
}

.sangakurenkei_sponsor a:nth-of-type(4) {
  flex-shrink: 0;
  width: 13.93%;
  height: auto;
}

/* --学科の特長(sp)-- */
.course_point {
  background-color: #ebeded;
}

.course_point_inner {
  padding: 30px 20px 10px;
}

.course_point_list {
  list-style: none;
  margin-top: 10px;
}

.course_point_list li {
  padding: 30px 1em;
}

.course_point_list li:not(:first-of-type) {
  border-top: solid 1px #231815;
}

.course_point_list_image {
  width: 70px;
  height: 90px;
  margin: 0 auto;
}

.course_point_list_title {
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
}

.course_point_list_title>span {
  font-size: 83.3%;
}

.course_point_list_text {
  margin-top: 10px;
  text-align: justify;
}

/* --学びの流れ(sp)-- */
.course_flow {
  margin: 40px 0;
  padding: 0 20px;
}

.course_flow_item_wrap {
  margin-top: 40px;
}

.course_flow_item_wrap .course_flow_item:not(:first-of-type) {
  margin-top: 40px;
}

.course_flow_item_year {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  font-weight: normal;
  padding: 9px 0;
  margin-bottom: 20px;
}

.course_flow_item_title {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.2em;
}

.course_flow_item_title.curriculum {
  font-size: 15px;
  font-weight: bold;
}

.course_flow_item_text .kango_text_ghost {
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  color: #e95383;
  border: solid 1px #e95383;
  padding: 0.5em 0.5em;
  margin: 10px 0 20px;
}

.course_flow_item_title:not(:first-of-type) {
  margin-top: 20px;
}

.course_flow_item_text_squ .course_flow_item_text p.curriculum {
  font-size: 12px;
}

.course_flow_item_pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.course_flow_item_pic img {
  width: calc(50% - 5px);
}

.course_flow_item_pic img:nth-of-type(n + 3) {
  margin-top: 12px;
}

.course_flow_pickup>div:not(:first-of-type) {
  margin-top: 20px;
}

.course_flow_item_text_pic {
  margin-top: 20px;
}

.course_flow_pickup {
  margin-top: 50px;
  padding: 20px;
  border: solid 1px #ed6d1f;
}

.course_flow_pickup_item_title {
  display: flex;
  font-size: 14px;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 6px;
}

.course_flow_pickup_item_title img {
  display: inline-block;
  width: 58px;
  margin-right: 4px;
}

.course_flow_pickup_item_text {
  font-size: 13px;
  margin-top: 5px;
}

.sh .course_flow_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sh .course_flow_item_title span {
  font-size: 0.5em;
  padding: 0 0.3em;
}

.course_field {
  background-color: #ebeded;
  padding: 30px 20px 40px;
}

.course_field_inner {
  margin-top: 30px;
}

.course_field_inner dl:not(:first-of-type) {
  margin-top: 20px;
}

.course_field_list dt {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #ed6d1f;
  border: solid 1px #ed6d1f;
  background-color: #fff;
  padding: 0.2em;
  margin-bottom: 10px;
  letter-spacing: normal;
}

.course_field_inner dl:nth-of-type(5) dt {
  font-size: 13px;
}

.course_field_list dd {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  padding-left: 0.5em;
}

.course_field_list dd::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #9fa0a0;
  transform: translateY(-3px);
}

.sh .course_teacher {
  background-color: #fff;
}

/* --国家試験対策(sp)-- */
.course_taisaku_text {
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: 0.2em;
}

/* --卒業後の進路(sp)-- */
.course_shinro {
  padding: 40px 20px;
}

.course_shinro_jisseki_title {
  font-size: 12px;
  text-align: center;
  margin: 30px 0 4px;
  font-weight: normal;
}

.course_shinro_jisseki_title span {
  font-weight: bold;
}

.course_shinro_jisseki_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 13px;
}

.course_shinro_jisseki_list li::before {
  content: "●";
  font-size: 10px;
  vertical-align: top;
  display: inline-block;
  padding: 2px 2px 0 0;
}

.sr .course_shinro_jisseki_list li::before {
  color: #6fba2c;
}

.rr .course_shinro_jisseki_list li::before {
  color: #036eb8;
}

.kk .course_shinro_jisseki_list li::before {
  color: #e60012;
}

.kango .course_shinro_jisseki_list li::before {
  color: #e95383;
}

.course_shinro_rate {
  max-width: 358px;
  margin: 30px auto;
}

/* --学科長挨拶(sp)-- */
.course_teacher {
  background-color: #ebeded;
  padding: 40px 0;
}

.course_teacher_lead {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  margin: 30px 0;
}

.course_teacher_pic p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}

.course_teacher_pic p span:nth-of-type(1) {
  display: block;
  font-size: 12px;
}

.course_teacher_pic p span:nth-of-type(2) {
  display: block;
  font-size: 18px;
}

.course_teacher_text {
  padding: 0 20px;
  margin-top: 20px;
  text-align: justify;
}

.sr_marker {
  background: linear-gradient(0deg, #e8f2d9 6px, transparent 6px);
}

/* --学科案内 バナー・sns(sp)-- */
.course_banner_wrap {
  margin: 40px 0;
}

.course_list_wrap {
  margin: 40px 0;
  padding: 0 20px;
}

.course_sns_wrap {
  margin: 40px 0;
}

.course.sr .sr_btn {
  display: none;
}

.course.rr .rr_btn {
  display: none;
}

.course.kk .kk_btn {
  display: none;
}

.course.kango .kango_btn {
  display: none;
}

.course.sh .sh_btn {
  display: none;
}

/* -------------------------------------
  オンライン入試(sp)
------------------------------------- */
.online {
  font-size: 14px;
}

.online_head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  background: url("../images/online_head.jpg") no-repeat center / auto 178px;
}

.online_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 50px;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #231815;
  padding: 0 1em;
}

.online_lead {
  position: relative;
  width: fit-content;
  margin: 1em auto 0.5em;
  font-size: 24px;
  font-weight: bold;
}

.online_lead::before {
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  left: -30px;
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: url("../images/online_title_bg_left.svg") no-repeat center / cover;
}

.online_lead::after {
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  right: -30px;
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: url("../images/online_title_bg_right.svg") no-repeat center / cover;
}

.online_lead+p {
  text-align: center;
}

.online_point {
  margin-bottom: 40px;
}

.online_point div {
  text-align: center;
}

.online_point div P:first-of-type {
  font-size: 25px;
  font-weight: bold;
  color: #e8383d;
  margin-top: 1em;
}

.online_step_inner {
  padding: 0 20px;
}

.online_step_inner .title_stripe {
  margin-bottom: 40px;
  font-size: 25px;
}

.online_step_item {
  padding-bottom: 40px;
}

.online_step_item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 20px;
}

.online_step_item_title img {
  padding-bottom: 8px;
}

.online_step_item_title .step1 {
  width: 52px;
}

.online_step_item_title .step2,
.online_step_item_title .step3,
.online_step_item_title .step5,
.online_step_item_title .step6 {
  width: 56px;
}

.online_step_item_title .step4 {
  width: 57px;
}

.online_step_item p span {
  background: linear-gradient(0deg, #fdd23e 4px, transparent 4px);
}

.online_step_item .text_target {
  max-width: 375px;
  margin: 20px auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #e8383d;
  border: solid 1px #e8383d;
  padding: 0.5em;
}

.online_step_item img {
  max-width: 375px;
  margin: 0 auto;
}

.online_step_item_wrap .online_step_item:not(:first-of-type) {
  padding-top: 60px;
  background: url("../images/down_arrow_circle.svg") no-repeat center top / 20px 20px;
}

.online_request_btn {
  display: block;
  max-width: 344px;
  margin: 20px auto 0;
}

.online_entry_btn {
  width: fit-content;
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: red;
  padding: 1em 2em;
  border: solid 1px #e8383d;
  margin: 0 auto;
}

.online_operation {
  margin: 40px 0;
  padding: 30px 0 40px;
}

.online_operation_inner {
  padding: 0 20px;
}

.online_operation_title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 10px;
}

.online_operation_explanation {
  max-width: 375px;
  margin: 0 auto;
}

.online_operation_explanation_btn {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 1em;
  margin: 1.5em 0 1em;
  background-color: #fff;
}

.online .text_link {
  color: #0068b7;
}

/* --ZOOMについて(sp)-- */
body.zoom {
  font-size: 15px;
  padding: 0;
}

.zoom main {
  padding: 30px 20px 10px;
}

.zoom .onlinetool-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}

.zoom .onlinetool-subtitle,
.zoom .onlinetool-plustitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 20px;
}

.zoom .onlinetool-plustitle {
  margin-bottom: 25px;
}

.zoom p {
  margin-bottom: 2em;
}

.zoom .button,
.zoom button,
.zoom input[type="submit"],
.zoom input[type="reset"],
.zoom input[type="button"] {
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #33c3f0;
  border-radius: 4px;
  cursor: pointer;
}

.zoom section:nth-of-type(2) {
  margin-top: 50px;
}

img.zoom_pic_3 {
  margin-bottom: 10px;
}

.zoom a {
  color: #1eaedb;
}

/* -------------------------------------
  キャンパスライフ(sp)
------------------------------------- */
.campuslife {
  font-size: 14px;
}

.campuslife .title_stripe {
  margin-bottom: 30px;
}

/* --学生サポート(sp)-- */
.campuslife_support {
  background-color: #ebeded;
  padding: 40px 0;
}

.campuslife_support_item_wrap>div:not(:first-of-type) {
  margin-top: 30px;
}

.campuslife_support_item_title_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.campuslife_support_item_title_number {
  flex-shrink: 0;
  width: 50px;
}

.campuslife_support_item_title_number .number {
  width: 40px;
  height: auto;
}

.campuslife_support_item_title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.campuslife_support_item_title span {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0.3em;
  color: #002b55;
}

/* --年間スケジュール(sp)-- */
.campuslife_schedule {
  padding: 40px 0;
}

/* --在校生の1日(sp)-- */
.campuslife_onday {
  padding: 40px 0;
}

.campuslife_onday .campuslife_onday_item:not(:first-of-type) {
  margin-top: 30px;
}

.campuslife_onday .campuslife_onday_item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  border-top: solid 1px #231815;
}

.campuslife_onday_item_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.campuslife_onday_item_inner::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  margin: 30px auto 0;
  border-top: dashed 0px #9fa0a0;
}

.campuslife_onday_item_pic {
  width: 44%;
}

.campuslife_onday_item_head {
  width: 56%;
}

.campuslife_onday_item_head img {
  max-width: 194px;
  margin-left: -6px;
}

.campuslife_onday_item_name {
  padding-left: 20px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.campuslife_onday_item_name .name {
  display: block;
  font-size: 17px;
  margin-bottom: 2px;
}

.campuslife_onday_item_name .name span {
  font-size: 12px;
}

.campuslife_onday_item_name .course {
  font-size: 12px;
  font-weight: normal;
}

.campuslife_onday_item_text {
  width: 100%;
  margin: 20px 0;
  padding: 0 20px;
}

.campuslife_onday_item_text dt {
  font-size: 14px;
  font-weight: bold;
}

.campuslife_onday_item_text dl dt:not(:first-of-type) {
  margin-top: 0.5em;
}

.campuslife_onday_item_week {
  width: 100%;
  overflow: auto;
}

.campuslife_onday_item_week_pic {
  width: 705px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.campuslife_onday_item_time {
  width: 100%;
  overflow: auto;
  margin-top: 30px;
}

.campuslife_onday_item_time_inner {
  display: flex;
  width: 1040px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.campuslife_onday_item_time_inner img {
  flex-shrink: 0;
  width: 1000px;
}

.campuslife_onday_item_time_inner div {
  flex-shrink: 0;
  width: 320px;
}

.campuslife_onday_item_time_inner div img {
  width: 100%;
  margin-bottom: 12px;
}

.campuslife_onday_item_time_inner .title {
  font-weight: bold;
  margin-bottom: 0.2em;
}

/* -------------------------------------
  資格・就職(sp)
------------------------------------- */
.support {
  font-size: 14px;
}

.state_exam {
  margin-bottom: 60px;
}

.support .title_stripe {
  font-size: 23px;
  margin-bottom: 30px;
}

.state_exam>P:nth-of-type(1) {
  text-align: center;
}

.state_exam>P:nth-of-type(2) {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin: 0.2em 0;
}

.state_exam_item_wrap {
  margin-top: 40px;
}

.state_exam_item_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.state_exam_item_wrap .state_exam_item:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #231815;
}

.state_exam_item_inner_title {
  display: flex;
  align-items: flex-start;
}

.state_exam_item_inner_title+p {
  margin-top: 10px;
}

.state_exam_item_inner_title img {
  flex-shrink: 0;
  width: 32px;
  height: auto;
  margin-right: 10px;
}

.state_exam_item_inner_title_wrap {
  display: flex;
  flex-direction: column;
}

.state_exam_item_inner_title_sub {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #9fa0a0;
  margin: 0.5em 0 0.5em;
}

.state_exam_item_inner_title_text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
}

.state_exam_item_inner_title_text .text_small {
  font-size: 12px;
}

.state_exam_item_inner_title_text .text_medium {
  font-size: 14px;
}

.state_exam_item_inner_title_text .text_large {
  font-size: 18px;
}

.state_exam_item_inner_title_text .marker {
  background: linear-gradient(0deg, #fff100 6px, transparent 6px);
}

.state_exam_item_inner .state_exam_item_inner_title:not(:first-of-type) {
  margin-top: 30px;
}

.support_field_list span {
  font-weight: bold;
}

.support_list_wrap dl:not(:first-of-type) {
  margin-top: 1em;
}

.support_list_wrap {
  margin-bottom: 60px;
}

.support_lisence_title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #002b55;
  margin-bottom: 0.2em;
}

.support_lisence_title+ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.support_lisence_title::after {
  content: "";
  width: 26px;
  border-bottom: solid 1px #002b55;
  margin-left: 0.5em;
}

.support_field_list_title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #002b55;
  margin-bottom: 0.2em;
}

.support_field_list_title::after {
  content: "";
  width: 26px;
  border-bottom: solid 1px #002b55;
  margin-left: 0.5em;
}

.support_list_wrap dl dd {
  margin-top: 0.2em;
}

.support .list_circle li {
  margin-right: 1em;
}

.support .list_circle dd,
.support_recruit_item_text .list_circle li {
  margin-left: 12px;
  text-indent: -12px;
}

.support .list_circle li::before,
.support_recruit_item_text .list_circle li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #9fa0a0;
  vertical-align: top;
  transform: translateY(calc(0.9em - 50%));
  margin-right: 4px;
}

.support_numerical {
  margin-bottom: 60px;
}

.support_recruit {
  margin-bottom: 60px;
}

.support_recruit_item_wrap {
  margin-top: 30px;
}

.support_recruit_item_wrap .support_recruit_item:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #9fa0a0;
}

.support_recruit_item>img {
  width: 165px;
  margin: 0 auto 20px;
}

.support_recruit_item_text_title {
  display: flex;
  align-items: flex-start;
}

.support_recruit_item_text_title>span,
.support_recruit_item_text_title>span>span {
  display: block;
}

.support_recruit_item_text_title img {
  flex-shrink: 0;
  width: 32px;
  height: auto;
  margin-right: 10px;
}

.support_recruit_item_text_title>span>span:nth-of-type(1) {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #9fa0a0;
  margin: 0.5em 0 0.2em;
}

.support_recruit_item_text_title>span>span:nth-of-type(2) {
  font-size: 19px;
  font-weight: bold;
}

.support_recruit_item_text_title+p {
  margin-top: 10px;
}

.support_results {
  margin-bottom: 60px;
}

.support_jisseki_title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: normal;
}

.support_jisseki_title span {
  font-weight: bold;
  color: #002b55;
}

.support_jisseki_title+ul {
  display: flex;
  flex-wrap: wrap;
}

.support_graduate {
  margin-bottom: 60px;
  text-align: justify;
}

.support_graduate .support_graduate_item_wrap:not(:first-of-type) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px #231815;
}

.support_graduate_item_wrap .support_graduate_item:not(:first-of-type) {
  margin-top: 30px;
}

.support_graduate_item_pic {
  position: relative;
  margin-bottom: 20px;
}

.support_graduate_item_pic span {
  position: absolute;
  top: 0;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 102px;
  height: 24px;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}

.support_graduate_item_name_wrap {
  display: flex;
  align-items: flex-start;
}

.support_graduate_item_name_course {
  flex-shrink: 0;
  display: block;
  padding: 0.5em;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  border: solid 1px;
}

.support_graduate_item_name_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.support_graduate_item_name {
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
}

.support_graduate_item_name span {
  padding-left: 4px;
  font-size: 12px;
  font-weight: normal;
}

.support_graduate_item_year {
  font-size: 12px;
  margin-left: 10px;
}

.support_graduate_item_post {
  font-size: 12px;
  margin-left: 10px;
  flex-basis: 100%;
}

.support_graduate_item_catch {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0.8em 0 0.4em;
}

.support_graduate_item_link {
  width: fit-content;
  margin-top: 1em;
  font-size: 13px;
  line-height: 1;
  padding: 0.5em;
}

.support_graduate_item_link span::after {
  content: "";
  display: inline-block;
  width: 28px;
  min-height: 5px;
  background: url("../images/arrow_right.png") no-repeat center / cover;
  margin: 0 0 0 5px;
}

.support_graduate_item_link.sr {
  background-color: #eaf3dd;
}

.support_graduate_item_link.rr {
  background-color: #dee3f3;
}

.support_graduate_item_link.kk {
  background-color: #fbdece;
}

.support_graduate_item_link.kango {
  background-color: #fce6eb;
}

/* -------------------------------------
  環境への取り組み(sp)
------------------------------------- */
.carbon_free_pic_1,
.carbon_free_pic_2,
.carbon_free_pic_3,
.carbon_free_pic_4 {
  max-width: 100%;
  margin-inline: auto;
}

.carbon_free_pic_1 {
  padding-top: 20px;
}

.carbon_free_pic_2 {
  margin: 20px auto 30px;
}

.carbon_free_pic_3 {
  margin: 25px auto 20px;
}

.carbon_free_pic_4 {
  margin-top: 35px;
}

.carbon_free_text_1 {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  color: #00a458;
}

.carbon_free_text_2 {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}

/* -------------------------------------
  404(sp)
------------------------------------- */
.page_404 .content {
  padding: 50px 0 0;
}

.page_404_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page_404_text {
  margin-top: 2em;
  text-align: center;
}

@media (min-width: 1000px) {

  /* -------------------------------------
    共通(pc)
  ------------------------------------- */
  .pc {
    display: block;
  }

  .pc_inline {
    display: inline;
  }

  .sp,
  .sp_inline {
    display: none;
  }

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

  a:hover {
    text-decoration: underline;
    text-underline-offset: 0.3em;
  }

  a.opacity:hover {
    text-decoration: none;
  }

  a img,
  .opacity {
    transition: 0.3s;
  }

  a:hover img,
  .opacity:hover {
    opacity: 0.7;
  }

  /* -------------------------------------
    ヘッダー(pc)
  ------------------------------------- */
  html {
    scroll-padding-top: 90px;
  }

  body {
    padding-top: 70px;
  }

  .header {
    height: 70px;
  }

  .header_inner {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }

  .header_logo {
    width: 242px;
    padding: 16px 0 0 0;
  }

  .header_logo img {
    width: 100%;
  }

  /* ヘッダーナビ(pc)
  ------------------------------------- */
  .sp_gnav_btn,
  .sp_gnav_wrap {
    display: none !important;
  }

  .pc_gnav_wrap {
    display: block;
    width: 720px;
    margin-top: 16px;
    font-size: 14px;

    color: #002b55;
  }

  .pc_gnav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pc_gnav_parent {
    position: relative;
    flex-grow: 1;
    height: 40px;
    line-height: 1;
  }

  .pc_gnav_parent>span {
    position: relative;
    display: flex;
    justify-content: center;
    height: 40px;
    padding-top: 10px;
    cursor: default;
  }

  .pc_gnav_parent span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 9px;
    height: 5px;
    background: url("../images/bg_gnavi.png") no-repeat bottom center / 100% auto;
  }

  .pc_gnav_parent:hover span::after {
    background-position: top center;
  }

  .pc_gnav>li:first-of-type::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #002b55;
  }

  .pc_gnav>li::after {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #002b55;
  }

  .pc_gnav_child_wrap {
    padding-top: 14px;
    font-size: 14px;
    line-height: 1.6;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }

  .pc_gnav_parent:hover>.pc_gnav_child_wrap {
    visibility: visible;
    opacity: 1;
  }

  .pc_gnav_child {
    position: absolute;
    top: 25px;
    left: 50%;
    padding: 30px;
    background-color: #fff;
    transform: translateX(-50%);
  }

  .pc_gnav_child>li {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
  }

  .pc_gnav_child>li:not(:first-of-type) {
    margin-top: 0.5em;
  }

  .pc_gnav_child>li:first-of-type {
    border-top: solid 1px#002b55;
    padding-top: 24px;
  }

  .pc_gnav_child>li::before {
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 5px;
    width: 5px;
    height: 1.6em;
    background: url("../images/bg_triangle_blue.svg") no-repeat center / 100% auto;
  }

  .pc_gnav_child a {
    color: #002b55;
  }

  .pc_gnav_child a em {
    font-size: 0.85em;
    font-style: normal;
  }

  .pc_gnav_parent span.nochild a {
    cursor: pointer;
    color: #002b55;
  }

  .pc_gnav_parent span.nochild::after {
    display: none;
  }

  /* -------------------------------------
    フッター(pc)
  ------------------------------------- */
  .footer {
    margin-top: 80px;
    padding: 0 0 30px 0;
  }

  .footer_sitemap_wrap {
    padding: 30px 0 40px;
    background-color: #ecedee;
  }

  .footer_sitemap {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto 40px;
    font-size: 12px;
    line-height: 1.6;
  }

  .footer_sitemap dt {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: bold;
  }

  .footer_sitemap>div {
    max-width: 200px;
  }

  .footer_sitemap div>dl:not(:first-of-type),
  .footer_sitemap div>ul {
    margin-top: 40px;
  }

  .footer_sitemap dt span {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: solid 2px #002b55;
    color: #002b55;
  }

  .footer_sitemap li,
  .footer_sitemap dd {
    display: flex;
    align-items: flex-start;
  }

  .footer_sitemap li:not(:first-of-type),
  .footer_sitemap dd {
    margin-top: 0.5em;
  }

  .footer_sitemap li::before,
  .footer_sitemap dd::before {
    content: "";
    display: block;
    flex-shrink: 0;
    margin-right: 5px;
    width: 5px;
    height: 1.6em;
    background: url("../images/bg_triangle_blue.svg") no-repeat center center / 100% auto;
  }

  .footer_sitemap a {
    color: #002b55;
  }

  .footer_sitemap a span {
    font-size: 0.85em;
  }

  .footer_nav {
    display: flex;
    justify-content: space-between;
    margin: 15px auto 0;
    font-size: 12px;
  }

  .footer_nav li:not(:first-of-type) {
    margin: 0 0 0 1.4em;
  }

  .footer_nav_group {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }

  .footer_nav_group dt {
    width: auto;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 1.5em 0 0;
  }

  .footer_nav_group dt::after {
    content: "";
    display: inline-block;
    margin-left: 1.5em;
    width: 2px;
    height: 12px;
    background-color: #231815;
  }

  .footer_nav_group dt span {
    border-bottom: none;
  }

  .footer_nav_group dd:not(:first-of-type) {
    margin: 0 0 0 1.4em;
  }

  .footer_inner {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_logo {
    max-width: initial;
    width: 310px;
    margin: 0 20px 0 0;
  }

  .footer_logo img {
    width: 100%;
  }

  .footer_address_wrap {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
  }

  .footer_address {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    text-align: left;
    text-indent: 0;
    line-height: 1;
  }

  .footer_address>span {
    display: flex;
    align-items: center;
  }

  .footer_address>span:not(:first-of-type) {
    margin-left: 0.5em;
  }

  .footer_tel {
    margin: 0;
  }

  .footer_sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 56px;
    margin: 0;
  }

  .footer_sns img {
    width: 100%;
  }

  .footer_sns_youtube {
    width: 23px;
  }

  .footer_sns_instagram {
    width: 20px;
  }

  .footer_copy {
    margin-top: 15px;
  }

  /* -- 固定ナビ(pc) -- */
  .fix_nav {
    display: block;
    position: fixed;
    z-index: 9;
    left: auto;
    bottom: auto;
    top: 70px;
    right: 0;
    height: auto;
    width: 42px;
    background-color: #fff;
  }

  .fix_nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .fix_nav li:nth-of-type(1) img {
    width: auto;
    height: 106px;
  }

  .fix_nav li:nth-of-type(2) img {
    width: auto;
    height: 184px;
  }

  .fix_nav li:nth-of-type(3) {
    width: 42px;
    height: 42px;
  }

  .fix_nav li:nth-of-type(3) img {
    width: 30px;
  }

  .fix_nav li:nth-of-type(4) {
    width: 42px;
    height: 42px;
  }

  .fix_nav li:nth-of-type(4) img {
    width: 26px;
  }

  .fix_nav li:nth-of-type(5) {
    width: 42px;
    height: 42px;
  }

  .fix_nav li:nth-of-type(5) img {
    width: 26px;
  }

  .fix_nav li:nth-of-type(1) a,
  .fix_nav li:nth-of-type(2) a {
    padding: 10px 0;
  }

  .fix_nav li:nth-of-type(3) a,
  .fix_nav li:nth-of-type(4) a,
  .fix_nav li:nth-of-type(5) a {
    height: 42px;
  }

  /* -------------------------------------
    パーツ(pc)
  ------------------------------------- */

  /* 見出し(pc)
  ------------------------------------- */

  /*  -- 見出し_メイン(pc) -- */
  .title_main {
    margin: 0 auto 40px;
    font-size: 40px;
  }

  .title_main.padding_sp {
    padding: 0;
  }

  .title_main.en {
    font-size: 45px;
  }

  /*  -- 見出し_サブ(sp) -- */
  .title_sub {
    font-size: 22px;
  }

  .title_sub:before,
  .title_sub:after {
    width: 25px;
    height: 27px;
  }

  /*  -- 見出し_ストライプ(pc) -- */
  .title_stripe {
    font-size: 30px;
  }

  /* パンくず(pc)
  ------------------------------------- */
  #breadcrumb ul {
    max-width: 1000px;
    padding: 0;
  }

  /* -------------------------------------
    トップページ(pc)
  ------------------------------------- */

  /* -- ヒーロー(pc) -- 
  .top_hero {
    height: 695px;
    background: url(../images/202502/bg_hero_pc.jpg) no-repeat center / 1012px auto;
  }
*/
  /* -- ヒーロー(pc) -- */
  .top_hero {
    height: 625px;
    background: url(../images/202507/R7-7OC-banner.png) no-repeat center / 1112px auto;
  }


  /* -- 学校関係者(pc) -- */
  .top_official_wrap {
    width: 1000px;
    height: 46px;
    margin: 0 auto;
  }

  .top_official {
    display: flex;
    justify-content: flex-end;
    transform: translateY(-50%);
  }

  .top_official li {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    background-color: #fff;
  }

  .top_official li:not(:first-of-type) {
    margin-left: 25px;
  }

  .top_official img {
    width: 100%;
  }

  .top_banner_wrap {
    margin: 40px 0 0 0;
  }

  /* -- バナー_2024(pc) -- */
  .top_banner_list {
    max-width: 1000px;
    margin: 30px auto 70px;
    gap: 46px 0;
    letter-spacing: normal;
  }

  .top_banner_list li:first-of-type {
    flex-shrink: 0;
    width: 100%;
  }

  .top_banner_list li:nth-of-type(n + 2) {
    flex-shrink: 0;
    width: 230px;
  }

  .top_banner_list li:nth-of-type(n + 3) {
    margin-left: 16px;
  }

  .top_banner_list li:nth-of-type(4) {
    margin-left: 47px;
  }

  .top_banner_list li:not(:first-of-type) a {
    height: 96px;
  }

  .top_banner_list li:nth-of-type(2) a span,
  .top_banner_list li:nth-of-type(4) a span {
    transform: translate(22px, -50%);
  }

  .top_banner_list li:nth-of-type(2) a img,
  .top_banner_list li:nth-of-type(4) a img {
    position: absolute;
    top: 50%;
    left: auto;
    right: 8px;
    width: 76px;

    transform: translate(0, -50%);
  }

  /* -- OCアイキャッチ_2024(pc) -- */
  .absolute {
    position: absolute;
    left: 50%;
    width: 138px;
    height: 157px;
    transform: translateX(400px) translateY(20px);
    content: "";
  }

  /* -- OCアイキャッチ_2025(pc) -- */
  .absolute_oka {
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
    width: 132px;
    height: 158px;
    transform: translateX(-540px) translateY(490px);
    content: "";
    z-index: 10;
  }

  .absolute_hiro {
    display: block;
    position: absolute;
    left: 50%;
    top: 90px;
    width: 132px;
    height: 158px;
    transform: translateX(-380px) translateY(490px);
    content: "";
    z-index: 10;
  }

  .absolute_kura {
    display: block;
    position: absolute;
    left: 50%;
    top: 90px;
    width: 132px;
    height: 158px;
    transform: translateX(-380px) translateY(490px);
    content: "";
    z-index: 10;
  }

  .absolute_mini {
    position: absolute;
    left: 50%;
    top: 0vw;
    width: 460px;
    height: auto;
    transform: translateX(-540px) translateY(630px);
    content: "";
    z-index: 10;
  }

  /* -- スペシャルバナーー_2024(pc) -- */
  .specila-banner {
    position: absolute;
    left: 50%;
    width: 444px;
    height: 92px;
    transform: translateX(-473px) translateY(560px);
    content: "";
    z-index: 99;
    background-color: white;
  }

  .sp_only_icon {
    display: none;
  }


  /* -- 学科リスト(pc) -- */
  .top_course_list_wrap {
    padding: 0;
    margin-top: 60px;
    background-color: transparent;
  }

  .top_course_list_wrap .title_main {
    margin-bottom: 40px;
    color: #002b55;
  }

  .top_course_list_wrap .title_main:before,
  .top_course_list_wrap .title_main:after {
    display: block;
  }

  .top_pamphlet_banner {
    width: 480px;
  }

  .course_list {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }

  .course_list li {
    width: 194px;
  }

  .course_list li:not(:first-of-type) {
    margin-top: 0;
  }

  /* -- オープンキャンパス新着(pc) -- */
  .top_opencampus_wrap {
    margin: 60px 0 0 0;
    padding: 30px 0 50px;
  }

  /* スライダー(pc) */
  .slider_opencamus {
    position: relative;
    max-width: 1270px;
    margin: 30px auto 40px;
    padding: 0;
  }

  .slider_opencamus li:not(:first-of-type) {
    margin-top: 0;
  }

  .slider_opencamus li {
    padding: 0 !important;
    margin: 0 15px;
  }

  .slider_opencampus_cat {
    font-size: 17px;
    height: 34px;
    border-radius: 17px;
  }

  .slider_opencampus_date {
    font-size: 16px;
  }

  .slider_opencamus .prev,
  .slider_opencamus .next {
    position: absolute;
    top: calc(50% - 13px);
    z-index: 1;
    width: 26px;
    height: 26px;
    background: url("../images/bg_more_blue.svg") no-repeat center / cover;
  }

  .slider_opencamus .prev {
    left: calc(50% - 348px);
    transform: rotate(180deg);
  }

  .slider_opencamus .next {
    right: calc(50% - 348px);
  }

  .slider_opencamus .prev,
  .slider_opencamus .next {
    transition: 0.3s;
  }

  .slider_opencamus .prev:hover,
  .slider_opencamus .next:hover {
    opacity: 0.7;
  }

  .event_btn {
    width: 478px;
    margin: 40px auto 0;
  }

  /* -- 新着NEWS(pc) -- */
  .top_news {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }

  .news_list_item_title.sub {
    flex-grow: 1;
  }

  .news_list_item_title.sub>a {
    display: block;
    overflow: hidden;
  }

  .news_list_more {
    float: right;
    margin: 0 0 0 2em;
  }

  /* -- 新着NEWS_重要連絡(pc) -- */
  .nwes_important {
    display: flex;
    margin: 40px 0 60px;
    padding: 10px 20px;
  }

  .nwes_important_mark {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
  }

  .nwes_important>div:nth-of-type(1) {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px 0 150px;
  }

  .nwes_important>a {
    text-decoration-color: #e8465a;
    text-decoration-thickness: 1px;
  }

  .nwes_important_cat {
    font-size: 23px;
    height: 36px;
    border-radius: 18px;
  }

  .nwes_important_date {
    font-size: 17px;
    text-align: center;
    text-indent: 0.05em;
  }

  .nwes_important_title {
    margin-top: 0;
    font-size: 20px;
  }

  .nwes_important_content {
    font-size: 15px;
  }

  /* -- POINT(pc) -- */
  .top_point_wrap {
    padding: 60px 0 50px;
  }

  .top_point {
    width: 1000px;
    margin: 0 auto;
  }

  .top_point_inner {
    display: flex;
  }

  .top_point_catch {
    width: 430px;
    flex-shrink: 0;
    margin: 0;
  }

  .top_point_catch>picture>img {
    width: 352px;
    margin-left: auto;
    transform: translateY(-32px);
  }

  .top_point_item_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    width: 440px;
    flex-shrink: 0;
    margin-top: 60px;
    padding: 0;
  }

  .top_point_item_title span {
    font-size: 24px;
    background: linear-gradient(0deg, #fff100 10px, transparent 10px);
  }

  .top_point_item_title>img {
    height: 43px;
    margin-right: 14px;
  }

  .top_point_item_title_sub {
    font-size: 20px;
  }

  .top_point_item_text {
    font-size: 16px;
  }

  /* -- 福山医専について(pc) -- */
  .top_three_lives_wrap {
    width: 100%;
    height: 982px;
    padding-top: 50px;
    background: url("../images/202502/top_three_lives_bg_pc.jpg") no-repeat center / cover;
  }

  .top_three_lives_wrap>img {
    max-width: 746px;
  }

  .top_three_lives_text_wrap {
    width: 712px;
    margin: 30px auto 0;
  }

  .top_three_lives_text_wrap dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
  }

  .top_three_lives_text_wrap div {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }

  .top_three_lives_text_wrap dt {
    margin: 0;
    width: 150px;
    height: 48px;
    font-size: 21px;
  }

  .top_three_lives_text_wrap dd {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
  }

  /* -- メッセージ(pc) -- */
  .top_message {
    padding: 100px 0 60px;
  }

  .top_message>.top_message_title {
    width: 308px;
  }

  .top_message_item_wrap {
    width: 1000px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
  }

  .top_message_item {
    width: 490px;
  }

  .top_message_item img {
    width: 100%;
  }

  /* -- youtube(pc) -- */
  .youtube_wrap {
    width: 1000px;
    margin: 0 auto;
  }

  .youtube_item_wrap .youtube_item:not(:nth-of-type(3n + 1)) {
    margin: 0 0 0 20px;
  }

  .youtube_item_wrap .youtube_item:nth-of-type(n + 4) {
    margin-top: 0;
  }

  .youtube_title {
    font-size: 45px;
  }

  .youtube_item_wrap {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: 30px auto;
    padding: 0;
  }

  .youtube_item {
    position: relative;
    display: flex;
    justify-content: center;
    width: 320px;
    margin-top: 0;
    padding: 16px 0;
    background-image: url("../images/bg_youtube_pc.png"),
      url("../images/bg_youtube_pc.png");
    background-repeat: no-repeat;
    background-size: auto 8px;
    background-position: center top, center bottom;
  }

  .youtube_item_wrap .youtube_item:nth-of-type(n + 4) {
    padding: 8px 0 16px 0;
    background-image: url("../images/bg_youtube_pc.png");
    background-repeat: no-repeat;
    background-size: auto 8px;
    background-position: center bottom;
  }

  .youtube_item_title {
    width: 32px;
    margin-right: 15px;
  }

  .youtube_item_title img {
    width: 100%;
  }

  .video_wrap {
    width: 250px;
  }

  /* -- バナー(pc) -- */
  .banner_wrap {
    padding: 80px 0 40px;
  }

  .banner_item_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }

  .banner_item_wrap_nyushi {
    display: none;
  }

  .banner_item_wrap>li:not(:first-of-type) {
    margin-top: 0;
  }

  .banner_item_wrap li:nth-of-type(even) {
    margin-left: 40px;
  }

  .banner_item_wrap li:nth-of-type(n + 3) {
    margin-top: 40px;
  }

  .banner_item {
    max-width: initial;
    width: 480px;
    height: 98px;
    margin: 0;
    font-size: 17px;
  }

  .banner_item_text {
    padding-left: 40px;
  }

  .banner_item_pic {
    width: 135px;
    height: 96px;
  }

  .banner_item.pamphlet>img {
    width: 254px;
    transform: translate(-12px, -28px);
  }

  .banner_item_sh_pamphlet .banner_item_text {
    margin-right: 120px;
  }

  .banner_item_sh_pamphlet img {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    transform: rotate(14deg) translate(-25px, -6px);
  }

  /* -- SNS(pc) -- */
  .sns_wrap {
    padding: 20px 0;
  }

  .sns_item_wrap li:not(:first-of-type) {
    margin-left: 0px;
    padding-left: 20px;
    border-left: solid 1px #b5b5b6;
  }

  .sns_item_wrap li:not(:last-of-type) {
    padding-right: 20px;
  }

  .sns_item a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
  }

  .sns_item span {
    display: block;
    font-size: 13px;
    color: #231815;
    padding-left: 20px;
  }

  .sns_item img {
    width: 50px;
  }

  .sns_item img.youtube {
    width: 58px;
  }

  .group_item img {
    width: 100%;
  }

  /* -- 福山医療グループ(pc) -- */
  .group_wrap {
    width: 1000px;
    margin: 40px auto 0;
  }

  .group_item_wrap>div:not(:first-of-type) {
    margin-top: 0;
  }

  .group_item_wrap {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .group_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 234px;
    padding: 0 0 20px 0;
  }

  .group_item_pic {
    width: 100%;
  }

  .group_item_pic img {
    width: 100%;
  }

  .group_item_text_wrap {
    display: flex;
    margin-left: 0;
  }

  .group_item_title {
    padding: 1em 0;
    font-size: 17px;
    text-align: center;
    flex-grow: 0;
  }

  .group_item_wrap .group_item:nth-of-type(2) .group_item_title {
    font-size: 17px;
  }

  .group_item_wrap .group_item:nth-of-type(3) .group_item_title {
    font-size: 17px;
  }

  .group_item_title span {
    font-size: 13px;
  }

  .group_item ul {
    flex-grow: 1;
    display: block;
    font-size: 13px;
    line-height: 1.8;
    padding: 0 1em 1.5em;
    width: fit-content;
    margin: 0 auto;
  }

  .group_item ul li span {
    font-size: 11px;
    line-height: 1.25;
    display: block;
  }

  .group_item_btn {
    margin: 0 auto;
  }

  /* -------------------------------------
    固定ページ(pc)
  ------------------------------------- */
  .content {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  /* -------------------------------------
    在校生の方へ(pc)
  ------------------------------------- */

  /* -- ログインフォーム(pc) -- */
  .st_login_form {
    display: flex;
    align-items: center;
  }

  .st_login_form p {
    margin-right: 15px;
  }

  .st_login_form p::after {
    transform: none;
  }

  .st_login_form .post_password {
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  .st_login_form input[type="password"] {
    margin: 0;
  }

  .st_login_form input[type="Submit"] {
    margin: 0 0 0 15px;
  }

  /* -- 在学生メニュー(pc) -- */
  .st_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 1000px;
    margin: 40px auto 80px;
  }

  .st_list {
    width: 230px;
    position: relative;
  }

  .st_list_wrap>dl:nth-of-type(1) {
    z-index: 10;
  }

  .st_list_wrap>dl:nth-of-type(2) {
    z-index: 9;
  }

  .st_list_wrap>dl:nth-of-type(3) {
    z-index: 8;
  }

  .st_list_wrap>dl:nth-of-type(4) {
    z-index: 7;
  }

  .st_list_wrap>dl:nth-of-type(5) {
    z-index: 6;
  }

  .st_list_wrap dl:not(:first-of-type) {
    margin-top: 0;
  }

  .st_list dt {
    pointer-events: none;
  }

  .st_list div {
    position: absolute;
    top: 66px;
    left: 0;
    padding: 1.5em 0;
  }

  .st_list div {
    display: block !important;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }

  .st_list:hover div {
    opacity: 1;
    pointer-events: auto;
  }

  .st_list div dd:not(:first-of-type) {
    margin-top: 1.5em;
  }

  .sl_list_title_ot.active,
  .sl_list_title_pt.active,
  .sl_list_title_cc.active,
  .sl_list_title_ns.active,
  .sl_list_title_sh.active {
    background-color: #002b55;
  }

  .st_list:hover .sl_list_title_ot {
    color: #fff;
    background-color: #6fba2c;
  }

  .st_list:hover .sl_list_title_pt {
    color: #fff;
    background-color: #036eb8;
  }

  .st_list:hover .sl_list_title_ns {
    color: #fff;
    background-color: #e95383;
  }

  .st_list:hover .sl_list_title_cc {
    color: #fff;
    background-color: #e60012;
  }

  .st_list:hover .sl_list_title_sh {
    color: #fff;
    background-color: #ed6d1f;
  }

  /* -- 各種届出書類(pc) -- */
  .st_document {
    padding: 40px;
    margin-bottom: 80px;
  }

  .st_document dt {
    margin: 0 1.5em 0 0;
  }

  .st_document dl {
    display: flex;
    align-items: center;
  }

  .st_document ul {
    margin-top: 30px;
  }

  /* -- 在校生の方へ_ニュース(pc) -- */
  .st_news_list>div {
    display: flex;
    align-items: baseline;
  }

  .st_news_list_cat {
    flex-shrink: 0;
    width: 248px;
    height: 36px;
    margin: 0 20px 0 0;
    padding: 0;
    border-radius: 16px;
    font-size: 18px;
  }

  .st_news_list_cat.全学生へのお知らせ {
    color: #61c1be;
    border-color: #61c1be;
  }

  .st_news_list_cat.スクールバス関連 {
    color: #f3994f;
    border-color: #f3994f;
  }

  .st_news_list dd {
    display: flex;
    align-items: baseline;
  }

  .st_news_list_date {
    flex-shrink: 0;
    margin: 0 20px 0 0;
    text-align: left;
  }

  .st_news_list_title {
    text-align: left;
    margin-top: 0;
  }

  .st_news_list_title>a {
    color: #231815;
  }

  /* -------------------------------------
    在校生の方へ_個別(pc)
  ------------------------------------- */
  .st_info_title {
    font-size: 24px;
  }

  .st_info_list dd {
    margin-top: 0;
  }

  .st_info_list>div {
    display: flex;
  }

  .st_info_list>div>dt {
    flex-shrink: 0;
    width: 170px;
    padding-right: 1em;
  }

  /* -------------------------------------
    学校の概要と特色(pc)
  ------------------------------------- */

  /* -- 福山医専の魅力(pc) -- */
  .scl_head {
    max-width: 1150px;
    height: 450px;
    margin: 0 auto;
    padding: 0;
    background: url(../images/scl_head_bg_pc.jpg) no-repeat center / auto 100%;
  }

  .scl_head p {
    position: absolute;
    top: 45px;
    left: auto;
    right: 91px;
    transform: translateX(0);
    width: 503px;
  }

  .scl_miryoku {
    margin-top: -134px;
    margin-bottom: 80px;
  }

  .scl_miryoku_title {
    width: 182px;
    margin: 0 0 30px 0;
  }

  .scl_miryoku dl {
    display: flex;
  }

  .scl_miryoku dl div:not(:first-of-type) {
    border-top: none;
    border-left: solid 1px #231815;
  }

  .scl_miryoku dl div {
    flex-shrink: 0;
    width: 262px;
    margin: 0 !important;
    padding: 0 1em 0 1em !important;
  }

  .scl_miryoku dl div:first-of-type {
    width: 238px;
    padding: 0 1em 0 0 !important;
  }

  .scl_miryoku dl div:last-of-type {
    width: 238px;
    padding: 0 0 0 1em !important;
  }

  /* -- メッセージ(pc) -- */
  .scl_message {
    margin-top: 90px;
  }

  .scl_message_item_title {
    flex-direction: row;
    margin: 0 0 30px 0;
    font-size: 22px;
  }

  .scl_message_item_title>span {
    flex-shrink: 0;
    margin: 0 1em 0 0;
  }

  .scl_message_item_inner {
    display: flex;
    flex-direction: row-reverse;
  }

  .scl_message_item_inner_pic {
    flex-shrink: 0;
    width: 172px;
    margin-left: 50px;
  }

  .scl_message_item_inner_text {
    margin-top: 0;
  }

  /* -- アドミッションポリシー(pc) -- */
  .scl_policies {
    margin-top: 60px;
    margin-bottom: 90px;
  }

  .scl_policies_list_wrap {
    width: 630px;
    margin: 0 auto;
  }

  /* -- 数字で見る福山医療(pc) -- */
  .scl_numbers {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .scl_numbers>div {
    margin-top: 50px;
  }

  /* -- 在校生インタビュー(pc) -- */
  .scl_interview_student {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .scl_interview_student_title {
    position: relative;
    z-index: 1;
    margin: 0;
  }

  .scl_interview_student_list {
    margin-top: -12px;
  }

  .scl_interview_student_list_item {
    display: flex;
    justify-content: space-between;
  }

  .scl_interview_student_list>div:not(:first-of-type) {
    margin-top: 80px;
  }

  .scl_interview_student_list>div:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .scl_interview_student_list_item_pic {
    position: relative;
    flex-shrink: 0;
    width: 490px;
    margin-bottom: 0;
  }

  .scl_interview_student_list>div:nth-of-type(even) .scl_interview_student_list_item_pic>p {
    left: 0;
  }

  .scl_interview_student_list_item_text {
    flex-shrink: 0;
    width: 490px;
  }

  .scl_interview_student_list_item_text_title {
    margin-top: 20px;
  }

  .scl_interview_student_list .scl_interview_student_list_item:nth-of-type(odd) .scl_interview_student_list_item_text_coment {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding-left: 20px;
  }

  .scl_interview_student_list .scl_interview_student_list_item:nth-of-type(even) .scl_interview_student_list_item_text_coment {
    width: calc(100% + 20px);
    margin-right: -20px;
    padding-right: 20px;
  }

  /* -- 年間スケジュール(pc) -- */
  .annual_schedule {
    padding: 50px 0 60px;
  }

  .annual_schedule_title {
    text-align: normal;
    display: flex;
    align-items: center;
  }

  .annual_schedule_title span {
    padding-left: 0.5em;
  }

  .annual_schedule_list dd ul {
    display: flex;
    flex-wrap: wrap;
  }

  .annual_schedule_list dd ul li {
    margin-right: 1.2em;
  }

  .annual_schedule_list dd ul li.br {
    margin-right: 0;
  }

  .annual_schedule_list_wrap {
    display: flex;
    justify-content: space-between;
  }

  .annual_schedule_list_wrap>div {
    flex-grow: 1;
  }

  .annual_schedule_list_pic {
    position: static;
    flex-shrink: 0;
    width: 307px;
    margin: 0 0 0 20px;
    padding: 0;
  }

  .annual_schedule_list_pic img {
    width: 100%;
  }

  .annual_schedule_list_pic img:nth-of-type(1) {
    position: static;
    top: 0;
    left: 0;
  }

  .annual_schedule_list_pic img:nth-of-type(2) {
    position: static;
    top: 0;
    left: 0;
  }

  .annual_schedule_list_pic img:nth-of-type(3) {
    position: static;
    top: 0;
    left: 0;
  }

  .annual_schedule_list_pic img:not(:first-of-type) {
    margin-top: 10px;
  }

  .annual_schedule_pickup {
    margin-top: 60px;
  }

  .annual_schedule_pickup_list {
    display: flex;
  }

  .annual_schedule_pickup_list .annual_schedule_pickup_list_item:not(:first-of-type) {
    margin-top: 0;
  }

  .annual_schedule_pickup_list_item {
    flex-shrink: 0;
    width: 33.33%;
    display: flex;
    flex-direction: column;
  }

  .annual_schedule_pickup_list_item img {
    width: 326px;
  }

  .annual_schedule_pickup_list .annual_schedule_pickup_list_item:nth-of-type(2) img {
    margin: 0 auto;
  }

  .annual_schedule_pickup_list .annual_schedule_pickup_list_item:nth-of-type(3) img {
    margin-left: auto;
  }

  .annual_schedule_pickup_list .annual_schedule_pickup_list_item p {
    padding: 0 1em;
    flex-grow: 1;
  }

  .annual_schedule_pickup_list_item:not(:first-of-type) p {
    border-left: solid 1px #231815;
  }

  /* -- 施設・設備(pc) -- */
  .scl .facility {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .facility_list_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .facility_list_wrap>div {
    width: 475px;
  }

  .facility_list_wrap>div:not(:first-of-type) {
    margin-top: 0px;
  }

  .facility_room_list>div:not(:first-of-type) {
    margin-top: 0;
  }

  .facility_room_item {
    width: 222px;
  }

  .facility_list {
    font-size: 15px;
  }

  .facility_room_list>.facility_room_item:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .facility_room_item>dd {
    min-height: calc(5em * 1.8);
  }

  .scl_info_syllabus {
    display: flex;
  }

  .scl_info_syllabus dl:not(:first-of-type) {
    margin: 0 0 0 2.5rem;
  }

  /* -------------------------------------
    学校情報公開(pc)
  ------------------------------------- */
  .scl_info {
    font-size: 14px;
  }

  .title_bar {
    font-size: 21px;
  }

  .scl_info *+.title_round {
    margin-top: 2em;
  }

  .scl_info .bg_gray {
    padding: 40px 0;
    margin: 60px 0;
  }

  .title_round {
    width: fit-content;
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
    border: solid 1px #002b55;
    padding: 0.2em 1em;
    border-radius: 20px;
    background-color: #002b55;
  }

  /* --高等教育の修学支援新制度手続きについて(pc)-- */
  .disclosure>section:not(:first-of-type) {
    margin-top: 60px;
  }

  .disclosure_title {
    font-size: 21px;
  }

  .disclosure_flow img {
    width: 892px;
    margin: 0 auto;
  }

  .disclosure_procedure_table_wrap {
    width: 100%;
  }

  .disclosure_procedure_table {
    margin: 0 auto;
  }

  .disclosure_procedure_table_wrap+p {
    font-size: 13px;
    margin: 1em 0 0 38px;
  }

  .disclosure_procedure_notice {
    display: flex;
    margin-top: 30px;
  }

  .disclosure_procedure_notice_title {
    flex-shrink: 0;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 10px 0 0;
  }

  .disclosure_inquiry .disclosure_title {
    margin-bottom: 0.5em;
  }

  .disclosure_inquiry_inner {
    display: flex;
    align-items: baseline;
  }

  .disclosure_inquiry_inner div:nth-of-type(1) {
    margin: 0 1em 0 0;
  }

  /* -------------------------------------
  オープンキャンパス(pc)
  ------------------------------------- */
  .oc .title_main {
    margin-bottom: 40px;
  }

  .oc .title_stripe {
    margin-bottom: 50px;
  }

  .oc_date_list>li:nth-of-type(even) {
    margin-left: 0;
  }

  .oc_date_list>li:nth-of-type(n + 3) {
    margin-top: 0;
  }

  .oc_date_list>li:not(:nth-of-type(4n + 1)) {
    margin-left: 30px;
  }

  .oc_date_list>li:nth-of-type(n + 5) {
    margin-top: 30px;
  }

  .oc_date_list>li {
    width: 227px;
  }

  .oc_date_list>li>a {
    height: 86px;
  }

  .oc_date_list_item_date {
    font-size: 34px;
  }

  .oc_date_list_item_week {
    margin-left: 8px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .oc_date_list+.oc_course_list {
    margin-top: 60px;
  }

  /* -- オープンキャンパス_イベント(pc) -- */
  .oc .bg_gray,
  .oc_single .bg_gray {
    margin: 80px 0 70px;
    padding: 40px 0 40px;
  }

  .oc_event {
    position: initial;
    display: flex;
  }

  .oc_event_pic {
    flex-shrink: 0;
    width: 332px;
    margin-right: 30px;
  }

  .oc_event_text_wrap {
    margin-top: 0;
  }

  .oc_event_title_wrap {
    margin-top: 0;
    display: flex;
    align-items: center;
  }

  .oc_event_title {
    position: initial;
    top: 0;
    left: 0;
    transform: translateX(0);
  }

  .oc_event_title_sub {
    width: fit-content;
    padding: 0 1.5em;
    margin-left: 20px;
  }

  /* -- オープンキャンパス_アクセス(pc) -- */
  .op_access_wrap {
    display: flex;
  }

  .op_access_map {
    flex-shrink: 0;
    width: 530px;
    margin-right: 30px;
  }

  .op_access_map iframe {
    aspect-ratio: 53/25;
  }

  .op_access_trans_wrap {
    margin-top: 0;
  }

  .op_access_trans_list>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .op_access_trans_list dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: 110px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #002b55;
    border: none;
    border-radius: 0;

    border-right: solid 1px #9fa0a0;
  }

  .op_access_trans_list dt span {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }

  .op_access_trans_list dt::before {
    flex-shrink: 0;
    content: "";
    width: 45px;
    height: 45px;
    background: no-repeat center / 100% auto;
  }

  .op_access_trans_list dt.car::before {
    background-image: url("../images/icon_car.png");
  }

  .op_access_trans_list dt.train::before {
    background-image: url("../images/icon_train.png");
  }

  .op_access_trans_list dd {
    margin: 0;
    padding-left: 0.7em;
  }

  .op_access_trans_bus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 26px;
    padding: 0 1.5em 0 0;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #002b55;
    border-radius: 13px;
    margin-top: 30px;
  }

  .op_access_trans_bus::before {
    flex-shrink: 0;
    content: "";
    width: 45px;
    height: 45px;
    background: url("../images/icon_bus.png") no-repeat center / 100% auto;
    margin-right: 10px;
  }

  /* -------------------------------------
  オープンキャンパス_詳細(pc)
  ------------------------------------- */
  .oc_single .oc_course_list {
    margin-top: 60px;
  }

  .oc_course_list_item {
    display: flex;
    justify-content: space-between;
  }

  .oc_course_list .oc_course_list_item:not(:first-of-type),
  .oc_course_list+.oc_course_list {
    margin-top: 40px;
    padding-top: 40px;
  }

  .oc_course_list .oc_course_list_item+.oc_course_list_item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #002b55;
  }

  .oc_course_list_item_img {
    flex-shrink: 0;
    width: 332px;
  }

  .oc_course_list_item_text {
    flex-shrink: 0;
    width: 638px;
  }

  .oc_course_list_item_cat {
    width: fit-content;
    margin: 0 0 14px 0;
  }

  .oc_course_list_item_date_wrap {
    display: flex;
    align-items: baseline;
    text-align: left;
    text-indent: 0;
  }

  .oc_course_list_item_date {
    font-size: 24px;
    white-space: nowrap;
  }

  .oc_course_list_item_time {
    margin-left: 1em;
  }

  .oc_course_list_item_point {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1;
  }

  .oc_course_list_item_point>li {
    display: flex;
    align-items: center;
    border: solid 1px #002b55;
    color: #002b55;
    padding: 0.3em 0.5em;
    margin: 10px 10px 0 0;
  }

  .oc_course_list_item_point>li:before {
    content: none;
  }

  .oc_course_list_item_btn {
    width: fit-content;
    padding: 0.5em 2em;
  }

  .oc_single .title_stripe {
    margin: 70px 0 50px;
  }

  /* -------------------------------------
    ニュース(pc)
  ------------------------------------- */

  /* --  ニュース_一覧(pc) -- */
  . .news_list {
    margin-top: 40px;
  }

  .news_list>div {
    display: flex;
    align-items: baseline;
  }

  .news_list>div:not(:first-of-type) {
    margin-top: 30px;
  }

  .news_list_item_cate {
    flex-shrink: 0;
    width: 224px;
    height: 32px;
    margin: 0 30px 0 0;
    border-radius: 16px;
    font-size: 16px;
  }

  .news_list>div>dd {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
  }

  .news_list_item_date {
    flex-shrink: 0;
    margin-top: 0;
    font-size: 16px;
    text-align: left;
  }

  .news_list_item_title {
    margin: 0 0 0 30px;
    text-align: left;
  }

  .news_list_item_title>a {
    color: #231815;
  }

  /* ページ送り(pc) */
  .nav-links {
    margin: 50px auto 0;
  }

  .nav-links *:not(:first-child) {
    margin-left: 10px;
  }

  .nav-links a,
  .nav-links span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    min-height: 24px;
    padding: 0 0.4em;
  }

  .nav-links span {
    color: #fff;
    background-color: #002b55;
  }

  .nav-links a {
    color: #231815;
    background-color: #dbdcdc;
    text-decoration: none !important;
    transition: 0.3s;
  }

  .nav-links a:hover {
    opacity: 0.7;
  }

  .nav-links span.dots {
    padding: 0;
    color: #231815;
    background-color: transparent;
  }

  /* --  ニュース_詳細(pc) -- */
  .news_single .title_main {
    margin-bottom: 40px;
  }

  .news_single_date {
    height: 34px;
    font-size: 15px;
  }

  .news_single_title {
    font-size: 26px;
    text-align: center;
  }

  .news_single_content {
    margin-top: 60px;
  }

  .news_article+.news_single_btn_return {
    margin-top: 60px;
  }

  /* -------------------------------------
    新型コロナウイルス関連情報(pc)
  ------------------------------------- */
  .covid19 .title_main {
    font-size: 40px;
  }

  .covid19 .content_inner {
    width: 690px;
    margin: 0 auto;
  }

  .covid19 section:not(:first-of-type) {
    margin-top: 60px;
  }

  .covid_news_list li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .covid_news_list li span:nth-of-type(1) {
    flex-shrink: 0;
    width: 180px;
    text-align: right;
  }

  .covid_news_list li span:nth-of-type(2) {
    flex-shrink: 0;
    width: 480px;
    margin-top: 0;
    padding-right: 60px;
    text-align: left;
  }

  /* -------------------------------------
    採用担当の方へ(pc)
  ------------------------------------- */
  .saiyou_text {
    width: 810px;
    margin: 2em auto 0;
  }

  .saiyou_info_title {
    font-size: 19px;
  }

  .saiyou_info {
    margin-top: 60px;
  }

  .saiyou_info_inner {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 3em;
  }

  .saiyou_info_inner div:not(:first-of-type) {
    margin: 0 0 0 30px;
  }

  /* -------------------------------------
    教職員公募情報(pc)
  ------------------------------------- */
  .bosyu_item_wrap {
    width: fit-content;
    margin: 0 auto;
  }

  .bosyu_item {
    margin-bottom: 40px;
  }

  .bosyu_item_wrap .bosyu_item:not(:first-of-type) {
    padding-top: 40px;
  }

  .bosyu_item_title {
    font-size: 21px;
  }

  .bosyu_item_talbe th {
    text-align: left;
    vertical-align: baseline;
  }

  .bosyu_item_talbe {
    display: table;
  }

  .bosyu_item_talbe tbody {
    display: table-row-group;
  }

  .bosyu_item_talbe tr {
    display: table-row;
    padding: 0;
  }

  .bosyu_item_talbe th,
  .bosyu_item_talbe td {
    display: table-cell;
  }

  .bosyu_item_talbe tr:not(:first-of-type) {
    border: none;
  }

  .bosyu_item_talbe th {
    letter-spacing: 0.2em;
    padding: 0 1em 0.5em 0;
    border-right: dashed 1px #9fa0a0;
  }

  .bosyu_item_talbe td {
    padding: 0 0 0.5em 1em;
  }

  /* -------------------------------------
    入試情報(pc)
  ------------------------------------- */
  /* --スマホ用にリセットしたテーブルのスタイルを再定義-- */
  table.block {
    display: table;
    border-collapse: collapse;
  }

  table.block caption {
    display: table-caption;
  }

  table.block thead {
    display: table-header-group;
  }

  table.block tbody {
    display: table-row-group;
  }

  table.block tfoot {
    display: table-footer-group;
  }

  table.block tr {
    display: table-row;
  }

  table.block th,
  table.block td {
    display: table-cell;
  }

  .nyushi>section:not(:first-of-type) {
    margin: 80px 0;
  }

  .nyushi .title_stripe {
    font-size: 25px;
    margin-bottom: 30px;
  }

  /* --募集学科・定員(pc)-- */
  .nyushi_teiin_table {
    width: 600px;
    margin: 0 auto;
    table-layout: fixed;
  }

  .nyushi_teiin_table tr:first-of-type {
    display: table-row !important;
  }

  .nyushi_teiin_table .capacity::before,
  .nyushi_teiin_table .year::before {
    content: none;
  }

  .nyushi_teiin_table .capacity,
  .nyushi_teiin_table .year {
    display: table-cell;
  }

  .nyushi_teiin_table tr:first-of-type th {
    color: #fff;
    background-color: #231815;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
  }

  .nyushi_teiin_table tr:not(:first-of-type) th {
    text-align: justify;
    text-align-last: justify;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nyushi_teiin_table tr:first-of-type th:not(:first-of-type) {
    border-left: dotted 1px #fff;
  }

  .nyushi_teiin_table tr:not(:first-of-type) th:first-of-type {
    color: #231815;
    background-color: transparent;
  }

  .nyushi_teiin_table tr td:not(:first-of-type) {
    border-top: none;
  }

  .nyushi_teiin_table tr {
    border-bottom: solid 1px #231815;
  }

  .nyushi_teiin_table td div {
    width: 100%;
    border-left: none;
    background-color: transparent;
  }

  .nyushi_teiin_table tr:nth-of-type(odd) {
    background-color: #efefef;
  }

  .nyushi_teiin_table td {
    text-align: center;
    border-left: dotted 1px #231815;
  }

  .nyushi_teiin_table+P {
    width: 600px;
    margin-inline: auto;
    font-size: 12px;
  }

  /* --出願資格(pc)-- */
  .nyushi_shikaku {
    margin-top: 80px 0;
  }

  .nyushi_shikaku ol {
    width: fit-content;
    margin: 0 auto;
  }

  /* --入学選考(pc)-- */
  .nyushi_senkou .content {
    width: 860px;
    margin: 0 auto;
    padding: 0;
  }

  /* --入試日程一覧(sp)-- */
  .nyushi_schedule .content {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  .nyushi_schedule .title_stripe span {
    font-size: 17px;
  }

  /* --総合型選抜入試(pc)-- */
  .nyushi_ao .content {
    width: 820px;
    margin: 0 auto;
    padding: 0;
  }

  .nyushi_ao .kijun div {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }

  .nyushi_ao .kijun dt {
    margin: 0;
  }

  .nyushi_ao_schedule_table {
    display: table;
    border-collapse: collapse;
    width: auto;
    margin: 0 auto 30px;
    border-top: solid 1px #231815;
    border-bottom: solid 1px #231815;
  }

  .nyushi_ao_schedule_table tbody {
    display: table-row-group;
  }

  .nyushi_ao_schedule_table tr {
    display: table-row;
  }

  .nyushi_ao_schedule_table th,
  .nyushi_ao_schedule_table td {
    display: table-cell;
    white-space: nowrap;
  }

  .nyushi_ao_schedule_table th {
    padding: 0.5em 1em;
  }

  .nyushi_ao_schedule_table td {
    text-align: center;
    padding: 0.5em 1em;
  }

  .nyushi_ao_schedule_table dl {
    display: block;
  }

  .nyushi_ao_schedule_table tr:not(:last-of-type) th {
    border-bottom: solid 1px #fff;
  }

  .nyushi_ao_schedule_table tr:not(:last-of-type) td {
    border-bottom: solid 1px #231815;
  }

  .nyushi_ao_schedule_table td div {
    display: flex;
    gap: 0 1em;
  }

  .nyushi_ao_schedule_table dt {
    font-weight: normal;
  }

  .nyushi_ao_mailing {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: fit-content;
    margin: 1em auto 30px;
  }

  .nyushi_ao_mailing p {
    width: fit-content;
  }

  .nyushi_ao_special_table_wrap {
    overflow: hidden !important;
  }

  .ao_entry_btn {
    width: 510px;
    font-size: 20px;
    padding: 2em 0;
    margin: 60px auto 0;
  }

  /* --社会人入試(pc)-- */
  .nyushi_society .content {
    width: 820px;
    margin: 0 auto;
    padding: 0;
  }

  .nyushi_society_table_wrap {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    margin-bottom: 1em;
  }

  .nyushi_society_table_wrap table:nth-of-type(2) {
    flex-grow: 1;
  }

  .nyushi_society_table {
    display: table;
    border-collapse: collapse;
    width: auto;
    border-top: solid 1px #231815;
    border-bottom: solid 1px #231815;
  }

  .nyushi_society_table tbody {
    display: table-row-group;
  }

  .nyushi_society_table tr {
    display: table-row;
  }

  .nyushi_society_table th,
  .nyushi_society_table td {
    display: table-cell;
    white-space: nowrap;
  }

  .nyushi_society_table th {
    padding: 0.5em 1em;
  }

  .nyushi_society_table td {
    text-align: center;
    padding: 0.5em 1em;
  }

  .nyushi_society_table tr:not(:last-of-type) th {
    border-bottom: solid 1px #fff;
  }

  .nyushi_society_table tr:not(:last-of-type) td {
    border-bottom: solid 1px #231815;
  }

  /* --出願手続き(pc)-- */
  .nyushi_entry .content {
    width: 890px;
    margin: 0 auto;
    padding: 0;
  }

  .nyshi_entry_reject {
    margin-top: 40px;
  }

  .nyshi_entry_reject {
    display: flex;
    align-items: flex-start;
  }

  .nyshi_entry_reject_title {
    margin: 0 1em 0 0;
  }

  /* --アドミッションポリシー(pc)-- */
  .nyushi_policy .content {
    width: 620px;
    margin: 0 auto;
    padding: 0;
  }

  /* --学校案内募集要項(pc)-- */
  .nyushi section.nyushi_yokou {
    margin-bottom: 100px;
  }

  .nyushi_yokou_btn {
    max-width: initial;
    width: 480px;
    font-size: 17px;
  }

  /* -------------------------------------
    学費・奨学金(pc)
  ------------------------------------- */
  .gakuhi .title_stripe {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .gakuhi .content_inner {
    width: 810px;
    margin: 0 auto;
  }

  .scroll_table_wrap {
    width: 100%;
    margin-left: 0;
    overflow-y: hidden;
  }

  .shugaku_shiengaku .reference {
    /* width: 93%; */
    width: 950px;
    margin: 2em auto 0 auto;
  }

  .js-scrollable {
    padding-left: 0;
  }

  /* --学費(pc)-- */
  .gakuhi_section {
    padding-bottom: 60px;
  }

  .gakuhi_explanation ul {
    overflow: hidden;
  }

  .gakuhi_explanation li {
    float: left;
  }

  .gakuhi_explanation ul li:nth-of-type(even) {
    float: none;
    padding-left: 1em;
  }

  .gakuhi_explanation_results {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }

  /* --国の高等教育の修学支援新制度(pc) */
  .shugaku_shien {
    padding: 60px 0;
  }

  /* --日本学生支援機構奨学金(pc)-- */
  .jasso {
    padding: 60px 0;
  }

  .jasso .content {
    width: 1000px;
  }

  .jasso_reserve_title+p {
    font-size: 20px;
  }

  .jasso_reserve {
    padding: 30px;
  }

  /* --日本政策金融公庫（国の教育ローン）(pc)-- */
  .education_loan {
    padding: 60px 0;
  }

  .education_loan .content {
    width: 810px;
  }

  .income_table th {
    padding: 0.5em 1em;
  }

  .income_table td {
    padding: 0.5em 1em;
  }

  .repayment_table {
    margin: 20px auto 10px;
  }

  /* --教育ローン（オリコ）(pc)-- */
  .loan_orico {
    padding: 60px 0 0;
  }

  .loan_orico_text+p {
    text-align: center;
  }

  .loan_orico_plan {
    padding: 30px;
  }

  .loan_orico_plan_text {
    font-size: 20px;
    text-align: center;
  }

  .loan_orico_plan_repayment {
    width: 594px;
    margin: 30px auto;
  }

  .loan_orico_plan_table th {
    margin-top: 0;
    white-space: nowrap;
  }

  .loan_orico_plan_table {
    width: fit-content;
    margin: 0 auto;
  }

  .loan_orico_plan_table th,
  .loan_orico_plan_table td {
    vertical-align: baseline;
    padding: 0.2em 1em 0.2em 0;
  }

  /* --入学情報ページリスト(pc)-- */
  .nav_nyushi {
    margin: 80px 0 60px;
  }

  .nav_nyushi ul {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    font-size: 18px;
  }

  .nav_nyushi ul li:not(:first-of-type) {
    margin-top: 0;
  }

  .nav_nyushi ul li a {
    height: 96px;
    text-decoration: none;
    transition: 0.3s;
  }

  .nav_nyushi ul li a:hover {
    background-color: #e5eaee;
    border: solid 1px #e5eaee;
  }

  .nav_nyushi .current {
    height: 96px;
  }

  .miryoku_btn {
    max-width: 394px;
  }

  /* -------------------------------------
    同窓会(pc)
  ------------------------------------- */
  .dousoukai_head_pic {
    max-width: 1000px;
    margin: 0 auto 60px;
  }

  .dousoukai_news_list {
    width: 756px;
    margin: 0 auto 40px;
  }

  .dousoukai_news_list_item {
    display: flex;
  }

  .dousoukai_news_list_item_date {
    flex-shrink: 0;
    width: 170px;
    text-align: left;
  }

  .dousoukai_news_list_item_title {
    flex-grow: 1;
    text-align: left;
    margin-top: 0;
  }

  .dousoukai_news_single .news_single_content {
    margin-top: 30px;
  }

  .dousoukai_greeting {
    margin-top: 60px;
  }

  .dousoukai_regulation {
    width: 756px;
    margin: 60px auto 0;
  }

  .dousoukai_regulation_list>div:not(:first-of-type) {
    margin-top: 40px;
  }

  .dousoukai_regulation_table .space {
    padding-top: 0;
  }

  .dousoukai_regulation_table .space th,
  .dousoukai_regulation_table .space td {
    padding-top: 1em;
  }

  .dousoukai_regulation_table th {
    white-space: nowrap;
    vertical-align: baseline;
  }

  .dousoukai_regulation_table td {
    padding-left: 1.5em;
  }

  .dousoukai_document {
    margin-top: 60px;
  }

  .dousoukai_document>ul {
    width: fit-content;
    display: flex;
    margin: 0 auto;
  }

  .dousoukai_document>ul>li:not(:first-of-type) {
    margin: 0 0 0 2em;
  }

  /* -------------------------------------
    よくある質問(pc)
  ------------------------------------- */
  .qa .content {
    width: 630px;
    margin: 0 auto;
  }

  .qa .title_main span span {
    font-size: 30px;
    vertical-align: middle;
  }

  .qa .title_stripe {
    font-size: 25px;
  }

  .qa section:not(:first-of-type) {
    margin-top: 70px;
  }

  .qa_item_q:hover {
    cursor: pointer;
  }

  .qa_miryoku_btn {
    max-width: 394px;
    margin: 80px auto 0;
  }

  /* -------------------------------------
    アクセス(pc)
  ------------------------------------- */
  .access_head_pic {
    width: 1000px;
    margin-bottom: 80px;
  }

  .access {
    display: flex;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
  }

  .access_map {
    flex-shrink: 0;
    width: 468px;
    margin-right: 30px;
    line-height: 1;
  }

  .access_map iframe {
    aspect-ratio: 468/335;
  }

  .access_trans_wrap {
    margin-top: 0;
  }

  .access_trans_list>div {
    display: flex;
    align-items: center;
  }

  .access_trans_list dt {
    flex-shrink: 0;
    margin-right: 12px;
    padding-right: 10px;
    border-right: solid 1px #9fa0a0;
  }

  .access_trans_list dd {
    margin-top: 0;
  }

  .access_logo {
    margin: 30px 0 14px;
  }

  .acces_address_inner {
    display: flex;
  }

  .access_mail {
    margin-left: 1em;
  }

  /* -------------------------------------
    学生マンション(pc)
  ------------------------------------- */
  .apartment_text {
    margin: 40px 0;
    text-align: center;
  }

  .apartment_list {
    display: flex;
    justify-content: space-between;
  }

  .apartment_list {
    max-width: 1000px;
    margin: 0 0 80px 0;
  }

  .apartment_list li {
    flex-shrink: 0;
    width: 313px;
  }

  .apartment_list li:not(:first-of-type) {
    margin-top: 0;
  }

  /* -------------------------------------
    学科案内(pc)202502
  ------------------------------------- */
  .course_head {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 80px;
  }

  .course_head_pic {
    padding-bottom: 0;
    height: 675px;
  }

  .sr .course_head_pic {
    background: url("../images/202502/sr_head_pc.jpg") no-repeat top center / cover;
  }

  .rr .course_head_pic {
    background: url("../images/202502/rr_head_pc.jpg") no-repeat top center / cover;
  }

  .kk .course_head_pic {
    background: url("../images/202502/kk_head_pc.jpg") no-repeat top center / cover;
  }

  .kango .course_head_pic {
    background: url("../images/202502/kango_head_pc.jpg") no-repeat top center / cover;
  }

  .sh .course_head_pic {
    background: url("../images/202502/sh_head_pc.jpg") no-repeat top center / cover;
  }

  .course_head_lead {
    position: absolute;
    right: calc(50% - 414px);
    padding: 0;
    font-size: 23px;
    letter-spacing: 0.1em;
    text-align: left;
    font-feature-settings: normal;
    writing-mode: vertical-rl;
  }

  .course.sr .course_head_lead {
    top: 64px;
  }

  .course.rr .course_head_lead {
    top: 14px;
  }

  .course.kk .course_head_lead {
    top: 96px;
  }

  .course.kango .course_head_lead {
    top: 32px;
  }

  .course.sh .course_head_lead {
    top: 66px;
  }

  .course_head_lead span {
    display: inline-block;
    padding: 0.6em 0 0;
  }

  .sr .course_head_lead span {
    color: #fff;
    background-color: #6fba2c;
  }

  .rr .course_head_lead span {
    color: #fff;
    background-color: #036eb8;
  }

  .kk .course_head_lead span {
    color: #fff;
    background-color: #e60012;
  }

  .kango .course_head_lead span {
    color: #fff;
    background-color: #e95383;
  }

  .sh .course_head_lead span {
    color: #fff;
    background-color: #ed6d1f;
  }

  .course_head_lead span.end_space {
    padding-bottom: 0.6em;
  }

  .course_head_lead span:not(:first-of-type) {
    margin-right: 1em;
  }

  .course_head_inner {
    padding: 24px 0 24px;
    position: absolute;
    left: calc(50% - 414px);
    bottom: 0;
    width: 828px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px 10px 0 0;
  }

  .course_head_title_wrap {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
  }

  .course_head_title {
    font-size: 68px;
    margin-bottom: 0;
  }

  .course_head_title_sub {
    margin-left: 20px;
    text-align: left;
    font-size: 16px;
  }

  .course_head_title_sub>span:nth-of-type(1) {
    text-indent: 0;
  }

  .course_head_title_sub>span:nth-of-type(2) {
    margin-top: 12px;
  }

  .sh .course_head_title_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .sh .course_head_title_wrap .course_head_title {
    order: 2;
    width: auto;
    margin-bottom: 0;
    letter-spacing: normal;
  }

  .sh .course_head_title_wrap .course_head_title_sub {
    order: 4;
    width: auto;
    margin-top: 0;
  }

  .sh .course_head_title_wrap .course_head_title_tag_1 {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 0.5em 0 0.3em;
    font-feature-settings: normal;
    writing-mode: vertical-rl;
  }

  .sh .course_head_title_wrap .course_head_title_tag_2 {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: auto;
    padding: 0.5em 0 0.3em;
    margin-left: 10px;
    font-size: 10px;
    border: solid 1px #000;
    font-feature-settings: normal;
    writing-mode: vertical-rl;
  }

  .course_head_text {
    font-size: 17px;
    text-align: center;
    margin-top: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-left: 0.05em;
  }

  /* --スポーツ学科　産学連携(pc)-- */
  .sangakurenkei {
    max-width: 1150px;
    margin: 70px auto 0;
  }

  .sangakurenkei_inner {
    background: url("../images/202502/bg_sangakurenkei_pc.png") no-repeat top center / cover;
    padding: 40px 0;
  }

  .sangakurenkei_title img {
    width: 952px;
    margin: 0 auto;
  }

  .sangakurenkei_title+p {
    font-size: 22px;
    text-align: center;
    padding-left: 0.02em;
  }

  .sangakurenkei_teams {
    width: 845px;
    margin: 0 auto;
  }

  .sangakurenkei_teams li:nth-of-type(1) img {
    width: 845px;
    margin: 0;
  }

  .sangakurenkei_teams li:nth-of-type(2) img {
    width: 845px;
    margin: 30px 0;
  }

  .sangakurenkei_teams li:nth-of-type(3) img {
    width: 845px;
    margin-top: 25px;
  }

  .sangakurenkei_sponsor {
    width: 577px;
    margin: 50px auto 0;
  }

  /* --学科の特長(pc)-- */
  .course_point {
    background-color: transparent;
  }

  .course_point_inner {
    padding: 0;
    width: 1000px;
    margin: 0 auto;
  }

  .course_point_list {
    display: flex;
    margin-top: 30px;
  }

  .course_point_list li {
    flex-shrink: 0;
    padding: 0;
  }

  .course_point_list li:not(:first-of-type) {
    border-top: none;
    border-left: solid 1px #231815;
  }

  .course_point_list li:nth-of-type(1) {
    width: 323px;
    padding-right: 25px;
  }

  .course_point_list li:nth-of-type(2) {
    width: 354px;
    padding: 0 25px;
  }

  .course_point_list li:nth-of-type(3) {
    width: 323px;
    padding-left: 25px;
  }

  .course_point_list_title.two_rows {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(1.8em * 2);
  }

  .course_point_list_title.three_rows {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(1.8em * 3);
  }

  .department_point.course_point_list li:nth-of-type(1) {
    width: 500px;
    padding: 0 25px 0 0;
  }

  .department_point.course_point_list li:nth-of-type(2) {
    width: 500px;
    padding: 0 0 0 25px;
  }

  /* --学びの流れ(pc)-- */
  .course_flow {
    width: 1000px;
    margin: 80px auto;
    padding: 0;
  }

  .course_flow_item_wrap .course_flow_item:not(:first-of-type) {
    margin-top: 0;
  }

  .course_flow_item_wrap .course_flow_item:not(:first-of-type) .course_flow_item_content {
    padding-top: 30px;
  }

  .course_flow_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .course_flow_item_year {
    width: 40px;
    flex-shrink: 0;
    align-self: stretch;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    text-align: left;
    writing-mode: vertical-rl;
    line-height: 40px;
  }

  .course_flow_item_wrap .course_flow_item:not(:first-of-type) .course_flow_item_year {
    padding: 30px 0 0 0;
    background-image: url("../images/course_year_partition.svg");
    background-size: 40px;
    background-position: top left;
    background-repeat: no-repeat;
  }

  .course_flow_item_year span {
    text-combine-upright: all;
    display: inline-block;
    padding-bottom: 6px;
    letter-spacing: normal;
  }

  .course_flow_item_content {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    width: 930px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .course_flow_item_wrap .course_flow_item:not(:first-of-type) .course_flow_item_content {
    border-top: solid 1px #b5b5b6;
  }

  .course_flow_item_wrap .course_flow_item:last-of-type .course_flow_item_content {
    padding-bottom: 0;
  }

  .course_flow_item_text {
    width: 394px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .course_flow_item_text .kango_text_ghost {
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    margin: 5px 0 20px;
  }

  .course_flow_item_title {
    text-align: left;
  }

  .course_flow_item_pic {
    width: 506px;
    flex-shrink: 0;
    margin-top: 0;
  }

  .course_flow_inner {
    display: flex;
    justify-content: space-between;
    width: 730px;
    margin-inline: auto;
  }

  .course_flow_inner .course_flow_item_wrap {
    width: 378px;
  }

  .course_flow_inner .course_flow_item_content {
    display: block;
    flex-shrink: 1;
    width: 306px;
  }

  .course_flow_inner .course_flow_item_text {
    width: auto;
    margin-right: 0;
  }

  .sh .course_flow_item_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .course_flow_pickup {
    width: 314px;
    margin-top: 40px;
  }

  .course_field {
    width: 880px;
    margin-inline: auto;
    padding: 0 0 10px 0;
    background-color: inherit;
  }

  .course_field_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 40px;
  }

  .course_field_inner dl:not(:first-of-type) {
    margin-top: 0;
  }

  .course_field_list {
    width: 276px;
  }

  .course_field_list dt {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #ed6d1f;
    border: solid 1px #ed6d1f;
    background-color: #fff;
    padding: 0.2em;
    margin-bottom: 10px;
  }

  .course_field_list dd {
    display: flex;
    align-items: baseline;
  }

  .course_field_list dd::before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #9fa0a0;
    transform: translateY(-3px);
  }

  /* --国家試験対策(pc)-- */
  .course_taisaku_text {
    text-align: center;
  }

  /* --卒業後の進路(pc)-- */
  .course_shinro {
    width: 1000px;
    margin: 80px auto;
    padding: 0;
  }

  .course_shinro_jisseki_title {
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
  }

  .course_shinro_jisseki_list {
    font-size: 13px;
  }

  /* --学科長挨拶(pc)-- */
  .course_teacher {
    background-color: transparent;
    width: 1000px;
    margin: 80px auto 0;
    padding: 0;
  }

  .course_teacher_inner {
    display: flex;
    flex-direction: row-reverse;
    width: fit-content;
    width: 690px;
    margin: 0 auto;
  }

  .course_teacher_pic {
    flex-shrink: 0;
    width: 173px;
  }

  .course_teacher_text {
    padding: 0 2em 0 0;
    margin-top: 0;
  }

  /* --学科案内 バナー・sns(pc)-- */
  .course_banner_wrap {
    margin: 80px 0 40px;
  }

  .course_list_wrap {
    margin: 60px 0;
    padding: 0;
  }

  .course .course_list {
    justify-content: space-between;
  }

  .course .course_list li {
    width: 242px;
  }

  /* -------------------------------------
    オンライン入試(pc)
  ------------------------------------- */
  .online_head {
    width: 1150px;
    height: 255px;
    margin: 0 auto;
    background-size: auto 255px;
  }

  .online_title {
    height: 70px;
    font-size: 30px;
  }

  .online_lead {
    font-size: 30px;
  }

  .online_lead::before {
    left: -40px;
    width: 24px;
    height: 36px;
  }

  .online_lead::after {
    right: -40px;
    width: 24px;
    height: 36px;
  }

  .online_point {
    display: flex;
    width: fit-content;
    margin: 20px auto 80px;
  }

  .online_point div:nth-of-type(1) {
    padding-right: 24px;
    border-right: dashed 1px #9fa0a0;
  }

  .online_point div:nth-of-type(2) {
    padding-left: 28px;
  }

  .online_point div P:first-of-type {
    font-size: 30px;
    margin-top: 0;
  }

  .online_step_inner {
    width: 606px;
    padding: 0;
    margin: 0 auto;
  }

  .online_step_inner .title_stripe {
    margin-bottom: 60px;
  }

  .online_step_item_inner {
    width: 511px;
    margin: 0 auto;
  }

  .online_step_item .text_target {
    max-width: initial;
    padding: 0.5em 0;
    font-size: 14px;
  }

  .online_step_item_inner img {
    max-width: 100%;
    margin: 0;
  }

  .online_entry_btn {
    width: 510px;
    font-size: 20px;
    padding: 2em 0;
    margin: 10px auto 0;
  }

  .online_operation {
    margin: 60px 0;
  }

  .online_operation_inner {
    width: 606px;
    padding: 0;
    margin: 0 auto;
  }

  .online_operation_explanation {
    max-width: initial;
    width: 510px;
  }

  /* --ZOOMについて(pc)-- */
  .zoom main {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 20px;
  }

  .zoom .row {
    display: flex;
    justify-content: space-between;
  }

  .zoom .row .columns {
    flex-shrink: 0;
    width: 460px;
  }

  .zoom section:first-of-type .row .columns:nth-of-type(2) {
    padding-left: 20px;
  }

  img.zoom_pic_1 {
    width: 449px !important;
  }

  img.zoom_pic_2 {
    width: 440px !important;
  }

  img.zoom_pic_3 {
    width: 393px;
  }

  /* -------------------------------------
    キャンパスライフ(pc)
  ------------------------------------- */
  .campuslife .title_stripe {
    margin-bottom: 40px;
  }

  /* --学生サポート(pc)-- */

  .campuslife_support {
    padding: 60px 0;
  }

  .campuslife_support .content {
    width: 670px;
    margin: 0 auto;
    padding: 0;
  }

  .campuslife_support_item_wrap>div:not(:first-of-type) {
    margin-top: 40px;
  }

  .campuslife_support_item_title_number {
    width: 60px;
  }

  .campuslife_support_item_title {
    font-size: 20px;
  }

  /* --年間スケジュール(pc)-- */
  .campuslife_schedule {
    padding: 60px 0;
  }

  /* --在校生の1日(pc)-- */
  .campuslife_onday {
    padding: 60px 0;
  }

  .campuslife_onday_item {
    width: 1000px;
    margin: 0 auto;
  }

  .campuslife_onday .campuslife_onday_item:not(:first-of-type) {
    margin-top: 40px;
  }

  .campuslife_onday .campuslife_onday_item:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }

  .campuslife_onday_item_inner {
    position: relative;
    display: block;
    min-height: 560px;
    padding-top: 15px;
  }

  .campuslife_onday_item_inner::after {
    content: none;
    border: none;
    margin: 0;
  }

  .campuslife_onday_item_inner::after {
    content: "";
    clear: both;
    display: block;
  }

  .campuslife_onday_item_pic {
    float: left;
    width: 320px;
  }

  .campuslife_onday_item_pic img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: auto;
  }

  .campuslife_onday_item_head {
    position: relative;
    float: right;
    width: 665px;
  }

  .campuslife_onday_item_head img {
    max-width: initial;
    margin: 0;
    width: 332px;
    height: auto;
  }

  .campuslife_onday_item_name {
    position: absolute;
    left: 290px;
    bottom: 6px;
    padding-left: 0;
    margin-top: 0;
  }

  .campuslife_onday_item_text {
    float: right;
    width: 680px;
    padding: 0 0 0 40px;
  }

  .campuslife_onday_item_week {
    float: right;
    width: 680px;
    padding: 0 0 0 15px;
  }

  .campuslife_onday_item_week_pic {
    width: 665px;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .campuslife_onday_item_time {
    width: 1000px;
    padding: 30px 0 0 0;
    border-top: dashed 1px #9fa0a0;
  }

  .campuslife_onday_item_time_inner {
    width: 1000px;
  }

  /* -------------------------------------
    資格・就職(pc)
  ------------------------------------- */
  .state_exam {
    margin-bottom: 80px;
  }

  .support .title_stripe {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .state_exam>P {
    text-align: center;
  }

  .state_exam>P:nth-of-type(2) {
    font-size: 27px;
  }

  .state_exam_item {
    width: 672px;
    margin: 0 auto;
  }

  .state_exam_item_wrap .state_exam_item:not(:first-of-type) {
    margin-top: 30px;
    padding-top: 30px;
  }

  .state_exam_item_inner_title {
    align-items: center;
  }

  .state_exam_item_inner_title img {
    width: 40px;
    margin-right: 14px;
  }

  .state_exam_item_inner_title_sub {
    margin: 0.5em 0 0.5em;
  }

  .support_list_wrap {
    width: fit-content;
    max-width: 1000px;
    margin: 0 auto 80px;
  }

  .support_numerical {
    width: 1000px;
    margin: 0 auto 80px;
  }

  .support_numerical img {
    padding-top: 10px;
  }

  .support_recruit {
    width: 770px;
    margin: 0 auto 80px;
  }

  .support_recruit_item {
    display: flex;
    align-items: flex-start;
  }

  .support_recruit_item>img {
    flex-shrink: 0;
    width: 165px;
    margin: 0;
  }

  .support_recruit_item_text {
    margin-left: 1.5em;
  }

  .support_recruit_item_text_title {
    display: flex;
    align-items: center;
  }

  .support_recruit_item_text_title img {
    width: 40px;
    margin-right: 14px;
  }

  .support_results {
    width: 1000px;
    margin: 0 auto 80px;
  }

  .support_results dl:not(:first-of-type) {
    margin-top: 30px;
  }

  .support_graduate {
    width: 1000px;
    margin: 0 auto 80px;
  }

  .support_graduate .support_graduate_item_wrap:not(:first-of-type) {
    padding-top: 40px;
    margin-top: 40px;
  }

  .support_graduate_item_wrap .support_graduate_item:not(:first-of-type) {
    margin-top: 0;
  }

  .support_graduate_item_wrap {
    display: flex;
    justify-content: space-between;
  }

  .support_graduate_item {
    width: 470px;
  }

  .support_graduate_item_pic span {
    min-width: 114px;
    font-size: 15px;
    height: 26px;
  }

  /* -------------------------------------
    環境への取り組み(pc)
  ------------------------------------- */
  .carbon_free_pic_1 {
    width: 346px;
    padding-top: 10px;
  }

  .carbon_free_pic_2 {
    width: 406px;
  }

  .carbon_free_pic_3 {
    width: 383px;
  }

  .carbon_free_pic_4 {
    width: 328px;
  }

  /* -------------------------------------
    404(pc)
  ------------------------------------- */
  .page_404 .content {
    padding: 120px 0 60px;
  }
}