@charset "UTF-8";
/*
Theme Name: 開志創造大学トップページ
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

h2 {
  letter-spacing: 0;
  color: inherit;
}

h4 {
  border-top: 0;
  color: inherit;
}

.h4 {
  padding-left: 0 !important;
}

h4,
.h4 {
  padding-left: 0 !important;
  letter-spacing: 0;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  background: #fff;
  color: #000;
  position: relative;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  min-width: 1580px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #ea5504;
  text-decoration: underline;
}
a:hover {
  color: #ea5504;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-header .c-wrap__1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header .h {
  display: flex;
  align-items: center;
}
.l-header .h a {
  margin-right: 25px;
}
.l-header .h a:last-child {
  margin-right: 0;
}
.l-header .menu {
  display: flex;
  align-items: center;
}
.l-header .menu ul {
  display: flex;
  align-items: center;
}
.l-header .menu li {
  margin-left: 10px;
}
.l-header .menu li a {
  display: block;
  background: #ea5504;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-size: 1.9rem;
  width: 194px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid #ea5504;
}
.l-header .menu li span {
  display: block;
  background: url(../img/common/arrow_1-white.svg) no-repeat right center;
  background-size: 7px auto;
  padding-right: 7px;
}
.l-header .menu li.event a {
  background: #fff;
  color: #ea5504;
  width: 240px;
}
.l-header .menu li.event span {
  background-image: url(../img/common/arrow_1.svg);
}
.l-header .menu li.request a {
  width: 150px;
}
.l-header .menu .btn {
  cursor: pointer;
  background: #000;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  margin-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header .menu .btn span {
  width: 31px;
  height: 3px;
  background: #FFF;
  position: relative;
}
.l-header .menu .btn span:before, .l-header .menu .btn span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.l-header .menu .btn span:before {
  top: -12px;
}
.l-header .menu .btn span:after {
  bottom: -12px;
}

/*=======================================
メニュー
=========================================*/
.l-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: #ea5504;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 25px;
  overflow: auto;
  display: none;
}
.l-nav .close {
  cursor: pointer;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
}
.l-nav .close span {
  width: 31px;
  height: 3px;
  position: relative;
}
.l-nav .close span:before, .l-nav .close span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ea5504;
}
.l-nav .close span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-nav .close span:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-nav-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-nav .h {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 60px;
  margin-bottom: 20px;
}
.l-nav .h:first-child {
  margin-top: 0;
}
.l-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.l-nav li {
  width: 30.9166%;
  margin-left: 3.6251%;
  border-top: 1px solid #fff;
}
.l-nav li:nth-child(3n+1) {
  margin-left: 0;
}
.l-nav li:nth-last-child(-n+3) {
  border-bottom: 1px solid #fff;
}
.l-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-nav li span {
  display: block;
  background: url(../img/common/arrow_3-alt.svg) no-repeat right center;
  background-size: 20px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  border-top: 1px solid #5e5d5c;
  padding-top: 48px;
  padding-bottom: 56px;
}
.l-footer__college {
  margin-bottom: 70px;
}
.l-footer__college .block1 {
  margin: 0;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__college .block1:last-child {
  margin-bottom: 0;
}
.l-footer__college .block1 dt {
  width: 308px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 600;
}
.l-footer__college .block1 dd {
  width: calc(100% - 308px);
}
.l-footer__college .block1 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-footer__college .block1 li {
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-footer__college .block1 li:last-child {
  margin-right: 0;
}
.l-footer__info {
  margin-bottom: 48px;
}
.l-footer__info dl {
  margin: 0;
  display: flex;
  align-items: center;
}
.l-footer__info dt {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 35px;
  font-weight: 600;
}
.l-footer__group {
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 25px;
  color: #fff;
}
.l-footer__group .c-wrap {
  display: flex;
  align-items: center;
}
.l-footer__group .h {
  margin-right: 20px;
  font-weight: 600;
}
.l-footer__group ul {
  display: flex;
  align-items: center;
}
.l-footer__group li {
  border-right: 1px solid #fff;
}
.l-footer__group li:last-child {
  border-right: 0;
}
.l-footer__group li a {
  display: block;
  padding: 2px 45px;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-size: 1.9rem;
}
.l-footer__link ul {
  display: flex;
  align-items: center;
}
.l-footer__link li {
  margin-right: 33px;
}
.l-footer__link li:last-child {
  margin-bottom: 0;
}
.l-footer__link li a {
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  background: url(../img/common/arrow_4.svg) no-repeat left center;
  background-size: 13px auto;
  padding-left: 24px;
  color: #000;
  text-decoration: none;
}

/*=======================================
ページタイトル
=========================================*/
/*=======================================
パンくず
=========================================*/
/*=======================================
ページトップボタン
=========================================*/
.l-pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9;
}

/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: initial;
  }

  .l-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l-header .c-wrap__1200 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .l-header .h {
    line-height: 1;
    margin-right: 64px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .l-header .h img.kaishi {
    width: 47vw;
  }
  .l-header .menu ul {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  .l-header .menu li {
    flex-grow: 1;
  }
  .l-header .menu li:first-child {
    margin-left: 0;
  }
  .l-header .menu li a {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 6px;
  }
  .l-header .menu li span {
    background-size: 5px auto;
    padding-left: 7px;
  }
  .l-header .menu li.event a, .l-header .menu li.request a {
    width: auto;
  }
  .l-header .menu .btn {
    width: 40px;
    height: 40px;
    margin-left: 0;
    position: fixed;
    z-index: 9;
    right: 10px;
    top: 10px;
  }
  .l-header .menu .btn span {
    width: 16px;
    height: 2px;
  }
  .l-header .menu .btn span:before {
    top: -7px;
  }
  .l-header .menu .btn span:after {
    bottom: -7px;
  }

  .l-nav .close {
    width: 40px;
    height: 40px;
    z-index: 9;
    right: 10px;
    top: 10px;
  }
  .l-nav .close span {
    width: 16px;
    height: 2px;
  }
  .l-nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .l-nav .h {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .l-nav ul {
    display: block;
  }
  .l-nav li {
    width: auto;
    margin-left: 0;
  }
  .l-nav li:nth-last-child(-n+3) {
    border-bottom: 0;
  }
  .l-nav li:last-child {
    border-bottom: 1px solid #fff;
  }
  .l-nav li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-nav li span {
    background-size: 15px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .l-footer {
    padding-bottom: 110px;
  }
  .l-footer__college .block1 {
    display: block;
    margin-bottom: 40px;
  }
  .l-footer__college .block1 dt {
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .l-footer__college .block1 dd {
    width: auto;
  }
  .l-footer__college .block1 ul {
    display: block;
  }
  .l-footer__college .block1 li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .l-footer__college .block1 li:last-child {
    margin-bottom: 0;
  }
  .l-footer__info {
    margin-bottom: 30px;
  }
  .l-footer__info dl {
    margin: 0;
    display: block;
  }
  .l-footer__info dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .l-footer__group .c-wrap {
    display: block;
  }
  .l-footer__group .h {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .l-footer__group ul {
    display: block;
  }
  .l-footer__group li {
    border-right: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .l-footer__group li:last-child {
    border-bottom: 0;
  }
  .l-footer__group li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px;
  }
  .l-footer__link ul {
    justify-content: space-between;
  }
  .l-footer__link li {
    margin-right: 0;
  }
  .l-footer__link li a {
    font-size: 12px;
    font-size: 1.2rem;
    background-size: 8px auto;
    padding-left: 14px;
  }

  .l-pagetop {
    right: 10px;
    bottom: 60px;
  }
  .l-pagetop img {
    width: 40px;
  }
}
