﻿@charset "UTF-8";
/*タブレットは端末判定で幅1200pxを画面100%で表示するようJ-Queryで制御*/
/*media-pc02はPCブラウザ可変対応*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*******************************
fonts
*******************************/
body {
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

b, strong, .bold {
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "font01";
  src: url(/common2022/fonts/acaslon_regular.eot) format("eot"), url(/common2022/fonts/acaslon_regular.woff) format("woff");
}
/*IE*/
/*_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}*/
/*******************************
common2022
*******************************/
body {
  color: #000;
  word-break: break-all;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  body {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 4vw;
  }
}

#top, #school.about {
  line-height: 2.2;
}

html {
  overflow-y: scroll;
}

.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.2s ease;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
}

a:hover {
  opacity: 0.8;
}

ul, li {
  list-style-type: none;
}

button {
  outline: none;
}

/*******************************
header
*******************************/
header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  line-height: 1.6;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  header .inner {
    flex-wrap: wrap;
  }
}
header .inner #headerLogo01 {
  width: 400px;
  max-width: 25%;
  margin-left: 2.5%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  header .inner #headerLogo01 {
    width: 45.33%;
    max-width: 100%;
  }
}
header .inner #headerLogo01 a {
  display: flex;
}
header .inner .header01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  header .inner .header01 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  header .inner .header01 {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  header .inner .header01 .link01 {
    width: 84%;
  }
}
header .inner .header01 .list01 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  header .inner .header01 .list01 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  header .inner .header01 .list01 {
    display: none;
  }
}
header .inner .header01 .list01 li {
  font-size: 87.5%;
  margin-right: 1.75em;
}
header .inner .header01 .list01 li a {
  background: url(../images/icon_sankaku-gold.svg) no-repeat 0 center;
  background-size: 0.5625em auto;
  padding: 0 0 0 0.75em;
}
header .inner .header01 .list02 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0.6em;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  header .inner .header01 .list02 {
    margin-top: 0.25em;
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 599px) {
  header .inner .header01 .list02 {
    margin-top: 0;
    flex-wrap: nowrap;
  }
}
header .inner .header01 .list02 li {
  display: flex;
  height: 2em;
  align-items: center;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  header .inner .header01 .list02 li {
    height: 1.6em;
  }
}
@media screen and (max-width: 599px) {
  header .inner .header01 .list02 li {
    justify-content: center;
    height: 2.5em;
    width: 25%;
  }
}
header .inner .header01 .list02 li a {
  font-size: 112.5%;
  font-weight: 700;
  color: #00336A;
}
@media screen and (max-width: 599px) {
  header .inner .header01 .list02 li a {
    font-size: 70%;
    line-height: 1.3;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  header .inner .header01 .list02 li a {
    transform: scale(0.85);
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  header .inner .header01 .list02 li:not(:last-child) {
    border-right: 1px solid #BFCBD9;
    box-sizing: border-box;
  }
}
header .inner .header01 .list02 li:not(:last-child)::after {
  content: "";
  background: #BFCBD9;
  width: 1px;
  height: 2.5em;
  transform: rotate(35deg);
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}
@media screen and (max-width: 599px) {
  header .inner .header01 .list02 li:not(:last-child)::after {
    display: none;
  }
}
header .inner .header01 .list02 li:last-child {
  margin-right: 1.36em;
}
@media screen and (max-width: 599px) {
  header .inner .header01 .list02 li:last-child {
    margin-right: 0;
  }
}
header .inner .header01 .sp_tracking {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  header .inner .link02.pc {
    width: 22.5%;
  }
}
@media screen and (max-width: 599px) {
  header .inner .link02.sp {
    display: flex;
    justify-content: flex-end;
    width: 48%;
  }
}
header .inner .link02 div {
  width: 11.625em;
  height: 50%;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  header .inner .link02 div {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  header .inner .link02 div {
    width: 33.33%;
    height: 100%;
  }
}
header .inner .link02 div a {
  font-weight: 700;
  font-size: 87.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  header .inner .link02 div a {
    height: 5em;
  }
}
@media screen and (max-width: 599px) {
  header .inner .link02 div a {
    flex-wrap: wrap;
    text-align: center;
    height: 5em;
    font-size: 65%;
    overflow: hidden;
  }
}
header .inner .link02 div a img {
  width: 1.25em;
  margin-right: 0.5em;
}
header .inner .link02 div.linkBtn01 a {
  background: #E5EAF0;
  color: #00336A;
}
@media screen and (max-width: 599px) {
  header .inner .link02 div.linkBtn01 a span {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  header .inner .link02 div.linkBtn01 a img {
    width: 24%;
    margin: 0 0 -0.8em;
  }
}
header .inner .link02 div.linkBtn02 a {
  background: #A5934A;
  color: #fff;
}
@media screen and (max-width: 599px) {
  header .inner .link02 div.linkBtn02 a span {
    width: 125%;
    transform: scale(0.75);
    white-space: nowrap;
    line-height: 1.2;
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 599px) {
  header .inner .link02 div.linkBtn02 a img {
    width: 1.75em;
    margin: 0.5em 0 -0.55em -0.25em;
  }
}
header.fixed {
  background: rgba(255, 255, 255, 0.84);
}
@media screen and (max-width: 599px) {
  header.fixed .inner .link01 .list02 li a.pc {
    display: none;
  }
}
header.fixed .inner .link02 ul li a {
  height: 2.5rem;
}
header.fixed .inner .link02 ul li a span {
  display: none;
}
header.fixed .inner .link02 ul li:nth-child(1) a img, header.fixed .inner .link02 ul li:nth-child(2) a img {
  margin: 0;
}
header.fixed .inner .link02 p a {
  height: 2.5rem;
}
header.fixed #menuTrigger {
  height: 5em;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  header.fixed #menuTrigger {
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  header.fixed #menuTrigger {
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  header.fixed #menuTrigger {
    height: 3.125em;
  }
}

@media all and (-ms-high-contrast: none) {
  header.fixed {
    position: fixed;
  }
}
#menuTrigger {
  background: #00336A;
  width: 7em;
  min-width: 10%;
  height: 6.875em;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  #menuTrigger {
    width: 10em;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  #menuTrigger {
    height: 3.125em;
    width: 16%;
  }
}

#menuTrigger:hover {
  opacity: 0.8;
}

#menuTrigger div,
#menuTrigger div span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

#menuTrigger div {
  margin-top: -1.5rem;
  position: relative;
  width: 40px;
  height: 22px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #menuTrigger div {
    margin-top: -0.875em;
    width: 1.5em;
    height: 16px;
  }
}

#menuTrigger div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

#menuTrigger div span:nth-of-type(1) {
  top: 0;
}

#menuTrigger div span:nth-of-type(2) {
  top: 10px;
}
@media screen and (max-width: 599px) {
  #menuTrigger div span:nth-of-type(2) {
    top: 7px;
  }
}

#menuTrigger div span:nth-of-type(3) {
  bottom: 0;
}

#menuTrigger div.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
@media screen and (max-width: 599px) {
  #menuTrigger div.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}

#menuTrigger div.active span:nth-of-type(2) {
  opacity: 0;
}

#menuTrigger div.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 599px) {
  #menuTrigger div.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
}

#menuTrigger span.txt01 {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #menuTrigger span.txt01 {
    bottom: 3.5%;
    font-size: 60%;
  }
}

header #headerPanel {
  display: none;
  z-index: 500;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 51, 106, 0.93);
  padding: 3.125rem 0 0;
  height: 85vh;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  header #headerPanel {
    padding: 2rem 0 10em;
  }
}
header #headerPanel #headerPanelInner {
  width: 880px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #00336A;
  padding: 0 0 20vh;
}
header #headerPanel #headerPanelInner .headerPanelBox01 {
  margin-bottom: 2.5rem;
}
header #headerPanel #headerPanelInner .headerPanelBox01 dt {
  color: #fff;
  font-size: 187.5%;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox01 dt {
    font-size: 150%;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox01 dd ul {
  display: flex;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox01 dd ul {
    display: block;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li {
  background: #fff;
  width: 32%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li {
    width: auto;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li:not(:nth-child(3n)) {
    margin: 0 0 0.75em;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li a {
  display: block;
  line-height: 1.4;
  padding: 1.25em 0;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li a {
    line-height: 1;
    padding: 1em 0;
    font-size: 100%;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li a span b {
  font-weight: 700;
  color: #fff;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: #00336A;
  vertical-align: middle;
  line-height: 1;
  border-radius: 100%;
  font-size: 75%;
  margin: 0 0 0.2em 0.35em;
}
header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li a strong {
  display: block;
  font-size: 137.5%;
  margin-top: 0.25em;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li a strong {
    font-size: 125%;
  }
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox01 dd ul li a strong br {
    display: none;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 {
  margin-top: 0.725rem;
}
header #headerPanel #headerPanelInner .headerPanelBox02 dt {
  font-size: 125%;
  padding: 0.65em 0;
  position: relative;
  background: #fff;
  margin-bottom: 1.35rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dt {
    font-size: 100%;
    padding: 0.85em 0;
    margin-bottom: 0.85rem;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 dt span.plus, header #headerPanel #headerPanelInner .headerPanelBox02 dt span.minus {
  position: absolute;
  top: 12.5%;
  right: 1.35%;
  font-size: 125%;
}
header #headerPanel #headerPanelInner .headerPanelBox02 dt.active span.plus {
  display: none;
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd {
  display: none;
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul {
  display: flex;
  flex-wrap: wrap;
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul li {
  color: #fff;
  margin-bottom: 1.15rem;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul li {
    margin-bottom: 0.75em;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4;
  font-size: 125%;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0.5em 0;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul li a {
    font-size: 93.75%;
    padding: 1em 0;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul li a span {
  display: block;
  font-size: 80%;
  margin-top: 0.35em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul li a span {
    font-size: 80%;
    margin: 0 0 0 1em;
  }
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul li a span br {
    display: none;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty01 li, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty03 li {
  width: 49%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty01 li, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty03 li {
    width: 100%;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty01 li:not(:nth-child(2n)), header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty03 li:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty01 li:not(:nth-child(2n)), header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty03 li:not(:nth-child(2n)) {
    margin: 0 0 0.75em;
  }
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty01, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty02 {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty02 li {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty02 li:not(:nth-child(2n)) {
    margin: 0 0 0.75em;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty03 li a {
  padding: 1em 0;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.exam01 li:not(:nth-child(2n)) {
    margin: 0 0 0.75em;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty02 li, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.exam01 li, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty04 li {
  width: 49%;
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty02 li:not(:nth-child(2n)), header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.exam01 li:not(:nth-child(2n)), header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty04 li:not(:nth-child(2n)) {
  margin-right: 2%;
}
header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty02 li a, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.exam01 li a, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty04 li a {
  padding: 0.65em 0;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty02 li a, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.exam01 li a, header #headerPanel #headerPanelInner .headerPanelBox02 dd ul.faculty04 li a {
    padding: 1em 0;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox03 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
}
header #headerPanel #headerPanelInner .headerPanelBox03 li {
  background: #fff;
  width: 32%;
  margin-bottom: 1.15rem;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox03 li {
    width: 49%;
    margin-bottom: 0.5em;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox03 li:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox03 li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox03 li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox03 li.form01 {
  margin-right: 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox03 li.ls01 a {
    letter-spacing: -0.05em;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox03 li a {
  display: block;
  line-height: 1.4;
  padding: 0.65em 0;
  font-size: 125%;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox03 li a {
    padding: 1em 0;
    font-size: 90%;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox04 {
  margin-bottom: 1.35rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox04 {
    margin-bottom: 0.85rem;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox04 li {
  width: 49%;
}
header #headerPanel #headerPanelInner .headerPanelBox04 li a {
  display: block;
  font-size: 125%;
  padding: 0.65em 0;
  background: #fff;
}
@media screen and (max-width: 599px) {
  header #headerPanel #headerPanelInner .headerPanelBox04 li a {
    font-size: 100%;
    padding: 0.85em 0;
  }
}
header #headerPanel #headerPanelInner .headerPanelBox04 li:first-child {
  margin-right: 2%;
}

/*******************************
footer
*******************************/
#toTop {
  width: 3.75em;
  height: auto;
  position: fixed;
  bottom: 1em;
  right: 1.25em;
  cursor: pointer;
  z-index: 500;
}
#toTop.fixed {
  position: absolute;
  bottom: 11.625em;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #toTop.fixed {
    bottom: 8.75em;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  #toTop.fixed {
    bottom: 18.25em;
  }
}
@media screen and (max-width: 599px) {
  #toTop.fixed {
    position: fixed;
    bottom: 15.5vw;
  }
}
@media screen and (max-width: 599px) {
  #toTop {
    width: 15vw;
    right: 2vw;
    bottom: 15.5vw;
  }
}
#toTop img {
  transition: all 0.2s ease;
  width: 100%;
  height: auto;
}
#toTop:hover img {
  opacity: 0.5;
}

footer {
  line-height: 1.6;
}
footer #footer01 {
  padding: 3.375rem 5%;
  background: #eaeef7;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer01 {
    padding-bottom: 10em;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 {
    padding: 0;
    display: block;
    font-size: 100%;
  }
}
footer #footer01 .footer01Box01:not(:first-child) {
  padding: 0 0 0 10%;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer01 .footer01Box01:not(:first-child) {
    padding: 0 0 0 2%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01:not(:first-child) {
    padding: 0;
  }
}
footer #footer01 .footer01Box01 dl {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl {
    margin-bottom: 0;
  }
}
footer #footer01 .footer01Box01 dl dt {
  color: #00336A;
  font-weight: 500;
  border-bottom: 1px solid #b3c5d8;
  padding-bottom: 0.25em;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dt {
    margin-bottom: 0;
    padding: 0.85em 5%;
    position: relative;
    border-bottom: 2px solid #fff;
  }
}
footer #footer01 .footer01Box01 dl dt span.plus, footer #footer01 .footer01Box01 dl dt span.minus {
  display: none;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dt span.plus, footer #footer01 .footer01Box01 dl dt span.minus {
    display: block;
    position: absolute;
    top: 18%;
    right: 3.5%;
    font-size: 125%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dt.active span.plus {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dt a {
    pointer-events: none;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd {
    margin-bottom: 2px;
    display: none;
  }
}
footer #footer01 .footer01Box01 dl dd ul li {
  margin: 0 0 0.2em 1.15em;
  text-indent: -1em;
  font-size: 87.5%;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li {
    margin: 0;
    text-indent: 0;
    font-size: 93.75%;
    margin-bottom: 2px;
  }
}
footer #footer01 .footer01Box01 dl dd ul li::before {
  content: "＞";
  margin-right: 0.4em;
  font-size: 0.75em;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li::before {
    display: none;
  }
}
footer #footer01 .footer01Box01 dl dd ul li.footerList01 {
  margin-left: 0;
}
footer #footer01 .footer01Box01 dl dd ul li.footerList01::before {
  display: none;
}
footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01 {
  margin: 0 0 0.2em 1.15em;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01 {
    margin: 0 0 2px 0;
    text-indent: 0;
    position: relative;
    color: #00336a;
    font-size: 100%;
  }
}
footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01::before {
  content: "＞";
  margin-right: 0.4em;
  font-size: 0.75em;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01::before {
    display: none;
  }
}
footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01 span.plus, footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01 span.minus {
  display: none;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01 span.plus, footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01 span.minus {
    display: block;
    position: absolute;
    top: 18%;
    right: 3.5%;
    font-size: 125%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01.active span.plus {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li.footerList01 .trigger01 a {
    background-image: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li a {
    display: block;
    padding: 0.85em 5%;
    background: #fff url(../images/arrow_08.svg) 95.5% center no-repeat;
    background-size: 0.5em auto;
  }
}
footer #footer01 .footer01Box01 dl dd ul li a span.txt01 {
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul li a span.txt01 {
    margin-left: 0.5em;
    font-size: 80%;
    letter-spacing: -0.08em;
  }
}
footer #footer01 .footer01Box01 dl dd ul.panel01 {
  margin-left: 1.15em;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd ul.panel01 {
    margin-left: 0;
    display: none;
  }
}
footer #footer01 .footer01Box01 dl dd ul.panel01 li {
  font-size: 100%;
}
footer #footer01 .footer01Box01 dl dd ul.panel01 li::before {
  display: none;
}
footer #footer01 .footer01Box01 dl dd dl {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd dl {
    margin-bottom: 0;
  }
}
footer #footer01 .footer01Box01 dl dd dl dt {
  font-weight: 400;
  font-size: 87.5%;
  border: none;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  footer #footer01 .footer01Box01 dl dd dl dt {
    background: #fff;
    margin-bottom: 2px;
    font-size: 100%;
  }
}
footer #footer02 {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6vw;
  font-size: 0.9vw;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer02 {
    height: 16vw;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 {
    width: 100%;
    display: block;
    padding: 2em 0 0;
    height: auto;
    font-size: inherit;
  }
}
footer #footer02 #footerLogo01 {
  width: 58%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  footer #footer02 #footerLogo01 {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
footer #footer02 #footerLogo01 a.logo {
  display: block;
  width: 340px;
  margin: 0 2.75em 0 1.25%;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer02 #footerLogo01 a.logo {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 #footerLogo01 a.logo {
    display: block;
    width: 75%;
    margin: 0 auto 1em;
  }
}
footer #footer02 #footerLogo01 .address {
  width: 54%;
  color: #00336A;
  line-height: 1.5;
  font-size: 90%;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer02 #footerLogo01 .address {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 #footerLogo01 .address {
    width: auto;
  }
}
footer #footer02 #footerLogo01 .address dl:nth-child(1) {
  margin-bottom: 0.5em;
}
footer #footer02 .footer02Box01 {
  width: 42%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer02 .footer02Box01 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box01 {
    justify-content: space-between;
    width: auto;
    margin-top: 12vw;
  }
}
footer #footer02 .footer02Box01 .email {
  background: #beaf73;
  color: #fff;
  text-align: center;
  font-size: 87.5%;
}
footer #footer02 .footer02Box01 .email a {
  width: 6vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer02 .footer02Box01 .email a {
    width: 7vw;
    height: 16vw;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box01 .email a {
    width: 18vw;
    height: 18vw;
  }
}
footer #footer02 .footer02Box01 .email img {
  width: 2.75rem;
  height: auto;
  display: block;
  margin: 0 auto 0.75em;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  footer #footer02 .footer02Box01 .email img {
    width: 5em;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box01 .email img {
    width: 2.75em;
    height: auto;
    display: block;
    margin: 0.5em auto 0;
  }
}
footer #footer02 .footer02Box02 {
  display: flex;
  color: #00336A;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 {
    width: 75%;
    display: block;
    padding: 0 0 0 5%;
    margin-top: -10vw;
  }
}
footer #footer02 .footer02Box02 .contact {
  border-left: 1px solid #00336A;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .contact {
    width: auto;
    border-left: none;
    font-weight: 500;
    margin-bottom: 0.35em;
  }
}
footer #footer02 .footer02Box02 .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1.5em;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .contact a {
    display: block;
    padding: 0;
    pointer-events: none;
  }
}
footer #footer02 .footer02Box02 .tel {
  border-left: 1px solid #00336A;
  font-size: 175%;
  font-weight: 700;
  padding: 0 0.5em;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel {
    border-left: none;
    padding: 0;
    font-size: 160%;
  }
}
footer #footer02 .footer02Box02 .tel ul {
  display: flex;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel ul li {
    display: flex;
    align-items: center;
  }
}
footer #footer02 .footer02Box02 .tel ul li:first-child {
  margin-right: 0.5em;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel ul li:first-child {
    margin-right: 0;
  }
}
footer #footer02 .footer02Box02 .tel ul li a {
  white-space: nowrap;
}
footer #footer02 .footer02Box02 .tel span {
  display: block;
  font-size: 57.14%;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel span {
    margin-right: 2.5%;
    white-space: nowrap;
  }
}
footer #footer02 .footer02Box02 .tel img {
  width: 0.65em;
  height: auto;
  vertical-align: middle;
  margin: 0 0.25em 0.25em 0;
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel img {
    margin: 0 0.1em 0.15em 0;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel dl {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel dl:first-child {
    margin-bottom: 0.35em;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel dl dt {
    font-size: 56%;
    font-weight: 500;
    border: 1px solid #00336a;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2%;
  }
}
@media screen and (max-width: 599px) {
  footer #footer02 .footer02Box02 .tel dl dd {
    line-height: 0.5;
    overflow: visible;
  }
}
footer #footer03 {
  padding: 3em 0 1em;
}
footer #footer03 .sns01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
footer #footer03 .sns01 li {
  width: 3em;
  margin: 0 1%;
}
footer #footer03 .sns01 li a {
  display: block;
}
footer #footer03 .sns01 li a img {
  width: 100%;
}
footer #copyright {
  background: #00336A;
  color: #fff;
  text-align: center;
  font-size: 75%;
  padding: 1.5em 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  footer #copyright {
    font-size: 60%;
    padding-bottom: 13.5em;
  }
}

/*******************************
tracking_banner
*******************************/
#trackingBnr01 {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
}
#trackingBnr01 .close {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  font-size: 75%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
#trackingBnr01 a {
  display: block;
}
#trackingBnr01 .closed {
  display: none;
}
@media screen and (max-width: 599px) {
  #trackingBnr01.tsushin {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #trackingBnr01.tsushin .box01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
#trackingBnr01.tsushin .box01 a {
  width: 150px;
  height: 100px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #trackingBnr01.tsushin .box01 a {
    width: 50%;
    height: 17vw;
  }
}
#trackingBnr01.tsushin .box01:nth-child(1) {
  background: #A69965;
}
#trackingBnr01.tsushin .box01:nth-child(1) img {
  width: 3.5em;
  margin: 0.2em auto 0;
}
@media screen and (max-width: 599px) {
  #trackingBnr01.tsushin .box01:nth-child(1) img {
    width: auto;
    height: 2em;
  }
}
#trackingBnr01.tsushin .box01:nth-child(2) {
  background: #00336A;
}
#trackingBnr01.tsushin .box01:nth-child(2) img {
  width: 2.75em;
}
@media screen and (max-width: 599px) {
  #trackingBnr01.tsushin .box01:nth-child(2) img {
    width: auto;
    height: 2em;
  }
}
#trackingBnr01.tsushin .box01 div strong {
  display: block;
  margin-top: -0.1em;
  line-height: 1.2;
}
#trackingBnr01.tsushin .box01 div strong .ls01 {
  letter-spacing: -0.1em;
}
#trackingBnr01.tsushin .box01 img {
  display: block;
  margin: 0.35em auto 0;
  height: auto;
}
@media screen and (max-width: 599px) {
  #trackingBnr01.tsushin .box01 img {
    width: 5vw;
    margin: 0.1em auto 0;
  }
}

#trackingBnr02 {
  z-index: 1000;
  position: fixed;
  bottom: 5.75em;
  right: 0;
}
#trackingBnr02.fixed {
  position: absolute;
  bottom: 16.375em;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #trackingBnr02.fixed {
    bottom: 13.25em;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  #trackingBnr02.fixed {
    bottom: 23em;
  }
}
@media screen and (max-width: 599px) {
  #trackingBnr02.fixed {
    position: fixed;
    bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  #trackingBnr02 {
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul {
    display: flex;
  }
}
#trackingBnr02 ul li {
  width: 200px;
  height: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  #trackingBnr02 ul li {
    width: 20vw;
    height: 6vw;
  }
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li {
    width: 50%;
    height: 13.5vw;
  }
}
#trackingBnr02 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  color: #fff;
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
  /*padding: 0 1.5em 0 0;*/
  padding: 0;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li a {
    font-size: 75%;
    /*padding: 0 0.5em 0 0;*/
    padding: 0;
  }
}
#trackingBnr02 ul li a img {
  display: block;
  margin: 0 auto 0.5em;
  width: 2.75em;
}
#trackingBnr02 ul li a span {
  width: 100%;
  line-height: 1.1;
  margin: -1em 0 0;
}
#trackingBnr02 ul li.document a {
  background: url(../images/icon_gold-arrow.svg) no-repeat 94% center #476C93;
  background-size: 10px auto;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li.document a {
    background: url(../images/icon_gold-arrow.svg) no-repeat 96% center #476C93;
    background-size: 0.75em auto;
  }
}
#trackingBnr02 ul li.document a img {
  width: 2.35em;
}
#trackingBnr02 ul li.campus a {
  background: url(../images/icon_gold-arrow.svg) no-repeat 94% center #00336A;
  background-size: 10px auto;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li.campus a {
    background: url(../images/icon_gold-arrow.svg) no-repeat 96% center #00336A;
    background-size: 0.75em auto;
  }
}
#trackingBnr02 ul li.seminar a {
  background: url(../images/icon_gold-arrow.svg) no-repeat 94% center #165e83;
  background-size: 10px auto;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li.seminar a {
    background: url(../images/icon_gold-arrow.svg) no-repeat 96% center #165e83;
    background-size: 0.75em auto;
  }
}
#trackingBnr02 ul li.web a, #trackingBnr02 ul li.consultation a {
  background: url(../images/arrow_08.svg) no-repeat 94% center #A5934A;
  background-size: 10px auto;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li.web a, #trackingBnr02 ul li.consultation a {
    background: url(../images/arrow_08.svg) no-repeat 96% center #A5934A;
    background-size: 0.75em auto;
  }
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li.seminar a img {
    width: 2em;
  }
}
#trackingBnr02 ul li.web a img {
  width: 1.9em;
  margin: 0.1em 0 0.75em;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li.web a img {
    margin: -0.2em 0 0.5em;
  }
}
#trackingBnr02 ul li.consultation {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li.consultation a img {
    width: 1.9em;
  }
}
#trackingBnr02 ul li:first-child a {
  border-radius: 6px 0 0 0;
}
#trackingBnr02 ul li:last-child a {
  border-radius: 0 0 0 6px;
}
@media screen and (max-width: 599px) {
  #trackingBnr02 ul li:last-child a {
    border-radius: 0 6px 0 0;
  }
}

/*******************************
underlayer
*******************************/
#mainTitle {
  font-size: 250%;
  background: #00336A;
  padding: 1.35em 0;
}
@media screen and (max-width: 599px) {
  #mainTitle {
    font-size: 150%;
    padding: 1em 0;
  }
}
#mainTitle h1 {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  font-weight: 500;
  background: #00336A;
}
#mainTitle h1 span.titleTxt01 {
  display: block;
  border-left: 5px solid #beaf73;
  padding-left: 0.85em;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  #mainTitle h1 span.titleTxt01 {
    border-left: 0.15em solid #beaf73;
    padding-left: 0.75em;
  }
}

#contents {
  padding: 5rem 0 4rem;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #contents {
    padding: 9vw 0;
  }
}

#breadcrumbList {
  width: 1200px;
  max-width: 98%;
  margin: 0 auto 1rem;
  font-size: 87.5%;
}
#breadcrumbList li {
  display: inline-block;
}
#breadcrumbList li:not(:last-child) a {
  margin-right: 0.5em;
}
#breadcrumbList li:not(:last-child)::after {
  content: "＞";
  margin-right: 0.5em;
}
#breadcrumbList li:last-child a {
  pointer-events: none;
}

.enRed01 {
  color: #ff0000;
  font-size: 175%;
  font-weight: 500;
  margin: 1em 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .enRed01 {
    font-size: 137.5%;
  }
}