@charset "UTF-8";
/*
Theme Name: NCC大学部を選んだ理由
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #222;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-weight: 500;
}

.c-wrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.u-col__red {
  color: #DC000C;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.wf_theme-header {
  position: sticky;
}

/*=======================================
LP
=========================================*/
.p-nu {
  background: #F0F0F0;
}
.p-nu__kv {
  background: url(img/kv_img1.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 200px;
}
.p-nu__kv .lead {
  margin-bottom: 630px;
}
.p-nu__kv .lead img {
  width: 100%;
}
.p-nu__kv .h {
  text-align: center;
}
.p-nu__kv .h img {
  margin-left: auto;
  margin-right: auto;
}
.p-nu__about {
  overflow: hidden;
  margin-bottom: 200px;
}
.p-nu__about .block1 {
  position: relative;
  z-index: 2;
}
.p-nu__about .block1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px 0 0 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.p-nu__about .block1 .h {
  display: flex;
  margin-bottom: 45px;
}
.p-nu__about .block1 .h span {
  color: #fff;
  max-width: 480px;
  width: 100%;
  padding: 12px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  border-radius: 75px 0 150px 0;
  background: linear-gradient(to right, #00aebb 0%, #0090bd 50%, #0077bf 100%);
}
.p-nu__about .block1 .inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 74px;
}
.p-nu__about .block1 .lead {
  margin-bottom: 50px;
}
.p-nu__about .block1 ul {
  margin-bottom: 64px;
}
.p-nu__about .block1 li {
  margin-bottom: 75px;
  position: relative;
  border: 1px solid;
  border-radius: 15px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
.p-nu__about .block1 li:before, .p-nu__about .block1 li:after {
  display: block;
  content: "";
  position: absolute;
  left: 120px;
  bottom: -42px;
  width: 36px;
  height: 10px;
  background: #C8C8C8;
}
.p-nu__about .block1 li:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-nu__about .block1 li:last-child {
  margin-bottom: 0;
}
.p-nu__about .block1 li:last-child:before, .p-nu__about .block1 li:last-child:after {
  display: none;
}
.p-nu__about .block1 li.li1 {
  border-color: #0077BF;
}
.p-nu__about .block1 li.li2 {
  border-color: #F89A2D;
}
.p-nu__about .block1 li.li3 {
  border-color: #A731BC;
}
.p-nu__about .block1 li p {
  font-size: 40px;
  font-size: 4rem;
  margin-left: 24px;
  font-weight: 700;
}
.p-nu__choice {
  overflow: hidden;
  margin-bottom: 200px;
}
.p-nu__choice-heading {
  margin-bottom: 76px;
}
.p-nu__choice-block1 {
  margin-bottom: 200px;
  overflow: hidden;
}
.p-nu__choice-block1:last-child {
  margin-bottom: 0;
}
.p-nu__choice-block1 .heading {
  padding-top: 26px;
  padding-bottom: 26px;
  border-radius: 0 150px 0 0;
  position: relative;
}
.p-nu__choice-block1 .heading:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  z-index: 1;
  border-radius: 0 150px 0 0;
}
.p-nu__choice-block1 .heading .t {
  position: relative;
  z-index: 2;
}
.p-nu__choice-block1 .wrap {
  position: relative;
  z-index: 3;
  padding-top: 38px;
  padding-bottom: 108px;
}
.p-nu__choice-block1 .wrap .inner {
  max-width: 980px;
}
.p-nu__choice-block1 .wrap:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 50px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.p-nu__choice-block1 .feature {
  margin-bottom: 43px;
}
.p-nu__choice-block1 .feature .img img {
  border-radius: 40px;
}
.p-nu__choice-block1 .feature .title {
  display: flex;
  position: relative;
  margin-top: -34px;
  padding-left: 27px;
  margin-bottom: 32px;
  z-index: 2;
}
.p-nu__choice-block1 .feature .title span {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  padding: 8px;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 68px;
}
.p-nu__choice-block1 .feature p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-left: 27px;
}
.p-nu__choice-block1 .subject {
  overflow: hidden;
  margin-bottom: 69px;
}
.p-nu__choice-block1 .subject-heading {
  color: #fff;
  padding: 14px 58px;
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
  border-radius: 40px 40px 0 0;
}
.p-nu__choice-block1 .subject-content {
  border: 1px solid;
  border-top: 0;
  border-radius: 0 0 40px 40px;
  padding: 34px 58px 44px;
  display: flex;
  justify-content: space-between;
}
.p-nu__choice-block1 .subject-content li {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
}
.p-nu__choice-block1 .recommend {
  padding-top: 58px;
  padding-bottom: 82px;
  position: relative;
  z-index: 2;
}
.p-nu__choice-block1 .recommend:before {
  display: block;
  content: "";
  position: absolute;
  left: -108px;
  top: 0;
  height: 100%;
  width: 100vw;
  min-width: 1920px;
  z-index: -1;
  border-radius: 40px 0 0 40px;
}
.p-nu__choice-block1 .recommend-heading {
  margin-bottom: 46px;
}
.p-nu__choice-block1 .recommend .img {
  margin-bottom: 40px;
}
.p-nu__choice-block1 .recommend .img img {
  border-radius: 60px 0;
  border: 8px solid #fff;
}
.p-nu__choice-block1 .recommend .course {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.p-nu__choice-block1 .recommend .course .t {
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 8px;
  margin-bottom: 28px;
  font-weight: 900;
  border-bottom: 1px solid #fff;
}
.p-nu__choice-block1 .recommend .course .t2 {
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 12px;
}
.p-nu__choice-block1 .recommend .course ul {
  margin-right: 58px;
}
.p-nu__choice-block1 .recommend .course li {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-nu__choice-block1 .recommend .course li.dept {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.75;
}
.p-nu__choice-block1.green .heading:before {
  background: linear-gradient(to right, #8fc31f 0%, #00aebb 100%);
}
.p-nu__choice-block1.green .feature .title span {
  background: linear-gradient(to right, #8fc31f 0%, #00aebb 100%);
}
.p-nu__choice-block1.green .subject-heading {
  background: linear-gradient(to right, #8fc31f 0%, #00aebb 100%);
}
.p-nu__choice-block1.green .subject-content {
  border-color: #00AEBB;
}
.p-nu__choice-block1.green .recommend:before {
  background: linear-gradient(135deg, #8fc31f 0%, #00aebb 100%);
}
.p-nu__choice-block1.blue .heading:before {
  background: linear-gradient(to right, #00AEBB 0%, #0077BF 100%);
}
.p-nu__choice-block1.blue .feature .img {
  border: 1px solid #0077BF;
  border-radius: 40px;
}
.p-nu__choice-block1.blue .feature .title span {
  background: linear-gradient(to right, #00AEBB 0%, #0077BF 100%);
}
.p-nu__choice-block1.blue .subject-heading {
  background: linear-gradient(to right, #00AEBB 0%, #0077BF 100%);
}
.p-nu__choice-block1.blue .subject-content {
  border-color: #0077BF;
}
.p-nu__choice-block1.blue .recommend:before {
  background: linear-gradient(135deg, #00AEBB 0%, #0077BF 100%);
}
.p-nu__feature {
  margin-bottom: 200px;
}
.p-nu__feature-heading {
  margin-bottom: 75px;
}
.p-nu__feature-content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-nu__feature-content li {
  width: 48.305%;
  margin-left: 3.39%;
  margin-bottom: 75px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
}
.p-nu__feature-content li:nth-child(2n+1) {
  margin-left: 0;
}
.p-nu__feature-content li .heading {
  display: flex;
  align-items: center;
  border-radius: 40px 40px 0 0;
  padding: 14px 28px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
}
.p-nu__feature-content li .heading span {
  margin-right: 25px;
}
.p-nu__feature-content li .txt {
  padding: 40px 20px 50px;
  text-align: center;
}
.p-nu__feature-content li .txt p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.57;
  margin-bottom: 32px;
}
.p-nu__feature-content li .txt p:last-child {
  margin-bottom: 0;
}
.p-nu__feature-content li .txt .add {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: #FFFF00;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 8px 30px;
}
.p-nu__feature-content li .txt .note {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-nu__feature-content li.green .heading {
  background: linear-gradient(135deg, #8fc31f 0%, #00aebb 100%);
}
.p-nu__feature-content li.blue .heading {
  background: linear-gradient(135deg, #00AEBB 0%, #0077BF 100%);
}
.p-nu__feature-content li.orange .heading {
  background: linear-gradient(135deg, #F8B62D 0%, #E86200 100%);
}
.p-nu__feature-content li.purple .heading {
  background: linear-gradient(135deg, #E24390 0%, #0077BF 100%);
}
.p-nu__aim {
  margin-bottom: 200px;
  overflow: hidden;
}
.p-nu__aim-heading {
  margin-bottom: 60px;
}
.p-nu__aim-content .sld li {
  margin-right: 30px;
  width: 430px;
}
.p-nu__aim-content .sld li.green .l2 {
  background: linear-gradient(135deg, #8FC31F 0%, #00AEBB 100%);
}
.p-nu__aim-content .sld li.green .txt em {
  color: #00AEBB;
}
.p-nu__aim-content .sld li.blue .l2 {
  background: linear-gradient(135deg, #00AEBB 0%, #0077BF 100%);
}
.p-nu__aim-content .sld li.blue .txt em {
  color: #0077BF;
}
.p-nu__aim-content .sld .l1 {
  color: #fff;
  font-weight: 900;
  padding: 9px 8px 9px 34px;
  border-radius: 40px 40px 0 0;
  width: calc(100% - 34px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(135deg, #F8B62D 0%, #E86200 100%);
  font-size: 30px;
  font-size: 3rem;
}
.p-nu__aim-content .sld .l2 {
  color: #fff;
  text-align: right;
  padding: 9px 34px 9px 8px;
  border-radius: 0 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 34px);
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  margin-left: auto;
}
.p-nu__aim-content .sld .l2.small {
  font-size: 28px;
  font-size: 2.8rem;
}
.p-nu__aim-content .sld .wrap {
  background: #fff;
  border-radius: 0 40px 40px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding-bottom: 36px;
}
.p-nu__aim-content .sld .img {
  margin-bottom: 30px;
}
.p-nu__aim-content .sld .txt {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.76;
  padding-left: 15px;
  padding-right: 15px;
}
.p-nu__aim-content .sld .txt em {
  font-weight: 900;
}
.p-nu__aim-content .slick-list {
  overflow: visible !important;
}
.p-nu__aim-content .arrows {
  display: flex;
  margin-top: 48px;
}
.p-nu__aim-content .arrows .slick-prev,
.p-nu__aim-content .arrows .slick-next {
  position: static;
  padding: 0;
  margin: 0;
  width: 34px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.p-nu__aim-content .arrows .slick-prev.slick-disabled,
.p-nu__aim-content .arrows .slick-next.slick-disabled {
  opacity: 0.4;
}
.p-nu__aim-content .arrows .slick-prev:before,
.p-nu__aim-content .arrows .slick-next:before {
  display: none !important;
}
.p-nu__aim-content .arrows .slick-prev {
  margin-right: 60px;
  background-image: url(img/arrow_1-left.svg);
}
.p-nu__aim-content .arrows .slick-next {
  background-image: url(img/arrow_1.svg);
}
.p-nu__voice {
  margin-bottom: 200px;
  overflow: hidden;
}
.p-nu__voice-heading {
  margin-bottom: 60px;
}
.p-nu__voice-content .sld li {
  margin-right: 30px;
  width: 430px;
}
.p-nu__voice-content .sld li.green .l2 {
  background: linear-gradient(135deg, #8FC31F 0%, #00AEBB 100%);
}
.p-nu__voice-content .sld li.green .txt em {
  color: #00AEBB;
}
.p-nu__voice-content .sld li.blue .l2 {
  background: linear-gradient(135deg, #00AEBB 0%, #0077BF 100%);
}
.p-nu__voice-content .sld li.blue .txt em {
  color: #0077BF;
}
.p-nu__voice-content .sld .l1 {
  color: #fff;
  padding: 12px 20px 20px;
  border-radius: 40px 40px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(135deg, #00AEBB 0%, #0077BF 100%);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.p-nu__voice-content .sld .l1 em {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
}
.p-nu__voice-content .sld .l1 em small {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-nu__voice-content .sld .l1 span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
}
.p-nu__voice-content .sld .l2 {
  color: #fff;
  text-align: right;
  padding: 9px 34px 9px 8px;
  border-radius: 0 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 34px);
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  margin-left: auto;
}
.p-nu__voice-content .sld .l2.small {
  font-size: 28px;
  font-size: 2.8rem;
}
.p-nu__voice-content .sld .wrap {
  background: #fff;
  border-radius: 0 40px 40px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.p-nu__voice-content .sld .img {
  margin-bottom: 20px;
}
.p-nu__voice-content .sld .t {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.p-nu__voice-content .sld .t em {
  font-weight: 900;
}
.p-nu__voice-content .sld .txt {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 30px;
  padding-right: 30px;
}
.p-nu__voice-content .slick-list {
  overflow: visible !important;
}
.p-nu__voice-content .arrows {
  display: flex;
  margin-top: 48px;
}
.p-nu__voice-content .arrows .slick-prev,
.p-nu__voice-content .arrows .slick-next {
  position: static;
  padding: 0;
  margin: 0;
  width: 34px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.p-nu__voice-content .arrows .slick-prev.slick-disabled,
.p-nu__voice-content .arrows .slick-next.slick-disabled {
  opacity: 0.4;
}
.p-nu__voice-content .arrows .slick-prev:before,
.p-nu__voice-content .arrows .slick-next:before {
  display: none !important;
}
.p-nu__voice-content .arrows .slick-prev {
  margin-right: 60px;
  background-image: url(img/arrow_1-left.svg);
}
.p-nu__voice-content .arrows .slick-next {
  background-image: url(img/arrow_1.svg);
}
.p-nu__course {
  overflow: hidden;
  margin-bottom: 200px;
}
.p-nu__course .heading {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 64px;
}
.p-nu__course .img {
  margin-bottom: 64px;
}
.p-nu__course .img img {
  border-radius: 40px;
}
.p-nu__course .content {
  position: relative;
  z-index: 2;
}
.p-nu__course .content:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 100px 50px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.p-nu__course .block1 {
  margin-bottom: 80px;
}
.p-nu__course .block1:last-child {
  margin-bottom: 0;
}
.p-nu__course .block1 .t {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.p-nu__course .block1 .t:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  z-index: -1;
  border-radius: 0 150px 0 0;
}
.p-nu__course .block1 ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1108px;
}
.p-nu__course .block1 li {
  width: 47.6534%;
  margin-left: 4.6932%;
  margin-bottom: 42px;
}
.p-nu__course .block1 li:nth-child(2n+1) {
  margin-left: 0;
}
.p-nu__course .block1 li a {
  display: block;
  border-radius: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  padding: 18px 30px;
  background: #fff;
}
.p-nu__course .block1 li span {
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 18px;
  padding-right: 20px;
}
.p-nu__course .block1.green .t:before {
  background: linear-gradient(to right, #8fc31f 0%, #00aebb 100%);
}
.p-nu__course .block1.green li a {
  border: 1px solid #00AEBB;
  color: #00AEBB;
}
.p-nu__course .block1.green li span {
  background-image: url(img/arrow_1-blue.svg);
}
.p-nu__course .block1.blue {
  position: relative;
  padding-top: 40px;
  padding-bottom: 72px;
  z-index: 2;
}
.p-nu__course .block1.blue:before {
  display: block;
  content: "";
  position: absolute;
  left: -108px;
  top: 0;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  z-index: -1;
  background: linear-gradient(135deg, #00AEBB 0%, #0077BF 100%);
  border-radius: 40px 0 0 40px;
}
.p-nu__course .block1.blue .t {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.p-nu__course .block1.blue li a {
  color: #0077BF;
}
.p-nu__course .block1.blue li span {
  background-image: url(img/arrow_1-blue2.svg);
}
.p-nu__pamphlet {
  background: linear-gradient(135deg, #F8B62D 0%, #E86200 100%);
  padding-top: 55px;
  padding-bottom: 75px;
  margin-bottom: 138px;
}
.p-nu__pamphlet .c-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-nu__pamphlet .img {
  width: 50%;
  text-align: center;
}
.p-nu__pamphlet .img img {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.63);
  margin-left: auto;
  margin-right: auto;
}
.p-nu__pamphlet .box1 {
  width: 44.7458%;
}
.p-nu__pamphlet .box1 .icon {
  text-align: center;
  margin-bottom: 5px;
}
.p-nu__pamphlet .box1 .icon img {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  margin-left: auto;
  margin-right: auto;
}
.p-nu__pamphlet .box1 .h {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.458;
  margin-bottom: 45px;
  color: #fff;
}
.p-nu__pamphlet .box1 .btn a {
  display: block;
  color: #000;
  padding: 19px 25px 19px 35px;
  background: #FFFF00;
  border-radius: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-nu__pamphlet .box1 .btn span {
  display: block;
  background: url(img/arrow_1-black.svg) no-repeat right center;
  background-size: 22px 20px;
}
.p-nu__opencampus {
  position: relative;
  background: linear-gradient(135deg, #E86200 0%, #F8B62D 100%);
  padding-top: 55px;
  padding-bottom: 75px;
}
.p-nu__opencampus .heading {
  position: absolute;
  left: 0;
  top: -113px;
  width: 100%;
  text-align: center;
}
.p-nu__opencampus .heading img {
  margin-left: auto;
  margin-right: auto;
}
.p-nu__opencampus .c-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-nu__opencampus .img {
  width: 50%;
}
.p-nu__opencampus .img img {
  border-radius: 40px;
}
.p-nu__opencampus .box1 {
  width: 44.7458%;
}
.p-nu__opencampus .box1 .icon {
  text-align: center;
  margin-bottom: 5px;
}
.p-nu__opencampus .box1 .icon img {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  margin-left: auto;
  margin-right: auto;
}
.p-nu__opencampus .box1 .h {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.458;
  margin-bottom: 45px;
  color: #fff;
}
.p-nu__opencampus .box1 .btn a {
  display: block;
  color: #000;
  padding: 19px 25px 19px 35px;
  background: #FFFF00;
  border-radius: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-nu__opencampus .box1 .btn span {
  display: block;
  background: url(img/arrow_1-black.svg) no-repeat right center;
  background-size: 22px 20px;
}

#footer-conversion,
#footer-sitemap-wrap {
  display: none !important;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .c-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .p-nu__kv {
    padding-bottom: 50px;
    background-image: url(img/kv_img1_sp.jpg);
  }
  .p-nu__kv .lead {
    margin-bottom: 67.6vw;
  }
  .p-nu__kv .h {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-nu__about {
    margin-bottom: 45px;
  }
  .p-nu__about .block1:before {
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .p-nu__about .block1 .h {
    margin-bottom: 18px;
  }
  .p-nu__about .block1 .h span {
    padding: 5px 18px;
    border-radius: 37px 0 75px 0;
    font-size: 15px;
    font-size: 1.5rem;
    max-width: 170px;
  }
  .p-nu__about .block1 .inner {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 25px;
  }
  .p-nu__about .block1 .lead {
    margin-bottom: 17px;
  }
  .p-nu__about .block1 ul {
    margin-bottom: 23px;
  }
  .p-nu__about .block1 li {
    border-radius: 10px;
    padding: 5px 6px;
    margin-bottom: 27px;
  }
  .p-nu__about .block1 li:before, .p-nu__about .block1 li:after {
    width: 13px;
    height: 4px;
    left: 40px;
    bottom: -17px;
  }
  .p-nu__about .block1 li strong img {
    width: 90px;
  }
  .p-nu__about .block1 li p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 8px;
  }
  .p-nu__about .block1 .txt1 img {
    max-width: 216px;
  }
  .p-nu__choice {
    margin-bottom: 50px;
  }
  .p-nu__choice-heading {
    margin-bottom: 15px;
  }
  .p-nu__choice-heading .h {
    padding-left: 18px;
  }
  .p-nu__choice-heading .h img {
    max-width: 232px;
  }
  .p-nu__choice-block1 {
    margin-bottom: 60px;
  }
  .p-nu__choice-block1 .heading {
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0 75px 0 0;
  }
  .p-nu__choice-block1 .heading:before {
    min-width: 100%;
    border-radius: 0 75px 0 0;
  }
  .p-nu__choice-block1 .heading .t img {
    max-width: 210px;
  }
  .p-nu__choice-block1 .wrap {
    padding-top: 18px;
    padding-bottom: 30px;
  }
  .p-nu__choice-block1 .wrap:before {
    border-radius: 0 0 20px 0;
  }
  .p-nu__choice-block1 .wrap .inner {
    padding-right: 18px;
  }
  .p-nu__choice-block1 .feature {
    margin-bottom: 12px;
  }
  .p-nu__choice-block1 .feature .img img {
    border-radius: 15px;
  }
  .p-nu__choice-block1 .feature .title {
    margin-top: -12px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .p-nu__choice-block1 .feature .title span {
    font-size: 13px;
    font-size: 1.3rem;
    width: 80px;
    padding: 2px;
  }
  .p-nu__choice-block1 .feature p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    margin-left: 8px;
  }
  .p-nu__choice-block1 .subject {
    margin-bottom: 30px;
  }
  .p-nu__choice-block1 .subject-heading {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 17px;
    border-radius: 10px 10px 0 0;
  }
  .p-nu__choice-block1 .subject-content {
    border-radius: 0 0 10px 10px;
    padding: 10px;
  }
  .p-nu__choice-block1 .subject-content li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0;
  }
  .p-nu__choice-block1 .recommend {
    padding-top: 30px;
    padding-left: 18px;
    padding-bottom: 27px;
  }
  .p-nu__choice-block1 .recommend:before {
    min-width: initial;
    left: 0;
    border-radius: 20px 0 0 20px;
  }
  .p-nu__choice-block1 .recommend-heading {
    margin-bottom: 22px;
  }
  .p-nu__choice-block1 .recommend-heading img {
    max-width: 301px;
  }
  .p-nu__choice-block1 .recommend .img {
    margin-right: 18px;
    margin-bottom: 19px;
  }
  .p-nu__choice-block1 .recommend .img img {
    border-radius: 30px 0;
    border-width: 4px;
  }
  .p-nu__choice-block1 .recommend .course {
    display: block;
  }
  .p-nu__choice-block1 .recommend .course .t {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 4px;
    margin-bottom: 13px;
  }
  .p-nu__choice-block1 .recommend .course .t2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .p-nu__choice-block1 .recommend .course ul {
    margin-right: 0;
  }
  .p-nu__choice-block1 .recommend .course li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .p-nu__choice-block1 .recommend .course li.dept {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-nu__choice-block1.blue .heading img {
    max-width: 297px;
  }
  .p-nu__choice-block1.blue .feature .img {
    border-radius: 15px;
  }
  .p-nu__choice-block1.blue .recommend-heading img {
    max-width: 281px;
  }
  .p-nu__feature {
    margin-bottom: 51px;
  }
  .p-nu__feature-heading {
    padding-left: 18px;
    margin-bottom: 18px;
  }
  .p-nu__feature-heading img {
    max-width: 280px;
  }
  .p-nu__feature-content ul {
    display: block;
  }
  .p-nu__feature-content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 18px;
    border-radius: 20px;
  }
  .p-nu__feature-content li:last-child {
    margin-bottom: 0;
  }
  .p-nu__feature-content li .heading {
    border-radius: 20px 20px 0 0;
    padding: 10px 16px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-nu__feature-content li .heading span {
    margin-right: 10px;
  }
  .p-nu__feature-content li .heading span img {
    width: 99px;
  }
  .p-nu__feature-content li .txt {
    padding: 24px 10px 30px;
  }
  .p-nu__feature-content li .txt p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.57;
    margin-bottom: 18px;
  }
  .p-nu__feature-content li .txt img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-nu__feature-content li .txt .add {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 20px;
    border-radius: 5px;
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-nu__feature-content li .txt .note {
    font-size: 8px;
    font-size: 0.8rem;
  }
  .p-nu__feature-content li:nth-child(1) .txt img {
    max-width: 236px;
  }
  .p-nu__feature-content li:nth-child(2) .txt img {
    max-width: 277px;
  }
  .p-nu__feature-content li:nth-child(3) .txt img {
    max-width: 285px;
  }
  .p-nu__feature-content li:nth-child(4) .txt img {
    max-width: 187px;
  }
  .p-nu__aim {
    margin-bottom: 55px;
  }
  .p-nu__aim-heading {
    margin-bottom: 18px;
    padding-left: 18px;
  }
  .p-nu__aim-heading img {
    max-width: 304px;
  }
  .p-nu__aim-content {
    position: relative;
  }
  .p-nu__aim-content .sld li {
    width: 263px;
    margin-right: 18px;
  }
  .p-nu__aim-content .sld .wrap {
    padding-bottom: 20px;
    border-radius: 0 20px 20px 20px;
  }
  .p-nu__aim-content .sld .l1 {
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 20px 20px 0 0;
    padding: 6px 4px 6px 21px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .p-nu__aim-content .sld .l2 {
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 0 20px;
    width: calc(100% - 21px);
    padding: 6px 21px 6px 4px;
  }
  .p-nu__aim-content .sld .l2.small {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .p-nu__aim-content .sld .img {
    margin-bottom: 17px;
  }
  .p-nu__aim-content .sld .txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-nu__aim-content .arrows {
    margin-top: 0;
    position: static;
  }
  .p-nu__aim-content .arrows .slick-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
    background-size: 11px auto;
    border-radius: 100%;
    top: 50%;
    margin-top: -14px;
  }
  .p-nu__aim-content .arrows .slick-prev {
    left: -14px;
    margin-right: 0;
  }
  .p-nu__aim-content .arrows .slick-next {
    right: -14px;
  }
  .p-nu__voice {
    margin-bottom: 55px;
  }
  .p-nu__voice-heading {
    margin-bottom: 18px;
    padding-left: 18px;
  }
  .p-nu__voice-heading img {
    max-width: 304px;
  }
  .p-nu__voice-content {
    position: relative;
  }
  .p-nu__voice-content .sld li {
    width: 263px;
    margin-right: 18px;
  }
  .p-nu__voice-content .sld .wrap {
    padding-bottom: 15px;
    border-radius: 0 20px 20px 20px;
  }
  .p-nu__voice-content .sld .l1 {
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 20px 20px 0 0;
    padding: 8px 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    align-items: center;
  }
  .p-nu__voice-content .sld .l1 em {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-nu__voice-content .sld .l1 em small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-nu__voice-content .sld .l1 span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .p-nu__voice-content .sld .img {
    margin-bottom: 17px;
  }
  .p-nu__voice-content .sld .t {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .p-nu__voice-content .sld .txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-nu__voice-content .arrows {
    margin-top: 0;
    position: static;
  }
  .p-nu__voice-content .arrows .slick-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
    background-size: 11px auto;
    border-radius: 100%;
    top: 50%;
    margin-top: -14px;
  }
  .p-nu__voice-content .arrows .slick-prev {
    left: -14px;
    margin-right: 0;
  }
  .p-nu__voice-content .arrows .slick-next {
    right: -14px;
  }
  .p-nu__course {
    margin-bottom: 60px;
  }
  .p-nu__course .heading {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 18px;
    margin-bottom: 18px;
  }
  .p-nu__course .img {
    margin-bottom: 33px;
  }
  .p-nu__course .img img {
    border-radius: 15px;
  }
  .p-nu__course .content:before {
    border-radius: 0 75px 0 0;
  }
  .p-nu__course .block1 {
    margin-bottom: 30px;
  }
  .p-nu__course .block1 .t {
    border-radius: 0 75px 0 0;
    margin-bottom: 18px;
    padding: 8px 18px;
  }
  .p-nu__course .block1 .t:before {
    min-width: 100%;
  }
  .p-nu__course .block1 ul {
    display: block;
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-nu__course .block1 li {
    width: auto;
    margin-left: 0;
    margin-bottom: 18px;
  }
  .p-nu__course .block1 li:last-child {
    margin-bottom: 0;
  }
  .p-nu__course .block1 li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 11px 18px;
  }
  .p-nu__course .block1 li span {
    background-size: 11px auto;
  }
  .p-nu__course .block1.green .t img {
    max-width: 224px;
  }
  .p-nu__course .block1.blue {
    padding: 30px 18px;
  }
  .p-nu__course .block1.blue:before {
    left: 0;
    width: calc(100% + 36px);
    border-radius: 20px 0 0 20px;
  }
  .p-nu__course .block1.blue .t {
    margin-bottom: 18px;
    padding-left: 0;
  }
  .p-nu__course .block1.blue .t img {
    max-width: 62px;
  }
  .p-nu__course .block1.blue ul {
    padding-left: 0;
    padding-right: 0;
  }
  .p-nu__pamphlet {
    padding-top: 35px;
    padding-bottom: 36px;
    margin-bottom: 41px;
  }
  .p-nu__pamphlet .c-wrap {
    display: block;
  }
  .p-nu__pamphlet .img {
    width: auto;
    margin-bottom: 20px;
  }
  .p-nu__pamphlet .img img {
    width: 146px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.63);
  }
  .p-nu__pamphlet .box1 {
    width: auto;
    position: static;
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-nu__pamphlet .box1 .icon {
    position: absolute;
    width: 75px;
    top: -18px;
    left: 50%;
    margin-left: 85px;
  }
  .p-nu__pamphlet .box1 .h {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41;
    margin-bottom: 18px;
  }
  .p-nu__pamphlet .box1 .btn a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 18px;
  }
  .p-nu__pamphlet .box1 .btn span {
    background-size: 11px auto;
  }
  .p-nu__opencampus {
    padding-top: 57px;
    padding-bottom: 36px;
  }
  .p-nu__opencampus .heading {
    padding-left: 18px;
    padding-right: 18px;
    top: -8.5vw;
  }
  .p-nu__opencampus .c-wrap {
    display: block;
  }
  .p-nu__opencampus .img {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 15px;
  }
  .p-nu__opencampus .img img {
    border-radius: 20px;
  }
  .p-nu__opencampus .box1 {
    width: auto;
    position: static;
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-nu__opencampus .box1 .icon {
    position: absolute;
    width: 75px;
    top: -16px;
    right: 16px;
  }
  .p-nu__opencampus .box1 .h {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41;
    margin-bottom: 18px;
  }
  .p-nu__opencampus .box1 .btn a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 18px;
  }
  .p-nu__opencampus .box1 .btn span {
    background-size: 11px auto;
  }
}
@keyframes top-bottom {
  50% {
    transform: translate(0, -50px);
  }
}
@keyframes right-left {
  50% {
    transform: translate(-50px, 0);
  }
}
@keyframes c-scale {
  50% {
    transform: scale(0.8) rotate(90deg);
  }
}
/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.js-hidden-animate {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-hidden-animate.is--animate {
  -webkit-animation: fadeOut 1.2s 1 ease-in-out;
  animation: fadeOut 1.2s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}

.js-animate {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animate.is--animate {
  -webkit-animation: fadeInUp 0.6s 1 ease-in-out;
  animation: fadeInUp 0.6s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-animate--delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.js-animate--delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.js-animate--delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.js-animate--delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.js-animate--delay5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.js-animate--delay6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.js-animate--delay7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.js-animate--delay8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.js-animate--delay9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-animate--delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.js-animate--delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.js-animate--delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.js-animate--delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.js-animate--delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.js-animate--delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.js-animate--delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.js-animate--delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.js-animate--delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.js-animate--delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.js-animate--delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.js-animate--delay21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.js-animate--delay22 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.js-animate--delay23 {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.js-animate--delay24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.js-animate--delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.js-animate--delay26 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.js-animate--delay27 {
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}
.js-animate--delay28 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.js-animate--delay29 {
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.js-animate--delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.js-animate--delay31 {
  -webkit-animation-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}
.js-animate--delay32 {
  -webkit-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}
.js-animate--delay33 {
  -webkit-animation-delay: 3.3s !important;
  animation-delay: 3.3s !important;
}
.js-animate--delay34 {
  -webkit-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important;
}
.js-animate--delay35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}
.js-animate--delay36 {
  -webkit-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important;
}
.js-animate--delay37 {
  -webkit-animation-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}
.js-animate--delay38 {
  -webkit-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important;
}
.js-animate--delay39 {
  -webkit-animation-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}
.js-animate--delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.js-animate--duration1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.js-animate--duration2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.js-animate--duration3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.js-animate--duration4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}
.js-animate--duration5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.js-animate--duration6 {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.js-animate--duration7 {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
}
.js-animate--duration8 {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}
.js-animate--duration9 {
  -webkit-animation-duration: 0.9s !important;
  animation-duration: 0.9s !important;
}
.js-animate--duration10 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.js-animate--duration11 {
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
}
.js-animate--duration12 {
  -webkit-animation-duration: 1.2s !important;
  animation-duration: 1.2s !important;
}
.js-animate--duration13 {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
}
.js-animate--duration14 {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.js-animate--duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
.js-animate--duration16 {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
}
.js-animate--duration17 {
  -webkit-animation-duration: 1.7s !important;
  animation-duration: 1.7s !important;
}
.js-animate--duration18 {
  -webkit-animation-duration: 1.8s !important;
  animation-duration: 1.8s !important;
}
.js-animate--duration19 {
  -webkit-animation-duration: 1.9s !important;
  animation-duration: 1.9s !important;
}
.js-animate--duration20 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.js-animate--duration21 {
  -webkit-animation-duration: 2.1s !important;
  animation-duration: 2.1s !important;
}
.js-animate--duration22 {
  -webkit-animation-duration: 2.2s !important;
  animation-duration: 2.2s !important;
}
.js-animate--duration23 {
  -webkit-animation-duration: 2.3s !important;
  animation-duration: 2.3s !important;
}
.js-animate--duration24 {
  -webkit-animation-duration: 2.4s !important;
  animation-duration: 2.4s !important;
}
.js-animate--duration25 {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}
.js-animate--duration26 {
  -webkit-animation-duration: 2.6s !important;
  animation-duration: 2.6s !important;
}
.js-animate--duration27 {
  -webkit-animation-duration: 2.7s !important;
  animation-duration: 2.7s !important;
}
.js-animate--duration28 {
  -webkit-animation-duration: 2.8s !important;
  animation-duration: 2.8s !important;
}
.js-animate--duration29 {
  -webkit-animation-duration: 2.9s !important;
  animation-duration: 2.9s !important;
}
.js-animate--duration30 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.js-animate--duration31 {
  -webkit-animation-duration: 3.1s !important;
  animation-duration: 3.1s !important;
}
.js-animate--duration32 {
  -webkit-animation-duration: 3.2s !important;
  animation-duration: 3.2s !important;
}
.js-animate--duration33 {
  -webkit-animation-duration: 3.3s !important;
  animation-duration: 3.3s !important;
}
.js-animate--duration34 {
  -webkit-animation-duration: 3.4s !important;
  animation-duration: 3.4s !important;
}
.js-animate--duration35 {
  -webkit-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important;
}
.js-animate--duration36 {
  -webkit-animation-duration: 3.6s !important;
  animation-duration: 3.6s !important;
}
.js-animate--duration37 {
  -webkit-animation-duration: 3.7s !important;
  animation-duration: 3.7s !important;
}
.js-animate--duration38 {
  -webkit-animation-duration: 3.8s !important;
  animation-duration: 3.8s !important;
}
.js-animate--duration39 {
  -webkit-animation-duration: 3.9s !important;
  animation-duration: 3.9s !important;
}
.js-animate--duration40 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInRight {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInRight.is--animate {
  -webkit-animation: fadeInRight 0.8s 1 ease-in-out;
  animation: fadeInRight 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInLeft {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInLeft.is--animate {
  -webkit-animation: fadeInLeft 0.8s 1 ease-in-out;
  animation: fadeInLeft 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animateFadeInUp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInUp.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインのみ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-animateFadeIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeIn.is--animate {
  -webkit-animation: fadeIn 0.8s 1 ease-in-out;
  animation: fadeIn 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
