@charset "UTF-8";

/*=====================================
共通css
=====================================*/
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;    
}

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


html {
  font-size: 16px;
  font-family: Meiryo;
}

.html {
  overflow: hidden;
}

body {
  font-family: 'Noto Sans Japanese', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: 0, 0, 0, 0;
  line-height: 1.6;
  width: 100%;
  position: relative;
}

body:lang(ja) {
    font-feature-settings: "pkna";
}

body:lang(en) {
    font-feature-settings: "palt";
}

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;
  text-decoration: none;
  color: #000;
}

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

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


/* restcss */






ul {
    list-style: none;
}



.f08em {
    font-size: .8em;
}

.b {
    font-weight: bold;
}

p.main {
    line-height: 1.4;
    font-size: 16px;
}

/*携帯画面時に折り返し(brタグで使用)*/
    .spOnly {
        display: none;
    }

@media screen and (max-width: 767px) {
    .spOnly {
        display: block;
    }
}
/*PC画面時に折り返し(brタグで使用)*/
.pcOnly {
    display: block;
}

@media screen and (max-width: 767px) {
    .pcOnly {
        display: none;
    }
}

/*共有supan*/
.small{
  font-size:13px;
}

/*共有要素div*/

@media screen and (max-width: 879px) {
  body.touch {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .scrollspy-example {
    overflow: hidden;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .page {
    padding: 0 20px;
  }
}

@media screen and (min-width: 960px) {
  .page {
    width: auto;
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 30px;
  }
}


/*=====================================
優先企業_下部追従バナー(follow_banner)
=====================================*/
.followBanner {
    justify-content: space-around;
    position: fixed;
    bottom: 0;
     width: 100%;
     z-index: 5; 
     align-items: center; 
}
.followBanner_box{
      align-items: center;
      background-color: #fff;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-around;
      height:150px;

}
.followBanner_box img:hover {
    opacity: .7;
}

.followBanner_box a {
    display: block;
    margin-bottom: 20em;
    padding-bottom: 20px;
}
.followBanner_close,
.followBanner_open{
        position: fixed;
  display:block;
  position:relative;
  width:100%;
  text-align:end;
}
.followBanner_close p,
.followBanner_open p{
    font-size:18px;
    font-weight: bold;
    color:#233B6C;

}
.followBanner_close::after{
    
}
/*=====================================
企業アイコン用の大きさ調整クラス
=====================================*/
.w50 {
    width: 150px;
}

.w120 {
    margin-top: 10px;
    width: 120px;
}

.w140 {
    width: 140px;
}

.followBanner a:nth-child(5) img {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .followBanner img {
        margin: 6px;
    }
}

@media screen and (max-width: 768px) {
    .w120 {
        width: 70px;
    }
    .w140 {
        width: 100px;
    }
    .w50 {
        width: 70px;
    }
    .followBanner a:nth-child(4) img {
        width: 50px;
    }
    .followBanner a:nth-child(5) img {
        width: 50px;
    }
}

/*ボタン共通化(元basic.css)*/
/*=====================================
linkbtn
=====================================*/

.btnarea{
    margin:2em auto;
    display: flex;
    justify-content: center;
}

.linkbtn {
background-color:  #cc0000;
  color: #fff;
  width: 450px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  border-radius: 8px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #cc0000;
  position: relative;
  cursor:pointer;
}

.linkbtn--or {
  background-color:  #cc0000;
  border: 2px solid #cc0000;
}
.linkbtn--m {
  width: 310px;
  height: 60px;
}
.linkbtn--s {
  width: 215px;
  height: 47px;
  margin-top: auto;
  margin-left: auto;
}
.linkbtn--grad {
  background-color:  #cc0000;
}
.linkbtn--arw::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .linkbtn:hover {
    color: #cc0000;
    background: #fff;
  }
  .linkbtn--or:hover {
    color: #cc0000;
  }
  .linkbtn--arw:hover::after {
    right: 10px;
    border-color: #cc0000;
  }
  .linkbtn--or.linkbtn--arw:hover::after {
    border-color: #cc0000;
  }
}
@media screen and (max-width: 767px) {
 /*=====================================
  linkbtnレスポンシブ
  =====================================*/
  .linkbtn {
    max-width: 300px;
    border-radius: 4px;
    border: none;
    line-height: 1.5rem;
    text-align: center;
  }

  .linkbtn--m {
    width: 100%;
    height: auto;
  }
  .linkbtn--s {
   width: 120.5px;
    height: auto;
  }
  .linkbtn--arw::after {
    border-width: 1px;
    width: 7px;
    height: 7px;
    right: 10px;
  }
}    

/*=====================================
みだし
=====================================*/

.blk__ttl {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding: 0.6em 0em 0.6em 0em;
  margin: 30px auto;
  width: 100%;
  max-width: 1200px;
}

.blk__ttl::before{
	position: absolute;
  content: '';
  bottom: 0.8em;
  width: 20px;
  height: 20px;
  background-color: #233B6C;
  left: 0px;
  max-width: 1080px;
  top: 18px;
}
.blk__ttl::after {
  content: "";
  background: linear-gradient( 84deg, #233B6C 0%, #36236c 100% );
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2.5px;
  width: 100%;
} 

.blk__ttl > p {
  padding-left: 30px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .blk__ttl {
    max-width: 700px;
  }
}


/* ------ option ------ */
.blk__ttl02 {
  background: #233B6C;
  background: linear-gradient(
    84deg,
    #233B6C 0%,
    #36236c 100%
  );
  color: #fff;
  font-size: 22px;
  padding: 7px 40px;
  font-weight: bold;
  margin-bottom: 1.8em;
}
/* ------ option ------ */
.blk__ttl03 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
    padding-left: 2.4em;
}
.blk__ttl03 input{
 display: none;
}
.blk__ttl03 input:checked + span{
  display: block;
    border: 2px solid #000;
    position: absolute;
    margin: 0;
}
.blk__ttl03 input:checked + span:after{
content: url(../../img/top/check.svg);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.blk__ttl03 .checkBoxFrame {
  display: block;
    border: 2px solid #000;
    position: absolute;
    margin: 0;
    top: 2px;
    left: 0;
}


@media screen and (min-width: 768px) {
  .blk__ttl03 .checkBoxFrame {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blk__ttl03 .checkBoxFrame {
    width: 19px;
    height: 19px;
    top: 0;
    left: 0;
    }
  .blk__ttl03 input:checked + span{
  width: 19px;
    height: 19px;
    top: 0;
    right: 8px;
}
  .blk__ttl03 input:checked + span:after{
    top: -3px;
  }
}
@media screen and (max-width: 767px) {
/*=====================================
  見出しレスポンシブ
  =====================================*/
  .blk__ttl {
    line-height: 16px;
    margin: 10px 0;
    font-size: 16px;
  }

 .blk__ttl::before{
   width: 20px;
   height: 20px;
   top: 10%;
  }
  .blk__ttl::after {
    height: 2.5px;
    width: 100%;
  }
  /* .blk__ttl::after {
    height: 2.5px;
    	width: 80%;
  } */
  /* ------ option ------ */
  .blk__ttl02 {
    font-size: 14px;
    padding: 7px 20px;
  }
  /* ------ option ------ */
  .blk__ttl03 {
    font-size: 14px;
  }    
}

/*配下ページh1(見出し)部分*/
/*=====================================
l__main
=====================================*/
.l__main {
  background: url(/img/seminars/bg_01.jpg) center / cover no-repeat;
  text-align: center;
  padding: 125px 0 105px;
  min-width: 1200px;
}

@media screen and (min-width: 960px) {
  .l__main {
    min-width: auto;
  }
}

@media screen and (max-width: 959px) and (min-width: 768px) {
  .l__main {
    min-width: 100%;
  }
}

/*=====================================
l__main
=====================================*/

.l__main__ttl {
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  /*margin-bottom: 65px;*/
}
.l__main .buttonContainer {
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  /*=================== SP ===================*/
  /*=====================================
  l__main
  =====================================*/
  .l__main {
    padding: 30px 0px;
    min-width: auto;
    text-align: center;
  }

  .l__main__ttl {
    font-size: 18.5px;
  }
  .l__main .buttonContainer a {
    width: calc(100% - 45px);
    max-width: 200px;
    padding: 13px 0;
    font-size: 16px;
    border-radius: 3px;
    border: none;
  }
  .l__main .buttonContainer a:last-of-type {
    margin-top: 15px;
  }
}