@charset "utf-8";
/* CSS Document */
@import url("style.css");
body {
  margin: 0;
  padding: 0;
  background-color: #fbfbfb;
}
#wrap {
  width: 100%;
}
.wrapper {
  width: 100%;
}
p {
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}
#menubar01 {
  display: none;
}
.head-wrap .lang-en {
  display: none;
}
/* ===================
改行
====================== */
.pc-br {
  display: none;
}
.sp-br {
  display: block;
}
/* ===================
 ヘッダー関連
====================== */
#header {
  position: fixed;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 5000;
}
.head-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 25px 10px;
  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;
  height: 90px;
}
.head-wrap .btn-lead {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background-color: aqua;
}
.head-logo {
  width: 100%;
  margin: 10px 0;
}
.head-logo img {
  display: block;
  max-width: 200px;
}
/* ===================
 ハンバーガー
====================== */
#hamburger {
  width: 100%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000;
  padding: 0 50px 0 0;
}
#hamburger ul {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
}
.inmenu input {
  display: none;
}
button {
  border: none;
  background: none;
  outline: none;
}
a:hover, a img:hover, label img:hover {
  opacity: 0.8;
}
.inmenu, .inmenu span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inmenu {
  position: fixed;
  height: 54px;
  z-index: 10;
  width: 54px;
}
.inmenu span {
  position: absolute;
  left: 0;
  height: 2px;
  z-index: 10;
  width:38px;
}
.inmenu span:nth-of-type(1) {
top: 15px;
left:8px;
background-color: #fff;
}
.inmenu span:nth-of-type(2) {
top: 25px;
left:8px;
background-color: #fff;
}
.inmenu span:nth-of-type(3) {
bottom: 15px;
left:8px;
background-color: #fff;
}
.inmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.inmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.inmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}
/*------*/
.hammenu {
  height: 54px;
  width: 54px;
  margin-top: 0.3em;
  position: absolute;
  z-index: 1000;
  right: 5px;
  top: 13px;
  color: #fff;
  font-size: 12px;
  background-color: #2E7BF2;
  border-radius: 5px;
}
.menu_text {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: -10%;
}
/*------*/
#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 90vh;
  opacity: 0;
  background:rgba(46,123,242,1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  margin-top: 80px;
  padding-top: 0;
  border-radius: 10px;
}
#nav.active {
top: 0px;
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    margin-top: 80px;
overflow:auto;
-webkit-overflow-scrolling: touch;
}
#nav ul {
  /*  padding: 50px 0 100px;*/
}
#nav ul li {
  list-style-type: none;
}
#nav ul li a {
  display: block;
 /* padding: 0 0 0 2em;*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #FFF;
  list-style-type: none;
}
ul.dl-menu {
margin: 0px 0 0 0;
width: 100%;
height: 100%;
padding:0 0 200px 80px;
}
ul.dl-menu li {
  list-style-type: none;
  /*float: left;*/
  width: 100%;
/*  border-bottom: dotted 1px #EEE;
*/  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/* margin-bottom: 20px;　　　（追記）*/
  margin-top: 20px;
	padding:0.2em;
}


.accbox1 {
　border-bottom: dotted 0.5px #FFFFFF;
  margin: 0;
  padding: 0.5em;
  width: 100%;
}
/*----------段下がりの設定--------*/
.accbox2 {
  font-size: 15px;
  padding: 0 0 0 6em;  /*20240125松久追記4em→6em*/
}
/*----------段下がりの設定終了--------*/
.accbox {
  border-bottom: dotted 1px #EEE;
}
/*ラベル*/
.accbox label {
  padding: 0.5em;
  color: #342009;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  text-align: left;
}
/*ラベルホバー時*/
.accbox label:hover {
  background-color: #2456c9;
}
/*チェックは隠す*/
.accbox input {
  display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
#sample01 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#sample01 p {
  text-align: left;
  font-size: 15px;
  color: #fff;
  margin: 2px 0;
  border-left: solid #007EA8 5px;
}
#sample01 a {
  list-style-type: none;
  width: 100%;
  margin: 5px 0;
  padding: 2px 0;
  border-left: none;
  font-size: 14px;
  background-color: #fff;
}
#sample01 p:nth-child(2) {
  margin: 2px
}
.locked {
  overflow-y: hidden;
}
/*-----hamburger_set_end-----*/
.lay-block {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 3rem;
}
.lay-block-11 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-12 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.lay-block-top {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 5.5rem;
}
.lay-block-page {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 5.5rem;
}
.lay-block-bottom {
  width: 100%;
  background-color: #000;
}
/* ===================
 見出し
====================== */
.content-ttl {}
.content-ttl h2 {
  padding: 0.5em 0;
  border-bottom: solid 3px black;
}
/* ===================
 ボタン
====================== */
.btn {
  width: 15%;
  display: inline-block;
  padding: 0.5em;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #1470a9;
  margin: 1em;
  border-radius: 10px;
}
.btn a {
  color: #fff !important;
  font-size: 1.5rem;
}
.btn:hover {
  opacity: 0.8;
}
.btn-box {
  width: 100%;
  text-align: center;
}
/* ===================
 フッターのリスト
====================== */
.footer-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}
.footer-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  flex-direction: column;
  list-style: none;
  align-items: center;
}
.footer-link li{
  padding: 0.5em;
}
.footer-link li a{
  color: #fff;
  padding: 1em;
  
}


.footer-link2{
  width: 95%;
  color: #FFFFFF;
  margin:3em auto;
	text-align: center;
}


.footer-link2 a{
  color: #FFFFFF!important;
}


.footer-link2 li{
  list-style: none;
}


.link-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.link-wrap ul li {
  width: 100%;
  list-style: none;
}
.link-wrap li {
  width: 100%;
  color: #333;
  list-style: none;
  padding: 1em;
}
.link-wrap a {
  color: #333;
}
.company-info-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  margin: 0 auto;
}
.company-info {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
  margin-bottom: 50px;
}
.company-info ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
.company-info img {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 2.5em;
}
.company-info li {
  list-style: none;
  padding: 0.5em;
  color: #fff;
}
.company-info a {
  padding: 0.1em 0;
}
.company-name {
  list-style: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 0.1em;
}


.company-name img{
	width:100%;
	max-width:200px;
}


.copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 20px 0;
  padding-bottom: 15px;
  margin-top: 2em;
}
/* ===================
 ニュース
====================== */
.news-wrap {
  width: 100%;
  margin: 0 auto;
}
.news-ttl {
  width: 100%;
  margin: 5em auto;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}
.news-ttl h2 {
  font-family: "Prata";
  font-size: 30px;
  color: #154995;
}
.news-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
/*news のtable*/
table.table-news {
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  margin: 1em auto 0;
}
table.table-news th {
  width: 26%;
  border-bottom: 0px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 1em;
}
table.table-news td {
  width: 100%;
  display: block;
  padding: 1em;
  border-bottom: 1px #333 solid;
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 1.5em;
}
table.table-news th span {
  display: inline-block;
  width: 80px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #154995;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #333;
}
.news-archive {
  color: #fff;
  padding: 10px;
  width: 260px;
  display: block;
  margin: 0 auto 3.5em;
  text-align: center;
  text-decoration: underline;
}



table.table-rec {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
}
table.table-rec th {
  padding: 0.2em;
  /*border-bottom: 1px #d2e6eb solid;*/
  line-height: 150%;
  text-align: left;
  vertical-align: top;
  color: #333;
  font-size: 17px;
  font-weight: normal;
	width:30%;
}
table.table-rec td {
  padding: 0.2em;
  /*border-bottom: 1px #d2e6eb solid;*/
  line-height: 150%;
  text-align: left;
  vertical-align: middle;
  color: #333;
  font-size: 17px;
  font-weight: normal;
}
table.table-rec tr th a, table.table-rec tr td a {
  text-decoration: none;
  color: #333;
}


/* ===================
 グーグルマップ
====================== */
.access-wrap {
  width: 100%;
  margin: 0 auto 3em;
}
.map-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 1em;
  text-align: center;
}
.gmap {
  max-width: 1100px;
  width: 100%;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.is-show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* ===================
 フォーム関連
====================== */
input, select {
  border: solid 1px #CCC;
  background-color: #f9f9f9;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  height: 2.5em;
  cursor: pointer;
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}
.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #D8070B;
  display: inline-block;
  padding: 5px;
  margin: 0px 0 0 10px;
}
/* ===================
 ページトップへ
====================== */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #2ea8e1;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ===================
小野高速印刷
====================== */
/*トップ*/
.top-img {
  position: relative;
  background-image: url("../img/top_main_sp.jpg");
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 563/570;
}
.top-txt1 {
  position: absolute;
  bottom: 23%;
  right: 0;
}
.top-txt2 {
  position: absolute;
  bottom: 20%;
  right: 7%;
  width: 67%;
}
.top-lead {
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
}
.top-lead-cnt {
  text-align: left;
  color: #fff;
  padding: 3em 1em 5em;
}
.top-lead-ttl {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.flex1 {
  display: flex;
  justify-content: flex-start;
}


skill-cnt .flex1 {
  margin:5em 0 0 0;
}


.flex2 {
  display: flex;
  justify-content: center;
}
.top-lead .flex1 {
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.top-lead .flex1 .item1 {
  width: 100%;
  padding-top: 1.5em;
}
.top-lead .flex1 .item1 p {
  color: #fff;
  font-size: 14px;
}
.top-lead .flex1 .item2 {
  width: 100%;
  margin-top: 2.5em;
}
.top-lead .flex1 .item2 img {
  width: 100%;
  display: block;
}
.growing-up {
  margin-top: 5em;
}
.growing-up-ttl {
  display: flex;
  align-items: center;
  margin-left: 0;
  flex-wrap: wrap;
  padding: 0 1em;
}
.growing-up-ttl p {
  font-size: 14px;
  margin: 0 0 0 26px;
}
.sub-t1 {
  font-size: 17px;
  padding: 1em;
}
.growing-up .flex1 {
  flex-wrap: wrap;
}
.growing-up .flex1 .item1 {
  position: relative;
  margin-top: 150px;
}
.type4 {
  margin-top: 0 !important;
}
.growing-up .flex1 .item1 i::before {
  font-size: 40px;
  color: #fff;
}
.growing-up .flex1 .item1 .first-left {
  position: absolute;
  top: 88%;
  left: 10%;
}
.growing-up .flex1 .item1 .second-right {
  position: absolute;
  top: 88%;
  left: 10%;
}
.growing-up .flex1 .item1 .third-left {
  position: absolute;
  top: 88%;
  left: 10%;
}
.growing-up .flex1 .item1 .forth-right {
  position: absolute;
  top: 88%;
  left: 10%;
}
.story-info h4 {
  color: #fff;
  font-size: 13px;
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  width: fit-content;
  margin: 5px 0 0 0;
  padding: 3px 6px;
}
.story-info p {
  color: #fff;
  font-size: 18px;
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  width: fit-content;
  margin: 3px 0 0 0;
  padding: 3px;
}
.story-info p:first-of-type {
  margin-top: 10px;
}
.story-txt img {
  display: block;
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 5px;
  z-index: 1000;
  position: relative;
}
.type1 {
  margin-top: 2em;
}
.type2 {
  margin-top: 0;
}
.type3 {
  margin-top: 5em;
}
.story-arrow1 {
  position: absolute;
  top: 8%;
  right: 8%;
}
.story-arrow2 {
  position: absolute;
  bottom: 70%;
  right: 8%;
}
.story-txt {
position: relative;
z-index: 1000;	
}
.top-msg {
  margin-top: 10em;
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
    position: relative;
    }
.top-msg a{
display: block;
/*transition-duration: .7s;*/
}

.top-msg a:hover{
 /* background-color:#051D5F;*/
/* transform: scale(1.1);*/
   background: linear-gradient(20deg, rgba(30, 120, 253, 1) 60%, rgba(55, 170, 253, 1) 100%);
}


.top-msg-cnt .flex1 {
  flex-wrap: wrap;
  padding: 0 2em 4em;
}
.top-msg-cnt .flex1 .item1 {
  width: 100%;
  margin-top: 1.5em;
}
.top-msg-cnt .flex1 .item1 img {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.top-msg-cnt .flex1 .item2 {
  width: 100%;
  padding-top: 5em;
}
.top-msg-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.top-msg-ttl p {
  font-size: 18px;
  margin: 0.5em auto;
}
.top-msg-info {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5em;
  padding-right: 1em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;  
position: relative;
}

.info-ttl {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.info-ttl .position {
  font-size: 14px;
}
.info-ttl .name {
  font-size: 18px;
  margin-left: 20px;
}
.top-msg-info a > img {
   width: 30px;
  margin:-32px 0 0 90%;
}
.skill-group {
  margin-top: 3.7em;
}
.skill-cnt {
  padding: 0 1.2em;
}
.skill-cnt .flex1 {
  align-items: center;
  flex-wrap: wrap;
}
.skill-cnt .flex1 .item1 {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
.skill-cnt .flex1 .item2 {
  width: 100%;
	margin:2em 0 0 0;
}

.skill-cnt .skill02 .flex1 .item2{
  width: 100%;
	margin:5em 0 0 0;
}

.skill-cnt .flex1 .item1 img {
  width: 100%;
  max-width: 480px;
}
.skill-cnt .flex1 .item2 {
  text-align: left;
}
.skill-cnt .flex1 .item2 img {}
.skill-cnt .flex1 .item2 h3 {
  font-size: 16px;
}
.skill-cnt .flex1:last-of-type {
  margin-top: 6.5em;
}
.btn1 {
  display: block;
  background-color: #000;
  width: 290px;
  padding: 0.7em;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #000;
}
.btn1 img {
  transform: translateX(25px);
}
.btn1:hover {
  background-color: #fff;
  color: #000;
}
.skill-cnt .btn1 {
  margin: 2.5em auto 0;
}
.skill-cnt .flex1 .item2 p {
  font-size: 14px;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.recruit-info {
  background-color: #D9D9D9;
  margin-top: 7.5em;
}
.recruit-cnt {
  padding: 4.5em 0;
}
.btn2 {
  display: block;
  background-color: #fff;
  width: 290px;
  padding: 0.8em;
  color: #2E7BF2;
  font-size: 14px;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #2E7BF2;
  margin: 0 auto;
}
.btn2 img {
  transform: translateX(20px);
}
.btn2:hover {
  background-color: #2E7BF2;
  color: #fff;
}
.recruit-cnt .btn2:last-of-type {
  margin-top: 2em;
}

/*体験記事01*/
.article-lead {}
.article-lead-cnt {
  color: #fff;
  text-align: left;
  position: relative;
}
.article-lead-cnt img {
  max-width: 100%;
}
.txt-1, .txt-2, .txt-3, .txt-4 {
  color: #fff;
  padding: 2em;
  text-align: left;
  line-height: 2;
}
.blue-bg {
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  border-radius: 30px 0 0 30px;
  width: 100%;
  /*position: absolute;*/
  /*top: -10%;*/
  right: 0;
  z-index: -1;
}
.blue-bg {
  top: 67%;
  z-index: 1;
}
.blue-bg h3 {
  padding-left: 12%;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.8;
}



@media (max-width:949px) {
/******RECRUIT*******/

.rec-head {
  width:100%;
  /*position:relative;
  top: 0%;
  left: 0;*/
}


.blue-bg-rec {
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  border-radius: 10px 20px 20px 10px;
  width: 100%;
  margin:-40px 0 0 0;
	padding:50px 0 0 0;
  }

.recttl{
width:95%;
background-color:#FFF;
padding:0.1em 0 0.1em 5%;
/*display: flex;
align-items: center;*/
border-radius: 0px 50px 50px 0px;
}
	
	
.page-ttl h2::first-letter {
  color: #000;
}
.page-ttl h2::before {
  background-color: #2E7BF2;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
  color: #91bac5;
  margin:0em 0 -0.5em 0;
}



/******
@media (max-width:1280px) {
  .blue-bg-rec {
    font-size: 30px;
  }
}
@media (max-width:1000px) {
  .blue-bg-rec {
    top: 78%;
    z-index: 1;
  }
}
********/



.blue-bg-rec h2 {
font-size: 28px;
font-weight:bolder;
text-align: left;
line-height: 1.2;
color: #000;
}


.blue-bg-rec i{
  font-size: 12px;
  color:#666;
  font-style:normal;
　line-height: 120%;
  margin-left:0em;
}

.rec-head img {
width:100%;
margin:5em auto;
}

.rec-cap{
margin:0em 0 0 5%;
}


.head-name-scale{
position:absolute;
z-index: 0;
top:11.5em;
left:10%;
width:75%;
}
	

.head-name-scale img{
opacity: 0.5;
}	


.blue-bg-rec .rec-cap h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  color: #000;
  padding-left:0%;
	padding-top: 0%;
}

.blue-bg-rec p{
  width:95%;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  color: #000;
  padding-left: 0%;
  padding-top: -20%;
  padding-bottom: 0.8em;
}

}









.flex-box-03{
width:100%;	
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
align-items: stretch;
text-align: center;
margin:0 auto;	
}


.flex-box-03 .flex-item-03 {
display: flex;
flex-direction: column;		
width: calc(100% / 1 - 2em);
margin: 0.5em 0.5em 2em 0.5em;
border-left:#969292 solid 2px;
padding:1em;
}

.flex-box-03 strong {
    font-size: 19px;
}


.flex-box-03 .flex-item-03:first-child {
border-left:#969292 solid 2px;
}



.flex-box-03 .flex-item-03 img{
width: 100%;	
display: block;
margin: 0 auto;
}



/*-----------スキルマップ用--------------*/
.flex-box-04{
width:80%;	
display:flex;
justify-content: flex-start;	
flex-wrap: wrap;	
align-items: stretch;
text-align: center;
margin:150px auto 0 auto;	
}


.flex-box-04 .flex-item-04 {
display: flex;
flex-direction: column;		
width: calc(100% / 1 - 1em);
margin: 0.5em 0.4em 2em 0.4em;
padding:1em;
text-align: center;    
}

.flex-box-04 p1{
  display: block; 
  background-color: #FFEA50;
  border-radius: 10px;
  height: 40px;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;    
  line-height: 150%;
  text-align: center;
  }
.flex-box-04 p2{
  display: block; 
  background-color: #F3A49A;
  border-radius: 10px;
  height: 40px;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;    
  line-height: 150%;
  text-align: center;
  }
.flex-box-04 p3{
  display: block; 
  background-color: #A4D5BF;
  border-radius: 10px;
  height: 40px;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;    
  line-height: 150%;
  text-align: center;
  }
.flex-box-04 p4{
  display: block; 
  background-color: #AFCBEB;
  border-radius: 10px;
  height: 40px;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;    
  line-height: 150%;
  text-align: center;
  }
.flex-box-04 p5{
  display: block; 
  background-color: #B1A0CC;
  border-radius: 10px;
  height: 40px;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;    
  line-height: 150%;
  text-align: center;
  }
.flex-box-04 p6{
  display: block; 
  background-color: #C0DA75;
  border-radius: 10px;
  height: 40px;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;    
  line-height: 150%;
  text-align: center;
  }


.flex-box-04 .flex-item-04:first-child {
/*border-left:#969292 solid 2px;*/
}

.flex-box-04 .flex-item-04 img{
width: 100%;	
display: block;
margin: 0 auto;
}

table.table-skill_map {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
  }
table.table-skill_map th {
  display: block; 
  background-color: #00EBFF;
  border-radius: 10px;
  height: 40px;
  padding: 10px;
  font-size: 19px;
  /*border-bottom: 1px #d2e6eb solid;*/
  line-height: 170%;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}
table.table-skill_map td {
   display: block;    
  padding: 0.8em 0 0 0;
  /*border-bottom: 1px #d2e6eb solid;*/
  line-height: 170%;
   text-align: justify;
  vertical-align: middle;
  color: #333;
  font-size: 17px;
  font-weight: normal;
    }
table.table-skill_map tr th a, table.table-skill_map tr td a {
  text-decoration: none;
  color: #333;
}


.btn3 {
  /*  display: inline-block;*/
  background-color: #000;
  width: 100%;
  padding: 0.5em;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #000;
  height:45px;  
  margin-top: auto;
}
.btn3 img{
  transform: translate(42%, -25px);
}

.btnicon{
height:27px;
}

.btn3:hover {
  background-color: #fff;
  color: #000;
  transition: .5s;
}



.article-top-info {
  position: absolute;
  top: 103%;
  left: 12%;
  color: #000;
}
.number-sec {
  color: #fff;
  text-align: left;
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  padding-bottom: 6em;
  margin-top: 12em;
}
.number-cnt {
  position: relative;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size:cover;
  aspect-ratio: 300/400;
  margin-top: 100px;
}

.hou-no-1 {
  background-image: url("../img/hou_MG_2_sp.JPG");
  width:100%;
}
.hou-no-2 {
  background-image: url("../img/hou_MG_3_sp.JPG");
}
.hou-no-3 {
  background-image: url("../img/hou_MG_4_sp.JPG");
}
.hou-no-4 {
  background-image: url("../img/hou_MG_5_sp.JPG");
}

.toba-no-1 {
  background-image: url("../img/toba_MG_2_sp.jpg");
  width:100%;
}
.toba-no-2 {
  background-image: url("../img/toba_MG_3_sp.jpg");
}
.toba-no-3 {
  background-image: url("../img/toba_MG_4_sp.JPG");
}
.toba-no-4 {
  background-image: url("../img/toba_MG_5_sp.jpg");
}

.i-no-1 {
  background-image: url("../img/i_MG_2_sp.jpg");
  width:100%;
}
.i-no-2 {
  background-image: url("../img/i_MG_3_sp.jpg");
}
.i-no-3 {
  background-image: url("../img/i_MG_4_sp.jpg");
}

.k-no-1 {
  background-image: url("../img/k_MG_2._spjpg.jpg");
  width:100%;
}
.k-no-2 {
  background-image: url("../img/k_MG_3_sp.jpg");
}
.k-no-3 {
  background-image: url("../img/k_MG_4_sp.jpg");
}

.no-1 {
  background-image: url("../img/article_img1_sp.jpg");
}
.no-2 {
  background-image: url("../img/article_img2_sp.jpg");
}
.no-3 {
  background-image: url("../img/article_img3_sp.jpg");
}
.no-4 {
  background-image: url("../img/article_img4_sp.jpg");
}
.num-1 {
  width: 30%;
  position: absolute;
  top:5%;
  right: 0%;
}
.num-2 {
  width: 30%;
  position: absolute;
  top: 5%;
  left: 5%;
}
.num-3 {
  width: 30%;
  position: absolute;
  top: 5%;
   right: 0%;
}
.num-4 {
  width: 30%;
  position: absolute;
  top: 5%;
  left: 5%;
}
.number-txt {
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  padding: 1em 1em 1em;
  text-align: left;
  font-size: 14px;
	line-height: 150%;
}
.txt-1 {
  bottom: 0;
  left: 0;
  right: 0;
}
.txt-2 {
  bottom: 0;
  right: 0;
}
.txt-3 {
  bottom: 0;
  left: 0;
}
.txt-4 {
  bottom: 0;
  right: 0;
}
.sliderArea {
  margin-top: 5em;
}
.slick-slide img {
  border-radius: 10px;
}
.slider-block {
  position: relative;
}
.sliderArea .story-info {
  position: absolute;
  bottom: 5%;
  left: 8%;
}
.slide-arrow {}
.slide-arrow img {
  display: block;
  width: 20px !important;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.slider01 {
  margin: 0 auto;
  width: 100%;
}
.slider01 a img {
  border-radius: 20px;
}
.slider-block {
  position: relative;
}
.slider-block img {
  width: 100%;
  height: auto;
}
#article_1 .recruit-info {
  margin-top: 4em;
}


.movebox {
  width: 100%;
  /*height: 200px;*/
  margin: 0 0 0% 0;
  overflow: hidden;


}

.movebox .boxInner {
  width: inherit;
  height: inherit;
  /*line-height: 200px;
  font-size: 1.5em;
  text-align: center;
  color: #555;*/
  /*background-color: #fff;*/
  opacity: 0;
	
}

.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.2,1);
  position: relative;
  opacity: 1 !important;
	
	
}
  
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.2,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 101%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(67, 193, 253, 1) 11.2%, rgba(49, 135, 243, 1) 91.1%);
  /*background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );*/
}

@keyframes play {
  from {
    transform: translateX(-100%);
	  }
  
  to {
    transform: translateX(0);
	}
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}	


@media (max-width:280px) {
  .story-info p {
    font-size: 14px;
  }
  .top-msg-cnt .flex1 {
    padding: 0 1em 4em;
  }
  .info-ttl {
    align-items: center;
  }
  .info-ttl .position {
    font-size: 11px;
  }
  .top-msg-info a > img {
    width: 80% !important;
  }
  .btn1, .btn2 {
    width: 95%;
  }
 .blue-bg h3 {
   font-size: 12px;
  }
  .number-txt {
    font-size: 10px;
  }
  .story-info h4 {
  font-size: 10px;
  }

}



/*スキルマップ*/

.skill_map{
  top: 90px;
  bottom: 90px;  /*追記*/
  position: relative;   
}


.skill_map01{
  /*width: 100%;*/
  text-align: center;
  height:20vh
}

.skill_map02{
  width: 100%;
  /* 水平方向の中央揃え */
  margin: -20px auto 50px auto ;
}

.skill_map02 img{
  width: 60%;
  margin: 0 0 0 0em;
}


.skill_map03 {
    width: 80%;
	text-align: center;
  	overflow: auto;
    margin:0 auto;
/*	width: 600px;*/
}

.skill_map04 {
    width: 90%;
	text-align: center;
      /* 水平方向の中央揃え */
margin: -30px auto 0px auto ;
}
.skill_map04 p{
    font-size: 16px;
    }

.under{
    margin-top: 9rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*スキルアップ・プログラム*/

.lay-block-page02{
/* background:#FFFFFF*/;
}
.improving_skills01{
  top: 90px;
  position: relative;   
}
.improving_skills02{
  width: 100%;   
}
.improving_skills03{
  width: 100%;
  /* 水平方向の中央揃え */
  margin: -15px 30% 10px auto ;
}
.improving_skills_list{
    margin: 60px auto 20px auto;
}

/*タイトルとホバーの設定*/
.improving_skills_list1 {
  text-align:center;
    margin: 40px auto 0px auto;
}
.improving_skills_list1 h2::first-letter {
  color: #000;
}
.improving_skills_list1 h2::before {
  background-color: #2E7BF2;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
  color: #91bac5;
  margin:0em 0 -0.5em 0;
}
/*.improving_skills_list1{
    margin: 100px auto 15px auto;
    font-size: 24px;
    font-weight:bolder;
    text-align:center;
    padding-bottom: 15px;
    position: relative;
}*/
/*.improving_skills_list1::before {
  background: #0F66FF;
  content: '';
  width: 180PX;
  height: 4px;
  position: absolute;*/
  /*left: 10px;*/
  /*bottom: 0;*/
  /*margin: 0 auto;*/
/*  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.improving_skills_list1:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}*/
/*タイトルとホバーの設定以上*/

.improving_skills_listbk{
   padding: 5% 10% 5% 10%;
   background-color: #EEE;
}
.improving_skills_listbk2{
   padding: 0% 10% 5% 10%;
}

.wrap2 {
  display: block;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wrap2 img {
  border-radius: 30px 30px 30px 30px;
  display: block;
/*  width: 48%;*/
  height: auto;
}

.wrap2_box {
/*  width: 48%;*/
}

.wrap2_box h2{
  font-size: 20px;
  color:#151B60;
  line-height: 160%;
}

.under{
 margin: 70px auto 100px auto;
display: flex;
justify-content: center;
align-items: center;
}



/*社長のメッセージ01------------------------------------------------------------*/
.lay-block-page01{
/* background:#FFFFFF*/;
}

.president_01top{
/* background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  border-radius: 30px 30px 30px 30px;*/
  top:0;
  /*width: 90%;*/
  /*height: 500px;*/
  /*margin-left: auto;
  margin-right: auto;
  z-index: -1;*/
  height:60vh;  
}
.president_00{
  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  border-radius: 30px 30px 30px 30px;
  /*top: 10px;*/
  /*background-size: cover;*/
 /* padding-top:5%;  */
  width: 90%;
  height:45vh;
 /* height: auto;*/
  /*margin-top: 30%;*/
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  /*aspect-ratio: 8 / 4 ;*/
  position: relative;
  top:25%;
}
.president_01top_text1{
 /*display: flex;*/
 /*justify-content: space-between;*/
 align-items: center;
 
 /*position: relative;*/

/*  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  border-radius: 30px 30px 30px 30px;
  top: 90px;
  background-size: cover;
  padding-top:70%;  
  width: 90%;
  height: auto;*/

  /*min-height: 483px;
*/
  /*max-height: 700px;*/

}
	
	

	
	
	
.president_cut{
 /*margin-right: auto;*/
 width: 80%;
/* margin-left: calc(20% - 20vw);*/
}
.president_cut2{
/*margin-right: auto;*/
height: 50%;
/*  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;*/
  /*padding: 5% 0;*/
}
.president_cut2 span{
color: #FFFFFF;
font-size: clamp(16px, 1.8vw, 20px);
text-align: center;
/*max-height: 200px;*/
padding-top: 20%;
display: flex;
justify-content: center;
align-items: center;
}

	
.president_cut3{
width: 200px;
position: absolute;
left:10px;
bottom:40%;
}

.president_cut5{
margin: 0px 0% 0px 0px;
position:absolute;
bottom:0px;
left:calc(100% - 53%); 
/*max-height: 50%;*/
}

.president_cut5 img{
 width:220px;
}	





@media print,screen and (max-width: 450px) {
.president_01top{
/* background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  border-radius: 30px 30px 30px 30px;*/
  top:0;
  /*width: 90%;*/
  /*height: 500px;*/
  /*margin-left: auto;
  margin-right: auto;
  z-index: -1;*/
  height:60vh;  
}

.president_01top_text1{
 /*display: flex;*/
 /*justify-content: space-between;*/
 align-items: center;
 
 /*position: relative;*/

/*  background: linear-gradient(90deg, rgba(67, 193, 253, 1) 35%, rgba(49, 135, 243, 1) 100%);
  border-radius: 30px 30px 30px 30px;
  top: 90px;
  background-size: cover;
  padding-top:70%;  
  width: 90%;
  height: auto;*/


  /*min-height: 483px;
*/
  /*max-height: 700px;*/

}
.president_cut{
 /*margin-right: auto;*/
 width: 80%;
/* margin-left: calc(20% - 20vw);*/
}

}


/*サイズ可変---------------------------------------------*/    
    
.lay-block-p00 {
  width: 90%;
  margin: 50px auto;
  text-align: center;
}


.lay-block-p00 h3{
  font-size:18px;
  line-height: 160%;
}


.twoblock-box {
/*display: flex;
*/justify-content:flex-start;
align-items:flex-start;
width: 100%;
margin: 0 auto;
text-align: center;
padding: 0px 0% 0 0%;
}
.twoblock-img {
width: 100%;
height: auto;
}
.twoblock-img img {
margin: 0 auto;
}
.twoblock-text {
width: 100%;
font-size: 16px;
font-weight: normal;
text-align: left;
margin:0 0 25px 0;
word-break: break-all ;
}
.twoblock-text p {
text-align: left;
line-height: 1.8;
}


.president_01top_text2{
    margin: 0;
    position: relative;
    text-align: center;
 }
.president_cut4 img{
  width:90%;
  margin: 20px auto;
}
.president_01top_text2 p{
   /*水平方向の中央揃え*/ 
 margin: 20px auto;
  width:90%;
  text-align: justify;    
 font-size: 15px;
}

/*.president_01top_text3{
       水平方向の中央揃え */
 /* margin: 50px auto 50px auto;
  width:90%;
 }
.president_01top_text3 p{
  font-size: 30px;
  font-weight: bold;
  color: #D800FF;
  text-align: justify;
}*/

.wrap {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  /*flex-wrap: wrap;*/
  width: 90%;
  margin: 100px auto;
  text-align: center;
}

.president_01top_text5{
 /* display: block;*/
  width: 70%;
  height: auto;
  margin: 0 auto;
  }
.president_01top_text5 img{
  border-radius: 30px 30px 30px 30px;
}

.president_01top_text4{
     width: 90%;
    margin: 0 auto;
    }

.president_01top_text4 h1{
width:90%;  
}

.president_01top_text4 p{
    width:90%;
  text-align: justify;
}

.president_01top_text6{
margin: 50px auto 50px auto;
display: flex;
justify-content: center;
align-items: center;
}
/*@media print,screen and (max-width: 450px) {
.skill_map04 {
    width: 95%;
	text-align: center;*/
      /* 水平方向の中央揃え */
/*  margin: -30px auto 0px auto ;
}
.skill_map04 p{
    font-size: 16px;
    }
.skill_map04 img{
    padding: 10% 5% 20% 20%;



}*/


/*******横向き********/
@media screen and (max-width:767px) and (orientation: landscape) {
.president_00 {
width: 95%;
height:70vh;
}
.president_01top{
  top: 0;
  height:100vh;    
}
	
.president_01top_text2 p{
  /* 水平方向の中央揃え */
  margin: 25px auto;
  width:70%;
  text-align: justify;    
 font-size: 17px;
}
	
.president_cut2 span{
color: #FFFFFF;
font-size:100%;
text-align: center;
/*max-height: 200px;*/
padding: 10% 5% 20% 10%;
}
	

.president_00 .president_cut2{
/*height: 80%;*/
display: flex;
justify-content: center;
}
	
	
.president_cut3{
width: 200px;
position: absolute;
left:10px;
bottom:40%;
}

.president_cut5{
margin: 0px 0% 0px 0px;
position:absolute;
bottom:0px;
left:70%;
width:60%;
}
	
.head-name-scale img{
opacity: 0.5;
}

/*@media screen and (max-width:700px) and (orientation: landscape){*/
.skill_map04 {
    width: 90%;
	text-align: center;
      /* 水平方向の中央揃え */
 margin: 122px auto 0px auto ;
}
.skill_map04 p{
    font-size: 16px;
    }
    
#hamburger {
  width: 100%;
  display: block;
  margin: 0px 0 0 0px;
  z-index: 2000
}
#hamburger ul {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: 100%;
}    
    }















.form-wrap {
/*width: 100%;
max-width: 1100px;
margin: 0 auto 5em;*/
text-align: center;
padding-bottom: 0em;
}

.form-box {
width: 95%;
text-align: center;
margin: 0 auto;
}

.form-table {
margin: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 0 0;
}

.form-table th {
display: block;
padding: 0em 0.5em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
}

.form-table td {
display: block;
padding: 0.15em 0em 1em 0em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
}

::placeholder {
color: #c3c3c3;
}

.contactttl{
font-size: 16px;
text-align: left;
font-weight: bold;
line-height: 1.9;
color: red;
padding: 0em 4em 0em 1.1em;
}

.consent-text {
font-size: 16px;
width: 90%;
margin: 0 auto;
font-weight: bold;
color: #4d4d4d;
vertical-align: middle;
line-height: 1.9;
}

.btnentry {
  display: inline-block;
  background-color: #fff;
  width: 290px;
justify-content: center;
height: 55px;
  color: #2E7BF2;
  font-size: 16px;
font-weight: bold;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #2E7BF2;
 margin: 0 auto;
 margin-top: 1.5em;

}

.btnentry:hover {
  background-color: #2E7BF2;
  color: #fff;
  transition: .5s;
}