/* column layout */
.main_visual {
  position: relative;
  padding: 90px 0 70px;
}

@media screen and (max-width: 750px) {
  .main_visual {
    padding: 80px 0 0;
  }
}

.main_visual #main_visual_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .main_visual #main_visual_video {
    height: 100vh;
    background-image: url(../img/main_visual.sp.png);
  }
}

.main_visual #main_visual_video::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/visual_stripe.png);
  z-index: 1;
  background-size: 10px;
}

.main_visual #main_visual_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -337px;
  margin-left: -600px;
  width: 1200;
  height: 674;
}

.main_visual .three_dot {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.main_visual .three_dot.is_anime {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .main_visual .three_dot {
    display: none;
  }
}

.main_intro {
  position: relative;
  z-index: 2;
}

.covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main {
  opacity: 0;
  -webkit-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

#main.is_anime {
  opacity: 1;
}

.main_visual_ttl {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.main_visual_ttl.is_anime {
  opacity: 1;
}

.main_visual_ttl span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin: 14px 0 0;
}

@media screen and (max-width: 750px) {
  .main_visual_ttl {
    font-size: 23px;
    line-height: 1.4;
    margin: 0 0 60px;
    padding: 0 10px;
  }
  .main_visual_ttl span {
    font-size: 16px;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .sp_gray_wrap {
    width: 89.333%;
    background: #e6e6e6;
    padding: 45px 5.97% 20px;
    margin: 0 auto 30px;
    position: relative;
    top: 50px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out,top 1s ease-in-out;
    transition: opacity 1s ease-in-out,top 1s ease-in-out;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .sp_gray_wrap.is_anime {
    top: 0;
    opacity: 1;
  }
}

.catch_copy {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 27px;
  letter-spacing: 0.025em;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.catch_copy.is_anime {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .catch_copy {
    opacity: 1;
    font-size: 15px;
    color: #333;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 320px) {
  .catch_copy {
    font-size: 13px;
  }
}

.appeal_list {
  width: 830px;
  margin: 0 auto 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  top: 50px;
  -webkit-transition: opacity 1s ease-in-out, top 1s ease-in-out;
  transition: opacity 1s ease-in-out, top 1s ease-in-out;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.appeal_list.is_anime {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .appeal_list {
    opacity: 1;
    top: 0;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.appeal_list_item {
  position: relative;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .appeal_list_item {
    width: 47.45%;
    margin: 0 0 5%;
    height: 112px;
  }
  .appeal_list_item.en {
    height: 130px;
  }
}

.appeal_list_item span {
  font-size: 16px;
  line-height: 1.4;
}

.appeal_list_item span.en_style {
  font-size: 13px;
}

.appeal_list_item span.en_style .font_big {
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .appeal_list_item span {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .appeal_list_item span {
    font-size: 13px;
  }
}

.appeal_list_item .font_big {
  font-size: 22px;
  color: #006699;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .appeal_list_item .font_big {
    font-size: 17px;
  }
}

.appeal_list_item .infi {
  width: 27px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .appeal_list_item .infi {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .appeal_list_item .infi {
    width: 27px;
  }
}

.appeal_list_item::before {
  content: '';
  display: block;
  width: 25px;
  height: 3px;
  background: url("../img/border.png") no-repeat;
  background-size: contain;
  margin: 32px auto 20px;
}

@media screen and (max-width: 750px) {
  .appeal_list_item::before {
    margin: 20px auto 15px;
  }
}

.appeal_list_item.position_down {
  top: 25px;
}

@media screen and (max-width: 750px) {
  .appeal_list_item.position_down {
    top: 0;
  }
}

@media screen and (max-width: 750px) {
  .appeal_list_item.item_center {
    margin: 0 auto;
  }
}

.scroll_mark {
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.scroll_mark.is_anime {
  opacity: 1;
}

.scroll_mark img {
  width: 32.5px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .scroll_mark img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .scroll_mark {
    display: none;
  }
}

.news {
  overflow: hidden;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #a9a9a9;
  padding: 0 35px 0 30px;
  font-size: 16px;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .news {
    position: relative;
    width: 100%;
    border-right: none;
    border-left: none;
    display: block;
    padding: 0 5.3333%;
    text-align: right;
    height: 150px;
    z-index: 2;
    bottom: auto;
    right: auto;
    left: auto;
  }
}

.news .news_list {
  width: 780px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .news .news_list {
    height: 100%;
    width: 100%;
  }
}

.news .news_list.en_style {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .news .news_list.en_style {
    width: 100%;
  }
}

.news .news_list li {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .8s ease-in-out, top .8s ease-in-out;
  transition: opacity .8s ease-in-out, top .8s ease-in-out;
}

@media screen and (max-width: 750px) {
  .news .news_list li {
    bottom: auto;
    top: 55px;
  }
}

.news .news_list li:first-child {
  z-index: 5;
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 750px) {
  .news .news_list li:first-child {
    top: 15px;
    right: 0;
  }
}

.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin: 0 0 20px;
  }
}

.news dl dt {
  display: inline-block;
  padding: 0 24px 0 0;
}

@media screen and (max-width: 750px) {
  .news dl dt {
    font-size: 12px;
  }
}

.news dl dd {
  display: inline-block;
  padding: 0 0 0 24px;
  border-left: 1px solid #a9a9a9;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .news dl dd {
    font-size: 13px;
    line-height: 1.4;
  }
}

.news dl dd a {
  color: #3ca39f;
  line-height: 1.2;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

.news dl dd a:hover {
  cursor: pointer;
  opacity: .7;
}

.news .pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

.news .pr:hover {
  cursor: pointer;
  opacity: .7;
}

.news .pr::after {
  content: '';
  display: inline-block;
  width: 6.5px;
  height: 14px;
  background: url("../img/angle02.png") no-repeat;
  background-size: contain;
  margin: 0 0 0 13px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 750px) {
  .news .pr::after {
    width: 5px;
    height: 10px;
    background: url("../img/angle02.png") no-repeat;
    background-size: contain;
    top: 0;
  }
}

@media screen and (max-width: 750px) {
  .news .pr {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    right: 4%;
  }
  .news .pr::before {
    display: none;
  }
}

/*  -------------------------------------------------------- lead */
.lead {
  padding: 110px 0 70px;
}

.lead .flex_wrap {
  width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lead .flex_wrap.positionUp {
  padding: 30px 0 0;
  margin: -30px auto 0;
}

@media screen and (max-width: 750px) {
  .lead .three_dot {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 750px) {
  .lead {
    padding: 15% 4% 50px;
  }
  .lead .flex_wrap {
    display: block;
    width: 100%;
  }
}

.lead_txt {
  width: 500px;
}

@media screen and (max-width: 750px) {
  .lead_txt {
    width: 100%;
  }
}

.lead_txt .lead_ttl {
  font-size: 28px;
  color: #003366;
  font-weight: bold;
  margin: 0 0 30px;
}

.lead_txt .lead_ttl.poscha {
  padding: 30px 0 0;
  margin: 30px 0 0;
}

@media screen and (max-width: 750px) {
  .lead_txt .lead_ttl.poscha {
    padding: 30px 0 0;
    margin: -30px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .lead_txt .lead_ttl {
    font-size: 20px;
    line-height: 1.6;
  }
}

.lead_txt p {
  line-height: 1.6;
  margin: 0 0 20px;
}

@media screen and (max-width: 750px) {
  .lead_txt p {
    font-size: 13px;
  }
}

.lead_txt .small_txt {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .lead_txt .small_txt {
    font-size: 13px;
    margin: 0 0 40px;
  }
}

.lead_txt .small_txt span {
  color: #003366;
  font-weight: bold;
}

.lead_img {
  width: 340px;
}

.lead_img img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .lead_img {
    width: 100%;
    text-align: center;
  }
}

/*  -------------------------------------------------------- block_chain  */
.block_chain {
  padding: 80px 0 125px;
  position: relative;
  background: url(../img/baas/tech_line_bg.png) repeat center center;
  background-size: contain;
}

.block_chain .three_dot {
  margin: 50px auto;
}

@media screen and (max-width: 750px) {
  .block_chain {
    padding: 50px 0 0;
  }
  .block_chain .three_dot {
    margin: 30px auto;
  }
  .block_chain .fs12 {
    font-size: 12px;
  }
}

.five_element {
  width: 810px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .five_element {
    width: 100%;
    margin: 30px 0 0;
    display: block;
  }
}

.five_element li {
  width: 390px;
  height: 330px;
  background: #fff;
  border-radius: 5px;
  padding: 27px 42px 0;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
  margin: 0 0 30px;
}

@media screen and (max-width: 750px) {
  .five_element li {
    width: 100%;
    height: auto;
    padding: 23px 19px 25px;
  }
}

.five_element li.en_style {
  padding: 27px 30px 0;
}

@media screen and (max-width: 750px) {
  .five_element li.en_style {
    padding: 23px 10px 25px;
  }
  .five_element li.en_style .thumb {
    width: 45%;
  }
  .five_element li.en_style .en {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .five_element li .sp_wrap {
    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;
  }
}

.five_element li .ttl {
  font-size: 23px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .five_element li .ttl {
    font-size: 17px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 750px) {
  .five_element li .thumb {
    width: 50%;
    text-align: center;
  }
}

.five_element li .thumb.en_style {
  margin: 30px 0 30px;
}

@media screen and (max-width: 750px) {
  .five_element li .mb30, .five_element li .mb40, .five_element li .mb45 {
    margin: 0 0 20px !important;
  }
}

@media screen and (max-width: 750px) {
  .five_element li .mt30 {
    margin: 0 !important;
  }
}

.five_element li p {
  margin: 40px 0 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .five_element li p {
    margin: 0 0 0 15px;
    font-size: 13px;
    width: 50%;
    line-height: 1.6;
  }
}

.five_element li p.en {
  margin: 20px 0 0;
}

.five_element li .five01 {
  width: 141px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .five_element li .five01 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.five_element li .five02 {
  width: 107px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .five_element li .five02 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .five_element li .five02 {
    width: 59%;
  }
}

.five_element li .five03 {
  width: 98px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .five_element li .five03 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .five_element li .five03 {
    width: 50%;
  }
}

.five_element li .five04 {
  width: 139.5px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .five_element li .five04 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .five_element li .five04 {
    width: 65.55%;
  }
}

.five_element li .five05 {
  width: 115px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .five_element li .five05 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .five_element li .five05 {
    width: 61%;
  }
}

.five_element li .five06 {
  width: 97.5px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .five_element li .five06 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.five_element .wide_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .five_element .wide_item {
    display: block;
  }
}

.five_element .wide_item.en_style {
  height: 350px;
}

@media screen and (max-width: 750px) {
  .five_element .wide_item.en_style {
    height: auto;
  }
}

.five_element .wide_item .txt_box {
  width: 360px;
}

@media screen and (max-width: 750px) {
  .five_element .wide_item .txt_box {
    width: 100%;
    margin: 0 0 25px;
  }
}

.five_element .wide_item .txt_box.en_style {
  width: 420px;
}

@media screen and (max-width: 750px) {
  .five_element .wide_item .txt_box.en_style {
    width: 100%;
  }
}

.five_element .wide_item .block {
  width: 291px;
  height: auto;
  height: 291px;
}

@media screen and (max-width: 750px) {
  .five_element .wide_item .block {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .five_element .wide_item .block {
    height: auto;
  }
}

.blue_frame {
  width: 600px;
  height: 60px;
  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-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 30px auto 100px;
  background: #003366;
  border-radius: 5px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .blue_frame {
    width: 100%;
    height: auto;
    padding: 12px 0;
    font-size: 16px;
    margin: 30px auto 40px;
  }
}

.features {
  position: relative;
  width: 100%;
  margin: 100px 0 175px;
}

@media screen and (max-width: 750px) {
  .features {
    margin: 30px 0 40px;
  }
}

.features .features_list {
  position: relative;
  display: block;
  width: calc(880px / 2);
  height: calc(899px / 2);
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .features .features_list {
    width: 100%;
    height: auto;
  }
}

.features .features_list::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/features_bg.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .features .features_list::before {
    position: static;
    background: url(../img/features_bg.sp.png) no-repeat center;
    padding-top: 97.81%;
    background-size: contain;
  }
}

.features .features_list li {
  position: absolute;
}

@media screen and (max-width: 750px) {
  .features .features_list li {
    position: static;
    margin: 2px 0 0;
  }
}

.features .features_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl {
    display: block;
  }
}

.features .features_list li dl dt {
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    background: #d5e6e8;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 5.97%;
  }
  .features .features_list li dl dt::before {
    content: '';
    display: block;
    width: 14.5px;
    height: 8.5px;
    background: url("../img/acco_angle.sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt .sp_ttl {
    font-size: 17px;
    color: #003366;
  }
}

.features .features_list li dl dt img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt img {
    position: static;
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt .thumb {
    width: 20%;
    margin: 0 15px 0 0;
  }
}

.features .features_list li dl dt .fe01 {
  width: 78.5px;
  height: auto;
  top: -10px;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt .fe01 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.features .features_list li dl dt .fe02 {
  width: 82px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt .fe02 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.features .features_list li dl dt .fe03 {
  width: 68px;
  height: auto;
  left: -10px;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt .fe03 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.features .features_list li dl dt .fe04 {
  width: 66px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt .fe04 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.features .features_list li dl dt .fe05 {
  width: 62.5px;
  height: auto;
  left: -10px;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dt .fe05 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.features .features_list li dl dd {
  width: 280px;
  display: inline-block;
  margin: 0 0 0 20px;
}

.features .features_list li dl dd.en_style {
  width: 340px;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dd.en_style {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dd {
    width: 100%;
    background: #fff;
    padding: 5.33%;
    margin: 0;
    display: none;
  }
}

.features .features_list li dl dd .desp_ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}

.features .features_list li dl dd p {
  float: right;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .features .features_list li dl dd p {
    line-height: 1.6;
    float: none;
  }
}

.features .features_list .position01 {
  left: 150px;
  top: -50px;
}

@media screen and (max-width: 750px) {
  .features .features_list .position01 {
    margin: 30px 0 0;
  }
}

.features .features_list .position02 {
  right: -340px;
  top: 100px;
}

.features .features_list .position02.en_style {
  top: 85px;
}

.features .features_list .position03 {
  left: -340px;
  top: 100px;
}

.features .features_list .position03 dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.features .features_list .position03 dl dd {
  margin: 0 20px 0 0;
}

.features .features_list .position04 {
  right: -250px;
  bottom: -25px;
}

.features .features_list .position05 {
  left: -250px;
  bottom: -25px;
}

.features .features_list .position05 dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.features .features_list .position05 dl dd {
  position: relative;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 750px) {
  .features .features_list .position05 dl dd {
    margin: 0;
    text-align: center;
  }
  .features .features_list .position05 dl dd p {
    text-align: left;
    margin: 0 0 20px;
  }
}

.features .features_list .position05 dl dd img {
  position: absolute;
  left: 0;
  top: 110%;
  width: 255px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .features .features_list .position05 dl dd img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .features .features_list .position05 dl dd img {
    position: static;
  }
}

.white_bg {
  width: 1025px;
  margin: 0 auto 75px;
  padding: 75px 0;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(4, 0, 0, 0.1);
}

.white_bg .h4_blue_ttl {
  font-size: 17px;
}

.white_bg .mb60 {
  margin: 0 0 25px !important;
}

.white_bg img {
  width: 835px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .white_bg img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .white_bg {
    width: 100%;
    padding: 40px 5.97%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 30px;
  }
}

.blue_bg {
  width: 1025px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  background: url(../img/blue_bg.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .blue_bg {
    width: 100%;
    display: block;
    height: auto;
    padding: 8% 5.3333%;
    margin: 0 0 50px;
  }
}

.token {
  padding: 30px 0 75px;
  margin: -30px 0 0;
}

@media screen and (max-width: 750px) {
  .token {
    padding: 0 5.333% 40px;
  }
}

.token .three_dot {
  margin: 45px auto 50px;
}

@media screen and (max-width: 750px) {
  .token .three_dot {
    display: none;
  }
}

.token .flex_wrap {
  width: 990px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .token .flex_wrap {
    width: 100%;
    display: block;
  }
}

.token .flex_wrap .token_img {
  display: inline-block;
  margin: 0 25px 0 0;
}

.token .flex_wrap .token_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .token .flex_wrap .token_img {
    display: block;
    margin: 30px 0;
  }
}

.token .flex_wrap .token_txt .h4_blue_ttl {
  text-align: left;
  line-height: 1.6;
  margin: 0 0 20px;
}

.token .flex_wrap .token_txt .h4_blue_ttl span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .token .flex_wrap .token_txt .h4_blue_ttl {
    text-align: center;
  }
}

.token .flex_wrap .token_txt p {
  font-size: 16px;
  line-height: 1.4;
}

.branch {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  width: 1024px;
  margin: 0 auto;
  padding: 75px 0 80px;
}

@media screen and (max-width: 750px) {
  .branch {
    width: 100%;
    padding: 40px 0 0;
  }
}

.branch .three_dot {
  margin: 50px auto 90px;
}

@media screen and (max-width: 750px) {
  .branch .three_dot {
    margin: 30px auto;
  }
}

.branch .branch_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 946px;
  margin: 75px auto 0;
}

@media screen and (max-width: 750px) {
  .branch .branch_list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
}

.branch .branch_list.width670 {
  width: 670px;
  margin: 0 auto;
}

.branch .branch_list.width670 li {
  width: calc(670px / 3);
}

@media screen and (max-width: 750px) {
  .branch .branch_list.width670 {
    width: 100%;
  }
  .branch .branch_list.width670 li {
    width: calc(100% / 3);
  }
}

.branch .branch_list:first-child {
  margin: 0 auto;
}

.branch .branch_list li {
  width: calc(946px / 4);
  text-align: center;
  margin: 0 0 75px;
}

@media screen and (max-width: 750px) {
  .branch .branch_list li {
    width: calc(100% / 3);
    padding: 0 5px;
    margin: 0 0 25px;
  }
}

.branch .branch_list li .branch_list_img {
  height: 140px;
}

@media screen and (max-width: 750px) {
  .branch .branch_list li .branch_list_img {
    height: auto;
  }
}

.branch .branch_list li .ttl {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .branch .branch_list li .ttl {
    font-size: 11px;
    margin: 15px 0;
  }
}

.branch .branch_list li.en_style .ttl {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .branch .branch_list li.en_style .ttl {
    font-size: 11px;
  }
}

.branch .branch_list li p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .branch .branch_list li p {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .sp_pb {
    padding: 0 0 15%;
  }
}

.branch .branch_list .branch01 {
  width: 100px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch01 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch01 {
    width: 66.666%;
  }
}

.branch .branch_list .branch02 {
  width: 130px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch02 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch02 {
    width: 86.66%;
  }
}

.branch .branch_list .branch03 {
  width: 88px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch03 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch03 {
    width: 58.88%;
  }
}

.branch .branch_list .branch04 {
  width: 102px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch04 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch04 {
    width: 50%;
  }
}

.branch .branch_list .branch05 {
  width: 93.5px;
  height: auto;
  position: relative;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch05 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch05 {
    top: auto;
    left: auto;
    width: 62.22%;
  }
}

.branch .branch_list .branch06 {
  width: 75px;
  height: auto;
  position: relative;
  top: 10px;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch06 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch06 {
    top: auto;
    width: 47.222%;
  }
}

.branch .branch_list .branch07 {
  width: 104px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch07 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch07 {
    width: 61.11%;
  }
}

.branch .branch_list .branch08 {
  width: 113px;
  height: auto;
  position: relative;
  top: 20px;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch08 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch08 {
    top: auto;
    width: 75%;
  }
}

.branch .branch_list .branch09 {
  width: 90px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch09 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch09 {
    width: 53%;
  }
}

.branch .branch_list .branch10 {
  width: 107.5px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch10 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch10 {
    width: 64.444%;
  }
}

.branch .branch_list .branch11 {
  width: 97px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch11 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch11 {
    width: 65.555%;
  }
}

.branch .branch_list .branch12 {
  width: 114px;
  height: auto;
  position: relative;
  top: 10px;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch12 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch12 {
    top: auto;
    width: 70.555%;
  }
}

.branch .branch_list .branch13 {
  width: 95px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch13 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch13 {
    width: 53.888%;
  }
}

.branch .branch_list .branch14 {
  width: 98px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch14 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch14 {
    width: 60.555%;
  }
}

.branch .branch_list .branch15 {
  width: 95px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch15 {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .branch .branch_list .branch15 {
    width: 57.777%;
  }
}

.example {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  width: 1024px;
  margin: 0 auto;
  padding: 75px 0 100px;
}

.example .h3_sub_ttl.poscha {
  padding: 130px 0 0;
  margin: -50px 0 0;
}

@media screen and (max-width: 750px) {
  .example .h3_sub_ttl.poscha {
    padding: 50px 0 0;
    margin: -50px 0 0;
  }
}

.example .three_dot {
  margin: 50px auto 120px;
}

.example .three_dot span {
  background-color: rgba(49, 49, 49, 0.5);
}

@media screen and (max-width: 750px) {
  .example {
    width: 100%;
    padding: 40px 5.333%;
  }
  .example .three_dot {
    margin: 30px auto;
  }
}

.example .logo_list {
  width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .example .logo_list {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.example .logo_list li {
  text-align: center;
  width: calc(33% - 30px);
  margin: 0 15px;
}

@media screen and (max-width: 750px) {
  .example .logo_list li {
    width: 45%;
    text-align: center;
    margin: 0;
  }
}

.example .logo_list li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.example .logo_list li a:hover .logo_btn {
  background: #012040;
}

.example .logo_list .logo_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 100%;
  background: #003366;
  border-radius: 5px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}

@media screen and (max-width: 750px) {
  .example .logo_list .logo_btn {
    font-size: 14px;
    height: 40px;
  }
}

.example .logo_list .logo_btn::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/play_btn01.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 750px) {
  .example .logo_list .logo_btn::before {
    width: 15px;
    height: 15px;
    background-image: url(../img/play_btn02.png) no-repeat;
  }
}

.example .logo_list .icon {
  width: 175px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .example .logo_list .icon {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.interview {
  background: #f0f3f6;
}

#interview_list {
  width: 880px;
  margin: 0 auto;
  padding: 0 0 75px;
}

@media screen and (max-width: 750px) {
  #interview_list {
    width: 100%;
    padding: 0;
  }
}

#interview_list .interview_list_item {
  width: 880px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #interview_list .interview_list_item {
    position: relative;
    width: 100%;
    display: block !important;
    text-align: center;
  }
}

#interview_list .interview_list_item .interview_thumb {
  position: relative;
  z-index: 1;
}

#interview_list .interview_list_item .interview_thumb img {
  width: 493px;
  height: auto;
}

@media screen and (max-width: 750px) {
  #interview_list .interview_list_item .interview_thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #interview_list .interview_list_item .interview_thumb {
    width: 100%;
  }
}

#interview_list .interview_list_item .wrap {
  position: relative;
  z-index: 2;
  left: -110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #interview_list .interview_list_item .wrap {
    width: 78.66%;
    display: inline-block;
    left: auto;
    top: -50px;
    text-align: left;
  }
}

#interview_list .interview_list_item .interview_txt {
  width: 495px;
  background: #fff;
  padding: 25px;
}

@media screen and (max-width: 750px) {
  #interview_list .interview_list_item .interview_txt {
    width: 100%;
  }
}

#interview_list .interview_list_item .interview_txt .company_name {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;
  color: #0e2844;
}

@media screen and (max-width: 320px) {
  #interview_list .interview_list_item .interview_txt .company_name {
    font-size: 16px;
  }
}

#interview_list .interview_list_item .interview_txt .depart_name {
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1.4;
  color: #0e2844;
}

#interview_list .interview_list_item .interview_txt .person_name {
  font-size: 13px;
  margin: 0 0 20px;
  color: #0e2844;
}

#interview_list .interview_list_item .interview_txt .person_name span {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 5px;
}

#interview_list .interview_list_item .interview_txt p {
  font-size: 13px;
  font-weight: 100;
  line-height: 1.6;
  font-weight: 400;
}

#interview_list .slick-prev, #interview_list .slick-next {
  width: 20px;
  height: 34px;
  top: -90px;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

#interview_list .slick-prev:hover, #interview_list .slick-next:hover {
  cursor: pointer;
  opacity: .7;
}

#interview_list .slick-prev::before, #interview_list .slick-next::before {
  display: block;
  content: '';
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #interview_list .slick-prev, #interview_list .slick-next {
    width: 7%;
    height: auto;
    top: 20%;
    margin: 0;
    bottom: auto;
    z-index: 10;
  }
}

#interview_list .slick-prev {
  left: -45px;
}

#interview_list .slick-prev::before {
  width: 19.5px;
  height: 33.5px;
  background: url("../img/left_angle.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  #interview_list .slick-prev {
    left: 10px;
  }
  #interview_list .slick-prev::before {
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: url(../img/left_angle.sp.png) no-repeat;
    background-size: contain;
  }
}

#interview_list .slick-next {
  right: -45px;
}

#interview_list .slick-next::before {
  width: 19.5px;
  height: 33.5px;
  background: url("../img/right_angle.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  #interview_list .slick-next {
    right: 10px;
  }
  #interview_list .slick-next::before {
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: url(../img/right_angle.sp.png) no-repeat;
    background-size: contain;
  }
}

.seminar {
  padding: 125px 0 130px;
}

.seminar .three_dot {
  margin: 50px auto 50px;
}

@media screen and (max-width: 750px) {
  .seminar {
    padding: 50px 0 70px;
  }
  .seminar .three_dot {
    margin: 30px auto;
  }
}

.seminar_intro {
  width: 100%;
  height: 223px;
  background: url(../img/seminar_intro.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seminar_intro p {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .seminar_intro {
    height: auto;
    background: #2B576E;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 30px;
  }
  .seminar_intro p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 0 10px;
  }
}

.seminar_list {
  width: 980px;
  margin: 40px auto 55px;
}

@media screen and (max-width: 750px) {
  .seminar_list {
    width: 100%;
    background: #2B576E;
    padding: 0 5.333% 40px;
    margin: 0;
  }
}

.seminar_list_item {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}

@media screen and (max-width: 750px) {
  .seminar_list_item {
    padding: 30px 5.333%;
  }
}

.seminar_list_item:first-child {
  border: none;
}

.seminar_list_item .text_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.seminar_list_item .text_area .ttl {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}

@media screen and (max-width: 750px) {
  .seminar_list_item .text_area .ttl {
    line-height: 1.6;
  }
}

@media screen and (max-width: 320px) {
  .seminar_list_item .text_area .ttl {
    font-size: 18px;
  }
}

.seminar_list_item .text_area .date {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .seminar_list_item .text_area .date {
    line-height: 1.6;
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  .seminar_list_item .text_area .date {
    font-size: 13px;
  }
}

.seminar_list_item .text_area .date dt {
  min-width: 85px;
}

@media screen and (max-width: 750px) {
  .seminar_list_item .text_area .date dt {
    min-width: 70px;
  }
}

.seminar_list_item .text_area .date dt.date_en {
  min-width: 65px;
}

@media screen and (max-width: 750px) {
  .seminar_list_item .text_area .date dt.date_en {
    min-width: 50px;
  }
}

.seminar_list_item .seminar_btn {
  width: 130px;
}

.seminar_list_item .seminar_btn a {
  text-align: center;
  font-size: 19px;
  border-radius: 5px;
  height: 50px;
  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;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .seminar_list_item .seminar_btn {
    width: 60%;
    margin: 25px auto 0;
  }
}

.seminar_list_item .btn_on a {
  background: #003366;
  color: #fff;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}

.seminar_list_item .btn_on a:hover {
  background: #012040;
}

.seminar_list_item .btn_on.en_style a {
  font-size: 14px;
}

.seminar_list_item .btn_off a {
  pointer-events: none;
  background: #d2d2d2;
  color: #909090;
}

.seminar_list_item .btn_off.en_style a {
  font-size: 14px;
}

.seminar_list_item .btn_plan a {
  pointer-events: none;
  color: #999999;
  border: 1px solid #999999;
}

.seminar_list_item .btn_plan.en_style a {
  font-size: 14px;
}

.seminar_list_item .btn_report a {
  background: #3ca39f;
  color: #fff;
  font-size: 15px;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}

.seminar_list_item .btn_report a:hover {
  background: #187571;
}

.seminar_list_item .btn_report_off a {
  pointer-events: none;
  color: #999999;
  border: 1px solid #999999;
  font-size: 15px;
}

.report_list_btn {
  text-align: center;
  margin: 0 0 75px;
}

.report_list_btn a {
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

.report_list_btn a:hover {
  cursor: pointer;
  opacity: .7;
}

.report_list_btn img {
  width: 473.5px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .report_list_btn img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .report_list_btn {
    padding: 0 4%;
    margin: 30px 0;
  }
}

.border_btn {
  cursor: pointer;
  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;
  width: 300px;
  height: 75px;
  margin: 0 auto 75px;
  border-radius: 5px;
  border: 2px solid #003366;
  font-size: 19px;
  font-weight: bold;
  color: #003366;
}

@media screen and (max-width: 750px) {
  .border_btn {
    width: 78.667%;
    height: 60px;
    margin: 30px auto;
  }
}

@media screen and (max-width: 750px) {
  .sp_wrappear {
    padding: 0 4%;
  }
}

.sns_follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1025px;
  height: 180px;
  margin: 0 auto;
  background: url(../img/sns_bg.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .sns_follow {
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 30px 0;
    margin: 30px auto 0;
  }
}

.sns_follow .inner {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.sns_follow .inner .ttl {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .ttl {
    font-size: 17px;
  }
}

.sns_follow .inner .ttl.en_style {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .ttl.en_style {
    font-size: 14px;
    line-height: 1.4;
  }
}

.sns_follow .inner .lead_txt {
  width: 300px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .lead_txt {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 17px;
    margin: 0 0 20px;
  }
  .sns_follow .inner .lead_txt.en_style {
    font-size: 15px;
  }
}

.sns_follow .inner .sp_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .sp_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sns_follow .inner .follow {
  width: 350px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 16px 0 0;
  text-align: center;
}

.sns_follow .inner .follow .wrap {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .follow .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12%;
  }
  .sns_follow .inner .follow .wrap a {
    width: 30%;
  }
  .sns_follow .inner .follow .wrap .mr {
    margin: 0 0 0 15px;
  }
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .follow {
    height: auto;
    border-radius: 5px;
    border: 1px solid #fff;
    width: 80%;
    padding: 20px;
  }
}

.sns_follow .inner .mail_maga {
  width: 245px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 16px 0 0;
  text-align: center;
  margin: 0 0 0 25px;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .mail_maga {
    border: none;
    border-radius: 0;
    height: auto;
    padding: 0;
    border-left: 1px solid #fff;
    margin: 0;
    padding: 0 5.333%;
  }
  .sns_follow .inner .mail_maga a {
    width: 45%;
  }
}

.sns_follow .inner .facebook {
  width: 47px;
  height: auto;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .facebook {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.sns_follow .inner .twitter {
  width: 47px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .twitter {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.sns_follow .inner .mail_icon {
  width: 55.5px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .sns_follow .inner .mail_icon {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.sns_follow a {
  display: inline-block;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
}

.sns_follow a:hover {
  cursor: pointer;
  opacity: .7;
}

.blog_list{
  margin-top: -30px;
  padding-top: 30px;
  position: relative;
  background: #f8f8ff
}
.blog_list .wrap{
  padding: 20px 50px 20px;
}
.blog_list .titleWrap{
  position: relative;
}
.blog_list .three_dot {
  margin: 30px auto;
}
.blog_list ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.8;
  width: 984px;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
}
.blog_list ul li:first-child{
  margin-top: 0px;
}
.blog_list ul li .date{
  width: 180px;
}
.blog_list ul li .txt{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog_list ul li .txt a{
  color: #3ca39f;
}
.blog_list ul li .txt a:hover{
  cursor: pointer;
  opacity: .7;
  }

@media screen and (max-width: 750px) {
  .blog_list .three_dot {
    margin: 10px auto;
  }
}
@media screen and (min-width: 750px)  {
  .blog_list ul li .txt a{
    -webkit-transition: color .25s;
    transition: color .25s;
  }
  .blog_list ul li .txt a:hover{
   cursor: pointer;
   opacity: .7;
  }
}
@media screen and (max-width: 750px)  {
  .blog_list{
    margin-top: -5px;
    padding-top: 5px;
  }
  .blog_list .wrap{
    padding: 5px 20px 5px;
  }
 .blog_list .wrap .subTitle{
  text-align: center;
 }
  .blog_list ul li{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.0;
    width: 100%;
    margin-top: 5px;
    margin-left:auto;
    margin-right:auto;
  }
  .blog_list ul li:first-child{
    margin-top: 5px;
  }
  .blog_list ul li .date{
    width: auto;
  }
  .blog_list ul li .txt a{
    font-size: 16px;
  }
}


.trial_btn {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 248px;
  height: 130px;
  background: url(../img/trial_bg.png) no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  border-top: 12px solid #3ca39f;
}

@media screen and (max-width: 750px) {
  .trial_btn {
    display: none;
    width: 100%;
    right: auto;
    bottom: 0;
    height: auto;
    border-top: 6px solid #3ca39f;
  }
}

.trial_btn .trial_close_btn {
  content: '';
  display: block;
  width: 35.5px;
  height: 35.5px;
  background: url("../img/trial_close.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -15px;
  top: -25px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .trial_btn .trial_close_btn {
    width: 42px;
    height: 42px;
    background: url("../img/trial_close.sp.png") no-repeat;
    background-size: contain;
    right: 10px;
    top: -25px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
  }
}

@media screen and (max-width: 320px) {
  .trial_btn .trial_close_btn {
    top: -30px;
  }
}

.trial_btn .flex_wrap.en_style {
  margin: 20px 0 0;
}

@media screen and (max-width: 750px) {
  .trial_btn .flex_wrap.en_style {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .trial_btn .flex_wrap {
    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;
    padding: 14px 2%;
  }
}

.trial_btn .ttl {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #3ca39f;
  margin: 10px 0 5px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .trial_btn .ttl {
    display: inline-block;
    font-size: 19px;
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .trial_btn .ttl {
    font-size: 16px;
  }
}

.trial_btn a {
  width: 230px;
  height: 36px;
  margin: 0 auto;
  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;
  background: #3ca39f;
  color: #fff;
  font-size: 15px;
  border-radius: 18px;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  opacity: 1;
  cursor: pointer;
}

.trial_btn a:hover {
  cursor: pointer;
  opacity: .7;
}

@media screen and (max-width: 750px) {
  .trial_btn a {
    width: 54%;
    height: 38px;
    font-size: 14px;
    padding: 0 17px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 320px) {
  .trial_btn a {
    font-size: 12px;
  }
}

/*# sourceMappingURL=../sourcemaps/index.css.map */

/*studygroup*/
.studygroup {border-top: 1px solid rgba(51, 51, 51, 0.2);width: 1024px;margin: 0 auto;padding: 75px 0 100px;}
.studygroup .h3_sub_ttl {padding:  0 0;margin:0;}
.studygroup .three_dot {margin: 50px auto 120px;}
.studygroup .three_dot span {background-color: rgba(49, 49, 49, 0.5);}
.studygroup .company_list {width: 820px;margin: -50px auto 0;display: flex;flex-wrap: wrap;}
.studygroup .company_list li {text-align: center;width: calc(33% - 30px);margin:1em 15px;}
.studygroup .company_list li img {max-width: 100%;}
.studygroup .company_list li span {font-weight:bold;;text-align:center;display:block;margin-top: 0.5em}
@media screen and (max-width: 750px) {
.studygroup   {width: 100%;padding: 40px 5.333%;}
.studygroup .h3_sub_ttl.poscha {padding: 50px 0 0;margin: -50px 0 0;}
.studygroup .three_dot {margin: 30px auto;}
.studygroup .company_list     {width: 100%;justify-content: space-between;margin:auto;}
.studygroup .company_list li  {width: 45%;text-align: center;margin:1em 0;}
}
