@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Playfair+Display+SC:400,700,900);
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, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'DIN';
  font-style: bold;
  font-weight: 600;
  src: local("DINAlternate-Bold"), url(./assets/font/DINAlternate-Bold.woff) format("woff");
  font-display: swap;
}

/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*
Bootstrap 3
768px未満: スマホ（デフォルト）
※スマホは、Media Queries無しで記述。
768px以上をタブレットサイズ
992px以上をデスクトップサイズ
1200px以上を大きめのデスクトップサイズ

iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

#########################################################*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 1.0625rem;
  font-family: "DIN", "a-otf-futo-go-b101-pr6n", sans-serif;
  margin: 0 !important;
}

html, body {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.8;
}

a {
  color: #000;
}

a:focus {
  color: #959595;
}

a:active {
  color: #00a0e9;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

/*
Theme Name:		SMART-MINIMUM
Theme URI:		http://rfs.jp/
Description:	デザインありきで制作する際の、最小限必要と思われる構成のテンプレートです。
Author:			rhythmfactory
Author URI:		http://rfs.jp/
Version:		1.0
License:
License URI:
*/
/*#########################################################

要素関連

#########################################################*/
p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #000000;
  letter-spacing: .1rem;
  font-family: "DIN", "a-otf-futo-go-b101-pr6n", sans-serif;
}

@media screen and (max-width: 768px) {
  p {
    line-height: 1.45;
  }
}

#wpmem_login, #wpmem_reg {
  font-family: "DIN", "a-otf-futo-go-b101-pr6n", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
}

a {
  font-family: "DIN", "a-otf-futo-go-b101-pr6n", sans-serif;
  display: block;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "DIN", "a-otf-futo-go-b101-pr6n", sans-serif;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/*#########################################################

WordPress必須クラス

#########################################################*/
.wp-caption {
  /**/
}

.wp-caption-text {
  /**/
}

.sticky {
  /**/
}

.gallery-caption {
  /**/
}

.bypostauthor {
  /**/
}

.alignright {
  /**/
}

.alignleft {
  /**/
}

.aligncenter {
  /**/
}

.screen-reader-text {
  /**/
}

/*#########################################################

レイアウト

#########################################################*/
.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.xl {
  display: none;
}

@media screen and (min-width: 1201px) {
  .xl {
    display: block;
  }
}

.lg {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  .lg {
    display: block;
  }
}

.lmd {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lmd {
    display: block;
  }
}

.sp {
  display: block;
}

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

.double_box {
  width: 100%;
  font-size: 0;
}

.double_box .half_box {
  display: inline-block;
  width: 50%;
  position: relative;
}

.inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

.inner.min {
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }
}

.link_btn {
  display: inline-block;
  background-color: #000;
  border-radius: 24px;
  height: 48px;
  text-align: center;
  padding: 0 54px;
  box-shadow: 0 0px 18px 9px rgba(0, 0, 0, 0.12);
  width: 80%;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .link_btn {
    height: 45px;
    box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.12);
  }
}

.link_btn p {
  line-height: 48px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .link_btn p {
    font-size: 12px;
    line-height: 45px;
  }
}

@media screen and (min-width: 769px) {
  .link_btn:hover {
    background-color: #fff;
    opacity: .7;
  }
  .link_btn:hover p {
    color: #000;
  }
}

.link_btn.white {
  background-color: #fff;
}

.link_btn.white p {
  color: #000;
}

@media screen and (min-width: 769px) {
  .link_btn.white:hover {
    background-color: #000;
  }
  .link_btn.white:hover p {
    color: #fff;
  }
}

.link_btn.red {
  background-color: #c1272d;
}

.link_btn.red p {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .link_btn.red:hover {
    background-color: #fff;
  }
  .link_btn.red:hover p {
    color: #c1272d;
  }
}

.section_midashi {
  font-size: 7.6vw;
  margin-bottom: 60px;
  letter-spacing: .4rem;
  line-height: 1;
}

/* サイトヘッダ */
.header_imgbox {
  float: left;
  width: 130px;
}

.header_imgbox img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header_imgbox img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

header#site-header {
  padding: 0px;
  width: 100vw;
  height: auto;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  color: #fff;
  padding: 19px 0;
  z-index: 9999;
  box-shadow: 0px -1px 9px #d4d4d4;
}

@media screen and (max-width: 768px) {
  header#site-header {
    padding: 15px 0;
  }
}

header#site-header h1 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  header#site-header p.min {
    font-size: 12px;
  }
}

header#site-header form {
  position: relative;
}

header#site-header form input {
  border: none;
  border-bottom: 2px solid #000;
  padding-right: 40px;
  border-radius: 0;
}

header#site-header form input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  header#site-header form input {
    width: 100%;
    margin-top: 10px;
    height: 30px;
  }
}

header#site-header form button[type="submit"] {
  width: 34px;
  background: transparent;
  border: none;
  position: absolute;
  bottom: 4px;
  right: 0;
}

@media screen and (max-width: 768px) {
  header#site-header form button[type="submit"] {
    width: 25px;
    bottom: 10px;
  }
}

header#site-header .pc_nav {
  float: right;
}

header#site-header .pc_nav ul li {
  display: inline-block;
  font-size: 0;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}

header#site-header .pc_nav ul li:last-child {
  margin-right: 0;
}

header#site-header .pc_nav ul li p {
  font-family: "DIN", "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  line-height: 34px;
}

@media screen and (max-width: 768px) {
  header#site-header #selectjs p.aa {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
}

header#site-header .select_btnbox {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 396px;
  background-color: #fff;
  padding: 25px 15px 10px;
}

@media screen and (max-width: 768px) {
  header#site-header .select_btnbox {
    display: block !important;
    position: relative;
    bottom: inherit;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    padding: 0;
  }
}

header#site-header .select_btnbox .ss {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  header#site-header .select_btnbox .ss {
    margin-top: 5px;
  }
}

header#site-header .select_btnbox .ss p.sss {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  header#site-header .select_btnbox .ss p.sss {
    font-size: 11px;
    margin-right: 5px;
  }
}

header#site-header .select_btnbox .ss ul {
  display: inline-block;
  vertical-align: middle;
}

header#site-header .select_btnbox .ss ul li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  header#site-header .select_btnbox .ss ul li {
    margin-right: 5px;
    padding: 2px 0;
  }
}

header#site-header .select_btnbox .ss ul li:last-child {
  margin-right: 0;
}

header#site-header .select_btnbox .ss ul li a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 0px 18px 9px rgba(0, 0, 0, 0.08);
  transition: .3s;
}

@media screen and (max-width: 768px) {
  header#site-header .select_btnbox .ss ul li a {
    width: 10vw;
    height: 10vw;
  }
}

header#site-header .select_btnbox .ss ul li a p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  header#site-header .select_btnbox .ss ul li a p {
    font-size: 12px;
  }
}

header#site-header .select_btnbox .ss ul li a:hover {
  background: #000;
}

header#site-header .select_btnbox .ss ul li a:hover p {
  color: #fff;
}

header#site-header .archive_btnbox {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 200px;
  background-color: #fff;
  padding: 0;
}

header#site-header .archive_btnbox li {
  padding: 10px 20px;
  background-color: #efefef;
  border-bottom: 1px solid #000;
}

header#site-header .archive_btnbox li:last-child {
  border-bottom: 0;
}

.drawer_menu.blog_header .drawer_button {
  top: 14px;
}

main#main {
  padding-top: 75px;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  main#main {
    padding-top: 70px;
  }
}

section {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

section h2 {
  font-size: 24px;
  margin-bottom: 45px;
}

section#login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section#login {
    padding: 50px 0;
  }
}

section#login .imgbox {
  width: 50%;
  background: #29abe2;
  background-size: cover;
}

section#login .imgbox img {
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  section#login .imgbox {
    display: none;
  }
}

section#login .loginform_box {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#login .loginform_box {
    width: 100%;
  }
}

section#login .loginform_box .info_box {
  position: absolute;
  width: 100%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section#login .loginform_box .info_box .logo_imgbox {
  width: 155px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  section#login .loginform_box .info_box .logo_imgbox {
    margin-bottom: 50px;
  }
}

section#login .loginform_box .info_box .attention {
  text-align: center;
}

section#login .loginform_box .info_box .link_btn {
  width: 100%;
  max-width: 180px;
  padding: 0;
  display: block;
  margin: 20px auto 30px;
}

@media screen and (max-width: 768px) {
  section#login .loginform_box .info_box {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) {
  section#login .loginform_box .info_box .link_btn p {
    font-size: 15px;
  }
}

section#select {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#select {
    margin-bottom: 50px;
  }
}

section#select .inner {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#select .inner {
    min-height: none;
    height: auto;
  }
}

section#select .logo {
  width: 162px;
  margin: 0 auto 85px;
}

@media screen and (max-width: 768px) {
  section#select .logo {
    margin-bottom: 0;
  }
}

section#select h2 {
  font-size: 26px;
  margin-bottom: 0;
}

section#select h2 + p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section#select h2 + p {
    margin-bottom: 10px;
  }
}

section#select #faculty {
  width: 100%;
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section#select #faculty h2 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#select #faculty h2 + p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  section#select #faculty {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 92%;
    margin: 40px auto 0;
  }
}

section#select ul {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#select ul {
    display: block;
    width: 100%;
    font-size: 0;
  }
}

section#select ul li {
  width: 100%;
  max-width: 269px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 5px;
  cursor: pointer;
  display: block;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  section#select ul li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    margin-bottom: 10px;
    max-width: none;
    padding: 40px 0;
  }
  section#select ul li:nth-child(2n) {
    margin-left: 2%;
  }

}

section#select ul li h3 {
  font-size: 30px;
}

section#select ul li p {
  font-size: 14px;
  text-align: center;
}

section#select ul.sessionarchive_list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  section#select ul.sessionarchive_list {
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
}

section#select ul.sessionarchive_list li {
  max-width: 210px;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  section#select ul.sessionarchive_list li {
    max-width: inherit;
  }
  section#select ul.sessionarchive_list li h3 {
    font-size: 20px;
  }
  section#select ul.sessionarchive_list li p {
    font-size: 12px;
  }
}

section#select ul.sessionarchive_list li a {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  section#select ul.sessionarchive_list li a {
    padding: 20px 0;
  }
}

section#select ul.sessionarchive_list li.newssession {
  background-color: #f2f8e9;
}

@media screen and (max-width: 768px) {
  section#select ul.sessionarchive_list li.newssession {
    display: block;
    width: 100%;
    max-width: inherit;
  }
}

@media screen and (max-width: 768px) {
  section#select .selectarea.elementary_year ul li:last-child {
    width: 49%;
    padding: 40px 0;
  }
}

section#select #school_year {
  display: none;
  text-align: center;
}

section#select #school_year .elementary_year, section#select #school_year .middle_year, section#select #school_year .high_year {
  display: none;
}

section#select #school_year .elementary_year.active, section#select #school_year .middle_year.active, section#select #school_year .high_year.active {
  display: block;
}

@media screen and (max-width: 768px) {
  section#select #school_year {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 92%;
    margin: 20px auto 0;
  }
  section#select #school_year h3.elementary_year, section#select #school_year h3.middle_year, section#select #school_year h3.high_year {
    margin-bottom: 20px;
  }
}

section#select #school_year ul {
  margin: 40px 0 50px;
}

@media screen and (max-width: 768px) {
  section#select #school_year ul {
    margin-top: 0;
  }
}

section#select #school_year ul li {
  padding: 0;
}

section#select #school_year ul li a {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  section#select #school_year ul li a {
    padding: 40px 0;
  }
}

section#select #school_year .link_btn {
  width: 200px;
}

section#select .link_btn.select_back {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  section#select .link_btn p {
    font-size: 16px;
  }
}

section#info_bar {
  width: 400px;
  height: 100vh;
  position: fixed;
  top: 100px;
  left: 0;
  box-sizing: border-box;
  text-align: left;
  padding: 0 40px;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  section#info_bar {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
    padding: 0;
  }
  section#info_bar .info_text {
    width: 92%;
    margin: 0 auto;
  }
  section#info_bar .link_btn {
    width: 120px;
    padding: 0;
  }
}

section#info_bar .page_name {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  section#info_bar .page_name {
    font-size: 16px;
  }
}

section#info_bar h1 {
  font-size: 31px;
  text-align: left;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  section#info_bar h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

section#info_bar ul.banner {
  margin-bottom: 25px;
}

section#info_bar h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  section#info_bar .newsbox {
    width: 92%;
    margin: 0 auto;
  }
}

section#info_bar .newsbox:after {
  content: "";
  display: block;
  clear: both;
}

section#info_bar ul.news li {
  border-top: 1px solid #ccc;
  padding: 5px 0;
}

section#info_bar ul.news li p {
  display: inline-block;
  vertical-align: top;
}

section#info_bar ul.news li p.day {
  width: 80px;
  margin-right: 20px;
}

section#info_bar ul.news li:last-child {
  border-bottom: 1px solid #ccc;
}

section#info_bar .link_btn {
  margin-top: 30px;
  float: right;
}

section#curriculum_box {
  box-sizing: border-box;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#curriculum_box {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  section#curriculum_box.cubox {
    width: calc(100% - 440px);
    margin-left: 440px;
  }
}

section#curriculum_box.cubox:after {
  content: "";
  background: url(./assets/images/common/shadow.png);
  background-repeat: repeat-y;
  height: 100%;
  width: 50px;
  top: 0;
  right: -4px;
  display: block;
  position: absolute;
}

@media screen and (max-width: 768px) {
  section#curriculum_box.cubox:after {
    width: 40px;
  }
}

section#curriculum_box.cubox.single_sessionlist:after {
  display: none;
}

section#curriculum_box h1 {
  font-size: 25px;
}

section#curriculum_box h1 span {
  margin-left: 15px;
  font-size: 16px;
}

section#curriculum_box .culbox {
  margin-bottom: 40px;
  overflow-x: auto;
  white-space: nowrap;
}

section#curriculum_box ul {
  width: 100%;
  font-size: 0;
  position: relative;
}

section#curriculum_box ul li {
  width: 196px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  white-space: initial;
  overflow-wrap: break-word;
}

section#curriculum_box ul li.more_movie {
  text-align: center;
  position: relative;
}

section#curriculum_box ul li.more_movie div {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}

section#curriculum_box ul li.more_movie img {
  width: 80px;
  margin: 0 auto;
}

section#curriculum_box ul li.more_movie p {
  text-align: center;
  letter-spacing: 0;
}

section#curriculum_box.single_sessionlist {
  padding-bottom: 50px;
}

section#curriculum_box.single_sessionlist li {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  section#curriculum_box.single_sessionlist {
    width: 700px;
    margin: 0 auto;
  }
  section#curriculum_box.single_sessionlist li {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  section#curriculum_box.single_sessionlist li {
    width: 100%;
    margin-right: 0;
  }
}

section#curriculum_video {
  font-size: 0;
  height: calc(100vh - 75px);
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section#curriculum_video {
    height: auto;
    padding-bottom: 50px;
  }
}

section#curriculum_video .video {
  height: 100%;
  width: calc(100% - 390px);
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  section#curriculum_video .video {
    width: 100%;
    display: block;
  }
}

section#curriculum_video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  section#curriculum_video .video iframe {
    position: relative;
    height: 56.25vw;
  }
}

section#curriculum_video .video .sc_frame_text {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

section#curriculum_video .curriculum_info {
  display: inline-block;
  width: 390px;
  height: 100%;
  vertical-align: top;
  padding: 45px 40px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#curriculum_video .curriculum_info {
    width: 92%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  section#curriculum_video .curriculum_info section#curriculum_box {
    margin-top: 20px;
  }
}

section#curriculum_video .curriculum_info .btn_box {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#curriculum_video .curriculum_info .btn_box {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

section#curriculum_video .curriculum_info .tag {
  margin-bottom: 15px;
}

section#curriculum_video .curriculum_info p.des {
  width: 100%;
}

section#top_menu, section.session_menu {
  position: relative;
  z-index: 999;
}

@media screen and (min-width: 769px) {
  section#top_menu, section.session_menu {
    margin-bottom: 50px;
  }
  section#top_menu.cpage, section.session_menu.cpage {
    margin-bottom: 20px;
  }
  section#top_menu.cpage .inner, section.session_menu.cpage .inner {
    width: 100%;
    max-width: inherit;
  }
  section#top_menu.cpage .link_btn, section.session_menu.cpage .link_btn {
    margin-right: 30px;
  }
}

section#top_menu .inner, section.session_menu .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section#top_menu p.page_name, section.session_menu p.page_name {
  font-size: 20px;
}

section#top_menu h1, section.session_menu h1 {
  font-size: 30px;
  line-height: 1;
}

section#top_menu .link_btn, section.session_menu .link_btn {
  width: 220px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  section#top_menu .link_btn, section.session_menu .link_btn {
    width: auto;
    padding: 0;
    padding: 0 25px;
  }
}

section .session_menu .inner {
  width: 100%;
}

section#news_listbox ul li.news_infobox {
  box-shadow: 0 0px 18px 9px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

section#news_listbox ul li.news_infobox .news_info {
  display: flex;
}

section#news_listbox ul li.news_infobox .news_info .textbox {
  width: 70%;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  section#news_listbox ul li.news_infobox .news_info .textbox {
    width: 65%;
  }
}

section#news_listbox ul li.news_infobox .news_info .imgbox {
  width: 30%;
}

@media screen and (max-width: 768px) {
  section#news_listbox ul li.news_infobox .news_info .imgbox {
    width: 35%;
    height: auto;
  }
  section#news_listbox ul li.news_infobox .news_info .imgbox a {
    display: block;
    height: 100%;
  }
  section#news_listbox ul li.news_infobox .news_info .imgbox a .thumb {
    padding-top: 0;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  section#news_listbox ul li.news_infobox ul.tag {
    margin-bottom: 5px;
  }
  section#news_listbox ul li.news_infobox ul.tag li {
    padding: 2px 8px;
    margin-bottom: 5px;
  }
  section#news_listbox ul li.news_infobox ul.tag li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  section#news_single {
    padding-bottom: 100px;
  }
}

section#news_single .imgbox {
  width: 100%;
  padding-top: 28.3%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#news_single .imgbox {
    padding-top: 56%;
    margin-bottom: 20px;
  }
}

section#news_single .textbox h2 {
  margin-bottom: 10px;
}

section#news_single ul {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section#news_single ul {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  section#news_single .btn_box {
    margin-top: 100px;
  }
  section#news_single .btn_box .link_btn {
    width: 200px;
  }
}

section#search_box {
  width: 700px;
  margin: 0 auto;
}

section#search_box .blog_imgbox img {
  width: 100%;
  height: auto;
}

body.page-template-page-login main#main {
  padding-top: 0;
}

body.page-template-page-login header#site-header, body.page-template-page-select header#site-header {
  display: none;
}

#wpmem_login legend {
  display: none;
}

#wpmem_login .div_text {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
}

#wpmem_login .div_text input {
  border: none;
  outline: none;
  box-shadow: none;
}

#wpmem_login .div_text input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

#wpmem_login .button_div {
  width: 100%;
  text-align: center;
}

#wpmem_login .button_div input[type="submit"] {
  display: block;
  background-color: #fff;
  border-radius: 24px;
  height: 48px;
  text-align: center;
  width: 180px;
  box-shadow: 0 0px 18px 9px rgba(0, 0, 0, 0.12);
  margin: 20px auto 0;
  cursor: pointer;
  transition: .35s;
}

#wpmem_login .button_div input[type="submit"] p {
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #wpmem_login .button_div input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
  }
  #wpmem_login .button_div input[type="submit"]:hover p {
    color: #fff;
  }
}

ul.tag li {
  width: auto !important;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 30px;
  margin-right: 2px !important;
  margin-bottom: 5px;
  padding: 3px 8px;
}

ul.tag li a {
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  ul.tag li a {
    font-size: 14px;
  }
}

.date_info {
  margin-top: 5px;
}

.date_info p {
  font-size: 12px;
  margin-bottom: 5px;
  padding: 3px 8px;
  line-height: 1.2;
  display: inline-block;
  border-radius: 30px;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .date_info p {
    font-size: 14px;
  }
}

.date_info p.semester {
  background-color: #f7931e;
  color: #fff;
}

.date_info p.day {
  background-color: #000;
  color: #fff;
}

.date_info p.num {
  width: 20px;
  padding: 3px 0;
  text-align: center;
  background-color: #29abe2;
  color: #fff;
}

.btn_box {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .btn_box {
    margin-top: 30px;
  }
}

.btn_box .link_btn {
  display: block;
  width: 184px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .btn_box .link_btn {
    width: 48.5%;
    margin-right: 3%;
    display: inline-block;
  }
  .btn_box .link_btn:nth-child(2n) {
    margin-right: 0;
  }
}

.btn_box .link_btn:last-child {
  margin-bottom: 0;
}

.curriculum_info {
  padding-top: 0;
  margin-bottom: 0;
}

.curriculum_info .thumb {
  width: 100%;
  padding-top: 45%;
  border-radius: 5px;
  background-color: gray;
}

.curriculum_info h2 {
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.curriculum_info p {
  font-size: 12px;
}

.curriculum_info p.des {
  width: 80%;
  text-align: left;
}

.news_info {
  padding-top: 0;
  margin-bottom: 0;
}

.news_info .thumb {
  width: 100%;
  padding-top: 100%;
}

.news_info h2 {
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.news_info p {
  font-size: 12px;
}

.news_info p.des {
  width: 80%;
  text-align: left;
}

body.page .container {
  padding-top: 30px;
}

#curriculum {
  width: 100%;
}

.drawer_menu .header_spcontact {
  display: block;
  width: 80%;
  min-width: 296px;
  height: 90px;
  margin: 0 auto;
  font-size: 1.6rem;
  border: 3px solid #fff;
  border-radius: 3px;
  transition: all　2s ease-in-out;
}

.drawer_menu * {
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.drawer_menu a {
  color: inherit;
  text-decoration: none;
  letter-spacing: .2rem;
  font-size: 1.4rem;
}

.drawer_menu a:visited {
  color: inherit;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.85;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 24px;
  right: 30px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

@media screen and (min-width: 769px) {
  .drawer_menu .drawer_button {
    top: 14px;
  }
}

.drawer_menu .drawer_button.active {
  box-shadow: none;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 40px;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 4px;
  margin: 8px 0;
  border-radius: 2px;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.drawer_menu .drawer_menu_text {
  display: block;
}

.drawer_menu_close_text {
  display: none;
}

.drawer_menu .drawer_nav_wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  -webkit-transform: translate(100vw);
          transform: translate(100vw);
  position: fixed;
  top: 68px;
  right: 0;
  z-index: 1000;
  background: white;
  overflow: scroll;
}

.drawer_menu .drawer_nav_wrapper ul.drawer_navlink li {
  padding: 23px 0;
  text-align: center;
}

.drawer_menu .drawer_nav_wrapper ul.drawer_navlink .link_btn {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.drawer_menu .drawer_nav_wrapper ul.drawer_navlink .link_btn a {
  text-align: center;
  font-size: 16px;
}

.drawer_menu .drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.drawer_menu.left .drawer_button {
  right: auto;
  left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
  -webkit-transform: translate(-312px);
          transform: translate(-312px);
  right: auto;
  left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.drawer_menu .drawer_nav {
  padding: 30px 24px 30px;
}

.drawer_menu .drawer_nav li {
  font-size: 1.8rem;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  display: block !important;
  font-family: "midashi",Hiragino Sans,"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

.drawer_menu .drawer_nav li a {
  color: #fff;
  font-size: 20px;
}

.drawer_menu .drawer_nav li.choice_language a {
  padding: 0 60px 0 40px;
  position: relative;
}

.drawer_menu .drawer_nav li.choice_language a:before {
  content: '';
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
  top: 15%;
  right: 35px;
}

@media screen and (min-width: 769px) {
  .drawer_nav_wrapper .inner {
    height: 100%;
  }
}

.drawer_menu .drawer_nav li span {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(2px, 2px, 0) rotate(45deg);
  transform: translate3d(2px, 2px, 0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(23px, -9px, 0) rotate(45deg);
  transform: translate3d(13px, -3px, 0) rotate(45deg);
}

/*scrollview*/
.scrollView {
  transition: all 1.2s 0s ease;
  opacity: 0;
  -webkit-transform: scale(1, 1) translate(0%, 20px);
  transform: scale(1, 1) translate(0%, 20px);
  transition-delay: .25s;
}

.scrollView.view {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0%, 0%);
  transform: scale(1, 1) translate(0%, 0%);
}
