/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
  font-family: 'Noto Sans', 'Noto Sans JP', "Segoe UI Symbol", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #454545;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
img {
  vertical-align: bottom;
  width: 100%;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.pc-img {
  display: none;
}
.sp-img {
  display: block;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* ------------------ */
/* SP */
/* ------------------ */
header {
  position: absolute;
  height: auto;
  width: 100%;
  /* ------------------ */
  /* humberger-menu */
  /* ------------------ */
}
header .sp-head {
  height: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header .sp-head .sp-head-content {
  width: calc(100% - 73px);
  height: 73px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: rgb(255 255 255 / 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3.90625%;
}
header .sp-head .sp-head-content .sp-head-content-text {
  color: #f84b87;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
header .sp-head .square {
  width: 73px;
  height: 73px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  background-size: auto auto;
  background-color: #fbe8ee;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #f8dce6 8px, #f8dce6 16px);
  background-position: right top;
  /* ------------------ */
  /* 開閉時の動き */
  /* ------------------ */
}
header .sp-head .square .burger-btn {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 47px;
  height: 47px;
  cursor: pointer;
  z-index: 3;
  border-radius: 24px;
  background-color: #fff;
}
header .sp-head .square .burger-btn span {
  display: block;
  position: absolute;
  width: 21px;
  height: 2px;
  border-radius: 1px;
  background: #f86597;
  -webkit-transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
  transition: 0.35s ease-in-out;
  /*変化の速度を指定*/
  left: 13px;
}
header .sp-head .square .burger-btn span:nth-child(1) {
  top: 14px;
}
header .sp-head .square .burger-btn span:nth-child(2) {
  top: 22px;
}
header .sp-head .square .burger-btn span:nth-child(3) {
  top: 30px;
}
header .sp-head .square .burger-btn.active span {
  /* 最初のspanをマイナス45度に */
}
header .sp-head .square .burger-btn.active span:nth-child(1) {
  top: 27px;
  left: 13px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .sp-head .square .burger-btn.active span:nth-child(2) {
  width: 26px;
  left: 11px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .sp-head .square .burger-btn.active span:nth-child(3) {
  left: 24px;
  width: 10px;
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .nav-wrapper {
  position: fixed;
  right: 0;
  z-index: 10;
  width: 100%;
  display: none;
  background-size: 120% 120%;
  background-color: #fbe8ee;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #f8dce6 8px, #f8dce6 16px);
  background-position: right -18px top;
}
header .nav-wrapper .flex-nav {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 14px;
  padding-right: 14px;
}
@media (orientation: landscape) {
  header .nav-wrapper .flex-nav {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 375px) {
  header .nav-wrapper .flex-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .nav-wrapper .head .inner {
  flex-direction: column;
}
header .nav-wrapper .head .site-link {
  background-color: #fff;
  border-radius: 16px;
  padding: 10px 5.14285714%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .nav-wrapper .head .site-link:first-child {
  margin-bottom: 18px;
}
header .nav-wrapper .head .site-link:first-child .image {
  width: 154px;
}
header .nav-wrapper .head .site-link:last-child {
  flex-wrap: wrap;
}
header .nav-wrapper .head .site-link:last-child .image {
  width: 59.87261146%;
  width: 176px;
}
header .nav-wrapper .head .site-link .pc-link {
  display: none;
}
header .nav-wrapper .head .site-link .sp-link {
  width: 35.03184713%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 18px;
}
header .nav-wrapper .head .site-link .sp-link::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  right: 10px;
}
@media screen and (max-width: 375px) {
  header .nav-wrapper .head .site-link .sp-link::after {
    width: 10px;
    right: 6px;
  }
}
header .nav-wrapper .head .site-link .link01 {
  background: #ef5496;
  box-shadow: 3px 3px 0px rgba(227, 89, 163, 0.16);
}
header .nav-wrapper .head .site-link .link02 {
  background: #5fb49d;
  box-shadow: 3px 3px 0px rgba(77, 139, 122, 0.16);
}
header .nav-wrapper .head .site-link .link02:last-child {
  width: 100%;
  margin-top: 10px;
}
header .nav-wrapper .head .site-link a {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding: 10px 3.18471338% 10px 0;
  width: 100%;
  text-align: center;
}
header .nav-wrapper .head .site-link .sp-img {
  padding-bottom: 6px;
}
header .nav-wrapper nav ul.nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 10px;
}
header .nav-wrapper nav ul.nav-list li {
  position: relative;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 6px);
  margin-bottom: 12px;
  line-height: 1.2;
  border-radius: 11px;
  background: #fff;
  box-shadow: 2px 2px 0px rgba(198, 27, 27, 0.11);
}
header .nav-wrapper nav ul.nav-list li .sp-br {
  display: block;
}
@media screen and (max-width: 375px) {
  header .nav-wrapper nav ul.nav-list li {
    font-size: 60%;
  }
}
header .nav-wrapper nav ul.nav-list li:nth-child(odd) {
  margin-right: 12px;
}
header .nav-wrapper nav ul.nav-list li a {
  position: absolute;
  top: 0;
  color: #454545;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-wrapper nav ul.nav-list li a:hover {
  opacity: 0.6;
}
header .nav-wrapper nav ul.nav-list li a p {
  font-size: 70%;
  font-weight: 600;
  position: relative;
  padding-left: 6.36942675%;
  display: flex;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .nav-wrapper nav ul.nav-list li a p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: 3px solid #f85b91;
  border-radius: 50%;
  display: inline-block;
  left: -10px;
}
@media screen and (max-width: 375px) {
  header .nav-wrapper nav ul.nav-list li a p {
    margin-left: 2%;
    padding-left: 5.0955414%;
  }
}
header .nav-wrapper.open {
  display: block;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header .nav-wrapper.close {
  display: none;
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap {
  position: absolute;
  width: 100%;
  height: calc(100vh - 60px);
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt {
  position: absolute;
  width: 100%;
  bottom: calc(30/375 * 100vh);
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner {
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: auto;
  height: 170px;
  margin: 0 calc(30/375 * 100%);
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner div {
  width: 100%;
  padding: calc(35/375 * 100%) calc(20/375 * 100%) calc(35/375 * 100%) calc(30/375 * 100%);
  box-sizing: border-box;
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner div p {
  color: #f84b87;
  letter-spacing: 1rem;
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner div p span {
  letter-spacing: 0.5rem;
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide.mainSlide01 .slide-txt .slide-inner div p span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.2rem;
  text-align: center;
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide.mainSlide02 .slide-txt .slide-inner div p span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0;
  text-align: center;
}
.main-visual .swiper-container .swiper-wrapper .swiper-slide.mainSlide03 .slide-txt .slide-inner div p span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0;
  text-align: center;
}
section {
  max-width: 768px;
}
section .inner {
  padding-left: 3.90625%;
  padding-right: 3.90625%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.title {
  margin: 40px auto 20px;
  position: relative;
}
.title h1 {
  text-align: center;
  padding: 0 20px;
  letter-spacing: 0.3em;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  font-size: 120%;
}
.title h1 span {
  display: block;
}
h2 {
  padding-bottom: 30px;
  font-size: 120%;
  text-align: center;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.text {
  font-size: 15px;
  padding-bottom: 30px;
}
.pc-br {
  display: none;
}
.note {
  font-size: 12px;
  text-align: left;
}
.title-logo {
  width: 100px;
  margin: 0 auto;
  position: relative;
}
.title-logo::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  background-image: url(../images/dot.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#about-course {
  background-color: #fff4f8;
  position: relative;
  padding-top: 48px;
}
#about-course::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  background-image: url(../images/back_img_pink_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 780px 48px;
  top: 0;
}
#about-course .info {
  font-size: 12px;
}
#about-course .info .image {
  width: 80%;
  margin: 0 auto;
  max-width: 360px;
}
#feature {
  background-image: url("../images/univ_back_img_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#feature > .inner {
  text-align: center;
}
#feature .feature-list {
  font-size: 13px;
  max-width: 708px;
}
#feature .feature-list li {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  margin: 0 0 10px;
  padding: 0 1em;
  background: #fff;
  opacity: 0.9;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.13);
  text-align: left;
}
#feature .feature-list li:nth-child(1) > p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 2.5em;
  height: 2rem;
}
#feature .feature-list li:nth-child(1) > p::before {
  position: absolute;
  content: "1";
  height: 2rem;
  line-height: 2rem;
  color: #f84b87;
  font-size: 150%;
  top: 0;
  left: -1.4em;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}
#feature .feature-list li:nth-child(2) > p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 2.5em;
  height: 2rem;
}
#feature .feature-list li:nth-child(2) > p::before {
  position: absolute;
  content: "2";
  height: 2rem;
  line-height: 2rem;
  color: #f84b87;
  font-size: 150%;
  top: 0;
  left: -1.4em;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}
#feature .feature-list li:nth-child(3) > p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 2.5em;
  height: 2rem;
}
#feature .feature-list li:nth-child(3) > p::before {
  position: absolute;
  content: "3";
  height: 2rem;
  line-height: 2rem;
  color: #f84b87;
  font-size: 150%;
  top: 0;
  left: -1.4em;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}
#feature .feature-list li:nth-child(4) > p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 2.5em;
  height: 2rem;
}
#feature .feature-list li:nth-child(4) > p::before {
  position: absolute;
  content: "4";
  height: 2rem;
  line-height: 2rem;
  color: #f84b87;
  font-size: 150%;
  top: 0;
  left: -1.4em;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}
#feature .feature-list li:nth-child(5) > p {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 2.5em;
  height: 2rem;
}
#feature .feature-list li:nth-child(5) > p::before {
  position: absolute;
  content: "5";
  height: 2rem;
  line-height: 2rem;
  color: #f84b87;
  font-size: 150%;
  top: 0;
  left: -1.4em;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}
#feature .pink {
  color: #ff76b0;
  background: linear-gradient(transparent 70%, #f8ffd9 50%);
}
#highschool,
#university {
  background: #ffeaf1;
  padding-left: 3.90625%;
  padding-right: 3.90625%;
  padding-top: 30px;
}
#highschool .inner,
#university .inner {
  background: #ffffff;
  border-radius: 30px;
}
#highschool .inner .title-wrap,
#university .inner .title-wrap {
  display: none;
}
#highschool .inner dl,
#university .inner dl {
  text-align: center;
  margin-bottom: 15px;
}
#highschool .inner dl dt,
#university .inner dl dt,
#highschool .inner dl dd,
#university .inner dl dd {
  font-size: 15px;
}
#highschool .inner dl dt,
#university .inner dl dt {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: #feeef4;
  color: #f84b87;
  margin-bottom: 15px;
  font-weight: 600;
}
#highschool .inner dl dd:not(:last-of-type),
#university .inner dl dd:not(:last-of-type) {
  background: transparent;
  font-size: 15px;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
#university {
  padding-bottom: 80px;
}
#university h2 span {
  display: block;
}
#about-univ {
  position: relative;
  padding-top: 48px;
}
#about-univ::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  background-image: url(../images/back_img_white_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 780px 48px;
  top: 0;
}
#about-univ .title-logo {
  width: 130px;
}
#about-univ h3 {
  text-align: center;
  background: transparent;
  border-bottom: 1px solid #faa7c5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
}
#about-univ .dept-wrap .icons .dept {
  display: flex;
  justify-content: center;
  height: 120px;
}
#about-univ .dept-wrap .icons .dept:not(:last-of-type) {
  margin-bottom: 40px;
}
#about-univ .dept-wrap .icons .dept .icon {
  position: relative;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about-univ .dept-wrap .icons .dept .icon::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 60px;
  left: 0;
  top: 0;
}
#about-univ .dept-wrap .icons .dept .dept-list {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6.77966102%;
}
#about-univ .dept-wrap .icons .dept .dept-list li {
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 80%;
}
#about-univ .dept-wrap .icons .dept .dept-list li p {
  display: inline-block;
}
#about-univ .dept-wrap .icons .dept .dept-list li p a {
  color: #5D5755;
  text-decoration: underline;
}
#about-univ .dept-wrap .icons .dept:nth-child(1) .icon {
  background-size: auto auto;
  background-color: #EADCF1;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #EAEAEA 8px, #EAEAEA 16px);
  border-radius: 60px;
}
#about-univ .dept-wrap .icons .dept:nth-child(2) .icon {
  background-size: auto auto;
  background-color: #ffedc9;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #ffe2af 8px, #ffe2af 16px);
  border-radius: 60px;
}
#about-univ .dept-wrap .icons .dept:nth-child(3) .icon {
  background-size: auto auto;
  background-color: #ebf7f9;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #d9eff6 8px, #d9eff6 16px);
  border-radius: 60px;
}
#about-univ .dept-wrap .icons .dept:nth-child(4) .icon {
  background-size: auto auto;
  background-color: #fbe8ee;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #f8dce6 8px, #f8dce6 16px);
  border-radius: 60px;
}
#about-univ .dept-wrap .icons .dept:nth-child(5) .icon {
  background-size: auto auto;
  background-color: #ff9999;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #ffbbbb 8px, #ffbbbb 16px);
  border-radius: 60px;
  text-align: center;
}
#support {
  padding-left: 3.90625%;
  padding-right: 3.90625%;
}
#support .inner {
  border-radius: 27px;
  background: #f7f6f4;
  opacity: 0.9;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.13);
}
#support .inner .sparkly {
  display: flex;
  justify-content: space-between;
  height: 20px;
}
#support .inner .sparkly .sparkly01,
#support .inner .sparkly .sparkly02 {
  width: 14%;
}
#support .inner h2 {
  position: relative;
  margin-bottom: 10px;
}
#message .inner {
  text-align: center;
}
#message .inner h2 {
  position: relative;
  display: inline-block;
  padding: 0 18%;
  margin-bottom: 30px;
}
#message .inner h2::before,
#message .inner h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 54px;
  height: 1px;
  background-color: #000000;
}
#message .inner h2::before {
  left: 0;
}
#message .inner h2::after {
  right: 0;
}
#message .inner .msg-top {
  display: flex;
  flex-direction: column-reverse;
}
#message .inner .msg-top .left {
  margin-bottom: 30px;
}
#message .inner .msg-top .left h3 {
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
#message .inner .msg-top .right {
  width: 175px;
  margin: 0 auto 30px;
}
#message .inner .msg-top .right .image {
  margin-bottom: 20px;
}
#message .inner .msg-top .right .detail {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
#message .inner .msg-top .right .detail .post {
  font-size: 80%;
}
#message .inner .msg-top .right .detail .name {
  font-size: 120%;
}
#message .inner .msg-top .right .detail .name span {
  font-size: 80%;
  padding-right: 10%;
}
#message .inner .info {
  padding: 0 1em;
  background: linear-gradient(#dedede 1px, transparent 1px);
  background-size: auto 2em;
  line-height: 2em;
  background-position: left top -1px;
  overflow: hidden;
}
#message .inner .info .text {
  padding-bottom: 0;
  text-align: left;
}
#news {
  border: 20px solid #efefed;
}
#news .inner {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
#news .inner h2 {
  font-size: 180%;
}
#news .inner .news-list li .date {
  color: #ef5496;
  padding-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}
#news .inner .news-list li .text {
  display: inline-block;
}
#news .inner .news-list li .text a {
  color: #454545;
  text-decoration: underline;
}
#news .inner .news-list li:first-child {
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
#current-students h2 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
  width: 64.5%;
}
#current-students h2::before,
#current-students h2::after {
  content: "";
  position: absolute;
  top: 18px;
  transform: translateY(-50%);
  width: 24%;
  height: 1px;
  background-color: #000;
}
#current-students h2::before {
  right: 100%;
}
#current-students h2::after {
  left: 100%;
}
.hidden-item {
  display: none;
}
.toggle-btn {
  margin-top: 20px;
  background: #faa7c5;
  border: none;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  border-radius: 11px;
}
.toggle-btn:hover {
  opacity: 0.8;
}
.object-center {
  text-align: center;
}
/* #current-students h2 {
  position: relative;
  display: inline-block;
  padding: 0 18%;
}
#current-students h2::before {
  left: 0;
}
#current-students h2::after {
  right: 0;
}
#current-students h2::before,
#current-students h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 54px;
  height: 1px;
  background-color: #000000;
} */
#current-students h3 {
  text-align: center;
  background: transparent;
  border-bottom: 1px solid #faa7c5;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
}
#current-students h3.mt-remove {
  margin-bottom: 0;
}
.inner-item:not(:first-of-type) {
  margin-top: 30px;
}
.image-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 40px;
}
.image-grid-item img {
  max-width: 100%;
  height: auto;
  vertical-align: initial;
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(140px, auto);
  gap: 40px;
}
.content-grid-item {
  display: flex;
  align-items: center;
  gap: 26px;
}
.studentinfo-details {
  width: 100%;
}
.studentinfo-face {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.studentinfo-name {
  font-size: 12.8px;
}
.studentinfo-details-link {
  font-size: 16px;
  color: inherit;
  text-decoration: underline;
}
.topics-list-item {
  padding-top: 27px;
  padding-right: 50px;
  padding-bottom: 27px;
  padding-left: 0;
  border-bottom: 1px solid #faa7c5;
  position: relative;
  font-size: 15px;
}
.topics-list-item::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 4px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: skew(45deg);
  right: 5px;
  top: 50%;
}
.topics-list-item a {
  color: inherit;
}
footer {
  background-size: auto auto;
  background-color: #fbe8ee;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #f8dce6 8px, #f8dce6 16px);
}
footer .inner {
  max-width: 400px;
  margin: 0 auto;
  padding: 45px 0;
}
footer .inner .link-wrap {
  display: none;
  max-width: 320px;
  margin: 0 auto;
}
footer .inner .copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* (タブレット用） */
  footer .inner .link-wrap .site-link .link01:after {
    display: none;
  }
  footer .inner .link-wrap .site-link .link02:after {
    display: none;
  }
  footer .inner .link-wrap .site-link .link02 span {
    font-size: 16px;
    display: block;
    line-height: 25px;
  }
}
@media screen and (min-width: 960px) {
  /* 960px以上に適用されるCSS（PC用） */
}
@media screen and (min-width: 768px) {
  /* 768px以上に適用されるCSS（PC用） */
  /* -------------------- */
  /* header
/* -------------------- */
  header {
    position: static;
  }
  header .sp-head {
    display: none;
  }
  header .sp-head .sp-head-content {
    width: auto;
    height: auto;
    position: static;
    background: none;
    padding: 0;
    display: block;
  }
  header .pc-img {
    display: block;
  }
  header nav {
    background-size: auto auto;
    background-color: #fbe8ee;
    background-image: repeating-linear-gradient(-60deg, transparent, transparent 8px, #f8dce6 8px, #f8dce6 16px);
  }
  header .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  header .nav-wrapper {
    display: block;
    background-color: static;
    position: static;
    margin: 0 auto;
  }
  header .nav-wrapper .flex-nav {
    flex-direction: column-reverse !important;
    padding: 0;
    margin-bottom: 0;
  }
  header .nav-wrapper .flex-nav nav {
    padding: 18px 2% 6px;
    box-sizing: border-box;
  }
  header .nav-wrapper .flex-nav nav ul.nav-list {
    margin-bottom: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  header .nav-wrapper .flex-nav nav ul.nav-list li {
    width: 24%;
    margin-right: 1.2%;
    height: 60px;
    font-size: 14px;
    padding: 0;
    transition: all 300ms;
  }
  header .nav-wrapper .flex-nav nav ul.nav-list li:hover {
    opacity: 1;
    background: #f8ffd9;
  }
  header .nav-wrapper .flex-nav nav ul.nav-list li:nth-child(4),
  header .nav-wrapper .flex-nav nav ul.nav-list li:nth-child(8) {
    margin-right: 0;
  }
  header .nav-wrapper .flex-nav nav ul.nav-list li p {
    font-size: 100%;
    margin-left: 7.5%;
    padding-left: 4.16666667%;
  }
  header .nav-wrapper .flex-nav nav ul.nav-list li a:hover {
    opacity: 1;
  }
  header .nav-wrapper .head {
    background: #fff;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  header .nav-wrapper .head .inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  header .nav-wrapper .head .inner .site-link {
    padding: 0;
    width: 190px;
    margin-bottom: 0;
  }
  header .nav-wrapper .head .inner .site-link .image {
    width: 0;
  }
  header .nav-wrapper .head .inner .site-link:last-child {
    width: 300px;
    margin-left: 0.92857143%;
    margin-right: 2.28571429%;
  }
  header .nav-wrapper .head .inner .site-link .pc-link {
    width: 100%;
    border-radius: 22px;
    background: #ef5496;
    box-shadow: 2px 2px 0px rgba(227, 89, 163, 0.16);
    display: flex;
    padding: 0 14px;
    justify-content: center;
    align-items: center;
  }
  header .nav-wrapper .head .inner .site-link .pc-link .pc-img {
    width: 24px;
    height: 24px;
  }
  header .nav-wrapper .head .inner .site-link .pc-link a {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  header .nav-wrapper .head .inner .site-link .pc-link a:hover {
    color: #f8ee4f;
    opacity: 1;
  }
  header .nav-wrapper .head .inner .site-link .pc-link a p {
    padding-left: 5%;
    font-size: 130%;
  }
  header .nav-wrapper .head .inner .site-link .sp-img {
    display: none;
  }
  header .nav-wrapper .sp-link {
    display: none !important;
  }
  header .nav-wrapper nav ul.nav-list li .sp-br {
    display: none;
  }
  header .nav-wrapper.close {
    display: block;
  }
  h2 {
    font-size: 180%;
    padding-bottom: 46px;
  }
  section {
    max-width: inherit;
    width: 100%;
  }
  section .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .inner {
    max-width: 1400px;
  }
  .pc-br {
    display: block !important;
  }
  .sp-br {
    display: none !important;
  }
  .pc-img {
    display: block;
  }
  .sp-img {
    display: none;
  }
  .note {
    font-size: 76%;
    line-height: 1.6;
  }
  p.text {
    line-height: 1.6;
  }
  main .title {
    margin: 80px auto 80px;
  }
  main .title h1 {
    font-size: 160%;
  }
  main .title h1 span {
    display: inline-block;
  }
  main .title h1 span:last-of-type {
    display: block;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt {
    position: absolute;
    width: 100%;
    bottom: 50%;
    margin-bottom: calc(-95/1400*100vh);
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(370/1400*100%);
    min-width: 370px;
    max-width: 370px;
    height: calc(190/1400*100%);
    margin: 0 calc(150/1400*100%);
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner div {
    width: 100%;
    padding: calc(35/375 * 100%) calc(40/375 * 100%);
    box-sizing: border-box;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner div p {
    color: #f84b87;
    letter-spacing: 1rem;
    margin: 0;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide .slide-wrap .slide-txt .slide-inner div p span {
    letter-spacing: 0.5rem;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide.mainSlide01 .slide-txt .slide-inner div p span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 2.2;
    letter-spacing: 0.1rem;
    text-align: left;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide.mainSlide02 .slide-txt .slide-inner div p span {
    display: block;
    font-size: 24px;
    line-height: 2.2;
    letter-spacing: 0;
    text-align: left;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide.mainSlide03 .slide-txt .slide-inner {
    float: right;
  }
  .main-visual .swiper-container .swiper-wrapper .swiper-slide.mainSlide03 .slide-txt .slide-inner div p span {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
  }
  #about-course {
    padding-top: 80px;
  }
  #about-course::before {
    width: 100%;
    height: 80px;
    background-image: url(../images/back_img_pink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4000px 80px;
    top: 0;
  }
  #about-course .title-logo {
    width: 8.57142857%;
    max-width: 120px;
    margin-bottom: 100px;
  }
  #about-course .inner {
    padding-bottom: 48px;
  }
  #about-course .inner h2 {
    padding-bottom: 24px;
  }
  #about-course .inner .info {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  #about-course .inner .info .text {
    width: 62.3%;
    font-size: 140%;
    line-height: 1.8;
    padding-top: 28px;
  }
  #about-course .inner .info .image {
    width: 34.2%;
    margin-left: 3.2%;
  }
  #feature {
    background-image: url(../images/univ_back_img.png);
  }
  #feature .inner {
    max-width: 865px;
    padding-top: 130px;
    padding-bottom: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #feature .inner .feature-list {
    max-width: 865px;
    margin: 0 auto;
  }
  #feature .inner .feature-list li {
    line-height: 0;
    font-size: 20px;
    height: 70px;
    border-radius: 35px;
    margin: 0 0 18px;
  }
  #feature .inner .feature-list li:nth-child(1) > p {
    margin-left: calc(70/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(1) > p::before {
    font-size: 30px;
    left: calc(-60/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(2) > p {
    margin-left: calc(70/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(2) > p::before {
    font-size: 30px;
    left: calc(-60/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(3) > p {
    margin-left: calc(70/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(3) > p::before {
    font-size: 30px;
    left: calc(-60/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(4) > p {
    margin-left: calc(70/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(4) > p::before {
    font-size: 30px;
    left: calc(-60/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(5) > p {
    margin-left: calc(70/865 * 100%);
  }
  #feature .inner .feature-list li:nth-child(5) > p::before {
    font-size: 30px;
    left: calc(-60/865 * 100%);
  }
  #feature .inner .note {
    margin-top: 30px;
    padding-left: 9.24855491%;
  }
  #highschool,
  #university {
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px;
  }
  #highschool .inner,
  #university .inner {
    padding-top: 58px;
    max-width: 946px;
  }
  #highschool .inner .title-wrap,
  #university .inner .title-wrap {
    display: flex;
    justify-content: space-between;
    color: #f84b87;
    font-size: 90%;
    font-weight: 600;
  }
  #highschool .inner .title-wrap div,
  #university .inner .title-wrap div {
    border-radius: 15.5px;
    background: #feeef4;
    text-align: center;
    padding: 6px 0;
  }
  #highschool .inner .title-wrap div:first-child,
  #university .inner .title-wrap div:first-child {
    width: 25.36997886%;
  }
  #highschool .inner .title-wrap div:last-child,
  #university .inner .title-wrap div:last-child {
    width: 72.93868922%;
    margin-left: 1.69133192%;
  }
  #highschool .inner dl,
  #university .inner dl {
    display: flex;
    flex-wrap: wrap;
  }
  #highschool .inner dl dt,
  #university .inner dl dt,
  #highschool .inner dl dd,
  #university .inner dl dd {
    border-bottom: 1px solid #faa7c5;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 5em;
    box-sizing: border-box;
  }
  #highschool .inner dl dt,
  #university .inner dl dt {
    background: #fff;
    width: 25.36997886%;
    color: #454545;
    border-radius: 0;
    font-size: 100%;
    padding-left: 3.17124736%;
  }
  #highschool .inner dl dd,
  #university .inner dl dd {
    width: 72.93868922%;
    padding-left: 1.69133192%;
    text-align: left;
    font-size: 100%;
  }
  #highschool .inner dl dd:not(:last-of-type),
  #university .inner dl dd:not(:last-of-type) {
    font-size: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #highschool .inner {
    padding-bottom: 65px;
  }
  #highschool .inner dl dd {
    padding-left: 20px;
    padding-right: 0;
  }
  #university {
    padding-bottom: 110px;
  }
  #university h2 span {
    display: inline-block;
  }
  #university .inner {
    padding-bottom: 74px;
  }
  #university .inner dl dd {
    padding-left: 20px;
    padding-right: 0;
  }
  #university .inner .note {
    margin-top: 33px;
    padding-left: 6.13107822%;
  }
  #about-univ {
    padding-top: 80px;
  }
  #about-univ::before {
    width: 100%;
    height: 80px;
    background-image: url(../images/back_img_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4000px 80px;
    top: 0;
  }
  #about-univ .title-logo {
    width: 13.85714286%;
    max-width: 194px;
    margin-bottom: 100px;
  }
  #about-univ .inner {
    max-width: 1000px;
    padding-bottom: 76px;
  }
  #about-univ .inner .text {
    width: 90.8%;
    line-height: 1.8;
    margin: 0 auto;
    font-size: 100%;
    padding-bottom: 56px;
  }
  #about-univ .inner .dept-wrap {
    max-width: 780px;
    margin: 0 auto;
  }
  #about-univ .inner .dept-wrap h3 {
    font-size: 164%;
    padding-bottom: 20px;
    font-weight: normal;
  }
  #about-univ .inner .dept-wrap .icons {
    display: flex;
    flex-wrap: wrap;
  }
  #about-univ .inner .dept-wrap .icons .dept {
    width: 55%;
    height: 140px;
    justify-content: start;
  }
  #about-univ .inner .dept-wrap .icons .dept:nth-child(even) {
    width: 45%;
  }
  #about-univ .inner .dept-wrap .icons .dept:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #about-univ .inner .dept-wrap .icons .dept .icon {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 70px;
  }
  #about-univ .inner .dept-wrap .icons .dept .dept-list {
    width: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-left: 6.77966102%;
    box-sizing: border-box;
  }
  #about-univ .inner .dept-wrap .icons .dept .dept-list li {
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-size: 100%;
  }
  #about-univ .inner .dept-wrap .icons .dept .dept-list li p {
    display: inline-block;
  }
  #about-univ .inner .dept-wrap .icons .dept .dept-list li p a {
    color: #5D5755;
    text-decoration: underline;
  }
  #support {
    padding-left: 0;
    padding-right: 0;
  }
  #support .inner {
    max-width: 1190px;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  #support .inner .sparkly {
    display: none;
  }
  #support .inner h2 {
    position: relative;
    max-width: 590px;
    margin: 0 auto;
  }
  #support .inner h2::before {
    display: block;
    position: absolute;
    content: "";
    width: 54px;
    height: 46px;
    background-image: url(../images/sparkly01.svg);
    background-repeat: no-repeat;
    padding-bottom: 12px;
  }
  #support .inner h2::after {
    display: block;
    position: absolute;
    content: "";
    width: 60px;
    height: 51px;
    background-image: url(../images/sparkly02.svg);
    background-repeat: no-repeat;
    padding-bottom: 12px;
    top: 0;
    right: 0;
  }
  #support .inner .text {
    max-width: 952px;
    margin: 0 auto;
    font-size: 100%;
    line-height: 1.8;
  }
  #message .inner {
    max-width: 880px;
    padding-bottom: 80px;
  }
  #message .inner h2 {
    width: 45.45454545%;
    padding: 0 27.27272727%;
  }
  #message .inner h2::before,
  #message .inner h2::after {
    width: 27.27272727%;
  }
  #message .inner .msg-top {
    flex-direction: row;
    align-items: center;
    margin-bottom: 38px;
  }
  #message .inner .msg-top .left h3 {
    text-align: left;
    font-size: 210%;
  }
  #message .inner .msg-top .right {
    display: flex;
    width: 45.45454545%;
    flex-direction: row-reverse;
    margin-right: 0;
    margin-bottom: 0;
  }
  #message .inner .msg-top .right .detail {
    text-align: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #message .inner .msg-top .right .image {
    margin-bottom: 0;
    margin-left: 7.77777778%;
  }
  #message .inner .info {
    padding: 0;
    background-size: auto 2.4em;
    line-height: 2.4em;
    border-bottom: none;
  }
  #message .inner .info .text {
    font-size: 100%;
    line-height: 2.4;
  }
  #news {
    border: 0;
    background: #efefed;
    padding: 40px 0;
  }
  #news .inner {
    max-width: 1320px;
    padding-bottom: 18px;
  }
  #news .inner h2,
  #news .inner ul {
    max-width: 860px;
    margin: 0 auto;
  }
  #news .inner h2 {
    padding-top: 48px;
  }
  #news .inner .news-list li {
    margin-bottom: 36px;
  }
  #news .inner .news-list li .date {
    font-size: 130%;
  }
  #news .inner .news-list li .text {
    font-size: 110%;
    padding-bottom: 58px;
  }
  #current-students {
    padding-top: 115px;
    margin-bottom: 115px;
  }
  #current-students .inner {
    max-width: 780px;
    margin: 0 auto;
  }
  #current-students h2 {
    padding: 0 3% 46px;
    width: 45.45454545%;
  }
  #current-students h2::before,
  #current-students h2::after {
    top: 23px;
    width: 60%;
  }
  /* #current-students h2 {
    width: 45.45454545%;
    padding: 0 27.27272727%;
  }
  #current-students h2::before,
  #current-students h2::after {
    width: 27.27272727%;
  } */
  #current-students h3 {
    font-size: 26.24px;
    padding-bottom: 20px;
    font-weight: normal;
  }
  .inner-item:not(:first-of-type) {
    margin-top: 46px;
  }
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
  .studentinfo-face {
    width: 140px;
    height: 140px;
  }
  .topics-list-item {
    padding-right: 83px;
    padding-left: 30px;
    font-size: 16px;
  }
  .topics-list-item::after {
    right: 30px;
  }
  footer {
    padding-left: 4%;
    padding-right: 4%;
  }
  footer .inner {
    padding-top: 44px;
    padding-bottom: 60px;
    max-width: 1280px;
  }
  footer .inner .link-wrap {
    flex-direction: row;
    max-width: 1280px;
    display: flex;
    margin-bottom: 56px;
    justify-content: center;
  }
  footer .inner .link-wrap .site-link {
    margin-bottom: 0;
    padding-top: 30px;
    border-radius: 19px;
    background: #fff;
    box-shadow: 3px 3px 0px rgba(255, 162, 198, 0.16);
  }
  footer .inner .link-wrap .site-link .image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer .inner .link-wrap .site-link:first-child {
    width: 35.9375%;
    max-width: 460px;
  }
  footer .inner .link-wrap .site-link:first-child .image {
    width: 69.56521739%;
  }
  footer .inner .link-wrap .site-link:first-child .nav-txt {
    color: #ef5496;
    position: relative;
  }
  footer .inner .link-wrap .site-link:first-child .nav-txt::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/navi_arrow01.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 12px;
  }
  footer .inner .link-wrap .site-link:last-child {
    flex-wrap: wrap;
    width: 59.375%;
    max-width: 760px;
    margin-left: 4.6875%;
  }
  footer .inner .link-wrap .site-link:last-child .image {
    width: 76.31578947%;
    padding-top: 10px;
  }
  footer .inner .link-wrap .site-link:last-child .nav-txt {
    color: #549d89;
    position: relative;
  }
  footer .inner .link-wrap .site-link:last-child .nav-txt::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background-image: url(../images/navi_arrow02.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 12px;
  }
  footer .inner .link-wrap .site-link .link01 {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #ef5496;
    margin-left: 5.2173913%;
    margin-right: 5.2173913%;
    box-shadow: 3px 3px 0px rgba(227, 89, 163, 0.16);
  }
  footer .inner .link-wrap .site-link .link02 {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background: #5fb49d;
    box-shadow: 3px 3px 0px rgba(77, 139, 122, 0.16);
  }
  footer .inner .link-wrap .site-link .link01,
  footer .inner .link-wrap .site-link .link02 {
    position: relative;
    margin-bottom: 20px;
  }
  footer .inner .link-wrap .site-link .link01::after,
  footer .inner .link-wrap .site-link .link02::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: skew(45deg);
    right: 20px;
    top: 40%;
  }
  footer .inner .link-wrap .site-link .link01:first-child,
  footer .inner .link-wrap .site-link .link02:first-child {
    width: 31.25%;
  }
  footer .inner .link-wrap .site-link a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  footer .inner .link-wrap .site-link a:hover {
    color: #f8ee4f;
    opacity: 1;
  }
  footer .inner .link-wrap .site-link .sp-img {
    padding-bottom: 6px;
  }
  footer .inner .link-wrap .site-link .links {
    display: flex;
    align-items: center;
    margin-left: 2.89473684%;
    margin-right: 2.89473684%;
  }
  footer .inner .link-wrap .site-link .links .link02:first-child {
    width: 35.71428571%;
  }
  footer .inner .link-wrap .site-link .links .link02:last-child {
    width: 64.28571429%;
    margin-left: 1.71428571%;
    padding-right: 20px;
  }
  footer .inner .link-wrap .site-link .nav-txt {
    text-align: center;
    font-size: 100%;
    font-weight: 600;
    padding-bottom: 30px;
  }
}
