@charset "UTF-8";

/* --------------------------------
  共通
  -------------------------------- */
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  a{
    transition: 0.2s;
    color: #111;
  }
  body{
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Noto Sans JP",sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
    font-size: 17px;
    font-weight: 500;
    color: #111;
  }
  figure{
    margin: 0;
    line-height: 0;
  }
  .footer{
    margin-top: 0;
  }
  #content_wrap{
    padding-top: 0;
  }
  /* .slick-slider{
    line-height: 0;
  } */
  .slick-dotted.slick-slider{
    margin-bottom: 0;
  }
  .slick-dots{
    top: 50%;
    bottom: auto;
    right:28px;
    transform: translateY(-50%);
    width: 10px;
  }
  .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 7.5px 0;
  }
  .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .slick-dots li button:before{
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border: solid 1px #fff;
    border-radius: 50px;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before{
    background: #fff;
  }

  /* 見出しなど */
  .sec-ttl{
    line-height: 0.8;
    letter-spacing: 0.06em;
  }
  .sec-ttl .font-racing{
    color: #028cd6;
  }

  .sec-ttl-center{
    text-align: center;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .sec-ttl-center .font-racing{
    display: block;
    color: #028cd6;
  }

  .sec-ttl-slash{
    line-height: 0.8;
    letter-spacing: 0.06em;
  }
  .sec-ttl-slash .font-racing{
    font-size: 50px;
    color: #028cd6;
  }
  .sec-ttl-slash .jp{
    position: relative;
  }
  .sec-ttl-slash .jp::before{
    position: absolute;
    content: "";
    bottom: 5px;
    left: 5px;
    background: url(../images/sec-ttl-slash.png) center / contain no-repeat;
  }

  .sec-ttl-slash.white span{
    color: #fff;
  }
  .sec-ttl-slash.white .jp::before{
    background-image: url(../images/sec-ttl-slash-white.png);
  }

  /* ボタン */
  .readmore-btn01{
    text-align: right;
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .readmore-btn01 a{
    position: relative;
    display: inline-block;
    color: #0399de;
  }
  .readmore-btn01 a::before,
  .readmore-btn01 a::after{
    position: absolute;
    content: "";
    transition: 0.2s;
  }
  .readmore-btn01 a::before{
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: solid 1px #0399de;
    border-radius: 50%;
    background: #0399de;
  }
  .readmore-btn01 a:hover::before{
    border: solid 1px #0399de;
    background: #fff;
  }
  .readmore-btn01 a::after{
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
  }
  .readmore-btn01 a:hover::after{
    border-top: 2px solid #0399de;
    border-right: 2px solid #0399de;
  }

  .readmore-btn02{
    text-align: center;
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .readmore-btn02 a{
    position: relative;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    background: #0399de;
    color: #fff;
    border-radius: 50px;
  }
  .readmore-btn02 a:hover{
    background: #fff;
    color: #0399de;
  }
  .readmore-btn02 a::after {
    position: absolute;
    content: "";
    top: 50%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  .readmore-btn02 a:hover::after{
    border-top: 2px solid #0399de;
    border-right: 2px solid #0399de;
  }


  /* MV */
  .mv{
    position: relative;
    line-height: 0;
  }
  .mv .mv-ttl{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    letter-spacing: 0.06em;
  }
  .mv .mv-ttl .jp{
    display: block;
  }
	/* .slide-animation{
    animation: fadezoom 8s 0s forwards;
  } */
  @keyframes fadezoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  .mv .mv-slide li img{
    width: 100%;
    object-fit: cover;
  }
  .mv .news-box{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    line-height: 1.5;
  }
  .mv .news-box .news-ttl{
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg, rgba(0, 106, 193, 1), rgba(0, 97, 186, 1) 50%, rgba(0, 87, 179, 1));
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.06em;
  }
  .mv .news-box .news-list-box{
    position: relative;
    background-image: linear-gradient(90deg, rgba(2, 148, 217, 1), rgba(2, 137, 213, 1) 50%, rgba(2, 128, 210, 1));
  }
  .mv .news-box .news-list-box .news-list li{
    line-height: 1.4;
  }
  .mv .news-box .news-list-box .news-list li a{
    color: #fff;
  }
  .mv .news-box .news-list-box .news-list li .news-date{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
  }
  /* slickオプションリセット */
  .mv .news-box .slick-vertical .slick-slide{
    border:none;
  }

  .mv .news-box .news-list-box .scrolldown{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mv .news-box .news-list-box .scrolldown::before,
  .mv .news-box .news-list-box .scrolldown::after{
    content: "";
    position: absolute;
    bottom:0;
    background: #fff;
  }
  .mv .news-box .news-list-box .scrolldown::before {
    border-radius: 50%;
    animation:
      circlemove 1.6s ease-in-out infinite,
      cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
  }
  .mv .news-box .news-list-box .scrolldown::after{
    left:0;
    width:1px;
  }



  /* company */
  .company{
    position: relative;
    background: #cee3f5;
  }
  .company .company-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .company .company-box{
    background: #fff;
  }
  .company .company-box .company-subttl{
    letter-spacing: 0.06em;
  }
  .company .company-box .company-txt{
    line-height: 2.25;
  }
  .company .company-box .readmore-btn01{
    margin-top:35px;
  }

  /* environment */
  .environment{
    background-image: linear-gradient(150deg, rgba(2, 152, 218, 1), rgba(2, 140, 214, 1) 50%, rgba(2, 128, 210, 1));
  }
  .environment .sec-ttl-slash{
    margin-bottom: 20px;
  }
  .environment .lead-txt{
    color: #fff;
  }
  .environment .environment-list li a{
    position: relative;
    display: block;
    height: 100%;
    background: #fff;
  }
  .environment .environment-list li a::before,
  .environment .environment-list li a::after{
    position: absolute;
    content: "";
    transition: 0.2s;
  }
  .environment .environment-list li a::before{
    border: solid 1px #0399de;
    border-radius: 50%;
    background: #0399de;
  }
  .environment .environment-list li a:hover::before{
    border: solid 1px #0399de;
    background: #fff;
  }
  .environment .environment-list li a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .environment .environment-list li a:hover::after{
    border-top: 2px solid #0399de;
    border-right: 2px solid #0399de;
  }
  .environment .environment-list li .e-txtwrap{
    padding: 25px 75px 30px 30px;
  }
  .environment .environment-list li .e-txtwrap .environment-list__ttl{
    margin-bottom: 10px;
    letter-spacing: 0.06em;
  }
  .environment .environment-list li .e-txtwrap .environment-list__txt{
    line-height: 2;
  }

  /* thought  */
  .thought .inner-box{
    position: relative;
  }
  .thought .sec-ttl-slash{
    margin-bottom: 20px;
  }
  .thought .lead-txt{
    margin-bottom: 60px;
  }
  .thought .thought-list li a{
    position: relative;
    display: block;
    height: 100%;
    background-image: linear-gradient(150deg, rgba(2, 152, 218, 1), rgba(2, 140, 214, 1) 50%, rgba(2, 128, 210, 1));
    color: #fff;
  }
  .thought .thought-list li a::before,
  .thought .thought-list li a::after{
    position: absolute;
    content: "";
    transition: 0.2s;
  }
  .thought .thought-list li a::before{
    border: solid 1px #fff;
    border-radius: 50%;
  }
  .thought .thought-list li a:hover::before{
    background: #fff;
  }
  .thought .thought-list li a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .thought .thought-list li a:hover::after{
    border-top: 2px solid #0399de;
    border-right: 2px solid #0399de;
  }
  .thought .thought-list li .t-txtwrap{
    padding: 27px 70px 60px 35px;
  }
  .thought .thought-list li .t-txtwrap .thought-list__ttl{
    margin-bottom: 10px;
    font-size: 25px;
  }
  .thought .thought-list li .t-txtwrap .thought-list__txt{
    line-height: 2;
  }

  /* technology */
  .technology{
    background: #cee3f5;
  }
  .technology .inner-box{
    position: relative;
  }
  .technology .technology-list li a{
    position: relative;
    display: block;
    height: 100%;
    background: #fff;
  }
  .technology .technology-list li a::before,
  .technology .technology-list li a::after{
    position: absolute;
    content: "";
    transition: 0.2s;
  }
  .technology .technology-list li a::before{
    border: solid 1px #0399de;
    border-radius: 50%;
    background: #0399de;
  }
  .technology .technology-list li a:hover::before{
    background: #fff;
  }
  .technology .technology-list li a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .technology .technology-list li a:hover::after{
    border-top: 2px solid #0399de;
    border-right: 2px solid #0399de;
  }
  .technology .technology-list li .t-txtwrap{
    padding: 27px 60px 60px 35px;
  }
  .technology .technology-list li .t-txtwrap .technology-list__ttl{
    margin-bottom: 10px;
  }
  .technology .technology-list li .t-txtwrap .technology-list__txt{
    line-height: 2;
  }

  /* info */
  .info .info-box{
    text-align: center;
    color: #fff;
    background: url(../images/bg-recruit-info.jpg) center/cover no-repeat;
  }
  .info .info-box .info-ttl .font-racing{
    display: block;
  }
  .info .info-box .info-txt{
    line-height: 2;
  }
  .info .info-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .info .info-list li a{
    display: block;
    background: #fff;
  }
  .info .info-list li .info-list__ttl{
    position: relative;
    text-align: left;
    font-weight: 600;
  }
  .info .info-list li .info-list__ttl::before,
  .info .info-list li .info-list__ttl::after{
    position: absolute;
    content: "";
    transition: 0.2s;
  }
  .info .info-list li .info-list__ttl::before{
    border: solid 1px #0399de;
    border-radius: 50%;
    background: #0399de;
  }
  .info .info-list li .info-list__ttl::after{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg)translateY(-50%);
    transform: rotate(45deg)translateY(-50%);
  }


/* --------------------------------------------
　pc
--------------------------------------------	*/
@media screen and (min-width: 641px), print {
  /* 見出しなど */
  .sec-ttl .font-racing{
    margin-right: 30px;
    font-size: 50px;
  }
  .sec-ttl .jp{
    font-size: 20px;
  }

  .sec-ttl-center .font-racing{
    font-size: 50px;
  }
  .sec-ttl-center .jp{
    font-size: 20px;
  }
  .sec-ttl-slash .font-racing{
    font-size: 50px;
  }
  .sec-ttl-slash .jp{
    padding-left: 20px;
    font-size: 20px;
  }
  .sec-ttl-slash .jp::before{
    width: 10px;
    height: 12.5px;
  }

  /* ボタン */
  .readmore-btn01 a{
    padding: 15px 80px 15px 0;
    font-size: 25px;
  }
  .readmore-btn01 a::before{
    width: 58px;
    height: 58px;
  }
  .readmore-btn01 a::after{
    right: 30px;
    width: 6px;
    height: 6px;
  }
  .readmore-btn02 a{
    padding: 25px;
    font-size: 25px;
  }
  .readmore-btn02 a::after{
    right: 30px;
    width: 6px;
    height: 6px;
  }

  /* MV */
  .mv .mv-ttl{
    left: 100px;
    line-height: 1.2;
  }
  .mv .mv-ttl .jp{
    font-size: 80px;
  }
  .mv .mv-ttl .font-racing{
    font-size: 30px;
  }
  .mv .mv-slide li img{
    height: 100vh;
  }
  .mv .news-box{
    height: 120px;
  }
  .mv .news-box .news-ttl{
    padding: 10px 30px;
    font-size: 22px;
  }
  .mv .news-box .news-list-box{
    width: 790px;
    padding: 16px 40px;
  }
  .mv .news-box .news-list-box .news-list li{
    margin: 3px 0;
  }
  .mv .news-box .news-list-box .news-list li a{
    font-size: 16px;
  }
  .mv .news-box .news-list-box .news-list li a:hover{
    opacity: 0.7;
  }
  .mv .news-box .news-list-box .news-list li .news-date{
    display: inline-block;
    width: 6em;
    margin-right: 1em;
    font-size: 17px;
  }
  .mv .news-box .news-list-box .scrolldown{
    right: 23px;
    height: 80px;
  }
  .mv .news-box .news-list-box .scrolldown::before {
    left:-3.5px;
    width:7px;
    height:7px;
  }
  @keyframes circlemove{
    0%{bottom:75px;}
    100%{bottom:-5px;}
  }
  .mv .news-box .news-list-box .scrolldown::after{
    height: 80px;
  }


  /* pickup */
  .pickup .sec-ttl-center{
    margin-bottom: 45px;
  }
  .pickup .inner-box{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pickup .pickup-list{
    display: flex;
    flex-wrap: wrap;
  }
  .pickup .pickup-list li{
    width:32%;
    margin-right:2%;
  }
  .pickup .pickup-list li:nth-child(3n){
    margin-right: 0;
  }
  .pickup-list li a:hover{
    opacity: 0.7;
  }

  /* company */
  .company .company-img{
    width: 57%;
  }
  .company .company-box{
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    width: 49%;
    padding: 50px;
  }
  .company .company-box .sec-ttl-slash{
    margin-bottom: 45px;
  }
  .company .company-box .company-subttl{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.533;
  }
  .company .company-box .company-txt{
    width: 87%;
  }

  /* environment */
  .environment{
    padding: 100px 0;
  }
  .environment .lead-txt{
    margin-bottom: 70px;
  }
  .environment .environment-list{
    display: flex;
    flex-wrap: wrap;
  }
  .environment .environment-list li{
    width:32%;
    margin-right:2%;
  }
  .environment .environment-list li:nth-child(3n){
    margin-right: 0;
  }
  .environment .environment-list li a::before{
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
  }
  .environment .environment-list li a::after{
    bottom: 38px;
    right: 39px;
    width: 6px;
    height: 6px;
  }
  .environment .environment-list li .e-txtwrap .environment-list__ttl{
    font-size: 25px;
  }

  /* thought */
  .thought{
    padding: 100px 0;
  }
  .thought .readmore-btn01{
    position: absolute;
    top: 11px;
    right: 0;
  }
  .thought .thought-list{
    display: flex;
    flex-wrap: wrap;
  }
  .thought .thought-list li{
    width: 48.25%;
    margin-right: 3.5%;
  }
  .thought .thought-list li:nth-child(2n){
    margin-right: 0;
  }
  .thought .thought-list li a::before{
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
  }
  .thought .thought-list li a::after{
    bottom: 38px;
    right: 39px;
    width: 6px;
    height: 6px;
  }
  .thought .thought-list li .t-txtwrap .thought-list__ttl{
    font-size: 25px;
  }

  /* technology */
  .technology{
    padding: 100px 0;
  }
  .technology .sec-ttl-slash{
    margin-bottom: 75px;
  }
  .technology .technology-list{
    display: flex;
    flex-wrap: wrap;
  }
  .technology .technology-list li{
    width: 48.25%;
    margin-right: 3.5%;
  }
  .technology .technology-list li:nth-child(2n){
    margin-right: 0;
  }
  .technology .technology-list li a::before{
    right: 15px;
    bottom: 15px;
    width: 52px;
    height: 52px;
  }
  .technology .technology-list li a::after{
    bottom: 38px;
    right: 39px;
    width: 6px;
    height: 6px;
  }
  .technology .technology-list li .t-txtwrap .technology-list__ttl{
    font-size: 25px;
  }

  /* info */
  .info{
    padding-bottom: 200px;
  }
  .info .info-box{
    padding: 90px 0 117px;
  }
  .info .info-box .info-ttl{
    margin-bottom: 30px;
  }
  .info .info-box .info-ttl .font-racing{
    font-size: 17px;
  }
  .info .info-box .info-ttl .jp{
    font-size: 44px;
  }
  .info .info-box .readmore-btn02{
    margin-top: 32px;
  }
  .info .info-list li{
    width: 18.5%;
    margin-right: 1.875%;
  }
  .info .info-list li:nth-child(5n){
    margin-right: 0;
  }
  .info .info-list li .info-list__ttl{
    padding: 15px 40px 13px 20px;
    font-size: 18px;
  }
  .info .info-list li .info-list__ttl::before{
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
  .info .info-list li .info-list__ttl::after {
    top: 50%;
    right: 28px;
    width: 4px;
    height: 4px;
  }

  .info .info-list li a:hover .info-list__ttl::before{
    background:#fff;
  }
  .info .info-list li a:hover .info-list__ttl::after{
    border-color:#0399de;
  }
}


/* --------------------------------------------
　1250px以下
--------------------------------------------	*/
@media screen and (max-width: 1250px){
	.company .company-box .company-subttl{
    font-size: 25px;
  }
  .company .company-box .company-txt{
    width: 100%;
    font-size: 16px;
    line-height: 2.25;
  }
  .company .company-box .readmore-btn01 {
    margin-top: 15px
  }
}


/* --------------------------------------------
　sp
--------------------------------------------	*/

@media screen and (max-width: 640px){
	body{
    font-size: 14px;
  }

  /*見出しなど  */
  .sec-ttl .font-racing{
    margin-right: 30px;
    font-size: 7.46vw;
  }
  .sec-ttl .jp{
    font-size: 4vw;
  }
  .sec-ttl-center .font-racing{
    font-size: 7.46vw;
  }
  .sec-ttl-center .jp{
    font-size: 4vw;
  }
  .sec-ttl-slash .font-racing{
    font-size: 7.46vw;
  }
  .sec-ttl-slash .jp{
    padding-left: 13px;
    font-size: 4vw;
  }
  .sec-ttl-slash .jp::before{
    width: 8px;
    height: 10px;
    bottom: 3px;
    left: 0;
  }

  /* ボタン */
  .readmore-btn01 a{
    padding: 15px 60px 15px 0;
    font-size: 16.5px;
  }
  .readmore-btn01 a::before{
    width: 50px;
    height: 50px;
  }
  .readmore-btn01 a::after{
    right: 26px;
    width: 5px;
    height: 5px;
  }
  .readmore-btn02 a{
    padding: 18px;
    font-size: 15px;
  }
  .readmore-btn02 a::after{
    right: 20px;
    width: 5px;
    height: 5px
  }


  /* MV */
  .mv .mv-ttl{
    width: calc(100% - 20px);
    left: 20px;
    line-height: 0.75;
  }
  .mv .mv-ttl .jp{
    font-size: 7.5vw;
  }
  .mv .mv-ttl .font-racing{
    font-size: 3.73vw;
  }
  .mv .mv-slide{
    height: 500px;
  }
  .mv .mv-slide li{
    height: 100%;
  }
  .mv .mv-slide li img{
    height: 100%;
  }
  .mv .news-box{
    position: relative;
    height: 70px;
  }
  .mv .news-box .news-ttl{
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 0.929;
  }
  .mv .news-box .news-list-box{
    padding: 17px;
  }
  .mv .news-box .news-list-box .news-list li a{
    font-size: 13px;
  }
  .mv .news-box .news-list-box .news-list li .news-date{
    display: block;
    margin-bottom: 2px;
  }
  .mv .news-box .news-list-box .scrolldown{
    right: 15px;
    height: 40px;
  }
  .mv .news-box .news-list-box .scrolldown::before {
    left:-2px;
    width:5px;
    height:5px;
  }
  @keyframes circlemove{
    0%{bottom:35px;}
    100%{bottom:-5px;}
  }
  .mv .news-box .news-list-box .scrolldown::after{
    height: 40px;
  }

  /* pickup */
  .pickup .sec-ttl-center{
    margin-bottom: 30px;
  }
  .pickup .inner-box{
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .pickup .pickup-list{
    margin-left: 42px;
    margin-right: 42px;
  }
  .pickup .pickup-list li + li{
    margin-top: 10px;
  }

  /* company */
  .company{
    padding-bottom: 50px;
  }
  .company .company-img{
    width: 100%;
  }
  .company .company-box{
    position: relative;
    width: calc(100% - 40px);
    margin: -60px auto 0;
    padding: 40px 30px 100px 30px;
    z-index: 10;
  }
  .company .company-box .sec-ttl-slash{
    margin-bottom: 27px;
  }
  .company .company-box .company-subttl{
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 1.5;
  }
  .company .company-box .company-txt{
    font-size: 14px;
  }
  .company .company-box .readmore-btn01 a{
    position: absolute;
    bottom: 14px;
    right: 14px;
  }

  /* environment */
  .environment{
    padding: 50px 0;
  }
  .environment .sec-ttl-slash {
    margin-bottom: 30px;
  }
  .environment .lead-txt{
    margin-bottom: 25px;
    line-height: 2.25;
  }
  .environment .environment-list li + li{
    margin-top: 15px;
  }
  .environment .environment-list li a::before{
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .environment .environment-list li a::after{
    bottom: 28px;
    right: 30px;
    width: 4.5px;
    height: 4.5px;
  }
  .environment .environment-list li .e-txtwrap{
    padding: 25px 105px 35px 25px;
  }
  .environment .environment-list li .e-txtwrap .environment-list__ttl{
    margin-bottom: 10px;
    font-size: 20px;
  }

  /* thought */
  .thought{
    padding: 50px 0;
  }
  .thought .sec-ttl-slash {
    margin-bottom: 30px;
  }
  .thought .lead-txt{
    margin-bottom: 5px;
    line-height: 2.25;
  }
  .thought .readmore-btn01{
    margin-bottom: 30px;
  }
  .thought .thought-list li + li{
    margin-top: 15px;
  }
  .thought .thought-list li a::before{
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .thought .thought-list li a::after{
    bottom: 29px;
    right: 29px;
    width: 4.5px;
    height: 4.5px;
  }
  .thought .thought-list li .t-txtwrap {
    padding: 25px 60px 35px 25px;
  }
  .thought .thought-list li .t-txtwrap .thought-list__ttl{
    font-size: 20px;
  }

  /* technology */
  .technology{
    padding: 50px 0;
  }
  .technology .sec-ttl-slash{
    margin-bottom: 30px;
  }
  .technology .technology-list li + li{
    margin-top: 15px;
  }
  .technology .technology-list li a::before{
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .technology .technology-list li a::after{
    bottom: 29px;
    right: 29px;
    width: 4.5px;
    height: 4.5px;
  }
  .technology .technology-list li .t-txtwrap {
    padding: 25px 60px 35px 25px;
}
  .technology .technology-list li .t-txtwrap .technology-list__ttl{
    margin-bottom: 10px;
    font-size: 20px;
  }

  /* info */
  .info{
    padding-bottom: 100px;
  }
  .info .info-box{
    padding: 100px 0;
    background: url(../images/bg-recruit-info-sp.jpg) center/cover no-repeat;
  }
  .info .info-box .info-ttl{
    margin-bottom: 20px;
  }
  .info .info-box .info-txt {
    line-height: 2.25;
  }
  .info .info-box .info-ttl .font-racing{
    font-size: 12px;
  }
  .info .info-box .info-ttl .jp{
    font-size: 28px;
  }
  .info .info-box .readmore-btn02{
    margin-top: 30px;
  }
  .info .info-list li{
    width: 47.5%;
    margin-right: 5%;
  }
  .info .info-list li:nth-child(2n){
    margin-right: 0;
  }
  .info .info-list li:nth-child(n+3){
    margin-top: 5%;
  }
  .info .info-list li .info-list__ttl{
    padding: 12px 32px 12px 10px;
    font-size: 14px;
  }
  .info .info-list li .info-list__ttl::before{
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
  }
  .info .info-list li .info-list__ttl::after {
    top: 50%;
    right: 24px;
    width: 3px;
    height: 3px;
  }
}

@media screen and (max-width: 350px){
  .mv .news-box .news-list-box .news-list li a{
    font-size: 12px;
  }
}