@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: top.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  max-width: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

.drawernav__item {
  margin: 0;
  line-height: 1.5;
  border-bottom: 1px solid #B4B4B5;
}
.drawernav__item a {
  display: block;
  padding: 5% 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.drawernav__contact {
  width: 76%;
  margin: 8% auto 5%;
}
.drawernav__contact a {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80%;
  height: 60px;
  padding-right: 10px;
  background: #ff0066;
  background: linear-gradient(34deg, #ff0066 0%, #ff0066 60%, #ffdf49 100%);
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .drawernav__contact a {
    width: 100%;
  }
}
.drawernav__contact a:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.link-contact {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .link-contact {
    margin-top: 0;
  }
}
.link-contact.-main {
  position: absolute;
  left: 70px;
  bottom: -5px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .link-contact.-main {
    position: unset;
    margin: 30px 0 20px;
  }
}
.link-contact-btn {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 610px;
  height: 70px;
  margin: auto;
  background: #ff0066;
  background: linear-gradient(34deg, #ff0066 0%, #ff0066 60%, #ffdf49 100%);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .link-contact-btn {
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    width: 80%;
    height: auto;
    padding: 15px 0;
  }
}
@media screen and (max-width: 420px) {
  .link-contact-btn {
    margin: 0 auto;
  }
}
.link-contact-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  width: 426px;
  height: 45px;
  margin: auto;
  background: url("../img/link_contact_icon.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .link-contact-btn:before {
    top: -14px;
    width: 213px;
    height: 22px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .link-contact-btn.-main {
    width: 85.33333%;
  }
}
@media screen and (max-width: 768px) {
  .link-contact-btn.-main span:before {
    right: -25px;
  }
}
.link-contact-btn span {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .link-contact-btn span {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
.link-contact-btn span:before {
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  right: -60px;
  top: -5px;
  width: 27px;
  height: 32px;
  background: url("../img/arrow_right.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .link-contact-btn span:before {
    right: -20px;
    top: -3px;
    width: 13.5px;
    height: 16px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.link-contact.-is-fixed {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}
.link-contact.none {
  opacity: 0;
  transition-duration: .6s;
}
.link-contact-footer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .link-contact-footer {
    padding-bottom: 10px;
  }
}
.link-contact-footer-text {
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.09091;
}
.link-contact-footer-text small {
  font-size: 10px;
  font-weight: bold;
}
.link-contact-footer-tel a {
  padding-left: 30px;
  background: url("../img/icon_tel.png") left center no-repeat;
  color: #000;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .link-contact-footer-tel a {
    pointer-events: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  position: relative;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
#footer {
  padding: 12px 0 20px !important;
}
@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #footer-inner img {
    width: 130px;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin-top: 60px;
  }
}
.main-visual-title {
  height: 698px;
  background: url("../img/main_visual_bg.jpg") center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-visual-title {
    height: auto;
    background: none;
  }
}
.main-visual-title img {
  position: absolute;
  right: 200px;
  top: 200px;
}
@media screen and (max-width: 1480px) {
  .main-visual-title img {
    right: 0;
    top: 210px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-title img {
    position: unset;
  }
}
.main-visual-logo {
  position: absolute;
  left: 55px;
  top: 55px;
}
@media screen and (max-width: 768px) {
  .main-visual-logo {
    left: 15px;
    top: -44px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-logo img {
    width: 125px;
  }
}
.main-visual-pc {
  position: relative;
  background: url(../img/main_visual_bg.jpg) no-repeat left top;
  background-size: cover;
}
.main-visual-pc-title {
  width: 100%;
  margin: 0 auto;
}
.main-visual-pc-title img {
  max-width: 100%;
}

.movie {
  padding: 80px 0;
  background: url("../img/program_bottom_bg.gif") center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .movie {
    padding: 10% 0;
  }
}
.movie-title {
  margin: 40px 0;
  background: url("../img/ondemand_title_bg.png") center top no-repeat;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .movie-title {
    margin: 0;
    background: url("../img/ondemand_title_bg_sp.png") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.movie-title-inner {
  display: block;
  width: 1010px;
  margin: 0 auto;
  padding: 18px 0;
  color: #0B318F;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .movie-title-inner {
    width: auto;
    padding: 5.5% 0;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.58824;
    text-align: center;
  }
}
.movie-area {
  margin: 0 auto;
  text-align: center;
}
.movie-area iframe {
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .movie-area iframe {
    width: 100%;
    height: calc(90vw / 16 * 9);
  }
}

.point {
  padding-bottom: 60px;
  background: url("../img/point_bg.jpg") center top no-repeat #DBDDE4;
}
@media screen and (max-width: 768px) {
  .point {
    padding-bottom: 8%;
    background: #DBDDE4;
  }
}
.point-title {
  margin-bottom: 70px;
  padding-top: 83px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-title {
    margin-bottom: 8%;
    padding-top: 8%;
  }
}
.point-title img {
  margin: auto;
}
.point-list {
  display: flex;
  justify-content: space-between;
  width: 1010px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .point-list {
    display: block;
    width: auto;
  }
}
.point-item {
  width: 310px;
  padding: 195px 20px 25px;
}
@media screen and (max-width: 768px) {
  .point-item {
    width: 89.33333%;
    margin: auto;
    padding: 56% 5% 5%;
  }
}
.point-item:nth-child(1) {
  background: url("../img/point_item1_bg.jpg") center top no-repeat #FFF;
}
@media screen and (max-width: 768px) {
  .point-item:nth-child(1) {
    background: url("../img/point_item1_bg_sp.jpg") center top no-repeat #FFF;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.point-item:nth-child(2) {
  background: url("../img/point_item2_bg.jpg") center top no-repeat #FFF;
}
@media screen and (max-width: 768px) {
  .point-item:nth-child(2) {
    background: url("../img/point_item2_bg_sp.jpg") center top no-repeat #FFF;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.point-item:nth-child(3) {
  background: url("../img/point_item3_bg.jpg") center top no-repeat #FFF;
}
@media screen and (max-width: 768px) {
  .point-item:nth-child(3) {
    background: url("../img/point_item3_bg_sp.jpg") center top no-repeat #FFF;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .point-item:not(:last-child) {
    margin-bottom: 8%;
  }
}
.point-item-term {
  margin-bottom: 14px;
  color: #0B318F;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.point-item-description {
  font-size: 15px;
  line-height: 1.69231;
}

.ondemand {
  padding: 60px 0 180px;
  background: url("../img/ondemand_bg.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ondemand {
    padding: 10% 0;
    background: none;
  }
}
.ondemand-title {
  margin-bottom: 40px;
  background: url("../img/ondemand_title_bg.png") center top no-repeat;
}
@media screen and (max-width: 768px) {
  .ondemand-title {
    background: url("../img/ondemand_title_bg_sp.png") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.ondemand-title-inner {
  display: block;
  width: 1010px;
  margin: 0 auto;
  padding: 18px 0;
  color: #0B318F;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ondemand-title-inner {
    width: auto;
    padding: 5.5% 0;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.58824;
    text-align: center;
  }
}
.ondemand-box {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ondemand-box {
    width: auto;
  }
}
.ondemand-box-info {
  position: relative;
}
.ondemand-box-info:not(:last-child) {
  margin-bottom: 65px;
}
.ondemand-box-info:first-of-type {
  position: relative;
}
.ondemand-box-info:first-of-type:before, .ondemand-box-info:first-of-type:after {
  content: "";
  position: absolute;
}
.ondemand-box-info:first-of-type:before {
  left: -30px;
  top: -24px;
  width: 44px;
  height: 26px;
  background: url("../img/icon_new.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .ondemand-box-info:first-of-type:before {
    left: 12%;
    top: -9%;
  }
}
.ondemand-box-info:first-of-type:after {
  left: 220px;
  bottom: -44px;
  width: 40px;
  height: 29px;
  margin: auto;
  background: url("../img/arrow.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .ondemand-box-info:first-of-type:after {
    left: 0;
    right: 0;
  }
}
.ondemand-box-term {
  margin-bottom: 14px;
  color: #0B318F;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .ondemand-box-term {
    margin-bottom: 5%;
    font-size: 17px;
    font-size: 4.53333vw;
    text-align: center;
  }
}
.ondemand-box-term small {
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .ondemand-box-term small {
    display: block;
    font-size: 15px;
    font-size: 4vw;
  }
}
.ondemand-box-description {
  font-size: 15px;
}
.ondemand-box-description em {
  color: #0B318F;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ondemand-box-list {
    margin: 0 4%;
  }
}
.ondemand-box-item {
  position: relative;
  padding-left: 18px;
  line-height: 1.76923;
}
.ondemand-box-item:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #0B318F;
}

.step-message-bg {
  background: url("../img/step_message_bg.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .step-message-bg {
    background: url("../img/step_message_bg_sp.jpg") center top no-repeat #DBDDE4;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.step {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 70% 0 0;
  }
}
.step-title {
  background: url("../img/step_title_bg.png") center top no-repeat;
}
@media screen and (max-width: 768px) {
  .step-title {
    background: url("../img/ondemand_title_bg_sp.png") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.step-title-inner {
  display: block;
  width: 1010px;
  margin: auto;
  padding: 14px 0 16px 405px;
  color: #0B318F;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .step-title-inner {
    width: auto;
    padding: 8% 0;
    margin-bottom: 5%;
    font-size: 17px;
    font-size: 4.53333vw;
    text-align: center;
  }
}
.step-title-inner small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .step-title-inner small {
    font-size: 15px;
    font-size: 4vw;
  }
}
.step-flex {
  display: flex;
  width: 1020px;
  margin: auto;
  padding-left: 54px;
}
@media screen and (max-width: 768px) {
  .step-flex {
    flex-wrap: wrap;
    width: auto;
    padding: 0 0 10%;
  }
}
.step-pic {
  margin: -75px 45px 40px 0;
}
@media screen and (max-width: 768px) {
  .step-pic {
    order: 2;
    width: 86.66667%;
    margin: 0 auto;
  }
}
.step-audience {
  width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .step-audience {
    width: auto;
    padding: 10% 0;
  }
}
.step-audience dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .step-audience dl {
    display: block;
  }
}
.step-audience-term {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .step-audience-term {
    width: 63.33333%;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 768px) {
  .step-audience-description {
    margin: 0 4%;
  }
}
.step-audience-item {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 2;
}
.step-audience-item:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #FF6F23;
}
.step-audience-item em {
  color: #FF6F23;
  font-weight: bold;
}
.step-audience-notice {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  color: #FF6F23;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.53846;
}
.step-audience-notice:before {
  content: "※";
  position: absolute;
  left: 0;
  color: #FF6F23;
}
.step-text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .step-text {
    order: 1;
    margin: 0 4% 8%;
  }
}
.step-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.76923;
}
.step-item:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #0B318F;
}
.step-notice {
  color: #0B318F;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .step-notice {
    line-height: 1.33333;
  }
}

.message {
  position: relative;
  padding: 60px 0 135px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 10% 0;
  }
}
.message-title {
  margin-bottom: 55px;
  background: url("../img/message_title_bg.png") center top no-repeat;
}
@media screen and (max-width: 768px) {
  .message-title {
    margin-bottom: 8%;
    background: none;
  }
}
.message-title-inner {
  display: block;
  width: 1010px;
  margin: auto;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .message-title-inner {
    width: auto;
    padding: 0;
  }
}
.message-detail {
  width: 1010px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .message-detail {
    width: 92%;
  }
}
.message-text {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 750px;
  padding: 35px;
  background: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.42857;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .message-text {
    width: auto;
    padding: 5%;
    position: unset;
  }
}
.message-sign {
  display: block;
  margin: 15px 112px 0 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .message-sign {
    margin: 2% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .message-sign img {
    width: 170px;
  }
}

.privilege {
  padding: 60px 0;
  background: #142d89;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .privilege {
    position: relative;
    padding: 10% 4%;
  }
}
.privilege-inner {
  position: relative;
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .privilege-inner {
    position: unset;
    width: auto;
  }
}
.privilege-title {
  position: absolute;
  z-index: 1;
  left: 135px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .privilege-title {
    left: 8%;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .privilege-title img {
    width: 75px;
  }
}
.privilege-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .privilege-flex {
    display: block;
  }
}
.privilege-left {
  position: relative;
  width: 790px;
  padding: 40px 30px 30px 135px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .privilege-left {
    width: auto;
    padding: 15% 7% 12%;
  }
}
.privilege-left:before {
  content: "";
  position: absolute;
  right: -55px;
  top: 0;
  bottom: 0;
  width: 77px;
  height: 80px;
  margin: auto;
  background: url("../img/icon_amp.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .privilege-left:before {
    content: none;
  }
}
.privilege-right {
  width: 466px;
  padding: 40px 135px 30px 30px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .privilege-right {
    width: auto;
    padding: 0 7% 10%;
  }
}
.privilege-subtitle {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .privilege-subtitle img.sp_none {
    display: initial;
  }
}
.privilege-lead {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.76923;
}
.privilege-lead em {
  color: #0B318F;
  font-weight: bold;
}
.privilege-list {
  margin-top: 20px;
}
.privilege-item {
  position: relative;
  margin-bottom: 3px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.53846;
}
.privilege-item:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #0B318F;
}
.privilege-item em {
  color: #0B318F;
  font-weight: bold;
}
.privilege-notice {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33333;
}
.privilege-notice:before {
  content: "※";
  position: absolute;
  left: 0;
}

.program {
  padding: 60px 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .program {
    padding: 10% 0 0;
  }
}
.program-title {
  margin-bottom: 40px;
  background: url("../img/program_title_bg.png") center top no-repeat;
}
@media screen and (max-width: 768px) {
  .program-title {
    margin-bottom: 5%;
    background: none;
  }
}
.program-title-inner {
  display: block;
  width: 1010px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .program-title-inner {
    width: auto;
    padding: 0;
  }
}
.program-inner {
  width: 900px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .program-inner {
    width: 92%;
    margin: 0 auto 10%;
  }
}
.program-point {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .program-point {
    margin-bottom: 4%;
  }
}
.program-point-item {
  position: relative;
  padding-left: 20px;
  color: #0B318F;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.57143;
}
.program-point-item:before {
  content: "◆";
  position: absolute;
  left: 0;
}
.program-point-item em {
  color: #0B318F;
  font-weight: bold;
}
.program .scroll {
  overflow: auto;
  white-space: nowrap;
}
.program .scroll::-webkit-scrollbar {
  height: 5px;
}
.program .scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.program .scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.program-table {
  width: 100%;
  margin-bottom: 10px;
  background: #F4F4FA;
  border: #0B318F;
}
.program-table th,
.program-table td {
  padding: 10px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-table th,
  .program-table td {
    padding: 10px;
  }
}
.program-table th {
  color: #FFF;
}
.program-table thead th {
  background: #0C3388;
}
.program-table thead th:not(:last-child) {
  border-right: 1px solid #FFF;
}
.program-table tbody th {
  line-height: 1.4;
  border-right: 1px solid #0B318F;
}
.program-table tbody th:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.program-table tbody th.no1 {
  background: #6B7DA6;
}
.program-table tbody th.no2 {
  background: #6E8CA4;
}
.program-table tbody th.no3 {
  background: #698974;
}
.program-table tbody th.no4 {
  background: #82688B;
}
.program-table tbody th.no5 {
  background: #9A5C75;
}
.program-table tbody th.no6 {
  background: #B49A5A;
}
.program-table tbody td:not(:last-child) {
  border-right: 1px solid #0B318F;
}
.program-table tr.-upper td {
  border-bottom: 1px dotted #0B318F;
}
.program-table tr.-lower td {
  border-bottom: 1px solid #0B318F;
}
.program-table tr.bg-gray td {
  background: #DBDDE4;
}
.program-table-notice {
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .program-table-notice {
    margin-top: 2%;
  }
}
.program-map {
  margin-bottom: 210px;
}
@media screen and (max-width: 768px) {
  .program-map {
    margin-bottom: 0;
    padding: 10% 0 5%;
    background: #E8E9EE;
  }
}
.program-map-title {
  width: 900px;
  margin: 0 auto 10px;
  color: #0B318F;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .program-map-title {
    width: auto;
    margin: 0 auto 4%;
  }
}
@media screen and (max-width: 768px) {
  .program-map-title img {
    margin-bottom: 5%;
  }
}
.program-map-title-inner {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-map-title-inner {
    display: block;
    margin: 0 4%;
  }
}
.program-map-text {
  margin: auto;
  padding: 30px 0;
  background: #E8E9EE;
}
@media screen and (max-width: 768px) {
  .program-map-text {
    padding: 0 4% 30px;
    background: none;
  }
}
.program-map-text-wrapper {
  display: block;
  position: relative;
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .program-map-text-wrapper {
    width: auto;
  }
}
.program-map-text-wrapper:after {
  content: "";
  position: absolute;
  left: 220px;
  bottom: -44px;
  width: 40px;
  height: 29px;
  margin: auto;
  background: url("../img/arrow.png") left top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .program-map-text-wrapper:after {
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -70px;
  }
}
.program-map-text-inner {
  display: block;
  width: 460px;
  color: #0B318F;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .program-map-text-inner {
    width: auto;
    margin-bottom: 8%;
  }
}
.program-map-pic {
  display: block;
  position: absolute;
  right: -50px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .program-map-pic {
    position: unset;
  }
}
.program-map-pic:before {
  content: "";
  position: absolute;
  right: -130px;
  top: -55px;
  width: 634px;
  height: 61px;
  background: url("../img/program_map_pic_bg.png") left top no-repeat;
}
@media screen and (max-width: 768px) {
  .program-map-pic:before {
    content: none;
  }
}
.program-map-pic img {
  width: 462px;
}
.program-bottom {
  padding-bottom: 60px;
  background: url("../img/program_bottom_bg.gif") center bottom no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .program-bottom {
    padding-bottom: 5%;
    background: #FFF;
  }
}
.program-bottom-inner {
  width: 906px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .program-bottom-inner {
    width: auto;
  }
}
.program-list {
  position: relative;
  top: -90px;
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .program-list {
    position: unset;
    margin-bottom: 0;
  }
}
.program-item {
  position: relative;
  padding: 30px 30px 25px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .program-item {
    padding: 5% 4%;
  }
}
@media screen and (max-width: 768px) {
  .program-item:first-child {
    padding-top: 8%;
  }
}
.program-item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .program-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.program-item-title {
  position: absolute;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 768px) {
  .program-item-title {
    position: unset;
    margin-bottom: 5%;
  }
}
.program-item-subtitle {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-item-subtitle {
    font-size: 14px;
    margin-bottom: 3%;
    line-height: 1.3;
  }
}
.program-item-subtitle.-no1 {
  color: #105388;
}
.program-item-subtitle.-no2 {
  color: #016685;
}
.program-item-subtitle.-no3 {
  color: #00664C;
}
.program-item-subtitle.-no4 {
  color: #503769;
}
.program-item-subtitle.-no5 {
  color: #751E50;
}
.program-item-subtitle.-no6 {
  color: #937428;
}
.program-item-subtitle-icon {
  position: relative;
  top: -2px;
  margin-right: 8px;
  padding: 3px 8px 2px;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-item-subtitle-icon {
    display: block;
    width: 70px;
    margin: 0 0 2%;
    padding: 5px 10px 4px;
    font-size: 12px;
    text-align: center;
  }
}
.program-item-subtitle-icon.-no1 {
  background: #105388;
}
.program-item-subtitle-icon.-no2 {
  background: #016685;
}
.program-item-subtitle-icon.-no3 {
  background: #00664C;
}
.program-item-subtitle-icon.-no4 {
  background: #503769;
}
.program-item-subtitle-icon.-no5 {
  background: #751E50;
}
.program-item-subtitle-icon.-no6 {
  background: #937428;
}
.program-item-subtitle small {
  font-size: 12px;
}
.program-item-text {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .program-item-text {
    line-height: 1.66667;
  }
}
.program-item-lecture {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 10px 4px;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .program-item-lecture {
    margin-top: 3%;
    padding: 2% 3% 1%;
    line-height: 1.33333;
  }
}
.program-item-lecture:not(:last-child) {
  margin-bottom: 30px;
}
.program-item-lecture.-no2 {
  background: #D8DDE4;
  color: #016685;
  border: 1px solid #016685;
}
.program-item-lecture.-no3 {
  background: #D7DCD5;
  color: #00664C;
  border: 1px solid #00664C;
}
.program-item-lecture.-no4 {
  background: #DBD2DC;
  color: #503769;
  border: 1px solid #503769;
}
.program-item-lecture.-no5 {
  background: #E0CFD5;
  color: #751E50;
  border: 1px solid #751E50;
}
.program-item-lecture.-no6 {
  background: #EAE2CF;
  color: #937428;
  border: 1px solid #937428;
}
.program-sublist {
  margin-bottom: 10px;
}
.program-subitem {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.53846;
}
@media screen and (max-width: 768px) {
  .program-subitem:not(:last-child) {
    margin-bottom: 2%;
  }
}
.program-subitem:before {
  content: "◆";
  position: absolute;
  left: 0;
}
.program-subitem.-no1:before {
  color: #105388;
}
.program-subitem.-no2:before {
  color: #016685;
}
.program-subitem.-no3:before {
  color: #00664C;
}
.program-subitem.-no4:before {
  color: #503769;
}
.program-subitem.-no5:before {
  color: #751E50;
}
.program-subitem.-no6:before {
  color: #937428;
}
.program-notice {
  color: #0B318F;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .program-notice {
    margin: 2% 4% 0;
  }
}
.program-notice a {
  color: #0B318F;
  font-weight: bold;
  text-decoration: underline;
}

.lecturer {
  padding: 60px 0;
  background: #DBDDE4;
}
@media screen and (max-width: 768px) {
  .lecturer {
    padding: 10% 0;
  }
}
.lecturer-title {
  margin-bottom: 40px;
  background: url("../img/lecturer_title_bg.png") center top no-repeat;
}
@media screen and (max-width: 768px) {
  .lecturer-title {
    margin-bottom: 5%;
    background: none;
  }
}
.lecturer-title-inner {
  display: block;
  width: 1010px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .lecturer-title-inner {
    width: auto;
    padding: 0;
  }
}
.lecturer-inner {
  width: 1010px;
  margin: auto;
  padding: 40px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .lecturer-inner {
    width: 92%;
    padding: 0;
  }
}
.lecturer-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lecturer-list {
    display: block;
  }
}
.lecturer-item {
  width: 50%;
  padding: 35px 50px 35px 15px;
  border-top: 1px solid #c1c9e1;
  border-right: 1px solid #c1c9e1;
}
@media screen and (max-width: 768px) {
  .lecturer-item {
    width: 100%;
    padding: 5%;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-item:not(:last-child) {
    border-bottom: 1px solid #EEE;
  }
}
.lecturer-item:first-child, .lecturer-item:nth-child(2) {
  border-top: none;
}
.lecturer-item:nth-child(even) {
  padding: 35px 15px 35px 50px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .lecturer-item:nth-child(even) {
    padding: 5%;
  }
}
@media screen and (max-width: 768px) {
  .lecturer-item dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.lecturer-item-pic {
  margin-bottom: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecturer-item-pic {
    width: 23.8806%;
    margin: 0 4% 0 0;
  }
}
.lecturer-item-name {
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lecturer-item-name {
    height: auto;
    font-size: 16px;
    text-align: left;
  }
}
.lecturer-item-name small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lecturer-item-name small {
    font-size: 12px;
  }
}
.lecturer-item-text {
  font-size: 13px;
  line-height: 1.69231;
}
@media screen and (max-width: 768px) {
  .lecturer-item-text {
    margin-top: 5%;
  }
}
.lecturer-notice {
  width: 1010px;
  margin: 15px auto 0;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lecturer-notice {
    width: auto;
    margin: 4% 4% 0;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }
}

.summary {
  padding: 45px 0;
  background: #14318b;
}
@media screen and (max-width: 768px) {
  .summary {
    padding: 10% 4%;
  }
}
.summary-inner {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .summary-inner {
    width: auto;
  }
}
.summary-title {
  padding: 20px 0 70px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .summary-title {
    margin-bottom: 5%;
    padding: 0;
    border: none;
  }
}
.summary-title small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .summary-title small {
    line-height: 1.5;
  }
}
.summary-lead {
  display: flex;
  align-items: center;
  position: relative;
  width: 760px;
  margin: -50px auto 30px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .summary-lead {
    display: block;
    width: auto;
    margin-top: 0;
  }
}
.summary-lead:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #FF6F23 transparent transparent transparent;
}
.summary-lead-term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 114px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  background: #FF6F23;
}
@media screen and (max-width: 768px) {
  .summary-lead-term {
    width: auto;
    height: auto;
    padding: 4%;
  }
}
.summary-lead-description {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .summary-lead-description {
    padding: 4%;
  }
}
.summary-lead-item {
  color: #FF6F23;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53846;
  border-bottom: 1px dotted #FF6F23;
}
.summary-lead-item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .summary-lead-item:not(:last-child) {
    margin-bottom: 5%;
  }
}
.summary-list {
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .summary-list {
    margin: 0;
  }
}
.summary-item {
  position: relative;
  padding-left: 20px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53333;
}
.summary-item:before {
  content: "◆";
  position: absolute;
  left: 0;
}
.summary-item:not(:last-child) {
  margin-bottom: 10px;
}

.contact-caution {
  text-align: center;
  margin: 80px auto 0;
  padding: 30px;
  width: 1000px;
  border: solid 5px #dbdde4;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .contact-caution {
    text-align: left;
    margin: 40px 15px 0;
    padding: 20px 15px;
    width: calc(100% - 30px);
    font-size: 16px;
    line-height: 1.6;
  }
}
