﻿@charset "utf-8";
/* CSS Document */

body{
    margin:0;
    color:#313131;
}

img{
    outline:none;
    border-style:none;
}

a{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p{
    margin-bottom:20px;
}

/*****HEADER*****/
header{
    width:90%;
    margin-left: 5%;
    z-index:102;
}
h1{
    font-size:40px;
}
h2{
    font-size:20px;
}
h3{
    font-size:18px;
}
.title{
    font-size:120%;
    color:#313131;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #313131;
    border-radius: 5px;
    letter-spacing: 3px;
    font-weight:400;
    float: left;
}
.clear{
    clear:both;
}

header p{
    font-size:100%;
    color:#313131;
    float: left;
}

.scrollBkColor{
    background-color: #ffffff;
}

.topMsg{
    position:absolute;
    top      : 20%;
    right    : 85%;
    bottom   : 80%;
    left     : 15%;
    width    : 100%;
    font-size: 4.5vw;
    letter-spacing:5px;
    z-index  : 100;
}

.img_topMsg{
    position:absolute;
    top      : 23%;
    right    : 42%;
    bottom   : 77%;
    left     : 58%;
    width    : 30%;
    z-index  : 99;
}

/*****ARTICLE*****/
article{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.info{
  width:50%;
  margin:0 auto;
  text-align: center;
}
.about, .strategy, .outline{
    width:60%;
    margin: 0 auto;
    text-align:center;
}
.main{
    position: relative;
    padding-top:10px;
    text-align:center;
    color:white;
}
.main-inner{
    text-align:left;
}
.cls_company{
    margin-left:20px;
    left     : 0%;
    right    : 100%;
    width:60%;
    height:400px;

 background-color: rgba(11,170,128,0.95);
  border-radius: 5%;
  color: #fff;
  text-align: center;


    
}
.cls_vision{
    position: absolute;
    top: 320px;
    left: 39%;
    right: 60%;
    width:60%;
    height:400px;

  background-color: rgba(194,34,34,0.95);
  border-radius: 4%;
  color: #fff;

   
}
.cls_strategy{
    position: absolute;
    top: 640px;
    left: 1.1%;
    right: 100%;
    width:60%;
    height:350px;
    background-color: rgba(11,170,128,0.95);

border-radius: 10%;
  color: #fff;




}
.saiyou img, .requirementsImg img{
  width:100%;
  height:auto;
  padding-top:46px;
}
.entryform img{
  width:100%;
  height:auto;
}
.requirements{
    max-width: 968px;
    width:90%;
    margin: 0 auto;
    text-align:center;
    font-family: "A1明朝";
}
.requirements-title{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.entry-title{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    border-left:1px solid #d3d3d3;
}
.requirements-body{
  font-size:16px;
  text-align:center;
  font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-weight: bold;
}
.requirements-title>dd {
    -ms-flex-preferred-size: 74.33333%;
    flex-basis: 74.33333%;
    font-size: 14px;
    line-height: 1.6875em;
    letter-spacing: .1em;
    color: #333;
    border-top: 1px solid #d3d3d3;
}
.entry-title>dd {
    -ms-flex-preferred-size: 74.33333%;
    flex-basis: 74.33333%;
    font-size: 14px;
    line-height: 1.6875em;
    letter-spacing: .1em;
    color: #333;
}
.requirements-title>dt {
    border-top: 3px solid red;
}

.entry-title>dt {
    background-color:#fafafa;
    border-right:1px solid #d3d3d3;
}

.about-block, .about-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
}

.about-block, .about-info>dd {
    -ms-flex-preferred-size: 74.33333%;
    flex-basis: 74.33333%;
    font-size: 16px;
    line-height: 1.6875em;
    letter-spacing: .1em;
    color: #333;
}
.message, .contact{
    margin: 0 auto;
    text-align:center;
}
.messageColor{
    color: rgba(1,160,108,0.9);
}
.philosophyColor{
    color: rgba(174,14,14,0.9);
}
.flexparent {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.childrenTitle {
  width: 35%;
  margin: 5px;
  text-align: center;
}
.childrenBody {
  width: 55%;
  margin: 5px;
  text-align: center;
}

dl {
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.fw-b {
    font-weight: 700;
    padding-top:3px;
}

.reqdtstyle {
    width:30%;
    padding-top:15px;
    padding-bottom:15px;
}
.reqddstyle {
    padding-top:15px;
    padding-bottom:15px;
}
.entrydtstyle {
    width:30%;
    padding:15px 10px 15px 10px;
}
.entryddstyle {
    padding:15px 10px 15px 10px;
}

.emptybox {
    height:550px;
}

.font-shadow {
    text-shadow: 2px 2px 0 rgba(0,0,0,.3);
    font-size:28px;
}

.content_Contact {
  font-size: 16px;
  width:80%;
  margin: 0 auto;
}

.childrenTitle_Contact {
  font-size: 20px;
  width: 300px;
  text-align: left;
  margin-left: auto;
}

.childrenBody_Contact {
  width: 600px;
  margin: 0;
  margin-right: auto;
}

.childrenBody_Contact{
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    width:600px;
}

.childrenBody_Contact input, .childrenBody_Contact textarea {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    width:600px;
}

.childrenBody_Contact select {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.childrenBody_Contact input[type="radio"]{
    width:auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.back_Entry {
    width:90%;
    max-width: 1200px;
    margin:auto;
    
}
.flexparent_Entry {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
    margin-right:15%;
    padding-top:15px;
    padding-bottom:15px;
}
.childrenTitle_Entry {
    font-size: 16px;
    width: 180px;
    text-align: right;
    margin-left: auto;
    margin-right:10%;
    background-color:#EFEFEF;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
}

.childrenBody_Entry {
    width: 200px;
    margin: 0;
    margin-right: auto;
    display:inline;
}

.childrenBody_Entry{
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: left;
    width:350px;
}

.childrenBody_Entry input, .childrenBody_Entry textarea {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.childrenBody_Entry select {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding:5px;
}
.childrenBody_Entry input[type="radio"]{
    width:auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.inputS {
    width:20%;
    min-width:100px;
}
.inputM {
    width:50%;
    min-width:200px;
}
.inputL {
    width:80%;
    min-width:200px;
}

.button {
  padding-bottom:40px;
}

button.contactButton {
  width:200px;
  height:30px;
}
button.entryButton {
  width:200px;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:8px 0 8px;
  color:#fff;
  background-color:rgb(11, 219, 146);
  border-radius:15px;
  margin: 0 auto;
}

input[type="text"].inp_error,
input[type="number"].inp_error,
input[type="tel"].inp_error,
input[type="email"].inp_error,
textarea.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

span.error_m {
    font-size: 18px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}

span.error_m_entry {
    font-size: 18px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}

/*****RECRUIT*****/

/*  共通  */
#recruit{
  font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

.container-center{
  width:100%;
  display:flex;
  justify-content:center;                /* 中央寄せ */
}

.span-recruit, .span-entry{
  display:inline-block;                  /* 指定した文字列が途中で改行されないようにする */
}

.center-style{
  text-align:center;
}

.padding-bottom{
  padding-bottom:100px;
}

.padding-bottom-under650{
  padding-bottom:0;
}

/*  応募ボタン  */
.oubo-btn-bg{
  width:100%;
  bottom:0;                              /* 画面の一番下に表示 */
  z-index:999;                           /* プライオリティを最前に設定 */
  position:fixed;                        /* 最前面に表示するために必要 */
  background-color:rgba(22,71,112,.8);
}

.oubo-btn-style{
  color:white;
  font-size:30px;
  background:#00D393;
  margin:10px;
  padding:5px 50px;
  border-radius:25px;                    /* ボタンの角を丸く表示 */
  display:inline-block;                  /* 背景帯の中央にボタン表示 */
}

.oubo-btn-style:hover{
  text-decoration:none;
}

/*  採用情報TOP  */
.recruit-img{
  width:auto;
  height:111%;
  position:relative;
  left:50%;
  top:75%;
  transform:translate(-50%, -50%);
  object-fit:cover;                      /* 画像のトリミング */
}

.container-space-order{
  width:100%;
  display:flex;
  justify-content:space-around;          /* 左右余白 ＋ 均等割り */
}

.flex-recruit{
  width:800px;
  height:400px;
}

.recruit1{
  padding-left:15%;
  padding-top:120px;
  padding-right:30px;
  padding-bottom:70px;
}

.recruit2{
  padding-right:10%;
}

.recruit-title{
  font-size:50px;
  font-weight:bold;
}

.recruit-point{
  font-size:30px;
  font-weight:bold;
}

.recruit-body{
  font-size:17px;
  font-weight:bold;
  padding-top:40px;
}

/*  事業紹介  */
.zigyou-style{
  color:white;
  font-weight:bold;
  background:#1B1912;
}

.zigyou-img{
  width:auto;
  height:131%;
  position:relative;
  left:40%;
  top:50%;
  transform:translate(-50%, -50%);
  object-fit:cover;
}

.zigyou-icon-img{
  width:60px;
  padding-top:30px;
  padding-left:20px;
}

.container-space-reverse{
  width:100%;
  display:flex;
  justify-content:space-around;          /* 左右余白 ＋ 均等割り */
}

.flex-zigyou{
  width:800px;
  height:400px;
}

.flex-zigyou-table{
  width:500px;
  height:300px;
}

.zigyou1{
  padding-left:15%;
  padding-top:120px;
  padding-right:30px;
}

.zigyou2{
  padding-top:130px;
  padding-right:80px;
  padding-bottom:100px;
}

.zigyou-title{
  font-size:50px;
}

.zigyou-subtitle{
  font-size:22px;
  text-align:left;
  padding-top:30px;
  padding-left:120px;
}

.zigyou-point{
  font-size:30px;
}

.zigyou-body1{
  font-size:17px;
  padding-top:40px;
}

.zigyou-body2{
  font-size:17px;
  padding-left:120px;
}

.flex-zigyou{
  width:500px;
  height:300px;
}

.zigyou-left{
  margin-left:50px;
  margin-right:50px;
}

.zigyou-right{
  margin-right:50px;
}

.line-top{
  top:0;
  left:0;
  right:0;
  width:100%;
  height:1px;
  margin:0 auto;
  background-image:-webkit-linear-gradient(left, transparent, #FFF 25%, #FFF 75%, transparent);
  background-image:linear-gradient(to right, transparent, #FFF 25%, #FFF 75%, transparent);
}

/*  経営  */
.keiei-style{
  color:black;
  font-weight:bold;
  background-image:linear-gradient(40deg, #FCFEFE 0%, #EAEAEA 80%);
}

.keiei-img{
  width:350px;
  height:250px;
  margin-left:6%;
  box-shadow:10px 10px 10px 0px rgba(0,0,0,0.8);
  object-fit:cover;
}

.keiei-title{
  display: flex;
  font-size:40px;
  padding-top:70px;
  align-items: center;
  justify-content: center;
}

.keiei-title:before,
.keiei-title::after{ 
  content: "";
  height:1px;
  flex-grow: 0.2;
  background-color:black;
}

.keiei-title:before {
  margin-right: 1rem;
  background: linear-gradient(-90deg, black, transparent);
}

.keiei-title:after {
  margin-left: 1rem;
  background: linear-gradient(90deg, black, transparent);
}

.keiei-subtitle{
  font-size:27px;
  margin-left:500px;
}

.keiei-point{
  font-size:30px;
}

.keiei-body1{
  font-size:17px;
  padding-top:40px;
  padding-bottom:30px;
}

.keiei-body2{
  color:white;
  height:160px;
  font-size:20px;
  margin-left:260px;
  margin-right:60px;
  padding-top:40px;
}

.keiei-body-style{        
  margin-left:220px;
  box-shadow:10px 10px 10px 0px rgba(0,0,0,0.3);
  background:#1f3134;
}

/* 1文字目の色とサイズを変更 */
.keiei-subtitle:first-letter {  
  font-size:50px;
  color: #7172ac;
}

.container-keiei{
  width: 100%;
  justify-content:center;
}

.flex-keiei{
  width:100%;
  height:380px;
}

.flex-keiei-table{
  width:100%;
  height:350px;
}

/*  福利厚生  */
.hukuri-style{
  color:white;
  font-weight:bold;
  background-image: linear-gradient(15deg, #38C9C1 0%, #029FB5 80%);
}

.hukuri-img{
  width:50px;
}

.hukuri-title{
  display: flex;
  font-size:50px;
  padding-top:50px;
  align-items: center;
  justify-content: center;
}

.hukuri-title:before,
.hukuri-title::after{ 
  content: "";
  height:1px;
  flex-grow: 0.2;
  background-color:white;
}

.hukuri-title:before {
  margin-right: 1rem;
  background: linear-gradient(-90deg, white, transparent);
}

.hukuri-title:after {
  margin-left: 1rem;
  background: linear-gradient(90deg, white, transparent);
}

.subtitle-hukuri{
  color:black;
  font-size:23px;
  background:linear-gradient(transparent 95%, #FCDA31 0%); /* 下線 */
  display:inline-block;                                    /* 下線を文字と同じ幅に指定 */
}

.hukuri-point{
  font-size:30px;
}

.hukuri-body1{
  font-size:17px;
  padding-top:40px;
  padding-bottom:50px;
}

.hukuri-body2{
  color:black;
  font-size:17px;
  text-align:left;
  margin-top:20px;
}

.container-hukuri{
  width: 100%;
  justify-content:center;
}

.flex-hukuri{
  width:400px;
  height:280px;
}

.hukuri-left{
  padding:20px;
  background:#FFF;
  margin-left:50px;
  margin-right:20px;
  margin-bottom:20px;
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
}

.hukuri-right{
  padding:20px;
  background:#FFF;
  margin-right:50px;
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
}

/*  社員紹介  */
.syain-style{
  color:black;
  font-weight:bold;
  background:#F1FC97;
}

.container-center-syain{
  width:100%;
  display:flex;
  justify-content:center;                /* 中央寄せ */
}

.syain-center{
  width:70%;
  display:flex;
  justify-content:center;                /* 中央寄せ */
  margin:auto;
}

.umeda-img{
  width:90%;
  height:auto;
}

.kitagawa-img{
  width:90%;
  height:auto;
}

.syain-title{
  display: flex;
  font-size:50px;
  padding-top:20px;
  align-items: center;
  justify-content: center;
}

.syain-title:before,
.syain-title::after{ 
  content: "";
  height:1px;
  flex-grow: 0.2;
  background-color:black;
}

.syain-title:before {
  margin-right: 1rem;
  background: linear-gradient(-90deg, black, transparent);
}

.syain-title:after {
  margin-left: 1rem;
  background: linear-gradient(90deg, black, transparent);
}

.syain-subtitle-daihyou{
  color:white;
  text-align:center;
  background:#008B8B;
  padding:5px;
}

.syain-subtitle-ITsolution{
  color:white;
  text-align:center;
  background:#4169E1;
  padding:5px;
}

.syain-point{
  font-size:30px;
  padding-bottom:50px;
}

.syain-body{
  font-size:15px;
  text-align:center;
}

.syain-name{
  font-size:20px;
}

.link-syain{
  color:#000;
  text-decoration:none;
  cursor:pointer;
}

.link-syain:hover{
  text-decoration:none;
  color:black;
}

.link-syain:hover img{
  opecity:0.4;
  filter:alpha(opacity=40);
  -ms-filter:"alpha( opacity=40 )";
}

.container-syain{
  width: 100%;
  justify-content:center;
}

.flex-syain{
  width:90%;
  height:90%;
  margin:0 auto;
  justify-content: center;
}

.syain-left{
  background:#FFF;
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
}


.syain-right{
  padding:20px;
  background:#FFF;
  box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
}

.syain-right-margin{
  margin-left:50px;
  margin-right:50px;
}

.syain-left:hover{
  background-color:#F5F5DC;
}

.syain-right:hover{
  background-color:#F5F5DC;
}

.pc { display: block !important; }
.sp { display: none !important; }

/*****SYAINSYOUKAI*****/

/*  共通  */
#syainsyoukai{
  font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  background:#E6E6FA;
}

.syainsyoukaiImg01{
  width:100%;
  height:auto;
  overflow:hidden;
}

.syainsyoukaiImg01-in{
  overflow:hidden;
  position:relative;
  margin: 0 auto;
  max-width: fit-content;
}

.syainsyoukaiImg{
  width:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.syainsyoukai-title{
  box-sizing:border-box;
  position:relative;
  text-align:center;
  background-color:rgba(240,250,250,.9);
  margin:-3.33333% 20% 5%;
  padding:5.55556% 40px;
}

.syainsyoukai-title-row01{
  padding-bottom:10px;
}

.syainsyoukai-title-row02{
  padding-bottom:10px;
}

.syainsyoukai-title-row03{
  font-size:20px;
}

.section1{
  position:relative;
  background:#FFF;
  padding:6.66667% 0;
  margin:0 3.33333% 5.55556%;
}

.section1-title{
  margin-top:0;
  line-height:2;
  text-align:center;
  margin-bottom:4.1667%;
  font-weight:bold;
  font-size:20px;
}

.section1-text{
  margin:2.15385em 17.85714% 0;
}

.section2{
  overflow:hidden;
  position:relative;
  margin-bottom:5.55556%;
}

.syainsyoukaiImg02{
  width:100%;
  display:block;
}

.syainsyoukaiImg02-in{
  float:left;
  margin-left:6.66667%;
  width:43.33333%;
  position:relative;
  z-index:2;
}

.section2-text-area{
  margin-top:4.44444%;
  margin-left:-4.33333%;
  margin-right:6.66667%;
  width:46.66667%;
  position:relative;
  z-index:4;
  float:right;
  background-color:rgba(255,255,255,.9);
}

.section2-text{
  padding:14.28571%;
  position:relative;
}

.section2-title{
  margin-top:0;
  margin-bottom:25px;
  line-height:2.05;
  font-size:1.25rem;
}

.section3{
  overflow:hidden;
  position:relative;
  margin-bottom:5.55556%;
}

.syainsyoukaiImg03{
  width:100%;
  display:block;
}

.syainsyoukaiImg03-in{
  float:right;
  margin-right:6.66667%;
  width:43.33333%;
  position:relative;
  z-index:2;
}

.section3-text-area{
  margin-top:4.44444%;
  margin-right:-4.33333%;
  margin-left:6.66667%;
  width:46.66667%;
  position:relative;
  z-index:4;
  float:left;
  background-color:rgba(255,255,255,.9);
}

.section3-text{
  padding:14.28571%;
  position:relative;
}

.section3-title{
  margin-top:0;
  margin-bottom:25px;
  line-height:2.05;
  font-size:1.25rem;
}

.section4{
  overflow:hidden;
  position:relative;
}

.syainsyoukaiImg04{
  width:100%;
  display:block;
}

.syainsyoukaiImg04-in{
  float:left;
  margin-left:6.66667%;
  width:43.33333%;
  position:relative;
  z-index:2;
}

.section4-text-area{
  margin-top:4.44444%;
  margin-left:-4.33333%;
  margin-right:6.66667%;
  width:46.66667%;
  position:relative;
  z-index:4;
  float:right;
  background-color:rgba(255,255,255,.9);
}

.section4-text{
  padding:14.28571%;
  position:relative;
}

.section4-title{
  margin-top:0;
  margin-bottom:25px;
  line-height:2.05;
  font-size:1.25rem;
}

.section5{
  background:#FFF;
}

.section5-title{
  margin-top:25px;
  margin-bottom:25px;
  padding-top:100px;
  line-height:2.05;
  font-size:1.5rem;
  text-align:center;
}

.section5-inner{
  max-width:132rem;
  padding:0 6rem;
  position:relative;
  margin: 0 auto;
}

.section5-remarks{
  padding-top:20px;
  position:relative;
  float:right;
  font-size:1.1rem;
}

.section5-img{
  width:300px;
  height:200px;
}

.section5-staff{
  background:#FFF;
  display:flex;
  padding:2.5% 0;
  flex-direction:row;
  justify-content:space-evenly;
  text-align:center
}

.section5-staff-in{
  padding: 7px;
}

.section5-subtitle-row01{
  font-weight:bold;
  font-size:1.3rem;
  text-align:center;
}

.section5-subtitle-row02{
  font-size:1.2rem;
  text-align:center;
}

.section5-subtitle-row03{
  font-size:1.0rem;
  text-align:center;
}

.section5-subtitle-row04{
  margin-top:10px;
  font-size:1.0rem;
  text-align:center;
  font-weight:bold;
}

.section5-subtitle-row04:hover{
  color:#3056D6;
}

.twitter_warp{
  margin: 0 auto;
  width: 80%;
  max-width: 800px;
  height: 250px;
}

.twitter_warp iframe{
  width:100% !important;
  height:100% !important;
}


/*****MEDIA*****/
@media (max-width: 968px)
{
  .pc { display: none !important; }
  .sp { display: block !important; }

  .info{
    width:60%;
    margin:0 auto;
    text-align: center;
  }

  .text br {
      display: none;
  }
  h1{
      font-size:36px;
  }
  h2{
      font-size:18px;
  }
  h3{
      font-size:16px;
  }
  .font-shadow {
      font-size:24px;
  }
  .childrenTitle {
    width: 90%;
    margin: 0;
    text-align: center;
    margin: 0 auto;
  }
  .childrenBody {
    width: 90%;
    margin: 0;
    text-align: center;
    margin: 0 auto;
  }
  .orderTitle {
    order: 1;
  }
  .orderBody {
    order: 2;
  }
  .flexparent {
    justify-content: normal;
    align-items: normal;
    display: flex;
    flex-wrap: wrap;
  }

  .childrenTitle_Contact {
    width: 82%;
    margin: 0 auto;
  }
  .childrenBody_Contact {
    width: 90%;
    margin: 0 auto;
  }

  .childrenBody_Contact input, .childrenBody_Contact textarea {
    width: 90%;
    margin: 0 auto;
  }

/*****RECRUIT*****/

  /*  共通  */
  .padding-bottom{
    padding-bottom:50px;
  }

  /*  採用情報TOP  */
  .recruit-img{
    top:50%;
    left:50%;
    width:101%;
    height:auto;
    position:relative;
    transform:translate(-50%, 8.5%);
  }

  .container-space-order{
    flex-direction: column-reverse;
    text-align:center;
  }

  .flex-recruit{
    width:100%;
    height:auto;
  }

  .recruit1{
    padding-left:0;
    padding-right:0;
    padding-top:60px;
    padding-bottom:0;
  }

  .recruit2{
    padding-right:0;
  }

  .recruit-title{
    display: flex;
    font-size:40px;
    align-items: center;
    justify-content: center;
    padding-top:20px;
  }

  .recruit-title:before,
  .recruit-title::after{ 
    content: "";
    height:1px;
    flex-grow: 0.2;
    background-color:black;
  }

  .recruit-title:before {
    margin-right: 1rem;
    background: linear-gradient(-90deg, black, transparent);
  }

  .recruit-title:after {
    margin-left: 1rem;
    background: linear-gradient(90deg, black, transparent);
  }

  .recruit-point{
    font-size:25px;
  }

  .recruit-body{
    font-size:17px;
    padding-top:25px;
    padding-bottom:50px;
    font-weight:normal;
  }

  /*  事業紹介  */
  .zigyou-img{
    top:50%;
    left:50%;
    width:101%;
    height:auto;
    position:relative;
    transform:translate(-50%, 0%);
  }

  .zigyou-icon-img{
    width:50px;
    padding-top:25px;
    padding-left:25px;
  }

  .container-space-reverse{
    flex-direction: column;
  }

  .flex-zigyou{
    width:100%;
    height:auto;
  }

  .flex-zigyou-table{
    width:100%;
    height:250px;
  }

  .zigyou1{
    padding-top:0;
    padding-left:0;
    padding-right:0; 
  }

  .zigyou2{
    padding-top:20px;
    padding-right:0;
    padding-bottom:60px;
  }

  .zigyou-title{
    display: flex;
    font-size:40px;
    text-align:center;
    align-items: center;
    justify-content: center;
  }

  .zigyou-subtitle{
    font-size:18px;
    padding-left:100px;
  }

  .zigyou-title:before,
  .zigyou-title::after{ 
    content: "";
    height:1px;
    flex-grow: 0.2;
    background-color:white;
  }

  .zigyou-title:before {
    margin-right: 1rem;
    background: linear-gradient(-90deg, white, transparent);
  }

  .zigyou-title:after {
    margin-left: 1rem;
    background: linear-gradient(90deg, white, transparent);
  }

  .zigyou-point{
    font-size:25px;
    text-align:center;
  }

  .zigyou-body1{
    font-size:17px;
    padding-top:25px;
    text-align:center;
    font-weight:normal;
  }

  .zigyou-body2{
    font-size:14px;
    font-weight:normal;
    padding-left:100px;
  }

  /*  経営  */
  .keiei-img{
    width:280px;
    height:200px;
    margin-left:5%;
  }
  .keiei-title{
    font-size:35px;
    padding-top:30px;
  }

  .keiei-subtitle{
    font-size:25px;
    margin-left: 360px;
  }

  .keiei-point{
    font-size:25px;
  }

  .keiei-body1{
    font-size:17px;
    padding-top:25px;
    padding-bottom:0;
    font-weight:normal;
  }

  .keiei-body2{
    height:130px;
    font-size:17px;
    font-weight:normal;
    margin-left:200px;
    margin-right:80px;
    padding-top: 30px;
  }

  .keiei-body-style{        
    margin-top:10px;
    margin-left:150px;
  }

  .keiei-subtitle:first-letter {  
    font-size:40px;
  }

  .flex-keiei{
    height:300px;
  }

  .flex-keiei-table{
    height:280px;
  }

  /*  福利厚生  */
  .hukuri-img{
    width:45px;
  }

  .hukuri-title{
    font-size:40px;
    padding-top:30px;
  }

  .subtitle-hukuri{
    font-size:20px;
  }

  .hukuri-point{
    font-size:25px;
  }

  .hukuri-body1{
    font-size:17px;
    padding-top:25px;
    padding-bottom:40px;
    font-weight:normal;
  }

  .hukuri-body2{
    font-size:15px;
    margin-top:15px;
    font-weight:normal;
  }

  .flex-hukuri{
    width:100%;
    height:260px;
  }

  .hukuri-left {
    margin-left: 80px;
  }

  .hukuri-right {
    margin-right: 80px;
  }


  /*  社員紹介  */
  .syain-title{
    font-size:45px;
    padding-top:20px;
  }

  .syain-point{
    font-size:25px;
    padding-bottom:40px;
  }

  .syain-body{
    font-size:14px;
    text-align: center;
  }

  .flex-syain{
    width:90%;
    height: 90%;
    margin:0 auto;
    justify-content: center;
  }


  .syain-center{
    width:75%;
    display:flex;
    justify-content:center;                /* 中央寄せ */
    margin:auto;
  }

  .syain-left {
    background:#FFF;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
  }

  .syain-subtitle-daihyou{
    color:white;
    text-align:center;
    background:#008B8B;
    padding:5px;
  }

  .syain-subtitle-ITsolution{
    color:white;
    text-align:center;
    background:#4169E1;
    padding:5px;
  }

  .twitter_warp{
    margin: 0 auto;
    width: 85%;
    max-width: 800px;
    height: 250px;
  }

}

@media (max-width: 800px)
{
  .info{
    width:70%;
    margin:0 auto;
    text-align: center;
  }

  .cls_company{
    height:400px;
  }
  .cls_vision{
    top: 350px;
    height:400px;
  }
  .cls_strategy{
    top: 700px;
    height:400px;
  }
  .emptybox{
    height:680px;
  }

/*****RECRUIT*****/

  /*  共通  */
  .padding-bottom{
    padding-bottom:20px;
  }

  /*  採用情報TOP  */
  .recruit-img{
    transform:translate(-50%, 11.5%);
  }


  .recruit1{
    padding-top:40px;
  }

  .recruit-title{
    font-size:35px;
    padding-top:20px;
  }

  .recruit-point{
    font-size:24px;
  }

  .recruit-body{
    font-size:17px;
    padding-top:23px;
    padding-bottom:40px;
  }

  /*  事業紹介  */
  .zigyou-icon-img{
    width:45px;
    padding-left:0;
  }

  .flex-zigyou-table{
    height:310px;
  }

  .zigyou-title{
    font-size:35px;
    padding-top:20px;
  }

  .zigyou-subtitle {
    padding-left:60px;
  }

  .zigyou-point{
    font-size:24px;
  }

  .zigyou-body1{
    font-size:17px;
    padding-top:20px;
  }

  .zigyou-body2{
    font-size:15px;
    padding-left:60px;
  }

  .zigyou2 {
    padding-top:0;
    padding-bottom:40px;
  }

  .flex-zigyou-table {
    height:280px;
  }

  /*  経営  */
  .keiei-img {
    width:250px;
    height:170px;
  }

  .keiei-title{
    font-size:35px;
    padding-top: 20px;
  }

  .keiei-subtitle {
    margin-left:315px;
  }

  .keiei-point{
    font-size:24px;
  }

  .keiei-body1{
    font-size:17px;
    padding-top:23px;
  }

  .keiei-body2{
    height:120px;
    font-size:15px;
    margin-left:190px;
    margin-right:50px;
    padding-top:20px;
  }

  .keiei-body-style {
    margin-left:120px;
  }

  .keiei-subtitle:first-letter {  
    font-size:35px;
  }

  .flex-keiei {
    height:290px;
  }

  .flex-keiei-table {
    height:270px;
  }

  /*  福利厚生  */
  .hukuri-title{
    font-size:35px;
  }

  .subtitle-hukuri {
    font-size:19px;
  }

  .hukuri-point{
    font-size:24px;
  }

  .hukuri-body1{
    font-size:17px;
    padding-top:23px;
  }

  .hukuri-body2{
    font-size:14px;
  }

  .flex-hukuri{
    height:250px;
  }

  /*  社員紹介  */
  .syain-title{
    font-size:35px;
  }

  .syain-point{
    font-size:24px;
  }

  .syain-body{
    font-size:13px;
    text-align: center;
  }

  .syain-name {
    font-size:18px;
  }

  .flex-syain{
    width:90%;
    height:90%;
    margin:0 auto;
    justify-content: center;
  }



  .syain-center{
    width:80%;
    display:flex;
    justify-content:center;                /* 中央寄せ */
    margin:auto;
  }

  .syain-subtitle-daihyou {
    color:white;
    text-align:center;
    background:#008B8B;
    padding:5px;
  }

  .syain-subtitle-ITsolution {
    color:white;
    text-align:center;
    background:#4169E1;
    padding:5px;
  }

  .requirements-body{
    font-size:14px;
    text-align:center;
    font-family:'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    font-weight: bold;
  }

/*****SYAINSYOUKAI*****/
  .syainsyoukaiImg02-in{
  margin-left:0;
  width:100%;
  }

  .syainsyoukaiImg03-in{
  margin-right:0;
  width:100%;
  }

  .syainsyoukaiImg04-in{
  margin-left:0;
  width:100%;
  }

  .section2 {
    padding: 0;
    margin: 0 3.33333% 5.55556%;
  }

  .section3 {
    padding: 0;
    margin: 0 3.33333% 5.55556%;
  }

  .section4 {
    padding: 0;
    margin: 0 3.33333% 5.55556%;
  }

  .section2-title {
    margin-top: 0;
    line-height: 2;
    text-align: center;
    margin-bottom: 4.1667%;
    font-weight: bold;
    font-size: 20px;
  }

  .section3-title {
    margin-top: 0;
    line-height: 2;
    text-align: center;
    margin-bottom: 4.1667%;
    font-weight: bold;
    font-size: 20px;
  }

  .section4-title {
    margin-top: 0;
    line-height: 2;
    text-align: center;
    margin-bottom: 4.1667%;
    font-weight: bold;
    font-size: 20px;
  }

  .section2-text {
    padding-top: 20px;
    margin: 2.15385em 2.85714% 0;
  }

  .section2-text-area {
    width: 100%;
    margin-right: 0;
  }

  .section3-text {
    padding-top: 20px;
    margin: 2.15385em 2.85714% 0;
  }

  .section3-text-area {
    width: 100%;
    margin-left: 0;
  }

  .section4-text {
    padding-top: 20px;
    margin: 2.15385em 2.85714% 0;
  }

  .section4-text-area {
    width: 100%;
    margin-right: 0;
  }

  .twitter_warp{
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
    height: 250px;
  }
}

@media (max-width: 650px)
{
  .info{
    width:80%;
    margin:0 auto;
    text-align: center;
  }

  .cls_company{
    height:450px;
  }
  .cls_vision{
    top: 400px;
    height:470px;
  }
  .cls_strategy{
    top: 820px;
    height:430px;
  }
  .emptybox{
    height:800px;
  }

/*****RECRUIT*****/

  /*  共通  */
  .padding-bottom{
    padding-bottom:25px;
  }

  /*  採用情報TOP  */
  .recruit-img{
    transform:translate(-50%, 14.5%);
  }

  .recruit1{
    padding-top:20px;
  }

  .recruit-title{
    font-size:30px;
    padding-top:30px;
  }

  .recruit-point{
    font-size:22px;
  }

  .recruit-body{
    font-size:18px;
    padding-top:18px;
    padding-bottom:25px;
  }

  /*  事業紹介  */
  .zigyou-icon-img{
    width:40px;
    padding-top:10px;
    padding-left:40%;
  }

  .flex-zigyou-table{
    height:280px;
  }

  .zigyou-title{
    font-size:30px;
    padding-top:10px;
  }

  .zigyou-subtitle{
    font-size:16px;
    padding-top:60px;
    padding-left:0px;
    text-align:center;
  }

  .zigyou-point{
    font-size:22px;
  }

  .zigyou-body1{
    font-size:18px;
    padding-top:18px;
  }

  .zigyou-body2{
    font-size:14px;
    padding-top:0;
    padding-left:0;
  }

  .zigyou2 {
    padding-bottom:30px;
  }

  .zigyou-left {
    margin-right:30px;
    margin-left: 30px;
  }

  .zigyou-right {
    margin-right:30px;
  }

  /*  経営  */
  .keiei-img {
    width: 190px;
    height: 130px;
  }

  .keiei-title{
    font-size:30px;
  }

  .keiei-subtitle{
    font-size:21px;
    margin-left:250px;
  }

  .keiei-point{
    font-size:22px;
  }

  .keiei-body1{
    font-size:18px;
    padding-top:18px;
  }

  .keiei-body2{
    height: 100px;
    font-size:13px;
    margin-left:140px;
    margin-right:20px;
  }

  .keiei-body-style {
    margin-top:0;
    margin-left:100px;
  }

  .keiei-subtitle:first-letter {  
    font-size:35px;
  }

  .flex-keiei {
    height: 280px;
  }

  .flex-keiei-table {
    height:200px;
  }

  /*  福利厚生  */
  .hukuri-title{
    font-size:30px;
    padding-top:20px;
  }

  .subtitle-hukuri{
    font-size:15px;
  }

  .hukuri-point{
    font-size:22px;
  }

  .hukuri-body1{
    font-size:18px;
    padding-top:18px;
  }

  .hukuri-body2{
    font-size:12px;
  }

  .flex-hukuri{
    height:220px;
  }

  .hukuri-left {
    margin-left:30px;
    margin-right:10px;
    margin-bottom:10px;
  }

  .hukuri-right {
    margin-right:30px;
  }

  /*  社員紹介  */
  .syain-title{
    font-size:30px;
  }

  .syain-point{
    font-size:22px;
    padding-bottom:30px;
  }

  .syain-body{
    font-size:12px;
    text-align: center;
  }

  .syain-name {
    font-size:16px;
  }

  .syain-left {
    background:#FFF;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
  }

  .syain-right {
    margin-right:30px;
  }
  
  .flex-syain{
    width:90%;
    height:90%;
    margin:0 auto;
    justify-content: center;
  }


  .syain-center{
    width:90%;
    display:flex;
    justify-content:center;                /* 中央寄せ */
    margin:auto;
  }

  .syain-subtitle-ITsolution{
    color:white;
    text-align:center;
    background:#4169E1;
    padding:5px;
    font-size: small;
  }

  .syain-subtitle-daihyou {
    color:white;
    text-align:center;
    background:#008B8B;
    padding:5px;
    font-size: small;
  }

  .padding-bottom-under650{
    padding-bottom:40px;
  }

  .entrydtstyle {
      font-size: 12px;
      width:30%;
      padding:15px 10px 15px 10px;
  }

  .childrenBody_Entry{
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.8;
      text-align: left;
      width:350px;
  }

  .childrenBody_Entry input, .childrenBody_Entry textarea {
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.8;
  }

  .childrenBody_Entry select {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.8;
      padding:5px;
  }
  .childrenBody_Entry input[type="radio"]{
      width:auto;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.8;
  }

  span.error_m_entry {
      font-size: 12px;
      font-weight: normal;
      color: #FF4040;
      display: block;
      margin: 0;
  }

  .section5-staff{
    display: inline;
  }

  .twitter_warp{
    margin: 0 auto;
    width: 95%;
    max-width: 800px;
    height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .info{
    width:90%;
    margin:0 auto;
    text-align: center;
  }

  h1{
      font-size:28px;
  }
  h2{
      font-size:16px;
  }
  h3{
      font-size:16px;
  }
  article{
    width: 100%;
  }
  .about{
    width:95%;
    margin: 0 ;
    text-align:center;
    margin: 0 auto;
  }
  .main{
    width:90%;
    margin: 0 auto;
  }
  .cls_company{
    margin-left:0px;
    width:100%;
    height:400px;
  }
  .cls_vision{
    position: absolute;
    top: 320px;
    left: 0px;
    width:100%;
    height:430px;
  }
  .cls_strategy{
    position: absolute;
    top: 680px;
    left: 0px;
    width:100%;
    height:340px;
  }
  .outline{
    width:90%;
    margin: 0;
    margin: 0 auto;
  }
  .message, .contact{
    padding-top:20px;
  }
  .emptybox{
    height:620px;
  }

/*****RECRUIT*****/

  /*  共通  */
  .padding-bottom{
    padding-bottom:20px;
  }

  /*  採用情報TOP  */
  .recruit-img{
    transform:translate(-50%, 17.5%);
  }

  .recruit1{
    padding-top:15px;
  }

  .recruit-title{
    font-size:28px;
    padding-top:40px;
  }

  .recruit-point{
    font-size:22px;
  }

  .recruit-body{
    font-size:14px;
    padding-top:10px;
  }

  .flex-recruit{
    width:100%;
    height:100%;
  }

  /*  事業紹介  */
  .zigyou-icon-img{
    width:35px;
  }

  .flex-zigyou-table{
    height:300px;
  }

  .zigyou-title{
    font-size:28px;
    padding-top:0px;
  }

  .zigyou-subtitle{
    font-size:18px;
    padding-top:50px;
  }

  .zigyou-point{
    font-size:22px;
  }

  .zigyou-body1{
    font-size:14px;
    padding-top:10px;
  }

  .zigyou-body2{
    font-size:13px;
  }

  .zigyou-left {
    margin-left:20px;
    margin-right:20px;
  }

  .zigyou-right {
    margin-right:20px;
  }

  .flex-zigyou-table {
    height:270px;
  }

  /*  経営  */
  .keiei-img {
    width:160px;
    height:120px;
    margin-top:3px;
    margin-left:1%;
  }

  .keiei-title{
    font-size:28px;
    padding-top:10px;
  }

  .keiei-subtitle{
    font-size:19px;
    padding-top:45px;
    margin-left:180px;
    margin-top:0px;
  }

  .keiei-point{
    font-size:22px;
  }

  .keiei-body1{
    font-size:14px;
    padding-top:10px;
  }

  .keiei-body2{
    height:80px;
    font-size:13px;
    padding-top:35px;
    margin-left:25px;
    margin-right:20px;
    margin-top:0px;
  }

  .keiei-body-style {
    margin-top:13px;
    margin-left:50px;
  }

  .keiei-subtitle:first-letter {  
    font-size:28px;
  }

  .flex-keiei{
    height:220px;
  }

  .flex-keiei-table {
    height:240px;
  }

  /*  福利厚生  */
  .hukuri-img {
    width:40px;
  }

  .hukuri-title{
    font-size:28px;
  }

  .subtitle-hukuri{
    font-size:15px;
  }

  .hukuri-point{
    font-size:22px;
  }

  .hukuri-body1{
    font-size:14px;
  }

  .hukuri-body2{
    font-size:13px;
  }

  .flex-hukuri{
    height:250px;
  }

  .hukuri-left {
    padding:10px;
    margin-left:10px;
  }

  .hukuri-right {
    padding:10px;
    margin-right:10px;
  }

  /*  社員紹介  */
  .syain-title{
    font-size:28px;
  }

  .syain-point{
    font-size:22px;
    padding-bottom:20px;
  }

  .syain-body{
    font-size:12px;
    text-align: center;
  }

  .syain-name {
    font-size:14px;
  }

  .flex-syain{
    width:90%;
    height:90%;
    margin:0 auto;
    justify-content: center;
  }

  .syain-left {
    background:#FFF;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
  }

  .syain-right {
    padding:15px;
    margin-right:10px;
  }
  
  .mobile_br_req {
    display: none;
  }
  
  .requirements-body{
    padding-left:20px;
    padding-right:20px;
  }

  .twitter_warp{
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    height: 250px;
  }
}
@media (max-width: 400px)
{
  .info{
    width:90%;
    margin:0 auto;
    text-align: center;
  }

  .topMsg{
    top      : 20%;
    right    : 90%;
    bottom   : 80%;
    left     : 10%;
    font-size: 6.5vw;
  }
  
  .img_topMsg{
    position:absolute;
    top      : 35%;
    right    : 36%;
    bottom   : 65%;
    left     : 64%;
    width    : 30%;
    z-index  : 99;
  }

/*****RECRUIT*****/

  /*  共通  */
  .padding-bottom{
    padding-bottom:20px;
  }

  /*  採用情報TOP  */
  .recruit-img{
    transform:translate(-50%, 21.5%);
  }

  .recruit1{
    padding-top:10px;
  }

  .recruit-title{
    font-size:23px;
    padding-top:40px;
  }

  .recruit-point{
    font-size:18px;
  }

  .recruit-body{
    font-size:12px;
  }

  /*  事業紹介  */
  .zigyou-icon-img{
    width:30px;
    padding-top:5px;
  }

  .flex-zigyou-table{
    height:260px;
  }

  .zigyou-title{
    font-size:23px;
    padding-top:5px;
  }

  .zigyou-subtitle{
    font-size:14px;
    padding-top:38px;
  }

  .zigyou-point{
    font-size:18px;
  }

  .zigyou-body1{
    font-size:12px;
  }

  .zigyou-body2{
    font-size:11px;
    padding-left:0px;
  }

  .zigyou2 {
    padding-bottom:20px;
  }

  .zigyou-left {
    margin-left:10px;
    margin-right:10px;
  }

  .zigyou-right {
    margin-right:10px;
  }

  .flex-zigyou-table {
    height:225px;
  }

  /*  経営  */
  .keiei-img{
    width: 150px;
    height: 110px;
    margin-top: 3px;
    margin-left: 1%;
  }

  .keiei-title{
    font-size:23px;
  }

  .keiei-subtitle{
    font-size: 16px;
    padding-top: 60px;
    margin-left: 170px;

  }

  .keiei-point{
    font-size:18px;
  }

  .keiei-body1{
    font-size:12px;
  }

  .keiei-body2{
    height: 80px;
    font-size: 13px;
    padding-top: 30px;
    margin-left: 20px;
    margin-right: 20px;

}

  .keiei-body-style{        
    margin-top: 0px;
    margin-left: 15px;
  }

  .keiei-subtitle:first-letter {  
    font-size:20px;
  }

  .flex-keiei {
    height:180px;
  }

  .flex-keiei-table {
    height:225px;
  }

  /*  福利厚生  */
  .hukuri-img{
    width:30px;
  }

  .hukuri-title{
    font-size:23px;
  }

  .subtitle-hukuri{
    font-size:13px;
  }

  .hukuri-point{
    font-size:18px;
  }

  .hukuri-body1{
    font-size:12px;
  }

  .hukuri-body2{
    font-size:12px;
  }

  .flex-hukuri{
    height:220px;
  }

  .hukuri-left{
    padding:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
  }

  .hukuri-right{
    padding:5px;
    margin-right:5px;
  }

  /*  社員紹介  */
  .syain-title{
    font-size:23px;
  }

  .syain-point{
    font-size:18px;
  }

  .syain-body{
    font-size:12px;
    text-align: center;
  }

  .flex-syain{
    width:90%;
    height: 90%;
    margin:0 auto;
    justify-content: center;
  }
  .syain-left{
    background:#FFF;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.3);
  }

  .syain-right{
    padding: 10px;
    margin-right: 5px;
    margin-bottom:0;
  }

  .syain-name {
    font-size:15px;
  }

  .syain-subtitle-daihyou {
    color:white;
    text-align:center;
    background:#008B8B;
    padding:5px;
    font-size: small;
  }

  .syain-subtitle-ITsolution {
    color:white;
    text-align:center;
    background:#4169E1;
    padding:5px;
    font-size: small;
  }


  .syain-center{
    width:100%;
    display:flex;
    justify-content:center;                /* 中央寄せ */
    margin:auto;
  }

  .padding-bottom-under650{
    padding-bottom:100px;
  }

}
@media (max-width: 325px)
{
  .info{
    width:90%;
    margin:0 auto;
    text-align: center;
  }

  .cls_company{
    height:430px;
  }
  .cls_vision{
    top: 380px;
    height:480px;
  }
  .cls_strategy{
    top: 780px;
    height:410px;
  }
  .emptybox{
    height:750px;
  }
  .twitter_warp{
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    height: 250px;
  }
}
@media (min-width: 1015px)
{
  .mobile_br_l {
    display: none;
  }
}
@media (min-width: 651px)
{
  .mobile_br_entry {
    display: none;
  }
}
@media (min-width: 630px)
{
  .mobile_br {
    display: none;
  }
}

/*========= レイアウトのためのCSS ===============*/

.wrapper{
  overflow: hidden;
}


.box{
  width: 220px;
  padding: 20px;
  margin:0 20px 20px 0;
  background: #666;
  color: #fff;
  box-sizing:border-box;
}

/*==================================================
スクロール用
===================================*/

/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

.twitter{
  text-align: center;
}

/*==================================================
共通　横並びのための設定
===================================*/

.gnavi{
  display: flex;
  flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
  margin:0 0 50px 0;
  list-style: none;
}

.gnavi li a{
  display: block;
  padding:10px 30px;
  text-decoration: none;
  color: #333;
}

.gnavi li{
  margin-bottom:20px;
}

/*==================================================
　5-3-5 左から右に背景が伸びる
===================================*/

/*背景の設定*/

.gnavi li a{
  /*背景色の基点とするためrelativeを指定*/
position: relative;
}

.gnavi li a::after {
content: '';
  /*絶対配置で線の位置を決める*/
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
  /*背景の形状*/
width: 0;
height:100%;
background:#0481A2;
  /*アニメーションの指定*/
transition:all .5s;
opacity: 0;/*はじめは透過0*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
  /*背景の形状*/
width: 100%;/*横幅を伸ばす*/
opacity: 1;/*不透明に*/
}

.gnavi li.current a,
.gnavi li a:hover{
  color: #fff;
}
