*,
*::before,
*::after {
  box-sizing: border-box;
}

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,
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,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  line-height: 1.7;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

i,
em,
b,
strong,
span {}

p {
  line-height: 1.7;
}

table {
  border-collapse: collapse;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  color: #3E3E3E;
  font-style: normal;
  font-feature-settings: "palt";
  word-wrap: break-word;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

a {
  color: #3E3E3E;
  transition: 0.4s;
}

a:hover {
  opacity: 0.5;
}

input,
select,
textarea {
  color: #3E3E3E;
  line-height: 1.5;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

::selection {
  background: #3E3E3E;
  color: #fff;
}

[class*="-inner"] {
  position: relative;
  padding: 3em 0 2em;
  margin: auto;
}

.fs-s {
  font-size: .9em;
}

.fs-ss {
  font-size: .8em;
}

.contentWrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.cta {
  background: #32b8f2;
  padding: 6% 16px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.cta.point3 {
  z-index: 10;
  position: relative;
}

.cta.point3 h2 {
  margin-top: -20%;
  margin-bottom: 2%;
}

/*キャンパスリンク*/
#campus {
  background: #dddddd;
  padding: 30px 0 130px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  #campus {
    padding: 30px 0 80px;
  }
}

#campus .copy {
  text-align: center;
  position: relative;
  top: -44px;
}

#campus .copy span {
  background: #f68d0e;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
}

#campus .site {
  max-width: 1120px;
}

#campus header {
  position: relative;
}

@media (max-width: 768px) {
  #campus header .inner {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 315px;
  }
}

#campus header h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #212121;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #campus header h2 {
    font-size: 27.5px;
  }
}

#campus header h2 span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 768px) {
  #campus header h2 span {
    font-size: 12px;
    margin-top: 5px;
  }
}

#campus .lead {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .15em;
  color: #212121;
  text-align: center;
}

@media (max-width: 768px) {
  #campus .lead {
    font-size: 13px;
    line-height: 23px;
  }
}

#campus ul {
  width: 90%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#campus ul li {
  width: calc(100% / 3 - 10px);
}

#campus ul li a {
  background-color: #fff;
  display: block;
  height: 170px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #campus ul li a {
    font-size: 13px;
    line-height: 22px;
    height: 100px;
  }
}

#campus ul li a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  transition: all ease .3s;
}

#campus ul li a:hover span {
  color: #fff !important;
}

#campus ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 20px solid #fe7c67;
  border-top: 20px solid transparent;
  transition: all ease .3s;
}

#campus ul li a:hover:before {
  border-right-width: 340px !important;
  border-top-width: 340px !important;
}

@media (max-width: 768px) {
  #campus ul li a:hover:before {
    border-right-width: 340px !important;
    border-top-width: 340px !important;
  }
}

#campus ul li.area-1 a span {
  color: #fe7c67;
}

#campus ul li.area-1 a:before {
  border-right-color: #fe7c67;
}

#campus ul li.area-2 a span {
  color: #f0d700;
}

#campus ul li.area-2 a:before {
  border-right-color: #f0d700;
}

#campus ul li.area-3 a span {
  color: #c378c4;
}

#campus ul li.area-3 a:before {
  border-right-color: #c378c4;
}

#campus ul li.area-4 a span {
  color: #99cd55;
}

#campus ul li.area-4 a:before {
  border-right-color: #99cd55;
}

#campus ul li.area-5 a span {
  color: #f9b101;
}

#campus ul li.area-5 a:before {
  border-right-color: #f9b101;
}

#campus ul li.area-6 a span {
  color: #32b8f2;
}

#campus ul li.area-6 a:before {
  border-right-color: #32b8f2;
}

#campus .more a {
  display: block;
  width: 60%;
  margin: 0 auto;
}

#campus .more a:hover {
  opacity: .7;
}
