@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  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 {
  background: #fff;
  font-size: 16px;
  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;
  min-width: 1100px;
}

body {
  padding-top: 130px;
}

ol, ul {
  list-style: none;
}

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

select {
  font-size: 14px;
  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;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.din-regular {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-italic {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.din-bold {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-bold-italic {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
}

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

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

#header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  background-color: #4F569B;
}

.l-header-inner {
  width: 100%;
  padding: 0px 0px 0 156px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-logo {
  position: absolute;
  left: 156px;
  top: 8px;
}

.l-header-logo__sub {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.l-header-logo__sub .logo03 {
  height: 24px;
}

.l-header-logo__sub .logo02 {
  height: 24px;
  margin-left: 30px;
}

.l-header-logo__main {
  max-width: 283px;
}

.l-header-info {
  margin-left: auto;
  width: calc(100% - 192px);
}

.l-header-head__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.l-header-head__list li {
  position: relative;
  overflow: hidden;
  width: 180px;
}

.l-header-head__list li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 50px;
  padding: 4px 10px 6px;
  background-color: #67686A;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-head__list li.hidden {
  border-right: 1px solid #E4E4E4;
}

.l-header-head__list li.hidden a {
  pointer-events: none;
  background-color: #F5F5F5;
  color: #9E9E9E;
}

// .l-header-head__list li.hidden span {
//   position: absolute;
//   left: 0;
//   top: 0;
//   background-color: rgba(0,0,0,.7);
//   font-size: 1rem;
//   color: #fff;
//   width: 100%;
//   height: 100%;
//   display: -webkit-flex;
//   display: -moz-flex;
//   display: -ms-flex;
//   display: -o-flex;
//   display: flex;
//   -ms-align-items: center;
//   align-items: center;
//   justify-content: center;
// }

.l-header-head__list li.recruiter-link a {
  background-color: #F7EFEF;
  color: #B6494E;
}

.l-header-head__list li a .txt01 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.l-header-head__list li.active a,
.l-header-head__list li:hover a {
  background-color: #4F569B;
}

.l-header-head__list li a:hover {
  opacity: 1;
}

.l-header-head__list li.recruiter-link:hover a {
  color: #fff;
}

.l-header-head__list li.hidden:hover a {
  background-color: #F5F5F5;
  color: #9E9E9E;
}

/*nav*/
.l-header-nav {
  margin-left: auto;
  width: calc(100% - 120px);
}

.l-header-nav__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.l-header-nav__item li {
  margin-right: 40px;
}

.l-header-nav__item li.l-header-nav__items.pc-entry-btn {
  margin-right: 0;
}

.l-header-nav__item li a {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
}

.l-header-nav__item li.l-header-nav__items.pc-entry-btn {
  position: relative;
}

.l-header-nav__item li.l-header-nav__items.pc-entry-btn a {
  padding-top: 40px;
  background: url(images/common/ico-arw-target_blue.svg) no-repeat 50% 15px;
  background-size: 22px auto;
  background-color: #EFE7D0;
  width: 200px;
  height: 80px;
  display: inline-block;
  text-align: center;
  color: #4F569B;
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.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: 40px;
  color: #fff;
  padding-bottom: 200px;
  background: url(images/top/footer-bg.svg) no-repeat bottom center;
  background-size: 100%;
}

.ft-logo01 {
  width: 283px;
}

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

.ft-logo02 .logo03 {
  margin-right: 40px;
  width: 85px;
}

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

.l-footer-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 24px;
}

.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-left: auto;
  width: 637px;
}

.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: 16px 32px;
  margin-top: 13px;
  justify-content: flex-end;
}

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

.ft-site-link__items li:nth-child(odd) {
  width: 48%;
}

.ft-site-link__items li a {
  color: #fff;
  font-size: 0.875rem;
  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.875rem;
  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.750rem;
  color: #fff;
  font-weight: 700;
}

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

.top-fixed-banner {
  display: none!important;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*メインビジュアル*/

.mv {
  background: url(images/top/mv-bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 50px 0 62px;
}

.mv-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.mv-left {
  order: 1;
  position: relative;
  width: 580px;
  background-color: #fff;
  padding: 31px 38px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.mv-catch img {
  display: block;
  margin: 0 auto;
}

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

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

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

.mv-info-ttl p span {
  display: inline-block;
  background-color: #F6E0AF;
  width: 72px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 200px;
  color: #4F569B;
  font-size: 1.25rem;
  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: 80px;
  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.875rem;
}

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

.mv-info {
  padding: 0 39px;
}

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

.mv-entry-info .txt02 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.mv-indent-txt {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 0.8125rem;
  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-entry span.date-txt01 {
  font-size: 1.25rem;
}

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

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

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

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

.mv-thum {
  margin-left: auto;
  order: 2;
  width: calc(100% - 565px);
  position: relative;
}

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

.fukidashi-list li:nth-child(1) {
  position: absolute;
  left: 0px;
  top: 122px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(2) {
  position: absolute;
  right: 250px;
  top: 158px;
  animation: floating-y 1.6s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(3) {
  position: absolute;
  right: -34px;
  top: 179px;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(4) {
  position: absolute;
  left: 234px;
  top: 356px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.fukidashi-list li:nth-child(5) {
  position: absolute;
  right: -10px;
  top: 380px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

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

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

.mv-btn.c-btn {
  position: relative;
}

/*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: 2.75rem;
  font-weight: 700;
  color: #4F569B;
}

.about-head {
  position: relative;
}

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

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

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

.about-head-list li {
  width: 200px;
  padding: 4px 9px 4px 20px;
  border-radius: 18px;
  background-color: #4F569B;
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

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

.about .c-center:before {
  content: '';
  position: absolute;
  left: -324px;
  top: 190px;
  width: 460px;
  height: 432px;
  background: url(images/top/about-bg01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.about-point:after {
  content: '';
  position: absolute;
  right: -180px;
  top: -70px;
  width: 400px;
  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: -105px;
  padding-top: 20px;
}

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

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

.point-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 17px;
}

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

.point-list .point-list-num {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: -60px;
  z-index: 1;
  background-color: #4F569B;
  width: 120px;
  height: 120px;
  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%;
}

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

.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: 24px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #4F569B;
  border-radius: 5px;
  padding: 6px 20px;
}

.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: 146px;
  text-align: left;
  font-size: 1rem;
  color: #4F569B;
  font-weight: 700;
  padding: 15px 0;
  vertical-align: top;
}

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

.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: table-cell;
  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.875rem;
}

.td-course {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.td-course .inner {
  width: 400px;
}

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

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

.td-course .inner-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #fff;
}

.td-course .inner-head .title {
  width: 139px;
  background: url(images/top/bg-curriculum-blue.svg) no-repeat center right;
  background-size: cover;
  height: 112px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  left: -1px;
}

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

.td-course .inner-head .txt {
  width: calc(100% - 140px);
  margin-left: auto;
  padding: 8px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  // align-items: center;
  justify-content: center;
  -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;
}

.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;
}

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

.td-course .inner.right .inner-head .title {
  background: url(images/top/bg-curriculum-green.svg) no-repeat center right;
  background-size: cover;
}

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

.about-table .place-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.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.875rem;
}

.about-table .place .place_map {
  width: 360px;
  margin-left: auto;
}

.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: 20px;
// }

// .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: 45px;
}

.download-leaflet-btn a {
  display: inline-block;
  background: url(images/common/ico-target-blue.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #fff;
  border: 2px solid #4F569B;
  border-radius: 200px;
  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;
  font-size: 1.25rem;
  font-weight: 500;
  color: #4F569B;
  max-width: 560px;
}

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

.schedule .c-center {
  padding-bottom: 80px;
}

.seminar-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  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: table-cell;
  vertical-align: top;
}

.seminar-list dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 32px;
}

.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: 40px 71px;
  border-radius: 20px;
  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: 50px;
}

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

/*参加の流れ*/
.flow {
  margin-bottom: 70px;
}

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

.flow-lists__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  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: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #4F569B;
  margin-right: 20px;
  border-radius: 100%;
  color: #fff;
  font-size: 1.625rem;
  text-align: center;
  font-weight: 700;
}

.flow-text {
  width: 620px;
  margin-left: auto;
}

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

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

.flow-lists__items:nth-child(1):before {
  content: '';
  position: absolute;
  left: 224px;
  top: 8px;
  width: 86px;
  height: 66px;
  background: url(images/top/flow-illust01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

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

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

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

.flow-lists__items:nth-child(4):before {
  content: '';
  position: absolute;
  left: 213px;
  top: -8px;
  width: 107px;
  height: 87px;
  background: url(images/top/flow-illust05.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

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

/*INFO*/
.info .c-center {
  padding: 0;
}

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

.info_left ,
.info_right {
  text-align: center;
  width: 50%;
}

.info_left {
  border-right: 1px dashed #3C7C80;
}

.info .info_ttl {
  font-size: 1.375rem;
  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: 3rem;
  font-weight: bold;
  padding-left: 44px;
  line-height: 1.1;
  font-family: 'Roboto', sans-serif;
  background: url(images/common/ico-tell-blue.svg) no-repeat left center;
  background-size: 34px;
}

.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: 120px;
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 0;
}

.news .lead {
  /*width: 500px;*/
}

.news-list {
  margin-left: auto;
  width: calc(100% - 340px);
}

.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: 20px;
}

.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: 140px;
}

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

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

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

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

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

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 884px;
  margin: 0 auto;
}

.ft-banner-list li {
  width: auto;
  height: 69px;
}

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

.news .c-more-btn {
  margin-top: 30px;
}

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

.sub-page .c-center {
  min-height: 600px;
  background-color: #fff;
  max-width: 1280px;
  padding: 20px 120px 80px;
  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: 2.75rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.h2-ttl {
  margin-bottom: 30px;
  color: #4F569B;
  font-size: 2.25rem;
  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: 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: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 200px;
  background: #4F569B;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 16px;
  font-weight: 500;
}

.voicer-head h3 {
  font-size: 1.25rem;
  font-weight: 700;
  width: 820px;
  padding-left: 0;
  -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: 32px;
  height: 32px;
  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: 32px;
  height: 32px;
  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: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.policy-box ul {
  padding: 0 20px;
}

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

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

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

.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;
  color: #4F569B;
}

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

.policy-box dl {
  margin-bottom: 26px;
  padding-left: 20px;
}

.policy-box dt {
  font-weight: 500;
  color: #4F569B;
  font-size: 1.125rem;
  margin-bottom: 6px;
}

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

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

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

.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: inline-block;
  width: 100%;
  text-align: center;
  color: #4F569B;
  font-size: 1.25rem;
  background: url(images/top/ico-arw-btm-blue.svg) no-repeat 95% 50% #fff;
  background-size: 20px;
  border: 1px solid #4F569B;
  border-radius: 210px;
  padding: 18px 20px;
  -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: 20px;
  color: #fff;
}

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

/*カリキュラム*/

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

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

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

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

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

.curriculum-content-catch > .ttl {
  text-align: center;
  font-size: 2rem;
  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 20px 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.curriculum-content-catch__list li:nth-child(1) {
  width: 580px;
  background: url(images/curriculumn/curriculum-content-bg01.png) no-repeat left top;
  background-size: 100%;
  height: 125px;
  z-index: 2;
}

.curriculum-content-catch__list li:nth-child(2) {
  width: 470px;
  background: url(images/curriculumn/curriculum-content-bg02.png) no-repeat left top;
  background-size: 100%;
  height: 125px;
  margin-left: -20px;
  padding-left: 40px;
  z-index: 1;
}

.curriculum-content-catch__list li:nth-child(3) {
  width: 388px;
  background: url(images/curriculumn/curriculum-content-bg03.png) no-repeat left top;
  background-size: 100%;
  height: 114px;
  padding-left: 40px;
  z-index: 1;
}

.curriculum-content-catch__list li:nth-child(4) {
  width: 663px;
  background: url(images/curriculumn/curriculum-content-bg04.png) no-repeat left top;
  background-size: 100%;
  margin-left: -21px;
  height: 114px;
  padding-left: 40px;
  z-index: 1;
}

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

.curriculum-content-catch__list li .ttl .num {
  color: #4F569B;
  font-size: 2.25rem;
  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: 300px;
  padding: 9px 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.5rem;
  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: 10px;
  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: 23px 40px 40px;
  display: none;
  border: 2px solid #4A6FBA;
}

.curriculum-table {
  background-color: #fff;
  border-radius: 20px;
  border-top-left-radius: 0;
  padding: 23px 40px 40px;
  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.25rem;
  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: 88px;
  height: 37px;
  line-height: 37px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}

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

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

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

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

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

.curriculum-table-list tr td.td_profile {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
  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;
  width: 128px;
  padding: 5px 0;
  border-radius: 5px;
  margin-top: 3px;
  background-color: #4A6FBA;
}

.curriculum-table-profile__inner a span {
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 18px;
  background: url(images/65/top/ico-target-white02.svg) no-repeat right center;
  background-size: 13px 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: 40px;
}

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

.remodal-close:before {
  width: 40px;
  height: 40px;
  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: 128px;
}

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

.remodal__teacher__info .name {
  font-size: 1.25rem;
  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-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.875rem;
  color: #545AA7;
  font-weight: 700;
  margin-bottom: 20px;
}

.curriculum-btm-spr {
  margin: 60px 0 64px;
}

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

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

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

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

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

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

.npo-block .kind {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 5px;
  color: #4F569B;
}

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

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

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

.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: 28px;
  height: 28px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #4F569B;
  text-align: center;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
}

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

.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: 480px;*/
  width: 48.979%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}

.lecturer-lists__thum {
  width: 128px;
}

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

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

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

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

.lecturer-lists__name {
  padding-bottom: 8px;
  margin-bottom: 9px;
  border-bottom: 1px dashed #545AA7;
  font-size: 1.25rem;
  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;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 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: 32.653%;
}

.content-nav-arw li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #4F569B;
  font-size: 1.25rem;
  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: 15px 20px;
  -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: 30px;
  color: #4F569B;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 35px;
}

.body-single h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #4F569B;
  border-radius: 5px;
  padding: 6px 20px;
  margin-bottom: 20px;
  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: 150px;
  margin-top: -150px;
}


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

.c-center {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 40px 20px 40px;
  border-radius: 20px;
  -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: 40px 100px 80px;
  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;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-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: 22px 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.375rem;
  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: 22px 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: 22px 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: 22px auto;
  background-color: #EFE7D0;
}

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

.c-btn.c-btn-blue a {
  background: url(images/common/ico-btn-arw__blue.svg) no-repeat 95% 50%;
  background-size: 22px auto;
  background-color: #fff;
  border: 2px solid #4F569B;
  border-radius: 200px;
}

.c-btn.c-btn-blue a span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #4F569B;
}

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

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.125rem;
}

.txt20 {
  font-size: 1.25rem;
}

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: 30000;
}
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.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}
a.skip:focus {
  display: block;
  width: 99.99%;
  /* 変更しない */
  font-size: 100%;
  /* 変更しない */
  line-height: 1.6;
  /* 変更しない */
  top: 0;
  /* 変更しない */
  left: 0;
  /* 変更しない */
}

/*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;
}

/*==========
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-pc {
  display: block !important;
}
.u-sp {
  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-r{
  font-weight: 400 !important;
}
.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: 1450px){
  .l-header-inner {
    padding-left: 20px;
  }
  .l-header-logo {
    left: 20px;
  }
  .l-header-info {
    width: calc(100% - 302px);
  }
  .l-header-nav {
    width: 100%;
  }
  .l-header-nav__item li.l-header-nav__items.pc-entry-btn a {
    width: 140px;
    font-size: 1rem;
  }
  .l-header-nav__item li {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1300px){
  .sub-page .c-center {
    width: 94%;
    padding: 20px 40px 80px;
  }
  .point-list {
    justify-content: center;
  }
  .point-list li {
    width: 32%;
  }
  .info.sub {
    width: 94%;
    margin: 0 auto;
  }
  .curriculum-guide-head__inner {
    padding: 30px 60px;
  }
  .curriculum-content-catch__list li {
    padding-bottom: 10px;
  }
  .curriculum-content-catch__list li:nth-child(1) {
    width: 55%;
    background: inherit;
    border: 3px solid #4F569B;
    height: auto;
  }
  .curriculum-content-catch__list li:nth-child(2) {
    width: 43%;
    background: inherit;
    border: 3px solid #4F569B;
    height: auto;
    margin: 0;
  }
  .curriculum-content-catch__list li:nth-child(3) {
    width: 35%;
    background: url(images/curriculumn/curriculum-content-bg03-min.png) no-repeat left top;
    background-size: cover;
    border: 3px solid #4F569B;
    height: auto;
  }
  .curriculum-content-catch__list li:nth-child(4) {
    width: 63%;
    background: inherit;
    border: 3px solid #4F569B;
    height: auto;
    margin: 0;
  }
  .curriculum-content-catch__list li .ttl {
    font-size: 1.375rem;
  }
  .curriculum-content-catch__list li .ttl .num {
    font-size: 2rem;
  }
  .flow-lists__items:nth-child(1):before {
    left: 204px;
  }
  .flow-lists__items:nth-child(3):before {
    left: 155px;
    top: -8px;
    width: 132px;
    height: 84px;
    background: url(images/top/flow-illust04.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .flow-lists__items:nth-child(4):before {
    content: '';
    position: absolute;
    left: 203px;
    top: 2px;
    width: 97px;
    height: 87px;
    background: url(images/top/flow-illust05.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 1200px){
  body {
    overflow-x: hidden; 
  }
  .fukidashi-list li:nth-child(2) {
    width: 180px;
    right: 200px;
  }
  .fukidashi-list li:nth-child(3) {
    width: 190px;
    right: -20px;
  }
  .fukidashi-list li:nth-child(4) {
    width: 220px;
    left: 170px;
    top: 300px;
  }
  .fukidashi-list li:nth-child(5) {
    width: 180px;
    top: 380px;
  }
  .l-header-nav__item li a {
    font-size: 0.875rem;
  }

}