@charset "UTF-8";
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;
}

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

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1C4A;
  letter-spacing: 0.05em;
  padding-right: 65px;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1A1C4A;
}
a:hover {
  opacity: 0.8;
}

.img img {
  width: 100%;
}

div, a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}

input, select, textarea {
  box-sizing: border-box;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #C9C9C9;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #C9C9C9;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #C9C9C9;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

.is-tb {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .is-tb {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1C4A;
  letter-spacing: 0.05em;
  padding-right: 65px;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1A1C4A;
}
a:hover {
  opacity: 0.8;
}

.img img {
  width: 100%;
}

div, a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}

input, select, textarea {
  box-sizing: border-box;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #C9C9C9;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #C9C9C9;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #C9C9C9;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

.is-tb {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .is-tb {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 66px;
  background: #1A1C4A;
  height: 100%;
  padding: 0 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    width: 50px;
    height: 50px;
  }
}
.header:hover {
  cursor: pointer;
}
.header .header_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .burger {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header .burger {
    display: block;
  }
}
.header .burger:hover {
  cursor: pointer;
}
.header .burger div {
  background: #fff;
  width: 2px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .header .burger div {
    height: 2px;
    width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header .burger div {
    width: 26px;
  }
}
.header .burger div.burger02 {
  margin: 0 7px;
}
@media screen and (max-width: 768px) {
  .header .burger div.burger02 {
    margin: 7px 0;
  }
}
.header p {
  color: #fff;
  font-size: 12px;
  margin: 9px 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .header p {
    display: none;
  }
}
.header p:hover {
  cursor: pointer;
}

.header_nav {
  transition: 0.5s;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #1A1C4A;
}
@media screen and (max-width: 768px) {
  .header_nav {
    transform: translateX(120%);
    width: 85%;
    padding: 16.8% 6.4%;
    overflow-y: auto;
  }
}
.header_nav.active {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .header_nav.active {
    transform: translateX(20%);
  }
}
.header_nav .header_nav_close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header_nav .header_nav_close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
.header_nav .header_nav_close:hover {
  cursor: pointer;
}
.header_nav nav {
  max-width: 1110px;
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .header_nav nav {
    top: 13%;
    transform: translate(-50%, 0);
  }
}
.header_nav nav ul {
  margin: 0 0 80px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .header_nav nav ul {
    margin: 0;
    width: 100%;
  }
}
.header_nav nav ul li {
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .header_nav nav ul li {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .header_nav nav ul li {
    margin: 0 0 32px;
    font-size: 14px;
  }
}
.header_nav nav ul li.en {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .header_nav nav ul li.en {
    margin: 0 0 16px;
    font-size: 18px;
  }
}
.header_nav nav ul li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header_nav nav ul li a {
    text-align: right;
    letter-spacing: 0.1em;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #1A1C4A;
  letter-spacing: 0.05em;
  padding-right: 65px;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1A1C4A;
}
a:hover {
  opacity: 0.8;
}

.img img {
  width: 100%;
}

div, a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
  overflow: hidden;
}

input, select, textarea {
  box-sizing: border-box;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #C9C9C9;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #C9C9C9;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #C9C9C9;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important;
  }
}

.is-tb {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .is-tb {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

.footer {
  background: #1A1C4A;
}
.footer .footer_inner {
  max-width: 1110px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner {
    padding: 32px 23px;
  }
}
.footer .footer_top {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .footer_top {
    display: block;
  }
}
.footer .footer_top .footer_logo {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer_top .footer_logo {
    margin: 0 0 22px;
    line-height: 1.55;
  }
}
.footer .footer_top .sns_list {
  display: flex;
  align-items: center;
  margin: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .footer .footer_top .sns_list {
    margin: 0 0 30px;
  }
}
.footer .footer_top .sns_list li i {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer_top .sns_list li i {
    font-size: 24px;
  }
}
.footer .footer_top .sns_list li + li {
  margin-left: 20px;
}
.footer .footer_top .sns_list li + li a {
  display: block;
}
.footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer_nav ul {
  margin: 0 0 30px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .footer .footer_nav ul {
    margin-right: 40px;
  }
}
.footer .footer_nav ul li {
  margin: 0 0 16px;
}
.footer .footer_nav ul li.en {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer .footer_nav ul li.en {
    font-size: 14px;
  }
}
.footer .footer_nav ul li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .footer_nav ul li a {
    font-size: 14px;
  }
}
.footer .logo_box {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .logo_box {
    margin: 0;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.footer .logo_box .logo {
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .footer .logo_box .logo {
    margin: 0 0 24px;
    margin-right: 40px;
  }
}
.footer .logo_box .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .logo_box .logo:first-child {
  width: 128px;
}
.footer .logo_box .logo:nth-child(2) {
  width: 80px;
}
.footer .logo_box .logo:nth-child(3) {
  width: 123px;
}
.footer .logo_box .logo:nth-child(4) {
  width: 126px;
}
.footer .logo_box .logo:nth-child(5) {
  width: 103px;
}
.footer .footer_copy {
  background: #E8E8ED;
  text-align: center;
  padding: 7px 0;
}
.footer .footer_copy small {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer .footer_copy small {
    font-size: 10px;
  }
}

.inner {
  max-width: 1110px;
  margin: 0 auto;
}

.sec .ttl_box {
  border-bottom: 1px solid #1A1C4A;
}
@media screen and (max-width: 768px) {
  .sec .ttl_box {
    border: none;
  }
}
.sec .ttl_box .inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .sec .ttl_box .inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec .ttl_box .sec_ttl {
    text-align: center;
    width: 100%;
    font-size: 30px;
    border-bottom: 1px solid #1A1C4A;
    line-height: 0.7;
    margin: 0 0 5.6%;
  }
}
.sec .ttl_box .sub_ttl {
  display: block;
  font-size: 15px;
  text-align: center;
}

.sec_ttl {
  font-size: 40px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 0;
}

.sub_ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 0;
}

.more_btn {
  width: 353px;
  height: 66px;
  line-height: 64px;
  text-align: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #1A1C4A 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all 0.3s ease 0s;
  border-radius: 33px;
  border: 1px solid #1A1C4A;
  position: relative;
  display: block;
  font-size: 20px;
  margin: 30px auto 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .more_btn {
    width: 264px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 15px;
  }
}
.more_btn::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  background: url(../img/icon_arrow_right02.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 6.5px;
  height: 13px;
}
.more_btn:hover {
  background-position: -100% 0;
  color: #fff;
  opacity: 1;
}
.more_btn:hover::after {
  background: url(../img/icon_arrow_right02_white.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.more {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 121px;
  height: 25px;
  line-height: 25px;
  justify-content: space-between;
  padding: 0 10px;
  background: #1A1C4A;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.25em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .more {
    width: 146px;
    height: 30px;
  }
}
.more img {
  width: 11px;
  height: 11px;
}

.page,
.single {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .page,
.single {
    padding: 12% 0 8%;
  }
}
.page .page_ttl_box,
.single .page_ttl_box {
  width: 100%;
  border-bottom: 1px solid #1A1C4A;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .page .page_ttl_box,
.single .page_ttl_box {
    margin: 0 0 5.33%;
  }
}
.page .page_ttl,
.single .page_ttl {
  font-size: 70px;
  line-height: 0.7;
  max-width: 1110px;
  margin: 0 auto;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1000px) {
  .page .page_ttl,
.single .page_ttl {
    padding: 0 6.13%;
  }
}
@media screen and (max-width: 768px) {
  .page .page_ttl,
.single .page_ttl {
    font-size: 34px;
    line-height: 0.6;
  }
}
.page .page_sub_ttl,
.single .page_sub_ttl {
  font-size: 22px;
  letter-spacing: 0.25em;
  font-weight: bold;
  max-width: 1110px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .page .page_sub_ttl,
.single .page_sub_ttl {
    padding: 0 6.13%;
  }
}
@media screen and (max-width: 768px) {
  .page .page_sub_ttl,
.single .page_sub_ttl {
    font-size: 15px;
  }
}

.contents {
  padding: 120px 0 160px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 12% 0 12%;
  }
}
.contents .ttl_box {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contents .ttl_box {
    padding: 0;
  }
}
.contents .contents_list {
  max-width: 920px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents .contents_list {
    margin: 12.53% auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contents .contents_list .item {
  width: 30%;
  height: 267px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 3px;
  border-top: solid 1px #1A1C4A;
  border-bottom: solid 1px #1A1C4A;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item {
    width: 170px;
    height: 158px;
    margin: 0 5px 20px;
  }
}
.contents .contents_list .item::before, .contents .contents_list .item::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #1A1C4A;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item::before, .contents .contents_list .item::after {
    top: -5px;
    height: calc(100% + 10px);
  }
}
.contents .contents_list .item::before {
  left: 10px;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item::before {
    left: 5px;
  }
}
.contents .contents_list .item::after {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item::after {
    right: 5px;
  }
}
.contents .contents_list .item a {
  display: block;
  text-align: center;
  padding: 0 0 38px;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item a {
    padding: 0 0 22px;
  }
}
.contents .contents_list .item a .icon {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item a .icon {
    margin: 0 auto 20px;
  }
}
.contents .contents_list .item a .icon img {
  width: auto;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast !important;
}
.contents .contents_list .item a h3 {
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item a h3 {
    font-size: 14px;
    line-height: 1.55;
  }
}
.contents .contents_list .item:first-child a .icon img {
  width: 73.13px;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item:first-child a .icon img {
    width: 34.21px;
  }
}
.contents .contents_list .item:nth-child(2) a .icon img {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item:nth-child(2) a .icon img {
    width: 49.31px;
  }
}
.contents .contents_list .item:last-child a .icon img {
  width: 95px;
}
@media screen and (max-width: 768px) {
  .contents .contents_list .item:last-child a .icon img {
    width: 47.75px;
  }
}

.seminar_list {
  margin: 80px auto 0;
  max-width: 920px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .seminar_list {
    margin: 8.8% auto 0;
    display: block;
    padding: 0 6.2%;
  }
}
.seminar_list .item {
  width: 49%;
  box-sizing: border-box;
  border: 1px solid #1A1C4A;
  position: relative;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .seminar_list .item {
    width: 100%;
    margin: 0 0 8%;
  }
}
.seminar_list .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.seminar_list .item .img {
  position: relative;
  height: 198px;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .img {
    height: 145px;
  }
}
.seminar_list .item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.seminar_list .item .img .detail_box {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(26, 28, 74, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 174px;
  color: #fff;
  width: 220px;
  padding: 12px 15px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .img .detail_box {
    height: auto;
  }
}
.seminar_list .item .img .detail_box .detail_ttl {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 14px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .img .detail_box .detail_ttl {
    font-size: 14px;
  }
}
.seminar_list .item .img .detail_box .border {
  width: 18px;
  height: 1px;
  background: #fff;
  position: relative;
  z-index: 5;
}
.seminar_list .item .img .detail_box .schedule {
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
}
.seminar_list .item .img .detail_box .schedule .date {
  font-size: 14px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .img .detail_box .schedule .date {
    font-size: 11px;
  }
}
.seminar_list .item .img .detail_box .schedule .date .big {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .img .detail_box .schedule .date .big {
    font-size: 14px;
  }
}
.seminar_list .item .img .detail_box .schedule .time {
  font-size: 14px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .img .detail_box .schedule .time {
    font-size: 11px;
  }
}
.seminar_list .item .img .detail_box .affilication {
  font-size: 12px;
  text-align: right;
  margin: 0 0 9px;
  justify-content: right;
  word-break: keep-all;
}
.seminar_list .item .img .detail_box .name {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  justify-content: right;
}
.seminar_list .item .content {
  height: 170px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .content {
    height: auto;
    padding: 4.9% 4.8% 14%;
  }
}
.seminar_list .item .content h3 {
  font-size: 22px;
  line-height: 2;
  margin: 0 0 6px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .content h3 {
    font-size: 15px;
  }
}
.seminar_list .item .content .item_detail .venue {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .content .item_detail .venue {
    font-size: 12px;
  }
}
.seminar_list .item .content .item_detail .affilication {
  font-size: 14px;
  font-weight: bold;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .content .item_detail .affilication {
    font-size: 11px;
  }
}
.seminar_list .item .content .item_detail .name {
  margin: 7px 0 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .content .item_detail .name {
    font-size: 13px;
  }
}
.seminar_list .item .more {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 121px;
  height: 25px;
  line-height: 25px;
  justify-content: space-between;
  padding: 0 10px;
  background: #1A1C4A;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.25em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .seminar_list .item .more {
    font-size: 6px;
    width: 146px;
    height: 30px;
  }
}
.seminar_list .item .more img {
  width: 11px;
  height: 11px;
}
.seminar_list .post_date {
  position: absolute;
  bottom: -25px;
}
@media screen and (max-width: 768px) {
  .seminar_list .post_date {
    display: none;
  }
}

.post_date {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
}
.post_date img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.wp-pagenavi {
  width: 214px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  padding: 0 4px !important;
  border: none !important;
}
.wp-pagenavi span.active, .wp-pagenavi a.active {
  border-bottom: 1px solid #1A1C4A !important;
}
.wp-pagenavi .arrow-left {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0;
  border-left: 1px solid #1A1C4A;
  border-bottom: 1px solid #1A1C4A;
  transform: rotate(45deg);
  margin-right: 5px;
}
.wp-pagenavi .arrow-right {
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0;
  border-left: 1px solid #1A1C4A;
  border-bottom: 1px solid #1A1C4A;
  transform: rotate(-135deg);
}

.condition_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .condition_box {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .condition_box {
    padding: 0 6.13%;
  }
}
.condition_box .category_list {
  display: flex;
  align-items: center;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .condition_box .category_list {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .condition_box .category_list {
    margin: 0 0 15px;
  }
}
.condition_box .category_list li {
  width: 134px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #1A1C4A;
  transition: 0.3s;
  margin-right: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .condition_box .category_list li {
    margin: 0 1% 0;
    width: 22%;
  }
  .condition_box .category_list li a {
    font-size: 12px;
  }
}
.condition_box .category_list li:hover {
  background: #1A1C4A;
}
.condition_box .category_list li:hover a {
  color: #fff;
}
.condition_box .category_list li a {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 0.15em;
  text-align: center;
}
.condition_box .order_list {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .condition_box .order_list {
    width: 100%;
    justify-content: left;
  }
}
.condition_box .order_list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-right: 18px;
}
.condition_box .order_list li input {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 10px;
}/*# sourceMappingURL=style.css.map */