@charset "UTF-8";
/*見出し用*/
/*.common.css********************
ORANGE
f0832c
**********************************/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

当CSSには、リセット要素 及び webサイト全体を通して 既存クラスに追記して使用する要素（floatクリア・margin width などの数値要素・displayの有無・文字詰め設定など）を記述しています。
初期設定後は基本的に追記不可です。

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  line-height: 1.5;
  vertical-align: baseline;
  letter-spacing: 0.1em;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: transparent;
  font-size: 1.4rem;
  height: 100%;
  font-feature-settings: "palt";
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
  display: block;
}

ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

ol li {
  margin-bottom: 5px;
}

li img {
  vertical-align: bottom;
}

div img {
  vertical-align: bottom;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

a img, :link img, :visited img {
  border: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

ins {
  background-color: #dfdfdf;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #dfdfdf;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dfdfdf;
  margin: 1em 0;
  padding: 0;
}

/*input[type="button"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
	border:none;
	background: #000;
	color:#fff;
	font-size: 14px;
	padding: 10px ;
}*/
/* placeholder */
input::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

input:-moz-placeholder {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #363636;
}

a:visited {
  text-decoration: underline;
  color: #363636;
}

a:active, a:focus {
  opacity: 0.7;
  outline: none;
}

a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}

/*________________ ■全体設定 ________________*/
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

■共通設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* clear________________*/
.clear {
  clear: both;
}

/*clearfix_2016*/
/* div:after,
ul:after,
dl:after {
	content: "";
	display: block;
	clear: both;
} */
/*非表示*/
.hide-content {
  display: none;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

レスポンシブ 表示切り替え用 汎用設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* responsive*/
.mb-object {
  display: none !important;
}

.mb-object_fl {
  display: none !important;
}

.pc-object {
  display: block !important;
}

.pc-object_fl {
  display: flex !important;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .mb-object {
    display: block !important;
  }

  .mb-object_fl {
    display: flex !important;
  }

  .pc-object {
    display: none !important;
  }

  .pc-object_fl {
    display: none !important;
  }
}
/* responsive*/
h3.section-title {
  color: #f0acad;
  font-size: calc(1.8rem + .4vw);
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 4px solid #f0acad;
  margin-bottom: 25px;
}

h3.section-bg-title {
  font-size: calc(1.8rem + .4vw);
  letter-spacing: 0.15em;
  font-weight: 600;
  padding: 1.5rem;
  line-height: 1;
  color: #FFF;
  background: #f0acad;
  margin-bottom: 25px;
}

h4.bold-title {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 2vh;
}

h5.bold-title-mini {
  color: #f0acad;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 10px;
}

.center-title,
h4.center-title {
  display: block;
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: #f0acad;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3vw;
}

.square-head-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2vh;
  position: relative;
  padding-left: 1.5em;
}

.square-head-title::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #e08691;
}

.square-head-title.mb0 {
  margin-bottom: 0;
}

.band-title {
  background: #e08691;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px 15px;
  margin-bottom: 2vh;
}

a.form__btn {
  background: #f0acad;
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 20px;
  font-size: 2.4rem;
  color: #FFF;
  text-align: center;
  display: block;
}

.paragraph {
  display: block;
  margin-bottom: 4vh;
  font-size: 1.5rem;
  line-height: 1.9;
}

.paragraph.small-text {
  font-size: 1.3rem;
  line-height: 1.7;
}

.paragraph.align-right {
  text-align: right;
}

.paragraph.align-center {
  text-align: center;
}

.paragraph > a:not(.link_btn) {
  color: #f0acad;
  text-decoration: underline;
}

.paragraph.mb0 {
  margin-bottom: 0;
}

.paragraph.mb10 {
  margin-bottom: 10px;
}

.paragraph > em {
  font-style: normal;
  font-weight: bold;
}

span.text_bold {
  font-weight: 600;
  display: inline;
}

.attention-sup {
  font-size: 0.5em;
  position: relative;
  top: -0.5em;
}

span.attention {
  display: block;
  font-size: 88%;
  margin-top: 2rem;
  text-align: right;
}

a.link_btn {
  display: flex;
  align-items: center;
  width: 49%;
  min-height: 75px;
  background: #e5e5e5;
  padding: 5px 60px 5px 20px;
  font-size: calc(1.2rem + .3vw);
  font-weight: 600;
  color: #4e4e4e;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

a.link_btn::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}

a.link_btn::after {
  content: "";
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translate(50%, -50%) skew(54deg);
  width: 18px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: all 0.4s ease;
}

a.link_btn:hover {
  opacity: 1;
  border-radius: 10px;
  background: #f0acad;
  color: #fff;
}

a.link_btn:hover::before {
  width: 46px;
  height: 46px;
}

a.link_btn:hover::after {
  border-right: 1px solid #f0acad;
  border-bottom: 1px solid #f0acad;
}

a.link_btn.full {
  width: 100% !important;
}

a.link_btn.no-link {
  opacity: 0.6;
  pointer-events: none;
  flex-direction: column;
  align-items: unset;
  justify-content: center;
}

a.link_btn.no-link span {
  font-size: 0.8em;
}

a[target=_blank].link_btn::after {
  border-right: unset;
  border-bottom: unset;
  transform: translate(50%, -50%);
  right: 34px;
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="%23000" d="m38.33,18.33c-.92,0-1.67-.75-1.67-1.67V3.33h-13.33c-.92,0-1.67-.75-1.67-1.67s.75-1.67,1.67-1.67h15c.92,0,1.67.75,1.67,1.67v15c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23000" d="m31.67,40H1.67c-.92,0-1.67-.75-1.67-1.67V8.33c0-.92.75-1.67,1.67-1.67h13.33c.92,0,1.67.75,1.67,1.67s-.75,1.67-1.67,1.67H3.33v26.67h26.67v-11.67c0-.92.75-1.67,1.67-1.67s1.67.75,1.67,1.67v13.33c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23000" d="m18.33,23.33c-.43,0-.85-.16-1.18-.49-.65-.65-.65-1.71,0-2.36L35.49,2.15c.65-.65,1.71-.65,2.36,0s.65,1.71,0,2.36l-18.33,18.33c-.33.33-.75.49-1.18.49Z" /></svg>');
  background-repeat: no-repeat;
}

a[target=_blank].link_btn:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path fill="%23f0acad" d="m38.33,18.33c-.92,0-1.67-.75-1.67-1.67V3.33h-13.33c-.92,0-1.67-.75-1.67-1.67s.75-1.67,1.67-1.67h15c.92,0,1.67.75,1.67,1.67v15c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23f0acad" d="m31.67,40H1.67c-.92,0-1.67-.75-1.67-1.67V8.33c0-.92.75-1.67,1.67-1.67h13.33c.92,0,1.67.75,1.67,1.67s-.75,1.67-1.67,1.67H3.33v26.67h26.67v-11.67c0-.92.75-1.67,1.67-1.67s1.67.75,1.67,1.67v13.33c0,.92-.75,1.67-1.67,1.67Z" /><path fill="%23f0acad" d="m18.33,23.33c-.43,0-.85-.16-1.18-.49-.65-.65-.65-1.71,0-2.36L35.49,2.15c.65-.65,1.71-.65,2.36,0s.65,1.71,0,2.36l-18.33,18.33c-.33.33-.75.49-1.18.49Z" /></svg>');
  background-repeat: no-repeat;
}

a.round-link {
  width: fit-content;
  min-height: 58px;
  display: flex;
  align-items: center;
  background: #f0acad;
  border: solid 1px #f0acad;
  border-radius: 100px;
  color: #FFF;
  font-weight: 600;
  padding: 10px 60px 10px 20px;
  position: relative;
  min-width: 200px;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}

a.round-link::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

a.round-link::after {
  content: "";
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translate(50%, -50%) skew(54deg);
  width: 18px;
  height: 4px;
  border-right: 1px solid #f0acad;
  border-bottom: 1px solid #f0acad;
  transition: all 0.3s;
}

a.round-link:hover {
  opacity: 1;
  background: #fff;
  color: #f0acad;
}

a.round-link:hover::before {
  background: #f0acad;
}

a.round-link:hover::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.linkbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.linkbox a {
  width: 49%;
}

.linkbox.center {
  justify-content: center;
}

.linkbox.center a:nth-of-type(2n) {
  margin-left: 2%;
}

.linkbox.w30 a {
  width: 30%;
}

.linkbox.w30 a:nth-of-type(2), .linkbox.w30 a:nth-of-type(3) {
  margin-left: 2%;
}

.more-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2vw;
  margin-right: 8vw;
}

.more-btn a {
  background: #fff;
  padding: 0.7em 6vw 0.7em 2vw;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 500;
  border-radius: 2vw;
  border: solid 1px #000;
  position: relative;
  transition: all 0.4s;
}

.more-btn a::before {
  content: "";
  position: absolute;
  background: url(../images/common/arrow-img01.svg) no-repeat center center;
  background-size: contain;
  width: 2vw;
  height: 1vw;
  top: 50%;
  right: 2vw;
  transition: all 0.4s;
  transform: translateY(-70%);
}

.more-btn a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.more-btn a:hover::before {
  background: url(../images/common/arrow-img02.svg) no-repeat center center;
  background-size: contain;
}

.more-btn.center {
  justify-content: center;
  margin-right: 0;
}

.more-btn.list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 0;
}

.more-btn.list a {
  width: 49%;
}

.more-btn.facility {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.more-btn.facility a {
  width: 90%;
  margin: 0 auto 1vh 0;
}

ul.index-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

ul.index-list > li {
  width: 49%;
  margin-bottom: 20px;
}

ul.index-list > li > a {
  display: flex;
  align-items: center;
  padding: 0 60px 0 20px;
  height: 11vh;
  min-height: 80px;
  background: #E3E3D8;
  position: relative;
  transition: all 0.4s ease;
}

ul.index-list > li > a > p {
  font-size: calc(1.2rem + .3vw);
  line-height: 1.4em;
  font-weight: 600;
  color: #4e4e4e;
}

ul.index-list > li > a > p span {
  display: block;
  font-size: 1.2rem;
}

ul.index-list > li > a.no-link {
  opacity: 0.7;
  pointer-events: none;
}

ul.index-list > li > a:hover {
  opacity: 1;
  border-radius: 10px;
}

ul.index-list > li > a:hover::before {
  width: 46px;
  height: 46px;
}

ul.index-list > li > a::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translate(50%, -50%);
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}

ul.index-list > li > a::after {
  content: "";
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translate(50%, -50%) skew(54deg);
  width: 18px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

ul.index-list.blog-list > li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.detailed-link-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4vh;
}

.detailed-link-list > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 4vh;
}

.detailed-link-list > li > a.link_btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 60px 0 20px;
  height: 11vh;
  min-height: 80px;
  margin-bottom: 0;
  font-size: calc(1rem + .3vw);
}

.detailed-link-list > li .paragraph {
  margin: 10px 10px 0;
}

.detailed-link-list > li .paragraph > a {
  color: #f0acad;
  text-decoration: underline;
}

.detailed-link-list > li:nth-of-type(2n) {
  margin-right: 0;
}

ul.tab-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

ul.tab-list li {
  cursor: pointer;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  background: #e5e5e5;
  color: #9c9c9c;
  font-weight: 500;
  border-left: 1px solid #fff;
}

ul.tab-list li:nth-of-type(1) {
  border-left: 0px;
}

ul.tab-list li.active {
  background: #f0acad;
  color: #FFF;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

table.table-std {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  border-top: 3px solid #f0acad;
  border-bottom: 3px solid #f0acad;
  border-left: 1px solid #f0acad;
}

.outline table.table-std {
  margin-bottom: 80px;
}

table.table-std.harf {
  width: 50%;
}

table.table-std th, table.table-std td {
  padding: 1em 0.5em;
  font-size: 1.4rem;
  color: #000;
  border-bottom: 1px solid #f0acad;
  border-right: 1px solid #f0acad;
  text-align: left;
  vertical-align: middle;
  background: #FFF;
}

table.table-std th > *:last-child, table.table-std td > *:last-child {
  margin-bottom: 0;
}

table.table-std thead th {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  background: #f0acad;
  color: #FFF;
  font-weight: 500;
}

table.table-std thead th:last-child {
  border-right: 1px solid #f0acad;
}

table.table-std thead th:last-child.b-r-white {
  border-right: 1px solid #FFF;
}

.about.number table.table-std tr:nth-child(odd), .about.staff table.table-std tr:nth-child(odd) {
  background: #FFF;
}

.about.number table.table-std tr:nth-child(odd) td, .about.staff table.table-std tr:nth-child(odd) td {
  background: unset;
}

.about.number table.table-std tr:nth-child(even), .about.staff table.table-std tr:nth-child(even) {
  background: #fbfbfb;
}

.about.number table.table-std tr:nth-child(even) td, .about.staff table.table-std tr:nth-child(even) td {
  background: unset;
}

table.table-std td.subhead {
  color: #f0acad;
  text-align: center;
  font-weight: 500;
}

.about.number table.table-std td.subhead, .about.staff table.table-std td.subhead {
  background: #fff5f5 !important;
  color: #FF9B9C;
}

table.table-std td.subhead.left {
  text-align: left;
}

table.table-std td span.center {
  display: inline-block;
  width: 100%;
  text-align: center;
}

table.table-std.black-text td.subhead {
  color: #000;
}

table.table-std.center,
table.table-std .center {
  text-align: center;
}

table.table-std.al_left,
table.table-std .al_left,
table.table-std .left {
  text-align: left;
}

table.table-std.al_right,
table.table-std .al_right {
  text-align: right;
}

table.table-std.td-center td {
  text-align: center;
}

table.table-std.td-center td.left {
  text-align: left;
}

table.table-std.tbody-th-center tbody th {
  text-align: center;
}

table.table-std .total-amount > th, table.table-std .total-amount > td {
  background: rgba(240, 172, 173, 0.2);
}

table.table-std a {
  display: inline-block;
  color: #f0acad;
  text-decoration: underline;
}

.table_res {
  display: block;
  width: 100%;
}

.notes-list {
  margin-bottom: 4vh;
}

.notes-list > li {
  font-size: 1.4rem;
  line-height: 1.9;
  position: relative;
  padding-left: 1.2em;
}

.notes-list > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.disc-list {
  margin-bottom: 4vh;
}

.disc-list.mb10 {
  margin-bottom: 10px;
}

.disc-list > li {
  list-style-type: disc;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 0 0 1.5em;
}

.disc-list > li + li {
  margin-top: 5px;
}

ol.normal-num-list {
  list-style-position: outside;
  margin-left: 2em;
  margin-bottom: 4vh;
}

ol.normal-num-list > li {
  font-size: 1.5rem;
  line-height: 1.9;
}

.brackets-num-list {
  margin-bottom: 4vh;
}

.brackets-num-list > li {
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.9;
  position: relative;
  padding-left: 2.5em;
}

.brackets-num-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.brackets-num-list > li:nth-of-type(1)::before {
  content: "（1）";
}

.brackets-num-list > li:nth-of-type(2)::before {
  content: "（2）";
}

.brackets-num-list > li:nth-of-type(3)::before {
  content: "（3）";
}

.brackets-num-list > li:nth-of-type(4)::before {
  content: "（4）";
}

.brackets-num-list > li:nth-of-type(5)::before {
  content: "（5）";
}

.brackets-num-list > li:nth-of-type(6)::before {
  content: "（6）";
}

.brackets-num-list > li:nth-of-type(7)::before {
  content: "（7）";
}

.brackets-num-list > li:nth-of-type(8)::before {
  content: "（8）";
}

.brackets-num-list > li:nth-of-type(9)::before {
  content: "（9）";
}

.circle-num-list {
  margin-bottom: 4vh;
}

.circle-num-list > li {
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.9;
  position: relative;
  padding-left: 1.5em;
}

.circle-num-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.circle-num-list > li:nth-of-type(1)::before {
  content: "①";
}

.circle-num-list > li:nth-of-type(2)::before {
  content: "②";
}

.circle-num-list > li:nth-of-type(3)::before {
  content: "③";
}

.circle-num-list > li:nth-of-type(4)::before {
  content: "④";
}

.circle-num-list > li:nth-of-type(5)::before {
  content: "⑤";
}

.circle-num-list > li:nth-of-type(6)::before {
  content: "⑥";
}

.circle-num-list > li:nth-of-type(7)::before {
  content: "⑦";
}

.circle-num-list > li:nth-of-type(8)::before {
  content: "⑧";
}

.circle-num-list > li:nth-of-type(9)::before {
  content: "⑨";
}

.circle-num-list > li:nth-of-type(10)::before {
  content: "⑩";
}

.notes-num-list {
  margin-bottom: 4vh;
}

.notes-num-list > li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.7;
  position: relative;
  padding-left: 2.2em;
}

.notes-num-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.notes-num-list > li:nth-of-type(1)::before {
  content: "※1";
}

.notes-num-list > li:nth-of-type(2)::before {
  content: "※2";
}

.notes-num-list > li:nth-of-type(3)::before {
  content: "※3";
}

.notes-num-list > li:nth-of-type(4)::before {
  content: "※4";
}

.notes-num-list > li:nth-of-type(5)::before {
  content: "※5";
}

.notes-num-list > li:nth-of-type(6)::before {
  content: "※6";
}

.notes-num-list > li:nth-of-type(7)::before {
  content: "※7";
}

.notes-num-list > li:nth-of-type(8)::before {
  content: "※8";
}

.notes-num-list > li:nth-of-type(9)::before {
  content: "※9";
}

li > .notes-list,
li > .disc-list,
li > .normal-num-list,
li > .brackets-num-list,
li > .circle-num-list,
li > .notes-num-list {
  margin: 5px 0 0;
}

.notes-list > li > a:not(.link_btn),
.disc-list > li > a:not(.link_btn),
.normal-num-list > li > a:not(.link_btn),
.brackets-num-list > li > a:not(.link_btn),
.circle-num-list > li > a:not(.link_btn),
.notes-num-list > li > a:not(.link_btn) {
  color: #f0acad;
  text-decoration: underline;
}

.red-text {
  color: red;
}

.under-line {
  text-decoration-line: underline;
  text-decoration-color: #000;
}

.wavy-line {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #000;
}

.word-break-all {
  word-break: break-all;
}

.anker-point {
  padding-top: 6vw;
  margin-top: -6vw;
}

.get_adobe_reader_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(240, 172, 173, 0.2);
  padding: 3vw;
  border-radius: 1vw;
}

.get_adobe_reader_area a.banner {
  display: block;
  width: 160px;
  margin-right: 20px;
}

.get_adobe_reader_area a.banner img {
  width: 100%;
  height: auto;
}

.get_adobe_reader_area .paragraph {
  margin-bottom: 0;
}

.get_adobe_reader_area .paragraph > a {
  text-decoration: underline;
}

.point-content {
  position: relative;
  padding: calc(30px + .5vw);
  background-color: rgba(250, 226, 226, 0.5);
}

.point-content::before {
  content: "POINT";
  position: absolute;
  left: calc(30px + .3vw);
  top: 0;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #f0acad;
  line-height: 0;
  letter-spacing: 0.1em;
}

.point-content h4.bold-title {
  color: #e08691;
}

.teacher-intro-box-container .teacher-intro-box {
  padding: 45px;
  padding-right: calc(45px + 45px);
  display: flex;
  justify-content: space-between;
  position: relative;
}

.teacher-intro-box-container .teacher-intro-box::before, .teacher-intro-box-container .teacher-intro-box::after {
  content: "";
  position: absolute;
  top: 50%;
}

.teacher-intro-box-container .teacher-intro-box::before {
  right: 45px;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #f0acad;
  border: 1px solid #f0acad;
}

.teacher-intro-box-container .teacher-intro-box::after {
  right: 55px;
  transform: translateY(-50%) skew(54deg);
  transform-origin: bottom;
  width: 15px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.teacher-intro-box-container .teacher-intro-box .teacher-photo {
  width: 16%;
  height: 10.5vw;
  overflow: hidden;
  background: #EEE;
}

.teacher-intro-box-container .teacher-intro-box .teacher-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.teacher-intro-box-container .teacher-intro-box .teacher-text {
  width: 80%;
}

.teacher-intro-box-container .teacher-intro-box .teacher-text .teacher-name {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.teacher-intro-box-container .teacher-intro-box .teacher-text .teacher-name span {
  display: block;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #f0acad;
}

.teacher-intro-box-container .teacher-intro-box .teacher-text .teacher-post {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.teacher-intro-box-container .teacher-intro-box .teacher-text .subject-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teacher-intro-box-container .teacher-intro-box .teacher-text .subject-field dt {
  width: 75px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #f0acad;
}

.teacher-intro-box-container .teacher-intro-box .teacher-text .subject-field dd {
  width: calc(100% - 85px);
  font-size: 1.4rem;
  line-height: 18px;
  margin-bottom: 10px;
}

.teacher-intro-box-container .teacher-intro-box:nth-of-type(2n) {
  background-color: rgba(240, 172, 173, 0.15);
}

.teacher-intro-box-container .teacher-intro-box:nth-of-type(2n)::before {
  background: transparent;
}

.teacher-intro-box-container .teacher-intro-box:nth-of-type(2n)::after {
  border-right: 1px solid #f0acad;
  border-bottom: 1px solid #f0acad;
}

.teacher-prof-content {
  display: flex;
  justify-content: space-between;
}

.teacher-prof-content .t-prof-photo {
  width: 20%;
}

.teacher-prof-content .t-prof-photo img {
  width: 100%;
}

.teacher-prof-content .t-prof-text {
  width: 77%;
}

.teacher-prof-content .t-prof-text .dep-text {
  font-size: 1.4rem;
  font-weight: 500;
}

.teacher-prof-content .t-prof-text .name {
  margin-bottom: 1vh;
}

.teacher-prof-content .t-prof-text .name span {
  line-height: 1.5em;
  display: block;
}

.teacher-prof-content .t-prof-text .name span.jp {
  font-size: calc(1.3rem + .3vw);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.teacher-prof-content .t-prof-text .name span.en {
  font-size: 1.3rem;
  font-weight: 400;
}

.teacher-prof-content .t-prof-text .grade-text {
  font-size: 1.5rem;
  line-height: 1.9em;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  h3.section-title {
    width: 100%;
    font-size: calc(1.7rem + .4vw);
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    line-height: 1.4;
  }

  h3.section-bg-title {
    font-size: calc(1.7rem + .4vw);
    letter-spacing: 0.1em;
    padding: 15px;
    line-height: 1.2;
  }

  h4.bold-title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  h5.bold-title-mini {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .center-title,
h4.center-title {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }

  .square-head-title {
    font-size: 1.5rem;
  }

  .band-title {
    font-size: 1.7rem;
  }

  .paragraph {
    font-size: 1.4rem;
  }

  .paragraph.small-text {
    font-size: 1.2rem;
  }

  a.link_btn {
    width: 100%;
  }

  .linkbox {
    justify-content: center;
  }

  .linkbox a {
    width: 100%;
    margin: 0 0 20px;
  }

  .linkbox.center a:nth-of-type(2n) {
    margin: 0 auto 20px;
  }

  .linkbox.w30 a {
    width: 100%;
    margin: 0 0 20px;
  }

  .linkbox.w30 a:nth-of-type(2), .linkbox.w30 a:nth-of-type(3) {
    margin: 0 auto 20px;
  }

  .linkbox > a.round-link:last-child {
    margin-bottom: unset;
  }

  ul.index-list > li {
    width: 100%;
  }

  ul.index-list > li > a {
    padding: 5px 60px 5px 20px;
    height: 6vh;
    min-height: 55px;
  }

  ul.tab-list {
    background-color: #e5e5e5;
    flex-wrap: wrap;
  }

  ul.tab-list:has(li:nth-child(odd):last-child) li:last-child {
    border-bottom: unset;
  }

  ul.tab-list li {
    width: 50%;
    padding: 15px 15px;
    border-left: unset;
    border-bottom: solid 1px white;
  }

  ul.tab-list li:nth-of-type(1) {
    border-top: unset;
  }

  ul.tab-list li:nth-child(odd) {
    border-right: solid 1px white;
  }

  .table_res {
    overflow-x: auto;
    width: 100%;
    position: relative;
    padding-top: 1.5em;
  }

  .table_res::before {
    content: "← 左へスワイプしてください";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
  }

  .table_res table {
    width: 800px;
  }

  .table_res table th, .table_res table td {
    font-size: 1.3rem;
  }

  .notes-list > li {
    font-size: 1.2rem;
  }

  .disc-list > li {
    font-size: 1.4rem;
  }

  ol.normal-num-list > li {
    font-size: 1.4rem;
  }

  .brackets-num-list > li {
    font-size: 1.4rem;
  }

  .circle-num-list > li {
    font-size: 1.4rem;
  }

  .notes-num-list > li {
    font-size: 1.2rem;
  }

  .get_adobe_reader_area {
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }

  .get_adobe_reader_area a.banner {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .teacher-intro-box-container .teacher-intro-box {
    padding: 5vw;
    padding-bottom: calc(10vw + 45px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }

  .teacher-intro-box-container .teacher-intro-box::before, .teacher-intro-box-container .teacher-intro-box::after {
    top: unset;
  }

  .teacher-intro-box-container .teacher-intro-box::before {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10vw;
  }

  .teacher-intro-box-container .teacher-intro-box::after {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0) skew(54deg);
    bottom: calc(10vw + 16px);
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-photo {
    width: 50%;
    max-width: 350px;
    height: 100%;
    margin-bottom: 5px;
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-text .teacher-name {
    text-align: center;
    margin-bottom: 5px;
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-text .teacher-name span {
    font-size: 2rem;
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-text .teacher-post {
    margin-bottom: 15px;
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-text .subject-field {
    width: 100%;
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
    justify-content: unset;
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-text .subject-field dt {
    margin-bottom: 5px;
  }

  .teacher-intro-box-container .teacher-intro-box .teacher-text .subject-field dd {
    width: 100%;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .teacher-prof-content {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }

  .teacher-prof-content .t-prof-photo {
    width: 50%;
    max-width: 350px;
    margin-bottom: 10px;
  }

  .teacher-prof-content .t-prof-text {
    width: 100%;
  }

  .teacher-prof-content .t-prof-text .dep-text {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 5px;
  }

  .teacher-prof-content .t-prof-text .name {
    text-align: center;
    margin-bottom: 10px;
  }

  .teacher-prof-content .t-prof-text .name span.jp {
    font-size: 1.6rem;
  }

  .teacher-prof-content .t-prof-text .name span.en {
    font-size: 1.2rem;
  }

  .teacher-prof-content .t-prof-text .grade-text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .teacher-intro-box-container .teacher-intro-box::before {
    width: 56px;
    height: 56px;
  }

  .teacher-intro-box-container .teacher-intro-box::after {
    bottom: calc(10vw + 26px);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(1.3rem + .25vw);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: 100%;
}

.search-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -100000000;
}

.search-wrap .search-wrap-inner {
  display: flex;
  width: 44%;
  height: auto;
  position: fixed;
  top: 42vh;
  left: 28%;
  z-index: 1005;
  opacity: 0;
}

.search-wrap .search-wrap-inner::before {
  content: "サイト内検索";
  position: absolute;
  top: -1em;
  left: 50%;
  width: 100%;
  line-height: 1em;
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  transform: translateY(-100%) translateX(-50%);
}

.search-wrap .search-wrap-inner .gsc-control {
  width: 100%;
}

.search-wrap .search-wrap-inner #___gcse_0, .search-wrap .search-wrap-inner #___gcse_1,
.search-wrap .search-wrap-inner .gsc-control-cse {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 40px;
  padding: 0;
}

.search-wrap .search-wrap-inner #___gcse_0 .gsc-input, .search-wrap .search-wrap-inner #___gcse_0 .gsc-input-box, .search-wrap .search-wrap-inner #___gcse_1 .gsc-input, .search-wrap .search-wrap-inner #___gcse_1 .gsc-input-box,
.search-wrap .search-wrap-inner .gsc-control-cse .gsc-input,
.search-wrap .search-wrap-inner .gsc-control-cse .gsc-input-box {
  background: none !important;
  border: none !important;
  color: #444 !important;
  width: 100%;
  height: 100%;
}

.search-wrap .search-wrap-inner #___gcse_0 .gsc-input, .search-wrap .search-wrap-inner #___gcse_1 .gsc-input,
.search-wrap .search-wrap-inner .gsc-control-cse .gsc-input {
  height: 40px !important;
  padding: 0;
}

.search-wrap .search-wrap-inner #___gcse_0 .gsst_a .gscb_a, .search-wrap .search-wrap-inner #___gcse_1 .gsst_a .gscb_a,
.search-wrap .search-wrap-inner .gsc-control-cse .gsst_a .gscb_a {
  color: #FFF !important;
  display: none;
}

.search-wrap .search-wrap-inner #___gcse_0 .gsc-search-button-v2, .search-wrap .search-wrap-inner #___gcse_1 .gsc-search-button-v2,
.search-wrap .search-wrap-inner .gsc-control-cse .gsc-search-button-v2 {
  padding: 12px 30px !important;
  border: 1px solid #FFF !important;
  border-radius: 0 !important;
  background: #000 !important;
  cursor: pointer;
}

.search-wrap .search-wrap-inner #___gcse_0 .gsib_a, .search-wrap .search-wrap-inner #___gcse_1 .gsib_a,
.search-wrap .search-wrap-inner .gsc-control-cse .gsib_a {
  padding: 0 !important;
}

.search-wrap .search-wrap-inner #___gcse_0 .gsib_b, .search-wrap .search-wrap-inner #___gcse_1 .gsib_b,
.search-wrap .search-wrap-inner .gsc-control-cse .gsib_b {
  display: none;
}

.search-wrap .search-wrap-inner #___gcse_0 .gsc-clear-button, .search-wrap .search-wrap-inner #___gcse_1 .gsc-clear-button,
.search-wrap .search-wrap-inner .gsc-control-cse .gsc-clear-button {
  display: none;
}

.search-wrap .search-wrap-inner #___gcse_0 input, .search-wrap .search-wrap-inner #___gcse_1 input,
.search-wrap .search-wrap-inner .gsc-control-cse input {
  padding: 5px 20px !important;
}

.search-wrap .search-wrap-inner .search-bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
}

.search-wrap.active {
  visibility: visible;
  z-index: 1000000;
  opacity: 1;
  transition: all 0.3s ease;
}

.search-wrap.active .search-wrap-inner {
  opacity: 1;
  transition: all 0.3s ease 0.2s;
  top: 40vh;
}

.search-wrap .gsc-results-wrapper-overlay {
  top: 10%;
}

.gstl_50.gssb_c {
  z-index: 9000000;
}

.header {
  width: 100%;
  height: 6vw;
  padding: 0 2% 0 7%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  transition: all 0.4s ease;
  background: #FFF;
}

.header .header-logo {
  width: fit-content;
  height: 4vw;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}

.header .header-logo img {
  height: 100%;
  display: block;
}

.header .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-menu li {
  width: fit-content;
}

.header .header-menu li a {
  position: relative;
  width: 100%;
  padding: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  font-weight: 500;
}

.header .header-menu li a::before {
  content: "";
  position: absolute;
  background: rgba(240, 172, 173, 0.5);
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}

.header .header-menu li a:hover {
  opacity: 1;
}

.header .header-menu li a:hover::before {
  opacity: 1;
  width: 3vw;
  height: 3vw;
}

.header .header-menu li.search {
  cursor: pointer;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 1.5vw;
  background: #f0acad;
  margin-left: 1.5vw;
  position: relative;
}

.header .header-menu li.search::before {
  content: "";
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../images/common/search-icon.svg) no-repeat center center;
  background-size: contain;
  display: block;
  transition: all 0.3s ease;
}

.header .header-menu li.search:hover::before {
  content: "";
  width: 2.4vw;
  height: 2.4vw;
}

.header .side-global-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 6vw;
  height: 100%;
  cursor: pointer;
  background: #f0acad;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0.05s;
}

.header .side-global-menu p.btn-border {
  width: 3.4vw;
  padding-top: 2.7vw;
  margin: 1.7vw auto 0;
  font-size: 1.1vw;
  text-align: center;
  font-weight: 500;
  line-height: 0.8em;
  letter-spacing: 0.05em;
  color: #FFF;
  position: relative;
}

.header .side-global-menu p.btn-border span {
  position: absolute;
  background: #fff;
  width: 3.4vw;
  height: 3px;
  transition: all 0.4s;
  display: block;
}

.header .side-global-menu p.btn-border span:nth-of-type(1) {
  top: 0;
}

.header .side-global-menu p.btn-border span:nth-of-type(2) {
  top: 0.9vw;
}

.header .side-global-menu p.btn-border span:nth-of-type(3) {
  top: 1.8vw;
}

.header .side-global-menu .fix-menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3vw;
}

.header .side-global-menu .fix-menu li {
  height: 6.5vw;
}

.header .side-global-menu .fix-menu li a {
  width: 100%;
  height: 100%;
  background: #FFF;
  display: block;
  padding: 0.5vw 0 1vw;
  color: #f0acad;
  font-size: 0.8vw;
  line-height: 1.3em;
  text-align: center;
  font-weight: 600;
}

.header .side-global-menu .fix-menu li a::before {
  content: "";
  width: 5vw;
  height: 2.8vw;
  margin: 0.2vw auto 0;
  background: #DDD;
  display: block;
}

.header .side-global-menu .fix-menu li:nth-of-type(1) a::before {
  background: url(../images/common/fix-icon01.svg) no-repeat center center;
  background-size: contain;
}

.header .side-global-menu .fix-menu li:nth-of-type(2) a {
  border-top: 1px solid #f0acad;
  border-bottom: 1px solid #f0acad;
}

.header .side-global-menu .fix-menu li:nth-of-type(2) a::before {
  background: url(../images/common/fix-icon02.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 0.5vw;
}

.header .side-global-menu .fix-menu li:nth-of-type(3) a::before {
  background: url(../images/common/fix-icon03.svg) no-repeat center center;
  background-size: contain;
}

.header .side-global-menu:hover {
  transform: translateX(-0.3vw);
}

.header .side-global-menu.is-show .btn-border span:nth-child(1) {
  transform: translate(0, 0.9vw) rotate(-45deg);
}

.header .side-global-menu.is-show .btn-border span:nth-child(2) {
  opacity: 0;
}

.header .side-global-menu.is-show .btn-border span:nth-child(3) {
  transform: translate(0, -0.9vw) rotate(45deg);
}

.sports .header .side-global-menu {
  background: #d80c18;
}

.sports .header .side-global-menu .fix-menu li a {
  color: #d80c18;
}

.sports .header .side-global-menu .fix-menu li:nth-of-type(1) a::before {
  background: url(../images/common/fix-icon01-sports.svg) no-repeat center center;
  background-size: contain;
}

.sports .header .side-global-menu .fix-menu li:nth-of-type(2) a {
  border-top: 1px solid #d80c18;
  border-bottom: 1px solid #d80c18;
}

.sports .header .side-global-menu .fix-menu li:nth-of-type(2) a::before {
  background: url(../images/common/fix-icon02-sports.svg) no-repeat center center;
  background-size: contain;
}

.sports .header .side-global-menu .fix-menu li:nth-of-type(3) a::before {
  background: url(../images/common/fix-icon03-sports.svg) no-repeat center center;
  background-size: contain;
}

.header.hide-out {
  height: 4vw;
  background: #FFF;
}

.header.hide-out .header-logo {
  height: 3.4vw;
}

.header.hide-out ul.sports-menu-list {
  top: 4vw;
  height: 4vw;
  background: #FFF;
}

.header.hide-out ul.sports-menu-list > li::before {
  height: 2vw;
}

.header.hide-out .header-menu li a {
  padding: 0.2vw 1vw;
  font-size: 1vw;
}

.side-global-menu-content-wrap {
  position: fixed;
  top: 0;
  left: -120%;
  width: 32%;
  height: 100vh;
  background: #fff8f8;
  background: #fae2e2;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 18;
  padding: 8vw 0 4vw 9vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.side-global-menu-content-wrap.is-show {
  opacity: 1;
  left: 0;
}

.side-global-menu-content-wrap ul.side-global-menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.side-global-menu-content-wrap ul.side-global-menu-list li {
  width: 100%;
  position: relative;
  margin-bottom: 1vh;
}

.side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-cat-title {
  width: 100%;
  height: 8.5vh;
}

.side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-cat-title a {
  color: #000;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.5vw;
  transition: all 0.2s ease;
}

.side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-cat-title a:hover {
  background: rgba(240, 172, 173, 0.4);
  color: #FFF;
  padding-left: 1.7vw;
  opacity: 1;
}

.side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-submenu-toggle {
  width: 3.5vw;
  height: 8.5vh;
  position: absolute;
  top: 0;
  right: -1vw;
  display: block;
  border-radius: 0 5px 5px 0;
  background: #f0acad;
  cursor: pointer;
  transition: all 0.2s ease;
}

.side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-submenu-toggle::after {
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-30%, -100%);
}

.side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-submenu-toggle:hover {
  width: 4.5vw;
  right: -1vw;
}

.side-global-menu-content-wrap ul.side-global-menu-otherlinks {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.side-global-menu-content-wrap ul.side-global-menu-otherlinks li {
  width: 4.5vw;
  height: 4.5vw;
  margin-right: 1vw;
  background: #f0acad;
  border-radius: 50%;
}

.side-global-menu-content-wrap ul.side-global-menu-otherlinks li a {
  display: block;
  width: 100%;
}

.side-global-menu-content-wrap ul.side-global-menu-otherlinks li a img {
  display: block;
  width: 100%;
}

.side-global-menu-content-wrap .mb-menu {
  display: none;
}

.sports .side-global-menu-content-wrap {
  background: #f7ced1;
}

.sports .side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-cat-title a:hover {
  background: rgba(216, 12, 24, 0.4);
}

.sports .side-global-menu-content-wrap ul.side-global-menu-list li .global-menu-submenu-toggle {
  background: #d80c18;
}

.sports .side-global-menu-content-wrap ul.side-global-menu-otherlinks li {
  background: #d80c18;
}

.fix-menu-res {
  display: none;
}

ul.sports-menu-list {
  position: fixed;
  top: 6vw;
  right: 0;
  width: 94%;
  height: 5vw;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  z-index: 10;
  transition: all 0.4s ease;
  background: #FFF;
}

ul.sports-menu-list > li {
  width: 20%;
  height: 100%;
}

ul.sports-menu-list > li .sports-menu-main {
  position: relative;
  height: 100%;
}

ul.sports-menu-list > li .sports-menu-main a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1vw;
  line-height: 1.2em;
  font-weight: 500;
  transition: all 0.4s ease;
}

ul.sports-menu-list > li .sports-menu-main a span {
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
}

ul.sports-menu-list > li .sports-menu-main a img {
  width: 100%;
  height: 100%;
}

ul.sports-menu-list > li .sports-menu-main a:hover {
  opacity: 1;
  color: #d80c18;
}

ul.sports-menu-list > li .sports-menu-main::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 3vw;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

ul.sports-menu-list > li .sports-menu-main.logo a {
  padding: 1em;
}

ul.sports-menu-list > li .sports-menu-main.no-link {
  cursor: pointer;
}

ul.sports-menu-list > li .sports-menu-main.no-link a {
  pointer-events: none;
}

ul.sports-menu-list > li ul.sports-menu-sub-list {
  position: absolute;
  top: calc(5vw - 1px);
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  width: 100%;
  background: #d80c18;
  padding: 2em 3em;
  box-shadow: 0 7px 14px -8px #4f0408;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.4s ease;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li {
  width: 23%;
  margin-right: calc(8% / 3);
  margin-bottom: 10px;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1vw;
  line-height: 1.5em;
  font-weight: 500;
  padding-left: 1em;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.sports-menu-list > li ul.sports-menu-sub-list li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: -3px;
  left: 0;
  transition: all 0.4s ease;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li a.no-link {
  pointer-events: none;
  opacity: 0.7;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li a:hover {
  opacity: 1;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li a:hover::after {
  width: 100%;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li:nth-of-type(4n) {
  margin-right: 0;
}

ul.sports-menu-list > li ul.sports-menu-sub-list li:last-child {
  width: 100%;
  margin-top: 15px;
}

ul.sports-menu-list > li:last-child .sports-menu-main::before {
  content: unset;
}

ul.sports-menu-list > li:hover ul.sports-menu-sub-list {
  opacity: 1;
  pointer-events: auto;
}

ul.sports-menu-list.hide-out {
  top: 4vw;
  height: 4vw;
  background: #FFF;
}

ul.sports-menu-list.hide-out > li .sports-menu-main::before {
  height: 2vw;
}

ul.sports-menu-list.hide-out > li ul.sports-menu-sub-list {
  top: calc(4vw - 1px);
}

.global-menu-submenu-wrap .mb-menu-title {
  display: none;
}

.global-menu-submenu-wrap .global-menu-submenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 65%;
  height: 100vh;
  background: #fff8f8;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.4s;
  z-index: 16;
  padding: 8vw 2vw 4vw 8vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y: auto;
}

.global-menu-submenu-wrap .global-menu-submenu dl {
  width: 32%;
  margin-bottom: 3vh;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt a, .global-menu-submenu-wrap .global-menu-submenu dl dd a {
  display: block;
  cursor: pointer;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt {
  margin-bottom: 2vh;
  position: relative;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt::before {
  content: "▷";
  color: #f0acad;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt.no-link {
  pointer-events: none;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt.no-link::before {
  content: none;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt a {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 1vh;
  position: relative;
  z-index: 1;
  color: #f0acad;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 10px 20px 10px 0;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt a::before {
  content: "";
  position: absolute;
  background: #f0acad;
  width: 100%;
  height: 2px;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt a::after {
  z-index: -1;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt a:hover {
  opacity: 1;
}

.global-menu-submenu-wrap .global-menu-submenu dl dt a:hover:after {
  animation: fade_menu_top 1.5s ease 0.2s;
}

.global-menu-submenu-wrap .global-menu-submenu dl dd {
  margin-bottom: 0.6vh;
  border: 1px solid #f0acad;
  border-radius: 5px;
}

.global-menu-submenu-wrap .global-menu-submenu dl dd a {
  font-size: 1.5rem;
  transition: all 0.4s;
  padding: 5px 10px;
  color: #f0acad;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
}

.global-menu-submenu-wrap .global-menu-submenu dl dd a.ad-link {
  border: solid 1px #fff;
  padding: 10px 2vw;
  transition: all 0.4s;
}

.global-menu-submenu-wrap .global-menu-submenu dl dd a:hover {
  opacity: 1;
  padding-left: 1vw;
}

.global-menu-submenu-wrap .global-menu-submenu dl dd a:hover.ad-link {
  padding: 10px 2vw;
  background: #fff;
  color: #f0acad;
}

.global-menu-submenu-wrap .global-menu-submenu dl dd a.no-link {
  opacity: 0.6;
  pointer-events: none;
}

.global-menu-submenu-wrap .global-menu-submenu.is-show {
  opacity: 1;
  left: 30%;
}

.sports .global-menu-submenu-wrap .global-menu-submenu dl dt::before {
  color: #d80c18;
}

.sports .global-menu-submenu-wrap .global-menu-submenu dl dt a {
  color: #d80c18;
}

.sports .global-menu-submenu-wrap .global-menu-submenu dl dt a::before {
  background: #d80c18;
}

.sports .global-menu-submenu-wrap .global-menu-submenu dl dd {
  border: 1px solid #d80c18;
}

.sports .global-menu-submenu-wrap .global-menu-submenu dl dd a {
  color: #d80c18;
}

.sports .global-menu-submenu-wrap .global-menu-submenu dl dd a:hover.ad-link {
  color: #d80c18;
}

@keyframes fade_menu_top {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(-10%);
  }
}
.page-head {
  width: 100%;
  margin-top: 6vw;
}

.page-head .mainvisual {
  position: relative;
  width: 100%;
  margin: 0;
  height: 17vw;
  background: white;
}

.page-head .mainvisual h2.page-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #f0acad;
  padding: 0.3vw 0.6vw;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  animation: mv-title 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  opacity: 0;
  width: 45%;
  font-size: calc(2rem + .7vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.single.news .page-head .mainvisual h2.page-title {
  line-height: 1.5em;
  font-size: calc(1.6rem + .5vw);
}

.sports .page-head .mainvisual h2.page-title {
  background: #d80c18;
  width: 100%;
  height: auto;
}

.page-head .mainvisual::after {
  position: absolute;
  content: "";
  width: 55%;
  right: 0;
  height: 100%;
  background: url("../images/mainvisual/mainvisual-about.webp") no-repeat center center;
  background-size: cover;
}

.feature .page-head .mainvisual::after {
  content: none;
}

.about .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-about.webp") no-repeat center center;
  background-size: cover;
}

.certification .page-head .mainvisual::after {
  width: 100%;
  background: url("../images/mainvisual/mainvisual-certification.jpg") no-repeat center center;
  background-size: cover;
}

.campuslife .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-campuslife.jpg") no-repeat center center;
  background-size: cover;
}

.campuslife.sports .page-head .mainvisual::after {
  content: none;
  background: none;
}

.faculty .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-faculty.webp") no-repeat center center;
  background-size: cover;
}

.study .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-study.webp") no-repeat center center;
  background-size: cover;
}

.alumni .page-head .mainvisual::after, .student .page-head .mainvisual::after, .general .page-head .mainvisual::after, .organization .page-head .mainvisual::after, .contact .page-head .mainvisual::after, .infection .page-head .mainvisual::after, .information .page-head .mainvisual::after, .cms .page-head .mainvisual::after, .teacher-recruitment .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-about.webp") no-repeat center center;
  background-size: cover;
}

.career .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-career.webp") no-repeat center center;
  background-size: cover;
}

.career.certification .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-certification.jpg") no-repeat center center;
  background-size: cover;
}

.blog .page-head .mainvisual::after {
  background: url("../images/mainvisual/mainvisual-blog.webp") no-repeat center top;
  background-size: cover;
}

.page-head .mainvisual.index-main {
  background: #CCC;
  width: 100%;
  margin: 0;
  height: 30vw;
  position: relative;
}

.page-head .mainvisual.index-main::after {
  content: none;
}

.page-head .mainvisual.index-main h2.page-title {
  position: absolute;
  z-index: 2;
  height: unset;
  width: 100%;
  top: 0;
  left: 0;
  background: #f0acad;
  padding: 0.3vw;
  text-align: center;
  color: #FFF;
  font-size: calc(2rem + .7vw);
  font-weight: 500;
  animation: mv-title 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  opacity: 0;
}

.single.news .page-head .mainvisual.index-main h2.page-title {
  line-height: 1.5em;
  font-size: calc(1.6rem + .5vw);
}

.sports .page-head .mainvisual.index-main h2.page-title {
  background: #d80c18;
}

.feature .page-head .mainvisual.index-main {
  background-color: white;
  height: calc(27vw + 2.4rem + .7vw + 20px + 20px);
}

.about .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-about.webp") no-repeat center center;
  background-size: cover;
}

.certification .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-certification.jpg") no-repeat center center;
  background-size: cover;
}

.campuslife .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-campuslife.jpg") no-repeat center center;
  background-size: cover;
}

.campuslife.sports .page-head .mainvisual.index-main {
  background: none;
}

.faculty .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-faculty.webp") no-repeat center center;
  background-size: cover;
}

.study .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-study.webp") no-repeat center center;
  background-size: cover;
}

.alumni .page-head .mainvisual.index-main, .student .page-head .mainvisual.index-main, .general .page-head .mainvisual.index-main, .organization .page-head .mainvisual.index-main, .contact .page-head .mainvisual.index-main, .infection .page-head .mainvisual.index-main, .information .page-head .mainvisual.index-main, .cms .page-head .mainvisual.index-main, .teacher-recruitment .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-about.webp") no-repeat center center;
  background-size: cover;
}

.career .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-career.webp") no-repeat center center;
  background-size: cover;
}

.career.certification .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-certification.jpg") no-repeat center center;
  background-size: cover;
}

.blog .page-head .mainvisual.index-main {
  background: url("../images/mainvisual/mainvisual-blog.webp") no-repeat center top;
  background-size: cover;
}

.page-head ul.breadcrumb {
  padding: 5px 20px 5px;
  display: flex;
  width: calc(100% - 20vw);
  margin: 0 auto 2vh;
  background: none;
}

.page-head ul.breadcrumb li {
  margin: 0 15px 0 35px;
  position: relative;
}

.page-head ul.breadcrumb li::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #444;
  border-bottom: 1.5px solid #444;
  transform: translate(50%, -50%) rotate(-45deg);
}

.page-head ul.breadcrumb li a {
  color: #444;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.page-head ul.breadcrumb li:first-of-type {
  margin: 0 15px 0 0;
}

.page-head ul.breadcrumb li:first-of-type::before {
  content: none;
}

.page-head ul.breadcrumb li:last-of-type {
  color: #f0acad;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  pointer-events: none;
}

.page-head ul.breadcrumb li:last-of-type a {
  color: #f0acad;
  font-weight: 600;
}

@keyframes mv-title {
  0% {
    opacity: 0;
    letter-spacing: -0.8em;
  }
  100% {
    opacity: 1;
    letter-spacing: 0.2em;
  }
}
.content-wrap {
  width: 100%;
  display: block;
  z-index: 0;
  margin: 0 auto;
  position: relative;
  padding-left: 6vw;
}

.admission .content-wrap {
  padding-left: 0;
}

.content-inner {
  width: calc(100% - 20vw);
  margin: 0 auto 8vh;
}

.content-inner.wd100 {
  width: 100%;
  margin: 0 0 8vh;
}

.content-inner.top.wd90 {
  width: 90%;
  margin: auto;
}

.footer {
  width: 100%;
  background: #f0acad;
  padding: 3vw 8vw 0.5vw 14vw;
}

.footer ul.footer-link-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7vw;
}

.footer ul.footer-link-content li {
  width: calc(90% / 6);
  margin-right: 2%;
  margin-bottom: 30px;
}

.footer ul.footer-link-content li:nth-of-type(6n) {
  margin-right: 0;
}

.footer ul.footer-link-content li ul.footer-main-links {
  width: 100%;
  margin-bottom: 10px;
}

.footer ul.footer-link-content li ul.footer-main-links li {
  width: 100%;
  margin-bottom: 5px;
}

.footer ul.footer-link-content li ul.footer-main-links li:nth-of-type(1) {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.footer ul.footer-link-content li ul.footer-main-links li:nth-of-type(1) a {
  font-size: 1.5rem;
  font-weight: 600;
}

.footer ul.footer-link-content li ul.footer-main-links li a {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.footer ul.footer-link-content li ul.footer-main-links.big li {
  border: 2px solid #fff;
  margin-bottom: 7px;
}

.footer ul.footer-link-content li ul.footer-main-links.big li:nth-of-type(1) {
  padding-bottom: 0px;
}

.footer ul.footer-link-content li ul.footer-main-links.big li a {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 10px;
}

.footer ul.footer-link-content li ul.footer-main-links.big li:hover {
  background: #FFF;
}

.footer ul.footer-link-content li ul.footer-main-links.big li:hover a {
  color: #f0acad;
}

.footer ul.footer-link-content li > p.wide-link-title {
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.footer ul.footer-link-content li > p.wide-link-title > a {
  color: #FFF;
}

.footer ul.footer-link-content li.box01.rn {
  margin-right: 0;
}

.footer ul.footer-link-content li.box01 ul.footer-main-links.top-link li:nth-of-type(1) {
  border-bottom: 0px solid #fff;
  padding-bottom: 0px;
  background: #FFF;
  padding: 2px 7px;
  color: #f0acad;
  margin-bottom: 10px;
}

.footer ul.footer-link-content li.box01 ul.footer-main-links.top-link li:nth-of-type(1) a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f0acad;
}

.footer ul.footer-link-content li.box02 {
  height: fit-content;
  width: 66%;
  display: flex;
  justify-content: flex-start;
  margin-right: 2%;
  flex-wrap: wrap;
}

.footer ul.footer-link-content li.box02 ul.footer-main-links {
  width: calc(94% / 4);
  margin-right: 2%;
  margin-bottom: 10px;
}

.footer ul.footer-link-content li.box02 ul.footer-main-links:nth-of-type(4n) {
  margin-right: 0;
}

.footer ul.footer-link-content li.box02 ul.footer-main-links li:nth-of-type(1) {
  border-bottom: 0px solid #fff;
  padding-bottom: 0px;
  background: #FFF;
  padding: 2px 7px;
  color: #f0acad;
  margin-bottom: 0px;
}

.footer ul.footer-link-content li.box02 ul.footer-main-links li:nth-of-type(1) a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f0acad;
}

.footer ul.footer-link-content li.box03 {
  width: 100%;
  display: flex;
  margin-right: 0;
  flex-wrap: wrap;
}

.footer ul.footer-link-content li.box03 ul.footer-main-links {
  width: calc(90% / 6);
  margin-right: 2%;
}

.footer ul.footer-link-content li.box03 ul.footer-main-links:nth-of-type(6n) {
  margin-right: 0;
}

.footer ul.footer-link-content li.box03 ul.footer-main-links > li.heading {
  border-bottom: 0px solid #fff;
  padding-bottom: 0px;
  background: #FFF;
  padding: 2px 7px;
  color: #f0acad;
  margin-bottom: 10px;
}

.footer ul.footer-link-content li.box03 ul.footer-main-links > li.heading a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #f0acad;
}

.footer ul.footer-sns-links {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 7vw;
}

.footer ul.footer-sns-links li {
  width: 60px;
  margin: 0 10px;
}

.footer ul.footer-sns-links li a {
  display: inline-block;
  width: 100%;
}

.footer ul.footer-sns-links li a img {
  width: 100%;
}

.footer .footer-logo-access {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 7vw;
}

.footer .footer-logo-access a.footer-logo {
  display: block;
  width: 28vw;
  margin-bottom: 20px;
}

.footer .footer-logo-access a.footer-logo img {
  display: block;
  width: 100%;
}

.footer .footer-logo-access p.access {
  font-size: 1.4rem;
  color: #FFF;
  text-align: center;
}

p.copyright {
  font-size: 1.1rem;
  color: #FFF;
  text-align: center;
  width: 100%;
  background: #666;
  padding: 10px 10vw 10px 16vw;
}

ul.footer-other-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 30px 0 30px 6vw;
  background: #f0acad;
}

ul.footer-other-links li {
  width: fit-content;
}

ul.footer-other-links li a {
  padding: 0 15px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1;
  border-right: 1px solid #fff;
}

ul.footer-other-links li:nth-last-child(1) a {
  border-right: 0px solid #fff;
}

ul.footer-other-links.nsg {
  background: #e87057;
}

ul.footer-other-links.nsg li a {
  font-size: 1.6rem;
}

.anchor-position,
.anchor {
  padding-top: 8vw;
  margin-top: -8vw;
}

.unpub-item {
  pointer-events: none;
  opacity: 0.3;
}

.unpub-hidden {
  display: none;
}

.unpub-content {
  position: relative;
  pointer-events: none;
  z-index: 1;
}

.unpub-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.unpub-content::after {
  content: "COMING SOON";
  font-size: 1.6vw;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

@keyframes pulldown {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes pullup {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.slide-up {
  opacity: 0;
}

.is-show .slide-up {
  animation: section_fade_in 0.8s ease-in-out both;
}

.slide-up02 {
  opacity: 0;
}

.is-show .slide-up02 {
  animation: section_fade_in02 0.3s ease-in-out both;
  transition-delay: 0.2s;
}

@keyframes section_fade_in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes section_fade_in02 {
  0% {
    opacity: 0.8;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translateX(30%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_top {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_bottom {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
a.no-link {
  pointer-events: none;
}

a.no-link.fax {
  text-decoration: none;
  color: #FFF;
}

.admission.obstacle .paragraph a.no-link.fax {
  color: #000;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body {
    font-size: 1.4rem;
  }

  .header {
    height: 70px;
    background: #FFF;
    padding: 0 0 0 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .header .header-logo {
    height: 38px;
  }

  .header .header-menu {
    display: none;
  }

  .header .side-global-menu {
    left: unset;
    right: 0;
    width: 60px;
    height: 70px;
    box-shadow: unset;
  }

  .header .side-global-menu p.btn-border {
    width: 34px;
    padding-top: 30px;
    margin: 20px auto 0;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    line-height: 0.8em;
    letter-spacing: 0.05em;
    color: #FFF;
    position: relative;
  }

  .header .side-global-menu p.btn-border span {
    width: 34px;
    height: 2px;
  }

  .header .side-global-menu p.btn-border span:nth-of-type(1) {
    top: 0;
  }

  .header .side-global-menu p.btn-border span:nth-of-type(2) {
    top: 8px;
  }

  .header .side-global-menu p.btn-border span:nth-of-type(3) {
    top: 16px;
  }

  .header .side-global-menu .fix-menu {
    display: none;
  }

  .header .side-global-menu:hover {
    transform: translateX(0);
  }

  .header .side-global-menu.is-show .btn-border span:nth-child(1) {
    transform: translate(0, 8px) rotate(-45deg);
  }

  .header .side-global-menu.is-show .btn-border span:nth-child(3) {
    transform: translate(0, -8px) rotate(45deg);
  }

  .header.hide-out {
    height: 70px;
    background: #FFF;
  }

  .header.hide-out .header-logo {
    height: 38px;
  }

  .side-global-menu-content-wrap {
    top: -100vh;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    box-shadow: unset;
    padding: 0;
    overflow-y: auto;
    z-index: 50;
  }

  .side-global-menu-content-wrap.is-show {
    top: 70px;
  }

  .side-global-menu-content-wrap ul.side-global-menu-list {
    display: none;
  }

  .side-global-menu-content-wrap ul.side-global-menu-otherlinks {
    display: none;
  }

  .side-global-menu-content-wrap .mb-menu {
    display: block;
  }

  .side-global-menu-content-wrap .mb-menu .mb-menu-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 5vw;
    border-bottom: 1px solid #fff;
    background: #f0acad;
    position: relative;
  }

  .side-global-menu-content-wrap .mb-menu .mb-menu-title::before, .side-global-menu-content-wrap .mb-menu .mb-menu-title::after {
    content: "";
    position: absolute;
    right: 5vw;
    top: 50%;
    width: 17px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
  }

  .side-global-menu-content-wrap .mb-menu .mb-menu-title::after {
    transform: rotate(90deg);
  }

  .side-global-menu-content-wrap .mb-menu .mb-menu-title.open::before {
    content: none;
  }

  .side-global-menu-content-wrap .mb-menu .mb-menu-title.open::after {
    transform: rotate(180deg);
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background: #fff8f8;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dt a, .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dd a {
    width: 100%;
    min-height: 45px;
    padding: 5px 13vw 5px 8vw;
    display: flex;
    align-items: center;
    color: #6b6161;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #f0acad;
    position: relative;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dt a::before, .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dd a::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 6.5vw;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b6161;
    border-right: 1px solid #6b6161;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dt a.no-link, .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dd a.no-link {
    opacity: 0.6;
    pointer-events: none;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dt a.no-link::before, .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dd a.no-link::before {
    content: none;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu dl dt {
    display: none;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.menu-02 dl dt, .side-global-menu-content-wrap .mb-menu .global-menu-submenu.menu-03 dl dt {
    display: block;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.menu-02 dl dd, .side-global-menu-content-wrap .mb-menu .global-menu-submenu.menu-03 dl dd {
    display: none;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl {
    display: flex;
    flex-direction: column;
    opacity: 1;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .header-menu-res {
    display: flex;
    flex-direction: column;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .header-menu-res > li a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    color: #6b6161;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 5vw;
    border-bottom: 1px solid #f0acad;
    background: #fae2e2;
    position: relative;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .header-menu-res > li a::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 6.5vw;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6b6161;
    border-right: 1px solid #6b6161;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .side-global-menu-otherlinks-res {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 22px 55px 50px 55px;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .side-global-menu-otherlinks-res > li {
    width: 65px;
    margin: 5px 8px;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .side-global-menu-otherlinks-res > li a {
    width: 100%;
    height: 65px;
    border-radius: 50%;
    background: #f0acad;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .side-global-menu-otherlinks-res > li a img {
    width: 70px;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .side-global-menu-otherlinks-res > li.search {
    height: 65px;
    border-radius: 50%;
    background: #f0acad;
    position: relative;
  }

  .side-global-menu-content-wrap .mb-menu .global-menu-submenu.mb-object_fl .side-global-menu-otherlinks-res > li.search::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/common/search-icon.svg) no-repeat center center;
    background-size: contain;
  }

  @keyframes submenu_slidedown {
    0% {
      opacity: 0;
      height: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      height: fit-content;
    }
  }
  .fix-menu-res {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    border-top: 1px solid #f0acad;
    background: #FFF;
    z-index: 20;
  }

  .fix-menu-res li {
    width: calc(100% / 3);
  }

  .fix-menu-res li a {
    width: 100%;
    height: 60px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    color: #f0acad;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
  }

  .fix-menu-res li a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .fix-menu-res li:nth-of-type(1) a::before {
    background: url(../images/common/fix-icon01.svg) no-repeat center center;
    background-size: contain;
  }

  .fix-menu-res li:nth-of-type(2) a {
    border-right: 1px solid #f0acad;
    border-left: 1px solid #f0acad;
  }

  .fix-menu-res li:nth-of-type(2) a::before {
    background: url(../images/common/fix-icon02.svg) no-repeat center center;
    background-size: contain;
    margin-bottom: 0;
  }

  .fix-menu-res li:nth-of-type(3) a::before {
    background: url(../images/common/fix-icon03.svg) no-repeat center center;
    background-size: contain;
  }

  ul.sports-menu-list {
    top: calc(70px - 1px);
    width: 100%;
    height: 9vw;
    height: 12vh;
    justify-content: center;
    background-color: white;
    flex-wrap: wrap;
  }

  ul.sports-menu-list > li {
    width: 25%;
    height: 50%;
  }

  ul.sports-menu-list > li:nth-of-type(2) {
    width: 50%;
  }

  ul.sports-menu-list > li:nth-of-type(3) .sports-menu-main::before {
    content: none;
  }

  ul.sports-menu-list > li:nth-of-type(n + 4) {
    width: 50%;
  }

  ul.sports-menu-list > li:nth-child(-n+3) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }

  ul.sports-menu-list > li .sports-menu-main a {
    padding-inline: 1ch;
    font-size: calc(.8rem + 1vw);
  }

  ul.sports-menu-list > li .sports-menu-main a img {
    height: 3ex;
  }

  ul.sports-menu-list > li .sports-menu-main::before {
    height: 100%;
    min-height: 2ex;
  }

  ul.sports-menu-list > li .sports-menu-main.logo a {
    padding: 0.5em;
  }

  ul.sports-menu-list > li ul.sports-menu-sub-list {
    top: calc(12vh - 1px);
    padding: 1em 1.5em;
  }

  ul.sports-menu-list > li ul.sports-menu-sub-list li {
    width: 30%;
    margin-right: 3.3%;
  }

  ul.sports-menu-list > li ul.sports-menu-sub-list li a {
    font-size: calc(1rem + .3vw);
  }

  ul.sports-menu-list > li ul.sports-menu-sub-list li:nth-of-type(4n) {
    margin-right: 3.3%;
  }

  ul.sports-menu-list.hide-out {
    top: -8vw;
    opacity: 0;
  }

  .global-menu-submenu-wrap {
    display: none;
  }

  .page-head .mainvisual {
    height: 30vh;
  }

  .feature .page-head .mainvisual {
    height: calc(47vw + 2.4rem + .7vw + 20px + 20px);
  }

  .page-head .mainvisual h2.page-title {
    padding: 5px 10px;
    width: 100%;
    font-size: calc(1.8rem + .5vw);
    line-height: 1.6;
    height: unset;
  }

  .page-head .mainvisual::after {
    width: 100%;
  }

  .campuslife .page-head .mainvisual::after {
    background: url("../images/mainvisual/mainvisual-campuslife.jpg") no-repeat 40% center;
    background-size: cover;
  }

  .blog .page-head .mainvisual::after {
    background: url("../images/mainvisual/mainvisual-blog.webp") no-repeat 80% top;
    background-size: cover;
  }

  .page-head .mainvisual.index-main {
    height: 30vh;
  }

  .page-head .mainvisual.index-main h2.page-title {
    padding: 5px 10px;
  }

  .feature .page-head .mainvisual.index-main {
    height: calc(47vw + 2.4rem + .7vw + 20px + 20px);
  }

  .campuslife .page-head .mainvisual.index-main {
    background: url("../images/mainvisual/mainvisual-campuslife.jpg") no-repeat 40% center;
    background-size: cover;
  }

  .blog .page-head .mainvisual.index-main {
    background: url("../images/mainvisual/mainvisual-blog.webp") no-repeat 80% top;
    background-size: cover;
  }

  .page-head ul.breadcrumb {
    padding: 5px 10px;
    flex-wrap: wrap;
    width: calc(100% - 12vw);
    margin: 0 auto 15px;
  }

  .page-head ul.breadcrumb li {
    margin: 0 5px 0 25px;
  }

  .page-head ul.breadcrumb li::before {
    left: -25px;
    width: 7px;
    height: 7px;
  }

  .page-head ul.breadcrumb li a {
    font-size: 1rem;
  }

  .page-head ul.breadcrumb li:first-of-type {
    margin: 0 5px 0 0;
  }

  .page-head ul.breadcrumb li:last-of-type {
    font-size: 1rem;
  }

  @keyframes mv-title {
    0% {
      opacity: 0;
      letter-spacing: -0.8em;
    }
    100% {
      opacity: 1;
      letter-spacing: 0.2em;
    }
  }
  .content-wrap {
    margin: 70px auto 0;
    padding-left: 0;
  }

  .campuslife.sports .content-wrap {
    margin: calc(70px + 12vh) auto 0;
  }

  .content-inner {
    width: calc(100% - 12vw);
  }

  .footer {
    padding: 20px 5vw;
  }

  .footer ul.footer-link-content {
    display: none;
  }

  .footer ul.footer-sns-links {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer ul.footer-sns-links li {
    width: 50px;
    margin: 10px;
  }

  .footer .footer-logo-access {
    margin-bottom: 0;
  }

  .footer .footer-logo-access a.footer-logo {
    width: 70%;
    max-width: 250px;
    margin-bottom: 10px;
  }

  p.copyright {
    font-size: 1rem;
    line-height: 1.4;
    padding: 10px 5vw 70px;
  }

  ul.footer-other-links {
    display: none;
  }

  .anchor-position,
.anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
