@charset "UTF-8";

.mv {
  background: #f7f7f7 url(../images/seminar_mv.jpg) center top/cover no-repeat;
  background-position: 20% 20%;
  /* position: relative;
  z-index: 0; */
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 20px;
}
.top_mv {
    background: #f7f7f7 url(../images/top_mv.jpg) center top/cover no-repeat;
    background-position: 50% 50%;
    /* position: relative;
    z-index: 0; */
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
  }
  .top_ttl {
      margin: 200px 0;
  }
  
.m80 {
    margin-bottom: 80px;
  }

.mt50 {
    margin-top: 50px;
}
.seminar_top-wrp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.seminar_top-wrp div{
    background: #000;
    padding: 0.5em;
    width: 45%;
}
@media screen and (max-width: 767px) {
    .seminar_top-wrp {
        display: block;
    }
    .seminar_top-wrp div{
        width: 100%;
        margin-bottom: 10px;
    }
}
.seminar_top-txt {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;

}
  
.box1 {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}
.mv_txt {
  margin-top: -50px;
}
.mvttl {
  color: #fff;
} 
.sub_ttl {
  color: #fff;
}
/* .mv::before{
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: blur(5px);
  z-index: -1;
} */

.recruit dl {
  float: none;
  justify-content: space-between;
} 

.recruit dt {
  padding: 20px 30px;
  width: 100%;
  border-bottom: 2px solid #B7A66D;
}

.recruit dd {
  padding: 20px 30px;
  width: 100%;
  border-bottom: 2px solid #bbb;
  margin-inline-start: 0px !important;
}

.circle{
  position: relative;
  display: inline-block;
  /* width: 80px;
  height: 80px; */
  width: 250px;
  height: 250px;
  margin-top: 50px;
  border-radius: 50%;
  /* background: skyblue; */
  background: #0e3c7e;
  background: url( ../images/bg_yellow.jpg);

}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :250px;
  text-align:center;
  color: #1a1a1a;
}
.circle span em {
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
}
/* .system {
  display: flex;
} */

.purpose h2 {
  margin-bottom: 80px;
}

/* ボタン */

.btn,
a.btn--orange,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #353535;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #353535;
  background: #f2f2f2;
}
.mb50 {
    margin-bottom: 50px;
  }

.bg-light {
    background: #f3f4f7;
}

.bg-shite {
    background: #fff !important;
}


@media screen and (min-width: 75rem) {
  .mv {
    background-position: 50% 50%;
  }
  .recruit dl {
    display: flex;
    justify-content: space-between;
  } 
  
  .recruit dt {
    padding: 20px 30px;
    width: 230px;
    border-bottom: 2px solid #B7A66D;
  }
  
  .recruit dd {
    padding: 20px 30px;
    width: calc(100% - 230px);
    border-bottom: 2px solid #bbb;
    margin-inline-start: 0px !important;
  }
  .recruit {
    width: 100%;
  }
  
}

/* コンタクト */

.contact__submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.contact__dd,
.contact__dd--textarea {
  margin: 0;
  flex-wrap: wrap;
}

.contact,
.contact--done {
    padding: 16vw 4vw
}

/*ボタンの追加6.9*/
.section_sub_title
{
    background-color: #e1c397;
	color 				: #000 ;
}
.section_sub_title h2
{
	/* width 				: 1200px; */
    width: 80%;
	margin 				: 0 auto;
	padding 			: 0px;
	position 			: relative;
	padding 			: 35px;
	box-sizing 			: border-box;
	font-size 			: 42px;
	font-weight 		: normal;
}
.section_sub_title h2:after
{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #e1c397;
	border-bottom: 30px solid transparent;
	position: absolute;
	bottom: -60px;
 	 left 				: 50%;
 	 transform 			: translateY(0%) translateX(-50%);
 	 -webkit-transform : translateY(0%) translateX(-50%);
}
.section_sub_title h2 em
{
	font-weight 		: bold;
	font-style 			: normal;
}
.section_sub_title h2 img
{
	display 			: block;
	margin 				: 0 auto 15px;
}

.system_button {
    /* padding-bottom: 3rem !important; */
    /* background-position: 20% 20%; */
}

.seminar_contact {
    background: #f7f7f7 url(../images/contant_bg.jpg) center top/cover no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px;
}

/* .seminar_contact_wrp {
    padding-top: 150px;
} */
.system_button_wrp {
    width: 100%;
    align-items: center;
}
.system_button_wrp a {
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 30px;
    /* width: 260px; */
    width: 360px;
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background-color: #e1c397;
    border-radius: 20px;
}
.system_button_wrp a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #333;
}


/* セミナー */

.system_button_wrp_seminar {
    width: 100%;
    align-items: center;
}
.system_button_wrp_seminar a {
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 30px;
    /* width: 260px; */
    width: 80%;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    /* background-color: #e1c397; */
    border-radius: 20px;
    background: #e65c00;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #F9D423, #e65c00);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #F9D423, #e65c00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
/* .system_button_wrp_seminar a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #333;
} */
.mvttl_sub {
    font-size: 1.5rem;
}




@media screen and (min-width: 768px) {

    .contact,
    .contact--done {
        padding: 60px 0
    }

    
}

.contact--done {
    padding: 16vw 4vw 66.6666666667vw
}

@media screen and (min-width: 768px) {
    .contact--done {
        padding: 60px 0;
        margin: 0 auto;
        width: 900px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact__ttl {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 1.6;
    font-size: 6.4vw
}

.ui-component-card--feature-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.ui-component-card--feature {
    background: #fff;

  }


@media screen and (min-width: 768px) {
    .contact__ttl {
        font-size: 24px
    }
}

.contact__txt {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin-top: 8vw;
    font-size: 4vw
}

@media screen and (min-width: 768px) {
    .contact__txt {
        margin-top: 30px;
        font-size: 15px
    }
}

.contact__form {
    padding: 8vw 0
}

@media screen and (min-width: 768px) {
    .contact__form {
        padding: 30px 0
    }
}

@media screen and (min-width: 768px) {
    .contact__dl {
        background: #f2f2f2;
        padding: 30px 35px;
        width: 900px;
        height: 495px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contact__dt,
.contact__dt-conf {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8.8vw 0 3.2vw
}

.contact__dt:after,
.contact__dt-conf:after {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    content: "必須";
    color: #fff;
    background: #e5c046;
    font-size: 3.4666666667vw;
    width: 10.6666666667vw;
    height: 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5.3333333333vw
}

@media screen and (min-width: 768px) {

    .contact__dt,
    .contact__dt-conf {
        font-size: 15px;
        height: 90px;
        width: 300px;
        margin: 0
    }

    .contact__dt:after,
    .contact__dt-conf:after {
        font-size: 13px;
        width: 40px;
        height: 20px;
        margin-left: 20px
    }
}

.contact__dt-conf:after {
    display: none
}

.contact__dd,
.contact__dd--textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {

    .contact__dd,
    .contact__dd--textarea {
        width: 458px;
        height: 90px;
        position: relative
    }

    .contact__dd:after,
    .contact__dd--textarea:after {
        content: "";
        display: block;
        width: 830px;
        height: 1px;
        background: #d2d2d2;
        position: absolute;
        bottom: 0;
        left: -380px
    }

    .contact__dd:last-of-type:after,
    .contact__dd--textarea:last-of-type:after {
        display: none
    }

      
}

@media screen and (min-width: 768px) {
    .contact__dd--textarea {
        height: 290px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: static
    }
}

.contact__textarea,
.contact__textarea-conf,
.contact__input--email,
.contact__input--email-conf,
.contact__input--txt,
.contact__input--txt-conf {
    border: 1px solid #d2d2d2;
    height: 13.3333333333vw;
    font-size: 4vw;
    padding: .5em 1em
}

.contact__textarea::-webkit-input-placeholder,
.contact__textarea-conf::-webkit-input-placeholder,
.contact__input--email::-webkit-input-placeholder,
.contact__input--email-conf::-webkit-input-placeholder,
.contact__input--txt::-webkit-input-placeholder,
.contact__input--txt-conf::-webkit-input-placeholder {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal
}

.contact__textarea::-moz-placeholder,
.contact__textarea-conf::-moz-placeholder,
.contact__input--email::-moz-placeholder,
.contact__input--email-conf::-moz-placeholder,
.contact__input--txt::-moz-placeholder,
.contact__input--txt-conf::-moz-placeholder {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal
}

.contact__textarea:-ms-input-placeholder,
.contact__textarea-conf:-ms-input-placeholder,
.contact__input--email:-ms-input-placeholder,
.contact__input--email-conf:-ms-input-placeholder,
.contact__input--txt:-ms-input-placeholder,
.contact__input--txt-conf:-ms-input-placeholder {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal
}

.contact__textarea::-ms-input-placeholder,
.contact__textarea-conf::-ms-input-placeholder,
.contact__input--email::-ms-input-placeholder,
.contact__input--email-conf::-ms-input-placeholder,
.contact__input--txt::-ms-input-placeholder,
.contact__input--txt-conf::-ms-input-placeholder {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal
}

.contact__textarea::placeholder,
.contact__textarea-conf::placeholder,
.contact__input--email::placeholder,
.contact__input--email-conf::placeholder,
.contact__input--txt::placeholder,
.contact__input--txt-conf::placeholder {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media screen and (min-width: 768px) {

    .contact__textarea,
    .contact__textarea-conf,
    .contact__input--email,
    .contact__input--email-conf,
    .contact__input--txt,
    .contact__input--txt-conf {
        height: 50px;
        font-size: 15px;
        background: #fff
    }
}

.contact__input--txt,
.contact__input--txt-conf {
    width: 100%
}

.contact__input--txt.--first {
  margin-bottom: 1vw;
}


@media screen and (min-width: 768px) {

    .contact__input--txt,
    .contact__input--txt-conf {
        width: 220px
    }
    .contact__input--txt.--first {
      margin-bottom: 0px;
    }
}

.contact__input--txt-conf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact__input--email,
.contact__input--email-conf {
    width: 92vw
}

@media screen and (min-width: 768px) {

    .contact__input--email,
    .contact__input--email-conf {
        width: 458px
    }
}

.contact__input--email-conf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact__textarea,
.contact__textarea-conf {
    width: 92vw;
    height: 62.6666666667vw;
    line-height: 1.8;
    font-size: 4.2666666667vw
}

@media screen and (min-width: 768px) {

    .contact__textarea,
    .contact__textarea-conf {
        width: 458px;
        height: 235px;
        font-size: 15px
    }
}

.contact__textarea-conf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll
}

@media screen and (min-width: 768px) {

    .contact__btn-wrap,
    .contact__btn-wrap--done {
        width: 900px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media screen and (min-width: 768px) {
    .contact__btn-wrap--done {
        margin-top: 150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.contact__submit,
.contact__home-btn,
.contact__submit--cancel {
    font-family: roboto, source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 68vw;
    height: 13.3333333333vw;
    background: #e5c046;
    color: #fff;
    margin-top: 8.8vw;
    letter-spacing: 0.4vw
}

@media screen and (min-width: 768px) {

    .contact__submit,
    .contact__home-btn,
    .contact__submit--cancel {
        width: 345px;
        height: 50px;
        margin: 33px auto;
        display: block;
        letter-spacing: 3px
    }

    .contact__submit:hover,
    .contact__home-btn:hover,
    .contact__submit--cancel:hover {
        cursor: pointer
    }
}

.contact__submit--cancel {
    background: #b2b2b2;
    margin-top: 6vw
}

@media screen and (min-width: 768px) {
    .contact__submit--cancel {
        margin-top: 30px
    }
}

.contact__home-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: 1px
}

/* 追記 */

.f_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .f_wrapper > ._left {
      width: 56.25%; }
      @media screen and (max-width: 768px) {
        .f_wrapper > ._left {
          width: 80%;
          margin: 0 auto; } }
    .f_wrapper > ._right {
      width: calc(100% - 56.25%); }
      @media screen and (max-width: 768px) {
        .f_wrapper > ._right {
          width: 100%;
          margin-top: 4.1em; } }
      .f_wrapper > ._right .fig_wrapper {
        position: relative;
        z-index: 15;
        padding-top: 141.4%; }
        .f_wrapper > ._right .fig_wrapper ._fig {
          position: absolute; }
          .f_wrapper > ._right .fig_wrapper ._fig._1 {
            width: 80%;
            top: 0;
            left: 0; }
          .f_wrapper > ._right .fig_wrapper ._fig._2 {
            width: 41.4%;
            top: 24.6%;
            right: 0; }
            .f_wrapper > ._right .fig_wrapper ._fig._2 img {
              animation-delay: .205s; }
          .f_wrapper > ._right .fig_wrapper ._fig._3 {
            width: 32.5%;
            top: 48.3%;
            left: 7.5%; }
            .f_wrapper > ._right .fig_wrapper ._fig._3 img {
              animation-delay: .41s; }
          .f_wrapper > ._right .fig_wrapper ._fig._4 {
            width: 55.5%;
            bottom: 0;
            right: 0; }


/*ボタンの追加6.9*/
@media screen and (max-width: 768px) {
    #service .section_sub_title h2{
    min-width: 100%;
	width:100%;
	box-sizing: border-box; }
    #service .section_sub_title h2
{
	padding 			: 20px; 
}
#service .section_sub_title h2 img
{
	margin-bottom 		: 5px; 
}
#service .section_sub_title h2:after
{
	bottom 				: -58px; 
}
}
@media screen and (min-width:480px) and ( max-width:748px) {
    .section_sub_title h2
{
	font-size 	: 28px;
}

}
@media screen and (max-width: 480px) {
 .section_sub_title h2
{
	font-size 	: 22px;
}
.section_sub_title h2:after
{
	    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #dab47c;
    border-bottom: 20px solid transparent;
	bottom: -40px;
}

}

.solution {
    color: #fff;
    padding: 9% 0 3% 0;
    margin-top: 1%;
    background-image: url(../images/worries_bg.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.solution h2 {
    text-align: center;
    line-height: 1.4;
    font-size: 2.2rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .solution h2 {
        font-size: 1rem;
    }
    .solution {
        margin-top: -2%;
        padding: 15% 0 5% 0;
    }
    .ui-section-feature {
        padding-bottom: 0;
    }
    
    
    
}


@media screen and (min-width: 768px) {
    .box1 {
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        padding-bottom: 10rem;
        padding-top: 10rem;
      }
    
    .mv_wrp {
        display: flex;
    }


}

/* セミナー */

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.seminar-wrap {
    width: 100%;
    background: #f3f4f7;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.seminar-wrap .img {
    width: 100%;
    height: 400px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.seminar-wrap a {
    transition: .3s all ease;
    color: #B7A66D;
    text-decoration: none;
    background-color: transparent;

}
.seminar-wrap .half {
    width: 100%;
    position: relative;
}
.align-items-center {
    -webkit-box-align: center ;
    -ms-flex-align: center ;
    align-items: center ;
}
.d-flex {
    display: -webkit-box ;
    display: -ms-flexbox ;
    display: flex ;
}
.text-center {
    text-align: center ;
}
.p-4 {
    padding: 1.5rem ;
}
.mb-0 {
    margin-bottom: 0 ;
}
.mb-0 p {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "Poppins", Arial, sans-serif;
    background: #f3f4f7;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: gray;
}
.seminar-wrap .text {
    width: 100%;
}

.seminar-wrap .text .star span {
    color: #fd7792;
    margin: 0 4px;
}
.seminar-wrap .text h3 {
    /* font-size: 30px; */
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 10px;
}
.star {
    font-size: 16px;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.seminar-wrap .text .list-accomodation {
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /* padding-inline-start: 40px; */
}
.seminar-wrap .text .list-accomodation li {
    list-style: none;
    display: list-item;
    text-align: left;
    font-family: "Poppins", Arial, sans-serif;
    background: #f3f4f7;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: gray;
}
.seminar-wrap .text .list-accomodation li span:first-child {
    color: #000000;
}
.pt-1, .py-1 {
    padding-top: 0.25rem !important;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.seminar-wrap .text .btn-custom {
    display: inline-block;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.px-3 {
    padding-right: 1rem !important;
}
.py-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.seminar-wrap .half.left-arrow:after {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 12px 0;
    border-color: transparent #f3f4f7 transparent transparent;
    box-sizing: border-box;
}
.seminar-wrap .half:after, .seminar-wrap .half:before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.seminar-wrap .half.right-arrow:after {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #f3f4f7;
    transition: all 0.3s ease;
}

@media (min-width: 1200px) {
    .p-xl-5 {
        padding: 2rem ;
    }
}
@media (max-width: 1200px) {
    .p-xl-5 {
        padding: 1rem ;
    }
}


@media (min-width: 992px) {
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }  

}

@media screen and (min-width: 768px) {
    /* スマホ */
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}


.item {
    /* width: 70%; */
    margin: 0 10px;}


/* 講師プロフィール */

.testimony-wrap {
    display: block;
    position: relative;
    display: flex;
    /* padding: 30px 20px; */
    /* background: #fff; */
    /* border: 1px solid rgba(0, 0, 0, 0.03); */
    /* border-radius: 10px;
    -webkit-box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
    margin-bottom: 50px; */
    /* align-items: stretch ; */

}

.testimony-wrap .user-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-wrap .text {
    width: calc(100% - 80px);
    position: relative;
}
.pl-4, .px-4 {
    padding-left: 1.5rem ;
}
.name {
    font-weight: bold;
    font-size: 1.5em;
    color: #131922;
    margin: 0 0 0.67em 0;
}

.position {
    color: #666;
    font-size: 1.2vw;

}

@media screen and (max-width: 821px) {
    .item {
        margin: 0;
    }
    .d-flex {
        display: block;
    }
    .testimony-wrap .user-img {
        /* width: 80px;
        height: 80px; */
        width: 240px;
        height: 240px;
        margin: 0 auto;
    }
    .slick-slide {
        width: 80%;
    }
    .testimony-wrap .text {
        width: 100%;
    }
    .pl-4, .px-4 {
        padding-left: 0;
    }
    .position {
        font-size: 16px;
    }

}

/* 規約 */
.terms_wrp {
    background: #fff;
    padding:  10px 30px 30px;
}

@media screen and (max-width: 750px) {
    .box1 {
        padding: 4rem 0;
    }
    .seminar-wrap .half.left-arrow:after {
        content: none;
    }
    .seminar-wrap .half:after, .seminar-wrap .half:before {
        content: none;
    }
    
    .seminar-wrap .half.right-arrow:after {
        content: none;
    }
    .p-4 {
        padding: 3rem;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
    }
    
    
    
}

