@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
  background: #989898;
}
/*-----------------------------------------------------------slider*/
.swiper-container {
  position: relative;
  width: 100%;
  height: 390px;
}
.slide01 {
  background: url(../img/recruit_img/slider01.jpg) center right -190px no-repeat;
  background-size: cover;
}
.slide02 {
  background: url(../img/recruit_img/slider02.jpg) center center no-repeat;
  background-size: cover;
}
.slide03 {
  background: url(../img/recruit_img/slider03.jpg) center right -200px no-repeat;
  background-size: cover;
}
.slide01 h2, .slide02 h2, .slide03 h2 {
  font-size: clamp(2.2rem, -0.500rem + 4.167vw, 3.5rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.8em;
  color: #fff;
  text-shadow: 0 0 7px #808080;
  margin: 210px 0 0 40px;
}
@media print, screen and (min-width:480px) {
  .slide01 h2, .slide02 h2, .slide03 h2 {}
}
@media print, screen and (min-width:768px) {
  .swiper-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 290px);
  }
  .slide01 {
  background: url(../img/recruit_img/slider01.jpg) center center no-repeat;
  background-size: cover;
}
.slide02 {
  background: url(../img/recruit_img/slider02.jpg) center center no-repeat;
  background-size: cover;
}
.slide03 {
  background: url(../img/recruit_img/slider03.jpg) center center no-repeat;
  background-size: cover;
}
  .slide01 h2, .slide02 h2, .slide03 h2 {
    font-weight: 700;
    text-align: left;
    line-height: 1.5em;
    margin: 150px 0 0 130px;
  }
}
@media print, screen and (min-width:1200px) {
  .slide01 h2, .slide02 h2, .slide03 h2 {
    margin: 150px 0 0 180px;
  }
}
.introduction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.introduction_l p {
  line-height: 2.3em;
  text-align: left;
}
@media print, screen and (min-width:768px) {
  .introduction {
    display: flex;
    flex-wrap: nowrap;
  }
}
/*------------------------------------------------------------content*/
/*mainimage*/
.mainimg_wrap {
  position: relative;
}
.mainimg {
  background: url(../img/index_img/mainimg_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
}
.mainimg .mainimg_inner {
  min-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.mainimg .mainimg_inner figure {
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: -50px;
}
.mainimg .mainimg_inner figure img {
  width: 340px;
  height: auto;
}
.mainimg .mainimg_inner .catch_tx01 {
  position: absolute;
  z-index: 8;
  top: 130px;
  left: 10px;
}
.mainimg .mainimg_inner .catch_tx01 img {
  width: 95%;
  height: auto;
}
.mainimg .mainimg_inner .treatment {
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 20px;
}
.mainimg .mainimg_inner .treatment ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mainimg .mainimg_inner .treatment ul li {
  font-size: 16px;
  font-weight: 900;
  color: #e8f00f;
  background: #666;
  border-radius: 30px;
  padding: 0px 12px;
  margin-bottom: 10px;
}
.mainimg .mainimg_inner .treatment ul li:not(:last-child) {
  margin-right: 5px;
}
.mainimg .mainimg_inner .treatment ul li:last-child {
  width: 33px;
  padding: 0;
}
.more {
  right: 15px;
  margin: auto auto 0;
  position: absolute;
  z-index: 11;
  bottom: -10px;
  text-align: right;
  padding-right: 2.05vw;
}
.more a {
  transition: all 0.5s;
}
.more a:hover {
  opacity: 0.7;
}
.more a img {
  width: 120px;
  height: auto;
}
.catch_tx02 {
  background: #225baf;
  padding: 8px 15px;
}
.catch_tx02 p {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.catch_tx02 p .tx_yellow {
  color: #ffe300;
}
@media print, screen and (min-width:768px) {
  .mainimg {
    background: url(../img/index_img/mainimg_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 738px;
    overflow-x: hidden;
  }
  .mainimg .mainimg_inner {
    min-width: 1140px;
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .mainimg .mainimg_inner figure {
    z-index: 9;
    bottom: 0;
    right: -140px;
  }
  .mainimg .mainimg_inner figure img {
    width: auto;
    height: auto;
  }
  .mainimg .mainimg_inner .catch_tx01 {
    z-index: 8;
    top: auto;
    left: 40px;
    bottom: 95px;
  }
  .mainimg .mainimg_inner .catch_tx01 img {
    width: auto;
    height: auto;
  }
  .mainimg .mainimg_inner .treatment {
    position: absolute;
    z-index: 10;
    left: 40px;
    bottom: 20px;
  }
  .mainimg .mainimg_inner .treatment ul {
    display: block;
  }
  .mainimg .mainimg_inner .treatment ul li {
    display: inline-block;
    font-size: 24px;
    border-radius: 40px;
    padding: 0px 18px;
  }
  .mainimg .mainimg_inner .treatment ul li:not(:last-child) {
    margin-right: 5px;
  }
  .mainimg .mainimg_inner .treatment ul li:last-child {
    width: 47px;
    padding: 0;
  }
  .more {
    left: 0;
    /*right: 30px;*/
    margin: auto auto 0;
    position: absolute;
    z-index: 11;
    bottom: -18px;
    text-align: right;
    padding-right: 5.05vw;
    z-index: 9996;
  }
  .more a img {
    width: 180px;
    height: auto;
  }
  .catch_tx02 {
    padding: 8px 6px;
  }
  .catch_tx02 p {
    font-size: 48px;
  }
  .catch_tx02 p .pc_none {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .more a img {
    width: 250px;
    height: auto;
  }
}
@media print, screen and (min-width: 1440px) {
  .more {
    padding-right: 0;
  }
  
}
/*働き方*/
#work_pattern h3 {
  font-size: 28px;
  font-weight: 900;
  color: #666;
  margin-bottom: 20px;
}
#work_pattern h3 span {
  font-size: 20px;
  font-weight: 700;
  color: #202124;
}
#work_pattern .sub_ti {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background: #00b395;
  border-radius: 30px;
  padding: 10px 30px;
  margin-bottom: 10px;
}
#work_pattern .work_pattern ul li {}
#work_pattern .work_pattern ul li .tx_box {
  position: relative;
  top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/index_img/point.png") top 20px center no-repeat #666;
  border-radius: 10px 10px 20px 20px;
  padding: 60px 10px 40px;
}
#work_pattern .work_pattern ul li .tx_box::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-top: 20px solid #666;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#work_pattern .work_pattern ul li .tx_box p {
  width: 100%;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
#work_pattern .work_pattern ul li .tx_box p .tx_yellow {
  color: #e8f00f;
}
#work_pattern .work_pattern ul li .ph_box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media print, screen and (min-width:768px) {
  #work_pattern h3 {
    font-size: 36px;
  }
  #work_pattern h3 span {
    font-size: 30px;
  }
  #work_pattern h3 .pc_none {
    display: none;
  }
  #work_pattern .sub_ti {
    font-size: 30px;
    border-radius: 40px;
    margin-bottom: 35px;
  }
  #work_pattern .work_pattern ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #work_pattern .work_pattern ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 15px);
  }
  #work_pattern .work_pattern ul li:last-child {
    flex-direction: row-reverse;
  }
  #work_pattern .work_pattern ul li .tx_box {
    top: auto;
    left: 25px;
    width: 280px;
    background: url("../img/index_img/point.png") top 40px center no-repeat #666;
    border-radius: 10px 20px 20px 10px;
    padding: 0;
  }
  #work_pattern .work_pattern ul li:last-child .tx_box {
    left: auto;
    right: 25px;
    border-radius: 20px 10px 10px 20px;
  }
  #work_pattern .work_pattern ul li .tx_box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -40px;
    margin: auto;
    width: 40px;
    height: 40px;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid #666;
    border-bottom: 20px solid transparent;
  }
  #work_pattern .work_pattern ul li:last-child .tx_box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    right: auto;
    margin: auto;
    width: 40px;
    height: 40px;
    border-top: 20px solid transparent;
    border-right: 20px solid #666;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #work_pattern .work_pattern ul li .tx_box p {
    font-size: 36px;
  }
  #work_pattern .work_pattern ul li .ph_box img {
    width: auto;
    height: auto;
  }
}
/*ご挨拶*/
#greeting {
  text-align: left;
}
#greeting .tx_box {
  margin-bottom: 40px;
}
#greeting .title01 {
  text-align: left;
}
#greeting .ph_box ul {
  display: flex;
  justify-content: center;
}
#greeting .ph_box ul li {
  position: relative;
  width: calc(50% - 25px);
}
#greeting .ph_box ul li:first-child {
  margin-top: 50px;
  margin-right: 10px;
}
#greeting .ph_box ul li:last-child {
  margin-left: 10px;
}
#greeting .ph_box ul li .round_tx {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  background: #00b395;
  border-radius: 50%;
}
#greeting .ph_box ul li:first-child .round_tx {
  top: -40px;
  left: -15px;
  font-size: 14px;
}
#greeting .ph_box ul li:last-child .round_tx {
  bottom: 0;
  right: -15px;
  font-size: 12px;
}
#greeting .ph_box ul li:last-child .tx01 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: #666;
  text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
  transform: rotate(-20deg);
}
#greeting .ph_box ul li:last-child .tx01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 2px;
  height: 40px;
  background: #666;
  transform: rotate(-20deg);
}
#greeting .ph_box ul li:last-child .tx01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 2px;
  height: 40px;
  background: #666;
  transform: rotate(20deg);
}
@media print, screen and (min-width:768px) {
  #greeting .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #greeting .tx_box {
    width: calc(50% - 30px);
  }
  #greeting .ph_box {
    width: calc(50% - 30px);
  }
  #greeting .ph_box ul {
    justify-content: space-between;
  }
  #greeting .ph_box ul li {
    width: calc(50% - 13px);
  }
  #greeting .ph_box ul li:first-child {
    margin-top: 100px;
    margin-right: 0;
  }
  #greeting .ph_box ul li:last-child {
    margin-left: 0;
  }
  #greeting .ph_box ul li .round_tx {
    width: 180px;
    height: 180px;
  }
  #greeting .ph_box ul li:first-child .round_tx {
    top: -70px;
    left: -45px;
    font-size: 24px;
  }
  #greeting .ph_box ul li:last-child .round_tx {
    bottom: 0;
    right: -30px;
    font-size: 18px;
  }
  #greeting .ph_box ul li:last-child .tx01 {
    top: -20px;
    left: -20px;
    font-size: 18px;
  }
}
/*お問合せ・応募ボタン*/
.contact_anchor {
  background: #666;
  padding: 60px 0;
}
.contact_anchor .btn_entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: url("../img/common_img/arrow_l.png") center right 20px no-repeat;
  background-size: 30px auto;
  border: 4px solid #fff;
  border-radius: 30px;
  transition: all 0.5s;
}
.contact_anchor .btn_entry a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width:768px) {
  .contact_anchor .btn_entry a {
    width: 900px;
    height: 120px;
    font-size: 30px;
    background-size: auto auto;
    border-radius: 60px;
    margin: 0 auto;
  }
}
/*募集要項*/
#recruit .recruit_box:not(:last-child) {
  margin-bottom: 25px;
}
#recruit .recruit_box .rec_tit {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #225baf;
  padding: 10px 20px;
}
#recruit .recruit_box.hiratuka .rec_tit {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #30b363;
  padding: 10px 20px;
}
/*更新プログラム(連動)フォーマット*/
#news01 {
  width: 100%;
  overflow: hidden;
}
#news01 dl {
  padding: 0 0 10px 0;
}
#news01 dl dd div.newstitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
  #news01 dl dt {
    float: left;
  }
  #news01 dl dd {
    padding: 0 0 0 100px;
  }
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
  width: 100%;
}
#news02 .newsbox {
  overflow: hidden;
  /* for modern browser */
}
#news02 .newsbox .news_text_area {
  zoom: 1;
  /*ie6*/
  overflow: hidden;
}
#news02 .newsbox .news_text {
  line-height: 1.5;
}
#news02 .newsbox img {
  margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
  font-size: 12px;
}
#news02 .pdf_link {
  margin-top: 10px;
}
#news02 .pdf_link li {
  margin-bottom: 5px;
  text-align: left;
}
#news02 .pdf_link li a {
  padding: 2px 0 2px 28px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: underline;
  background: url(../img/common_img/icon_pdf.png) left top no-repeat;
  background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width:768px) {
  #news02 .newstitle br {
    display: none;
  }
}
/*=========================================================================

==========================================================================*/
#recruit .sheet_basic:first-of-type {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 40px 0;
}
@media print, screen and (min-width:768px) {
  #recruit .sheet_basic:first-of-type {
    margin: 0 0 80px 0;
  }
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  /*border-bottom: 3px solid #225baf;*/
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 15px 15px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #225baf;
  color: #fff;
}
.tabs input:checked + .tab_item.hiratuka {
  background-color: #30b363;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .tab_content {
  padding: 40px 40px 0;
}
}
/*===========================================================
=============================================================
=============================================================
=============================================================ラジオボタン
=============================================================*/
input[type="radio"] {
  display: none;
}
.radio-input + label {
  margin-right: 20px;
  position: relative;
  padding: 10px 10px 10px 30px;
  background-color: #e6e6e6;
  color: #8594eb;
  border-radius: 5px;
}
.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #8594eb;
  border-radius: 50%;
}
.radio-input:checked + label {
  color: #4547ee;
}
.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  width: 10px;
  height: 10px;
  background: #4547ee;
  border-radius: 50%;
}