@charset "utf-8";

/* -----------------------------------------------------
 fonts
-------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* -----------------------------------------------------
 :root
-------------------------------------------------------- */
:root {
  --main-color: #1097B8;
  --accent-color: #D91F51;
  --bg-color: #F0F4F7;
  --text-main-color: #000;
  --text-sub-color: #898989;
  --sub-color: #f9dd5a;
}

/* -----------------------------------------------------
 base
-------------------------------------------------------- */
html {
  font-size: 62.5%; 
}
body {
  line-height: 1.6;
  font-family: Roboto, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 120%;
  font-size: 1.2rem;
  font-size: 3.75vw;/* 24px(640px BreakPoint) */
  color: var(--text-main-color);
}
header, footer {
  line-height: 1;
}
html, body, h1, h2, h3, h4, h5, h6, p, figure, div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
  font-size: 100%;
  font-weight: bold;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
li, dt, dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
em {
  font-style: normal;
}
small {
  font-size: smaller;
}
header, footer, main, nav, article, aside, section {
  display: block;
  box-sizing: border-box;
  word-break: break-word;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  -webkit-backface-visibility: hidden;
  border: none;
}
a {
  text-decoration: none;
  color: var(--main-color);
  transition: color .3s ease, opacity .3s ease, background .3s ease;
}
button {
  border-radius: 0;
  -webkit-appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0);
  border-radius: .3em;
  text-align: center;
  line-height: 1;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  color: var(--text-main-color);
  transition: all .3s ease;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 160%;
    font-size: 1.6rem;
  }
  a:hover {
    opacity: .7;
  }
}


/* -----------------------------------------------------
 class 共通設定
-------------------------------------------------------- */

[class|="inner"] {
  max-width: 960px;
  width: 90.625%;
  margin: auto;
}
[class|="inner-l"] {
  max-width: 1400px;
  width: 96%;
  margin: auto;
}
[class|="flx"] {
  display: flex;
}
[class|="ttl"] {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}
[class|="catttl"] {
  display: block;
  margin-bottom: .5em;
  text-align: center;
  font-weight: bold;
  color: var(--text-main-color);
}
[class|="btn"] {
  position: relative;
  display: block;
  margin-top: 2em;
  text-align: center;
}
[class|="btn"] a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 81.25vw;
  padding: 1em 1.5em;
  box-sizing: border-box;
  background-color: var(--main-color);
  border-radius: 3px;
  text-decoration: none;
  text-align: left;
  color: #fff;
  border-radius: 40px;
}
[class|="btn"] a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  display: block;
  margin: auto;
  width: .4em;
  height: .8em;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2020%22%3E%3Cpath%20d%3D%22M521.233%2C5815L531%2C5805l-9.767-10L519%2C5797.25l7.564%2C7.75L519%2C5812.74Z%22%20transform%3D%22translate%28-519%20-5795%29%22%20style%3D%22fill%3A%20%23fff%3Bfill-rule%3A%20evenodd%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}
[class|="btn"] a.close,
[class|="btn"] a.close2 {
  opacity: .5;
  pointer-events: none;
}
[class|="btn"] a.close::after,
[class|="btn"] a.close2::after {
  content: none;
}
/* 戻るボタン用　*/
[class|="bak"] {
  position: relative;
  display: block;
  margin-top: 2em;
  text-align: center;
}
[class|="bak"] a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 71.25vw;
  padding: 1em 1.2em 1em 1.6em;
  box-sizing: border-box;
  background-color: #003A79;
  border-radius: 3px;
  text-decoration: none;
  text-align: left;
  color: #fff;
  border-radius: 40px;
	font-size: 90%;
}
[class|="bak"] a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  display: block;
  margin: auto;
  width: .4em;
  height: .8em;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2020%22%3E%3Cpath%20d%3D%22M521.233%2C5815L531%2C5805l-9.767-10L519%2C5797.25l7.564%2C7.75L519%2C5812.74Z%22%20transform%3D%22translate%28-519%20-5795%29%22%20style%3D%22fill%3A%20%23fff%3Bfill-rule%3A%20evenodd%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}
[class|="bak"] a.close,
[class|="bak"] a.close2 {
  opacity: .5;
  pointer-events: none;
}
[class|="bak"] a.close::after,
[class|="bak"] a.close2::after {
  content: none;
}
a.a-blk {
  display: block;
  box-sizing: border-box;
}

[class|="frame"] {
  overflow: scroll;
  margin-left: 3.5em;
}
[class|="item"] {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  [class|="inner"] {
    width: 90.67%;
  }
  [class|="catttl"] {
    font-size: 5.87vw;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none;
  }
  [href^="tel:"] {
    text-decoration: none;
    color: var(--text-main-color);
  }
  [class|="flxpc"] {
    display: flex;
  }
  [class|="catttl"] {
    font-size: 30px;
  }
  [class|="btn"] a {
    padding: 1.201em 1em;
    max-width: 379px;
    text-align: center;
  }
  [class|="btn"] a::after {
    position: static;
    display: inline-block;
    margin-left: 1em;
  }
/* 戻るボタン用 */
  [class|="bak"] a {
    padding: 1em .8em;
    max-width: 320px;
    text-align: center;
  }
  [class|="bak"] a::after {
    position: static;
    display: inline-block;
    margin-left: 1em;
  }
  [class|="frame"] {
    overflow: visible;
    margin-left: 0;
  }
}


/* -----------------------------------------------------
 header
-------------------------------------------------------- */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-123px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------------------------------
 header toggle
-------------------------------------------------------- */

.btn-toggle {
  position: relative;
  display: block;
  width: 13.867vw;
  padding: 1.25em 1em;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  background-color: var(--main-color);
  z-index: 1001;
  cursor: pointer;
}
.toggle {
  /*position: absolute;*/
  display: block;
  width: 6.88vw;
  height: 5.2vw;
  z-index: 10;
  padding: 0;
}
.toggle span {
  position: relative;
  display: block;
  width: 100%;
  transition: transform .3s ease;
}
.toggle span,
.toggle span::before,
.toggle span::after {
  background-color: #fff;
  height: 3px;
  margin: auto;
}
.toggle span::before,
.toggle span::after {
  position: absolute;
  content: "";
  right: 0;
}
.toggle span::before {
  width: 100%;
  margin-top: 2.2vw;
  transition: opacity .6s ease;
}
.toggle span::after {
  width: 100%;
  margin-top: 4.6vw;
  transition: transform .3s ease;
}
.toggle:hover,
.is-active .toggle:hover {
  text-decoration: none;
}
.btn-toggle.is-active {
  /*position: fixed;
  top: 2.667vw;
  right: 2.667vw;*/
  background-color: #ECECEC;
}
.btn-toggle.is-active .toggle span {
  transform: rotate(-45deg);
  transform-origin: 6.2vw 1.2vw;
  transition: all .3s ease;
  background-color: var(--main-color);
}
.btn-toggle.is-active .toggle span::before {
  /*display: none;*/
  /*visibility: hidden;*/
  opacity: 0;
}
.btn-toggle.is-active .toggle span::after {
  width: 100%;
  transform: rotate(90deg);
  transition: all .3s ease;
  margin-top: 0;
  background-color: var(--main-color);
}

.nav-toggle {
  display: none;
  position: absolute;
  /*top: -100vh;*/
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 1000;
  transition: top .6s ease;
  /*overflow: scroll;*/
}
.frm-nav-toggle {
  overflow: auto;
}
.overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--main-color);
  opacity: .5;
  cursor: pointer;
  z-index: 990;
  /*background: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);*/
  /*transition: all .3s ease;*/
}

.logo-nav-toggle {
  margin-bottom: 2em;
}
.blks-nav-toggle {
  padding: 0 2em;
  overflow-y: scroll;
  height: calc( 100vh - 24vw );
}
.blks-nav-toggle::-webkit-scrollbar{
   width: .5em;
}
.blks-nav-toggle::-webkit-scrollbar-track {
   background-color: #fff;
}
.blks-nav-toggle::-webkit-scrollbar-thumb {
   background-color: #ccc;
}
.img-nav-toggle-logo {
  margin-left: 0;
}
.blk-nav-toggle:not(:last-child) {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #E2E2E2;
}
.blk-nav-toggle a {
  position: relative;
  display: block;
  padding: .75em 1em;
  text-align: left;
  color: var(--text-main-color);
}
.blk-nav-toggle a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  display: block;
  margin: auto;
  width: .75em;
  height: .75em;
  background: url('data:image/svg+xml,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.12%2011.41%22%3E%3Cpath%20id%3D%22b%22%20d%3D%22m.71%2C10.71l5-5L.71.71%22%20style%3D%22fill%3Anone%3B%20stroke%3A%23000%3B%20stroke-width%3A2px%3B%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
}
.blk-nav-toggle a.is-external::after {
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.19%2013.17%22%3E%3Cpath%20d%3D%22m11.53%2C0h-6.59c-.44%2C0-.86.16-1.17.47-.31.3-.48.72-.47%2C1.15v6.61c0%2C.44.17.86.48%2C1.16.31.32.73.49%2C1.17.48h6.58c.44%2C0%2C.86-.17%2C1.17-.48.32-.3.5-.72.49-1.16V1.64c0-.44-.17-.86-.49-1.16C12.39.17%2C11.97%2C0%2C11.53%2C0Zm0%2C8.23h-6.58V1.64h6.58v6.59ZM1.66%2C6.58H0v4.94c0%2C.44.17.87.49%2C1.17.31.31.73.49%2C1.17.48h4.94v-1.66H1.66v-4.94Z%22%20style%3D%22stroke-width%3A0px%3B%22%2F%3E%3C%2Fsvg%3E');
}
.blk-nav-toggle > a span {
  font-size: 125%;
}
.list-nav-toggle a {
  margin-left: 2em;
}
.blk-nav-toggle .btn-nav-toggle {
  margin-top: 0;
  padding: 1.5em 1em 1.5em 2em;
  border: solid 1px #E2E2E2;
  font-size: 100%;
}
.flx-nav-toggle {
  align-items: center;
  justify-content: flex-start;
  margin-top: 1em;
}
.flx-nav-toggle a {
  padding-left: 0;
  margin-right: 1em;
}
.flx-nav-toggle a::after {
  content: none;
}
.flx-sns {
  align-items: center;
  justify-content: center;
}
.flx-sns li {
  margin-right: .5em;
  margin-left: .5em;
}
.flx-sns li a::after {
  content: none;
}
.flx-sns li img {
  width: 2.5em;
  height: 2.5em;
}
@media screen and (max-width: 767px) {
  .overlay {
    height: 200vh;
  }
  .nav-toggle {
    padding: 3.5vw 0;
  }
  .logo-nav-toggle {
    padding: 0 2.667vw 0 4.8vw;
  }
  .img-nav-toggle-logo {
    width: 38.93333vw;
  }
}
@media screen and (min-width: 768px), print {
  .overlay {
    top: -28px;
    left: calc( 50% - 50.7vw );
    width: 100vw;
    height: calc( 100vh + 28px);
  }
  .btn-toggle {
    width: 67px;
    padding: 20px 17px;
  }
  .toggle {
    width: 33px;
    height: 27px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    height: 3px;
  }
  .toggle span::before {
    margin-top: 12px;
  }
  .toggle span::after {
    margin-top: 24px;
  }
  .btn-toggle.is-active {
    /*top: 30px;
    right: calc( 50% - 660px );*/
  }
  .btn-toggle.is-active .toggle span {
    transform-origin: 1.9em .5em;
  }
  .nav-toggle {
    top: -28px;
    right: -28px;
    width: 442px;
    height: calc( 100vh + 28px );
    padding: 30px 0;
    overflow: visible;
  }
  .frm-nav-toggle {
  }
  .logo-nav-toggle {
    margin-top: 8px;
    padding: 0 40px;
  }
  .blks-nav-toggle {
    padding: 0 40px;
    height: calc( 100vh - 150px );
  }
  .img-nav-toggle-logo {
    width: 170px;
  }
  .blk-nav-toggle.support {
    padding-left: 1em;
    padding-top: 1em;
  }
}

/* -----------------------------------------------------
 mv
-------------------------------------------------------- */
.sec-mv {
  position: relative;
  z-index: 1;
}
.sec-mv::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  height: 100%;
}
.sec-mv > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec-mv {
    padding-top: 10vw;
  }
}

/* -----------------------------------------------------
 おすすめ等のタイトル・配置（PC3列、SP1列）
-------------------------------------------------------- */
.aside-recommend {
  margin: 6em 0 4em;
}
.ttl-sec1 {
  text-align: center;
  color: var(--main-color);
}
.flx-threelines {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
  .col-threelines{
    margin-bottom: 2em;
  }
@media screen and (max-width: 767px) {
  .ttl-sec1 {
    font-size: 8vw;
  }
  .col-threelines {
    width: 100%;
  }
  .col-threelines:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px), print {
  .aside-recommend {
    margin: 8em auto 6em auto;
	  width: 980px;
  }
  .ttl-sec1 {
    margin-bottom: 1.75em;
    font-size: 34px;
  }
  .col-threelines {
    width: 30.75%;
  }
	.flx-threelines::after{
		content:"";
		width: 30.75%;
	}
}

/* -----------------------------------------------------
 おすすめ等のパネル型リンク
-------------------------------------------------------- */
.panel-link {
  display: block;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 .1em 1em rgba(0,0,0,0.05);
  border-radius: 30px;
  color: var(--text-main-color);
  transition: all .3s ease;
}
.panel-article {
  position: relative;
  height: 100%;
  padding: 1.25em 1em 2em;
}
.panel-article-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.panel-article-img img {
	  object-fit: contain;
	  display: block;
	  width: 100%;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: 100%;
  width: auto;
  height: 100%;*/
}
/*.panel-article-fig{
	background: #f2f2f2;
}*/
.panel-article-fig figcaption {
  line-height: 1.2;
  font-size: 64.5%;
}
.panel-article-fig .panel-article-img + figcaption {
  margin-top: -1.5em;
}
/*.panel-article-txt {
  position: relative;
  padding-bottom: 2em;
}*/
.ttl-panel-article {
  font-weight: normal;
}
.panel-link.showcase .ttl-panel-article {
  margin-bottom: .25em;
  font-weight: bold;
}
.panel-link.showcase .ttl-panel-article small{
	font-weight: normal;
}
.panel-article-dtl {
  margin-bottom: .5em;
}
.flx-panel-article {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2em;
  margin: auto;
  width: calc( 100% - 4em);
  align-items: center;
  justify-content: space-between;
}
.col-panel-article.meta {
  width: 55%;
  color: #898989;
}
.col-panel-article.lbl {
  width: 40%;
  text-align: right;
}
.panel-article-lbl {
  display: inline-block;
  padding: .35em .5em;
  line-height: 1;
  font-weight: bold;
}
.panel-article-lbl.enter{
	color: #D96D9C;
}
.panel-article-lbl.seminar{
	color: #4D75A0;
}
.panel-article-lbl.use{
	color: #158E86;
}
.panel-article-closed,
.panel-article-open{
	display: block;
	text-align:right;
	padding-bottom: .4em;
}
.panel-article-closed span{
	background: #000;
	color: #fff;
	padding: .2em 1em;
	border-radius: 30px;
}
.panel-article-open span{
	border: 1px solid #E20505;
	color: #E20505;
	padding: .2em 1em;
	border-radius: 30px;
}
  .panel-article-category {
	  line-height: 1.4!important;
	  margin-bottom: .5em;
	  display: block;
  }
.col-schedule-top{
	padding: .3em .2em .2em .2em;
	margin-bottom: .8em;
	line-height: 1;
	background: #F4E5A6;
	text-align: center;
}
/* ラベル切替自動化対応 */
.panel-article-label {
	display: block;
	text-align: right;
	padding-bottom: 0.4em;
	font-size: 13px;
}
.panel-article-label span {
	padding: 0.2em 1em;
	border-radius: 30px;
}
/* 受付中：赤枠 */
.js-status-label.is-open {
	border: 1px solid #e20505;
	color: #e20505;
}
/* 締切間近：オレンジ背景（強調したい場合） */
.js-status-label.is-urgent {
	background: #ff760c;
	color: #fff;
	border: 1px solid #ff760c;
	letter-spacing: 1px;
}
/* 受付終了：グレー背景 */
.js-status-label.is-closed {
	background: #999;
	color: #fff;
	border: 1px solid #999;
}
/* 終了しました：黒背景（既存の closed を踏襲） */
.js-status-label.is-done {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .panel-link {
    border: solid 1px #E2E2E2;
  }
  .panel-article-img {
    height: 38.4vw;
  }
  .panel-article-img img{
    max-height: 38.4vw;
  }
  /*.panel-article-txt {
    min-height: 38.4vw;
  }*/
  .panel-article-category {
    font-size: 2.66667vw;
  }
  .panel-link.showcase .ttl-panel-article {
    font-size: 4.6vw;
  }
	.panel-link.showcase .ttl-panel-article small{
		font-size: 2.66667vw;
	}
  .ttl-panel-article {
    font-size: 4.26667vw;
  }
  .panel-article-dtl { 
    font-size: 3.46667vw;
  }
  .col-panel-article.meta {
    font-size: 3.46667vw;
  }
  .panel-article-lbl,
  .panel-article-closed,
  .panel-article-open{
    font-size: 3.46667vw;
  }
  .col-schedule-top{
	font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px), print {
  .panel-link:hover {
    opacity: 1;
    box-shadow: 0 .1em 1em rgba(0,0,0,0.2);
  }
  .panel-article-img {
    height: 174px;
  }
  .panel-article-img img {
	  object-fit: contain;
	  display: block;
	  width: 100%;
  /* max-height: 150px;
	 max-width: 292px;*/
  }
  /*.panel-article-txt {
    min-height: 140px;
  }*/
  .panel-article-category {
    font-size: 12px;
  }
  .ttl-panel-article {
    font-size: 18px;
	  padding-bottom: .2em;
  }
  .panel-link.showcase .ttl-panel-article {
    font-size: 24px;
  }
	.panel-link.showcase .ttl-panel-article small{
		font-size: 14px;
	}
  .panel-article-dtl,
  .panel-article-closed,
  .panel-article-open{ 
    font-size: 13px;
  }
  .col-panel-article.meta {
    font-size: 13px;
  }
  .panel-article-lbl {
    font-size: 13px;
  }
  .panel-article-txt.seminar{
	display: flex;
	align-items: stretch;
	flex-direction: column;
  }
  .col-schedule-top{
	font-size: 14px;
  }
}


/* -----------------------------------------------------
無料IDログイン時の注意書き
-------------------------------------------------------- */
.blk-login_error {
  padding: 2em;
}
.blk-login_error.bg {
  background-color: #F7F7F7;
}
.ttl-blk-login_error {
  text-align: center;
  font-size: 4vw;
  color: #F12C23;
}
.blk-login_error a {
  text-decoration: underline;
}
.list-blk-login_error {
  margin: auto;
}
.list-blk-login_error li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px), print {
  .ttl-blk-login_error {
    font-size: 17px;
  }
  .list-blk-login_error {
    max-width: 650px;
  }
  .list-blk-login_error li {
    font-size: 14px;
  }
}

/* -----------------------------------------------------
応募する・参加する・活用する
-------------------------------------------------------- */
[class|="btn"] a.is-external::after {
  width: .75em;
  height: .75em;
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.19%2013.17%22%3E%3Cpath%20d%3D%22m11.53%2C0h-6.59c-.44%2C0-.86.16-1.17.47-.31.3-.48.72-.47%2C1.15v6.61c0%2C.44.17.86.48%2C1.16.31.32.73.49%2C1.17.48h6.58c.44%2C0%2C.86-.17%2C1.17-.48.32-.3.5-.72.49-1.16V1.64c0-.44-.17-.86-.49-1.16C12.39.17%2C11.97%2C0%2C11.53%2C0Zm0%2C8.23h-6.58V1.64h6.58v6.59ZM1.66%2C6.58H0v4.94c0%2C.44.17.87.49%2C1.17.31.31.73.49%2C1.17.48h4.94v-1.66H1.66v-4.94Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
}
/* 戻るボタン用 */
[class|="bak"] a.is-external::after {
  width: .75em;
  height: .75em;
  background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.19%2013.17%22%3E%3Cpath%20d%3D%22m11.53%2C0h-6.59c-.44%2C0-.86.16-1.17.47-.31.3-.48.72-.47%2C1.15v6.61c0%2C.44.17.86.48%2C1.16.31.32.73.49%2C1.17.48h6.58c.44%2C0%2C.86-.17%2C1.17-.48.32-.3.5-.72.49-1.16V1.64c0-.44-.17-.86-.49-1.16C12.39.17%2C11.97%2C0%2C11.53%2C0Zm0%2C8.23h-6.58V1.64h6.58v6.59ZM1.66%2C6.58H0v4.94c0%2C.44.17.87.49%2C1.17.31.31.73.49%2C1.17.48h4.94v-1.66H1.66v-4.94Z%22%20style%3D%22fill%3A%23fff%3B%20stroke-width%3A0px%3B%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
}
.lead-second {
  text-align: center;
	width: 90.67%;
	margin-left: auto;
	margin-right: auto;
}
.lead-second-dtl {
  padding: 1em;
  background: #fff;
}
.second .inner {
  max-width: 970px;
}
.second .dtl_area {
  padding: 0 0 3em;
}
.sec-second {
  padding: 4em 0;
}
.sec-second.latest {
  background-color: var(--bg-color);
}
.sec-second.present .article {
  padding: 0;
  margin: 3em 0 2em;
}
.ttl-second-sec {
  margin-bottom: 1.5em;
  text-align: center;
}
.ttl-second-dtl {
  margin-bottom: 1.5em;
  text-align: center;
}
.lead-second-sec {
  text-align: center;
}
.ttl-second-sec + .lead-second-sec {
  margin-top: -1.5em;
}
.ttl-second-dtl + .lead-second-dtl {
  margin-top: -1.5em;
}
.link-second-sec {
  text-align: right;
}
.link-second-sec a {
  text-decoration: underline;
  font-weight: bold;
}
.sec-second.online .ttl-second-sec {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-mv.second {
    min-height: 30vw;
  }
  .lead-second {
    margin-top: 1.5em;
    padding-bottom: 1em;
  }
  .lead-second-dtl {
    margin-top: 1.5em;
    padding-bottom: 1em;
  text-align: left;
  }
  .sec-second.latest {
    width: 100vw;
    margin-left: calc( 50% - 50vw );
    padding: 1.5em 0 1.5em 1em;
  }
  .ttl-second-sec,
  .ttl-second-dtl {
    font-size: 6vw;
  }
  .sec-second.online .flx-onlineclass-list {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  [class|="btn"] a.abs::after {
    position: absolute;
    right: 2em;
    display: block;
    margin-left: 0;
  }
/*　戻るボタン用 */
  [class|="bak"] a.abs::after {
    position: absolute;
    right: 2em;
    display: block;
    margin-left: 0;
  }
  .lead-second {
    margin-top: 1em;
    margin-bottom: 2.5em;
    font-size: 18px;
  }
  .lead-second-dtl {
    margin-top: 1em;
    font-size: 16px;
  text-align: center;
  }
  .ttl-second-sec,
  .ttl-second-dtl {
    font-size: 28px;
  }
  .lead-second-sec {
    font-size: 17px;
  }
  .link-second-sec a {
    font-size: 18px;
  }
  .sec-second.campaign .col-campaign-list:not(:nth-child(3n+1)) {
    margin-left: 4.1%;
  }
}

/* 202512 update　*/
.flxpc-ttl-second-sec_n a{
	display: block;
}
.flxpc-ttl-second-sec_n a span{
	position: relative;
	padding-right: 20px;
}
.flxpc-ttl-second-sec_n a span::after{
	position: absolute;
	content: "";
	background:url("../../assets/images/common/arrow_archiveLink-blue.svg") no-repeat;
	background-size: contain;
	width: 15.26px;
	height: 15.26px;
	right:0;
	top: 1px;
}
.sec-second.campaign h2,
.sec-second.seminar h2{
	margin-bottom: 2em;
}
.single-ttl-second-sec{
	text-align: center;
	margin-bottom: 2em;
}
.single-ttl-second-sec div{
	position: relative;
	display: inline;
	padding-left: 34px;
}
.single-ttl-second-sec div::before{
	position: absolute;
	content: "";
	background:url("../../assets/images/common/icon-good.svg") no-repeat;
	background-size: contain;
	width: 29.16px;
	height: 27.77px;
	left:0;
	bottom: 2px;
}
.sec-second.newsletter{
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.flxpc-ttl-second-sec_n div{
		font-size: 3.7vw;
		background: #fff;
		padding: .4em 1.5em;
		border-radius: 40px;
	}
	.flxpc-ttl-second-sec_n a{
		text-align: right;
		margin-top: .4em;
		font-size: 3.2vw;
	}
	.flxpc-ttl-second-sec_n a span::after{
		top: 3px;
	}
	.single-ttl-second-sec div{
		font-size: 4.2vw;
	}
}
@media screen and (min-width: 768px), print {
.flxpc-ttl-second-sec_n{
	background: #fff;
	padding: .4em 1.5em;
	border-radius: 40px;
		justify-content: space-between;
		align-items: center;
	}
	.flxpc-ttl-second-sec_n div{
		font-size: 22px;
	}
	.flxpc-ttl-second-sec_n a{
		font-size: 16px;
		padding-top: .2em;
	}
	.single-ttl-second-sec div{
		font-size: 26px;
	}
	.sec-second.participate .flx-threelines,
	.sec-second.newsletter .flx-threelines{
		justify-content: center;
	}
	.sec-second.participate .flx-threelines::after,
  .sec-second.newsletter .flx-threelines::after{
		display: none;
	}
	.sec-second.participate .col-threelines,
  .sec-second.newsletter .col-threelines{
		margin-right: 36px;
	}
	.sec-second.participate .col-threelines:last-child,
	.sec-second.newsletter .col-threelines:last-child{
		margin-right: 0!important;
	}
}
/* present */
@media screen and (max-width: 767px) {
.main-content.c-top .lead-second{
	text-align: left;
}
}


/* -----------------------------------------------------
パンくず
-------------------------------------------------------- */
.studyum-breadcrumbs {
	padding-top: .5em;
	margin-bottom: 2em;
}
.studyum-breadcrumbs li {
	display: inline;
	font-size: 2.8vw;
}
.studyum-breadcrumbs li a {
	display: inline-block;
	padding-right: 0em;
	cursor: pointer;
}
.studyum-breadcrumbs li a::after {
	content: ">";
	display: inline-block;
	margin-left: .5em;
}
.studyum-breadcrumbs p{
	font-size: 2.8vw;
	text-align: right;
}

@media screen and (min-width: 768px), print {
  .studyum-breadcrumbs {
	  margin-bottom: 2em;
	  text-align: right;
  }
  .studyum-breadcrumbs li {
	  font-size: 11px;
  }
  .studyum-breadcrumbs p {
	  font-size: 11px;
  }
}


/* -----------------------------------------------------
戻るリンク
-------------------------------------------------------- */
.txt-archives-pastlink{
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
}
.txt-archives-pastlink a {
    text-decoration: underline;    
}

.back_list {
  margin-top: 1em;
  text-align: right;
}
.back_list a {
  color: #082a83;
}
.back_list a::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 3.125vw;
  height: 2.875vw;
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23082a83%22%20d%3D%22M11.999%2C5.697%20L5.999%2C-0.000%20L-0.001%2C5.697%20L1.353%2C7.000%20L5.999%2C2.588%20L10.646%2C7.000%20L11.999%2C5.697%20Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center top;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .back_list a::after {
    width: 12px;
    height: 10px;
  }
}



/* -----------------------------------------------------
pagination　絞り込み
-------------------------------------------------------- */
.pagination {
  margin: 3em auto;
  text-align: center;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  margin: 0 .5em;
}
.pagination a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: solid 1px var(--main-color);
  line-height: 2.4;
  cursor: pointer;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: var(--main-color);
}
.paginationjs-next a,
.paginationjs-prev a {
  border: none;
}
.pagination .prev,
.pagination .next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pagination .active a {
  background-color: var(--main-color);
  color: #fff;
  pointer-events: none;
}
.pagination .disabled a {
  opacity: .5;
}
@media screen and (max-width: 767px) {
  .pagination a {
    width: 9.375vw;
    height: 9.375vw;
  }
  .pagination .prev,
  .pagination .next {
  }
}
@media screen and (min-width: 768px), print {
  .pagination a {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .pagination .prev,
  .pagination .next {
  }
}
.box-refine_search {
  margin-bottom: 0;
  padding: 0;
}
.flx-refine_search {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single-refine_search,
.multiple-refine_search {
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  color: var(--main-color);
  cursor: pointer;
  border: 2px solid var(--main-color);
	border-radius: 50px;
}
.single-refine_search {
  border: solid 1px var(--main-color);
  border-radius: 2em;
}
.single-refine_search.reset {
  line-height: 1.6;
  background-color: #b2b6b9;
  border-color: #b2b6b9;
  color: #fff;
}
.single-refine_search input[type="radio"],
.multiple-refine_search input[type="checkbox"] {
  display: none;
}
.single-refine_search:has(input[type="radio"]:checked),
.multiple-refine_search:has(input[type="checkbox"]:checked) {
  background-color: var(--main-color);
  color: #fff;
}
/*.bg-refine_search {
  padding: 1em;
  margin-top: 1em;
  background-color: var(--bg-color);
}*/
.subttl-refine_search {
  margin-bottom: .75em;
  text-align: center;
  font-size: 138.4%;
}
.bg-refine_search .flx-refine_search {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .box-refine_search {
    font-size: 2.8vw;
  }
  .bg-refine_search {
    padding: 1em .4em;
  }
  .single-refine_search,
  .multiple-refine_search {
    margin: 0 .5em 1em;
  }
  .single-refine_search {
    padding: .55em 2em;
    text-align: center;
  }
  .multiple-refine_search {
    padding: .55em 1.2em;
  }
}
@media screen and (min-width: 768px), print {
  .box-refine_search {
    font-size: 13px;
  }
  .single-refine_search,
  .multiple-refine_search {
    margin: 0 .5em 1em;
    transition: background-color .3s ease;
  }
  .single-refine_search {
    padding: .5em 2em;
  }
  .multiple-refine_search {
    padding: .5em 1.5em .4em 1.5em;
  }
  /*.bg-refine_search {
    margin-top: 2em;
    padding: 2em;
  }*/
  .single-refine_search.reset {
    transition: opacity .3s ease;
  }
  .single-refine_search.reset:hover {
    opacity: .7;
  }
.bg-refine_search .flx-refine_search {
  justify-content: center;
}
}


/* -----------------------------------------------------
その他
-------------------------------------------------------- */
/* 表示タイマーセット用　*/
.view_timer{
	display: none;
}

/* 余白調整　*/
.sec-mv.yomikonashi{
	margin-bottom: 3em;
}


/* 20260104 update-campaing */

.cap-campaign-list {
  display: block;
  font-size: 2.8125vw;
  padding-bottom: 1em;
	color: #666;
}
.cat-campaign-list {
  display: block;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px), print {
 .cap-campaign-list {
    font-size: 10px;
 }
  .cat-campaign-list {
    font-size: 12px;
  }
}