@charset "UTF-8";
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  width: 100% !important;
}
body, html {
  width: 100%;
  margin: 0;
  padding: 0;
}
html {
  overflow: auto;
}
@media screen and (min-width:769px) {
body {
  /*overflow: hidden;*/
  min-width: 700px;
}
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@media screen and (min-width:2000px) {
  span.youtube-headbtn {
    font-size: 14px !important;
    vertical-align: middle;
    line-height: 1.1 !important;
    display: block;
    padding-top: 5px !important;
  }
}
@media screen and (min-width:769px) and (max-width:1050px) {
  .nav_wrap-new a {
    font-size: .9vw !important;
  }
}
@media screen and (min-width:1700px) {
  .nav_wrap-new a {
    line-height: 80px;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px !important;
    /*font-size: .9vw;*/
    float: right;
  }
}
.anime {
  width: 100%;
  height: 100%;
  max-height: 1080px;
  background-color: #E9E3E3;
  position: relative;
}
.anime img {
  display: block;
  position: absolute;
  top: 28%;
  left: 40%;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
}
.fade:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -ms-filter: "alpha(opacity=70)" !important;
}
@media screen and (min-width:769px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  /*// スマホに適用するスタイルを書く //*/
  .spnone {
    display: none !important;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
/*************************************
	
フッター

************************************/
a.sdgsbtn {
  color: #1e83c7;
  text-align: center;
  border: 1px solid #1e83c7;
  display: block;
  width: 308px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 65px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
a.sdgsbtn:hover {
  background: #1e83c7;
  color: #fff;
}
@media screen and (max-width:768px) {
  .spfont01 {
    font-size: 3.5vw;
    text-align: center;
  }
  .spsdgs {
    width: 90vw;
    margin: 0 auto;
  }
  a.sdgsbtn {
    width: 33.2vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3vw;
  }
}
.footerglid {
  width: 1200px;
  margin: 50px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footerglid a {
  width: 180px;
  height: 180px;
}
@media screen and (max-width:768px) {
  .footerglid {
    width: 78.4vw;
    margin: 6.7vw auto;
    flex-wrap: wrap;
  }
  .footerglid a {
    width: 24vw;
    height: 24vw;
    margin-bottom: 3vw;
  }
}
.footerbtn {
  width: 100%;
  height: 110px;
}
@media screen and (max-width:768px) {
  .footerbtn {
    height: 49.8vw;
  }
}
a.footershinsotsubtn {
  width: 50%;
  display: block;
  background: #1e83c7;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  float: left;
  height: 110px;
  line-height: 110px;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  a.footershinsotsubtn {
    width: 100%;
    font-size: 3.7vw;
    height: 24.9vw;
    line-height: 24.9vw;
  }
}
a.footerchutobtn {
  width: 50%;
  display: block;
  background: #066061;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  float: right;
  height: 110px;
  text-decoration: none;
  line-height: 110px;
}
@media screen and (max-width:768px) {
  a.footerchutobtn {
    width: 100%;
    font-size: 3.7vw;
    font-weight: 700;
    height: 24.9vw;
    line-height: 24.9vw;
  }
}
div.footerlink {
  height: 20px;
  width: 850px;
  margin: 43px auto;
}
div.footerlink a {
  color: #323232;
  text-align: center;
  width: calc(100% / 5);
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-right: 1px solid #323232;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width:768px) {
div.footerlink a {
  width: calc(100% / 2);
  float: none;
  font-size: 3.5vw;
  border-right: none;
}	
}

div.footerlink a:last-child {
  border: none;
}
.copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  margin: 0;
  background: #323232;
}
@media screen and (max-width:768px) {
  div.footerlink {
    width: 90vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
   /* justify-content: center;*/
	  margin: 50px auto;
	  height: auto;
  }
  div.footerlink a {
    font-size: 2.5vw;
    padding: 1vw 2vw;
    margin-bottom: 3vw;
	  float: left;
	  text-align: left;
  }
  div.footerlink a:last-child, div.footerlink a:nth-child(4) {
    border: none;
  }
  div.footerlink a:nth-child(5) {
    padding: 1vw 2.5vw;
  }
  .copy {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .footerbtn2 {
    width: 100%;
    height: 24.9vw;
  }
  a.footer-monozukuribtn {
    width: 50%;
    display: block;
    background: #213676;
    color: #fff;
    text-align: center;
    font-size: 3.7vw;
    font-weight: 700;
    float: left;
    height: 24.9vw;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 6vw;
  }
  a.footer-sekojisekimoviebtn {
    width: 50%;
    display: block;
    background: #25B9D7;
    color: #fff;
    text-align: center;
    font-size: 3.7vw;
    font-weight: 700;
    float: right;
    height: 24.9vw;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 6vw;
  }
  span.youtube-headbtn2 {
    vertical-align: middle;
    position: relative;
  }
  span.youtube-headbtn2:before {
    content: "";
    background: url(../image/common/youtube.svg) no-repeat;
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1vw;
    position: absolute;
    top: 3vw;
    left: -7vw;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  /*************************************
	
アニメーション

************************************/
  .sa {
    opacity: 0;
    transition: all .5s ease;
  }
  .sa.show {
    opacity: 1;
    transform: none;
  }
  .sa--lr {
    transform: translate(-100px, 0);
  }
  .sa--rl {
    transform: translate(100px, 0);
  }
  .sa--up {
    transform: translate(0, 100px);
  }
  .sa--down {
    transform: translate(0, -100px);
  }
  .sa--scaleUp {
    transform: scale(.5);
  }
  .sa--scaleDown {
    transform: scale(1.5);
  }
  .sa--rotateL {
    transform: rotate(180deg);
  }
  .sa--rotateR {
    transform: rotate(-180deg);
  }
}
.pb90 {
  padding-bottom: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.pt0 {
  padding-top: 0 !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 110px !important;
}
.pb110 {
  padding-bottom: 110px !important;
}
.pb115 {
  padding-bottom: 115px !important;
}
.pb160 {
  padding-bottom: 160px !important;
}
.pb190 {
  padding-bottom: 190px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt140 {
  margin-top: 140px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt200 {
  margin-top: 200px;
}
.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width:768px) {
  .pt20 {
    padding-top: 20px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pb160 {
    padding-bottom: 160px;
  }
  .pb190 {
    padding-bottom: 190px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb45 {
    margin-bottom: 45px !important;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb200 {
    margin-bottom: 100px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mr5 {
    margin-right: 5px;
  }
  .mt200 {
    margin-top: 100px;
  }
}
.center {
  text-align: center !important;
}
#wrapper {
  width: 100%;
}
.mainSite {
  width: 100%;
  height: 100%;
  max-height: 1080px;
  background-color: #FC6;
  position: relative;
}
.mainSite p {
  font-size: 160%;
  color: #FFF;
  position: absolute;
  top: 42%;
  left: 40%;
}
.backcolor_beige {
  background: #f8f6f2;
}
@media screen and (max-width:768px) {
  .multiple {
    padding: 0;
  }
  .multiple img {
    width: 100%;
  }
  .multiple div {
    margin: 0 5px;
  }
  .multiple .slick-next {
    right: 17px;
    z-index: 100;
  }
  .multiple .slick-prev {
    left: 23px;
    z-index: 100;
  }
}
@media screen and (min-width:769px) {
  /*************************************

ヘッダー

************************************/
  #header_wrap {
    background: #fff;
    height: 80px;
  }
  .header-logo {
    max-width: 293px;
    width: 29.4vw;
    height: 30px;
    padding-left: 3vw;
    padding-top: 28px;
    float: left;
    box-sizing: border-box;
  }
  .header-logo a {
    display: block;
  }
  .header-logo-new {
    max-width: 293px;
    width: 22vw;
    height: 30px;
    padding-left: 3vw;
    padding-top: 28px;
    float: left;
    box-sizing: border-box;
  }
  .header-logo-new a {
    display: block;
  }
  .nav_wrap {
    float: right;
    width: 42.6vw;
  }
  .nav_wrap a {
    line-height: 80px;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    font-size: .9vw;
    float: right;
  }
  .nav_wrap-new {
    float: right;
  }
  .nav_wrap-new a {
    line-height: 80px;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    /*font-size: 14px;*/
    font-size: .9vw;
    float: right;
  }
  a.shinsotsubtn {
    float: right;
    max-width: 114px;
    width: 11vw;
    color: #fff;
    text-align: center;
    height: 80px;
    background: #1e83c7;
    line-height: 80px;
    text-decoration: none;
  }
  a.chutobtn {
    float: right;
    max-width: 228px;
    width: 17vw;
    color: #fff;
    text-align: center;
    height: 80px;
    background: #066061;
    line-height: 80px;
    text-decoration: none;
  }
  a.monozukuribtn {
    float: right;
    max-width: 114px;
    width: 11vw;
    color: #fff;
    text-align: center;
    height: 80px;
    background: #213676;
    text-decoration: none;
    /*font-size: .7vw;*/
    /*border-left: 1px solid #da0000;*/
    padding-top: 22px;
    box-sizing: border-box;
    padding-left: 1vw;
  }
  a.sekojisekimoviebtn {
    float: right;
    max-width: 114px;
    width: 11vw;
    color: #fff;
    text-align: center;
    height: 80px;
    background: #25B9D7;
    text-decoration: none;
    /*font-size: .7vw;*/
    /*border-left: 1px solid #da0000;*/
    padding-top: 22px;
    box-sizing: border-box;
    padding-left: 1vw;
  }
  span.youtube-headbtn {
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.2;
    display: block;
    position: relative;
  }
  span.youtube-headbtn:before {
    content: "";
    background: url(../image/common/youtube.svg) no-repeat;
    width: 1vw;
    display: inline-block;
    position: absolute;
    left: -.55vw;
    top: 0;
    bottom: 0;
    margin: auto;
    height: .75vw;
  }
}
@media screen and (max-width:768px) {
  /*************************************

ヘッダー

************************************/
  #spheader {
    width: 100%;
    background: #fff;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
  }
  .headerlogo_sp {
    width: 60vw;
    z-index: 1000;
    /*position: fixed;*/
    /*top: 2vw;
left: 2vw;*/
    margin: 0 auto;
    /*padding: 3vw 0;*/
    height: 60px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .headerlogo_sp a {
    vertical-align: middle;
    width: 100%;
    display: block;
    height: 60px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  .headerlogo_sp img {
    vertical-align: middle;
    width: 100%;
    height: auto;
  }
  span.youtube-headbtn {
    vertical-align: middle;
  }
  span.youtube-headbtn:before {
    content: "";
    background: url(../image/common/youtube.svg) no-repeat;
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1vw;
  }
  .spnavlogo {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  /*************************************
	
トップ動画

************************************/
  .video_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100vh;*/
  }
  video {
    display: block;
    margin: 0 0 0 auto;
  }
  .video_wrapper p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 20px;
    margin: 0;
  }
  #mv {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .mv-bg {
    -webkit-transform: translateX(-50%);
    left: 50%;
    max-height: initial;
    max-width: initial;
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
  }
}
/*************************************
	
トップグリッド　ボタン

************************************/
div.topglidbtnwrap {
  width: 100%;
  height: 26.3vw;
}
div.topglidbtnwrap a {
  display: block;
  width: 50%;
  height: 26.3vw;
  float: left;
  /*background: #000;*/
}
div.topglidbtnwrap a .topglidtxtbox, div.topglidbtnwrap a .topglidtxtbox2 {
  width: 50%;
  height: 26.3vw;
  float: left;
}
div.topglidbtnwrap a img.overimg {
  float: left;
}
@media screen and (max-width:768px) {
  div.topglidbtnwrap {
    height: 105.2vw;
  }
  div.topglidbtnwrap a {
    width: 100%;
    height: 52.6vw;
  }
  div.topglidbtnwrap a .topglidtxtbox, div.topglidbtnwrap a .topglidtxtbox2 {
    height: 52.6vw;
  }
}
.img-overlay .overimg {
  position: relative;
  display: inline-block;
}
.img-overlay .overimg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  opacity: .5;
  transition: all 0.3s ease;
}
.img-overlay:hover:after {
  width: 100%;
}
.img_wrap {
  width: 50%;
  height: 26.3vw;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  background: #000;
}
.img-overlay .img_wrap img {
  background: #000;
}
.img-overlay:hover .img_wrap img {
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 0.6;
}
.img-overlay:hover .img_wrap img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  opacity: .5;
  transition: all 0.3s ease;
}
@media screen and (max-width:768px) {
  .img_wrap {
    height: 52.6vw;
  }
  .img_wrap img {
    height: auto;
  }
}
.topglidtxtbox {
  background: #1e83c7;
  padding: 3.5vw 3.1vw;
  box-sizing: border-box;
}
.topglidtxtbox2 {
  background: #066061;
  padding: 3.5vw 3.1vw;
  box-sizing: border-box;
}
.topglidtxtbox p, .topglidtxtbox2 p {
  color: #fff;
  font-size: 1.1vw;
  margin-top: 3vw;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .topglidtxtbox p, .topglidtxtbox2 p {
    font-size: 2.3vw;
  }
}
h6.topglidh6 {
  color: #fff;
  font-size: 1vw;
  padding-top: 1.5vw;
  clear: both;
}
@media screen and (max-width:768px) {
  h6.topglidh6 {
    font-size: 2.7vw;
  }
}
div.topglidbtnwrap2 {
  width: 100%;
  height: 26.3vw;
}
div.topglidbtnwrap2_left {
  background: #323232;
  height: 26.3vw;
  width: 50%;
  float: left;
  padding: 3.9vw 3.2vw;
  box-sizing: border-box;
}
div.topglidbtnwrap2_right {
  height: 26.3vw;
  width: 50%;
  float: left;
  transition: 0.5s;
}
div.topglidbtnwrap2_right img:hover {
  transform: scale(1.1, 1.1);
}
@media screen and (max-width:768px) {
  div.topglidbtnwrap2 {
    height: auto;
  }
  div.topglidbtnwrap2_left {
    height: auto;
    width: 100%;
    padding-bottom: 8vw;
    padding: 3.9vw 3.2vw;
    text-align: center;
  }
  div.topglidbtnwrap2_right {
    height: 50vw;
    width: 100%;
    float: none;
  }
}
.talk {
  background: url(../image/top/talk3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
h3.zadankai {
  color: #fff;
  font-size: 1vw;
  padding-top: 1.5vw;
  clear: both;
}
h3.zadankai {
  text-align: left;
    font-size: 20px;
  padding-top: 1.5vw;
	margin-bottom: 10px;
	font-weight: 700;
}

@media screen and (max-width:768px) {
h3.zadankai {
    font-size: 5vw;
}

}

div.topglidbtnwrap2_left p {
  color: #fff;
  font-size: 1.1vw;
  margin-top: .8vw;
}
@media screen and (max-width:768px) {
  div.topglidbtnwrap2_left p {
    font-size: 2.3vw;
    text-align: center;
  }
}
a.topkochira {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  width: 24.3vw;
  height: 3.3vw;
  line-height: 3.3vw;
  margin-top: 1.5vw;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  font-size: 12px;
}
a.topkochira:hover {
  color: #323232;
  background: #fff;
}
@media screen and (max-width:768px) {
  a.topkochira {
    width: 60.2vw;
    height: 8vw;
    line-height: 8vw;
    margin: 1.5vw auto;
    font-size: 3vw;
    margin-top: 5vw;
  }
}
@media screen and (min-width:769px) {
  /*************************************
	
スライダー

************************************/
  .topsilder {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    text-align: center;
    position: relative;
  }
  .topsilder img {
    vertical-align: bottom;
  }
  .topslidcontainer {
    width: 100%;
    margin: 0 auto;
  }
  div.topslideslick {
    width: 100vw;
    margin: 0 auto;
  }
  .topslider {
    width: 70vw;
  }
  div.topslideslick .slick-track {
    background: #000;
  }
  .slick-dots li button::before {
    font-size: 1vw !important;
  }
}
/*************************************
	
トップニュース

************************************/
.topnews {
  height: 52px;
  width: 100%;
}
@media screen and (min-width:769px) {
  .topnews {
    height: auto;
  }
}
.newstitletop {
  float: left;
  color: #fff;
  background: #323232;
  height: 52px;
  line-height: 52px;
  font-family: 'Teko', sans-serif;
  width: 25%;
  font-size: 26px;
  box-sizing: border-box;
  letter-spacing: 1px;
  padding-left: 3.1vw;
}
@media screen and (min-width:769px) {
  .newstitletop {
    height: 9.3vw;
    line-height: 9.3vw;
    width: 100vw;
    font-size: 3vw;
    display: block;
    text-align: center;
  }
}
a.topnewsichiran {
  width: 12.5%;
  height: 52px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
  background: #323232;
  line-height: 52px;
  text-decoration: none;
  float: right;
}
@media screen and (min-width:769px) {
  a.topnewsichiran {
    width: 70vw;
    height: 9.3vw;
    float: none;
    line-height: 9.3vw;
    margin: 0 auto 20px;
    font-size: 3vw;
  }
}
div.topnewslinewrap {
  float: left;
  box-sizing: border-box;
  width: 62.5%;
}
@media screen and (min-width:769px) {
  .topnewslinewrap {
    float: none;
    height: 15vw;
    padding: 5vw 0;
    width: 100vw;
  }
}
div.topnewsline {
  width: 100%;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  float: left;
  padding-left: 3.5vw;
}
div.topnewsline a {
  text-decoration: none;
  color: #323232;
  font-size: 16px;
  vertical-align: middle;
  padding-top: 8px;
}
@media screen and (min-width:769px) {
  div.topnewsline {
    height: 9.3vw;
    line-height: 6vw;
    padding-left: 3.5vw;
  }
  div.topnewsline a {
    font-size: 2.5vw;
    padding-top: 0;
  }
}
span.news {
  padding: 2px 4px;
  color: #323232;
  font-weight: 700;
  border: 2px solid #323232;
  text-align: center;
  margin-right: 2.3vw;
  display: inline-block;
  width: 140px;
}
span.internship {
  padding: 2px 4px;
  color: #1e83c7;
  font-weight: 700;
  border: 2px solid #1e83c7;
  text-align: center;
  margin-right: 2.3vw;
  width: 140px;
  display: inline-block;
}
span.session {
  padding: 2px 4px;
  color: #066061;
  font-weight: 700;
  border: 2px solid #066061;
  text-align: center;
  margin-right: 2.3vw;
  width: 140px;
  display: inline-block;
}
@media screen and (min-width:769px) {
  span.news {
    padding: 4px;
    width: 25vw;
    font-size: 2vw;
  }
  span.internship {
    padding: 4px;
    margin-right: 2.3vw;
    width: 25vw;
    font-size: 2vw;
  }
  span.session {
    padding: 4px;
    margin-right: 2.3vw;
    width: 25vw;
    font-size: 2vw;
  }
}
.toptxt {
  font-size: 25px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 45px;
}
/*ニュースティッカー*/
.ticker {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ticker ul {
  width: 100%;
  position: relative;
}
.ticker ul li {
  width: 100%;
  display: none;
}
.ticker ul li a {
  color: #323232;
}
@media screen and (min-width:769px) {
  .toptxt {
    font-size: 4.5vw;
    font-weight: 700;
    margin-top: 8.5vw;
    margin-bottom: 8.5vw;
  }
  span.a_date {
    font-size: 2.5vw;
  }
  span.a_title {
    display: block;
    margin-top: 1vw;
  }
  /*ニュースティッカー*/
  .ticker {
    height: 19vw !important;
    box-sizing: border-box;
  }
  .a_date {
    font-size: 2.5vw;
  }
}
@media screen and (max-width:768px) {
  /*// スマホに適用するスタイルを書く //*/
  body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}

.newslist{
	width: 100%;
}
.newslist li{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
@media screen and (max-width:768px) {
	.newslist li{
		flex-wrap: wrap;
	}
	
}

.singledate{
	font-size: 14px;
	margin: 0 10px;
}
@media screen and (max-width:768px) {
	.singledate{
	font-size: 12px;
	margin: 0 5px;
}
}

.newslist li a{
	color: #222222;
}
span.singleinternship{
	color: #fff;
	margin-right: 10px;
	padding: 4px 8px;
	background-color: #1A6AAF;
}
@media screen and (max-width:768px) {
	span.singleinternship{
	margin-right: 5px;
	padding: 4px 8px;
	font-size: 14px;
}
}

.newslist li span.title{
	font-weight: 700;
}

@media screen and (max-width:768px) {
	.newslist li span.title{
	width: 100%;
		display: block;
		margin-top: 10px;
}
}
