@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Noto+Sans+JP:wght@100;400;500;700&family=Noto+Serif+JP:wght@400;500;600&family=Roboto:ital,wght@0,400;0,700;1,300;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500&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;
  color: #727171;
}

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.6rem;
  height: 100%;
}

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;
}

/* 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;
}

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

■共通設定

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 1字下げ________________*/
.in_atd {
  padding-left: 1em;
  text-indent: -1em;
}

/* color________________*/
.attention_red {
  color: #A30008;
}

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

/*非表示*/
.hide-content {
  display: none;
}

.serif {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.pc-object img {
  width: 100%;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .mb-object {
    display: block !important;
  }
  .pc-object {
    display: none !important;
  }
  .res-object {
    display: block !important;
  }
  .pc-object_fl {
    display: none !important;
  }
  .se-object-none {
    display: block !important;
  }
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .se-object-none {
    display: none !important;
  }
  .se-object {
    display: block !important;
  }
}
/* responsive*/
/* title */
h2.mv-title-box {
  background: rgba(255, 130, 0, 0.8);
  padding: 10px;
  font-size: 3rem;
  color: #FFF;
  width: 30%;
  position: absolute;
  bottom: -40px;
  left: 50px;
  font-family: "Hind", sans-serif;
  text-align: center;
}

h2.mv-title-box span {
  display: block;
  font-size: 1.6rem;
}

h3.section-title {
  font-size: 2.8rem;
  margin: 40px 0;
  text-align: center;
}

h3.section-title.white {
  color: #FFF;
}

h3.section-box-title {
  font-size: 2.2rem;
  color: #ff8200;
  border: 1px solid #ff8200;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.page-lead {
  text-align: left;
  line-height: 2em;
  margin-bottom: 50px;
}

.page-lead.center {
  text-align: center;
}

.page-lead.white {
  color: #FFF;
}

h4.line-title {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 10px 0;
  padding-left: 30px;
  border-top: solid 1px #762373;
  border-bottom: solid 1px #762373;
  position: relative;
}

h4.line-title::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #762373;
  margin-right: 0.5em;
  position: absolute;
  left: 0.5em;
  top: 0.9em;
  transform: rotate(45deg);
}

h4.border-title {
  width: 100%;
  color: #ff8200;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  background: url(../images/common/border-bg.png);
  background-repeat: repeat;
  border: solid 1px #ff8200;
}

h4.bb-title {
  width: 100%;
  color: #ff8200;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  border-bottom: solid 1px #ff8200;
}

.side-line {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.side-line::before {
  content: "";
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #762373;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.side-line h5.text {
  display: inline;
  color: #762373;
  text-align: center;
  background: #FFF;
  position: relative;
  z-index: -1;
  font-size: 2.5rem;
  padding: 0 1.5em;
}

.circle-list {
  margin-bottom: 20px;
}

.circle-list li {
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

.circle-list li::before {
  content: "●";
  color: #969595;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}

table td .circle-list:last-child {
  margin-bottom: 0;
}

.num-list {
  margin: 0 auto 4vh;
  list-style: none;
  counter-reset: item;
}

.num-list li {
  margin-bottom: 0.3em;
  position: relative;
  line-height: 1.6em;
  text-indent: -1em;
  padding-left: 3em;
}

.num-list li::before {
  counter-increment: item;
  content: counter(item) ".";
  color: #ff8200;
  font-weight: 500;
  margin-right: 0.8em;
  display: inline-block;
}

.navi-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.navi-list li {
  width: calc(25% - 9px);
  margin-right: 12px;
  margin-bottom: 20px;
}

.navi-list li:nth-of-type(4n) {
  margin-right: 0;
}

.navi-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-height: 60px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  border: 1px solid #000;
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

.navi-list li a:hover {
  opacity: 1;
  box-shadow: none;
}

.navi-list li a.is-current {
  background: #b5a8d2;
  color: #000;
}

.navi-list li a::before {
  content: "";
  min-height: 60px;
  font-size: 0;
}

.schedule-list > li {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
  justify-content: space-between;
}

.schedule-list > li .lead-text {
  width: 50%;
  padding: 0 30px;
  position: relative;
}

.schedule-list > li .lead-text dt {
  width: 80px;
  height: 80px;
  background: #762373;
  font-size: 4rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.schedule-list > li .lead-text dd {
  padding: 30px;
}

.schedule-list > li .lead-text dd ul li {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.schedule-list > li .ph {
  width: 36%;
  margin: 0 3%;
}

.schedule-list > li .ph img {
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.schedule-list > li:nth-of-type(2n) .ph {
  order: 1;
}

.schedule-list > li:nth-of-type(2n) .lead-text {
  order: 2;
}

.schedule-list > li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: -10;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
}

.two-column > * {
  width: 48%;
  margin-right: 4%;
  margin-left: 0;
}

.two-column > *:nth-of-type(2n) {
  margin-right: 0;
}

.three-column {
  display: flex;
  flex-wrap: wrap;
}

.three-column > * {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  margin-left: 0;
}

.three-column > *:nth-of-type(3n) {
  margin-right: 0;
}

.three-column-index {
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
  margin-top: 50px;
}

.three-column-index li {
  width: 31%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-bottom: 3.5%;
  background: #FFF;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.three-column-index li:nth-of-type(3n) {
  margin-right: 0;
}

.three-column-index li > a {
  display: block;
  padding: 20px;
}

.three-column-index li .photo {
  margin-bottom: 10px;
}

.three-column-index li .photo img {
  width: 100%;
}

.three-column-index li .title {
  font-size: 1.8rem;
  text-align: center;
}

.three-column-index li:hover {
  opacity: 0.5;
  transition: all 0.75s ease-in-out;
}

.three-column-index li.no-photo .title {
  margin-top: 0;
}

.three-column-class {
  display: flex;
  flex-wrap: wrap;
}

.three-column-class li {
  width: 31%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-bottom: 3.5%;
  border: solid 10px #fff;
  position: relative;
}

.three-column-class li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: -11px;
  right: -11px;
  z-index: -10;
}

.three-column-class li:nth-of-type(3n) {
  margin-right: 0;
}

.three-column-class li a {
  position: relative;
  display: block;
}

.three-column-class li a .photo img {
  width: 100%;
}

.three-column-class li a .name {
  position: absolute;
  top: 20px;
  left: -20px;
  background: #fff;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 1.8rem;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.3);
}

.three-column-class li:hover::before {
  bottom: 0;
  right: 0;
}

.three-column-class li:hover a {
  opacity: 1;
}

.three-column-class li:hover a .name {
  box-shadow: none;
}

table.table_std {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
  border-top: 2px solid #ff8200;
  border-bottom: 2px solid #ff8200;
}

table.table_std th, table.table_std td {
  padding: 10px;
  font-size: 14px;
  color: #000;
  text-align: left;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ff8200;
  border-right: 1px solid #ff8200;
}

table.table_std th:last-child, table.table_std td:last-child {
  border-right: 0;
}

table.table_std th.bor, table.table_std td.bor {
  border-right: 1px solid #ff8200;
}

table.table_std td:last-child:first-child {
  border-right: 0;
  border-left: 0;
}

table.table_std td {
  background: #FFF;
}

.to_student table.table_std td {
  background: none;
}

table.table_std td.br1 {
  border-right: 1px solid #ff8200;
}

table.table_std td p + p {
  margin-top: 1em;
}

table.table_std td .links-area {
  margin-top: 20px;
}

table.table_std th {
  background: rgba(255, 130, 0, 0.1);
}

table.table_std .center {
  text-align: center;
}

table.table_std .right {
  text-align: right;
}

table.table_std em {
  font-style: normal;
  font-weight: bold;
}

table.table_std strong {
  color: #ff8200;
}

table.table_std.half {
  border-collapse: collapse;
  width: 50%;
  margin-bottom: 20px;
  border-top: 2px solid #ff8200;
  border-bottom: 2px solid #ff8200;
}

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

.mgb50 {
  margin-bottom: 50px;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.text-ph-content {
  margin-bottom: 30px;
}

.text-ph-content .ph-content {
  margin-bottom: 30px;
}

.text-ph-content .ph-content img {
  width: 100%;
}

.text-ph-content .text-content {
  line-height: 2em;
}

.text-ph-content .text-content span.text-red {
  color: #ff0000;
  line-height: 1em;
}

.text-ph-content.flex-content {
  display: flex;
  justify-content: space-between;
}

.text-ph-content.flex-content .ph-content {
  width: 30%;
}

.text-ph-content.flex-content .text-content {
  width: 65%;
}

.text-ph-content.flex-content02 {
  display: flex;
  justify-content: space-between;
}

.text-ph-content.flex-content02 .ph-content {
  width: 20%;
}

.text-ph-content.flex-content02 .text-content {
  width: 75%;
}

.paragraph {
  line-height: 1.8;
  margin-bottom: 40px;
}

.paragraph.attention {
  font-size: 1.2rem;
}

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

.paragraph.font_l {
  font-size: 2rem;
}

.paragraph.access {
  display: flex;
  justify-content: center;
  align-items: center;
}

.paragraph.access::before {
  content: "";
  display: inline-block;
  padding-right: 40px;
  width: 27px;
  height: 27px;
  background: url(../introduction/images/icon01.png) no-repeat center center;
  background-size: contain;
}

.paragraph > a {
  color: #ff8200;
  display: inline-block;
  margin: 0 0.2em;
  font-weight: 500;
}

.paragraph span.orange {
  color: #ff8200;
}

.current-pdf_list {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-wrap: wrap;
}

.current-pdf_list li {
  width: calc(33.333% - 6px);
  border: 1px solid #000;
  margin-right: 9px;
  display: flex;
  margin-bottom: 15px;
}

.current-pdf_list li:nth-of-type(3n) {
  margin-right: 0;
}

.current-pdf_list li a {
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #FFF;
  width: 100%;
  position: relative;
  min-height: 62px;
}

.admission .current-pdf_list li a {
  border-bottom: none;
}

.current-pdf_list li a::before {
  content: "PDF";
  background: #FFF;
  position: absolute;
  bottom: -0.8em;
  right: 0;
  padding: 0 10px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.current-pdf_list li a:hover {
  opacity: 1;
  color: #762373;
  box-shadow: none;
}

.current-pdf_list li a:hover::before {
  color: #762373;
  text-shadow: none;
}

.donation .current-pdf_list {
  padding: 5% 0 10%;
  justify-content: center;
}

a.link_btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 10px 100px 10px 40px;
  margin: 10px 0 20px;
  color: #ff8200;
  text-decoration: underline;
  font-size: 1.6rem;
  border: 2px solid #ff8200;
  position: relative;
}

a.link_btn::after {
  content: "";
  display: block;
  width: 65px;
  height: 100%;
  background: url(../images/common/link_btn_icon.png) no-repeat center center #ff8200;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}

a.link_btn::before {
  content: "";
  min-height: 40px;
  font-size: 0;
}

a.link_btn.halfsize {
  width: 50%;
  min-height: 50px;
  padding: 5px 100px 5px 40px;
  margin: 20px auto 20px 0;
  line-height: 1.5em;
}

a[target=_blank].link_btn::after {
  background: url(../images/common/link_btn_icon_window.png) no-repeat center center #ff8200;
}

a[href$=".pdf"].link_btn::after {
  background: url(../images/common/link_btn_icon_pdf.png) no-repeat center center #ff8200;
}

a[href$=".docx"].link_btn::after {
  background: url(../images/common/link_btn_icon_word.png) no-repeat center center #ff8200;
}

a[href$=".xls"].link_btn::after {
  background: url(../images/common/link_btn_icon_excel.png) no-repeat center center #ff8200;
}

a[href$=".xlsx"].link_btn::after {
  background: url(../images/common/link_btn_icon_excel.png) no-repeat center center #ff8200;
}

a[href$=".mp3"].link_btn::after {
  background: url(../images/common/link_btn_icon_song.png) no-repeat center center #ff8200;
}

.video-link {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.video-link a {
  padding: 30px;
  color: #FFF;
  font-size: 1.8rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #762373;
  line-height: 1;
  width: 80%;
  text-align: center;
  position: relative;
}

.video-link a::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #FFF;
  position: absolute;
  top: 5px;
  left: 5px;
}

.slide-up {
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  opacity: 0;
}

.slide-up.show {
  transition: 0.5s all ease-in-out 0s;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.preparation {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 2.2rem;
  border: 1px solid #666;
  color: #666;
  padding: 30px;
  background: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 768px) {
  /* title */
  h2.mv-title-box {
    background: rgba(255, 130, 0, 0.8);
    padding: 10px;
    font-size: 3rem;
    color: #FFF;
    width: 90%;
    position: absolute;
    bottom: -40px;
    left: 5%;
    font-family: "Hind", sans-serif;
    text-align: center;
  }
  h2.mv-title-box span {
    display: block;
    font-size: 1.6rem;
  }
  h3.section-title {
    margin: 20px 0 30px;
  }
  h4.border-title {
    font-size: 1.8rem;
    padding: 10px 5px;
  }
  .side-line {
    margin-bottom: 20px;
  }
  .side-line h5.text {
    font-size: 2rem;
  }
  .navi-list li {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .navi-list li:nth-of-type(4n) {
    margin-right: 10px;
  }
  .navi-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .navi-list li a {
    padding: 10px 5px;
    min-height: auto;
    height: 100%;
    font-size: 1.4rem;
  }
  .navi-list li a::before {
    min-height: auto;
  }
  .schedule-list > li {
    flex-direction: column;
  }
  .schedule-list > li .lead-text {
    width: 100%;
    padding: 0;
    padding-left: 30px;
  }
  .schedule-list > li .lead-text dd {
    padding: 30px 0;
  }
  .schedule-list > li .lead-text dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .schedule-list > li .ph {
    width: 70%;
    margin: 0 auto;
  }
  .schedule-list > li:nth-of-type(2n) .ph {
    order: 2;
  }
  .schedule-list > li:nth-of-type(2n) .lead-text {
    order: 1;
  }
  .two-column > * {
    width: 100%;
    margin-right: 0;
  }
  .three-column > * {
    width: 100%;
    margin-right: 0;
  }
  .three-column-index li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .three-column-index li > a {
    display: block;
    padding: 20px;
  }
  .three-column-index li .photo {
    margin-bottom: 20px;
  }
  .three-column-index li.no-photo {
    padding: 15px 20px;
  }
  .three-column-index li.no-photo .title {
    margin-top: 0;
  }
  .three-column-class li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .three-column-class li::before {
    bottom: -5px;
    right: -5px;
    z-index: 0;
  }
  .three-column-class li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .three-column-class li:nth-of-type(2n) {
    margin-right: 0;
  }
  .three-column-class li a .name {
    top: -20px;
    left: -10px;
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  table.table_std th, table.table_std td {
    font-size: 1.2rem;
  }
  .table_res {
    overflow-x: scroll;
    position: relative;
    padding-top: 1.5em;
  }
  .table_res::before {
    content: "スクロールしてご覧ください→";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
  }
  .table_res table {
    width: 100%;
    min-width: 600px;
  }
  .text-ph-content.flex-content {
    flex-wrap: wrap;
  }
  .text-ph-content.flex-content .ph-content {
    width: 100%;
  }
  .text-ph-content.flex-content .text-content {
    width: 100%;
  }
  .text-ph-content.flex-content .text-content + .ph-content {
    margin-top: 20px;
  }
  .text-ph-content.flex-content02 {
    flex-wrap: wrap;
  }
  .text-ph-content.flex-content02 .ph-content {
    width: 60%;
    margin: 10px auto;
  }
  .text-ph-content.flex-content02 .text-content {
    width: 100%;
  }
  .current-pdf_list {
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-wrap: wrap;
  }
  .current-pdf_list li {
    width: 100%;
    border: 1px solid #000;
    margin-right: 0;
    display: flex;
    margin-bottom: 15px;
  }
  .current-pdf_list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .current-pdf_list li a {
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #FFF;
    width: 100%;
    position: relative;
    min-height: 62px;
  }
  .current-pdf_list li a::before {
    content: "PDF";
    background: #FFF;
    position: absolute;
    bottom: -0.8em;
    right: 0;
    padding: 0 10px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .current-pdf_list li a:hover {
    opacity: 1;
    color: #762373;
    box-shadow: none;
  }
  .current-pdf_list li a:hover::before {
    color: #762373;
    text-shadow: none;
  }
  .donation .current-pdf_list {
    padding: 5% 0 10%;
    justify-content: center;
  }
  a.link_btn {
    min-height: 40px;
    padding: 10px 100px 10px 10px;
    font-size: 1.2rem;
  }
  a.link_btn::after {
    width: 45px;
    background: url(../images/common/link_btn_icon.png) no-repeat center center #ff8200;
    background-size: 60%;
  }
  a.link_btn.halfsize {
    width: 100%;
    min-height: 40px;
    padding: 10px 100px 10px 10px;
    margin: 20px auto 20px 0;
    font-size: 1.2rem;
  }
  a[target=_blank].link_btn::after {
    width: 45px;
    background: url(../images/common/link_btn_icon_window.png) no-repeat center center #ff8200;
    background-size: 60%;
  }
  a[href$=".pdf"].link_btn::after {
    width: 45px;
    background: url(../images/common/link_btn_icon_pdf.png) no-repeat center center #ff8200;
    background-size: 60%;
  }
  a[href$=".docx"].link_btn::after {
    width: 45px;
    background: url(../images/common/link_btn_icon_word.png) no-repeat center center #762373;
    background-size: 60%;
  }
  a[href$=".xls"].link_btn::after {
    width: 45px;
    background: url(../images/common/link_btn_icon_excel.png) no-repeat center center #762373;
    background-size: 60%;
  }
  a[href$=".xlsx"].link_btn::after {
    width: 45px;
    background: url(../images/common/link_btn_icon_excel.png) no-repeat center center #762373;
    background-size: 60%;
  }
  a[href$=".mp3"].link_btn::after {
    width: 45px;
    background: url(../images/common/link_btn_icon_song.png) no-repeat center center #762373;
    background-size: 60%;
  }
  .video-link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .video-link a {
    padding: 30px;
    color: #FFF;
    font-size: 1.4rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    background: #762373;
    line-height: 1;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .video-link a::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #FFF;
    position: absolute;
    top: 5px;
    left: 5px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

.index-container {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.index-container a {
  width: 32%;
  display: block;
  margin-right: 2%;
  margin-bottom: 20px;
}

.index-container a:nth-child(3n) {
  margin-right: 0;
}

.index-container a .index-img {
  height: 300px;
  background: #666;
}

.index-container a .index-img.junior-council01 {
  background: url("../council/images/js-d-banner01.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-council02 {
  background: url("../council/images/js-d-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-council01 {
  background: url("../council/images/s-d-banner01.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-council02 {
  background: url("../council/images/s-d-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-council03 {
  background: url("../council/images/s-d-banner03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.council03 {
  background: url("../council/images/js-d-banner03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-career01 {
  background: url("../junior/career/images/j-e-banner01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-career02 {
  background: url("../junior/career/images/j-e-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-career01 {
  background: url("../senior/career/images/s-e-banner01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-career02 {
  background: url("../senior/career/images/js-e-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.schoollife01 {
  background: url("http://placehold.jp/250x200.png?text=DUMMY") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.schoollife02 {
  background: url("http://placehold.jp/250x200.png?text=DUMMY") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-life01 {
  background: url("../senior/life/images/s-c-banner01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-life02 {
  background: url("../senior/life/images/s-c-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-life03 {
  background: url("../senior/life/images/s-c-banner03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-life04 {
  background: url("../senior/life/images/s-c-banner04.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-life05 {
  background: url("../senior/life/images/s-c-banner05.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-life01 {
  background: url("../junior/life/images/js-d-banner01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-life02 {
  background: url("../junior/life/images/j-c-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-life03 {
  background: url("../junior/life/images/j-c-banner03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-life04 {
  background: url("../junior/life/images/j-c-banner04.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-life05 {
  background: url("../junior/life/images/j-c-banner05.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-guidance01 {
  background: url("../senior/guidance/images/s-d-banner01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-guidance02 {
  background: url("../senior/guidance/images/s-d-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-guidance03 {
  background: url("../senior/guidance/images/s-d-banner03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-guidance04 {
  background: url("../senior/guidance/images/s-d-banner04.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.senior-guidance05 {
  background: url("../senior/guidance/images/s-d-banner05.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-guidance01 {
  background: url("../junior/guidance/images/j-a-banner01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-guidance02 {
  background: url("../junior/guidance/images/j-a-banner02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-guidance03 {
  background: url("../junior/guidance/images/j-a-banner03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-guidance04 {
  background: url("../junior/guidance/images/j-a-banner04.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-img.junior-guidance05 {
  background: url("../junior/guidance/images/j-a-banner05.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-container a .index-title {
  background: #ff8200;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  height: 3.5em;
  position: relative;
}

.index-container a .index-title p {
  width: 100%;
}

.index-container a .index-title::before {
  position: absolute;
  content: "";
  left: 20px;
  top: calc(50% - 8px);
  margin: auto;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
}

.index-container a .index-title::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: 24px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff8200;
  border-right: 2px solid #ff8200;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-title {
  color: #ff8200;
  font-family: "Hind", sans-serif;
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 30px;
}

.page-copy {
  font-size: 3rem;
  margin-bottom: 40px;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #ff8200;
  margin-top: 40px;
}

.bg-title {
  background: rgba(255, 130, 0, 0.2);
  color: #ff8200;
  padding: 10px 20px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.bb-title {
  border-bottom: 1px dotted #ff8200;
  color: #ff8200;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.contents-link-box {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.contents-link-box a {
  width: 20%;
  padding: 1rem 0 1rem 3rem;
  position: relative;
  font-size: 1.4rem;
  background: rgba(200, 200, 200, 0.3);
}

.contents-link-box a::after {
  content: "＞";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  font-size: 1rem;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #FF8200;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
}

.contents-link-box a.nowpage {
  background: #FF8200;
  color: #FFF;
}

.header-common-container {
  position: absolute;
  top: 30px;
  right: 10vw;
  z-index: 100;
  display: flex;
}

.header-common-container a {
  border-right: 1px solid;
  padding: 5px 10px;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.92vw;
}

.header-common-container a:first-of-type {
  border-left: 1px solid;
}

a.header-left-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 60px;
  display: block;
  z-index: 10;
}

a.header-left-logo img {
  width: 100%;
}

.top a.header-left-logo {
  display: none;
}

a.header-left-logo-sp {
  display: none;
}

.header-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 10vw;
  height: 100vh;
  z-index: 10000;
  padding-top: 8.5vw;
  pointer-events: none;
}

.header-container ul.mainmenu-iconbnr {
  width: 4.6vw;
  margin: 0 auto 1vh;
  position: relative;
  pointer-events: auto;
}

.header-container ul.mainmenu-iconbnr > li {
  width: 100%;
  margin-bottom: 0.5vw;
}

.header-container ul.mainmenu-iconbnr > li > a {
  width: 4.6vw;
  height: 4.6vw;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
  border: 1px solid #DDD;
  border-radius: 2.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  color: #666;
}

.header-container ul.mainmenu-iconbnr > li:nth-of-type(1) > a {
  background: rgba(255, 255, 255, 0.8) url(../images/common/top_icon02.png) no-repeat center center;
  background-size: 4.5vw;
}

.header-container ul.mainmenu-iconbnr > li:nth-of-type(2) > a {
  background: rgba(255, 255, 255, 0.8) url(../images/common/top_icon03.png) no-repeat center center;
  background-size: 4.5vw;
}

.header-container ul.mainmenu-iconbnr > li:nth-of-type(3) > a {
  background: rgba(255, 255, 255, 0.8) url(../images/common/top_icon04.png) no-repeat center center;
  background-size: 4.5vw;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 100px);
  z-index: 100;
}

.l-header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.l-header > .inner::before {
  content: "";
  opacity: 0;
  top: -100%;
  width: 100vw;
  height: 100%;
  transition: 0.3s all ease 0s;
  background: rgba(255, 130, 0, 0.6);
  position: absolute;
}

.l-header > .inner.is-show::before {
  opacity: 1;
  top: 0;
  transition: 0.3s all ease 0s;
  z-index: -1;
}

.sns-bnr {
  z-index: 10000;
  position: fixed;
  bottom: 5vw;
  left: 2vw;
}

.sns-bnr li {
  width: 6.5vw;
  height: 6.5vw;
}

.sns-bnr li a {
  display: block;
  width: 100%;
  height: 100%;
}

.sns-bnr li a img {
  width: 100%;
}

h1.school-logo {
  position: absolute;
  top: 24vw;
  left: 0;
  width: 10vw;
  height: 60vh;
  padding-bottom: 10vh;
  margin: 0 auto;
  z-index: 105;
  display: none;
}

h1.school-logo a {
  width: 100%;
  height: 100%;
}

.top h1.school-logo {
  position: fixed;
  top: 24.5vw;
  left: inherit;
  bottom: 5vw;
  right: 1.75vw;
  width: 6.5vw;
  height: calc(100vh - 33vw);
  max-height: 300px;
  background: none;
  padding-bottom: 0;
  z-index: 10005;
  display: block;
}

.top h1.school-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/common/top_rogo04.svg) no-repeat center;
  background-size: contain;
  color: rgba(0, 0, 0, 0);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  width: 6vw;
  height: 6vw;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10005;
}

.menu-trigger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.7vw;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s;
}

.menu-trigger span:nth-of-type(1) {
  top: 28%;
}

.menu-trigger span:nth-of-type(2) {
  top: 40%;
}

.menu-trigger span:nth-of-type(3) {
  top: 52%;
}

.menu-trigger p.menue {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60%;
  font-size: 0.8vw;
  letter-spacing: 0.23em;
  width: 3vw;
  text-align: center;
  color: #FFF;
  font-weight: 600;
}

.active .menu-trigger {
  right: 2vw;
  top: 2vw;
}

.active .menu-trigger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.7vw;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.4s ease-in;
}

.active .menu-trigger span:nth-of-type(1) {
  transform: translate(-50%, 0.6vw) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(2) {
  width: 1vw;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.active .menu-trigger span:nth-of-type(3) {
  transform: translate(-50%, -0.8vw) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.l-menu-trigger__box {
  position: fixed;
  width: 6vw;
  height: 6vw;
  top: 5vw;
  right: 5vw;
  transform: translate(50%, -50%);
  pointer-events: auto;
}

.l-menu-trigger__box::before {
  content: "";
  width: 5.5vw;
  height: 5.5vw;
  background: rgba(255, 130, 0, 0.8);
  top: 0.25vw;
  right: 0.25vw;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.l-menu-trigger__box::after {
  content: "";
  width: 5.5vw;
  height: 5.5vw;
  top: 0.25vw;
  right: 0.25vw;
  position: absolute;
  border: 1px solid #FFF;
  border-radius: 50%;
  z-index: -1;
}

.l-menu-trigger__box.active {
  max-width: inherit;
  max-height: inherit;
  top: 0;
  right: 0;
  transform: none;
  width: 100vw;
  height: 100vh;
  cursor: auto;
}

.l-menu-trigger__box.active::before {
  content: "";
  animation: menu_anime 0.6s ease-in-out both;
}

.l-menu-trigger__box.active::after {
  content: "";
  top: 2.25vw;
  right: 2.25vw;
}

@keyframes menu_anime {
  0% {
    width: 5.5vw;
    height: 5.5vw;
    top: calc(2.25vw + 1px);
    right: calc(2.25vw + 1px);
    border-radius: 50%;
    background: #ff8200;
  }
  80% {
    width: 200vh;
    height: 200vh;
    top: calc(-50vh + 20px);
    right: calc(-50vh + 10px);
    border-radius: 50%;
    background: #ff8200;
  }
  100% {
    width: 100vw;
    height: 100vh;
    top: -20px;
    right: -10px;
    border-radius: 0;
    background: rgba(255, 130, 0, 0.8);
  }
}
.l-menu-box {
  opacity: 0;
  transition: 0.3s all ease 0.2s;
  transition: 0.1s all opacity 0s;
  width: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.l-menu-box .inner {
  visibility: hidden;
  margin: 0 12vw 2vh 7vw;
}

.active .l-menu-box {
  width: calc(100vw + 30px);
  height: 100%;
  overflow-Y: scroll;
  opacity: 1;
  transition: 0.3s all ease 0s;
  transition: 0.3s opacity ease 0.5s;
  display: block;
  pointer-events: auto;
}

.active .l-menu-box .inner {
  visibility: visible;
  position: relative;
}

.l-menu-box table td {
  border: none;
}

.menu-school-logo {
  border-bottom: 2px solid #FFF;
  padding-bottom: 2vh;
  margin-bottom: 1vh;
  text-align: left;
}

.menu-school-logo > a {
  display: block;
  margin: 1vh auto 0.5vh;
  width: 26vw;
  padding-right: 2vw;
}

.menu-school-logo > a img {
  width: 100%;
  display: block;
}

.menu-school-logo + .cat-menu_title.active::before {
  display: none;
}

.cat-menu_title {
  width: 100%;
  height: 9vh;
  font-size: 2.5rem;
  font-weight: 500;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 0 0 0.3em;
  transition: all 0.2s ease-out;
}

.cat-menu_title::after {
  content: "";
  display: inline-block;
  width: 3.5vh;
  height: 3.5vh;
  background: #FFF url(../images/common/menu-arrow.svg) no-repeat center center;
  background-size: 75%;
  margin-top: auto;
  transition: all 0.2s ease-out;
}

.cat-menu_title:hover {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 0 0 0.6em;
  transition: all 0.2s ease-out;
}

.cat-menu_title:hover::after {
  width: 5vh;
  height: 5vh;
  transition: all 0.2s ease-out;
  background: #FFF url(../images/common/menu-arrow.svg) no-repeat center center;
  background-size: 62%;
}

.cat-menu_title.active {
  background: white;
  color: #ff8200;
  padding: 0 0 0 0.6em;
  transition: all 0.2s ease-out;
  border-top: 1px solid #ff8200;
  position: relative;
}

.cat-menu_title.active::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ff8200;
  position: absolute;
  top: -2px;
  left: 0;
}

.cat-menu_title.active::after {
  content: "";
  background: #FFF;
}

.category-list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0 1%;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.category-list.is-show {
  height: auto;
  padding: 3vh 1% 4vh;
  opacity: 1;
  border-bottom: 1px solid #FFF;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.1);
}

.category-list a {
  color: #FFF;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 0.1em;
  border-bottom: 1px solid #FFF;
}

.category-list a::after {
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
}

.category-list a:hover {
  opacity: 1;
  padding: 0.3em 0.1em 0.3em 0.5em;
  background: rgba(0, 0, 0, 0.2);
}

.category-list ul.category-box {
  width: 100%;
}

.category-list ul.category-box li.slide_cat {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  color: #ff8200;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0.2em 0.8em;
  margin: 0 0 0.5em;
}

.category-list ul.category-box li.top_space {
  margin-top: 2em;
}

.category-list ul.category-box li + li.slide_cat {
  margin-top: 1.5em;
}

.category-list ul.category-box > li:first-of-type > a {
  border-top: 1px solid #FFF;
}

.category-list ul.category-box > li:first-of-type.subtitle {
  margin-top: 7vh;
  height: 5vh;
}

.category-list ul.category-box li.submenu ul li a {
  font-size: 1.4rem;
}

.category-list ul.category-box li.subtitle {
  margin-top: 3vh;
  border: 1px solid #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  padding: 0.3em 0;
}

.category-list.information-cat {
  height: auto;
  padding: 5vh 0 2vh;
  opacity: 1;
}

.category-list.information-cat .admission_bnr {
  width: 31%;
}

.category-list.information-cat .admission_bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
}

.category-list.information-cat .admission_bnr a img {
  width: 100%;
}

.category-list.information-cat .admission_bnr a::after {
  display: none;
}

.category-list.information-cat ul.category-box {
  width: 22%;
  margin-bottom: 0;
}

.category-list.information-cat ul.category-box li {
  margin-bottom: 0.3em;
  height: auto;
}

.category-list.information-cat ul.category-box li a {
  border: 1px solid #FFF;
  padding: 0.1em 0.5em;
}

h3.school-menu-title {
  text-align: center;
  font-size: 2rem;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  color: #ff8200;
  font-weight: bold;
}

.information-container {
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
}

.information-container .information-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.information-container .information-box a {
  width: calc(25% - 6px);
  margin-bottom: 5px;
  margin-right: 8px;
  padding: 0.1em 0.5em;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.information-container .information-box a:nth-child(4n) {
  margin-right: 0;
}

.information-container .information-box a::after {
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
}

.group-menu {
  background: rgba(204, 204, 204, 0.95);
  padding: 3vh 12vw 3vh 7vw;
}

.group-menu .menu-group-logo {
  border-bottom: 2px solid #444;
}

.group-menu .menu-group-logo img {
  display: block;
  width: 22%;
  margin: 1vh auto 2vh 0;
}

.group-menu .group-container {
  padding: 2vh 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.group-menu .group-container a {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.group-menu .group-container a::after {
  content: "";
  margin-left: 0.2em;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/arrow_black.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(0.2em);
}

.group-menu .information-container {
  display: flex;
  padding: 0 0 4vh;
}

.group-menu .information-container .information-box a {
  width: auto;
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}

.group-menu .information-container .information-box a::after {
  display: none;
}

.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 #___gcse_0,
.search-wrap .search-wrap-inner #___gcse_1,
.search-wrap .search-wrap-inner .gsc-control-cse {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}

.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: #FFF !important;
}

.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: #ff8200 !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 .search-bg {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 130, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
}

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

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

.res-icon_menu {
  display: none;
}

.l-footer {
  background: #FFF;
  z-index: 1;
  position: relative;
}

.l-footer .inner .footer-menu {
  width: 100%;
  height: 6vh;
  padding: 0 8vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgba(209, 209, 209, 0.3);
  border-bottom: 2px solid #ff8200;
}

.l-footer .inner .footer-menu a {
  display: inline-block;
  margin: 0 0.4em;
  font-size: 1.4rem;
}

.l-footer .inner .footer-container {
  width: 100%;
  height: auto;
  padding: 1vh 8vw 1.5vh;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-footer .inner .footer-container .footer-logo {
  width: 36%;
}

.l-footer .inner .footer-container .footer-logo a {
  width: 100%;
  display: block;
}

.l-footer .inner .footer-container .footer-logo a img {
  width: 100%;
  display: block;
}

.l-footer .inner .footer-container .footer-logo .footer-address {
  font-size: 1.2rem;
  margin-top: 0rem;
}

.l-footer .footer-copyright {
  width: 100%;
  height: 5vh;
  padding: 0 8vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #d1d1d1;
  font-size: 1.2rem;
}

.l-footer .footer_page_top {
  position: fixed;
  bottom: 3vh;
  right: 2vw;
  z-index: 9999;
}

.l-footer .footer_page_top a {
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Fjalla One", sans-serif;
  text-align: center;
}

.l-footer .footer_page_top a::after {
  content: "";
  display: block;
  width: 4vh;
  height: 4vh;
  background: #FFF url(../images/common/menu-arrow.svg) no-repeat center center;
  background-size: 75%;
  transform: rotate(180deg);
  margin: 5px auto;
}

ul.footer-sns {
  width: 25%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

ul.footer-sns li {
  width: 2.5vw;
  margin: 0 0.2vw;
  overflow: hidden;
  -webkit-border-radius: 0.5vw;
  border-radius: 0.5vw;
}

.fotter-en-name-box {
  width: 40%;
}

.fotter-en-name-box img {
  width: 100%;
}

.content-wrap {
  width: 100%;
  overflow: hidden;
}

.content-section {
  width: 100%;
  padding: 50px 0;
}

.content-section.bg-purple {
  background: #f1eff7;
}

.content-section.bg-gray {
  background: #f2f2f3;
}

.content-section.bg-dark_purple {
  background: #5d5779;
}

.content-section.catch {
  padding: 150px 0;
}

.content-inner {
  width: 80%;
  margin: 0 auto;
  max-width: 1500px;
}

.page-main-visual {
  width: 100%;
  height: 50vh;
  min-height: 500px;
  background: #999999;
  position: relative;
}

.page-main-visual > * {
  font-family: a-otf-ryumin-pr6n, serif;
}

.page-main-visual.half-visual {
  height: 30vh;
  min-height: 350px;
  width: 50%;
  margin-right: 50%;
}

.page-main-visual.half-visual .page-title-box {
  bottom: 0;
  right: -100%;
  left: auto;
  width: 100%;
  background: #b5a8d2;
  color: #FFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-main-visual.half-visual .page-title-box .category-title {
  border: 1px solid #FFF;
  padding: 3px 10px;
}

.page-main-visual.half-visual .page-title-box h2.page-title {
  color: #FFF;
  font-size: 2.5vw;
  letter-spacing: 0.2em;
}

.council.junior.index .page-main-visual {
  background: url("../images/mainvisual/s-i-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.council.senior.index .page-main-visual {
  background: url("../images/mainvisual/s-i-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.council.about .page-main-visual {
  background: url("../images/mainvisual/js-i-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.council.club .page-main-visual {
  background: url("../images/mainvisual/js-i-2-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.council.vrhythm .page-main-visual {
  background: url("../images/mainvisual/js-i-3-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.senior.index .page-main-visual {
  background: url("../images/mainvisual/s-e-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.senior.exam_result .page-main-visual {
  background: url("../images/mainvisual/s-e-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.junior.index .page-main-visual {
  background: url("../images/mainvisual/j-e-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.junior.exam_result .page-main-visual {
  background: url("../images/mainvisual/j-e-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.index .page-main-visual {
  background: url("../images/mainvisual/js-j-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.course_inst .page-main-visual {
  background: url("../images/mainvisual/js-j-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.schoollife.index .page-main-visual {
  background: url("../images/mainvisual/js-h-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.schoollife.facility .page-main-visual {
  background: url("../images/mainvisual/js-h-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.schoollife.life_inst .page-main-visual {
  background: url("../images/mainvisual/js-h-2-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.index .page-main-visual {
  background: url("../images/mainvisual/js-k-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.qa .page-main-visual {
  background: url("../images/mainvisual/js-k-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.senior.index .page-main-visual {
  background: url("../images/mainvisual/s-f-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.senior.openschool .page-main-visual {
  background: url("../images/mainvisual/s-f-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.senior .page-main-visual {
  background: url("../images/mainvisual/s-f-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.junior.index .page-main-visual {
  background: url("../images/mainvisual/j-f-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.junior.openschool .page-main-visual {
  background: url("../images/mainvisual/j-f-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.junior.scholarship .page-main-visual {
  background: url("../images/mainvisual/j-f-2-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.junior.requirements .page-main-visual {
  background: url("../images/mainvisual/j-f-4-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.junior.fees .page-main-visual {
  background: url("../images/mainvisual/j-f-3-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.exam_info.junior .page-main-visual {
  background: url("../images/mainvisual/j-f-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.guidance.junior .page-main-visual {
  background: url("../images/mainvisual/j-a-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.guidance.senior .page-main-visual {
  background: url("../images/mainvisual/s-a-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.junior .page-main-visual {
  background: url("../images/mainvisual/j-b-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cebu.learn.junior .page-main-visual {
  background: url("../images/mainvisual/j-b-3-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.features.junior .page-main-visual {
  background: url("../images/mainvisual/j-b-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.curriculum.junior .page-main-visual {
  background: url("../images/mainvisual/j-b-2-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.senior .page-main-visual {
  background: url("../images/mainvisual/s-b-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.features.senior .page-main-visual {
  background: url("../images/mainvisual/s-b-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.curriculum.senior .page-main-visual {
  background: url("../images/mainvisual/s-b-curriculum-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.class.senior .page-main-visual {
  background: url("../images/mainvisual/s-b-2-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.learn.excursion.senior .page-main-visual {
  background: url("../images/mainvisual/s-b-1-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.life.junior .page-main-visual {
  background: url("../images/mainvisual/j-c-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.life.event.junior .page-main-visual {
  background: url("../images/mainvisual/j-c-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.life.oneday.junior .page-main-visual {
  background: url("../images/mainvisual/j-c-2-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.lunch.life.junior .page-main-visual {
  background: url("../images/mainvisual/j-c-3-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.life.senior .page-main-visual {
  background: url("../images/mainvisual/s-c-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.life.event.senior .page-main-visual {
  background: url("../images/mainvisual/s-c-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.life.oneday.senior .page-main-visual {
  background: url("../images/mainvisual/s-c-2-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.information .page-main-visual {
  background: url("../images/mainvisual/s-c-3-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.information.access .page-main-visual {
  background: url("../images/mainvisual/s-c-3-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.information.pamphlet .page-main-visual {
  background: url("../images/mainvisual/s-e-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.to_student .page-main-visual {
  background: url("../images/mainvisual/s-e-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.to_graduate .page-main-visual {
  background: url("../images/mainvisual/s-a-1-mainvisual.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.senior-top.senior .page-main-visual {
  background: url("../senior/images/s-top_mainvisual_img01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.junior-top .page-main-visual {
  background: url("../junior/images/j-top_mainvisual_img01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.student_support .page-main-visual {
  background: url("../images/mainvisual/student_support_mv.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.student_support.junior .page-main-visual {
  background: url("../images/mainvisual/student_support_j_mv.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.student_support.senior .page-main-visual {
  background: url("../images/mainvisual/student_support_s_mv.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-title-box {
  position: absolute;
  bottom: 50px;
  left: 50px;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5vw 10px;
  min-width: 400px;
  width: 30vw;
}

.page-title-box .category-title {
  font-size: 1vw;
  text-align: center;
  margin-bottom: 0.5em;
}

.page-title-box h2.page-title {
  color: #762373;
  text-align: center;
  font-size: 2vw;
}

.sitemap-category {
  margin-bottom: 50px;
}

.sitemap-list li {
  margin-bottom: 10px;
}

.sitemap-list li a {
  width: 100%;
  padding: 10px;
  background: #f1eff7;
  position: relative;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sitemap-list li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #762373;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.sdgs {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
}

.sdgs .sdgs-bnr {
  width: 50%;
}

.sdgs .sdgs-bnr a {
  width: 60%;
  margin: 0 auto;
}

.sdgs .sdgs-bnr a img {
  width: 100%;
}

.sdgs .sdgs-sns-icon {
  width: 50%;
  align-items: center;
  margin-left: 20px;
}

.sdgs .sdgs-sns-icon .sdgs-sns-icon-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sdgs .sdgs-sns-icon .sdgs-sns-icon-link p {
  margin-left: 2em;
  font-size: 1.4rem;
}

.sdgs .sdgs-sns-icon .sdgs-sns-icon-link .icon-img {
  width: 12%;
}

.sdgs .sdgs-sns-icon .sdgs-sns-icon-link .icon-img img {
  width: 100%;
}

.no-link {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .index-container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-container a {
    width: 100%;
    display: flex;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .index-container a:nth-child(3n) {
    margin-right: 0;
  }
  .index-container a .index-img {
    height: 30vw;
    width: 30vw;
    background: #666;
  }
  .index-container a .index-img.council01 {
    background: url("../council/images/js-d-banner01.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.council02 {
    background: url("../council/images/js-d-banner02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.council03 {
    background: url("../council/images/js-d-banner03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-career01 {
    background: url("../junior/career/images/j-e-banner01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-career02 {
    background: url("../junior/career/images/j-e-banner02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-career01 {
    background: url("../senior/career/images/s-e-banner01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-career02 {
    background: url("../senior/career/images/js-e-banner02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.schoollife01 {
    background: url("http://placehold.jp/250x200.png?text=DUMMY") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.schoollife02 {
    background: url("http://placehold.jp/250x200.png?text=DUMMY") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-life01 {
    background: url("../senior/life/images/s-c-banner01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-life02 {
    background: url("../senior/life/images/s-c-banner02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-life03 {
    background: url("../senior/life/images/s-c-banner03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-life04 {
    background: url("../senior/life/images/s-c-banner04.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-life05 {
    background: url("../senior/life/images/s-c-banner05.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-life01 {
    background: url("../junior/life/images/js-d-banner01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-life02 {
    background: url("../junior/life/images/j-c-banner02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-life03 {
    background: url("../junior/life/images/j-c-banner03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-life04 {
    background: url("../junior/life/images/j-c-banner04.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-life05 {
    background: url("../junior/life/images/j-c-banner05.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-guidance01 {
    background: url("../senior/guidance/images/s-d-banner01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-guidance02 {
    background: url("../senior/guidance/images/s-d-banner02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-guidance03 {
    background: url("../senior/guidance/images/s-d-banner03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-guidance04 {
    background: url("../senior/guidance/images/s-d-banner04.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.senior-guidance05 {
    background: url("../senior/guidance/images/s-d-banner05.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-guidance01 {
    background: url("../junior/guidance/images/j-a-banner01.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-guidance02 {
    background: url("../junior/guidance/images/j-a-banner02.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-guidance03 {
    background: url("../junior/guidance/images/j-a-banner03.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-guidance04 {
    background: url("../junior/guidance/images/j-a-banner04.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-img.junior-guidance05 {
    background: url("../junior/guidance/images/j-a-banner05.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .index-container a .index-title {
    background: #ff8200;
    width: calc(100% - 30vw);
    padding: 0;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1rem;
  }
  .index-container a .index-title p {
    position: relative;
    padding: 1rem;
  }
  .index-container a .index-title p::before {
    display: none;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    transform: translateY(-50%);
  }
  .index-container a .index-title p::after {
    display: none;
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #ff8200;
    border-right: 2px solid #ff8200;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  .information .index-container a .index-title {
    width: 100%;
  }
  .section-title {
    font-size: 2.4rem;
  }
  .page-copy {
    font-size: 2rem;
    margin: 30px 0;
  }
  .bg-title {
    background: rgba(255, 130, 0, 0.2);
    color: #ff8200;
    padding: 10px 20px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .bb-title {
    border-bottom: 1px dotted #ff8200;
    color: #ff8200;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .contents-link-box {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .contents-link-box a {
    width: 20%;
    padding: 1rem 0 1rem 3rem;
    position: relative;
    font-size: 1.4rem;
    background: rgba(200, 200, 200, 0.3);
  }
  .contents-link-box a::after {
    content: "＞";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    font-size: 1rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #FF8200;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
  }
  .contents-link-box a.nowpage {
    background: #FF8200;
    color: #FFF;
  }
  .header-common-container {
    display: none;
    position: absolute;
    top: 30px;
    right: 100px;
    z-index: 100;
    font-size: 1.4rem;
  }
  .header-common-container a {
    border-right: 1px solid;
    padding: 5px 10px;
  }
  a.header-left-logo {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 60px;
    display: block;
    z-index: 10;
  }
  a.header-left-logo img {
    width: 80%;
  }
  a.header-left-logo {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 60px;
    z-index: 10;
  }
  a.header-left-logo img {
    width: 80%;
  }
  a.header-left-logo-sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 78%;
    z-index: 10;
    padding: 22px 0 0 10px;
    transition: all 0.3s ease 0.3s;
  }
  a.header-left-logo-sp img {
    width: 100%;
  }
  a.header-left-logo-sp.hide-out {
    transform: translateY(-100%);
    transition: all 0.3s ease 0.3s;
  }
  .l-header .header-container {
    pointer-events: none;
  }
  .l-header .header-container a .icon img {
    width: 80%;
  }
  .top .l-header .header-container a .school-logo {
    display: none;
  }
  .l-header .header-container a.icon-link {
    display: none;
  }
  .sns-bnr li {
    width: 60px;
    height: 60px;
  }
  h1.school-logo {
    display: none;
  }
  .top h1.school-logo {
    display: none;
  }
  ul.mainmenu-iconbnr {
    display: none;
  }
  .menu-trigger {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  .menu-trigger p.menue {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
    font-size: 0.6rem;
    letter-spacing: 0.23em;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 600;
  }
  .menu-trigger span {
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 28%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 40%;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 52%;
  }
  .active .menu-trigger {
    top: 12px;
    right: 15px;
  }
  .active .menu-trigger span {
    width: 30px;
  }
  .active .menu-trigger span:nth-of-type(1) {
    transform: translate(-50%, 5px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(3) {
    transform: translate(-50%, -10px) rotate(45deg);
  }
  header::before {
    content: "";
    width: 100vw;
    height: 22vw;
    min-height: 20vw;
    padding: 0;
    display: block;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease 0.3s;
    z-index: 3;
  }
  header.hide-out::before {
    transform: translateY(-100%);
    transition: all 0.3s ease 0.3s;
  }
  .l-menu-trigger__box {
    width: 60px;
    height: 60px;
    top: 12px;
    right: 15px;
    transform: translate(0);
    pointer-events: auto;
  }
  .l-menu-trigger__box::before {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  .l-menu-trigger__box::after {
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  .l-menu-trigger__box.active::after {
    top: 12px;
    right: 15px;
  }
  @keyframes menu_anime {
    0% {
      width: 80px;
      height: 80px;
      top: 20px;
      right: 10px;
      border-radius: 50%;
      background: #ff8200;
    }
    80% {
      width: 200vh;
      height: 200vh;
      top: calc(-50vh + 20px);
      right: calc(-50vh + 10px);
      border-radius: 50%;
      background: #ff8200;
    }
    100% {
      width: 100%;
      height: 100vh;
      top: -20px;
      right: 0;
      border-radius: 0;
      background: rgba(255, 130, 0, 0.8);
    }
  }
  .active .l-menu-box {
    width: 100vw;
  }
  .active .l-menu-box .inner {
    visibility: visible;
    position: relative;
    margin: 20px 7vw 2vh 7vw;
  }
  .l-menu-box .senior-menu {
    margin-top: 5vh;
  }
  .menu-school-logo {
    border-bottom: 2px solid #FFF;
    padding-bottom: 2vh;
    margin-bottom: 1vh;
  }
  .menu-school-logo > a {
    display: block;
    margin: 0 auto 0.5vh 0;
    width: 75vw;
    padding-right: 2vw;
  }
  .menu-school-logo > a img {
    width: 100%;
    display: block;
  }
  .menu-school-logo img {
    width: 60%;
  }
  .menu-school-logo + .cat-menu_title.active::before {
    display: none;
  }
  .information-container {
    display: flex;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .information-container .information-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .information-container .information-box a {
    width: 48%;
    margin-bottom: 5px;
    margin-right: 0px;
    padding: 0.1em 0.5em;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .information-container .information-box a:nth-child(4) {
    margin-right: 0;
  }
  .information-container .information-box a::after {
    content: "";
    margin-left: 0.2em;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/common/arrow_white.svg) no-repeat center center;
    background-size: contain;
  }
  .group-menu .menu-group-logo {
    border-bottom: 2px solid #444;
  }
  .group-menu .menu-group-logo img {
    display: block;
    width: 60%;
    margin: 1vh auto 2vh 0;
  }
  .l-footer .inner .footer-menu {
    height: auto;
    padding: 10px;
    flex-wrap: wrap;
  }
  .l-footer .inner .footer-menu a {
    margin: 0;
    font-size: 1.2rem;
    width: 45%;
    text-align: center;
    padding: 8px 0;
  }
  .l-footer .inner .footer-container {
    width: 100%;
    height: auto;
    padding: 2vh 10px 10px;
    flex-direction: column;
  }
  .l-footer .inner .footer-container .footer-logo {
    width: 75%;
  }
  .l-footer .inner .footer-container .footer-logo .footer-address {
    text-align: center;
  }
  .l-footer .inner .footer-container .footer-en-name {
    width: 80%;
  }
  .l-footer .inner .footer-container ul.footer-sns {
    width: 80%;
    margin-top: 10px;
  }
  .l-footer .inner .footer-container ul.footer-sns li {
    width: 12%;
    margin: 0 5px 1.5vh;
    border-radius: 5px;
  }
  .content-section {
    width: 100%;
    padding: 40px 0;
  }
  .content-section.bg-purple {
    background: #f1eff7;
  }
  .content-section.bg-gray {
    background: #f2f2f3;
  }
  .content-section.bg-dark_purple {
    background: #5d5779;
  }
  .content-section.catch {
    padding: 150px 0;
  }
  .content-inner {
    width: 90%;
  }
  .junior-top .content-inner {
    width: 96%;
  }
  .senior-top .content-inner {
    width: 96%;
  }
  .res-icon_menu {
    display: block;
    border-bottom: 1px solid #FFF;
  }
  .res-icon_menu ul {
    display: flex;
    justify-content: space-between;
    padding: 0 8%;
  }
  .res-icon_menu ul li {
    width: 30%;
  }
  .res-icon_menu ul li a {
    width: 100%;
    padding: 16vw 0 5px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    display: block;
  }
  .res-icon_menu ul li:nth-of-type(1) {
    background: url(../images/common/header-icon01_white.svg) no-repeat center top;
    background-size: 78%;
  }
  .res-icon_menu ul li:nth-of-type(2) {
    background: url(../images/common/header-icon02_white.svg) no-repeat center top;
    background-size: 78%;
  }
  .res-icon_menu ul li:nth-of-type(3) {
    background: url(../images/common/header-icon04_white.svg) no-repeat center top;
    background-size: 77%;
  }
  .res-icon_menu .res-search-wrap {
    margin: 1vh auto 1.5vh;
    border: 1px solid #DEDEDE;
  }
  .res-icon_menu .res-search-wrap #___gcse_0,
  .res-icon_menu .res-search-wrap .gsc-control-cse {
    background: none;
    width: 100%;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.2);
  }
  .res-icon_menu .res-search-wrap #___gcse_0 .gsc-input,
  .res-icon_menu .res-search-wrap #___gcse_0 .gsc-input-box,
  .res-icon_menu .res-search-wrap .gsc-control-cse .gsc-input,
  .res-icon_menu .res-search-wrap .gsc-control-cse .gsc-input-box {
    background: none !important;
    border: none !important;
    color: #FFF !important;
  }
  .res-icon_menu .res-search-wrap #___gcse_0 .gsst_a .gscb_a,
  .res-icon_menu .res-search-wrap .gsc-control-cse .gsst_a .gscb_a {
    color: #FFF !important;
    display: none;
  }
  .res-icon_menu .res-search-wrap #___gcse_0 .gsc-search-button-v2,
  .res-icon_menu .res-search-wrap .gsc-control-cse .gsc-search-button-v2 {
    padding: 8px 20px !important;
    border: none !important;
    border-radius: 0 !important;
    background: #ff8200 !important;
    margin: 0 !important;
  }
  .res-icon_menu .res-search-wrap #___gcse_0 .gsib_b,
  .res-icon_menu .res-search-wrap .gsc-control-cse .gsib_b {
    display: none;
  }
  .res-icon_menu .res-search-wrap #___gcse_0 form.gsc-search-box,
  .res-icon_menu .res-search-wrap #___gcse_0 table.gsc-search-box,
  .res-icon_menu .res-search-wrap .gsc-control-cse form.gsc-search-box,
  .res-icon_menu .res-search-wrap .gsc-control-cse table.gsc-search-box {
    margin: 0 !important;
  }
  .res-icon_menu .res-search-wrap #___gcse_0 table.gsc-search-box td,
  .res-icon_menu .res-search-wrap .gsc-control-cse table.gsc-search-box td {
    padding: 0 0 0 0.2em;
  }
  .res-icon_menu .res-search-wrap .gsc-results-wrapper-overlay {
    width: 88%;
    left: 6%;
  }
  .page-main-visual {
    width: 100%;
    height: 50vh;
    min-height: 200px;
    background: #999999;
    margin-bottom: 4rem;
  }
  .guidance.junior .page-main-visual {
    background: url("../images/mainvisual/j-a-1-mainvisual.jpg") no-repeat 28% center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .learn.senior .page-main-visual {
    background: url("../images/mainvisual/s-b-mainvisual.jpg") no-repeat center left;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .life.oneday.senior .page-main-visual {
    background: url("../images/mainvisual/s-c-2-mainvisual.jpg") no-repeat center left;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .junior-top .page-main-visual {
    background: url("../junior/images/j-top_mainvisual_img01.jpg.jpg") no-repeat 64% center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .sdgs {
    width: 100%;
    margin: 20px auto;
  }
  .sdgs .sdgs-bnr {
    width: 80%;
  }
  .sdgs .sdgs-bnr a {
    width: 80%;
  }
  .sdgs .sdgs-sns-icon {
    width: 80%;
  }
  .sdgs .sdgs-sns-icon .sdgs-sns-icon-link p {
    margin-left: 10em;
    font-size: 0.1rem;
  }
  .sdgs .sdgs-sns-icon .sdgs-sns-icon-link .icon-img {
    width: 15%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
