@charset "UTF-8";
/**************************

共通CSS

**************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);

/* --- inlined: https://www.heisei-iryo-gakuen.ac.jp/assets2024/css/reset.css --- */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,  sup, var, b, i, dl, dt, dd, ol, ul, li,  fieldset, form, label, legend, table, caption, tbody, tfoot, head, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
#content .inner .section-1st {
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.cf .link a {
	color: #fff;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* --- end inlined --- */

/*３月末公開時は非表示
.target-menu {
  display: none !important;
}
.target-sns {
  display: flex;
  align-items: center;
}*/
/*「対象者別」ボタン
body header nav ul.icons li.target {
  display: none !important;
}*/
/*5月,SNSと対象別「採用」「在校生」は出す（header.target_temp01）*/

header .target-menu li {
  display: none;
}
header .target-menu li:nth-last-child(-n+2) {
  display: inline;/*後ろふたつは出す*/
}
header .target-sns {
  display: flex;
  align-items: center;
}
body footer nav > ul > li.target li:nth-last-child(n+3) {
    display: none;/*後ろふたつ意外は隠す*/
}
/**************************

ETC

***/ :root {
  --main-txt-color: #333;
  --key-color: rgba(70, 148, 209, 1); /*水色*/
}
html {
  scroll-behavior: smooth;
  height: 100%;
  margin-top: 0px !important;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
html * {
  max-width: 100%;
  word-break: break-all;
}
body {
  height: 100%;
}
body * {
  /*max-width: 100%;slickなんかでトラブルかも けど必要*/
  max-height: 999999px; /*androidのフォントサイズ対策*/
  box-sizing: border-box;
}
a {
  /*color: var(--main-txt-color) !important;*/
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#wrapper {
  overflow: hidden;
  position: relative;
}
body .inner {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: block;
}
body .width-limit {
  overflow: hidden;
  max-width: 1024px;
  margin: 0 auto;
  display: block;
}
body .no_wrap {
  display: inline-block;
}
body .sp_only {
  display: none !important;
}
/*------------------------------ 
小表示
*/
@media screen and (max-width: 780px) {
  body .pc_only {
    display: none !important;
  }
  body .sp_only {
    display: inherit !important;
  }
  body .inner {
    padding: 0 0.5%;
  }
}
/**************************

font

***/ :root {
  --main-font-family: 'Noto Sans JP', sans-serif;
  --ex-letter-spacing: 0.01em;
  font-weight: 400;
}
html {
  font-size: 18px;
  color: var(--main-txt-color) !important;
  font-family: var(--main-font-family);
}
body {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
html select {
  font-family: var(--main-font-family);
}
h1 {
  font-family: var(--main-font-family);
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  color: #000;
}
h2, h3, h4, h5, h6 {
  font-family: var(--main-font-family);
  margin-bottom: 0.8em;
  font-weight: normal;
  line-height: 1.3;
}
body #contents h2 {
  font-weight: 700;
  font-size: 36px;
  margin-top: 2.5em;
  margin-bottom: 1.0em;
  color: var(--key-color) !important;
  text-align: center;
  padding: 0.55em;
}
body #contents h2:first-child {
  margin-top: 1.0em; /*#contents内で最初が見出しの場合*/
}
body #contents h3 {
  font-weight: 500;
  margin-top: 2.4em;
  padding-bottom: 0.2em;
  font-size: 22px;
}
body #contents h4 {
  font-size: 36px;
  font-weight: 800;
  margin-top: 1.3em;
  margin-bottom: 0.15em;
  color: #4694D1;
  position: relative;
  text-align: center; /* 文字の中央寄せ */
  margin-bottom: 2em;
}
body #contents h4::before {
  background-color: #4694D1; /* 線の色 */
  bottom: -0.8em; /* 線の位置 */
  content: "";
  height: 5px; /* 線の高さ */
  left: 0; /* 線の中央寄せ */
  margin-inline: auto; /* 線の中央寄せ */
  position: absolute;
  right: 0; /* 線の中央寄せ */
  width: 4em; /* 線の長さ */
}
body #contents h5, body #contents h6 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}
body #contents h6 span {
  font-size: 20px;
  font-weight: 400;
}
body #contents h5.heading_5 {
  font-size: 20px;
  font-weight: 500;
  border-left: #fff 6px solid;
  margin-top: 3em;
  margin-bottom: 0.8em;
  margin-left: 4px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
body #contents h5.heading_5::before {
  content: "";
  width: 1px;
  height: 1.6em;
  display: inline-block;
  background: #FFFFFF;
  margin-right: 0.5em;
}
body #contents h6.heading_6:before {
  content: "・";
}
body #contents li, body #contents p {
  font-size: 18px;
}
body #contents p {
  margin-bottom: 1em;
  line-height: 1.8;
}
body #contents ul, body #contents ol {
  margin-bottom: 1.2em;
}
body #contents li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
body #contents ul.list li {
  margin-left: 1em;
  text-indent: -1em;
}
body #contents ul.list li::before {
  content: "●";
  color: #4694d1;
  font-size: 80%;
  vertical-align: 8%;
  margin-right: 0.2em;
}
body #contents ol, body #contents ol li {
  list-style-type: decimal !important;
}
body #contents ol li {
  margin-left: 1.5em;
}
body #contents .size_s {
  font-size: 90%;
}
body #contents .aligncenter {
  text-align: center;
}
body #contents strong {
  font-weight: 600;
}
/*------------- 
*/
@media screen and (max-width: 520px) {
  body #contents h5.heading_5 {
    text-align: left !important;
  }
}
/*------------------------------------
adobeフォントがダウンロードされるまで非表示
--------------------------------*/
html.wf-inactive #wrapper {
  opacity: 0;
}
html.wf-active #wrapper {
  opacity: 100;
  transition: 0.5s;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*------------------------------ 
小表示
*/
@media screen and (max-width: 780px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  li, p, td, th {
    font-size: 16px !important;
  }
  body #contents h4 {
    font-size: 20px;
  }
}
/***------------------------------ 
大表示
***/
@media screen and (min-width: 781px) {
  .sp_only {
    display: none !important;
  }
}
/***------------------------------ 

header、Gナビ

------------------------------*/
body header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 999999;
  background: #fff;
  border-bottom: #fff 1px solid;
}
body header a {
  color: var(--main-txt-color);
}
body header h1 {
  padding-bottom: 4px;
  color: var(--key-color) !important;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
  padding: 0 12px;
  line-height: 1;
}
body header h1 img {
  height: 76px;
  /*filter: brightness(0%);*/
}
body header nav {
  display: flex;
  height: 100%;
}
body header nav.g-menu {
  width: 100%;
}
body header nav ul li {
  display: inline-block;
  margin: 0;
  line-height: 2;
}
body header nav ul li a {
  padding: 0.3em 0;
}
body header nav.g-menu ul.global li a:hover, body header nav ul li.current > a {
  border-bottom: 1px rgba(255, 255, 255, 0.9) solid;
}
/*--- 対象者別メニュー ＆　SNS ---*/
body header nav ul.target-menu {
  padding: 0.5em 1em;
}
body header nav ul.target-menu li {
  font-size: 16px;
  font-weight: 600;
}
body header nav ul.target-menu li:not(:last-child)::after {
  content: "｜";
}
body header nav ul.target-menu li a {
  padding: 0.3em 0;
}
body header nav ul.sns-menu {
  text-align: right;
  padding: 0 0.8em;
}
body header nav ul.sns-menu li {
  padding: 0.3em;
}
body header nav ul.sns-menu li img {
  width: 36px;
}
/*--- 3icons ---*/
body header nav ul.icons {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header nav ul.icons li {
  margin-right: 1px;
  height: 100%;
}
body header nav ul.icons li img {
  width: 136px;
}
body header nav ul.icons li a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body header nav ul.icons li.access a {
  background: #75BE56;
}
body header nav ul.icons li.target a {
  background: #fff;
}
body header nav ul.icons li.request a {
  background: #E289BC;
}
body header nav ul.icons li.event a {
  background: #F48700;
}
body header nav ul.icons li a:hover {
  background: #AFAFAF !important;
}
body header nav ul.icons li.target {
  display: none;
}
/*-- 幅調整 --*/
@media screen and (max-width: 1870px) {
  body header nav .target-sns {
    display: flex;
    align-items: center;
  }
  body header nav ul.icons li.target {
    display: inline-block;
  }
  body header nav ul.target-menu {
    display: none;
  }
}
@media screen and (max-width: 1630px) {
  body header nav .target-sns {
    display: none;
  }
}
@media screen and (min-width: 1330px) { /*大きいとき*/
  body header nav .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 1329px) { /*SP版*/
  body header nav.g-menu {
    display: none;
  }
  body header nav ul.icons li img {
    width: auto;
  }
  body header nav ul.icons li.request, body header nav ul.icons li.event {
    display: none;
  }
  body header nav ul.icons li.request, body header nav ul.icons li.event {
    display: none;
  }
  body header nav ul.icons li img {
    height: 78px;
  }
  body header h1 img {
    height: 60px;
  }
}
@media screen and (max-width: 780px) {
  body header nav ul.icons li img {
    height: 60px;
  }
  body header h1 img {
    height: 45px;
  }
  .menu-btn {
    width: 60px !important;
  }
}
@media screen and (max-width:520px /*「対象者」がないときは460px,ボタン揃ったら？520px*/ ) {
  body header {
    /*flex-wrap: nowrap;*/
  }
  body header h1 {
    width: 60%;
    width: 70%; /*ボタン2つ(アクセスと開閉)*/
    padding: 0 12px 0 5px;
  }
  body header h1 img {
    height: auto;
    padding: 4px 0 2px;
  }
  body header nav {
    max-width: 38% !important;
    max-width: 28% !important; /*ボタン2つ(アクセスと開閉)*/
  }
  body header nav ul.icons li {
    margin-right: 0px;
    width: 50%;
    width: 100%; /*ボタン2つ(アクセスと開閉)*/
  }
  body header nav ul.icons li img {
    height: auto;
  }
  .menu-btn {
    width: 60px !important;
  }
}
/*--- g-menu ---*/
body header .g-menu {
  background: #4694D1;
  width: 100%;
  text-align: center;
  color: #fff;
}
body header .g-menu a {
  color: #fff;
  padding: 0.2em 0.2em 0.2em 0.35em;
}
body header .g-menu ul.global {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin: auto;
  padding: 0.3em 0.8em;
}
body header nav ul.global li:not(:last-child)::after {
  content: "｜";
}
body header .g-menu ul.global ul.local {
  display: none;
  margin-top: -255px;
}
/**** ul.local.active　***/
body header .g-menu {
  position: relative;
}
body header .g-menu ul.global ul.local.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  background: #4694D1;
  right: 0;
  left: 0;
  padding: 2em 7em 3em;
  gap: 12px;
  text-align: left;
  margin-top: 0;
  transition: 0.5s;
}
body header .g-menu ul.global ul.local li:not(:first-child) {
  width: calc(33% - 5px);
  line-height: 120%;
  font-size: 18px;
}
body header .g-menu ul.global ul.local li:first-child {
  width: 100%;
  border-bottom: #FFFFFF 1px solid;
  margin-bottom: 0.5em;
}
body header .g-menu ul.global ul.local li::after {
  content: none;
}
body header .g-menu ul.global ul.local li a:hover {
  border-bottom: none !important;
  opacity: 0.6;
}
body header .g-menu ul.global ul.local li:not(:first-child) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1.6em 2.8em 1.6em 1.8em;
  background: #FFFFFF;
  color: #333;
  position: relative;
}
body header .g-menu ul.global ul.local li:not(:first-child) a::after, body header .g-menu ul.global ul.local li:not(:first-child) a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
body header .g-menu ul.global ul.local li:not(:first-child) a::before {
  width: 1.4em;
  height: 1.4em;
  right: 0.6em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4694D1;
}
body header .g-menu ul.global ul.local li:not(:first-child) a::after {
  right: 1.1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body header .g-menu ul.global ul.local li:first-child a {
  position: relative;
  padding-right: 1.7em;
  font-size: 24px;
}
body header .g-menu ul.global ul.local li:first-child a::after, body header .g-menu ul.global ul.local li:first-child a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
body header .g-menu ul.global ul.local li:first-child a::before {
  width: 1em;
  height: 1em;
  right: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
body header .g-menu ul.global ul.local li:first-child a::after {
  top: 0.05em;
  right: 0.35em;
  width: 0.35em;
  height: 0.35em;
  border-top: 2px solid #4694D1;
  border-right: 2px solid #4694D1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**** nav id="open-shut" 開閉式メニュー　***********************************/
#open-shut {
  transition: 0.3s;
  position: absolute;
  background: #4694D1;
  top: 0;
  right: -100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  height: 100Vh;
  padding: 1em 1em 16em;
  color: #fff;
  overflow: scroll;
}
#open-shut a {
  color: #fff;
  display: block;
}
#open-shut .opener {
  display: block;
  background: red;
}
#open-shut.menu-active {
  right: 0;
}
#open-shut ul.global {
  /*display: block;
  overflow: scroll;
  width: 100%; /*scrollさせるため
  margin: auto;*/
  padding-top: 1em;
}
#open-shut ul.global li {
  display: block;
  padding: 0.6em;
  border-top: #FFFFFF 1px solid;
  font-size: 20px !important;
}
#open-shut ul.global li.strong {}
#open-shut ul.global li.strong ul {
  padding: 0.5em 0 1em !important;
}
#open-shut ul.global li.strong li {
  padding: 0.4em 0;
}
#open-shut ul.global li.strong li a {
  padding: 0.1em 0;
}
#open-shut ul.global li.strong li img {
  padding: 0;
}
#open-shut ul.global > li .opener {
  background: url(https://www.heisei-iryo-gakuen.ac.jp/modules/wordpress/wp-content/uploads/hm-cache/fonts/38072d9ac104a1663b4da4eb59b750ab.svg) no-repeat top 0.5em right / 1em;
}
#open-shut ul.global > li {
  font-size: 20px !important;
  width: 100%;
}
#open-shut ul.global > li.strong {
  background: url(https://www.heisei-iryo-gakuen.ac.jp/modules/wordpress/wp-content/uploads/hm-cache/fonts/ff0e2e0971708590fe9e207b3559dc97.svg) no-repeat top 0.6em right / 0.9em;
  border: none;
  padding: 0;
}
#open-shut ul.global > li .opener.active {
  background: url(https://www.heisei-iryo-gakuen.ac.jp/modules/wordpress/wp-content/uploads/hm-cache/fonts/59727951ba534f3f590ec7476c03a831.svg) no-repeat top 0.5em right / 1em;
}
#open-shut ul.global ul.local {
  display: block;
}
#open-shut ul.global li:not(:last-child)::after {
  content: none;
}
#open-shut ul.global li:not(.strong):not(.sns) ul.local {
  display: none;
  overflow: hidden;
  margin-top: 0.5em;
}
#open-shut ul.global li.strong ul.local {
  display: block !important;
}
#open-shut ul.global li.strong ul.local li {
  text-align: center;
  width: 100%;
  display: block;
}
#open-shut ul.global > li.sns {
  background: none;
  padding-top: 1.8em;
}
#open-shut ul.global ul.sns-menu {
  display: flex;
  justify-content: center;
}
#open-shut ul.global ul.sns-menu li {
  border: none;
  padding: 0.2em;
}
#open-shut ul.global li:not(.strong):not(.sns) ul.local li {
  border-top: #B8DAF5 1px dotted;
  line-height: 1.5;
  font-weight: 300;
  font-size: 18px !important;
  background: url(https://www.heisei-iryo-gakuen.ac.jp/modules/wordpress/wp-content/uploads/hm-cache/fonts/ff0e2e0971708590fe9e207b3559dc97.svg) no-repeat right 1.2em / 1em;
}
#open-shut ul.global li:not(.strong):not(.sns) ul.local li a {
  padding-right: 1em;
}
#open-shut ul.global li.strong ul.local li {
  border-top: none;
}
#open-shut ul.global ul.active {
  height: auto;
  transition: 0.3s;
}
/*------------- 
responsive
*/
@media screen and (max-width: 780px) {
  #open-shut ul.global > li {
    font-size: 18px !important;
  }
  #open-shut ul.global li:not(.strong):not(.sns) ul.local li {
    font-size: 17px !important;
  }
}
/**** .menu-btnと三本線 ****/ /* .menu-btnの三本線 */
.menu-btn {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4694D1;
  width: 90px;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 20px;
  height: 17px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-225deg);
  transform: translateY(8px) rotate(-225deg);
}
.menu-active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu-active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(225deg);
  transform: translateY(-8px) rotate(225deg);
}
/*------------- 
responsive
*/
@media screen and (max-width: 780px) {
  .menu-trigger {
    width: 33%;
    height: 13px;
  }
  .menu-active .menu-trigger {
    height: 17px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }
}
/**************************

Wordpress

***/
.has-regular-font-size {
  font-size: 1em !important;
}
.has-larger-font-size {
  font-size: 2.625em !important;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal) !important;
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge) !important;
}
.has-text-align-center {
  text-align: center !important;
}
.has-text-align-left {
  text-align: left !important;
}
.has-text-align-right {
  text-align: right !important;
}
#end-resizable-editor-section {
  display: none !important;
}
.aligncenter {
  clear: both !important;
}
.items-justified-left {
  justify-content: flex-start !important;
}
.items-justified-center {
  justify-content: center !important;
}
.items-justified-right {
  justify-content: flex-end !important;
}
.items-justified-space-between {
  justify-content: space-between !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/***------------------------------ 

.banners

------------------------------*/
.banners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 60px;
  background: #E2E2E2;
  flex-wrap: wrap;
}
.banners li {
  width: 312px;
}
.banners li img {
    width: 100%;
    height: auto;
    aspect-ratio: 312 / 92;
    object-fit: cover;
}
/*------------- 
中表示以下②
*/
@media screen and (max-width: 760px) {
  .banners {
    gap: 1em;
    padding: 3%;
  }
}
/***------------------------------ 

footer、Gナビ

------------------------------*/
#page-top a, #page-top span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #4694D1;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #4694D1 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  opacity: 0.95;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}
#page-top a:hover, #page-top span:hover {
  background: #4694D1;
  color: #fff !important;
  border: 1px solid #fff;
  cursor: pointer;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*　//　*/
body footer {
  width: 100%;
  background: #eee url(https://www.heisei-iryo-gakuen.ac.jp/assets2024/img/common/bg_footer.png) no-repeat center top / cover;
  flex-wrap: wrap;
  border-top: #4694D1 10px solid;
}
body footer .inner {}
body footer a {
  color: #111 !important;
}
body footer a:hover {
  opacity: 0.6;
}
body footer h1 img {
  height: 59px;
}
body footer nav > ul {
  columns: 3;
  column-gap: 6em;
  padding-top: 10.8em;
}
body footer nav ul.global > li > a {
  font-weight: 700;
  font-size: 20px;
  color: #4694D1 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
body footer nav ul.global ul.local {
  break-inside: avoid;
  break-before: avoid;
  text-indent: -0.75em;
  margin-left: 0.75em;
  margin-bottom: 0.6em;
}
body footer nav ul.global ul.local {
  margin-bottom: 4em;
}
body footer nav ul.global ul.local li {
  margin-bottom: 0.6em;
}
body footer nav ul.global ul.local li::before {
  content: "・";
  font-size: 12px;
}
/****　adress-sns　****/
body footer .adress-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15em 3em 2em;
}
body footer .adress-sns .logo img {
  width: 290px;
}
body footer .adress-sns .adress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
body footer .adress-sns .adress p strong {
  background: none !important;
  font-size: 120%;
  line-height: 2;
}
body footer .adress-sns .sns-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6em;
}
body footer .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #4694D1;
  padding: 4em;
  color: #fff;
}
body footer .copy a {
  color: #fff !important;
}
body footer ul.global a[target="_blank"] {
  padding-right: 1.2em;
  background: url(https://www.heisei-iryo-gakuen.ac.jp/modules/wordpress/wp-content/uploads/hm-cache/fonts/f3f7235bef72314d096e8e69dbd3818c.svg) no-repeat top 0.2em right / 0.8em;
}
/***------------------------------ 

#btm_navi

------------------------------*/
#btm_navi {
  color: #fff !important;
  position: fixed;
  bottom: -1em;
  width: 100%;
  border-radius: 1em;
  background: #ef7373;
  border: 1px solid #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.19);
  z-index: 99999999;
  display: flex;
}
#btm_navi li {
  width: 33%;
  font-size: 12px !important;
}
#btm_navi a {
  color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.0;
  padding: 0.6em 1em 1.6em;
  border-right: #fff 1px solid;
}
#btm_navi li:last-child a {
  border-right: none !important;
}
#btm_navi a img {
  margin-bottom: 0.1em;
  width: 3em;
}
#btm_navi li:first-child {
  position: relative;
}
#btm_navi li .next a {
  border-right: none !important;
}
#btm_navi li .next {
  position: absolute;
  top: -35px;
  left: 10px;
  display: block;
  background: #f28427;
  border: 1px solid #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 1em
}
#btm_navi li:first-child .next::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -13px;
  border-top: 1.1em solid #fff;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
#btm_navi li:first-child .next::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -11px;
  border-top: 1.1em solid #f28427;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
#btm_navi li:first-child .next a {
  padding: 0.6em;
}
/*------------- 
SPより大
*/
@media screen and (min-width: 761px) {
  #btm_navi {
    display: none;
  }
}
/*------------- 
中表示以下①
*/
@media screen and (max-width: 1200px) {
  body footer .adress-sns {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 5em
  }
  body footer .adress-sns .adress {
    padding-top: 5em
  }
}
/*------------- 
中表示以下①
*/
@media screen and (max-width: 1030px) {
  body footer nav > ul {
    columns: 2;
    padding: 4em 1em 0em;
  }
  body footer .adress-sns {
    padding: 5em 3em 2em;
  }
}
/*------------- 
中表示以下②
*/
@media screen and (max-width: 760px) {
  body footer nav > ul {
    padding: 2em 1em 0em;
  }
  body footer .adress-sns {
    flex-direction: column-reverse;
    padding-top: 5em
  }
  body footer .adress-sns .adress {
    flex-direction: column;
  }
  body footer .copy {
    flex-direction: column-reverse;
    gap: 1em;
    padding-bottom: 8em;
  }
  #page-top {
    bottom: 86px;
  }
}
/*------------- 
小表示
*/
@media screen and (max-width: 560px) /*ここだけ*/ {
  body footer nav > ul {
    columns: 1;
  }
  body footer .copy {
    padding: 3em 1em 8em;
  }
}
/* 
//小表示
----------------*/
/***------------------------------ 

.btn

------------------------------*/
.btn {
  margin: auto;
  margin-top: 1.9em;
  text-align: center;
}
.btn a {
  width: 20em;
  /*padding: 0.5em 5em; どかかで必要だがTOPの学科ででかすぎる*/
  padding: 0.5em 2em;
  background: #fff;
  border: 2px solid #4694d1;
  filter: drop-shadow(2px 4px 0px #bcbcbc);
  color: #4694D1 !important;
  text-decoration: none !important;
  display: block;
  margin: auto;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-radius: 2em;
  line-height: 1.4;
}
.btn a::before, .btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4em;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn a::before { /*マル*/
  width: 1.8em;
  height: 1.8em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4694D1;
}
.btn a::after { /*マルの中の「＞」*/
  right: 1.1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*FILE*/
.btn.file_link {
  margin-bottom: 0.8em !important;
}
.btn.file_link a {
  padding: 1.5em 2em;
  padding: 1.5em 2.5em 1.5em 1.5em;
  border-radius: 1em;
}
.btn.file_link a::before {
  content: none;
}
.btn.file_link a::after {
  transform: rotate(0deg);
  content: "";
  height: 3em;
  width: 2em;
  background: url(https://www.heisei-iryo-gakuen.ac.jp/modules/wordpress/wp-content/uploads/hm-cache/fonts/733b0a31d760a65d620e2be778521133.svg) no-repeat center center / contain;
  border: none !important;
  right: 0.7em;
}
.btn.file_link a:hover::after {
  background: url(https://www.heisei-iryo-gakuen.ac.jp/modules/wordpress/wp-content/uploads/hm-cache/fonts/f8108abc4a5aa97e005f712eab6db88a.svg) no-repeat center center / contain;
}
/*小 */
@media screen and (max-width: 490px) {
  .flex_box.sp_center {
    justify-content: center;
  }
}
/**/
.btn a::before { /*マル*/
  width: 1.8em;
  height: 1.8em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #4694D1;
}
.btn.huge a {
  width: 30em;
  padding: 0.5em;
  font-size: 22px;
  border-radius: 2em;
  line-height: 1.4;
}
.btn.huge a::after { /*マルの中の「＞」*/
  right: 1.1em;
}
.btn input {
  text-align: center;
  display: block;
  padding: 0.3em 0.6em 0.4em;
  font-size: 17px;
  color: #FFFFFF;
  background: #867a6d;
  border: none;
}
.btn a:hover {
  background: #4694d1;
  transition: 0.1s;
  text-decoration: none !important;
  color: #fff !important;
  border: 2px solid #fff;
}
.btn .caption {
  color: #4694D1 !important;
  font-weight: 600;
  padding-bottom: 0.2em;
  display: block;
  font-size: 20px;
}
/*sp */
@media screen and (max-width: 780px) {
  .btn {
    margin-top: 1.5em;
  }
  .btn a {
    padding: 0.6em 2em 0.7em 1em; /*TOPの学科基準*/
    /*padding: 0.3em 0.8em 0.4em; どかかで必要だがTOPの学科でせますぎる*/
    font-size: 14px;
    line-height: 1.2; /*TOPの学科基準*/
  }
  .btn.huge a {
    font-size: 18px;
  }
}