@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
}
html.middle, body.middle {
  font-size: 100% !important;
}
html.large, body.large {
  font-size: 130% !important;
}
html.large section.network .secwrap .net .tit h2, body.large section.network .secwrap .net .tit h2 {
  padding: 0 0 10px !important;
  line-height: 1.2 !important;
}
html.large section.network .secwrap .net .tit p, body.large section.network .secwrap .net .tit p {
  line-height: 1.3 !important;
}
html.large section.network .secwrap .net .search .button a, body.large section.network .secwrap .net .search .button a {
  padding: 4px 10px !important;
  margin: 0 auto 16px !important;
}
@media (max-width: 736px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
.fixed
---------------------------------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.fixed h1 {
  display: none;
}

/* ----------------------------------------------------
color
---------------------------------------------------- */
.Text-Pink {
  color: #de2c91;
}

.Text-Blue {
  color: #268bf6;
}

/* ----------------------------------------------------
font size
---------------------------------------------------- */
.fs14 {
  font-size: 87.5%;
}

.fs18 {
  font-size: 112.5%;
  line-height: 1.8;
}
.fs18 .fs14 {
  font-size: 75%;
}
.fs18 .fs28 {
  font-size: 155%;
}

.fs20 {
  font-size: 125%;
}

.fs28 {
  font-size: 175%;
}

/* ----------------------------------------------------
other
---------------------------------------------------- */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.Text-Bold {
  font-weight: bold !important;
}

.fw100 {
  font-weight: 100 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.f-left {
  margin: 0 20px 20px 0;
  float: left;
}

.f-right {
  margin: 0 0 20px 20px;
  float: right;
}

.clebox {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ----------------------------------------------------
flexbox
---------------------------------------------------- */
.flex {
  display: flex;
}

.flex-btw {
  display: flex;
  justify-content: space-between;
}
.flex-btw + .flex-btw {
  margin-top: 40px;
}
.flex-btw.box_2column div {
  width: 48%;
}
.flex-btw.box_3column {
  flex-wrap: wrap;
}
.flex-btw.box_3column:after {
  content: "";
  display: block;
  width: 32%;
}
.flex-btw.box_3column div {
  width: 32%;
}
.flex-btw.box_4column {
  flex-wrap: wrap;
}
.flex-btw.box_4column:before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
@media (max-width: 736px) {
  .flex-btw.box_4column:before {
    content: none;
  }
}
.flex-btw.box_4column:after {
  content: "";
  display: block;
  width: 22%;
}
@media (max-width: 736px) {
  .flex-btw.box_4column:after {
    content: none;
  }
}
.flex-btw.box_4column div {
  width: 22%;
}
@media (max-width: 736px) {
  .flex-btw.box_4column div {
    width: 48%;
  }
}
.flex-btw.box_4column div.title-inr {
  width: 100%;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-column-btw {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}
.wrap.box_2column div:nth-child(n+3) {
  margin-top: 40px;
}

@media (max-width: 736px) {
  .spwrap {
    flex-wrap: wrap;
  }
  .spwrap.box_2column div {
    width: 100%;
  }
  .spwrap.box_2column div + div {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------
title
---------------------------------------------------- */
h2.contTitle {
  padding: 6px 11px;
  margin-bottom: 26px;
  font-size: 137.5%;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px dashed #666;
}
@media (max-width: 736px) {
  h2.contTitle {
    padding: 6px 0;
    font-size: 18px;
  }
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header {
  padding: 20px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 736px) {
  header {
    padding: 10px;
    z-index: 200;
  }
}
header .header-inr {
  margin: 0 auto;
  width: 1020px;
}
@media (max-width: 1080px) {
  header .header-inr {
    width: 100%;
  }
}
header h1 {
  font-size: 212.5%;
  line-height: 1.0;
  font-weight: 500;
}
@media (max-width: 736px) {
  header h1 {
    font-size: 28px;
    position: relative;
  }
}
header h1 span {
  margin-right: 16px;
  display: inline-block;
  font-size: 52%;
}
@media (max-width: 736px) {
  header h1 span {
    margin: 0;
    display: block;
    font-size: 16px;
  }
}
header .rightbox {
  align-items: center;
}
header .rightbox .textsize {
  display: flex;
  align-items: center;
  font-size: 12px;
}
header .rightbox .textsize p {
  margin-right: 6px;
}
header .rightbox .textsize div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  cursor: pointer;
}
header .rightbox .textsize .middle {
  border-radius: 5px 0 0 5px;
}
header .rightbox .textsize .large {
  border-radius: 0 5px 5px 0;
}
@media (max-width: 736px) {
  header .rightbox .textsize {
    display: none;
  }
}
header .rightbox .search {
  margin-left: 18px;
}
header .rightbox .search input {
  font-family: 'Noto Sans JP', sans-serif;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
header .rightbox .search input[type="text"] {
  padding: 4px;
  height: 30px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}
header .rightbox .search input[type="submit"] {
  padding: 8px 9px 9px 9px;
  font-size: 13px;
  line-height: 1.0;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 736px) {
  header .rightbox .search {
    display: none;
  }
}
header #spNavibtn {
  display: none;
}
@media (max-width: 736px) {
  header #spNavibtn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
  }
  header #spNavibtn .btn-inr {
    margin: 0 auto;
    width: 32px;
    position: relative;
  }
  header #spNavibtn .btn-inr span {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    height: 4px;
    background: #fff;
    border-radius: 100px;
    transition: 0.2s ease-in-out;
  }
  header #spNavibtn .btn-inr span:first-child {
    top: 14px;
  }
  header #spNavibtn .btn-inr span:nth-child(2) {
    top: 26px;
  }
  header #spNavibtn .btn-inr span:nth-child(3) {
    top: 38px;
  }
  header #spNavibtn .btn-inr.open span:first-child {
    transform: rotate(-45deg);
    top: 26px;
  }
  header #spNavibtn .btn-inr.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header #spNavibtn .btn-inr.open span:nth-child(3) {
    transform: rotate(45deg);
    top: 26px;
  }
}

/* ----------------------------------------------------
.section
---------------------------------------------------- */
.section {
  margin: 78px auto 0 auto;
  width: 940px;
}
@media (max-width: 940px) {
  .section {
    margin-top: 40px;
    padding: 0 10px;
    width: 100%;
  }
}
.section p {
  font-weight: 500;
}

.section02 {
  margin: 78px auto 0 auto;
  width: 1020px;
}
@media (max-width: 1080px) {
  .section02 {
    padding: 0 10px;
    margin-top: 40px;
    width: 100%;
  }
}
.section02 + .section02 {
  margin-top: 160px;
}
@media (max-width: 736px) {
  .section02 + .section02 {
    margin-top: 80px;
  }
}
.section02 p {
  font-weight: 500;
}

/* ----------------------------------------------------
#pageup
---------------------------------------------------- */
#pageup {
  position: fixed;
  right: 36px;
  bottom: 36px;
  line-height: 0;
  cursor: pointer;
  z-index: 40;
}
@media (max-width: 736px) {
  #pageup {
    right: 16px;
    bottom: 16px;
  }
  #pageup img {
    width: 58px;
    height: 58px;
  }
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer {
  margin-top: 100px;
  background: #eee;
}
footer nav {
  padding: 32px 0 20px 0;
  margin: 0 auto;
  width: 1020px;
}
@media (max-width: 1080px) {
  footer nav {
    width: 100%;
  }
}
@media (max-width: 736px) {
  footer nav {
    padding-top: 20px;
  }
}
footer nav .nav-inr-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  footer nav .nav-inr-top {
    display: none;
  }
}
footer nav .nav-inr-top div {
  font-size: 87.5%;
  display: flex;
  align-items: center;
}
footer nav .nav-inr-top div:first-child a {
  padding: 0 22px;
  display: block;
}
footer nav .nav-inr-top div:not(:first-child) {
  width: 19%;
}
footer nav .nav-inr-top div:not(:first-child) a {
  width: 100%;
  text-align: center;
  display: block;
}
footer nav .nav-inr-top div:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
}
footer nav .nav-inr-top div:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
}
footer nav .nav-inr-btm {
  margin-top: 80px;
  font-size: 75%;
  display: flex;
  justify-content: center;
}
@media (max-width: 736px) {
  footer nav .nav-inr-btm {
    padding: 0 20px;
    margin-top: 0;
    flex-wrap: wrap;
  }
}
footer nav .nav-inr-btm div {
  margin: 0 20px;
}
@media (max-width: 736px) {
  footer nav .nav-inr-btm div {
    margin: 0 0 10px 0;
    width: 48%;
  }
  footer nav .nav-inr-btm div:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
footer nav .nav-inr-btm div:before {
  content: "";
  display: inline-block;
  background: url(../img/student_common/icon_arrow01.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 11px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}
footer .footer-inr-btm {
  padding: 50px 0 24px 0;
  margin: 0 auto;
  width: 1020px;
}
@media (max-width: 1080px) {
  footer .footer-inr-btm {
    width: 100%;
  }
}
@media (max-width: 736px) {
  footer .footer-inr-btm {
    padding: 36px 10px 24px 10px;
  }
}
footer .footer-inr-btm p.site-name {
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 736px) {
  footer .footer-inr-btm p.site-name {
    font-size: 22px;
  }
}
footer .footer-inr-btm p.copyright {
  font-size: 75%;
  text-align: right;
}
footer .footer-inr-btm address {
  margin-bottom: 100px;
  text-align: center;
  font-size: 87.5%;
  font-style: normal;
}
@media (max-width: 736px) {
  footer .footer-inr-btm address {
    margin-bottom: 60px;
  }
}
