@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #000;
  min-width: 1100px;
}

body.sub {
  padding-top: 120px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

a[href] {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 2;
  padding-left: 100px;
  box-sizing: border-box;
  min-width: 1100px;
}

.l-header-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-header-logo {
  margin-top: 16px;
  width: 134px;
}

.l-header-info {
  margin-left: auto;
  width: calc(100% - 214px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.l-header-entry {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 120px;
}

.l-header-entry li {
  width: 160px;
  position: relative;
}

.l-header-entry li a {
  display: block;
  width: 160px;
  height: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding-top: 24px;
  box-sizing: border-box;
}

.l-header-entry li.l-header-entry__seminar a {
  background: url(../images/ico-arw-circle_white.svg) no-repeat 50% 88%;
  background-size: 24px auto;
  background-color: #D34017;
}

.l-header-entry li.l-header-entry__session a {
  background: url(../images/ico-arw-circle_white.svg) no-repeat 50% 88%;
  background-size: 24px auto;
  background-color: #0F4494;
}

.l-header-entry li.hide a {
  pointer-events: none;
}

.l-header-entry li.hide:before {
  content: '近日中に\A申し込み受付開始';
  white-space: pre;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.l-header-info__left {
  padding-top: 17px;
  margin-right: auto;
  width: calc(100% - 370px);
}

.l-header-info__left__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.com-name {
  color: #133A75;
  font-size: 1.125rem;
  font-weight: 900;
}

.l-header-info__left__head__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
}

.l-header-anket {
  margin-right: 25px;
  margin-left: 10px;
  position: relative;
}

.l-header-anket span {
  color: #133A75;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 16px;
  position: relative;
}

.l-header-anket span:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 11px;
  right: 0;
  top: 9px;
  background: url(../images/ico-arw-blue.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anket-links {
  display: none; /* 最初は非表示 */
  flex-direction: column;
  position: absolute;
  top: 30px;
  left: -50px;
  border: 1px solid #133A75;
  background-color: #fff;
}

.l-header-anket a {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  // border: 2px solid #133A75;
  // border-radius: 200px;
  color: #133A75;
  line-height: 1.3;
  display: inline-block;
  padding: 9px 20px;
  white-space: nowrap;
  padding-right: 25px;
  background: url(../images/ico-arw-blue.svg) no-repeat 95% 50% #fff;
  background-size: 6px auto;
}

.l-header-anket a + a {
  border-top: 1px dashed #ddd;
}

.l-header-contact a {
  display: inline-block;
  padding-left: 14px;
  background: url(../images/ico-arw-orange.svg) no-repeat 0px 8px;
  background-size: 6px auto;
  font-weight: 700;
  font-size: 1rem;
}

.l-header-nav {
  margin-top: 34px;
}

.l-header-nav__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}

.l-header-nav__item li a {
  font-weight: 700;
  font-size: 1.125rem;
}

.media-br,
.sp-navi {
  display: none;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}


/* Footer
---------------------------------------------------------------*/
.l-footer {
  background-color: #fff;
  padding: 32px 0 0;
}

.l-footer-inner {
  width: 100%;
  max-width: 1320px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-footer-ttl {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0F4494;
  margin-bottom: 16px;
}

.l-footer-left {
  box-sizing: border-box;
  width: 58%;
  padding-right: 20px;
}

.l-footer-right {
  width: 42%;
  box-sizing: border-box;
}

.l-footer-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.l-footer-logo a {
  width: 134px;
}

.l-footer-logo p {
  width: calc(100% - 194px);
  margin-left: auto;
  font-size: 1.125rem;
}

.l-footer-logo p span {
  display: block;
  font-size: 1rem;
}

.contact-ttl {
  color: #0F4494;
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.contact-company {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.l-footer-right address {
  font-weight: 500;
}

.l-footer-right dl {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.l-footer-right dl dt {
  width: 100%;
  margin: 20px 0 6px;
  box-sizing: border-box;
}

.l-footer-right dl dd {
  width: 100%;;
  box-sizing: border-box;
}

.l-footer-right dl dt a {
  color: #0F4494;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 32px;
  display: inline-block;
  background: url(../images/ico-tell-blue.svg) no-repeat left center;
  background-size: 24px auto;
}

.l-footer-right dl dt span {
  display: block;
  font-size: 0.875rem;
  margin-left: 20px;
}

.l-footer-right dl dd {
  color: #0F4494;
  font-weight: 700;
}

.l-footer-navi {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.l-footer-navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 32px;
}

.l-footer-navi ul li a {
  font-size: 1.125rem;
  font-weight: 700;
}

.l-footer-nav02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 40px;
  margin-top: 24px;
}

.l-footer-nav02 .anket-link a {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  border: 2px solid #133A75;
  border-radius: 200px;
  color: #133A75;
  line-height: 1.3;
  min-width: 207px;
  display: inline-block;
  padding: 0 17px;
  padding-right: 25px;
  height: 32px;
  line-height: 27px;
  margin-right: 8px;
  background: url(../images/ico-arw-blue.svg) no-repeat 95% 50% #fff;
  background-size: 6px auto;
}

.l-footer-nav02 .contact-link a {
  display: inline-block;
  padding-left: 16px;
  background: url(../images/ico-arw-orange.svg) no-repeat 0px 9px;
  background-size: 6px auto;
  font-weight: 700;
  font-size: 1.125rem;
  margin-right: 30px;
}

.copyright {
  background-color: #0F4494;
  padding: 10px;
  margin-top: 25px;
  text-align: center;
}

.copyright p {
  color: #fff;
  font-size: 0.875rem;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/* メインビジュアルラッパー（ヘッダー下） */
.mv-wrapper {
  margin-top: 120px;
  background: url(../images/mv.png) no-repeat 100% 78%;
  background-size: 1920px;
  min-height: 760px;
}
.mv {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 30px;
}

.mv-left {
  width: 66.875%; /* デザイン比率固定 */
  position: relative;
}

.mv-left:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 33%;
  width: 50.44%;
  height: 0;
  padding-bottom: 44%;
  z-index: 1;
  background: url(../images/mv-circle.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-right {
  flex: 0 0 31.875%; /* 幅比率固定 */
  min-width: 505px;
  display: flex;
  flex-direction: column; /* 縦に配置 */
  margin-left: auto;
  height: 100%;
}

.mv-info {
  width: 100%;
  margin-left: auto;
  max-width: 505px;
}

.mv-left-head {
  background: -webkit-linear-gradient(left, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 73%, rgba(13,61,133,0) 100%);
  background: -o-linear-gradient(left, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 73%, rgba(13,61,133,0) 100%);
  background: linear-gradient(to right, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 73%, rgba(13,61,133,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 3vw 7.8vw;
}

.mv-left-head p {
  color: #fff;
  /*font-size: 1.875vw;*/
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
}

.mv-left-head p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.mv-left-head h1 {
  /*font-size: 2.25vw;*/
  font-size: 2.25rem;
  color: #fff;
  font-weight: 700;
}

.mv-left-head h1 span {
  /*font-size: 2vw;*/
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.mv-info__seminar {
  background-color: rgba(211, 64, 23, 0.9);
  width: 100%;
  padding: 20px 20px 15px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-info-ttl {
  margin-bottom: 13px;
  position: relative;
}

.mv-info-ttl .entry-fee {
  position: absolute;
  right: 0;
  top: -5px;
  background: #F1CE1F;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 200px;
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  width: 112px;
  height: 30px;
  line-height: 27px;
}

.mv-info-ttl p {
  font-size: 1rem;
  font-weight: 700;
  max-width: 72%;
}

.mv-info-table {
  position: relative;
}

.mv-info-thum {
  position: absolute;
  right: -10px;
  top: -30px;
  width: 84px;
}

.mv-info__seminar.mv-info__session .mv-info-thum {
  top: 0;
}

.mv-info__seminar.mv-info__session .mv-info-ttl {
  margin-bottom: 20px;
}

.mv-info-catch {
  font-weight: 700;
  margin-bottom: 10px;
}

.mv-info__seminar__inner {
  width: 100%;
  height: 100%;
}

.mv-info-table__list.hf-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
  width: 100%;
}

.mv-info-table__list dt {
  width: 5vw;
  position: relative;
}

.mv-info-table__list dt p {
  min-width: 80px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 0.8125rem;
  padding: 0px 4px;
  width: 80px;
  box-sizing: border-box;
  font-weight: 500;
}

.mv-info-table__list dt span {
  position: absolute;
  right: -60px;
  top: 4px;
  font-size: 0.875rem;
}

.mv-info-table__list.hf-type dd {
  width: calc(100% - 90px);
  margin-left: auto;
  line-height: 1.3;
}

.mv-info-table__list dd .txt14 {
  font-size: 0.875rem;
}

.mv-info-table__list dd .txt20 {
  font-size: 1.125rem;
}

.mv-info-table__list dd .txt26 {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 3px;
  line-height: 1.3;
  margin-top: -7px;
}

.mv-info-table__list dd .txt16 {
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  position: relative;
  top: -3px;
  text-align: center;
  display: inline-block;
}

.mv-info-table__list dd .txt13 {
  font-size: 0.8125rem;
}

.mv-info-table__list dd .txt13 {
  font-size: 0.9375rem;
}

.mv-btn {
  text-align: center;
  margin-top: 16px;
}

.mv-btn a {
  display: inline-block;
  width: 100%;
  border: 2px solid #fff;
  background: #D34017;
  text-align: center;
  padding: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mv-btn a span {
  font-size: 1.125rem;
  font-weight: 700;
  padding-right: 28px;
  background: url(../images/ico-arw-circle_white.svg) no-repeat right center;
  background-size: 22px;
}

.mv-info__seminar.mv-info__session {
  background-color: rgba(15, 68, 148, 0.9);
  margin-top: 10px;
}

.mv-info__seminar.mv-info__session .mv-btn a {
  background-color: #0F4494;
}

.wrapper {
  background: url(../images/body.png) repeat-y;
  background-size: 100%;
}


/*news*/

.h2-ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: 6px solid #0F4494;
  position: relative;
  color: #0F4494;
}

.h2-ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 200px;
  height: 6px;
  background: #377EEB;
}

.news .lead {
  margin-bottom: 24px;
}

.news .lead h2 {
  color: #0F4494;
  font-weight: 700;
  font-size: 1.625rem;
}

.news-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.57%;
}

.news-list li {
  width: calc(48.43% - 0px);
  padding-bottom: 15px;
  border-bottom: 1px dashed #98A2B2;
}

.news-list li .news-innner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.news-thum {
  width: 120px;
}

.news-list-grid {
  margin-left: auto;
  width: calc(100% - 136px);
}

.news-list-grid__head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.news-list-grid__head .news-date {
  font-weight: 700;
  margin-right: 8px;
  color: #0F4494;
}

.news-title .ttl {
  font-weight: 700;
  color: #0F4494;
}

.news-title .txt16 {
  font-size: 0.875rem;
  font-weight: 400;
}

.news-list-grid__head .new {
  color: #C20000;
  font-weight: 700;
  font-size: 0.875rem;
}

/*about*/
.about-inner {
  background: url(../images/about-img.jpg) no-repeat top right;
  background-size: 31.25% auto;
  padding-right: 32.8%;
}

.about h2 {
  font-size: 2rem;
  color: #0F4494;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-inner a {
  text-decoration: underline;
  color: #0F4494;
}

.about-inner .txt18 + .txt18 {
  margin-top: 16px;
}

/*archive*/
.archive-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 44px 3.125%;
}

.archive-list {
  width: 48.4375%;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.archive-list-head {
  padding: 20px;
  background-position: top center;
  background-size: cover;
  background-color: #0F4494;
  // min-height: 340px;
  min-height: 371px;
}

.archive-list-head .archive-list-free {
  width: 80px;
  height: 80px;
  background: #F1CE1F;
  border-radius: 200px;
  border: 2px solid #fff;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.archive-list-head .archive-list-free span {
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
}

.archive-list-head .archive-list-num {
  margin-bottom: 10px;
}

.archive-list-head .archive-list-num span {
  display: inline-block;
  line-height: 1.3;
  padding: 4px 20px;
  font-size: 1.5rem;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
}

.archive-list-head h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 7px;
}

.archive-list-head h3 span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 4px;
  display: block;
}

.archive-list-date {
  color: #fff;
}

.archive-list-date .txt14 {
  font-size: 0.875rem;
  font-weight: 700;
}

.archive-list-date .txt20 {
  font-size: 1.25rem;
  font-weight: 700;
}

.archive-list-date .txt26 {
  font-size: 1.625rem;
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
}

.archive-list-date .txt32 {
  font-size: 2rem;
  display: inline-block;
  margin: 0 3px;
  line-height: 1.3;
  font-weight: 700;
}

.archive-list-date .txt16 {
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: relative;
  top: -3px;
  text-align: center;
  display: inline-block;
}

.archive-list-btm {
  position: relative;
  padding: 20px;
}

.archive-list-btm .archive-list-thum {
  position: absolute;
  right: 25px;
  top: -65px;
  width: 160px;
  height: 160px;
}

.archive-list-table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  width: 100%;
}

.archive-list-table dt {
  width: 84px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  color: #0F4494;
  font-size: 1rem;
  color: #0F4494;
  border: 1px solid #0F4494;
  font-weight: 700;
  border-radius: 200px;
}

.archive-list-table dd {
  margin-left: auto;
  width: calc(100% - 100px);
  font-size: 1rem;
  color: #0F4494;
  font-weight: 700;
}

.archive-list-btn {
  display: block;
  margin-top: 15px;
  background: url(../images/ico-arw-circle_white.svg) no-repeat 96% 50% #D34017;
  background-size: 22px auto;
  border: 2px solid #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.archive-list-btn span {
  padding: 20px;
  display: inline-block;
  line-height: 1.3;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.seminar-catch-txt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0F4494;
  margin-bottom: 24px;
}

.seminar-about-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.125%;
}

.seminar-about-list__items {
  width: 48.4375%;
  margin-bottom: 30px;
}

.seminar-about-list__items:last-child {
  margin-bottom: 0;
}

.seminar-about-list__items .ttl {
  width: 100%;
  margin-bottom: 24px;
  background-color: #004EC4;
  line-height: 1.3;
  padding: 9px 20px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.seminar-about-list__items .txt16 {
  margin-bottom: 8px;
}

.square-list li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}

.square-list li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #377EEB;
}

.dot-list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}

.dot-list li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #0F4494;
  border-radius: 10px;
}

.num-list {
  list-style: none; /* デフォルト番号を消す */
  counter-reset: item; /* カウンターをリセット */
  padding-left: 0;
}

.num-list li ,
.num-list li.txt16 {
  counter-increment: item; /* カウンターを進める */
  margin: 0 0 6px 0;
  padding-left: 1.5em; /* 番号と本文の間隔 */
  position: relative;
  font-size: 1rem;
}

.num-list li:before {
  content: counter(item) "."; /* 数字+ドット */
  position: absolute;
  left: 4px;
  top: 0;
  color: #0F4494;       /* 番号の色 */
  font-weight: bold; /* 番号を太字に */
}

.num-list li a {
  text-decoration: underline;
  color: #0F4494;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.seminar-about-list__items.u-fl {
  width: 100%;
}

.important-points {
  padding: 24px 80px;
  background-color: #E4E7EC;
  margin-top: 40px;
  margin-bottom: 100px;
}

.important-points .ttl {
  color: #0F4494;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.important-points li {
  margin-bottom: 17px;
}

.single-seminar {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 2px dotted #0F4494;
}

.single-seminar-head {
  position: relative;
  margin-bottom: 24px;
  padding: 24px 80px;
  color: #fff;
  background: -webkit-linear-gradient(bottom left, rgba(8,34,74,1) 0%, rgba(15,68,148,1) 100%);
  background: -o-linear-gradient(bottom left, rgba(8,34,74,1) 0%, rgba(15,68,148,1) 100%);
  background: linear-gradient(to top right, rgba(8,34,74,1) 0%, rgba(15,68,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.single-list-num {
  margin-bottom: 10px;
}

.single-list-num span {
  display: inline-block;
  line-height: 1.3;
  padding: 4px 20px;
  font-size: 1.5rem;
  font-weight: 700;
  border: 2px solid #fff;
  color: #fff;
}

.single-seminar-time {
  position: absolute;
  right: 80px;
  top: 24px;
  font-size: 1.5rem;
  color: #0F4494;
  font-weight: 700;
  width: 250px;
  height: 43px;
  line-height: 43px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
}

.single-seminar-head h3 {
  font-size: 1.875rem;
  font-weight: 700;
}

.single-seminar-head h3 span {
  font-size: 1.75rem;
  font-weight: 500;
  display: block;
}

.h3-ttl {
  position: relative;
  font-size: 1.625rem;
  font-weight: 700;
  border-left: 6px solid #0F4494;
  margin-bottom: 16px;
  padding-left: 16px;
  color: #0F4494;
}

.h3-ttl:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 6px;
  height: 50%;
  background: #377EEB;
}

.single-seminar-inner {
  padding: 0 80px;
}

.single-seminar-table {
  margin: 29px 0 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}

.single-seminar-table__dl {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.single-seminar-table__dl dt {
  border: 2px solid #0F4494;
  color: #0F4494;
  text-align: center;
  width: 104px;
  height: 32px;
  line-height: 28px;
  border-radius: 100px;
  font-weight: 700;
}

.single-seminar-table__dl dd {
  width: calc(100% - 120px);
  margin-left: auto;
  font-weight: 700;
  color: #0F4494;
}

.session-seminar-table__dl .txt20 ,
.single-seminar-table__dl .txt20 {
  font-size: 1.25rem;
  font-weight: 700;
}

.session-seminar-table__dl .txt26 ,
.single-seminar-table__dl .txt26 {
  font-size: 1.625rem;
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
  line-height: 1;
}

.session-seminar-table__dl .txt32 ,
.single-seminar-table__dl .txt32 {
  font-size: 2rem;
  display: inline-block;
  margin: 0 3px;
  line-height: 1;
  font-weight: 700;
}

.session-seminar-table__dl .txt16 ,
.single-seminar-table__dl .txt16 {
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid #0F4494;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: relative;
  top: -3px;
  text-align: center;
  display: inline-block;
}

.profile {
  background-color: #fff;
  padding: 24px 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.profile dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5px;
}

.profile dl dt {
  width: 200px;
}

.profile dl.profile-type02 dt {
  width: auto;
  white-space: nowrap;
}

.profile dl.profile-type02 dd {
  width: auto;
  margin-left: 30px;
}

.profile dl.profile-type02 dd a {
  text-decoration: underline;
}

.profile dl dd {
  width: calc(100% - 240px);
  margin-left: auto;
}

.profile dl dt p {
  font-weight: 700;
  font-size: 1.5rem;
}

.profile dl dd .profile-name {
  font-size: 1.125rem;
  font-weight: 500;
}

.profile dl dd .profile-name span {
  font-size: 1.375rem;
  font-weight: 700;
}

.profile dl dd .profile-ttl {
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 16px;
  margin-top: 18px;
}

.profile dl dd .txt16 {
  margin-bottom: 16px;
}

.c-btn {
  margin: 40px auto 0;
  position: relative;
  max-width: 656px;
}

.c-btn a {
  padding: 32px 20px;
  display: inline-block;
  line-height: 1.3;
  color: #fff;
  font-size: 1.5rem;
  width: 656px;
  font-weight: 700;
  background: url(../images/ico-arw-circle_white.svg) no-repeat 96% 50% #D34017;
  background-size: 22px auto;
  border: 2px solid #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.c-btn.hide a {
  pointer-events: none;
}

.c-btn.hide:before {
  content: '近日中に\A申し込み受付開始';
  white-space: pre;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.related-links {
  background-color: #F5F5F5;
}

.important-points.last {
  margin-bottom: 40px;
}

.related-links h2 {
  color: #0F4494;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.related-links ul {
  padding-left: 33px;
}

.related-links a {
  text-decoration: underline;
  color: #0F4494;
  display: inline-block;
}

.session-head {
  background: url(../images/exhibition-img.jpg) no-repeat right top;
  background-size: 400px;
  padding-right: 400px;
  box-sizing: border-box;
  margin-bottom: 24px;
  min-height: 200px;
}

.session-head .txt16 {
  color: #0F4494;
  font-size: 1.125rem;
  font-weight: 700;
}

.session-about {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 40px 80px;
}

.session-seminar-table {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.session-seminar-table__dl {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.session-seminar-table__dl:nth-child(2n) {
  padding-left: 20px;
  box-sizing: border-box;
}

.session-seminar-table__dl dt {
  border: 2px solid #0F4494;
  color: #0F4494;
  text-align: center;
  width: 104px;
  height: 32px;
  line-height: 28px;
  border-radius: 100px;
  font-weight: 700;
}

.session-seminar-table__dl dd {
  width: calc(100% - 120px);
  margin-left: auto;
  font-weight: 700;
  color: #0F4494;
}

.session-lecturer-subttl {
  font-weight: 700;
  color: #222;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.session-layout01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 40px;
}

.session-layout01 dt {
  font-size: 1.375rem;
  color: #0F4494;
  font-weight: 700;
  flex: 1;
  white-space: nowrap;
}

.content-box {
  margin: 35px 0;
}

.content-box02 {
  margin: 55px 0 35px;
}

.session-layout02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px dashed #98A2B2;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.session-layout02 dt {
  min-width: 111px;
  white-space: nowrap;
  color: #0F4494;
  font-weight: 700;
  font-size: 1.125rem;
  margin-right: 14px;
  flex: 1;
}

.session-layout02 dd {
  margin-left: auto;
  width: calc(100% - 158px);
}

.session-layout02 dd .ttl {
  font-weight: 700;
}

.session-layout02-att__txt {
  width: calc(100% - 80px);
  margin: 15px auto 0;
}

.c-btn.type-blue a {
  background-color: #0F4494;
}

.c-btn.ta-ver {
  margin: 40px auto;
  text-align: center;
}

.session-layout01 ul {
  padding-top: 5px;
}

.session-layout01 + .session-layout01 {
  margin-top: 40px;
}

.session-layout01 ul li {
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #98A2B2;
}

.sp-btm-btn {
  display: none;
}

.l-footer-top {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 80px;
  width: 100px;
  height: 100px;
}

/*privacy*/
.breadcrumbs_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1160px;
  margin: 18px auto 25px;
}
.breadcrumbs_list {
  box-sizing: border-box;
  display: inline-block;
  text-align: right;
}
.breadcrumbs_list span {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  vertical-align: top;
  font-size: 0.8125rem;
}
.breadcrumbs_list span:after {
  content: "/";
  padding-left: 10px;
  color: #0F4494;
}
.breadcrumbs_list span:first-of-type a {
  color: #0F4494;
  padding-left: 15px;
}
.breadcrumbs_list a {
  color: #0F4494;
}
.breadcrumbs_list span:last-of-type {
  padding-right: 0;
}
.breadcrumbs_list span:last-of-type:after {
  display: none;
}
.breadcrumbs_list span img {
  position: relative;
  margin-right: 5px;
  top: -2px;
}

.lv {
  position: relative;
  height: 140px;
}

.lv:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 458px;
  height: 100%;
  background: url(../images/lv.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}

.lv:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(7, 31, 67, 1) 0%, rgba(15, 68, 148, 1) 78%, rgba(13, 61, 133, 0) 100%);
  background: -o-linear-gradient(left, rgba(7,31,67,1) 0%, rgba(15,68,148,1) 78%, rgba(13,61,133,0) 100%);
  background: linear-gradient(to right, rgba(7, 31, 67, 1) 0%, rgba(15, 68, 148, 1) 78%, rgba(13, 61, 133, 0) 100%);
  z-index: 1;
}

.lv-inner {
  width: 100%;
  max-width: 1160px;
  margin: 18px auto 25px;
  padding: 39px 20px;
  color: #fff;
  box-sizing: border-box;
}

.lv h1 {
  font-size: 1.875rem;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.lv h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.wrapper.sub {
  background: inherit;
}

.single h2 {
  font-size: 1.625rem;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 26px;
  border-bottom: 6px solid #0F4494;
  position: relative;
  color: #0F4494;
}

.single h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 175px;
  height: 6px;
  background: #377EEB;
}

.single h2 span {
  display: inline-block;
  margin-right: 10px;
}

.content-box a.single-link {
  color: #0F4494;
  text-decoration: underline;
}

.link-icon--out {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
}

.link-icon--out svg {
  display: block;
  width: 100%;
  height: auto;
}
/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  max-width: 1320px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.c-center02 {
  width: 100%;
  max-width: 1160px;
  padding: 0px 20px 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}

.txt14 {
  font-size: 0.875rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.125rem;
}

.u-color-main {
  color: #0F4494;
}

.u-bg-main {
  background: #0F4494;
}

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-n{
  font-weight: 400 !important;
}
.u-fw-m{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: 700 !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1550px){
  .mv-left-head p {
    font-size: 1.875vw;
  }
  .mv-left-head h1 {
    font-size: 2.25vw;
  }
  .mv-left-head h1 span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1500px){
  .l-header {
    padding-left: 20px;
  }
  .l-header-info {
    width: calc(100% - 174px);
  }
  .com-name {
    font-size: 0.875rem;
    font-weight: 900;
    position: absolute;
    top: -5px;
    line-height: 1.3;
  }
  .com-name .media-br {
    display: block;
  }
  .l-header-anket a {
    font-size: 1rem;
    height: 30px;
  }
  .mv-left-head {
    padding-left: 3vw;
  }
  .l-header-info__left {
    width: calc(100% - 350px);
  }
}
  
@media screen and (max-width: 1300px){
  .l-header-nav__item {
    gap: 44px;
  }
  .l-header-nav__item li a {
    font-size: 1rem;
  }
  .mv-left:before {
    width: 41%;
    top: 47%;
  }
  .l-header-info {
    width: calc(100% - 164px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body ,
  #header {
    min-width: 100%;
  }
  #header {
    padding-left: 10px;
    height: 100px;
  }
  .com-name {
    top: -5px;
    font-size: 0.8125rem;
  }
  .com-name br {
    display: block!important;
  }
  .l-header-entry li a {
    width: 100%;
    font-size: 0.8125rem;
    padding-top: 19px;
  }
  .l-header-logo {
    margin-top: 10px;
    width: 104px;
  }
  .l-header-info {
    width: calc(100% - 124px);
  }
  .l-header-entry {
    height: 100px;
  }
  .l-header-nav__item {
    gap: 19px;
    justify-content: flex-end;
  }
  .l-header-nav__item li a {
    font-size: 0.875rem;
  }
  .l-header-nav {
    margin-top: 10px;
  }
  .l-header-entry li {
    width: 130px;
  }
  .l-header-info__left {
    width: calc(100% - 270px);
    padding-top: 10px;
  }
  .l-header-anket span {
    font-size: 0.875rem;
    padding-right: 15px;
  }
  .l-header-anket {
    margin-right: 20px;
  }
  .l-header-contact a {
    font-size: 0.875rem;
    background: url(../images/ico-arw-orange.svg) no-repeat 0px 7px;
    background-size: 6px auto;
  }
  .l-header-anket span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    right: 0;
    top: 7px;
    background: url(../images/ico-arw-blue.svg);
    background-repeat: no-repeat;
    background-size: 6px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-header-info__left__head__inner {
    margin-top: 0px;
    display: block;
  }
  .mv {
    display: block;
    padding: 10px;
    height: auto;
  }
  .mv-left {
    width: 100%;
  }
  .mv-right {
    width: 100%;
    min-height: auto;
    display: block;
    height: auto;
  }
  .mv-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 10px;
    flex: auto;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    margin-top: 10px;
  }
  .mv-info__seminar {
    width: calc(50% - 10px);
    flex: auto;
    padding: 10px 15px;
    background-color: rgba(211, 64, 23, 0.8);
  }
  .mv-info-ttl .entry-fee {
    font-size: 0.8125rem;
    height: auto;
    line-height: 1.2;
    width: auto;
    padding: 3px 10px;
    top: 3px;
  }
  .mv-wrapper {
    margin-top: 100px;
    height: auto;
    background: url(../images/mv.png) no-repeat 41% 135%;
    background-size: 160%;
  }
  .mv-left-head p {
    font-size: 2.175vw;
  }
  .mv-left-head h1 {
    font-size: 2.75vw;
  }
  .mv-left-head h1 span {
    font-size: 2.35vw;
  }
  .mv-left:before {
    content: '';
    position: absolute;
    right: -30px;
    top: -14%;
    width: 32.44%;
    padding-bottom: 29%;
  }
  .mv-info-ttl p {
    font-size: 1rem;
  }
  .mv-info-catch {
    font-size: 0.875rem;
  }
  .mv-info-thum {
    width: 70px;
    top: -17px;
  }
  .mv-info-table__list dd .txt26 {
    font-size: 1.5rem;
  }
  .mv-info-table__list dd .txt20 {
    font-size: 1.125rem;
  }
  .mv-info-table__list dd .txt16 {
    font-size: 0.875rem;
  }
  .mv-info-table__list dd .txt13 {
    font-size: 0.928571429rem;
    margin-bottom: 8px;
    display: block;
  }
  .mv-btn a span {
    font-size: 0.875rem;
    font-weight: 700;
    padding-right: 28px;
    background: url(../images/ico-arw-circle_white.svg) no-repeat right center;
    background-size: 17px;
  }
  .mv-info__seminar__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mv-btn {
    text-align: center;
    margin-top: auto;
    }
  .mv-info-ttl {
    margin-bottom: 8px;
  }
  .mv-btn a {
    padding: 10px;
  }
  .mv-info__seminar.mv-info__session {
    background-color: rgba(15, 68, 148, 0.8);
    margin-top: 0;
  }
  .mv-info-table__list.hf-type.type01 {
    display: block;
  }
  .mv-info-table__list.hf-type.type01 dd {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
  .news-thum {
    width: 90px;
  }
  .news-list-grid {
    margin-left: auto;
    width: calc(100% - 100px);
  }
  .about h2,
  .h2-ttl {
    font-size: 1.75rem;
  }
  .archive-list-head .archive-list-free {
    width: 64px;
    height: 64px;
  }
  .archive-list-head .archive-list-free span {
    font-size: 1rem;
  }
  .archive-list-head {
    padding: 15px;
  }
  .single-list-num span,
  .archive-list-head .archive-list-num span {
    font-size: 1.125rem;
  }
  .archive-list-head h3 {
    font-size: 1.25rem;
  }
  .seminar-catch-txt,
  .profile dl dd .profile-name,
  .archive-list-head h3 span {
    font-size: 1rem;
  }
  .archive-list-btm .archive-list-thum {
    position: absolute;
    right: 5px;
    top: -40px;
    width: 80px;
    height: 80px;
  }
  .archive-list-table dt {
    width: 74px;
    height: 26px;
    line-height: 24px;
    font-size: 0.875rem;
  }
  .archive-list-table dd {
    width: calc(100% - 90px);
    font-size: 0.875rem;
  }
  .archive-list-btn span {
    width: 100%;
    padding: 15px 10px;
    font-size: 1rem;
  }
  .single-seminar-head h3 span,
  .important-points .ttl {
    font-size: 1.375rem;
  }
  .important-points {
    padding: 20px 30px;
    margin-bottom: 60px;
  }
  .important-points li {
    margin-bottom: 12px;
  }
  .single-seminar-head {
    padding: 20px 30px;
  }
  .single-seminar-time {
    position: absolute;
    right: 30px;
    top: 24px;
    font-size: 1.125rem;
    color: #0F4494;
    font-weight: 700;
    width: 210px;
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
  }
  .single-seminar-head h3 {
    font-size: 1.5rem;
  }
  .single-seminar-inner {
    padding: 0 10px;
  }
  .single-seminar-table__dl dt {
    border: 2px solid #0F4494;
    color: #0F4494;
    text-align: center;
    width: 84px;
    height: 30px;
    line-height: 26px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.875rem;
  }
  .single-seminar-table__dl dd {
    width: calc(100% - 95px);
    margin-left: auto;
    font-weight: 700;
    color: #0F4494;
  }
  .session-seminar-table__dl .txt32, .single-seminar-table__dl .txt32 {
    font-size: 1.5rem;
  }
  .profile dl dt p,
  .session-seminar-table__dl .txt26, .single-seminar-table__dl .txt26 {
    font-size: 1.375rem;
  }
  .single-seminar-table__dl {
    padding-right: 10px;
    width: 54%;
  }
  .single-seminar-table__dl:nth-child(2n) {
    padding-right: 0;
    width: 46%;
  }
  .session-seminar-table__dl .txt16, .single-seminar-table__dl .txt16 {
    font-size: 0.875rem;
    width: 22px;
    height: 22px;
    line-height: 20px;
  }
  .profile dl dt {
    width: 140px;
  }
  .profile dl dd {
    width: calc(100% - 160px);
  }
  .profile {
    padding: 20px 30px;
  }
  .profile dl dd .profile-ttl {
    font-size: 1.25rem;
  }
  .c-btn {
    margin-top: 25px;
  }
  .c-btn a {
    padding: 24px 15px;
    font-size: 1.375rem;
  }
  .session-head .txt16 {
    font-size: 1rem;
  }
  .session-head {
    background: url(../images/exhibition-img.jpg) no-repeat right top;
    background-size: 300px;
    padding-right: 310px;
    min-height: 160px;
  }
  .session-about {
    padding: 20px 30px;
    display: block;
  }
  .session-seminar-table__dl {
    width: 100%;
  }
  .session-seminar-table__dl:nth-child(2n) {
    padding-left: 0;
  }
  .session-seminar-table__dl dt {
    font-size: 0.875rem;
  }
  .session-seminar-table__dl dt {
    width: 94px;
    height: 30px;
    line-height: 26px;
  }
  .session-seminar-table__dl dd {
    width: calc(100% - 110px);
  }
  .session-layout02 {
    width: 100%;
  }
  .session-layout01 dt {
    font-size: 1.25rem;
  }
  .l-footer-ttl {
    font-size: 1.125rem;
  }
  .l-footer-inner {
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .l-footer-left ,
  .l-footer-right {
    width: 100%;
  }
  .l-footer-right {
    margin-top: 20px;
  }
  .l-footer-navi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .l-footer-navi ul li a {
    font-size: 1rem;
  }
  .l-footer-nav02 .anket-link a {
    font-size: 1rem;
    line-height: 1.3;
    height: auto;
    width: auto;
    padding: 3px 30px;
  }
  .l-footer-nav02 .contact-link a {
    font-size: 1rem;
  }
  .about-inner .txt18 {
    font-size: 1rem;
  }
}