@import url('https://fonts.googleapis.com/css?family=Medula+One');

@font-face{ 
    font-family: 'anvieFont01'; /* お好きな名前にしましょう */
    src: url('../fonts/din1451alt_G.eot'); /* IE9以上用 */
    src: url('../fonts/din1451alt_G.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
        url('../fonts/din1451alt_G.woff') format('woff'), /* モダンブラウザ用 */
        url('../font/din1451alt_G.ttf') format('truetype'); /* iOS, Android用 */
    font-weight: normal; /* 念の為指定しておきます */
    font-style: normal;
}

@-webkit-keyframes spin {
  0% {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
  0% {-ms-transform: rotate(0deg);}
  100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
  0% {-o-transform: rotate(0deg);}
  100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
button:focus{
    outline: none;
}
:placeholder-shown {
    color: #999; }

::-webkit-input-placeholder {
    color: #999; }

:-moz-placeholder {
    color: #999; opacity: 1; }

::-moz-placeholder {
    color: #999; opacity: 1; }

:-ms-input-placeholder {
    color: #999; }
::selection {
    background:#424242; /* Safari */
    color: #fff;
}
::-moz-selection {
    background:#424242; /* Firefox */
    color: #fff;
}

html {
    font-size: 14px;
}

body {
    position: relative;
    overflow-x:hidden;
    word-break: break-all;
}

header {
    
}

h1, h2, h3, h4, h5, h6, p{
    margin-top: 0;
    margin-bottom: 0;
}

footer{
 background-color: #F9F9FB;
 padding: 40px 0 0 0;
}

section{
    padding: 50px 0;
}

input:focus::placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

a:hover {
    text-decoration: none;
}

.plr30{
    padding: 0 30px;
}
.txt-center{
    text-align: center;
}

/* wrapper */

/*#wrapper{
  width: 3000px;
  margin:0 auto;
  position: relative;
}*/


.top-header{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-bottom:1px solid #f2f2f2;
    z-index: 9;
    height: 76px;
} 

.top-header .header-bg {
    background: #fff;
    height: 76px;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.top-header .container {
    position: relative;
    border-radius:5px;
}

.header-logo{
    position: absolute;
    top: 0;
    left: 15px;
    display: inline-flex;
    align-items: center;
    height: 76px;
    z-index: 100;
}

.global-nav{
    margin-left: 270px;
    display: inline-flex;
    height: 76px;
    justify-content: center;
    align-items: center;
    z-index: 101;
}

.global-nav a{
  position: relative;
  text-decoration: none;
  z-index: 101;
}

.global-nav__item::after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.global-nav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.init-bottom .after-bd,
.init-bottom_2 .after-bd_2,
.init-bottom_3 .after-bd_3  {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}



.user-drop-list .after-bd2{
    content: '';
    position: absolute;
    bottom: 11px;
    left: 10px;
    width: 90%;
    height: 3px;
    margin-top: 3px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.global-nav__item {
    display: flex;
    color: #000;
    text-align: center;/*
    width: calc(50vw / 5);*/
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    font-weight: bold;
    justify-content: center;
    transition: .3s;
    letter-spacing: .5px;
    font-size: 17px; 
    padding: 32px 0 17px 0;
    margin: 0 20px 0 20px;
}



.global-nav__item:hover{
    color: #000;
}

.global-nav__item.down-list {
    position: relative;
    width: calc(40vw / 5);
    height: 50px;
    max-width: 1000px;
    margin:auto;
    list-style:none;
    padding: 0;
    margin: 0;
}

.global-nav__item.down-list > li {
    float: left;
        width: calc(40vw / 5);
    height: 50px;
    line-height: 50px;
}

.global-nav__item.down-list > li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.global-nav__item.down-list > li a:hover {
    color: #000;
 /*   -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);  
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);*/
    transition: .3s;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.global-nav__item.down-list > li:hover {
    background: #FFF;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
}

.menu__second-level li a:hover {
    background: #FFF;
}

.init-bottom,
.init-bottom_2,
.init-bottom_3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
    font-size: 16px;
    padding: 32px 0 17px 0;
    margin: 0 15px 0 15px;
}

.init-bottom:hover,
.init-bottom_2:hover,
.init-bottom_3:hover {
    color: #000;
    cursor: pointer;
}
 .event-header-hover:hover < .menu__single:hover,
 .recommend-header-hover:hover < .menu__single:hover,
 .workshop-header-hover:hover < .menu__single:hover{
    opacity: 0;
}


/* floatクリア */
.global-nav__item.down-list:before,
.global-nav__item.down-list:after {
    content: " ";
    display: table;
}

.global-nav__item.down-list:after {
    clear: both;
}

.global-nav__item.down-list {
    *zoom: 1;
}

.global-nav__item.down-list > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    margin: 5px 0 0 0;
    background: #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style:none;
    padding: 0;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    list-style:none;
}

.header-login-box{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 102;
    height: 100%;
    width: 260px;
}

.user-img{
    margin-left: 15px;
    padding: 0;
    letter-spacing: .1rem;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 127px;
}

.user-img img{
    display: inline-block;
    vertical-align: middle;
/*    padding: 32px 0 17px 0;*/
}

.user-img .user-page-img{
    padding: 0px;
    margin-top: -5px;
    margin-right: 5px;
}

/*.user-drop-list:hover < .user-img:hover{
    opacity: 0;
}*/

#user-drop-list-cursor:hover{
    z-index: 0;
    cursor: pointer;
}

.user-drop-list{
    padding-left: 10px;
    font-size: 17px;
    vertical-align: middle;
    display: inline-block;
    padding: 32px 0 17px 0px;
    width: 120px;
    margin-left: -5px;
    letter-spacing: .5px;
    cursor: pointer;
    color: #000;
    width: 100%;
}
.user-drop-list p {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    text-align: right;
}
.user-message{
    margin: 10px 10px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 15px;
}

.make-ser-drop-list-border{
    display: inline-block;
    height: 34px;
    border-right: 1px solid #aeaeae;
    width: 1px;
    position: absolute;
    top: 30px;
    right: 65px;
}

.user-message:hover{
    cursor: pointer;
}
.user-message img {
    z-index: 999;
    margin-top: -5px;
}
.user-message-num{
    position: absolute;
    top: -10px;
    right: -13px;
    font-size: 10px;
    padding: 0 5px;
    color: #FFF;
    background-color: #bc1d27;
    border-radius: 30px;
    margin: 0;
}

.confirm-top-link{
    display: flex;
    margin: 10px 0 50px 0;
    align-items: center;
}

.confirm-top-link .link-no-margin{
    margin: 0;
}

.confirm-top-link.main-function{
    margin: 10px 0 56px 0;
}

.confirm-top-link.reset-link,
.confirm-top-link.register-link{
    display: flex;
    margin: 10px 0 0px 0;
    align-items: center;
}

.confirm-top-link a{
    color: #555;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    margin-right: 5px;
}

.confirm-top-link a:hover{
    text-decoration: none;
}

.top-link-sign{
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.top-link-3{
    margin: 0 0 0 2px;
}

.top-link-sign img {
    display: inline-block;
    vertical-align: middle;
}

.confirm-titel{
    background-color: #b5342e;
    margin: 26px 0 5px 0;
    padding: 5px;
    text-align: center;
}

.confirm-titel img{
    vertical-align: middle;
    margin: 0 15%;
}

.event-header-hover,
.recommend-header-hover,
.workshop-header-hover{
    background-color: #EDECEC;
    padding: 10px 0;
    position: absolute;
    top: -20px;
    /*left: calc((1140px - 55vw) / 2); */
    left: 160px;
    width: 230px;
    z-index: 0;
    display: none;
}

.recommend-header-hover {
/*    left: calc((1140px - 35vw) / 2); */
/*    left: calc((1140px - 27vw) / 2);*/
left:360px;
}
/*
.workshop-header-hover {
    left: calc((1140px - 20vw) / 2);
}
*/


.my-page-links{
    width: 200px;
    background-color: #EDECEC;
    display: none;
    position: absolute;
    top: 76px;
    left: -15px;
    z-index: 99;
    padding-bottom: 20px;
    opacity: 0;
    cursor: default;
}

.my-page-links .footer-list-1{
    list-style:none;
    padding: 3px 0 0 0;
    font-size: 14px;
    margin-top: 5px; 
}

.my-page-links .triangle-hover {
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #EDECEC;
    border-top-width: 0;
    left:86px;
    top: -10px;
    width: 0;
    z-index: 100000;
}

.log-out-btn-center{
    text-align: center;
}

.log-out-btn{
    padding: 5px 50px;
    font-size: 14px;
    background-color: #FFF;
    letter-spacing: 3px;
    color: #221815;
    border-radius: 3px;
/*    border: 1px solid #C5C4C5;*/
    border-bottom: solid 1px #C5C4C5;
}
.log-out-btn:hover {
    color: #fff;
    background: #221815;
    text-decoration: none;
}
/*.active-btn.log-out-btn:hover{
    border: 1px solid #C5C4C5;
}*/

.my-page-links .btn-box{
    margin-top: 20px;
}

.row.hight-max{
    height: 100%;
}

.col-lg-4.as-height-as{
    margin: 5px auto;
}

.event-header-hover-title-box{
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
}

.event-header-hover-title{
    font-size: 35px;
    vertical-align: middle;
}

.event-header-hover-caption{
    font-size: 1rem;
    color: #BAB9B9;
}

.after-list.event-header-hover-list{
    margin: 0;
}

.border-make-event-header-hover-list{
    border-left: 1px solid #DEDEDF;
    padding-left: 20px;
}

.border-make-event-header-hover-list a img{
    transition: .3s;
}

.border-make-event-header-hover-list a img:hover{
    opacity: .7;
    transition: .3s;
}

.event-header-hover .triangle-hover,
.recommend-header-hover .triangle-hover,
.workshop-header-hover .triangle-hover{
    position:absolute;
    border:10px solid transparent;
    border-bottom-color:#EDECEC;
    border-top-width:0;
/*    left:calc(24vw - 200px); */
    left: 160px;
    top:-10px;
    width:0;
    z-index: 100000;
}
/* btn */

.inactive-btn {
  display: block;
  margin: 0 auto;
  background-color: #E5E5E5;
  border: none;
  border-bottom: solid .2rem #d9d9d9;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.4rem;
  outline: none;
  appearance:none;
  cursor: not-allowed;
}

.contact-btn.leave-btn.input-btn.active-btn{
  display: block;
  margin: 0 auto;
  background-color: #5B5B5B;
  border: none;
  border-bottom: solid .2rem #000000;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.4rem;
  outline: none;
  appearance:none;
  width: 335px;
/*  height: 60px;*/
/*  cursor: not-allowed;*/
}

.contact-btn.leave-btn.input-btn.active-btn img{
    margin-left: .5rem;
    padding: 0.2rem 0;
    width: auto;
    vertical-align: text-top;
}

.contact-btn.leave-btn.input-btn.active-btn:hover{
    border-bottom: none;
    cursor: pointer;
    margin-top: .2rem;
    width: 335px;
/*    height: 60px;*/
}

#leave-form{
    display: none;
}

.form__title{
    display: none;
}

.privacy-agreement-check.leave-check{
    margin: 50px 0 60px 0;
}

.leave-btn:hover {
    border-bottom: none;
    cursor: pointer;
    margin-top: .2rem;
}

.inactive-btn:focus{
    outline: none;
}
.active-btn {
  display: block;
  margin: 0 auto;
  background-color: #b33633;
  border: none;
  border-bottom: solid .2rem #5A0D0A;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.4rem;
}

.active-btn:hover {
  border-bottom: none;
  cursor: pointer;
  margin-top: .2rem;
}

button img {
  margin-left: .5rem;
  padding: .1rem 0;
  width: auto;
  vertical-align: text-top;
}

.input-btn {
  padding: 1rem 2rem;
}

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

/* footer */

.footer-left-box{
    width: 324px;
    display: block;
    float: left;
    height: 185px;
}

.footer-center-1{
    width: 225px;
    height: 185px;
    display: block;
    float: left;
    border-left: 1px solid #D9D9DA;
}

.footer-center-2{
    height: 185px;
    width: 225px;
    display: block;
    float: left;
    border-left: 1px solid #D9D9DA;
    border-right: 1px solid #D9D9DA;
}

.footer-right{
    width: 335px;
    display: block;
    float: left;
    position: relative;
}

.adopt-title{
    font-size: 20px;
}

.tell-caption{
    letter-spacing: .1rem;
}

.tell-num{
    font-family: "anvieFont01";
    font-size: 40px;
    line-height: 40px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin: 0 0 0 10px;
}

.tell-num small {
    font-size: 26px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 4px 0;
}

.tell-caption-top{
    letter-spacing: .1rem;
    text-align: left;
    margin: 10px 0 0 32px;
    color: #1A1A1A;
}

.tell-caption{
    letter-spacing: .1rem;
    text-align: left;
    margin: 0 0 10px 32px;
    color: #1A1A1A;
}

.footer-tell-img{
    margin-left: 15%;
    width: 70%;
}

.margin-change{
    margin: 5px 0 0 0;
}

.margin-change a:hover{
    text-decoration: none;
}

.bottom-mail-btn{
    padding: 10px;
}

.footer-caption{
    padding: 16px 13px 16px 0px;
    line-height: 180%;
    color: #454545;
    font-size: 13px;
}

.footer-list{
    padding: 0px 0 0 10px;
    margin: 0;
}

.footer-list-1{
    list-style:none;
    padding: 3px 0 0 20px;
    font-size: 14px;
}

.footer-list-1 img{
    padding: 0 0 0 0;
}

.footer-list-1 a{
    text-decoration: underline;
    color: #2D2D2D;
    padding: 0 8px;
    line-height: 190%;
}

.footer-list-1 a:hover{
    text-decoration: none;
    color: #2D2D2D;
}

.mypage-list{
    list-style:none;
    padding: 20px 10px 0 10px;
    font-size: 14px;

}

.mypage-list-1 img{
    padding: 0 0 0 0;
}

.mypage-list-1 a{
    text-decoration: underline;
    color: #2D2D2D;
    padding: 0 8px;
    line-height: 200%;
}

.mypage-list-1 a:hover{
    text-decoration: none;
    color: #2D2D2D;
}
.after-list{
    list-style:none;
    font-size: 14px;
    padding: 0;
}

.after-list-1 img{
    padding: 0 0 0 0;
}

.after-list-1 a{
    text-decoration: underline;
    color: #2D2D2D;
    padding: 0 8px;
    line-height: 200%;
}

.after-list-1 a:hover{
    text-decoration: none;
    color: #2D2D2D;
}

.footer-right-title{
    position: relative;
    text-align: center;
    font-size: 20px;
    background: #F9F9FB;
    display: block;
    width: 190px;
    height: 30px;
    margin:0 auto;
    z-index: 3;
    font-weight: bold;
}

.footer-right-recruit {
    position: relative;
}
.footer-right-recruit .footer-right-title-border{
    position: absolute;
/*    background-image: url(../img/top/border-bg.png);
    background-repeat: no-repeat;*/
    width: 265px;
    height: 4px;
    top: 13px;
    left: 34px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 2;
}

.make-line{
    border-top: 1px double #000;
}

.copy-right{
    margin: 20px 0 0 0;
    padding: 20px 0;
    text-align: right;
    border-top: 1px solid #DEDEDF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copy-right >:last-child {
  margin-left: auto;
}

.copy-right a img:hover{
    opacity: .7;
}

.copy-right img{
    float: left;
    margin-right: 10px; 
    color: #303131;
}

.copy-right-books{
    margin: 0;
}

/* top */

.main-top{
    margin: 5px 0 0 0;
    padding: 0 0 50px 0;
    position: relative;;
}

.contact-top,
.study-list-main,
.event-list-main{
    position: relative;
    padding: 0 0 50px 0;
}

.my-page-main{
    padding: 0px 0 0px 0;
}

.contact-top.form-padding{
    padding: 0 0 80px 0;
}

.sign-up.sign-up-padding.form-padding,
.confirm.form-padding{
    padding: 0 0 80px 0;
}

a .seminar-titel:hover{
    opacity: .7;
}

a .event-list-titel-bar:hover{
    opacity: .7;
}

.seminar-titel{
    background-color: #b5342e;
    margin: 76px 0 0px 0;
    padding: 5px;
    text-align: center;
}

.seminar-titel img{
    vertical-align: middle;
    margin: 0 15%;
}

.mainvisua-hover img{
    cursor: pointer;
    transition: .3s;
}

.mainvisua-hover img:hover{
    opacity: .7;
    transition: .3s;
}

#top-slider{
    width: 100%;
}

.slick-slide{
    padding: 0 2.5px;
}

.slick-slide img{
    width: 100%;
    height: auto;
}

#top-slider .slick-slide:not(.slick-center) {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s linear;
}

.top-slick-prev{
    position: absolute;
    top: 41%;
    left: 0px;
    background-image: url("../img/top/prev_btn.jpg");
    width: 66px;
    height: 66px;
    transition: .3s;
}

.top-slick-prev:hover{
    background-image: url("../img/top/prev-btn-hover.jpg");
    transition: .3s;
    cursor: pointer;
}

.top-slick-next{
    position: absolute;
    top:41%;
    right: 0px;
    background-image: url("../img/top/next-btn.jpg");
    width: 66px;
    height: 66px;
    transition: .3s;
}

.top-slick-next:hover{
    background-image: url("../img/top/next-btn-hover.png");
    transition: .3s;
    cursor: pointer;
}

.event-seminar-bg{
    background-image: url("../img/top/event-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
}

.study-seminar-bg{
    background-image: url("../img/top/study-group-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
}

.recommend-seminar-bg{
    background-image: url("../img/top/recommend-group-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
}


.voices-seminar-bg{
    background-image: url("../img/top/voices-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
}

.event-seminar{
    padding: 0 0 50px 0;
}

.event-seminar-top-box{
    padding-top: 50px;
    vertical-align: middle;
    display: inline-block;

}

.event-seminar-main-img{
    position: relative;
}

.event-seminar-main-img img{
    width: 100%;
}

.event-seminar__font{
/*    position: absolute;
    top: 40px;
    left: 100px;*/
    color: #FFF;
    font-size: 2rem;
    border-right: 1px solid #FFF;
    letter-spacing: .1rem;
    padding-right: 20px;
    font-weight: normal;
    display: inline-block;
}

.event-seminar-font__small{
    letter-spacing: .1rem;
    font-size: 20px;
    color: #FFF;
    display: inline-block;
    padding-left: 20px;
}

.event-seminar-font__caption{
    letter-spacing: .1rem;
    line-height: 200%;
    color: #FFF;
    padding-top: 30px;
    font-size: 18px;
}

.event-seminar-detail-box{
    border: 1px solid #FFF;
    font-size: 20px;
    color: #FFF;
    letter-spacing: .1rem;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    float: right;
    margin-top: 50px;
    border-radius: 3px;
    transition: .3s;
}

.detail-box-img-change{
    background-image: url(../img/top/triangle-white.png);
    width: 13px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 3px 10px;
}

.event-seminar-detail-box:hover{
    color: #191919;
    background-color: #FFF;
    letter-spacing: .1rem;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    float: right;
    margin-top: 50px;
    transition: .3s;
}

.event-seminar-detail-box:hover .detail-box-img-change{
    background-image: url(../img/top/triangle.png);
    width: 13px;
    height: 14px;
    background-size: cover;
}
.event-seminar-detail-box img{
    width: 10px;
    margin: 5px 5px 6px 10px;
}

.margin-top-change{
    margin-top: -130px;
}

.row.row-eq-height.margin-top-change .col-lg-4 a{
    color: #000;
    text-decoration: none;
}

.row.row-eq-height.margin-top-change .col-lg-4 a:hover{
    text-decoration: none;
}

.row.row-eq-height.margin-top-change .col-lg-4{
}

.event-seminar-box{
    border: 1px solid #E6E7E8;
    border-radius: 3px;
    padding: 10px 10px;
    background-color: #FFF;
    position: relative;
    transition: .3s;
    overflow: hidden;
}

.event-seminar-box:hover{
    background-color: #2A2A2A;
    cursor: pointer;
    border: 1px solid #2A2A2A;
    transition: .3s;
}

.event-seminar-category-img-box{
    overflow: hidden;
}

.event-seminar-box:hover .event-seminar-category-img{
    transform: scale(1.1);
    transition: .3s;
}

.event-seminar-category-img.left-img{
    width: 100%;
    transition: .3s;
}

.event-seminar-category-img-2nd.left-img-2nd{
    position: absolute;
    top: 15px;
    right: 3px;
}

.event-seminar-category-img-2nd-new.left-img-2nd-new{
    position: absolute;
    top: -40px;
    right: 0px;
}

.container.event-seminar-container{
    width: 85%;
    position: relative;
}

.event-seminar-category-tag{
    position: absolute;
    background-color: #B13632;
    padding: 3px 7px;
    color: #FFF;
    top: -35px;
    left: 10px;
}

.event-seminar-category-title{
    margin-top: 20px;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 150%;
    font-weight: bold;
    color: #2A2A2A;
}

a .event-seminar-category-title:hover{
    text-decoration: none;
}

.event-seminar-box:hover .event-seminar-category-title{
    color: #FFF;
}

.event-seminar-box:hover .event-seminar-category-border{
    border-bottom: 1px solid #fff;
}


.event-seminar-box:hover .event-seminar-category-date{
    color: #FFF;
}

.event-seminar-category-date{
    color: #555;
}

.event-seminar-category-pleace-2nd{
    border: 1px solid #B5B6B7;
    background-color: #FFF;
}

.event-seminar-box:hover .event-seminar-category-pleace{
    border: 1px solid #B5B6B7;
    background-color: #FFF;
}

.event-seminar-category-box.left-category{
    position: relative;
    padding: 0 0 0 10px;
}

.event-seminar-category-pleace{
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 1px solid #B5B6B7;
    padding: 2px 7px;
    border-radius: 2px;
    color: #2A2A2A;
}

.event-seminar-category-pleace-2nd{
    position: absolute;
    bottom: 0px;
    right: 55px;
    border: 1px solid #B5B6B7;
    padding: 2px 7px;
    border-radius: 2px;
    color: #2A2A2A;
}

.event-seminar-category-border{
    border-bottom: 1px solid #000;
    margin: 10px 0;
}

.event-seminar-category-border{
    width: 20px;
}

.study-seminar,
.recommend-seminar,
.voices-seminar{
    padding: 50px 0; 
}

.study-seminar-category-tag{
    position: absolute;
    background-color: #b5342e;
    padding: 3px 7px;
    color: #FFF;
    top: -35px;
    left: 10px;
}

.study-seminar-font__small{
    position: absolute;
    top: 47px;
    left: 350px;
    letter-spacing: .1rem;
    font-size: 1.2rem;
    color: #FFF;
}

.voice-seminar-category-tag{
    position: absolute;
    background-color: #576E85;
    padding: 3px 7px;
    color: #FFF;
    top: -35px;
    left: 10px;
}

.voice-seminar-font__small{
    position: absolute;
    top: 47px;
    left: 230px;
    letter-spacing: .1rem;
    font-size: 1.2rem;
    color: #FFF;
}

.scouting-function{
    background-color: #F9F9FB;
    padding: 50px 0 0 0;
}

.scouting-function-title{
    text-align: center;
    font-size: 2rem;
}

.scouting-function-sub-title{
    text-align: center;
    font-size: 16px;
    letter-spacing: .1rem;
}

.title-function-border{
/*    width: 50px;
    border-top:1px solid #000; 
    margin:40px 48.5% 40px 47.5%;*/
}

.title-function-border.scouting-border{
    width: 50px;
    border-top:1px solid #000; 
    margin:40px 48.5% 40px 47.5%;
}

.scouting-container .btn-box{
    justify-content: left;
    margin-top: 60px;
}

.scouting-function-btn {
  padding: 19.1px 48px;
  margin: 0;
}

.scouting-function-title{
    margin: 0 0 20px 0;
}

.scouting-function-sub-title{
    margin: 10px;
    font-size: 18px;
}

.title-how-to-border{
    width: 50px;
    border-top:1px solid #000; 
    margin:40px 48.5% 60px 48.5%;
}

.title-voice-border{
    width: 50px;
    border-top:1px solid #000; 
    margin:40px 48.5% 40px 47.5%;
}

.scouting-function-box-title{
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 150%;
    font-weight: bold;
}

.scouting-function-box-caption{
    letter-spacing: .1rem;
    line-height: 200%;
    margin:20px 0;
    font-size: 17px;
}

.scouting-function-btn-title{
    margin: 0;
    color: #FFF;
    letter-spacing: .1rem;
}

.scouting-function-btn-title img{
    width: 10px;
    margin: 5px 5px 6px 10px;
}

.instagram-function{
    padding: 60px 0;
}

.instagram-function-title-box img{
    padding: 0 20px 0 0;
}

.instagram-function-title-box{
    margin: 0 0 40px 0; 
}

.instagram-function-title{
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    border-right: 1px solid #000;
    vertical-align: middle;
}

.instagram-function-title img{
    padding: 0 15px 0 0;
}

.instagram-function-sub-title{
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    padding: 5px 0 0 20px;
    font-size: 18px;
    color: #191919;
    vertical-align: middle;
}

.instagram-function-detail-box{
    border: 1px solid #000;
    color: #000;
    padding: 10px 10px 10px 20px;
    float: right;
    letter-spacing: .1rem;
    display: inline-block;
    transition: .3s;
    font-size: 20px;
    border-radius: 3px;
}

.instagram-function-detail-box:hover{
    color: #FFF;
    background-color: #000;
    float: right;
    transition: .3s;
    cursor: pointer;
}

.slick-slide a img:hover{
    opacity: .7;
}

.detail-box-img-change-black{
    background-image: url(../img/top/btn-triangle.png);
    width: 13px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 3px 10px;
    background-size: cover;
}

.instagram-function-detail-box:hover .detail-box-img-change-black{
    background-image: url(../img/top/triangle-white.png);
}

.instagram-function-detail-box img{
    width: 29px;
    margin: 5px 5px 8px 8px;
}

.img-sp-scouting{
    position: absolute;
    bottom: 0px;
    left: -80px;
}

.img-pc-scouting{
    margin: 60px 0 0 0;
}

#instagram-slider .slick-list .slick-track .slick-slide{
    padding: 0;
}

.links-img-link:hover{
    opacity: .7;
}

.links-function{
    padding:  20px 0 80px 0;
}

.links-img-border{
    border: 1px solid #CBCED0;
    margin-bottom: 10px;
    width: 100%;
}

.links-link-under{
    color: #191919;
    text-decoration: underline;
}

.links-link-under:hover{
    color: #191919;
    text-decoration: none;
}

.links-link-under img{
    margin: 0 10px;
}

.links-function-caption{
    margin-top: 10px;
    color: #191919;
}

.tel-num-box{
    padding-left: 30px;
    text-align: left;
}
.tel-num-box img {
    padding-left: 7px !important;
    padding-bottom: 1px !important;
}
#top-link-block{
    display: block;
    background: #202020 url(../img/top/footer_backtop.png) no-repeat center;
    text-indent: -999em;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    z-index: 1;
}

#top-link-block:hover{
    background: #B13632 url(../img/top/footer_backtop_hover.png) no-repeat center;
}

.top-link-head{
  position: absolute;
  top: 100vh;
  right: 0;
}

.top-link-body{
    position: fixed;
    bottom: 0;
    right: 0;
}

.top-link-foot{
    position: absolute;
    right: 0;
    bottom: 316px;
}
#top-link-block:hover {
    cursor: pointer;
}


/* no-login */

#bottom-links{
    background-color: #FFF;
    border: 1px solid #EDEEEE;
    z-index: 1;
    width: 100%;
}

.no-login-link-head{
  position: absolute;
  top: calc(100vh + 100px);
  right: 0;
}

.no-login-link-body{
    position: fixed;
    bottom: 0;
}

.no-login-link-foot{
/*    position: absolute;
    right: 0;
    bottom: 335px;
}*/
}

.main-no-login{
    position: relative;
    padding: 0;
    width: 100%;
/*    height: 800px;*/
	height:850px;
}

.main-no-login-logo{
    position: absolute;
    top: 20px;
    left: 25px;
}


.main-no-login-visual{
    width: 100%;
}

.no-login-login-box{
    position: absolute;
    top: 34px;
    right: 185px;
    width: 135px;
    border: 1px solid #FFF;
    padding: 8px 15px;
    transition: .3s;
    border-radius: 3px;
    font-weight: bold;
}

.no-login-login-box:hover{
    background-color: #FFF;
    color: #2A2A2A;
    transition: .3s;
    cursor: pointer;
}

.no-login-login-title{
    display: inline-block;
    color: #FFF;
    padding: 0 0px 0 15px;
    vertical-align: middle;
}

.no-login-login-box:hover .no-login-login-title{
    color: #2A2A2A;
}

.no-login-login-img{
    background-image: url(../img/top-no-login/login-icon.png);
    width: 26px;
    height: 23px;
    margin: 0 0 0 0px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    transition: .3s;
}


/* no-login内のheader用に。特に仮置き */

.no-login_header-set .no-login-login-box {
	right:0;
	left:0;
	top:26px;
}

.no-login_header-set .no-login-new-box {
	right:0;
	top:26px;
}

.no-login_header-set .no-login-login-title {
    color: #2A2A2A;
}

.no-login_header-set .no-login-login-img {
    background-image: url(../img/top-no-login/login-icon-hover.png);
}

/* ここまで */


.no-login-login-box:hover .no-login-login-img{
    background-image: url(../img/top-no-login/login-icon-hover.png);
    transition: .3s;
}

.no-login-new-box{
    position: absolute;
    top: 34px;
    right: 30px;
    width: 135px;
    border: 1px solid #FFF;
    padding: 8px 1px;
    transition: .3s;
    border-radius: 3px;
    background-color: #FFF; 
}

.no-login-new-box:hover{
    background-color: #bc1d27;
    color: #2A2A2A;
    transition: .3s;
    border: 1px solid #bc1d27;
    cursor: pointer;
}

.no-login-new-img{
    background-image: url(../img/top-no-login/signup-icon.png);
    width: 24px;
    height: 23px;
    margin: 0 0 0 5px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    transition: .3s;
}

.no-login-new-box:hover .no-login-new-img{
    background-image: url(../img/top-no-login/signup-icon-hover.png);
    transition: .3s;
}

.no-login-new-title{
    display: inline-block;
    color: #000;
    padding: 0 3px 0 5px;
    vertical-align: middle;
    font-weight: bold;
}

.no-login-new-box:hover .no-login-new-title{
    color: #FFF;
}

.main-no-login-heading{
    position: relative;
    text-align: center;
    padding-top: 250px;
}

.main-no-login-launch{
    position: relative;
    margin-top: 130px;
    text-align:center;
}

.main-no-login-or{
    margin: 0 20px;
    background-image: url(../img/top-no-login/mainvisual/or.png);
    width: 29px;
    height: 74px;
    display: inline-block;
}

.main-no-login-line-box{
    color: #FFF;
    position: relative;
    margin-top: 30px;
    display: block;
    margin:25px auto;
    text-align: center;
}

.main-no-login-line-box-caution{
    margin-top: 20px;
    letter-spacing: 3px;
}

.main-no-login-line{
    background-image: url("../img/top-no-login/line-btn2.png");
    width: 394px;
    height: 74px;
    display: inline-block;
    transition: .3s;
}

.main-no-login-line:hover{
    background-image: url("../img/top-no-login/line-hover-btn2.png");
    width: 394px;
    height: 74px;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
}

.main-no-login-mail{
    background-image: url("../img/top-no-login/mail-btn.png");
    width: 396px;
    height: 74px;
    display: inline-block;
    transition: .3s;
}

.main-no-login-mail:hover{
    background-image: url("../img/top-no-login/mail-hover-btn.png");
    width: 396px;
    height: 74px;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
}

.main-no-login-service{
    background-image: url("../img/top-no-login/service-btn.png");
    width: 759px;
    height: 80px;
    display: inline-block;
    transition: .3s;
}

.main-no-login-service:hover{
    background-image: url("../img/top-no-login/service-hover-btn.png");
    width: 759px;
    height: 80px;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
}


.main-no-login-line-title{
    display: inline-block;
}

.how-to-use-function{
    padding: 50px 0 140px 0;
    position: relative;
}

.how-to-use-function-container{
    position: relative;
}

.how-to-use-function-funny-img{
    position: absolute;
    top: 0;
    right: 0;
}

.col-lg-6.how-to-use-case-padding{
    padding-left: 0;
    padding-top: 0;
}

.col-lg-6.how-to-use-case-padding2{
    text-align: right;
}

.how-to-use-case-padding3{
    padding: 0;
    margin-top: 140px;
}

.how-to-use-case-padding-img-left{
/*    position: absolute;
    top: 0;
    left:0;
*/    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.how-to-use-case-padding-img-rigth {
    position: absolute;
    top: 0;
    right: 50px;
}

.how-to-use-case-padding-img{
/*    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 480px;*/
    padding: 0 0 0 70px;
}

.how-to-use-case-padding4{
    padding-top: 140px;
    padding-left: 60px;
    padding-bottom: 70px;
}

.col-lg-6.how-to-use-case-padding5{
    padding-left: 0;
    padding-top: 70px;
}

.col-lg-5.how-to-use-case-padding5{
    padding-left: 0;
    padding-top: 70px;
}

.how-to-use-case-padding3 .how-to-use-case-padding-img{
}

.how-to-use-case-title{
    font-weight: bold;
    font-size: 2rem;
}

.how-to-use-case-caption{
    letter-spacing: .1rem;
    line-height: 200%;
    margin: 20px 0;
    font-size: 18px;
}

.row.row-eq-height.how-to-use-function-margin{
    margin: 0;
}

.how-to-use-function-btn{
    padding: 1rem 3rem;
    margin: 0; 
}

.how-to-use-function-btn-box{
    justify-content: left;
}

.company-list-function{
    background-color: #F8F9FB;
}

#sponsor-slider .company-list-img-box{
    height: 133px;
    text-align: center;
    background-color: #FFF;
    position: relative;
    display: inline-block;
    margin: 0 25px 30px 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#sponsor-slider-2nd .company-list-img-box{
    height: 133px;
    text-align: center;
    background-color: #FFF;
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.1);
    margin: 0 25px 30px 25px;
}

.css3-shadow,
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.company-list-img-box:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.3);
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    bottom:0px;
    width:80%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
    left:10%;
    right:10%;
}

.company-list-img-box-2nd{
    width: 12%;
    height: 130px;
    text-align: center;
    background-color: #FFF;
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

.company-list-img-containar .company-list-img-box-2nd:nth-child(1){
    width: 11%;
}

.company-list-img-containar .company-list-img-box-2nd:nth-child(7){
    width: 13%;
}

.company-list-img-box-2nd img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
/*    width: 70%;*/
}

.company-list-img-containar{
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
}

.company-list-img-box img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
}

.voice-login-function{
    background-color: #FFF;
}

.voices-seminar-category-culb{
    color: #2A2A2A;
}

.voices-seminar-category-compamy{
    color: #2A2A2A;
}

.event-seminar-box:hover .voices-seminar-category-culb{
    color: #FFF;
}

.event-seminar-box:hover .voices-seminar-category-compamy{
    color: #FFF;
}

.attention-figure{
    position: absolute;
    top: -150px;
    right: -100px;
    width: auto;
    animation: spin 10s linear infinite;
    -webkit-animation: spin 10s linear infinite;
}

.attention-text{
    position: absolute;
    top: -80px;
    right: -70px;
    width: auto;
}

.company-list-function{
    padding: 50px 0 20px 0;
}

.slick-box-container{
    width: 1280px;
}

.voice-no-login-function{
}

#no-login-slider{
    position: relative;
}

.voice-no-login-container{
    width: 75%;
}

.voice-no-login-title{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 16px;
}

.voice-no-login-box{
    display: inline-block;
    padding: 45px 10px 16px 10px;
    margin: 0 10px;
    border: 1px dashed #C2C3C3;
    height: 100%;
}

.voice-no-login-top-box{
    position: relative;
    padding: 40px 0 0 0;
    height: 100%;
}

.voice-no-login-profile-caption{
    display: inline-block;
    vertical-align: middle;
}

.voice-no-login-caption{
    letter-spacing: .1rem;
    margin-bottom: 60px;
}

.voice-no-login-profile-box{
    position: absolute;
    left: 20px;
    bottom: 15px;
}

.voice-no-login-profile-box img{
    width: auto;
    display: inline-block;
}

.voice-no-login-top-img{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:  0;
    width: 100px;
    background-color: #FFF;
    padding: 0 4px;
}

.no-login-slick-prev{
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    bottom: 30%;
    right: -30px;
}

.no-login-slick-prev:hover{
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    bottom: 30%;
    right: -35px;
}

.no-login-slick-next{
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(225deg);
    bottom: 30%;
    left: -30px;
}

.no-login-slick-next:hover{
    position: absolute;
    width: 50px;
    height: 50px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(225deg);
    bottom: 30%;
    left: -35px;
}

.bottom-main-no-login{
    position: relative;
    padding: 0;
    height: 400px;
}

.main-no-login-launch-bottom{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
}

.main-no-login-line-box-bottom{
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.no-login-footer{
    background-color: #FFF;
    padding: 0 0 50px 0;
}

.footer-center-img .main-no-login-now-footer{
    position: absolute;
    left: 0;
    background-image: url(../img/top-no-login/right-now.png);
    width: 281px;
    height: 76px;
    display: inline-block;
    background-size: cover;
}

.footer-center-img .main-no-login-line-footer{
    position: absolute;
    top: 2px;
    left:290px;
    background-image: url(../img/top-no-login/line-btn.png);
    width: 394px;
    height: 74px;
    display: inline-block;
    transition: .3s;
}

.footer-center-img .main-no-login-line-footer:hover{
    background-image: url("../img/top-no-login/line-hover-btn.png");
    width: 394px;
    height: 74px;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
}

.main-no-login-mail-footer{
    position: absolute;
    top: 2px;
    right: 27px;
/*    background-image: url("../img/top-no-login/mail-btn2.png");*/
    width: 347px;
    height: 74px;
    display: inline-block;
    transition: .3s;
    background-size: cover;
}

.main-no-login-mail-footer img{
    position: absolute;
    top: 0px;
    right: 2px;
    transition: .3s;
}

.main-no-login-mail-footer:hover{
/*    background-image: url("../img/top-no-login/mail-hover-btn2.png");*/
    cursor: pointer;
    transition: .3s;
}

.footer-center-img .main-no-login-or-footer{
    position: absolute;
    left: 675px;
    top: 6px;
    margin: 0 20px;
    display: inline-block;
}

.make-borber-1{
    border-bottom: 1px solid #DEDEDF;
    height: 1px
}

.footer-center-img{
    text-align: center;
    margin: 10px 0 0 0;
    height: 85px;
    position: relative;
}

.copy-right-no-login{
    margin: 10px 0 60px 0;
    padding: 20px 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copy-right-no-login img {
    float: left;
    margin-right: 10px;
    color: #303131;
}

.copy-right-no-login a img:hover {
    opacity: .7;
}

.copy-right-no-login >:last-child {
    margin-left: auto;
}

.copy-right-no-login a:hover{
    text-decoration: none;
}

.no-login-contact{
    border: 1px solid #999;
    border-radius: 50px;
    padding: 10px 20px;
    color: #2A2A2A;
    transition: .3s;
    margin: 0 15px 0px 0;
}

.no-login-triangle{
    background-image: url(../img/top-no-login/triangle-no-login.png);
    width: 9px;
    height: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 4px 3px 0;
    /* background-size: cover; */
    transition: .3s;
}

.no-login-contact:hover{
    background-color: #000;
    color: #FFF;
    transition: .3s;
}

.no-login-contact:hover .no-login-triangle{
    background-image: url(../img/top-no-login/triangle-no-login-hover.png);
    color: #FFF;
    background-color: #000;
    transition: .3s;
    cursor: pointer;
}

/* big-login */

.big-top-main{
    padding: 100px 0 50px 0;
}

.make-border-big-login{
    border: 3px solid #AD0000;
}

.big-top-2020-box-main-img{
    width: 100%;
}

.big-top-2020-box{
    position: relative;
}

.big-top-funny-img{
    position: absolute;
    top: -50px;
    left: -50px;
    animation: spin 10s linear infinite;
    -webkit-animation: spin 10s linear infinite;
}

.big-top-funny-img-2018{
    position: absolute;
    top: -50px;
    right: -50px;
    animation: spin 10s linear infinite;
    -webkit-animation: spin 10s linear infinite;
}

.txt-2018{
    position: absolute;
    top: -20px;
    right: -28px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.txt-2019 {
    position: absolute;
    top: -20px;
    left: -28px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.txt-2020{
    position: absolute;
    top: -20px;
    left: -28px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.big-top-2020-caption{
    font-size: 16px;
    color: #555;
    letter-spacing: .1rem;
    line-height: 180%;
    margin: 20px 0;
}
.big-top-2019-box-main-img {
    width: 100%;
}
.big-top-2019-caption {
    font-size: 16px;
    color: #555;
    letter-spacing: .1rem;
    line-height: 180%;
    margin: 20px 0;
}
.link-top-2019 {
    width: 100%;
    border: 3px solid #AD0000;
    background-color: #FFF;
    color: #AD0000;
    padding: 15px 20px;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    transition: .3s;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

.link-top-2020{
    width: 100%;
    border: 3px solid #AD0000;
    background-color: #FFF;
    color: #AD0000;
    padding: 15px 20px;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    transition: .3s;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

.link-top-2020:hover{
    background-color: #AD0000;
    color: #FFF;
    transition: .3s;
    cursor: pointer;
}

.link-new-login-btn{
    width: 100%;
    padding: 10px 0;
}

.link-login-btn{
    width: 100%;
    border: 3px solid #B2B2B2;
    background-color: #FFF;
    color: #2A2A2A;
    padding: 10px 0;
    letter-spacing: 3px;
    transition: .3s;
    border-radius: 3px;
    font-weight: bold;
    font-size: 17px;
}

.link-login-btn:hover{
    background-color: #2A2A2A;
    border: 3px solid #2A2A2A;
    color: #FFF;
    transition: .3s;
    cursor: pointer;
}

.col-lg-6.bordr-make-col{
    border-right: 1px solid #B2B2B2;
}

.col-lg-6.right-padding-make{ 
    padding-right: 40px;
}

.col-lg-6.left-padding-make{
    padding-left: 40px;
}

.big-top-bottom-main-img{
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
    width: 100%;
    border-top: 1px solid #B2B2B2;
}

.big-top-bottom-main-img2{
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    width: 100%;
    border-bottom: 1px solid #B2B2B2;
}


.big-top-bottom-main-img:hover{
    opacity: .7;
}

.big-top-bottom-main-img2:hover{
    opacity: .7;
}

.big-top-copy-right{
    text-align: center;
    margin: 50px 0 0 0;
}

/* confirm, forget, pass-confir, register, signup */

.forget-top{
    padding: 50px 0 0 0;
}

.list-unstyled{
    margin: 20px 0;
}

.help-block.with-errors{
    color: #AE3839;
}

.form-group {
    margin-bottom: 0;
}

.confirm.register-padding{
  padding-bottom: 80px;
}

.sign-up.sign-up-padding{
    padding: 0 0 80px 0;
}

.confirm {
  padding-bottom: 80px;
}

.section__title {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: .1rem;
  margin-bottom: 1.6rem;
}

.attention-main-img{
    text-align: center;
    margin: 20px 0 60px 0;
}

.attention-main-img p{
    font-size: 26px;
    width: 60%;
    line-height: 200%;
    margin: 20px 20%;
    font-weight: bold;
}

.attention-link-box{
    border: 3px solid #000;
    position: relative;
    padding:50px 0 30px 0;
    text-align: center;
}

.attention-link-box h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.attention-link-box p{
    font-size: 16px;
    color: #333;
    line-height: 200%;
}

.attention-link-box p a{
    text-decoration: underline;
    color: #bc1d27;
}

.attention-link-box p a:hover{
    text-decoration: none;
}

.attention-link-box img{
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    margin: auto;
}

.section__caption {
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  margin-bottom: 1.6rem;
}

.sign-up-flow {
  margin-bottom: 3rem;
}

.form__title {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
}

.sign-up .form-group .row,
.confirm .form-group .row {
  border-top: solid .1rem #D9D9D9;
}

.sign-up .form-group .last-row,
.confirm .form-group .last-row {
  border-bottom: solid .1rem #D9D9D9;
  margin-bottom: 4rem;
}

.sign-up .form-group .row .col-md-3,
.confirm .form-group .row .col-md-3 {
  position: relative;
}

.form-column__name {
  font-size: 18px;
  line-height: 2;
  margin: 23px 0;
  display: inline-block;
  width: 100%;
  padding-right: 5rem;
  vertical-align: middle;
  font-weight: bold;
}

.form-column__name small {
  display: block;
  line-height: 2;
  margin: 11px 0 .6rem 0;
  color: #373737;
}

.form__required {
  position: absolute;
  font-size: 16px;
  color: #bc1d27;
  line-height: 1;
  top: 28px;
  right: 8px;
  width: 46px;
  border: solid 1px #bc1d27;
  border-radius: .3rem;
  text-align: center;
  padding: 4px 6px;
  vertical-align: text-top;
  margin-bottom: 0;
}

.form__optional {
  position: absolute;
  font-size: 16px;
  color: #2C2C2C;
  line-height: 1;
  top: 28px;
  right: 8px;
  width: 46px;
  border: solid 1px #2C2C2C;
  border-radius: .3rem;
  text-align: center;
  padding: 4px 6px;
  vertical-align: text-top;
  margin-bottom: 0;
}

.form-control{
  margin-bottom: 19px;
  border: 1px solid #D9D9D9;
  line-height: 1.5;
  padding: 1rem;
}

.form-control:last-child,
#input-password-confirm,
#input-school-other,
#input-sport-other,
#input-hs_sport-other {
  margin: 15px 0 19px 0;
}

.form-control:first-child {
  margin-top: 19px;
}

.form-control:focus {
  border: 1px solid #bc1d27;
}

.form-group select {
  background-image: url(../img/form/suggest_form_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  box-shadow: none;
  background-color: #fff;
  margin: 19px 0;
  border: 1px solid #D9D9D9;
  padding: 1rem;
  line-height: 1.25;
}

.form-group select:focus {
  background-image: url(../img/form/suggest_form_arrow_focus.png)
}

.add-company{
    width: 100%;
    border: 1px solid #D9D9D9;
    line-height: 1;
    padding: 12px 30px;
    margin: 19px 0 19px 0;
    font-size: 18px;
    border-radius: .25rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

#input-school-other,
#input-sport-other,
#input-hs_sport-other  {
  margin-top: 0;
}


#input-last-name-kanji,
#input-first-name-kanji{
  display: inline-block;
  width: 45%;
  margin-right: 1rem;
  margin-bottom: 0px; 
}

#input-last-name-kanji,
#input-first-name-kanji,
#input-last-name-kana,
#input-first-name-kana {
  display: inline-block;
  width: 45%;
  margin-right: 1rem;
}

#input-birth-year,
#input-birth-month,
#input-birth-date,
#input-graduate-year,
#input-graduate-month,
#input-admission-year,
#input-admission-month {
  width: 15%;
  padding-left: 1rem;
}

#input-birth-year:focus,
#input-birth-month:focus,
#input-birth-date:focus,
#input-graduate-year:focus,
#input-graduate-month:focus,
#input-admission-year:focus,
#input-admission-month:focus,
#input-school-one:focus,
#input-school-two:focus,
#input-root:focus,
#input-college_course:focus,
#input-sport:focus,
#input-hs_sport:focus,
#input-leave:focus {
  border: 1px solid #bc1d27;
  outline: none;
}

#input-birth-year + label,
#input-birth-month + label,
#input-birth-date + label,
#input-graduate-year + label,
#input-graduate-month + label,
#input-admission-year + label,
#input-admission-month + label {
  margin-right: 1rem;
}

#input-school-one,
#input-school-two {
  width: 40%;
  margin-right: 1rem;
  padding-left: 1rem;
}

#input-root,
#input-college_course,
#input-sport,
#input-hs_sport,
#input-leave {
  width: 100%;
  padding-left: 1rem;
}

input[type="radio"],
input[type=checkbox] {
  display: none;
}

input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding: 6px 6px 6px 35px;
  cursor: pointer;
  margin: 2rem 2rem 2rem 0;
  line-height: 1;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin: 7px  0;
  height: 1.9rem;
}

#ch-internet + label {
  margin-top: 27px;
}

#ch-other + label {
  margin-bottom: 27px;
}

input[type=checkbox] + label p {
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 0;
}

input[type="radio"] + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 100%;
}

input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 6px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #555;
  border-radius: 100%;
}

input[type=checkbox] + label::before {
  content: "";
  background: url(../img/form/contact_form_checkbox_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
  font-size: 0;
  vertical-align: top;
}

input[type=checkbox]:checked + label::before {
  content: "";
  background: url(../img/form/contact_form_checkbox_on.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
  font-size: 0;
  vertical-align: top;
}

input[type=textarea] {
  width: 100%;
  height: 255px;
}

.privacy-agreement {
  border: .1rem solid #D9D9D9;
  padding: 25px 15px;
}

.privacy-agreement .pre-scrollable {
  max-height: 320px;
}

.privacy-agreement .pre-scrollable::-webkit-scrollbar{
  height: 4rem;
  width: 1rem;
}

.privacy-agreement .pre-scrollable::-webkit-scrollbar-track{
  background: #E5E5E5;
}

.privacy-agreement .pre-scrollable::-webkit-scrollbar-thumb{
  background: #000;
}

.privacy-agreement__title {
  margin-bottom: 1rem;
  font-size: 20px
}

.privacy-agreement__text {
  line-height: 1.8;
  letter-spacing: .1rem;
  padding-right: 45px;
}

.privacy-agreement-check {
  text-align: center;
  margin: 2rem 0 .8rem 0;
}

.attention-agreement-check{
  text-align: center;
  margin: 60px 0 80px 0;
}

.attention-agreement-check label{
  width: 374px !important;
}

.attention-agreement-check p {
  margin: .2rem 0 .2rem .2rem;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  vertical-align: middle;
}

.privacy-agreement-check label {
  width: 374px !important;
}

.privacy-agreement-check p {
  margin: .2rem 0 .2rem .2rem;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  vertical-align: middle;
}

.confirm-btn {
  padding: 1rem 4rem;
  margin: 0 1rem;
}

.confirm-form span,
.contact-form span {
  display: block;
  font-size: 18px;
  line-height: 2;
  margin: 23px 0;
  color: #bc1d27;
  font-weight: bold;
}

.contact-form .attention-caption{
    font-size: 12px;
    color: #818181;
    margin: 0;
    line-height: 1.5;
    font-weight: normal;
}

.btn-reverce {
  display: block;
  margin: 0 1rem;
  background-color: #fff;
  border: solid .1rem #d9d9d9;
  border-bottom: solid .3rem #d9d9d9;
  border-radius: .4rem;
  color: #505050;
  font-size: 1.4rem;
  padding: .95rem 4rem;
}

.btn-reverce:hover {
  border-bottom: solid .1rem #d9d9d9;
  cursor: pointer;
  margin-top: .2rem;
}

.confirm-area__text {
  text-align: center;
  color: #333;
  line-height: 2;
  font-size: 1.2rem;
}

.confirm-area {
  display: block;
  padding: 3rem 0;
  border: solid .1rem #d9d9d9;
}

.thanks__title {
  font-size: 1.9rem;
  letter-spacing: .1rem;
  text-align: center;
  font-weight: bold;
}

.thanks__text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .1rem;
  margin: 4rem 0;
  text-align: center;
}

.config-box {
  margin: 50px auto;
  background-color: #F0F0F0;
  width: 55rem;
  padding: 2.5rem 1.8rem 1.8rem 1.8rem;
}

.config-box__title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1rem;
  color: #333;
  font-weight: bold;
}

.config-box__text {
  text-align: center;
  font-size: 1rem;
  letter-spacing: .1rem;
  line-height: 2;
  color: #333;
  margin: 2rem 0 1rem 0;
}

.config-box .row {
  margin-bottom: 1.5rem;
}

.config-box .form-column__name {
  letter-spacing: .1rem;
  color: #333;
  padding-right: 0;
  margin: 23px 0 1px 0;
}

.divide-line {
  width: 100%;
  border-top: solid .1rem #CFCFCF;
}

.forget-btn,
.reset-btn,
.pass-confirm-btn {
  padding: 1rem 4rem;
  margin: 0 1rem;
}

.pass-confirm-form .form-column__name {
  text-align: right;
  margin-top: 1.3rem;
}

.pass-confirm-form span {
  text-align: left;
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin: 1rem 0;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  padding: .3rem .8rem;
  width: -moz-fit-content;
  width: fit-content;
}

.help-block.with-errors li {
  color: #bc1d27;
  font-size: 16px;
  font-weight: bold;
}

/* contact */
.contact-koho-box{
  border: solid .1rem #D9D9D9;
  margin: 36px 0 30px 0;
}

.contact-other-box {
  border: solid .1rem #D9D9D9;
  margin: 30px 0 50px 0;
}

.contact-koho-box .row .col-md-6,
.contact-other-box .row .col-md-6 {
  padding: 22px 0;
  height: 132px;
}

.contact-koho-box .row .col-md-6:first-child>div,
.contact-other-box .row .col-md-6:first-child>div {
  border-right: solid .1rem #D9D9D9;
  height: 100%;
  padding: 30px 0 30px 0;
}

.contact-koho-box .row .col-md-6:last-child>div,
.contact-other-box .row .col-md-6:last-child>div {
  height: 100%;
  padding: 10px 0 10px 38px;
}

.contact-koho-box__title,
.contact-other-box__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: .1rem;
  padding-left: 15px;
}

.contact-koho-box .row .col-md-6:last-child>div .tel-num-box,
.contact-other-box .row .col-md-6:last-child>div .tel-num-box {
  padding: 0;
  margin-bottom: 10px;
}

.contact-koho-box .row .col-md-6:last-child>div .tel-num-box img,
.contact-other-box .row .col-md-6:last-child>div .tel-num-box img {
  padding: 0;
}

.contact-koho-box .row .col-md-6:last-child>div .tel-num-box .tell-num,
.contact-other-box .row .col-md-6:last-child>div .tel-num-box .tell-num {
  font-weight: normal;
}

.mb-0 {
  margin-bottom: 0;
}

.contact-active-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: solid .1rem #CFCFCF;
  border-bottom: solid .3rem #CFCFCF;
  border-radius: .4rem;
  color: #000;
  font-size: 1.4rem;
  width: 100%;
  line-height: 3;
  text-align: left;
  padding-left: 1rem;
  font-weight: bold;
}

.contact-active-btn:hover {
  border-bottom: solid .1rem #CFCFCF;
  cursor: pointer;
  margin-top: .2rem;
}

.contact-active-btn img {
  position: absolute;
  top: 24.5px;
  right: 10px;
}

.contact-flow {
  margin: 3rem 0;
}

.login-form-box {
    padding: 0 45px;
    margin: 0 45px 100px 45px;
    background-color: #F0F0F0;
    border-radius: 10px;
}
.login-box .col-md-6 {
    position: relative;
}
.login-box .col-md-6 .login-link {
    position: absolute;
    bottom: -10px;
    right: 56px;
}
.login-link a {
    font-size: 14px;
    display: block;
    color: #2D2D2D;
    text-decoration: underline;
    line-height: 250%;
}
.login-link a:hover{
    font-size: 14px;
    display: block;
    color: #b33633;
    text-decoration: underline;
    line-height: 250%;
}
.login-link a:hover {
    text-decoration: none;
}
.login-link a img {
    margin-right: 10px;
}
.login-title-box {
    position: relative;
}
.line-login-excute {
    margin-top: 18px;
}
.ltt--already {
    width: 285px;
}
.ltt--external {
    width: 280px;
}
.chushaku {
    margin: 20px 45px 160px 45px;
    padding: 0 20px;
}
.chushaku p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
    line-height: 200%;
}
.login-title-border {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 13px;
    left: 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    z-index: 2;
}

.login-title-text {
    position: relative;
    text-align: center;
    font-size: 24px;
    background: #f2f2f2;
    display: block;
    height: 30px;
    margin:0 auto;
    z-index: 3;
    font-weight: bold;
    line-height: 1;
}
.login-box .row .col-md-6:first-child {
    border-right: 1px solid #d9d9d9;
    padding: 0px 38px 0px 0;
    margin: 30px 0;
}
.login-box .row .col-md-6:last-child {
    padding: 30px 0 30px 38px;
}
#login-form .btn-box{
    margin-top: 15px;
    justify-content: left;
}
.login-btn {
    padding: 10px 25px;
    border-radius: 5px;
    margin-left: 0px;
}
.login-btn img {
    vertical-align: text-top;
}
.line-active-btn {
/*  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #3bad3d;
  border: solid .1rem #CFCFCF;
  border-bottom: solid .3rem #000;
  border-radius: .4rem;
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
  line-height: 3;
  padding-left: 1rem;*/
  border: none;
  background-color: #F0F0F0;
}

/*.line-active-btn:hover {
  border-bottom: solid .1rem #CFCFCF;
  cursor: pointer;
  margin-top: .2rem;
}*/

.line-active-btn img {
  position: absolute;
  top: 24.5px;
  right: 10px;
}

textarea {
  vertical-align: text-top;
  min-height: 42px;
  height: 255px;
}

.contact-menu .row .col-md-6:first-child {
  padding-right: 32px;
}

.contact-menu .row .col-md-6:last-child {
  padding-left: 32px;
}

.contact-title-box {
    position: relative;
    margin-top: 50px;
}

.contact-title-border {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 13px;
    left: 0;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    z-index: 2;
}

.contact-title-text {
    position: relative;
    text-align: center;
    font-size: 24px;
    background: #fff;
    display: block;
    height: 30px;
    margin:0 auto;
    z-index: 3;
    font-weight: bold;
    line-height: 1;
}

.ctt--company {
    width: 340px;
}

.ctt--already {
    width: 360px;
}

.ctt--until {
    width: 150px;
}

/* event-list */

.event-list-main{
    padding: 0 0 80px 0;
}

.event-list-container{
/*    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);*/
    /*padding: 0 30px 60px 30px;*/
}

.event-list-a-tag:hover{
    text-decoration: none;
}

.event-list-bg{
/*    background-image: url(../img/event/event-detail-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
}

.knowhow-list-bg{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
}

.ob-og-bg{
/*    background-image: url(../img/event/event-detail-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
}

.ob-og-detail-bg{
/*    background-image: url(../img/event/event-detail-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
}

.study-bg{
/*    background-image: url(../img/event/event-detail-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
}

.recommend-bg{
/*    background-image: url(../img/event/event-detail-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
}



.about-bg{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 540px;
}

.employ-bg{
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 540px;
}

.bg-event-big{
    background-image: url(../img/event/event-detail-bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
    border-radius: 5px;
}

.bg-study-big{
    background-image: url(../img/study/study-bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
    border-radius: 5px;
}

.bg-recommend-big{
    background-image: url(../img/event/event-detail-bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
    border-radius: 5px;
}

.bg-event-small{
    background-image: url(../img/event/event-detail-visual02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
    border-radius: 5px;
    margin-top: 80px;
}

.bg-event-draft{
    background-image: url(../img/event/event-detail-visual15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
    border-radius: 5px;
    margin-top: 80px;
}

.event-individual-bg{
    background-image: url(../img/event/event-detail-bg04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 423px;
    margin-top: 80px;
    border-radius: 5px;
}
.event-title-wrap {
    background: url(../img/event/white-bg.png) no-repeat;
    background-size: 100% auto;
    padding:0 30px;
    width: 100%;
    margin-top: -60px;
}
.event-detail-title-wrap {
    background: url(../img/event/white-bg.png) no-repeat;
    background-size: 100% auto;
    
    padding:0 30px;
    width: 100%;
    margin-top: -60px;
}
.margin-event-list-change{
    margin: -200px 20px 0 20px;
}

.margin-event-list-change .col-lg-4{
    padding: 0 10px;
}

.event-list-box{
    margin: 30px 0 0 0;
}
.event-list-main {
    padding-bottom: 120px;
}
.confirm-top-link i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.event-list-titel-bar{
    background-color: #b5342e;
    margin: 26px 0 0 0;
    padding: 5px;
    text-align: center;
}

.event-list-2nd-title{
    padding: 30px 0 0 30px;
    color: #FFF;
    font-size: 30px;
    letter-spacing: 3px;
}

.event-list-2nd-caption{
    padding: 30px 0 0 30px;
    color: #FFF;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 3px;
}

.event-list-main-title{
    background-color: #FFF;
    font-size: 36px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .3px;
    padding: 8px 15px;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 1;
    letter-spacing: 3px;
    margin: 0;
    position: relative;
}

.event-list-main-title2{
    background-color: #FFF;
    font-size: 36px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .3px;
    padding: 8px 15px;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 1;
    letter-spacing: 3px;
    margin: 0;
    position: relative;
    margin: 10px 0 0 0; 
}

.event-list-main-sub-title{
    background-color: #b5342e;
    padding: 8px 13px;
    color: #FFF;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 10px;
    z-index: 1;
    display: inline-block;
    letter-spacing: 3px;
    position: relative;
    font-size: 22px;
}

.event-list-main-sub-title.study{
    background-color: #b5342e;
}

.event-list-main-sub-title.about{
    background-color: #b6b4b0;
}

.event-list-main-title-box{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 375px 0 0 0;
    margin: 0 0 0 30px;
}

.event-list-main-title-box-detail{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 330px 0 0 0;
    margin: 0 0 0 30px;
}

.event-list-main-box{
    background-color: #FFF;
    padding: 30px 0 0 0;
}

.event-list-main-box-caption{
    text-align: center;
    letter-spacing: 2px;
    line-height: 180%;
    color: #333;
    font-size: 20px;
    margin: 0 0 50px 0;
}

.title-function-border.event-list-border{
    border-top:1px solid #000; 
    margin:40px 47.5% 40px 47.5%;
}

/* detail */

.event-list-detail-bg{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;

}

.study-detail-bg{
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 540px;
}

.event-list-detail-main-title-box{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 410px 0 0 0;
    margin: 0 0 0 0px;
}

.event-list-detail-box {

}
.event-list-detail-box-title{
    margin: 0 0 20px 0px;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 1px;
    font-weight: bold;
    display: inline-block;
}
.event-detail-section {
    margin-bottom: 70px;
}
.event-list-detail-region{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #DEDEDE;
    float: right;
    padding: 10px 12px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.event-list-detail-box-caption{
    margin: 0 0 15px 0px;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 1px;
}

.event-list-detail-box-title-border{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 24px;
    line-height: 200%;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 5px 0;
    margin: 0 0 20px 0;
}

.event-list-detail-box-caption-box{
    position: relative;
    padding: 15px 20px;
    border: 1px solid #DEDEDE;
    margin: 0 0 30px 0;
}

.event-list-detail-box-title-sub{
    position: absolute;
    top: -10px;
    left: 20px;
    display: inline-block;
    font-weight: bold;
    background-color: #FFF;
}

.event-list-detail-box-caption-box .event-list-detail-box-caption{
    margin: 5px 0 0 0;
}

.event-list-detail-box-border1,
.event-list-detail-box-border2{
    display: inline-block;
    height: 3px;
}

.event-list-detail-box-border1{
    width: 30%;
    border-top: 3px solid #A70000; 
}

.event-list-detail-box-border2{
    width: 70%;
    border-top: 3px solid #C9C9C9;
}

.event-list-detail-box-title-content{
    display: block;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 3px;
    font-weight: bold;
    margin: 40px 0 0 0;
}



.event-list-detail-box-border-box{
    font-size: 0;
    margin: 10px 0 30px 0;
}

.event-list-detail-box-content-list-item{
    padding: 0;
    margin: 0 0 30px 0;
    line-height:180%;
}

.event-list-detail-box-content-list{
    list-style:none;
    background: url(../img/event-detail/list-img.png) no-repeat;
    margin: 20px 0;
    font-size: 16px;
    line-height: 200%;
    padding-left: 45px;
    background-position: left top;
}


.event-list-detail-box-content-list img{
    padding: 0 20px 0 0;
}

.event-list-detail-box-course{
    border-top: 1px solid #F1F2EF;
    font-size: 16px;
    font-weight: bold;
}

.event-list-detail-box-course-triangle{
    display: inline-block;
    padding: 20px 0;
    color: #BC352F;
}

.event-list-detail-box-course-caption{
    display: inline-block;
    padding: 20px 0px;
    font-weight: normal;
    letter-spacing: 1px;
     font-size: 16px;
}

.event-list-detail-box-course-caption-link {
    display: inline-block;
}
.event-list-detail-box-course-caption-link{
    color: #BC352F;
    font-weight: lighter;
    font-size: 16px; 
    text-decoration: underline;
}
.event-list-detail-box-course-caption-link:hover{
    text-decoration: none;
    color: #BC352F;
}
.event-list-detail-box-course-caption-link a{
    color: #BC352F;
    font-weight: lighter;
    font-size: 16px; 
    text-decoration: underline;
}
.event-list-detail-box-course-caption-link a:hover{
    text-decoration: none;
}

.event-list-detail-box-course a .event-list-detail-box-course-caption-link{
    text-decoration: underline;
    letter-spacing: 1px;
}

.event-list-detail-box-course a:hover .event-list-detail-box-course-caption-link{
    text-decoration: none;
}

.event-list-detail-box-google-map-link:hover{
    text-decoration: none;
}

.event-list-detail-box-course-target-blank{
    padding: 0 10px;
}

.event-list-detail-box-google-map{
    padding: 10px;
    border: 1px solid #EAEBE6;
    width: 100%;
    margin-top: 10px;
}

#google-map{
    width: 100%;
    height: 500px;
}

#google-map2{
    width: 100%;
    height: 500px;
}

.google-link{
    display: block;
    text-align: center;
    margin: 20px 0;
    text-decoration: underline;
    font-weight: lighter;
}
.google-link:hover {
    text-decoration: none;
    color: #BC352F;
}

.google-link2{
    display: block;
    text-align: center;
    margin: 20px 0 40px 0;
    text-decoration: underline;
    font-weight: lighter;
}
.google-link2:hover {
    text-decoration: none;
    color: #BC352F;
}

.course-table {
    width: 100%;
}
.course-table tr {
    border-top: 1px solid #EAEBE6;
}
.course-table tr:last-child {
    border-bottom: 1px solid #EAEBE6;
}
.course-table th {
    width: 15%;
    padding: 20px 0 20px 40px;
    font-size: 16px;
    vertical-align: top;
    position: relative;
}
.course-table th i {
    font-size: 22px;
    position: absolute;
    left: 0;
}
.event-list-detail-box-course i{
    padding: 0 10px 0 0;
    font-size: 22px;
}

.event-list-detail-box-course-img{
    padding: 0 17px 0 0;
}

.pdf-box{
    margin: 0; 
    padding: 20px 0;
}

.event-list-detail-box-entry{
    background-color: #F7F7F9;
    position: relative;
    margin: 70px auto 70px;
    display: flex;
    width: 100%;
    height: 160px;
    
}
.event-list-detail-box-entry .container{
    position: relative;
}
.event-list-detail-box-entry .container .event-list-detail-box-entry-tel{
    position: absolute;
    right: 90px;
    top: 10px;
}
.event-list-detail-box-entry .container .main-no-login-or-btn{
    position: absolute;
    right: 350px;
    top: 10px;
}
.event-list-detail-box-entry .container .event-list-detail-box-mail-btn{
    position: absolute;
    right: 420px;
    top: 10px;
}
.event-list-detail-box-entry .container .event-list-detail-box-btn{
    position: absolute;
    right: 620px;
    top: 45px;
}


.event-list-detail-box-entry .container .entry02-img{
    position: absolute;
    top: -25px;
    left: 70px;
}

.margin-event-list-detail-change{
    margin: 0;
}

.event-list-detail-box-img-border{
    padding: 15px;
    border: 1px solid #EAEBE6;
    width: 100%;
    margin-bottom: 20px;
}

.btn-box.event-list-detail-box-btn-box{
    text-align: left;
    display: block;
    margin-top: 0.2rem;
}

.active-btn.event-list-detail-box-btn{
    padding: 20px 30px;

}

.active-btn.event-list-detail-box-btn:hover{
/*    border-bottom: none;
*/    cursor: pointer;
    margin-top: 0.2rem;
}

.event-list-detail-box-entry-btn-titel.mail-small-font{
    font-size: 18px;
}

.event-list-detail-box-btn img{
    width: auto;
    height: 40px;
    vertical-align: middle;
}

.event-list-detail-box-entry-btn-titel{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
}

.event-list-detail-box-mail-btn{
    border: 1px solid #CACACA;
    background-color: #FFF;
    border-radius: 3px;
    margin: 50px 0 0 15px;
    width: 180px;
    height: 60px;
    transition: .3s;
}

.event-list-detail-box-mail-btn:hover{
    background-color: #2A2A2A;
    color: #FFF;
    transition: .3s;
    cursor: pointer;
}

.event-list-detail-box-mail-btn-img{
    background-image: url(../img/event-detail/mail-icon02.png);
    display: inline-block;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: .3s;
}

.event-list-detail-box-mail-btn:hover .event-list-detail-box-mail-btn-img{
    background-image: url(../img/top/mail-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    transition: .3s;
    cursor: pointer;
}
.event-list-detail-box-close-btn-img{
    background-image: url(../img/event-detail/close.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: .3s;
}

.event-list-detail-box-mail-btn:hover .event-list-detail-box-close-btn-img{
    background-image: url(../img/event-detail/close-hover.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    transition: .3s;
    cursor: pointer;
}

.main-no-login-or-btn{
    margin: 48px 20px 0 15px;
    background-image: url(../img/top-no-login/or-black.png);
    width: 29px;
    height: 68px;
    display: inline-block;
}

.event-list-detail-box-entry-tel{
    padding: 40px 0;
}

.event-list-detail-box-title-staff-list{
    list-style-type: none;
    padding: 0;
}

.event-list-detail-box-title-staff{
    margin: 0 0 40px 0;
}

.event-list-detail-box-title-staff span{
    font-size: 14px;
}

.event-list-detail-box-title-staff-detail{
    font-size: 18px;
    line-height: 180%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-weight: bold;
}
.event-list-detail-box-title-staff-detail span{
    font-weight: normal;
}
.event-list-detail-box-triangle{
    display: inline-block;
    color: #BC352F;
}

.event-list-detail-box-triangle:hover{
    text-decoration: none;
}

.event-list-detail-box-support-link{
    display: inline-block;
    color: #BC352F;
    font-size: 16px;
    text-decoration: underline;
}

.event-list-detail-box-support-link:hover{
    text-decoration: none;
}

.event-detail-left-img{
    margin-right:10px;
}

.event-detail-center-img{
    margin-left: 5px;
    margin-right: 5px;
}

.event-detail-right-img{
    margin-left:10px;
}

.entryform-table {
    width: 100%;
}
.entryform-table tr {
    border-top: 1px solid #EAEBE6;
}
.entryform-table th {
    width: 35%;
    font-size: 16px;
    padding: 20px;
    position: relative;
}
.entryform-table th:first-child {
    padding: 18px 20px;
}
.entryform-table tr:last-child {
    border-bottom: 1px solid #EAEBE6;
}
.entryform-table th .form__required,
.ob-og-modal-table th .form__required{
    position: unset;
    margin: 0 20px;
}
.entryform-table2 th .form__required {
    top: 20px;
}
.entryform-table td:first-child {
    padding: 18px 20px;
}
.entryform-table td {
    width: 65%;
    padding: 20px;
    color: #b5342e;
    font-weight: bold;
    font-size: 16px;
}
.event-form-wrap,
.event-list-form-wrap 
{
    min-height: 428px;
}
.event-entry-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #030000;
    font-weight: lighter;
    padding:0 45px;
    line-height: 200%;
}
.event-entry-heading {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #323333;
}

.event-entry-text.modal3-txt{
    margin-bottom: 110px;
}

.event-entry-text.modal3-txt{
    margin-bottom: 110px;
}

.event-form-wrap .go-top-btn {
/*    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -125px;*/
    width: 250px;
    height: 60px;
    text-align: center;
    background: transparent;
    text-decoration: none;
    border: 1px solid #D9D9D9;
    color: #323333;
    padding:17px;
    font-size: 18px;
    border-radius: 2px;
    transition: .3s;
}

.event-list-form-wrap .go-top-btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    height: 60px;
    text-align: center;
    background: transparent;
    text-decoration: none;
    border: 1px solid #D9D9D9;
    color: #323333;
    padding-top: 17px;
    font-size: 18px;
    border-radius: 2px;
}

.go-top-btn:hover {
    text-decoration: none;
    background: #2A2A2A;
    color: #fff;
    transition: .3s;
}
.modal-body {
    padding: 20px;
}

.event-list-form-wrap{
    border: 10px solid #EAEBE6;
    margin-top: 52px;
    padding: 45px 15px 15px 15px;
}

.event-form-wrap-img.study-wrap-img{
    position: absolute;
    top: 30px;
    left: 55%;
    margin-left: -319px;
}

.event-list-form-wrap img{
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -319px;
}

.event-form-wrap {
    border: 10px solid #EAEBE6;
    margin-top: 52px;
    padding: 60px 15px 15px 15px;
}
.event-form-wrap-img {
    position: absolute;
    top: 30px;
    left: 55%;
    margin-left: -319px;
}
.study-form-wrap-img{
    position: absolute;
    top: 20px;
    left: 58%;
    margin-left: -319px;
}
.entryform-table td select {
    background-image: url(../img/form/suggest_form_arrow.png);
      background-position: right center;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-size: 12px;
      font-weight: bold;
      box-shadow: none;
      background-color: #fff;
      line-height: 2;
      margin: 0;
      width: 100%;
      border: .1rem solid #D9D9D9;
      color: #333;
      padding: 5px;
}
.entryform-table td select:focus {
  background-image: url(../img/form/suggest_form_arrow_focus.png)
}
.event-detail-tag {
    display: inline-block;
    padding:5px 10px;
    background: #ebebeb;
    color: #221815;
    border-radius: 3px;
    margin: 4px 2px;
}
.tag-td {
    padding: 20px 0;
}
.modal-action-area .event-list-detail-box-mail-btn {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
}
.modal-action-area .active-btn.event-list-detail-box-btn {
      display: block;
      margin: 0;
      background-color: #b33633;
      border: none;
      border-bottom: solid .2rem #5A0D0A;
      border-radius: .4rem;
      color: #fff;
      font-size: 18px;
      width: 100%;
      padding: 10px;
      margin-top: 20px;
}

.modal-action-ares .btn-box {
    margin-top: 20px;
}
.modal-action-area .active-btn.event-list-detail-box-btn:hover{
    border-bottom: none;
    cursor: pointer;
    margin-top: calc(20px + 0.2rem);
}


/* about */

.about-main{
    padding: 0 0 0 0 ;
}


.about-margin{
    margin: 20 0px;
}

.about-main-title-box{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 450px 0 0 0;
}

.about-top-link{
    display: flex;
    margin: 10px 0 0px 0;
    align-items: center;
}

.about-policy{
    font-size: 60px;
    color: #bb342e;
    font-weight: bold;
    line-height: 120%;
}

.make-border-about{
    width: 44px;
    border-top: 1px solid #2A2A2A;
    margin:20px 0 30px 0;
}

.about-top-item p{
    font-size: 28px;
    line-height: 180%;
    letter-spacing: 1px;
    font-weight: bold;
}

.about-top-box{
    display: flex;
}

.about-top-box img{
    margin: 0 0 0 20px;
    padding: 10px 0 10px 0;
}

.about-policy-caption{
    font-size: 20px;
    margin: 40px 0;
    letter-spacing: 3px;
    line-height: 200%;
}

.active-btn.about-btn{
    padding: 1rem 3rem;
    width: 300px;
    margin: 0;
}

.active-btn.about-btn:hover{
    padding: 1rem 3rem;
    width: 300px;
    margin-top: .2rem;
}

.active-btn.about-btn img{
    margin: 2px 0 0 .5rem;
    padding: .1rem 0;
    width: auto;
}

.voice-no-login-function.about-voice{
    padding: 50px 0 80px 0;
}


/* employ */

.event-list-main-sub-title.employ-corlor{
    background-color: #b6b4b0;
}

.employ-top-box{
    display: flex;
}

.employ-policy{
    font-size: 36px;
    font-weight: bold;
}

.employ-policy-caption{
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 180%;
    margin: 40px 0 0 0;
}

.confirm-top-link .top-link-2nd{
    color: #555;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
    margin-right: 0;
}

.col-lg-4.employ-col{
    position: relative;
/*    transition: .3s;*/
}

.employ-col-item{
    overflow: hidden;
    margin-bottom: 20px; 
    position: relative;
}

.col-lg-4.employ-col:hover {
/*    cursor: pointer;
    transition: .3s*/
}

.employ-num{
    position: absolute;
    top: 30px;
    left: 42px;
/*    transition: .3s;*/
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.employ-num.num-position{
    position: absolute;
    top: -30px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
/*    transition: .3s;*/
}

.employ-num-bg{
/*    transition: .3s;*/
    width: 100%;
}

.col-lg-4.employ-col:hover .employ-num-bg,
.col-lg-4.employ-col:hover .employ-num{
/*    transform: scale(1.1);
    transition: .3s;*/
}

.col-lg-4.employ-col.padd-right{
    padding-right: 16px; 
}

.col-lg-4.employ-col.padd-center{
    padding: 0 8px; 
}

.col-lg-4.employ-col.padd-left{
    padding-left: 16px; 
}

.employ-privacy{
    margin: 20px 0 0 0;
    display: flex;
}

.employ-privacy-box {
    margin: 0 0 0 15px;
}

.employ-privacy-box h3{
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.employ-privacy-box p{
    font-size: 16px;
    margin-top: 10px;
}

.contact-tel-box{
    position: absolute;
    right: 0;
    top: 45px;
}

.active-btn.contact-mail-btn img{
    margin: 0px 0 7px 0;
    vertical-align: middle;
}

.active-btn.contact-mail-btn{
    position: absolute;
    padding: 12px 30px;
    top: 45px;
    width: 794px;
}

.contact-mail-txt{
    display: inline-block;
    font-weight: bold;
    font-size: 26px;
    margin: 7px 0 0 10px;
    letter-spacing: 3px;
}

.event-list-detail-box-entry .container .entry-employ-img{
    position: absolute;
    top: -25px;
}

.event-list-detail-box-entry .container .main-no-login-or-btn.contact-or{
    position: absolute;
    right: 260px;
    top: 3px;
}

.support-function{
    padding: 0 0 50px 0;
}

.support-caption{
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 180%;
    margin: 0 0 50px 0;
}

.title-support-border{
    width: 50px;
    border-top: 1px solid #000;
    margin: 30px 48.5% 30px 48.5%;
}

.employ-support-img img{
    transition: .3s;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.employ-support-img:hover img{
    transform: scale(1.1);
    transition: .3s;
}

.employ-support-img{
    overflow: hidden;
    transition: .3s;
}

.employ-support-box{
    position: relative;
    padding: 0 0 0 20px;
}

.employ-support-category{
    position: absolute;
    top: -25px;
    left: 0px;
    background-color: #b5342e;
    padding: 6px 13px;
    color: #FFF;
    width: fit-content;
    width: -moz-fit-content;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    font-size: 28px;
    font-weight: bold;
}

.employ-support-categor-txt{
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 20px;
}

.employ-table{
    margin: 75px 0 50px 0;
    width: 100%;
}

.employ-table.employ-1 tbody tr{
    border-top: 1px solid #e2e4de;
    border-bottom: 1px solid #e2e4de;
    padding: 15px 0;
}

.employ-table.employ-1 tbody tr th{
    padding: 15px 0;
    vertical-align: text-bottom;
    width: 20%;
}

.employ-table.employ-1 tbody tr th span{
    font-size: 12px;
    font-weight: normal;
}

.employ-table.employ-1 tbody tr td{
    padding: 15px 0;
    line-height: 180%;
}

.employ-table.employ-2 tbody tr{
    border-top: 1px solid #e2e4de;
    border-bottom: 1px solid #e2e4de;
    padding: 15px 0;
}

.employ-table.employ-2 tbody tr th{
    padding: 15px 0;
    width: 35%;
}

.employ-table.employ-2 tbody tr th span{
    font-size: 12px;
    font-weight: normal;
}

.employ-table.employ-2 tbody tr td{
    padding: 0px 0 15px 0;
    line-height: 180%;
}

.employ-table.employ-2 tbody tr .table-padding-not{
    padding: 3px 0 0 0;
}

.employ-table.employ-3 tbody tr{
    border-top: 1px solid #e2e4de;
    border-bottom: 1px solid #e2e4de;
    padding: 15px 0;
}

.employ-table.employ-3 tbody tr th{
    padding: 15px 0;
    vertical-align: text-bottom;
    width: 25%;
}

.employ-table.employ-3 tbody tr th span{
    font-size: 12px;
    font-weight: normal;
}

.employ-table.employ-3 tbody tr td{
    padding: 15px 0;
    line-height: 180%;
}

.employ-table.employ-4 tbody tr{
    border-top: 1px solid #e2e4de;
    border-bottom: 1px solid #e2e4de;
    padding: 15px 0;
}

.employ-table.employ-4 tbody tr th{
    padding: 15px 0;
    vertical-align: text-bottom;
    width: 25%;
}

.employ-table.employ-4 tbody tr th span{
    font-size: 12px;
    font-weight: normal;
}

.employ-table.employ-4 tbody tr td{
    padding: 15px 0;
    line-height: 180%;
}

.employ-table.employ-5 tbody tr{
    border-top: 1px solid #e2e4de;
    border-bottom: 1px solid #e2e4de;
    padding: 15px 0;
}

.employ-table.employ-5 tbody tr th{
    padding: 15px 0;
    vertical-align: text-bottom;
    width: 25%;
}

.employ-table.employ-5 tbody tr th span{
    font-size: 12px;
    font-weight: normal;
}

.employ-table.employ-5 tbody tr td{
    padding: 15px 0;
    line-height: 180%;
}

.event-list-detail-box-entry.employ-contact-box{
    margin: 0 0 140px 0;
}

/* ob-og */

.ob-og-list-main{
    padding: 0 0 80px 0;
    position: relative;
}

.event-list-main-sub-title.ob-og{
    background-color: #576e85;
}

.row.row-eq-height.ob-og-wrap{
    padding: 0 30px;
}

.event-seminar-box.margin-bottom{
    margin: 0 0 20px 0;
}

.features-function{
    margin: 80px 0;
}

.no-decoration:hover{
    text-decoration: none;
}

/* ob-og-detail */

.ob-detail-title{
    margin: 10px 17px;
    font-size: 18px;
    text-align: center;
}

.ob-detail-title span{
    vertical-align: middle;
    text-decoration: underline;
}

.ob-detail-title span:hover{
    text-decoration: none;
}

.ob-detail-title a{
    color: #2A2A2A;
}

.ob-detail-title a:hover{
    text-decoration: none;
}

.ob-detail-title img{
    margin: 0 5px;
}

.Advertising-slogan{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 30px 0;
}

.Advertising-slogan-caption{
    letter-spacing: 1px;
    line-height: 200%;
    margin-bottom: 65px;
    text-align: center;
}

.ob-og-icon{
    position: relative;
    display: inline-block;
}

.ob-og-icon img{
    border-radius: 50%;
}

.flex-ob-og{
    display: flex;
    padding: 30px 0 30px 0;
    border-top: 1px solid #D9D9DA;
    border-bottom: 1px solid #D9D9DA;
}

.ob-og-profile{
    margin: 0 0 0 40px;
}

.ob-og-icon h6{
    position: absolute;
    top: 140px;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #b5342e;
    color: #FFF;
    padding: 17px 0px 0 0px;
    line-height: 140%;
    text-align: center;
}

.ob-og-profile h4{
    font-size: 16px;
    font-weight: bold;
    color: #2A2A2A;
    border: 1px solid #2A2A2A;
    border-radius: 25px;
    display: inline-block;
    padding: 8px 15px 7px 15px;
    margin-bottom: 20px;
}

.ob-og-profile h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ob-og-profile h5 .dig-margin{
    margin: 0 20px;
}

.ob-og-profile h6{
    font-size: 16px;
    font-weight: bold;
}

.ob-og-profile p{
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
}

.ob-og-point-title{
    position: relative;
    margin: 50px 0 0 0;
}

.ob-og-point-title.margin-2nd{
    position: relative;
    margin: 80px 0 0 0;
}

.ob-og-point-title h4{
    margin: 0 0 0 60px;
}

.ob-og-point-title div{
    border-top: 1px solid #000;
    position: absolute;
    width: 50px;
    top: 12px;
    left: 0;
}

.ob-og-point-txt{
    margin:  0 0 0 65px;
    font-weight: bold;
    font-size: 24px;
}

.ob-og-point-caption{
    font-size: 16px;
    line-height: 200%;
    margin: 30px 0 0 0;
}

.ob-og-center-img{
    text-align: center;
    border: 1px solid #D9D9DA;
    padding: 15px;
    margin: 20px 0 10px 0;
}

.ob-og-center-img img{
    width: 100%;
}

.ob-og-center-caption{
    letter-spacing: 1px;
    margin: 0 0 40px 0;
    text-align: center;
}

.flex-center-ob{
    display: flex;
    margin:  0 0 35px 0;
}

.flex-left p{
    margin: 10px 0;
    text-align: center;
}

.flex-center-ob-img{
    padding: 15px;
    border: 1px solid #D9D9DA;
    margin: 9px 0;
}

.flex-center-ob-caption p{
    letter-spacing: 1px;
    line-height: 200%;
    font-size: 16px;
    margin: 0 0 0 20px;
}

.flex-center-ob-caption .ob-detail-title,
.flex-left-ob-caption .ob-detail-title{
    text-align: left;
}

.ob-detail-left{
    margin: 10px 0;
}

.ob-detail-left img{
    margin: 0 5px 0 0;
}

.flex-center-ob-caption .ob-detail-title a span,
.flex-left-ob-caption .ob-detail-title a span{
    color: #b33633;
}

.flex-left-ob-caption p{
    letter-spacing: 1px;
    line-height: 200%;
    font-size: 16px;
    margin: 0 20px 0 0;
}

.ob-og-point-txt.work-content{
    margin: 0 0 30px 60px;
}

.ob-og-left-caption{
    letter-spacing: 1px;
    margin: 0 0 40px 0;
    text-align: left;
    line-height: 200%;
    font-size: 16px;
}

.request-modal{
    background-color: #F7F7F9;
    position: relative;
    margin: 70px auto 70px;
    display: flex;
    width: 100%;
    height: 160px;
}

.btn-box.request-modal-box{
    margin: 0;
    width: 100%;
}

.btn-box.request-modal-box button{
    width: 565px;
}

.btn-box.request-modal-box button img{
    margin: 0 10px 0 0;
}

.ob-og-watch{
    font-size: 28px;
    margin: 0 0 5px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.ob-og-modal-txt{
    font-size: 18px;
    text-align: left;
    margin-bottom: 30px;
    color: #030000;
    font-weight: lighter;
    line-height: 200%;
}

.modal-flex{
    display: flex;
}

.modal-flex-cation{
    line-height: 180%;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
}

.modal-flex-caution{
    line-height: 180%;
}

.modal-caution{
    margin: 20px 0 20px 0;
}

.modal-textarea{
    width: 100%;
    padding: 10px 10px;
}

.modal-ob-og-body{
    min-height: 725px;
    padding: 20px; 
}

.ob-og-modal-table{
    width: 100%;
}

.ob-og-modal-table tr:last-child {
    border-top: 1px solid #EAEBE6;
    border-bottom: 1px solid #EAEBE6;
}

.ob-og-modal-table th:first-child {
    padding: 30px 20px;
}

.ob-og-modal-table th {
    width: 35%;
    font-size: 16px;
    padding: 20px;
    position: relative;
    vertical-align: top;
}

.ob-og-modal-table td {
    width: 65%;
    padding: 25px 0 25px 20px;
    color: #b5342e;
    font-weight: bold;
    font-size: 16px;
}

.modal-body.ob-og-body{
    padding: 20px;
    min-height: 725px;
}

.event-list-form-wrap.ob-og-form-wrap{
    position: relative;
}

.event-list-form-wrap.ob-og-form-wrap img{
 position: absolute;
    top: -63px;
    left: 50%;
    margin-left: -319px;

}

.event-entry-text.modal3-ob-og{
    margin-bottom: 145px;
}

.ob-og-modal-btn{
    position: absolute;
    top: 360px;
    left: 50%;
    margin-left: -125px;
    width: 250px;
    height: 60px;
    text-align: center;
    background: transparent;
    text-decoration: none;
    border: 1px solid #D9D9D9;
    color: #323333;
    font-size: 18px;
    border-radius: 2px;
    padding-top: 17px;
    margin: 35px 0;
    transition: .3s;
}

.ob-og-modal-btn:hover{
    text-decoration: none;
    background: #2A2A2A;
    color: #fff;
    transition: .3s;
}

.txt-center.min-height-margin{
    margin:0 0 25px 0;
}

/* es */

.es-top-tag{
    display: flex;
}

.basic-active{
    display: flex;
}

.basic-passive{
    display: none;
}

.form-active{
    display: block;
}

.form-passive{
    display: none;
}

.es-sevice__caption{
    line-height: 200%;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.es-basic-tag{
    text-align: center;
    padding: 17px 0;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0;

}

.es-basic-tag:hover{
    cursor: pointer;
}

.tag-active{
    border-top: 2px solid #c3c3c3;
    border-right: 2px solid #c3c3c3;
    border-left: 2px solid #c3c3c3;
    height: 70px;
    padding: 23px 0;
    top: -10px;
    width: 325px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.tag-passive{
    border-top: none;
    border-right: none;
    border-left: none;
    width: 325px;
    height: 60px;
    background-color: #e4e4e4;
    top: 0;
    padding: 17px 0;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.es-apply-tag{
    position: absolute;
    left: 335px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.es-apply-tag:hover{
    cursor: pointer;
}

.es-service-main{
    position: relative;
    margin: 30px 0 50px 0;
}

.tag-border-active{
    display: block;
}

.tag-border-passive{
    display: none;
}

.make-border-tag1{
    border-top: 2px solid #c3c3c3;
    position: absolute;
    top: 60px;
    left: 323px;
    width: 786px;
    height: 2px;
}

.make-border-tag2{
    border-top: 2px solid #c3c3c3;
    position: absolute;
    top: 60px;
    left: 658px;
    width: 451px;
    height: 2px;
}

.make-border-tag3{
    border-top: 2px solid #c3c3c3;
    position: absolute;
    top: 60px;
    left: 0;
    width: 337px;
    height: 2px;
}

.es-basic-main,
.es-apply-main{
    padding: 100px 0 0 0;
}

.es-btn{
    display: block;
    border: 1px solid #c3c3c3;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 10px 15px 20px;
    border-radius: 5px;
    width: 230px;
    margin-bottom: 20px;
    transition: .3s;
}

.active-es-btn{
    border: 1px solid #bb342e;
    background-color: #bb342e;
    color: #FFF;
}

.active-es-btn .es-triangle-img{
    background-image: url(../img/es-service/triangle-wh.png);
}

.es-btn:hover{
    display: block;
    border: 1px solid #bb342e;
    background-color: #bb342e;
    color: #FFF;
    transition: .3s;
    cursor: pointer;
}


div[class*="es-profile-list"],div[class*="ap-profile-list"] {
    margin: 0 0 0 30px;
    width: 100%;
}

.es-btn .br-btn{
    float: right;
    margin: -6px 0;
}

.es-profile{
    border-bottom: 1px solid #c3c3c3;
    padding: 20px 0 20px 0;
}

.es-profile-box{
    display: flex;
}

.es-profile-text{
    margin: 0 0 0 15px;
}

.es-profile-text h5{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 12px 0 0 0;
}

.es-profile-text h6{
    font-size: 18px;
    letter-spacing: 1px;
    margin: 12px 0 0 0;
}

.es-profile p{
    font-size: 16px;
    margin: 20px 0 0 0;
    line-height: 200%;
}

.es-profile:nth-child(1){
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.es-triangle-img{
    background-image: url(../img/es-service/triangle-red.png);
    width: 13px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    margin: 8px 0 0px 0px;
    float: right;
    transition: .3s;
}

.es-btn:hover .es-triangle-img{
    background-image: url(../img/es-service/triangle-wh.png);
    transition: .3s;
}


/* my-page */

.my-page-icon{
    display: inline-block;
    width: 150px;
}

.my-page-icon-box{
    width: 149px;
    height: 149px;
    border-radius: 50%;
    border: 1px solid #d9d9da;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.my-page-icon-box img{
   position: absolute;
    top: -100%;
    bottom: -100%;
    margin: auto;
}

.my-page-icon button{
    padding: 0 0px 2px 5px;
    width: 150px;
    background-color: #FFF;
    border: 1px solid #D9D9DA;
    border-radius: 3px;
    margin: 10px 0 0 0;
    font-size: 17px;
    height: 50px;
    color: #2A2A2A;
    transition: .3s;
}

.user-status h3{
    font-weight: bold;
}

.my-page-icon button:hover{
    background-color: #2A2A2A;
    border: 1px solid #D9D9DA;
    color: #FFF;
    transition: .3s;
    cursor: pointer;
}

.user-box{
    display: flex;
}

.user-item{
    width: 100%;
    margin: 0 0 0 30px;
}

.user-status div{
    margin:10px 0 30px 0; 
}

.user-status span{
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #D9D9DA;
}

.user-status .user-status-border{
    border-right: none;
}

.user-tag{
    padding: 28px 0;
    border-top: 1px solid #D9D9DA;
    border-bottom: 1px solid #D9D9DA;
}

.user-tag h4{
    font-size: 14px;
    vertical-align: middle;
}

.user-tag h5{
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

.user-tag h4:nth-child(1){
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #D9D9DA;
}

.user-tag h4 span{
    background-color: #727272;
    color: #FFF;
    border-radius: 50px; 
    padding: 3px 20px;
    margin: 0 5px;
    vertical-align: middle;
}

.user-tag h4 .user-tag-1{
    background-color: #FFF;
    color: #2A2A2A;
    margin: 0 0 0 3px;
    padding: 0;
}

.user-tag h4 .user-tag-1.txt-arrange{
    margin: 0 0 0 13px;
}

.user-tag h4:nth-child(2){
    display: inline-block;
}

.user-tag h4:nth-child(3){
    margin: 20px 0 0 0;
}

.user-info-main{
    background-color: #F9F9FB;
}

.user-info,
.user-scout,
.my-page-leave{
    background-color: #FFF;
    border: 1px solid #D9D9DA;
    border-radius: 3px;
    padding: 30px 50px 40px 50px;
    position: relative;
}

.user-leave{
    padding-bottom: 80px;
}

.info-icon{
    position: absolute;
    top: -7px;
    left: 10px;
}

.my-page-icon span{
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.user-place img{
  margin: 0 0 0 5px;
}

.user-tag .user-place .user-tag-1.txt-arrange{
  background-color: #FFF;
  color: #2A2A2A;
  margin: 0 0 0 7px;
  padding: 0;
}

.my-page-icon-img{
    background-image: url(../img/my-page/camera.png);
    width: 30px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    transition: .3s;
}

.user-info-img{
    background-image: url(../img/my-page/edit-icon.png);
    width: 24px;
    height: 23px;
    vertical-align: middle;
    display: inline-block;
    transition: .3s;
}

.user-info button:hover .user-info-img{
    background-image: url(../img/my-page/edit-btn-hover-icon.png);
    width: 24px;
    height: 23px;
    vertical-align: middle;
    display: inline-block;
    transition: .3s;
}


.my-page-icon button:hover .my-page-icon-img{
    background-image: url(../img/my-page/camera-hover.png);
    width: 30px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    transition: .3s;
}

.user-info h2{
    margin: 0 0 40px 20px;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: bold;
}

.use-info-table{
    width: 100%;
}

.line-info-img{
    background-image: url(../img/my-page/line-pc.png);
    width: 709px;
    height: 74px;
    margin: auto;
}

.line-info-img:hover{
    background-image: url(../img/my-page/line-hover-pc.png);
    cursor: pointer;
}

.line-info-caption{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 200%;
    margin: 0 0 40px 20px;
}

.use-info-table th{
    width: 250px;
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    vertical-align: text-bottom;
}

.use-info-table td{
    padding: 20px 20px 20px 0;
    letter-spacing: 1px;
}

.use-info-table tr{
    border-top: 1px solid #D9D9DA;
    border-bottom: 1px solid #D9D9DA;
    width: 100%;
}

.use-info-table tr:nth-child(2n){
    background-color: #F9F9FB;
}

.user-info button{
    position: absolute;
    width: 150px;
    background-color: #FFF;
    border: 1px solid #D9D9DA;
    border-radius: 3px;
    margin: 10px 0 0 0;
    font-size: 17px;
    height: 50px;
    color: #2A2A2A;
    top: 10px;
    right: 50px;
    transition: .3s;
}

.user-info button:hover{
    background-color: #2A2A2A;
    border: 1px solid #D9D9DA;
    font-size: 17px;
    height: 50px;
    color: #FFF;
    transition: .3s;
    cursor: pointer;
}

.user-info button span{
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.user-info button img{
    margin: 0;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.user-info:nth-child(2){
    margin: 60px 0 40px 0;
}

.user-info.margin-center{
    margin: 60px 0 0 0;
}

.use-info-table .no-table-border{
    border-bottom: none;
    border-top: none;
    background-color: #F9F9FB;
}

.use-info-table .no-table-border td{
    border-top:1px solid #D9D9DA;
    border-bottom:1px solid #D9D9DA;
}

.user-scout h3,
.user-leave h3{
    text-align: center;
    margin:  0 0 20px 0;
    font-weight: bold;
}

.user-scout p,
.user-leave p{
    text-align: center;
    font-size: 16px;
    color: #7b7b7b;
    line-height: 200%;
}

.active-btn.scout-btn{
    width: 335px;
    padding: 1rem 2rem;
}

.upload-img{
    background-color: #E9E9E9;
    width: 290px;
    height: 290px;
    margin-bottom: 10px;
    position: relative;
}

.upload-box{
    margin: 0 auto;
    width: 290px;
    height: 290px;
}

.upload-box a{
    color: #2A2A2A;
    text-decoration: none;
}

.upload-box a:hover{
    text-decoration: none;
}

.upload-img img{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}

.upload-img h5{
    text-align: center;
    font-size: 22px;
    padding: 206px 0 0 0;
}

.upload-img p{
    text-align: center;
    margin: 10px 0 0 0;
}

.my-page-form-wrap{
    border: 10px solid #EAEBE6;
    margin-top: 52px;
    padding: 40px 15px 20px 15px;
}

.my-page-close-btn-img{
    background-image: url(../img/my-page/dustbox.png);
    display: inline-block;
    width: 22px;
    height: 24px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: .3s;
}

.event-list-detail-box-mail-btn:hover .my-page-close-btn-img{
    background-image: url(../img/my-page/dustbox-hover.png);
    display: inline-block;
    width: 22px;
    height: 24px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    transition: .3s;
}

/* message */

.move-rotation{
    transform: matrix(-1, 0, 0, -1, 0, 0);
    transition: .3s;
}

.remove-rotation{
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: .3s;
}

.message-btn{
    background-image: url(../img/message/message-box.png);
    width: 40px;
    height: 29px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 10px 0 0;
    float: left;
    transition: .3s;
}

.message-box{
    display: block;
    border: 1px solid #c3c3c3;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px 15px 13px;
    border-radius: 5px;
    width: 230px;
    margin-bottom: 20px;
    transition: .3s;
}

.message-box.active-es-btn{
    border: 1px solid #bb342e;
}

.message-box.active-es-btn .message-btn{
    background-image: url(../img/message/message-box-hover.png);
}

.message-box:hover{
    cursor: pointer;
}

.dust-btn{
    background-image: url(../img/message/dust-box.png);
    width: 33px;
    height: 31px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 10px 0 0;
    float: left;
    transition: .3s;
}

.dust-box.active-es-btn {
    border: 1px solid #bb342e;
    background-color: #bb342e;
}

.dust-box.active-es-btn .dust-btn{
    background-image: url(../img/message/dust-box-hover.png);
}

.dust-box{
    display: block;
    border: 1px solid #c3c3c3;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 2px 15px 20px;
    border-radius: 5px;
    width: 230px;
    margin-bottom: 20px;
    transition: .3s;
    background-color: #e4e4e4;
}

.dust-box:hover{
 cursor: pointer;
}

.message-column{
    border-top: 1px solid #c3c3c3;
}

.last-column{
    border-bottom: 1px solid #c3c3c3;
}

.message-column.unread{
    background-color: #f6f7f8;
}

.news-content{
    padding: 20px 10px;
}

.news-content span{
    margin: 0 20px 0 0;
    font-size: 16px;
    vertical-align: top;
}

.content-caption:hover{
    text-decoration: none;
}

.news-content h5{
    margin: 0px 15px 0 0;
    padding: 6px 10px;
    font-size: 10px;
    width: 85px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    background-color: #bb342e;
    color: #FFF;
    vertical-align: top;
}

.read{
	background-color: #c3c3c3 !important;
}

.news-content a{
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 1px;
    display: initial;
    vertical-align: top;
    padding: 0;
    color: #2A2A2A;
}

.news-item p{
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    color: #2A2A2A;
    margin: 0 0 10px 0;
}

.news-content img{
    float: right;
    margin: 8px 0 0 0;
}

.news-content .news-item{
    padding: 20px 0 0 250px;
}

.news-content:hover{
    cursor: pointer;
}

.message-column:hover .news-content p{
    text-decoration: none;
}

.pageing-flex{
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.pageing-flex h4{
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 3px 0 2px 0;
    font-weight: bold;
    font-size: 18px;
}

.pageing-flex h3{
    font-size: 38px;
    margin: 0 15px;
}

.pageing-flex h3 span{
    font-size: 15px;
}

.pageing-box {
    margin: 10px 0;
}

.pageing-box .continue-pageing{
    border: none;
}

.page-btn{
    border: 1px solid #D9D9DA;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 0 3px;
}

.page-btn .first-btn{
    padding: 4px 2px;
}

.make-border-message{
    height: 10px;
    margin: 0 20px;
    width: 1px;
    height: 30px;
    border-left: 1px solid #D9D9DA;
}

.page-prev{
    border: 1px solid #D9D9DA;
    border-radius: 25px;
    padding: 2px 30px;
}

.page-prev:hover,
.page-next:hover{
    cursor: pointer;
    background-color: #afafaf;
    color: #FFF;
    transition: .3s;
}

.page-prev-triangle{
    background-image:url(../img/message/triangle-bk-f.png);
    width: 9px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 5px 0 0;
}

.page-next-triangle{
    background-image:url(../img/message/triangle-bk.png);
    width: 9px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 0 0 5px;
}

.page-prev:hover .page-prev-triangle{
    background-image:url(../img/message/triangle-white.png);
    transform: scale(-1, 1);
    width: 9px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 5px 0 0;
/*    transition: .3s;*/
}

.page-next:hover .page-next-triangle{
    background-image:url(../img/message/triangle-white.png);
    width: 9px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin: 0 0 0 5px;
}

.page-prev img{
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.page-next{
    border: 1px solid #D9D9DA;
    border-radius: 25px;
    padding: 2px 30px;
    margin: 0 0 0 10px;
}

.page-next:hover{
    cursor: pointer;
}

.page-next img{
    vertical-align: baseline;
    margin: 0 0 0 5px;
}

.page-btn:hover{
    cursor: pointer;
    background-color: #afafaf;
    color: #FFF;
    transition: .3s;
}

.page-move{
    display: flex;
    align-items: center;
    margin-left: auto;
}

.active-page{
    background-color: #bb342e;
    color: #FFF;
}

.content-box{
    font-size: 16px;
    line-height: 200%;
    margin: 0 0 0 235px;
}

.content-box p{
    line-height: 200%;
    letter-spacing: 1px;
    font-size: 16px;
    text-decoration: none;
}

.news-content h6{
    width: 250px;
    height: 45px;
    padding: 18px 10px 15px 40px;
    background-color: #FFF;
    border:1px solid #D9D9DA;
    font-size: 18px;
    letter-spacing: 1px;
    transition: .3s;
    display: inline-block;
    margin: 15px 20px 0 0;
    border-radius: 5px;
    height: 58px;
}

.news-content h6:hover{
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
    transition: .3s;
}

.news-content h6 span{
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    vertical-align: middle;
}

.news-content h6 img{
    float: none;
    margin: 0 10px 0 0;
}

.news-content h6 .back-icon{
    background-image: url(../img/message/back-icon.png);
    width: 17px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
}

.news-content h6:hover .back-icon{
    background-image: url(../img/message/back-icon-hover.png);
    width: 17px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
}

.news-content h6 .enter-dust{
    background-image: url(../img/message/enter-dust.png);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
}

.news-content h6:hover .enter-dust{
    background-image: url(../img/message/enter-dust-hover.png);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
}

.content-box{
    display: none;
}

.content-box-in{
}


/* animations */

#loading {
    width: 100vw;
    height: 100vh;
    background: #000;
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
.loader{
  margin: 0 0 2em;
  height: 24px;
  width: 24px;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 1;
}
.ef_curtain { 
  display: block; 
  pointer-events: none; 
  position: absolute; 
  z-index: 2; 
  left: 0; 
  top: 0; 
  width: 100%;
  height: 100%; 
  background: #fff; 
  -webkit-transform: scaleX(0); 
  transform: scaleX(0); 
  -webkit-transform-origin: 0% 50%; 
  transform-origin: 0% 50%; 
}
.ef_curtain2 { 
  display: block; 
  pointer-events: none; 
  position: absolute; 
  z-index: 2; 
  left: 0; 
  top: 0; 
  width: 100%;
  height: 100%; 
  background: #fff; 
  -webkit-transform: scaleX(0); 
  transform: scaleX(0); 
  -webkit-transform-origin: 0% 50%; 
  transform-origin: 0% 50%; 
}
.ef_text {
  opacity: 0;
  padding:4px 10px;
  background-color: #fff;
}

.pd-m80{	
padding-bottom: 80px !important;	
}

/* 就活ノウハウ カテゴリメニュー ここまから ================↓  */

.c-txt{
  margin: 0.7rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.selectbox-1 {
    position: relative;
}

.selectbox-1::before,
.selectbox-1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-1::before {
    right: 0;
    display: inline-block;
    width: 3.2em;
    height: 3.2em;
    border-radius: 0 3px 3px 0;
    background-color: #121212;
    content: '';
}

.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-1 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 220px;
    height: 3.2em;
    padding: .4em 3.6em .4em .8em;
    border: 1px solid #121212;
  border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-1 select:focus {
    outline: 0.5px solid #121212;
}
/* 就活ノウハウ カテゴリメニュー ここまで ================↑  */




@media screen{
  .print_only{
    display:none;
  }
}

.not_min{
	width: 1140px!important;
}
