@charset "UTF-8";
/*----------------------------------------------------------------------
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;
  font-style: normal;
}

body {
  font-size: 10px;
}

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

* + html body {
  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;
}

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

html,
body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 100%;
  }
}

body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  color: #231815;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------------
  共通部分
--------------------------*/
.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

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

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.mod-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 0 15px;
    width: 100%;
  }
}

.mod-inner__1100 {
  width: 1100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner__1100 {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner__1100 {
    padding: 0 15px;
    width: 100%;
  }
}

.mod-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mod-title {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.mod-title span {
  margin: 0 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mod-title span {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
  }
}

.content-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-inner {
    width: 100%;
    padding: 0 3%;
  }
}

.green {
  color: #8cc220;
}

.orange {
  color: #cc5516;
}

/*-------------------------
  追従ヘッダーメニュー
--------------------------*/
.headerfollowing {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background: #000;
}

.headerfollowing-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .headerfollowing-inner {
    padding: 0 4vw;
  }
}

.headerfollowing-logo {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .headerfollowing-logo {
    height: 30px;
  }
}
.headerfollowing-logo img {
  width: 187px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .headerfollowing-logo img {
    width: 140px;
    height: 30px;
  }
}
.headerfollowing-logo a {
  display: block;
  height: 100%;
}

#headerfollowing-menubtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #headerfollowing-menubtn:checked + .headerfollowing-label span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #headerfollowing-menubtn:checked + .headerfollowing-label span::before, #headerfollowing-menubtn:checked + .headerfollowing-label span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #headerfollowing-menubtn:checked ~ .headerfollowing-nav {
    left: 0;
    -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.7);
  }
}

.headerfollowing-label {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerfollowing-label {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    width: 40px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .headerfollowing-label span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0.2em;
    background: #fff;
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .headerfollowing-label span::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    -webkit-transition: transform .3s ease-in;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: translateY(-0.7em);
    transform: translateY(-0.7em);
    content: "";
  }
  .headerfollowing-label span::after {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    -webkit-transition: transform .3s ease-in;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: translateY(0.7em);
    transform: translateY(0.7em);
    content: "";
  }
}

@media screen and (max-width: 768px) {
  .headerfollowing-nav {
    position: fixed;
    top: 50px;
    left: -80%;
    margin: 0;
    padding: 20px;
    width: 80%;
    height: calc(100% - 50px);
    background: #000;
    z-index: 1000;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0.8;
  }
}

.headerfollowing-menulist {
  display: flex;
}
@media screen and (max-width: 768px) {
  .headerfollowing-menulist {
    flex-direction: column;
  }
}
.headerfollowing-menulist li {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .headerfollowing-menulist li {
    padding: 15px 0;
  }
}
.headerfollowing-menulist li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.headerfollowing-menulist li a:hover {
  opacity: 0.7;
}

/*--------------------------
  footer
---------------------------*/
.footer {
  width: 100%;
}

.footer__lp {
  background: #000;
}
.footer__lp .footer-inner {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .footer__lp .footer-inner {
    padding: 20px 0 60px;
  }
}
.footer__lp .footer-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 420px) {
  .footer__lp .footer-list ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__lp .footer-list ul li {
    margin: 0 0 5px;
  }
}
.footer__lp .footer-list ul li a {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #FFF;
}
.footer__lp .footer-list ul li a:hover {
  text-decoration: none;
}
.footer__lp .footer-list ul li.logo img {
  width: 160px;
  height: 34px;
}
.footer__lp .footer-copyright {
  font-size: 12px;
  color: #FFF;
}

/*-------------------------
  ページトップに戻るボタン
--------------------------*/
.lp-right-nav {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .lp-right-nav {
    width: 50px;
  }
}
.lp-right-nav a {
  display: block;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.lp-right-nav a:hover {
  opacity: 0.7;
}

/*-------------------------
  main-visual
--------------------------*/
.main-visual {
  margin: 60px 0 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin: 50px 0 60px;
  }
}

.main-visual-img {
  margin: 0 auto;
  max-width: 1380px;
}
.main-visual-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual-img {
    display: none;
  }
}

.main-visual-img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-visual-img-sp {
    display: block;
  }
}

/*-------------------------
  動画
--------------------------*/
.movie {
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .movie {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    margin: 0 0 40px;
  }
}
.movie iframe {
  width: 800px;
  height: 450px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .movie iframe {
    width: 100%;
    height: calc(90vw / 16 * 9);
  }
}
@media screen and (max-width: 768px) {
  .movie iframe {
    width: 100%;
    height: calc(90vw / 16 * 9);
  }
}

/*-------------------------
  about
--------------------------*/
#about .about-bg {
  position: relative;
  padding: 40px 0 0;
  background-image: url(../img/about_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #about .about-bg {
    padding: 3rem 0 2rem;
  }
}
#about .about-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .5;
  top: 0;
  left: 0;
}
#about .content-inner {
  position: relative;
  z-index: 1;
}
#about .content-inner:last-child {
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  #about .content-inner:last-child {
    padding: 0 .5em;
  }
}
#about .sec-header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .sec-header {
    margin-bottom: 20px;
  }
}
#about .sec-header_title {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  font-size: 38px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
  line-height: 1.3;
  border: 2px solid #9cc038;
  margin-bottom: 40px;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .sec-header_title {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    padding: 0 4%;
  }
}
#about .sec-header_title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #9cc038 transparent transparent transparent;
  bottom: -15px;
  left: 50.3%;
  transform: translateX(-50%);
}
#about .sec-header_title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #about .sec-header_title::after {
    left: 49.5%;
  }
}
#about .about-txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .about-txt {
    font-size: 0.8em;
    padding: 1.5em 0 0;
  }
}
#about .about-container01 {
  position: relative;
  padding: 2rem 0;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #about .about-container01 {
    margin-top: 2rem;
    padding: 2rem 0 4rem;
  }
}
#about .about-container01::before, #about .about-container01::after {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  #about .about-container01::before, #about .about-container01::after {
    width: 3rem;
    height: 3rem;
  }
}
#about .about-container01::before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  top: 0;
  left: 150px;
}
@media screen and (max-width: 768px) {
  #about .about-container01::before {
    left: 0;
  }
}
#about .about-container01::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  bottom: 0;
  right: 150px;
}
@media screen and (max-width: 768px) {
  #about .about-container01::after {
    bottom: 1.5rem;
    right: 0;
  }
}
#about .container01-ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#about .container01-ttl .green, #about .container01-ttl .orange {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .container01-ttl {
    font-size: 1rem;
  }
}
#about .container01-txt {
  width: 785px;
  margin: 1rem auto 0;
}
@media screen and (max-width: 768px) {
  #about .container01-txt {
    width: auto;
    font-size: 0.8rem;
  }
}
#about .container01-list {
  display: flex;
  flex-wrap: wrap;
  background: #000;
  width: 700px;
  padding: 1rem 2rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 768px) {
  #about .container01-list {
    width: 98%;
    font-size: 0.8rem;
    letter-spacing: -0.03em;
    padding: 1rem 0 1rem .5rem;
  }
}
#about .container01-item {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .container01-item .block {
    display: inline-block;
    margin-left: .5em;
  }
  #about .container01-item .space {
    display: inline-block;
    width: .5rem;
  }
}
#about .container01-item:nth-child(2) {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #about .container01-item:nth-child(2) {
    margin-left: 0;
  }
}
#about .about-txt .block {
  display: block;
  margin-top: 0.5em;
}
#about .about-application {
  margin-top: 2em;
}
#about .application-txtbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  #about .application-txtbox {
    display: block;
  }
}
#about .application-ttl {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .application-ttl {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
  }
}
#about .application-ttl::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/application_img01.png) no-repeat center/contain;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #about .application-ttl::after {
    top: 110%;
    left: 50%;
    right: 0;
    transform: translateX(-50%) rotate(90deg);
  }
}
#about .application-txt {
  width: 800px;
  margin-left: 5em;
}
@media screen and (max-width: 768px) {
  #about .application-txt {
    width: auto;
    font-size: 0.8rem;
    text-align: center;
    margin: 3rem 0 0;
  }
}
#about .application-container02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .application-container02 {
    padding-bottom: 4em;
  }
}
#about .application-img img {
  display: block;
  position: absolute;
  width: 700px;
  height: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .application-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #about .application-list {
    display: block;
    margin-top: 1rem;
  }
}
#about .application-item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #about .application-item {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #about .application-item:nth-child(n+2) .item-container {
    display: none;
  }
  #about .application-item:last-child .item-container {
    padding-bottom: 0;
  }
}
#about .application-item:nth-child(2) .list-item:nth-child(n+5) {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #about .application-item:nth-child(2) .list-item:nth-child(n+5) {
    width: auto;
    margin-left: 0;
  }
}
#about .application-item:nth-child(3) {
  order: 4;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #about .application-item:nth-child(3) {
    margin-top: 0;
  }
}
#about .application-item:nth-child(3) .item-ttl, #about .application-item:nth-child(3) .item-txt {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #about .application-item:nth-child(3) .item-ttl, #about .application-item:nth-child(3) .item-txt {
    width: auto;
  }
}
#about .application-item:nth-child(3) .list-ttl {
  margin-left: 4em;
}
@media screen and (max-width: 768px) {
  #about .application-item:nth-child(3) .list-ttl {
    margin-left: 0;
  }
}
#about .application-item:nth-child(3) .list-item:first-child {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  #about .application-item:nth-child(3) .list-item:first-child {
    margin-left: 0;
  }
}
#about .application-item:last-child {
  order: 3;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #about .application-item:last-child {
    margin-top: 0;
  }
}
#about .application-item:last-child .item-ttl {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #about .application-item:last-child .item-ttl {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #about .application-item .item-container {
    padding: 1em 0 3em;
  }
}
#about .application-item .item-ttl {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .application-item .item-ttl {
    position: relative;
    font-size: 1.2em;
    text-align-last: left;
    padding: 0.5rem 0 0.5rem 1rem;
  }
  #about .application-item .item-ttl::after {
    position: absolute;
    content: "－";
    width: 2rem;
    height: 2rem;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  #about .application-item .item-ttl.is-active::after {
    content: "＋";
  }
}
#about .application-item .list-ttl {
  width: 45%;
  text-align: center;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #about .application-item .list-ttl {
    width: auto;
  }
}
#about .application-item .list-ttl .small {
  font-size: 50%;
  vertical-align: top;
}
#about .application-item .list-item .space {
  display: inline-block;
  width: 1em;
}
@media screen and (max-width: 768px) {
  #about .application-item .list-item .space {
    display: none;
  }
}
#about .reason {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about .reason {
    display: block;
  }
}
#about .reason-lists {
  width: calc(95% / 3);
}
@media screen and (max-width: 768px) {
  #about .reason-lists {
    width: 100%;
    margin-top: 40px;
  }
}
#about .reason-lists_title {
  color: #fdd000;
  font-size: 20px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #about .reason-lists_title {
    margin-bottom: 30px;
  }
}
#about .reason-lists_number {
  font-size: 140px;
  color: #152040;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#about .reason-lists_lead {
  color: #fff;
  font-size: 15px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
#about .reason-lists_info {
  border: 1px solid #fff;
  padding: 10px 15px;
  margin: 10px 0;
}
#about .about-info {
  align-items: center;
  border-top: 1px dashed #fff;
  display: flex;
  margin-top: 50px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #about .about-info {
    display: block;
  }
}
#about .about-info_title {
  color: #fdd000;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #about .about-info_title {
    margin-bottom: 15px;
  }
}
#about .about-info_title span {
  display: block;
  font-size: 24px;
}
#about .about-info_text {
  color: #fff;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 15px;
}

/*-------------------------
  schedule
--------------------------*/
#schedule {
  background: rgba(156, 193, 56, 0.8);
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  #schedule {
    padding: 4rem 0;
  }
}
#schedule .sec-title {
  margin-bottom: 40px;
  padding: 10px 15px 7px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #schedule .sec-title {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
#schedule .program_item:first-child .program_container {
  margin-left: 3em;
}
@media screen and (max-width: 768px) {
  #schedule .program_item:first-child .program_container {
    margin-left: 0;
  }
}
#schedule .program_item:first-child .program_list:last-child {
  margin-left: 8em;
}
@media screen and (max-width: 768px) {
  #schedule .program_item:first-child .program_list:last-child {
    margin-left: 0;
  }
}
#schedule .program_item:last-child .program_container {
  justify-content: center;
}
#schedule .program_head {
  display: flex;
  justify-content: center;
  background: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-indent: 1rem;
  border-left: 5px solid #cc5517;
  padding: .3rem 0;
}
@media screen and (max-width: 768px) {
  #schedule .program_head {
    display: block;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #schedule .program_date {
    letter-spacing: -0.03em;
  }
}
#schedule .program_lecturer .deco {
  background: #8cc220;
  color: #fff;
  padding: 0.2rem;
}
#schedule .program_container {
  display: flex;
  font-size: 1.3rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  #schedule .program_container {
    display: block;
    font-size: 1rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
#schedule .program_item02:nth-child(n+2) {
  margin-top: .5rem;
}
#schedule .program .item02_ttl {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  #schedule .program .item02_ttl {
    letter-spacing: -0.03em;
  }
}
#schedule .program .item02_ttl::before {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #000;
  top: 48%;
  left: -.3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #schedule .program .item02_ttl::before {
    width: 0.9rem;
    height: 0.9rem;
    left: -0.25rem;
  }
}
#schedule .program_recommend {
  width: 800px;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #schedule .program_recommend {
    width: auto;
  }
}
#schedule .program_recommend .recommend_inner {
  background: #12ab39;
  border: 3px solid #fff;
  padding: 1rem;
}
#schedule .program_recommend .recommend_ttl {
  position: relative;
  display: block;
  width: 65%;
  font-size: 1.5em;
  text-align: center;
  border-bottom: 2px solid #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #schedule .program_recommend .recommend_ttl {
    width: auto;
  }
}
#schedule .program_recommend .recommend_ttl::before, #schedule .program_recommend .recommend_ttl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  transform: translateX(-50%);
}
#schedule .program_recommend .recommend_ttl::before {
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  left: 50%;
}
#schedule .program_recommend .recommend_ttl::after {
  border-color: #12ab39 transparent transparent transparent;
  bottom: -17px;
  left: 50%;
}
#schedule .program_recommend .recommend_container {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
#schedule .program_recommend .recommend_item .item_txt {
  line-height: 2;
  border-bottom: 3px dotted #8cc220;
}
#schedule .program_recommend .recommend_item .green {
  margin: 0 5px 0 0;
  color: #8cc220;
}
#schedule .program_recommend .recommend_txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 1px #cc5517;
  text-stroke: 1px #cc5517;
  margin-top: 1rem;
}

.program-caution {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -14px;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .program-caution {
    padding: 0 15px 0 28px;
  }
}

/*-------------------------
  lecture
--------------------------*/
#lecture {
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  #lecture {
    padding: 50px 0;
  }
}
#lecture .sec-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #lecture .sec-title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
#lecture .sec-title span {
  border-right: 2px solid #231815;
  margin-right: 10px;
  padding-right: 10px;
}
#lecture .sec-title span:first-child {
  border-left: 2px solid #231815;
  padding-left: 10px;
}
#lecture .lecture-block {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-block {
    padding-bottom: 30px;
  }
}
#lecture .lecture-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-lists {
    display: block;
  }
}
#lecture .lecture-lists_item {
  margin: 0 2% 3% 0;
  position: relative;
  width: calc(92% / 4);
}
@media screen and (max-width: 768px) {
  #lecture .lecture-lists_item {
    width: 100%;
  }
}
#lecture .lecture-lists_item:nth-child(4n) {
  margin-right: 0;
}
#lecture .lecture-lists_visual img {
  width: 100%;
}
#lecture .lecture-lists_lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 25px;
}
#lecture .lecture-lists_lead--common {
  position: absolute;
  left: 30%;
  text-align: center;
  width: 150%;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-lists_lead--common {
    position: relative;
    left: 0;
    text-align: left;
    width: 100%;
  }
}
#lecture .lecture-lists_profile {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}
#lecture .lecture-lists_profile--common {
  padding-top: 73px;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-lists_profile--common {
    padding-top: 0;
  }
}
#lecture .lecture-lists_profile span {
  font-size: 18px;
  font-weight: bold;
}
#lecture .lecture-lists_text {
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
}
#lecture .present {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lecture .present {
    width: auto;
    margin-top: 2rem;
  }
}
#lecture .present_bg {
  background: #8cc220;
  padding: 1rem;
}
#lecture .present_border {
  border: 1px solid #fff;
}
#lecture .present_inner {
  border: 3px solid #fff;
  padding: .3rem;
  margin: 2px;
}
#lecture .present_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lecture .present_container {
    display: block;
    padding-bottom: 1rem;
  }
}
#lecture .present_img img {
  position: absolute;
  top: -3em;
  left: 0;
}
@media screen and (max-width: 768px) {
  #lecture .present_img img {
    left: 50%;
    transform: translateX(-50%);
  }
}
#lecture .present_ttl {
  font-size: 1.2rem;
  font-weight: bold;
  color: #c50018;
}
@media screen and (max-width: 768px) {
  #lecture .present_ttl {
    text-align: center;
    padding-top: 1.5rem;
  }
}
#lecture .present_txt {
  display: block;
  width: 70%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lecture .present_txt {
    width: auto;
    padding: 0 .5rem;
  }
}
#lecture .present_txt .small {
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  #lecture .present_txt .small {
    display: block;
    margin-top: 0.5rem;
  }
}

/*-------------------------
  feature
--------------------------*/
#feature {
  padding: 60px 0 35px;
}
@media screen and (max-width: 768px) {
  #feature {
    padding: 35px 0 15px;
  }
}
#feature .feature-point {
  position: relative;
}
#feature .feature-step {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -36%;
}
@media screen and (max-width: 768px) {
  #feature .feature-step {
    display: none;
  }
}
#feature .feature-lists + .feature-lists {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #feature .feature-lists + .feature-lists {
    margin-top: 20px;
  }
}
#feature .feature-lists_title {
  color: #004d8f;
  font-size: 28px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature .feature-lists_title {
    font-size: 18px;
  }
}
#feature .feature-lists_title span {
  background: linear-gradient(rgba(0, 0, 0, 0) 55%, #ffe364 55%);
  font-weight: bold;
  margin: 0 2px;
}
#feature .feature-lists_text {
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature .feature-lists_text {
    font-size: 15px;
  }
}
#feature .feature-lists_text .info {
  color: red;
  font-size: 12px;
  font-weight: bold;
  vertical-align: super;
}
#feature .feature-caution {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feature .feature-caution {
    font-size: 13px;
  }
}
#feature .feature-caution span {
  color: red;
}

/*-------------------------
  theme
--------------------------*/
#theme {
  background-color: #004d8f;
  background-image: url(../img/theme_bg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 35px;
}
@media screen and (max-width: 768px) {
  #theme {
    padding: 35px 0 15px;
  }
}
#theme .sec-header_title {
  color: #fdd000;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #theme .sec-header_title {
    font-size: 25px;
  }
}
#theme .sec-header_lead {
  color: #fdd000;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #theme .sec-header_lead {
    font-size: 16px;
  }
}
#theme .theme-main {
  margin-top: 40px;
}

/* 受講料 */
#fee {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #fee {
    margin: 0 0 60px;
  }
}

.fee_inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .fee_inner {
    padding: 0 15px;
    width: 100%;
  }
}

.fee_ttl {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #DB4F2F;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .fee_ttl {
    font-size: 16px;
    line-height: 1.2;
  }
}

.fee_price {
  display: flex;
  margin: 0 0 15px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .fee_price {
    display: block;
    border: 1px solid #000;
  }
}

.fee_price_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  min-width: 200px;
  font-size: 30px;
  line-height: 1.4;
  background: #E6E6E7;
}
@media screen and (max-width: 768px) {
  .fee_price_ttl {
    font-size: 20px;
    padding: 5px 0;
  }
}
.fee_price_ttl span {
  font-size: 16px;
}

.fee_price_info {
  width: 100%;
}

.fee_price_info_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fee_price_info_block {
    display: block;
    padding: 10px;
  }
}
.fee_price_info_block:not(:last-child) {
  border-bottom: 3px dashed #000;
}
@media screen and (max-width: 768px) {
  .fee_price_info_block:not(:last-child) {
    border-bottom: 2px dashed #000;
  }
}
.fee_price_info_block p {
  text-align: right;
  margin: 0 15px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fee_price_info_block p {
    text-align: center;
    margin: 0 0 5px;
    font-size: 14px;
  }
}
.fee_price_info_block.fee_price_info_block__special {
  color: #FF0000;
}

.fee_price_info_price {
  font-size: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fee_price_info_price {
    text-align: center;
    margin: 0;
    font-size: 25px;
  }
}
.fee_price_info_price span {
  margin: 0 5px 0 0;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fee_price_info_price span {
    font-size: 35px;
  }
}

/* オンライン研修 */
.ondemand {
  display: flex;
  justify-content: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .ondemand {
    margin: 0 15px 60px;
  }
}

.ondemand-inner {
  position: relative;
  margin: 0 20px;
  padding: 20px;
  width: 100%;
  max-width: 960px;
  border: 5px solid #4978BC;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .ondemand-inner {
    margin: 0;
  }
}

.ondemand-ttl {
  text-align: center;
  margin-bottom: 10px;
}
.ondemand-ttl span {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.7;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ddf2fc 60%);
  color: #02407E;
}
@media screen and (max-width: 768px) {
  .ondemand-ttl span {
    font-size: 18px;
    line-height: 1.5;
  }
}

.ondemand-info ul li {
  padding: 0 0 5px 22px;
  text-indent: -22px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 768px) {
  .ondemand-info ul li {
    padding: 0 0 5px 20px;
    text-indent: -20px;
    font-size: 14px;
  }
}
.ondemand-info ul li::before {
  content: "●";
  position: relative;
  top: -1px;
  padding: 0 5px 0 0;
  color: #02407E;
}
.ondemand-info ul li span {
  display: block;
  padding: 0 0 0 16px;
  text-indent: -16px;
  color: #FF3366;
}
.ondemand-info ul li span::before {
  content: "◎";
}
.ondemand-info ul li.ondemand-notice {
  margin: 5px 0 0;
  padding: 0 0 5px 18px;
  text-indent: -18px;
  font-size: 13px;
}
.ondemand-info ul li.ondemand-notice::before {
  content: "※";
}

.ondemand-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .ondemand-icon {
    display: none;
  }
}

/* お問い合わせ */
.contactform {
  padding: 90px 0 70px;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .contactform {
    padding: 60px 0 40px;
  }
}

.applicationform-table-radio ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0 0;
}
.applicationform-table-radio ul li label input[type="radio"] {
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}

.applicationform-table table tr td select.short {
  margin: 0;
  width: 250px;
}
.applicationform-table table tr.required-name2-box, .applicationform-table table tr.required-name3-box, .applicationform-table table tr.required-name4-box {
  display: none;
}
.applicationform-table table tr.required-name2-box.open, .applicationform-table table tr.required-name3-box.open, .applicationform-table table tr.required-name4-box.open {
  display: block;
}

.applicationform-table-checklist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .applicationform-table-checklist ul li label {
    margin: 0;
  }
}
.applicationform-table-checklist ul li input {
  margin: 0 5px 0 0;
}
.applicationform-table-checklist ul li textarea {
  margin: 10px 0 0;
}
.applicationform-table-checklist ul li:last-child {
  width: 100%;
}

/* お問い合わせ 確認画面用 */
.applicationform-confirm {
  margin: 0 0 80px;
  padding: 80px 0 70px;
  background: #e6e6ef;
}
@media screen and (max-width: 1180px) {
  .applicationform-confirm {
    padding: 50px 15px 40px;
  }
}
.applicationform-confirm .applicationform-confirm-inner {
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .applicationform-confirm .applicationform-confirm-inner {
    width: 100%;
  }
}
.applicationform-confirm .applicationform-confirm-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: bold;
  color: #192347;
}
@media screen and (max-width: 768px) {
  .applicationform-confirm .applicationform-confirm-title {
    margin: 0 0 30px;
    font-size: 24px;
  }
}

/* お問い合わせ 確認画面・完了画面用 */
.seminarlp-confirm #container,
.seminarlp-thanks #container {
  background: #FFF;
}
