@charset "utf-8";

/* ==========================================================================
Foundation [ reset / base ]
========================================================================== */

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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html,
body {
  font-size: 14px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
body {
  padding-top: 60px;
  padding-bottom: 60px;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  font-size: 12px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

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

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  z-index: 1000;
  padding: 7px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  width: calc(100% - 30px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.l-header-logo__sub {
  width: 95px;
  margin-top: -4px;
}

.l-header-logo__sub .logo03 {
  width: 60px;
}

.l-header-logo__sub .logo02 {
  width: 95px;
}

.l-header-logo__main {
  margin-left: 14px;
}

.l-header-logo__main img {
  width: 177px;
}

.l-header-logo__main span {
  color: #4F569B;
  text-align: center;
  font-size: 0.857142857rem;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.1em;
}

.l-header-head {
  display: none;
}

/*nav*/
.l-header-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 10;
  right: 0;
  top: 60px;
  overflow-y: auto;
  padding: 2px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 92.5%;
  margin: 0 auto 2px;
}

.l-header-nav__items--link {
  padding: 15px 0px;
  display: block;
  font-size: 1.142857143rem;
  font-weight: 700;
  color: #545AA7;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #545AA7;
}

.l-header-nav__items--link.sp-none {
  display: none;
}

.l-header-nav__items--link:before {
  content: '';
  position: absolute;
  right: 0;
  top: 47%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #545AA7;
  border-right: 2px solid #545AA7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi {
  width: 92.5%;
  margin: 0 auto;
  padding: 32px 0 0;
}

.sp-navi .c-btn {
  margin: 0px auto 15px;
}

.header-member-btn {
  margin: 20px auto 0;
  text-align: center;
}

.sp-school-about__tell {
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.sp-school-about__tell a {
  background: url(images/common/ico-tell-blue.svg) no-repeat left center;
  background-size: 28px auto;
  font-weight: 700;
  font-size: 2rem;
  padding-left: 34px;
  letter-spacing: 1px;
  color: #545AA7;
  display: inline-block;
}

.sp-school-about__tell span {
  display: block;
  color: #545AA7;
  font-size: 0.928571429rem;
  font-weight: 700;
  padding-left: 30px;
  line-height: 1.3;
}

.header-member-btn {
  margin: 20px auto 0;
  text-align: right;
}

.header-member-btn a {
  color: #545AA7;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  text-align: center;
  padding: 4px 15px 4px 32px;
  background: url(images/common/login-icon50.svg) no-repeat 13px 50% #fff;
  background-size: 13px auto;
  border-radius: 100px;
  border: 1px solid #545AA7;
  /* letter-spacing: -0.02em; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-navi__links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 20px 0 20px;
}

.sp-navi__links li {
  margin: 0 10px;
  position: relative;
}

.sp-navi__links li:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 20%;
  width: 0.5px;
  height: 60%;
  border: 1px dashed;
  border-color: #545AA7;
}

.sp-navi__links li:first-child {
  margin-left: 0;
}

.sp-navi__links li:last-child {
  margin-right: 0;
}

.sp-navi__links li:last-child:before {
  display: none;
}

.sp-navi__links li a {
  color: #545AA7;
  font-weight: 700;
  font-size: 0.857142857rem;
}

.sp-navi__links .target a {
  background: url(images/top/ico-target-blue.svg) no-repeat right center;
  background-size: 12px auto;
  padding-right: 18px;
}

.sp-navi-lp__link a {
  padding-right: 26px;
  color: #333;
  font-weight: 700;
  background: url(images/top/ico-arw-green.svg) no-repeat right center;
  background-size: 16px auto;
}

.sp-navi-school__link {
  text-align: right;
}
.sp-navi-school__link a {
  display: inline-block;
  color: #333;
  background: url(images/common/ico-arw-link-blue.svg) no-repeat right center;
  background-size: 16px auto;
  font-weight: 500;
  padding-right: 23px;
  position: relative;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 50px;
  z-index: 30;
  height: 60px;
  top: 0px;
  right: 0;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 15px;
  width: 25px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: #545AA7;
}
.menu span:nth-of-type(1) {
  top: 22px;
}
.menu span:nth-of-type(2) {
  top: 30px;
}
.menu span:nth-of-type(3) {
  bottom: 19px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 26px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 18px;
}
.menu.is-show span {
  background-color: #545AA7;
}

.hidden-entry a {
  pointer-events: none;
}

.hidden-entry .hidden-entry-txt {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.c-btn.hidden-entry .hidden-entry-txt {
  border-radius: 10px;
}


/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  background-color: #4F569B;
}

.l-footer-inner .c-center {
  position: relative;
  padding-top: 60px;
  color: #fff;
  padding-bottom: 90px;
  background: url(images/top/footer-bg.svg) no-repeat bottom center;
  background-size: auto 100px;
  margin-bottom: 20px;
}

.ft-logo01 {
  width: 243px;
}

.ft-logo02 {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 280px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  padding: 6px 10px;
  text-align: center;
}

.ft-logo02 .logo03 {
  margin-right: 20px;
  width: 75px;
}

.ft-logo02 .logo02 {
  width: 123px;
}

.l-footer-content {
  display: block;
  margin-top: 24px;
}

.ft-address_inner {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #fff;
}

.ft-address_inner strong {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
}

.ft-address_inner address {
  line-height: 1.5;
  font-size: 0.875rem;
}

.ft-address_inner .ft-tell {
  font-size: 0.875rem;
  margin-top: 5px;
}

.ft-address_inner .ft-tell span {
  line-height: 1.5;
  padding-left: 23px;
  background: url(images/top/ico-tell-white.svg) no-repeat left center;
  background-size: 18px auto;
  font-size: 1.625rem;
  font-weight: 700;
}

.l-footer-navi {
  margin-top: 20px;
  width: 100%;
}

.ft-site-link__items,
.ft-subnav-list__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.ft-site-link__items {
  gap: 16px 0;
}

.ft-subnav-list__items {
  gap: 10px 32px;
  margin-top: 13px;
  justify-content: flex-end;
}

.ft-site-link__items li {
  width: 100%;
}

.ft-site-link__items li a {
  color: #fff;
  font-size: 0.928571429rem;
  display: inline-block;
  font-weight: 700;
  padding-left: 24px;
  background: url(images/common/ico-arw-link-circle.svg) no-repeat 0px 4px;
}

.ft-subnav-list__items li a {
  display: inline-block;
  font-weight: 700;
  font-size: 0.928571429rem;
  background: url(images/common/ico-arw-link-white.svg) no-repeat 0px 7px;
  background-size: 8px auto;
  padding-left: 14px;
}

.ft-site-link__items li.hidden a {
  pointer-events: none;
}

/* member */
.footer-member-btn {
  margin: 15px 0 0;
  text-align: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.footer-member-btn a {
  width: 200px;
  color: #4F569B;
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  padding: 4px 16px 4px 42px;
  background: url(images/common/login-icon50.svg) no-repeat 20px 50% #fff;
  border-radius: 100px;
  border: 1px solid #4F569B;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-copyright-inner {
  text-align: center;
  padding: 15px;
}

.l-copyright-inner p {
  font-size: 0.857142857rem;
  color: #fff;
  font-weight: 700;
}

/*pagetop*/
.l-footer-top {
  position: absolute;
  z-index: 10;
  right: 10px;
  bottom: 80px;
  width: 50px;
  height: 50px;
}

.top-fixed-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-sizing: border-box;
  z-index: 2
}

.top-fixed-banner .c-btn {
  width: 100%;
  max-width: 280px;
  margin: 0;
}

.top-fixed-banner .c-btn a {
  padding: 10px 10px;
  background-size: 14px auto;
}

.top-fixed-banner .c-btn a .txt01 {
  font-size: 1rem;

}


/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
/*メインビジュアル*/

.mv {
  background: url(images/top/mv-bg.jpg) no-repeat 0% 60%;
  background-size: cover;
  padding: 10px 0px 12px;
}

.mv-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.mv-left {
  position: relative;
  width: 94%;
  margin: 0 auto;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, .9);
  padding: 21px 13px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mv-left:before {
  content: '';
  position: absolute;
  right: -15px;
  top: -32px;
  width: 98px;
  height: 98px;
  z-index: 2;
  background: url(images/top/mv-free.svg);
  background-repeat: no-repeat;
  background-size: 98px auto;
}

.mv-catch {
  margin-bottom: 22px;
}

.mv-catch img {
  max-width: 226px;
  display: block;
}

.mv-catch img + img {
  margin: 22px auto 0;
}

.mv-info-ttl {
  margin-bottom: 16px;
  margin-top: 15px;
}

.mv-info-ttl p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  min-height: 28px;
  line-height: 28px;
  background: url(images/top/bg-entry-date.svg) no-repeat top center;
  background-size: auto 28px;
  text-align: center;
}

.mv-info-ttl p span {
  display: inline-block;
  background-color: #F6E0AF;
  width: 62px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 200px;
  color: #4F569B;
  font-size: 1rem;
  font-weight: 700;
}

.mv-entry {
  margin-bottom: 8px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.mv-entry-title {
  width: 61px;
  background-color: #4F569B;
  border-radius: 100px;
  text-align: center;
  padding: 0px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
  font-size: 0.857142857rem;
}

.mv-entry-info {
  margin-left: auto;
  width: calc(100% - 70px);
}

.mv-info {
  padding: 0 0;
}

.mv-entry-info .txt01 {
  font-size: 0.928571429rem;
  font-weight: 700;
  line-height: 1.5;
}

.mv-entry-info .txt02 {
  line-height: 1.3;
  font-weight: 700;
}

.mv-target-txt {
  font-size: 0.857142857rem;
  font-weight: 700;
  margin-bottom: 9px;
  line-height: 1.5;
}

.mv-indent-txt {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 0.857142857rem;
  font-weight: 700;
  line-height: 1.4;
}

.mv-entry-date__inner {
  line-height: 1;
  margin-top: -5px;
}

.mv-entry-date {
  margin-bottom: 5px;
}

.mv-entry span {
  color: #4F569B;
  font-weight: 700;
}

.mv-target-txt span {
  color: #333;
}

.mv-target-txt span.u-color-red {
  color: #B6494E;
}

.mv-entry span.date-txt01 {
  font-size: 1rem;
}

.mv-entry span.date-txt02 {
  font-size: 0.857142857rem;
}

.mv-entry span.date-txt03 {
  font-size: 1.428571429rem;
}

.mv-entry span.date-txt02.type02 {
  font-size: 0.785714286rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background-color: #4F569B;
  display: inline-block;
}

.mv-entry span.date-txt03.m-text {
  margin: 0 -3px;
}

.mv-thum {
  width: 100%;
  position: relative;
}

.fukidashi-list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.fukidashi-list li:nth-child(1) {
  position: absolute;
  left: -4vw;
  top: 15vw;
  width: 39.2vw;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(2) {
  position: absolute;
  left: 32vw;
  top: 15vw;
  width: 36.2vw;
  animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(3) {
  position: absolute;
  left: 67vw;
  top: 29vw;
  width: 33.6vw;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(4) {
  position: absolute;
  left: 24vw;
  top: 39vw;
  width: 40.8vw;
  z-index: 1;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(5) {
  position: absolute;
  left: 36vw;
  top: 68vw;
  width: 34.4vw;
  z-index: 0;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

.sp-mv-catch {
  background: url(images/top/mv-sp.png) no-repeat -7px 0px;
  background-size: 100%;
  height: 0;
  padding-top: 91%;
}

.mv-btn.c-btn {
  display: none;
}

/*about*/
.about {
  position: relative;
}

.about:before {
  content: '';
  position: absolute;
  left: 0;
  top: 634px;
  width: 100%;
  height: calc(100% - 634px);
  background-color: #F9F7F1;
  z-index: 0;
}

.about .c-center {
  margin-bottom: 0;
  position: relative;
}

.lead {
  margin-bottom: 16px;
}

.lead h2 {
  font-size: 1.571428571rem;
  font-weight: 700;
  line-height: 1.4;
  color: #4F569B;
}

.about-head {
  position: relative;
}

.about-head-catch {
  position: absolute;
  right: -33px;
  top: 28px;
  width: 158px;
  height: 80px;
  background: url(images/top/about-fukidashi.svg) no-repeat top center;
  background-size: 100%;
  text-align: center;
  color: #fff;
  padding-top: 23px;
  font-size: 1rem;
  font-weight: 700;
}

.about-head-title {
  font-size: 1.285714286rem;
  color: #4F569B;
  font-weight: 700;
  margin-bottom: 42px;
}

.about-head-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px;
}

.about-head-list li {
  width: 48%;
  margin: 0 1% 6px;
  padding: 4px 10px;
  border-radius: 18px;
  background-color: #4F569B;
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.about-point {
  padding: 120px 20px 20px;
  border-radius: 20px;
  margin-bottom: 93px;
  position: relative;
  background-color: #EFF0F8;
}

.about-point:after {
  content: '';
  position: absolute;
  right: -80px;
  top: -40px;
  width: 200px;
  height: 136px;
  background: url(images/top/about-bg02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.point-ttl {
  text-align: center;
  margin-bottom: 29px;
  position: absolute;
  left: 50%;
  top: -80px;
  margin-left: -65px;
  padding-top: 20px;
}

.point-ttl span {
  display: inline-block;
  color: #4F569B;
  font-size: 1.428571429rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding-top: 74px;
  background: url(images/top/ttl-point.svg) no-repeat top center;
  background-size: 44px auto;
}

.point-ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 0;
  width: 160px;
  height: 160px;
  background: #EFF0F8;
  border-radius: 200px;
  z-index: 0;
}

.point-list {
  display: block;
}

.point-list li {
  width: 100%;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 10px;
  padding: 50px 25px 15px;
}

.point-list li + li {
  margin-top: 75px;
}

.point-list .point-list-num {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -60px;
  z-index: 1;
  background-color: #4F569B;
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.point-list li p {
  font-weight: bold;
  color: #4F569B;
  text-align: center;
  line-height: 1.4;
  font-size: 1.142857143rem;
}

.point-list li .txt01 {
  color: #4F569B;
  display: inline-block;
  font-weight: 700;
  background:linear-gradient(transparent 70%, #F9E6A6 70%);
}

.point-list li .txt02 {
  color: #4F569B;
  font-size: 90%;
  display: inline-block;
}

.h3-ttl {
  margin-bottom: 20px;
  font-size: 1.285714286rem;
  font-weight: 500;
  color: #fff;
  background-color: #4F569B;
  border-radius: 5px;
  padding: 6px 12px;
}

.schedule_thum_sp {
  width: 100%;
}

.schedule_thum_sp-inner {
  width: 698px;
}

.schedule_list li .schedule_thum img {
  width: 100%;
  max-width: 700px;
}

.about-table table {
  table-layout: fixed;
  width: 100%;
}

.about-table table tr {
  border-bottom: 1px dashed #4F569B;
}

.about-table table tr:last-child {
  border-bottom: none;
}

.about-table table .th-head {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1rem;
  color: #4F569B;
  font-weight: 700;
  padding: 15px 0 0;
  vertical-align: top;
}

.about-table table td {
  padding: 10px 0 15px;
  font-weight: 500;
  display: block;
}

.about-table dl {
  display: table;
  width: 100%;
}

.about-table table dl + dl {
  margin-top: 6px;
}

.about-table table dl dt,
.about-table table dl dd {
  display: block;
  vertical-align: top;
}

.about-table table dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #4F569B;
  width: 68px;
}

.about-table table td .txt14 {
  font-size: 0.928571429rem;
}

.td-course {
  margin-bottom: 10px;
}

.td-course .inner {
  width: 100%;
}

.td-course .inner.left {
  border: 1px solid #4F569B;
}

.td-course .inner.right {
  border: 1px solid #2F844E;
}

.td-course .inner-head {
  background: #fff;
}

.td-course .inner-head .title {
  width: 100%;
  padding: 5px;
  text-align: center;
  background-color: #4F569B;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.td-course .inner-head .title:before {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -22px;
  bottom: -45px;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  border: 23px solid transparent;
  border-left: 10px solid #4F569B;
  -webkit-transform: rotate(45deg);
  transform: rotate(90deg);
}

.td-course .inner-head .title p {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 10px;
}

.td-course .inner-head .txt {
  width: 100%;
  font-size: 0.928571429rem;
  margin-top: 10px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.td-course .inner-head .txt p {
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

.td-course .inner-btm {
  background: #4F569B;
  padding: 6px;
  margin-top: 1px;
}

.td-course .inner-btm p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.td-course .inner.right {
  border-color: #2F844E;
  margin-top: 20px;
}

.td-course .inner.right .inner-head .title ,
.td-course .inner.right .inner-btm {
  background: #2F844E;
}

.td-course .inner.right .inner-head .title:before {
  border-left: 10px solid #2F844E;
}

.about-table .place + .place {
  margin-top: 20px;
}

.about-table .place-inner {
  display: block;
}

.about-table .place.even-place {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
  border-top: none;
}

.place_ttl ,
.about-table .place address {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.place_ttl {
  margin-bottom: 8px;
  color: #4F569B;
  font-weight: 700;
}

.about-table .place address {
  margin-bottom: 2px;
  font-weight: 700;
}

.about-table .place .place_txt01 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 2px;
}

.about-table .place .place_txt02 {
  font-size: 1rem;
  color: #4F569B;
  font-weight: 500;
}

.about-table .place ul {
  margin-bottom: 25px;
}

.about-table .place ul li {
  font-size: 0.928571429rem;
}

.about-table .place .place_map {
  width: 100%;
}

.about-table .place_map-inner {
  height: 180px;
  width: 100%;
  margin-bottom: 10px;
}

.about-table .place_map-inner + p {
  font-size: 0.875rem;
}

.about-table .place .place_map iframe {
  width: 100%;
  height: 100%;
}

.about-table table td .c-btn {
  max-width: 480px;
  margin-top: 16px;
  margin-left: 105px;
}

.experience .ttl {
  font-size: 1.125rem;
  color: #4F569B;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 7px;
}

// .blue-check-list {
//   margin-left: 10px;
// }

// .blue-check-list li {
//   margin-bottom: 4px;
//   padding-left: 26px;
//   background: url(images/common/ico-check-blue.svg) no-repeat 0 6px;
//   background-size: 18px auto;
//   font-size: 1rem;
// }

.td-course-ttl {
  margin-bottom: 12px;
}

.download-leaflet-btn {
  text-align: center;
  margin-top: 15px;
}

.download-leaflet-btn a {
  display: inline-block;
  background: url(images/common/ico-target-blue.svg) no-repeat 95% 50%;
  background-size: 16px auto;
  background-color: #fff;
  border: 2px solid #4F569B;
  border-radius: 200px;
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1rem;
  font-weight: 500;
  color: #4F569B;
  max-width: 460px;
}

/*オリエンテーション・受講スケジュール*/
.schedule {
  background-color: #F9F7F1;
}

.seminar-list {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #BBBBBB;
}

.seminar-list:last-child {
  border-bottom: none;
}

.seminar-list dt {
  width: 200px;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  padding: 6px 0;
  color: #fff;
  display: block;
}

.seminar-list dd {
  display: block;
  margin-top: 8px;
}

.seminar-list dd .head .txt01,
.seminar-list dd .btm .txt01 {
  min-width: 123px;
  font-weight: 700;
  display: inline-block;
}

.seminar-list dd .head .txt02,
.seminar-list dd .btm .txt02 {
  font-weight: 700;
}

.schedule_list .ttl {
  font-size: 1.25rem;
  color: #4F569B;
  font-weight: 700;
  margin-bottom: 15px;
}

.schedule_list li {
  margin-bottom: 40px;
}

.schedule_list li:nth-child(2) .ttl {
  color: #1C8654;
}

.schedule_list {
  margin: 0 auto;
  padding: 20px 15px 3px;
  border-radius: 10px;
  background-color: #fff;
}

.schedule_list li .schedule_thum {
  margin-bottom: 15px;
}

.schedule_list li .schedule_thum img {
  width: 100%;
}

.schedule-thum-att {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
}

.schedule_body .c-btn {
  margin: 0 auto;
}

.orientation {
  margin-bottom: 30px;
}

.orientation-ttl {
  margin-bottom: 20px;
  font-size: 1.428571429rem;
  color: #4F569B;
  font-weight: 700;
}

/*参加の流れ*/
.flow .c-center {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.lead span {
  display: block;
  color: #333333;
  font-size: 1.428571429rem;
}

.flow-lists__items {
  display: block;
  margin-bottom: 28px;
  background-color: #F9F7F1;
  border-radius: 10px;
  padding: 14px 20px;
  position: relative;
}

.flow-title {
  font-weight: 700;
  font-size: 1.375rem;
}

.flow-title span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #4F569B;
  margin-right: 14px;
  border-radius: 100%;
  color: #fff;
  font-size: 1.285714286rem;
  text-align: center;
  font-weight: 700;
}

.flow-text {
  width: 100%;
  margin-top: 13px;
}

.flow-lists__items:after {
  content: '';
  position: absolute;
  left: calc(50% - 12px);
  bottom: -25px;
  width: 25px;
  height: 25px;
  background: url(images/top/flow-arw.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.flow-lists__items:last-child:after {
  display: none;
}

.flow-lists__items:nth-child(1):before {
  content: '';
  position: absolute;
  right: 24px;
  top: -12px;
  width: 86px;
  height: 66px;
  background: url(images/top/flow-illust01.svg);
  background-repeat: no-repeat;
}

.flow-lists__items:nth-child(1) {
  /*background: url(images/top/flow-illust02.svg) no-repeat 96% 2px #F9F7F1;*/
  background-color: #F9F7F1;
}

.flow-lists__items:nth-child(2):before {
  content: '';
  position: absolute;
  right: -23px;
  top: -16px;
  width: 111px;
  height: 90px;
  background: url(images/top/flow-illust03.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flow-lists__items:nth-child(3):before {
  content: '';
  position: absolute;
  right: 5px;
  top: -8px;
  width: 132px;
  height: 74px;
  background: url(images/top/flow-illust04.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flow-lists__items:nth-child(4):before {
  content: '';
  position: absolute;
  right: 23px;
  top: -18px;
  width: 97px;
  height: 80px;
  background: url(images/top/flow-illust05.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.flow-lists__items .u-tx-inside {
  line-height: 1.3;
}

/*INFO*/
.info {
  width: 92.5%;
  margin: 0 auto 30px;
}
.info .c-center {
  padding: 0;
}

.info-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #EFF0F8;
  border-radius: 10px;
  padding: 20px 0px 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info_left ,
.info_right {
  text-align: center;
  width: 92.5%;
  margin: 0 auto;
}

.info_right {
  overflow: hidden;
}

.info_left {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #3C7C80;
}

.info .info_ttl {
  font-size: 1.285714286rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.info .info_tell {
  margin: 10px 0;
}

.info .info_tell a {
  display: inline-block;
  color: #4F569B;
  font-size: 1.714285714rem;
  font-weight: bold;
  padding-left: 34px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  background: url(images/common/ico-tell-blue.svg) no-repeat left center;
  background-size: 24px;
}

.info_open {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2px;
}

.info_right .c-btn {
  margin: 0 auto 10px;
}

.info_link {
  font-size: 1rem;
  color: #222222;
  font-weight: bold;
  position: relative;
  float: right;
  padding-right: 24px;
  margin-right: 80px;
  display: inline-block;
  margin-top: 6px;
  background: url(images/common/ico-arw-link-blue.svg) no-repeat right center;
  background-size: 16px auto;
}

/*news*/
.news .c-center {
  display: block;
  padding-bottom: 0;
}

.news .lead {
  position: relative;
}

.news-list {
  width: 100%;
  margin-top: 20px;
}

.news-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #4F569B;
}

.news-list li .news-innner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 10px;
}

.news-list li a {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  background: url(images/common/ico-arw-link-circle.svg) no-repeat 100% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-list li .news-innner .news-thum {
  width: 120px;
}

.news-list li .news-innner .news-list-grid {
  margin-left: auto;
  width: calc(100% - 120px);
}

.news-list li .news-innner .news-date {
  color: #4F569B;
  font-size: 1rem;
  font-weight: 700;
}

.news-list li .news-innner .news-title .ttl {
  font-size: 1rem;
  font-weight: 700;
}

.ft-banner {
  background-color: #fff;
}

.ft-banner .c-center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ft-banner-list li {
  width: 100%;
  height: auto;
}

.ft-banner-list li img {
  height: auto;
  width: 100%;
}

.news .c-more-btn {
  margin-top: 30px;
  position: absolute;
  right: 0;
  top: -27px;
  width: 140px;
  padding: 5px;
}

/*下層ページ*/
.sub-page {
  padding: 40px 0;
  background: url(images/about/lv.png) no-repeat top center,
  url(images/about/content-bg.png) no-repeat bottom center #FBF9EB;
  background-size: 170%;
}

.sub-page .c-center {
  min-height: 300px;
  background-color: #fff;
  max-width: 1280px;
  padding: 20px 15px 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1)
}

.p-lv h1 {
  text-align: center;
  color: #4F569B;
  font-size: 1.571428571rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.h2-ttl {
  margin-bottom: 16px;
  color: #4F569B;
  font-size: 1.428571429rem;
  font-weight: 700;
}

.info.sub .info-inner {
  border: 4px solid #4F569B;
  background-color: #EFF0F8;
  border-radius: 20px;
}

.about-table-btn {
  margin: 50px auto 0;
  text-align: center;
}

.about-table-btn .c-btn {
  margin: 0 auto;
}


/*flow*/
.faqArea.faq {
  margin-bottom: 0;
  border-bottom: 1px solid #D4CCCD;
}

.faqArea.faq.last {
  margin-bottom: 30px;
}

.faqArea.inner {
  position: relative;
}

.voicer-head {
  padding: 15px 0;
  position: relative;
  box-sizing: border-box;
}

.default_show .js-toggle-open {
  display: none;
}

.js-toggle-open, .js-toggle-close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
}

.js-toggle-open a, .js-toggle-close a {
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
}

.js-toggle-close {
  display: none;
}

.default_show .js-toggle-open {
  display: none;
}

.default_show .js-toggle-close {
  display: block;
}

.toggle {
  background-color: #fff;
  padding: 10px 20px 20px;
  width: 100%;
  display: none;
  box-sizing:border-box;
  border-top: 1px dashed #D4CCCD;
}

.toggle a {
  font-weight: 700;
}

.toggle .c-link {
  margin-top: 8px;
}

.c-link {
  display: inline-block;
  padding-right: 24px;
  background: url(images/common/ico-arw-link-blue02.svg) no-repeat right center;
  background-size: 16px auto;
  color: #333;
}

.toggle > span {
  width: 55px;
  color: #4F569B;
  font-size: 1.375rem;
  font-weight: 500;
  padding-right: 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.default_show .toggle {
  display: block;
}

.toggle .txt16 {
  width: 100%;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.voicer-head .question {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.voicer-head span {
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 200px;
  background: #4F569B;
  color: #fff;
  font-size: 1.428571429rem;
  margin-right: 10px;
  font-weight: 500;
}

.voicer-head h3 {
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: 700;
  width: 81%;
  padding-left: 0;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.voicer-head h3:before {
  display: none;
}

.js-toggle-close a:before {
  content: '';
  background: url(images/faq/minus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  right: 0px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
}

.js-toggle-open a:before {
  content: '';
  background: url(images/faq/plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  right: 0px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
}

.faqArea.faq + .h2-ttl ,
.flow-lists + .h2-ttl {
  margin-top: 64px;
}

.faq .c-btn {
  margin: 40px auto 0;
}

/*サイトポリシー*/
.policy-box {
  margin-bottom: 40px;
}

.policy-box.first {
  margin-top: 20px;
}

.policy-box p {
  font-size: 1rem;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.policy-box ul {
  padding-left: 10px;
}

.policy-box ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.policy-box ul li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #4F569B;
  border-radius: 10px;
}

.policy-box ol {
  list-style: auto;
  margin-bottom: 20px;
  padding-left: 30px;
}

.policy-box ol li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 2px;
  font-size: 1rem;
}

.policy-box .h3-title.u-mt-ver {
  margin-top: 50px;
}

.policy-box a {
  text-decoration: underline;
  word-break: break-all;
  color: #4F569B;
}

.policy-box .h3-title {
  margin-bottom: 14px;
}

.policy-box dl {
  margin-bottom: 22px;
  padding-left: 10px;
}

.policy-box dt {
  font-weight: 500;
  color: #4F569B;
  font-size: 1rem;
}

.policy-box dd {
  padding-left: 15px;
}

.policy-box-inner {
  padding-left: 0px;
}

/*プライバシーポリシー*/

.privacy .h2-ttl {
  margin-top: 40px;
}

/*404*/

.error_btnArea {
  margin: 40px auto;
}

/*下層メニュー*/

.content-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content-nav li {
  width: 49%;
}

.content-nav li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #4F569B;
  font-size: 0.928571429rem;
  background: url(images/top/ico-arw-btm-blue.svg) no-repeat 95% 50% #fff;
  background-size: 12px;
  border: 1px solid #4F569B;
  border-radius: 210px;
  line-height: 1.4;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.content-nav li.active a,
.content-nav li:hover a {
  background: url(images/top/ico-arw-btm-white.svg) no-repeat 95% 50% #4F569B;
  background-size: 12px;
  color: #fff;
}

.content-nav li:hover a {
  opacity: 1;
}

/*カリキュラム*/

.lead.type02 h2 {
  font-size: 2rem;
}

.policy .lead.type02 h2 {
  font-size: 1.571428571rem;
}

.curriculum-guide-head {
  margin-bottom: 65px;
}

.curriculum-guide-head__inner {
  background-color: #F9F7F1;
  border-radius: 20px;
  padding: 20px 15px;
}

.curriculum-guide-head__inner .td-course-ttl {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.142857143rem;
  color: #4F569B;
}

.curriculum-content-catch {
  margin-bottom: 40px;
}

.curriculum-content-catch > .ttl {
  text-align: center;
  font-size: 1.428571429rem;
  color: #4F569B;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}

.curriculum-content-catch__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.curriculum-content-catch__list li {
  padding: 15px 15px 15px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #4F569B;
}

.curriculum-content-catch__list li:nth-child(3) {
  display: none;
}

.curriculum-content-catch__list li .ttl {
  color: #4F569B;
  font-size: 1.428571429rem;
  font-weight: 700;
  line-height: 1.2;
}

.curriculum-content-catch__list li .ttl .num {
  color: #4F569B;
  font-size: 1.5rem;
  margin-right: 5px;
  line-height: 1;
  font-weight: 700;
}

.curriculum-content-catch__list li .txt16 {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 6px;
}

.curriculum-table__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}

.curriculum-table__head li {
  width: 130px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.142857143rem;
  position: relative;
  cursor: pointer;
  margin-top: 2px;
}

.curriculum-table__head li:nth-child(1) {
  background-color: #F5F5F5;
  border: 2px solid #4A6FBA;
  border-bottom: none;
  color: #4A6FBA;
}

.curriculum-table__head li:nth-child(2) {
  background-color: #F5F5F5;
  border: 2px solid #976F26;
  border-bottom: none;
  color: #976F26;
  margin-left: 6px;
  bottom: 0;
}

.curriculum-table__head li.active {
  bottom: -2px;
  margin-top: 0;
}

.curriculum-table__head li.active ,
.curriculum-table__head li:hover {
  background-color: #fff;
}

.curriculum-table__head li.active {
  padding-top: 11px;
}

.curriculum-table {
  background-color: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 20px 10px 20px;
  display: none;
  border: 2px solid #4A6FBA;
}

.curriculum-table.active {
  display: block;
}

.curriculum-table.select-sem.active {
  border-color: #976F26;
}

.curriculum-table__box {
  margin-bottom: 40px;
}

.curriculum-table__box:last-child {
  margin-bottom: 0;
}

.curriculum-table-ttl {
  padding-bottom: 4px;
  margin-bottom: 15px;
}

.curriculum-table-ttl .ttl-themes {
  font-size: 1.142857143rem;
  font-weight: 700;
  border-bottom: 1px solid #4A6FBA;
}

.curriculum-table-ttl .ttl-themes span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: #4A6FBA;
  width: 78px;
  height: 32px;
  line-height: 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.curriculum-table-catch {
  margin-top: 15px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 1.142857143rem;
}

.curriculum-table-list {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.curriculum-table-list th {
  background-color: #4A6FBA;
  text-align: left;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid #BAC1C8;
  font-weight: 700;
  font-size: 1rem;
}

.curriculum-table-list tr td {
  border: 1px solid #BAC1C8;
  padding: 5px 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

th.th_profile {
  width: 110px;
  text-align: center;
}

.curriculum-table-list tr td.td_profile {
  width: 110px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  vertical-align: middle;
}

.curriculum-table-list tr td.bg-glay {
  background-color: #F5F5F5;
}

.curriculum-table-inner .sem-ttl {
  font-size: 1rem;
  font-weight: 700;
  color: #4A6FBA;
  /*border-bottom: 1px dashed #808080;*/
  padding-bottom: 10px;
  /*margin-bottom: 8px;*/
}

.curriculum-table-ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.curriculum-table-profile {
  text-align: center;
} 

.curriculum-table-profile__inner + .curriculum-table-profile__inner {
  margin-top: 10px;
}

.curriculum-table-profile__inner .profile-name {
  font-size: 1rem;
  font-weight: 500;
}

.curriculum-table-profile__inner .profile-att {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: 5px;
}

.curriculum-table-profile__inner a {
  display: inline-block;
  max-width: 128px;
  padding: 5px 4px;
  border-radius: 5px;
  margin-top: 3px;
  background-color: #4A6FBA;
}

.curriculum-table-profile__inner a span {
  font-size: 0.714285714rem;
  font-weight: 700;
  padding-right: 18px;
  background: url(images/65/top/ico-target-white02.svg) no-repeat right center;
  background-size: 12px auto;
  color: #fff;
  display: inline-block;
}

.remodal-overlay {
  background-color: rgba(34, 34, 34, 0.6);
}

.remodal {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 20%);
  max-width: 680px;
  padding: 20px;
}

.remodal-close {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  left: initial;
}

.remodal-close:before {
  width: 30px;
  height: 30px;
  background: url(images/lecturer/close.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.remodal__teacher__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.remodal__teacher__thum {
  width: 108px;
}

.remodal__teacher__info {
  margin-left: auto;
  width: calc(100% - 118px);
  text-align: left;
}

.remodal__teacher__info .name {
  font-size: 1.285714286rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 1px dashed #414C91;
}

.remodal__teacher__info .name span {
  font-size: 1rem;
  margin-left: 10px;
  display: inline-block;
}

.remodal__teacher__info .title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.remodal__teacher__info .title + .txt16 {
  line-height: 1.5;
}

.remodal-btm {
  text-align: left;
  margin-top: 16px;
}

.remodal-btm .label {
  color: #414C91;
  font-weight: 700;
  margin-bottom: 7px;
}

.remodal-btm .txt16 {
  line-height: 1.6;
}

.curriculum-table.select-sem .curriculum-table-inner .sem-ttl {
  color: #976F26;
}

.curriculum-table.select-sem .curriculum-table-ttl .ttl-themes {
  border-color: #976F26;
}

.curriculum-table.select-sem .curriculum-table-list th,
.curriculum-table.select-sem .curriculum-table-profile__inner a,
.curriculum-table.select-sem .curriculum-table-ttl .ttl-themes span {
  background-color: #976F26;
}

.curriculum-btm-spr__head .ttl {
  font-size: 1.428571429rem;
  line-height: 1.4;
  color: #545AA7;
  font-weight: 700;
  margin-bottom: 20px;
}

.curriculum-btm-spr {
  margin: 40px 0 44px;
}

.work-experience-lists {
  margin-top: 25px;
}

.work-experience-lists li {
  margin-bottom: 20px;
}

.work-experience-lists li .ttl {
  font-weight: 700;
  font-size: 1.428571429rem;
  color: #4F569B;
}

.work-experience-lists li .ttl span {
  font-weight: 700;
  font-size: 2rem;
  color: #4F569B;
  display: inline-block;
  margin-right: 10px;
}

.npo-block {
  background-color: #F5F5F5;
  padding: 20px;
}

.npo-block .ttl {
  font-size: 1.285714286rem;
  font-weight: 700;
  color: #4F569B;
  margin-bottom: 7px;
}

.npo-block .kind {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 7px;
  color: #4F569B;
}

.npo-block .kind span {
  display: inline-block;
  background-color: #4F569B;
  color: #fff;
  width: 64px;
  text-align: center;
  margin-right: 10px;
  height: 22px;
  line-height: 22px;
  border-radius: 200px;
}

.women-support {
  display: block;
  margin-top: 30px;
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 20px;
}

.women-support .ttl {
  color: #4A6FBA;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.285714286rem;
}

.women-support .txt16 {
  margin-bottom: 10px;
}

.women-support-list li {
  font-size: 1rem;
}

.women-support-list li + li {
  margin-top: 10px;
}

.women-support-list li span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #4F569B;
  text-align: center;
  font-size: 1.142857143rem;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
}

/*講師紹介*/
.lecturer-explain {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 24px;
}

.lecturer-explain dt {
  color: #4A6FBA;
  font-size: 0.8125rem;
  font-weight: 500;
}

.lecturer-explain dt span {
  text-align: center;
  padding: 0px;
  border: 1px solid #4A6FBA;
  color: #4A6FBA;
  display: inline-block;
  width: 36px;
  white-space: nowrap;
  border-radius: 100px;
  height: 19px;
  line-height: 1.2;
}

.lecturer-explain dd span {
  text-align: center;
  padding: 0px;
  border: 1px solid #976F26;
  color: #976F26;
  display: inline-block;
  width: 36px;
  white-space: nowrap;
  border-radius: 100px;
  height: 19px;
  line-height: 1.2;
}

.lecturer-explain dd {
  color: #976F26; 
  font-size: 0.8125rem;
  margin-left: 20px;
  font-weight: 500;
}

.lecturer-lists-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 2.042%;
}

.lecturer-lists {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.lecturer-lists:last-child {
  border-bottom: none;
}

.lecturer-lists__thum {
  width: 108px;
}

.lecturer-lists__btn {
  margin-top: 12px;
}

.lecturer-lists__btn a {
  display: inline-block;
  width: 108px;
  padding: 5px 0;
  border-radius: 5px;
  margin-top: 3px;
  text-align: center;
  background-color: #545AA7;
}

.lecturer-lists__btn a span {
  font-size: 0.857142857rem;
  font-weight: 700;
  padding-right: 18px;
  background: url(images/65/top/ico-target-white02.svg) no-repeat right center;
  background-size: 12px auto;
  color: #fff;
  display: inline-block;
}

.lecturer-lists__text {
  margin-left: auto;
  width: calc(100% - 120px);
}

.lecturer-lists__name {
  padding-bottom: 8px;
  margin-bottom: 9px;
  border-bottom: 1px dashed #545AA7;
  font-size: 1.285714286rem;
  font-weight: 700;
}

.lecturer-lists__name span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
}

.lecturer-lists-block .label {
  color: #545AA7;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.lecturer-lists-block dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.lecturer-lists-block dl + dl {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #D5D5D5;
}

.lecturer-lists-block dl dt ,
.lecturer-lists-block dl dd {
  font-size: 0.875rem;
}

.lecturer-lists-block dl dt {
  width: 40px;
}

.lecturer-lists-block dl dd {
  font-weight: 700;
  width: calc(100% - 40px);
  margin-left: auto;
  line-height: 1.5;
  color: #4A6FBA;
}

.lecturer-lists-block dl dt span {
  text-align: center;
  padding: 0px;
  border: 1px solid #4A6FBA;
  color: #4A6FBA;
  display: inline-block;
  width: 36px;
  white-space: nowrap;
  border-radius: 100px;
  height: 19px;
  line-height: 19px;
  line-height: 1.2;
}

.lecturer-lists-block dl dt.type02 span {
  color: #976F26;
  border-color: #976F26;
}

.lecturer-lists-block dl dt.type02 + dd {
  color: #976F26;
}

.content-nav-arw {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content-nav-arw li {
  width: 100%;
  margin-bottom: 10px;
}

.content-nav-arw li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #4F569B;
  font-size: 1rem;
  background: url(images/top/ico-arw-btm-blue.svg) no-repeat 95% 50% #fff;
  background-size: 20px;
  border: 1px solid #4F569B;
  border-radius: 100px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.content-nav-arw li:hover a {
  background: url(images/top/ico-arw-btm-white.svg) no-repeat 95% 50% #4F569B;
  background-size: 20px;
  color: #fff;
}

.content-nav-arw li:hover a {
  opacity: 1;
}

/*新着情報一覧*/
.news-sub .news-list {
  margin: 50px auto;
  width: 80%;
}

/*新着情報詳細*/
.body-single .p-news-date {
  color: #222;
  font-weight: bold;
  display: block;
  font-size: 1rem;
  margin-bottom: 35px;
}

.body-single .p-news-content {
  font-size: 1rem;
  display: block;
}

.body-single {
  width: 100%;
  margin: 0 auto;
}

.body-single p {
  margin-bottom: 12px;
}

.body-single a:not([class]) {
  text-decoration: underline;
  color: #4F569B;
}

.body-single a:not([class]):hover {
  text-decoration: none;
}

.body-single ul {
  margin-bottom: 25px;
}

.body-single ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 12px;
}

.body-single ul li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  font-size: 16px;
  color: #4F569B;
  background: #4F569B;
}

.body-single table {
  table-layout: fixed;
  margin-bottom: 15px;
}

.body-single table td {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
}

.body-single table th {
  border: 1px solid #fff;
  background-color: #4F569B;
  color: #fff;
}

.body-single ol {
  list-style: auto;
  margin-bottom: 20px;
  padding-left: 15px;
}

.body-single ol li {
  margin-bottom: 8px;
  position: relative;
}

/*.body-single ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: -3px;
  top: -2px;
  font-size: 16px;
  color: #4F569B;
}*/

.body-single h1 {
  font-size: 2rem;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #4F569B;
  font-weight: bold;
}

.body-single h2 {
  margin-bottom: 16px;
  color: #4F569B;
  font-size: 1.428571429rem;
  font-weight: 700;
  margin-top: 35px;
}

.body-single h3 {
  font-size: 1.285714286rem;
  font-weight: 500;
  color: #fff;
  background-color: #4F569B;
  border-radius: 5px;
  padding: 6px 12px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.body-single h3:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1rem;
}

.body-single h4 {
  font-size: 128%;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
}

.btnArea.c-btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.c-btn.c-btn-white.c-btn-single a {
  background: inherit;
  background-color: #4F569B;
}

.c-btn.c-btn-white.c-btn-single a:hover {
  background: inherit;
  background-color: #EFE7D0;
}

#curriculumTtl01 {
  padding-top: 70px;
  margin-top: -70px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  padding: 24px 10px;
  border-radius: 10px;
  width: 92.5%;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center02 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 40px;
  padding: 20px 10px 40px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*パンくず*/
.breadcrumbs {
  text-align: right;
  margin-bottom: 14px;
}

.breadcrumbs ol {
  width: 100%;
  margin-bottom: 30px;
}

.breadcrumbs ol li a {
  color: #4F569B;
}

.breadcrumbs ol li {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 700;
}

.breadcrumbs ol li img {
  margin-top: -2px;
}

.breadcrumbs li.breadcrumbs-arrow {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  text-align: center;
  color: #333;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }


.c-btn {
  max-width: 400px;
  margin-top: 14px;
  position: relative;
}

.c-btn a {
  display: inline-block;
  background: url(images/common/ico-arw-target_yellow.svg) no-repeat 95% 50%;
  background-size: 20px auto;
  background-color: #4F569B;
  border-radius: 10px;
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.c-btn a span.txt01 {
  color: #EFE7D0;
  font-size: 1.142857143rem;
  display: inline-block;
  font-weight: 700;
}

.c-btn a:hover {
  opacity: 1;
  background: url(images/common/ico-arw-target_blue.svg) no-repeat 95% 50%;
  background-size: 18px auto;
  background-color: #EFE7D0;
}

.c-btn a:hover span.txt01 ,
.c-btn.c-btn-white a:hover span.txt01 {
  color: #4F569B;
}

.c-btn.end a {
  background: #9F9F9F;
  border-color: #9F9F9F;
  pointer-events: none;
}

.c-btn.end span.txt01 {
  background: inherit;
  padding: 0;
  color: #fff;
}

.c-btn.c-btn-white a {
  background: url(images/common/ico-target-white.svg) no-repeat 95% 50%;
  background-size: 18px auto;
  background-color: #4F569B;
}

.c-btn.c-btn-white a:hover {
  opacity: 1;
  background: url(images/common/ico-arw-target_blue.svg) no-repeat 95% 50%;
  background-size: 18px auto;
  background-color: #EFE7D0;
}

.c-btn.c-btn-white a span.txt01 {
  color: #fff;
}

.c-more-btn {
  border-radius: 200px;
  background: url(images/common/ico-btn-arw__white.svg) no-repeat 92% 50%;
  background-size: 18px auto;
  width: 180px;
  padding: 10px;
  display: inline-block;
  background-color: #4F569B;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

/*color*/

.u-color-red {
  color: #B6494E;
}

.u-color-blue {
  color: #4F569B;
}

.u-color-green {
  color: #2F844E;
}

.u-bg-red {
  background-color: #BC3438;
}

.u-bg-blue {
  background-color: #4F569B;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.142857143rem;
}

strong {
  font-weight: bold;
}

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 20000;
}
a.skip {
  background-color: #FFFFFF;
  /* 変更しない */
  text-align: center;
  /* 変更しない */
  padding: 2px 0;
  /* 変更しない */
  top: auto;
  /* 変更しない */
}
a.skip:active {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.8;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.8;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

/*color*/

.u-color-red {
  color: #B6494E;
}

.u-color-blue {
  color: #4F569B;
}

/*==========
Effect
==========*/
.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-sp {
  display: block !important;
}
.u-pc {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 355px){
  
}