@charset "utf-8";

html {
  font-size: 12px;
  line-height: 1.5;
}

body {
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  width: auto;
  padding: 0 15px;
}

#wrapper {
  min-width: 320px;
  overflow: hidden;
}

input, select, textarea {
  font-size: 16px;
  vertical-align: middle;
}

.pc {
  display: none !important;
}

.pc-ib {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}

.aco-body {
  display: none;
}

img {
  width: 100%;
}

/*------------------------------------------------------------------------------
  content
------------------------------------------------------------------------------*/
.top #header,
.top #header .inner-block {
  height: 479px;
}

#header .logo {
  width: 200px;
  height: 21px;
  margin: 15px 0 0;
}

#header .logo a {
  display: block;
  height: 100%;
}


#header .navi {
  display: none;
}

.tv_text {
  bottom: 37px;
  opacity: 1;
  animation-name: lag_out;
  animation-duration: 1.5s;
/*  animation-delay: 8.0s;*/
  animation-fill-mode: forwards;
  display: none;/*add*/
}

@keyframes lag_out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.tv_text .tv_title {
  margin-bottom: 20px;
  font-size: 46px;
}

.tv_text .tv_subtitle {
  margin-bottom: 14px;
  font-size: 20px;
}

.tv_text .note {
  margin: 0;
  font-size: 16px;
}

.tv_text .note::before,
.tv_text .note::after {
  top: 14px;
  width: 19px;
  height: 1px;
}

.tv_text .note::before {
  transform: translate(-132px);
}

.tv_text .note::after {
  transform: translate(111px);
}

.tv_text.time-lag {
  bottom: 190px;
/*  opacity: 0;20230615変更*/
  opacity: 1;
  animation-name: lag_in;
  animation-duration: 1.5s;
  animation-delay: unset;
/*  animation-delay: 8.5s;
20230509変更*/
  animation-fill-mode: forwards;
}

@keyframes lag_in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tv_text.time-lag .tv_title {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
}

.tv_text.time-lag .tv_subtitle {
  position: relative;
  z-index: 100;
  margin-bottom: 3px;
  text-shadow: none;
}

.tv_text.time-lag .tv_subtitle .green_anm {
  color: #B1FF00;
  animation: none;
}

.tv_text.time-lag .note {
  position: relative;
  z-index: 100;
  font-size: 12px;
  text-shadow: none;
}

.tv_text.time-lag .note::before,
.tv_text.time-lag .note::after {
  top: 10px;
  width: 19px;
  height: 1px;
}

.tv_text.time-lag .note::before {
  transform: translate(-106px);
}

.tv_text.time-lag .note::after {
  transform: translate(86px);
}

.tv_text.time-lag .green_box {
  position: absolute;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 52px;
  background-color: #16A78B;
}


.second #header,
.second #header .inner-block {
  height: 220px;
}

.second #header {
  background-image: url(../img/common/second_mv01_sp.jpg);
}

.pagetop {
  width: 38px;
  height: 38px;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  width: 22px;
  height: 18px;
  right: 15px;
  top: 15px;
  z-index: 220;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}



.menu_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #D0D4DE;
  background-size: cover;
  left: 0;
  top: 0;
  display: none;
}

.navi_wrap {
  display: none;
}

.navi_wrap .block {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}

.navi_wrap .logo {
  width: 200px;
  height: 21px;
  margin: 15px -15px 25px;
}

.navi_wrap .logo a {
  display: block;
  height: 100%;
}

.navi_wrap .in {
  padding: 0 30px;
}

.navi_wrap .f_list_block {
  padding: 0;
}

.navi_wrap .f_list_block .box {
  margin: 0 0 35px;
}

.navi_wrap .f_list.f_list01 {
  margin: 0 0 25px;
}

.navi_wrap .f_list li {
  margin: 0 0 15px;
}

.navi_wrap .f_list li:last-child {
  margin: 0;
}

.navi_wrap .f_list_block .box.box02 {
  float: none;
}

.btn02 {
  margin-top: 10px;
}

.btn02 a {
  display: block;
  height: 65px;
  line-height: 65px;
  border: 2px solid #000;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.btn02 a .in {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.btn02 a .in:after {
  content: "";

  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #7293fe;
  border-right: solid 2px #7293fe;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.btn02 a .in span {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  padding-left: 2px;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  padding: 40px 0 0;
}

#footer .tx {
  font-size: 14px;
}

#footer .f_logo {
  margin: 10px 0 40px;
}

#footer .f_logo img {
  width: 210px;
}

.f_list_block {
  padding: 0 20px 40px;
}

.f_list_block .box {
  margin-right: 0;
  float: left;
  width: 48%;
  margin: 0 0 30px;
}

.f_list_block .box:nth-child(2n) {
  float: right;
}

.f_list_block .box:nth-child(2n+1) {
  clear: both;
}

.f_list_block .box .t_link span,
.f_list_block .box .t_link a {
  font-size: 14px;
}

.f_list li {
  margin: 0 0 15px;
}

.f_list li a {
  padding-left: 15px;
}

.f_list li a:after {
  content: "";

  width: 6px;
  height: 6px;
  border-top: solid 2px #7293fe;
  border-right: solid 2px #7293fe;
  top: 5px;
}

.f_list_block .box.box01 {
  float: none;
  margin: 0;
  width: 100%;
}

.f_list_block .box.box01 .t_link {
  width: 48%;
  float: left;
}

.f_list_block .box.box01 .t_link:nth-child(2n) {
  float: right;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*------------------------------------------------------------------------------
  TOP
------------------------------------------------------------------------------*/

.bx-wrapper,
.bx-viewport,
.bx-viewport img {
  height: 479px !important;
}

.content,
.second .content {
  padding: 40px 0;
}

.content0 {
  padding: 55px 0 10px;
}

.content0 .inner-block {
  flex-direction: column;
  padding: 0;
}

.img_tl {
  width: 100%;
  margin: 0 0 12px;
}

.banner01 {
  width: 100%;
  margin: 0;
  box-shadow: 0 2px 2px #ccc;
}

.banner01 .link_left {
  bottom: initial;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 0;
  background-color: transparent;
  color: transparent;
}

.banner01 .link_left::after {
  display: none;
}

.banner01 .link_right {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.banner01 .link_right img {
  width: 100%;
  height: 100%;
  display: none;
}

.banner02 {
  position: static;
  width: auto;
  margin: 0 auto 35px;
}

.banner02 .tx01 {
  font-size: 10px;
  position: static;
  top: -30px;
  text-align: center;
  width: 100%;
}

.banner02 .in {
  padding: 0;
  font-size: 10px;
  border-radius: 0;
  border: none;
}

.banner02 .in .cell01 {
  width: 48%;
  float: right;
  padding-top: 8vmin;
}

.banner02 .in .cell02 {
  width: 48%;
  float: left;
}

.banner02 .in .tx02 img {
  width: 20px;
  margin-top: 1px;
}


.banner02 .in img {
  padding-top: 0;
}

.tl01 {
  font-size: 12px;
}

.tl01 span {
  padding-left: 0.5em;
  font-size: 23px;
}

.cont_block01 .cell02,
.cont_block01 .cell01 {
  width: auto;
  float: none;
}

.cont_block01 .cell02 {
  margin-top: 30px;
}

.list01 {
  margin: 0 0 20px;
}

.list01 li {
  background: #fff;
  padding: 15px;
}

.list01 li .cl01 {
  width: 10em;
  font-size: 10px;
}

.cont_block01 .cell02 .h_cont .tl02 {
  font-size: 23px;
}

.cont_block01 .cell02 .h_cont .tx {
  font-size: 11px;
}

.cont_block01 .cell02 .h_cont .btn01 a {
  padding: 10px 10px;
  padding-right: 20px;
  font-size: 11px;
  display: block;
  height: auto;
  right: 30px;
}

.cont_block01 .cell02 .h_cont .btn01 a:after {
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  right: 15px;
}

.btn01 {
  text-align: center;

}

.btn01 a {
  padding: 0;
  font-size: 11px;
  display: flex;
  align-items: center;
  height: 56px;
  width: 100%;
}

.btn01 a span {
  display: block;
  text-align: center;
  width: 100%;
}

.cont_block01 .cell02 .b_cont .photo {
  width: 20%;
}

.cont_block01 .cell02 .b_cont .list01 {
  width: 74%;
}

.cont_block01 .cell02 .b_cont .list01 li {
  padding: 0;
  background: #fff !important;
  font-size: 12px;
  margin: 0 0 10px;
}

.cont_block01 .cell02 .b_cont .list01 li:last-child {
  margin: 0;
}

/* Services */
.content01 {
  padding: 40px 0 60px;
}

.content01 .sub_tl01 {
  margin-bottom: 41px;
}

.content01 .cont_block02 .box {
  margin-bottom: 15px;
}

.content01 .box.service01 {
  padding: 25px 0 23px;
}

.service_flex.flex01 {
  align-items: flex-end;
  margin-bottom: 18px;
  padding: 0 18px;
}

.service_flex.flex01 .img {
  margin-right: 1px;
}

.service_flex.flex01 .img img {
  width: 41px;
}

.frame_orange {
  position: relative;
  left: -41px;
  margin: 0;
}

.flex_tl {
  font-size: 32px;
}

.flex_tl::after {
  top: 2px;
  margin-left: 7px;
}

.frame_orange+.flex_tl {
  margin-top: 14px;
}

.service_flex.flex02 {
  align-items: center;
  margin-bottom: 21px;
}

.service_flex.flex02 .img {
  width: 154px;
  margin-right: 8px;
}

.service_flex.flex02 .desc {
  width: calc(100% - 162px);
}

.service_flex.flex02 .desc p {
  font-size: 12px;
  line-height: 1.83;
}

.service_flex.flex02 .desc+p {
  margin-top: 20px;
  padding: 0 18px;
}

.border_area {
  padding: 17px 16px 18px;
}

.border_area p {
  margin-bottom: 1px !important;
}

.border_area h4 {
  line-height: 1.16;
}

.border_area .img_left {
  top: initial;
  bottom: 7px;
}

.border_area .img_right {
  top: initial;
  bottom: 5px;
}

.cont_block02 .boxes_column .box {
  height: auto;
  padding: 18px 18px 19px 22px;
}

.service_flex.flex03 .desc {
  display: block;
  width: 100%;
  margin: 12px 0 0;
}

.boxes_column .flex_tl {
  font-size: 28px;
}

.boxes_column .text {
  width: calc(100% - 38px);
}

.service_flex.flex03 .img {
  margin-right: 7px;
}

.service02 .service_flex.flex03 .img img {
  width: 29px;
  padding: 0 1px;
}

.service03 .service_flex.flex03 .img img {
  width: 31px;
  padding: 0;
}

.service04 .service_flex.flex03 .img img {
  width: 29px;
  padding: 0 1px;
}

.service05 .service_flex.flex03 .img img {
  width: 29px;
  padding: 0 1px;
}

.boxes_column .service02 .flex_tl::after {
  top: 0;
}


.content02 {
  padding: 60px 0;
  background: url(../img/top/bg01.jpg) no-repeat center center;
  background-size: cover;
}

.cont_block02 {
  flex-direction: column;
}

.cont_block02 .cell_wrap {
  justify-content: center;
}

.cont_block02 .box {
  width: auto;
  padding: 35px 20px 30px;
  margin: 0 0 24px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .16);
}

.cont_block02 .box:last-child {
  margin: 0;
}

.cont_block02 .box .cell .img {
  text-align: center;
}

.cont_block02 .box .cell .img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.cont_block02 .box01 .btn01.btn01_1 a,
.cont_block02 .btn01.btn01_1 a {
  font-size: 12px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  line-height: 1.4;
}

.cont_block02 .box:first-of-type .btn01.btn01_1 a {
  width: 120px;
  height: 37px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1;
}

.tl02 {
  font-size: 23px;
  margin: 0 auto 15px;
}

.tl02 span {
  width: auto;
}

.sub_tl01 {
  margin: 0 0 30px;
}

.cont_block02 .box .cell {
  width: calc(50% - 5px);
}

.cont_block02 .box .cell:nth-of-type(3) {
  margin-top: 23px;
}

.cont_block02 .box.box01 p {
  text-align: left;
}

.img_icon_set {
  margin: 0 0 25px;
}

.img_icon_set img {
  margin: 0 15px;
}

.tl03 span {
  font-size: 33px;
  padding: 0 0 10px;
}

.sub_tl01.sub_tl01_1 {
  font-size: 16px;
}

.recruit_box01 {
  text-align: center;
  margin: 0 0 40px;
}

.recruit_box01 p {
  margin-bottom: 20px;
  text-align: left;
}

.col_bx {
  flex-direction: column;
}

.col_bx a:first-of-type {
  margin: 0;
}

.col_bx span {
  font-size: 14px;
  padding: 10px 20px;
}

.tl04 {
  margin-bottom: 20px;
}

.tl04 span {
  font-size: 12px;
  margin: 0 auto 10px;
}

.movie_box {
  flex-direction: column;
  padding: 0;
}

.movie_box .cell {
  margin: 0 0 10px;
  width: auto;
  height: 100%;
  float: none;
}

.movie_box .cell:first-of-type {
  margin: 0 0 10px;
}

.movie_box video {
  width: 100%;
}

.recruit_box02 {
  margin: 0 0 40px;
}

.tel_sns_block_top {
  padding: 0;
}

.tel_sns_block .cell01 {
  width: auto;
  float: none;
  border: 2px solid #7293fe;
  padding: 20px;
  margin: 0 0 20px;
}

.tel_sns_block .cell02 {
  width: auto;
  float: none;
}

.content03 .inline-block {
  padding: 0;
}

.tel_box {
  display: flex;
  align-items: center;
}

.tel_box .cl01 {
  width: 55px;
  height: 44px;
  padding: 8px 0 0 4px;
  font-size: 10px;
}

.tel_box .cl01:after {
  right: -11px;
  border-width: 22px 0 22px 11px;
}

.tel_box .cl02 {
  float: left;
  padding-left: 14px;
  padding-top: 5px;
}

.tel_box .cl02 img {
  width: 220px;
}

.tel_box .cl02 .tx {
  font-size: 10px;
}

.btn_contact a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  box-shadow: 2px 2px 0 #000;
}

.btn_contact span {
  padding-left: 45px;
}

.btn_contact span:after {
  width: 23px;
  height: 16px;
}

.link01 a {
  margin: 20px 0;
  border: 2px solid #b1b4bf;
  display: block;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
}

.link01 a span {
  padding-left: 20px;
  font-size: 11px;
}

.link01 a span:after {
  content: "";

  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #7293fe;
  border-right: solid 3px #7293fe;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


/*------------------------------------------------------------------------------
  news
------------------------------------------------------------------------------*/
.second_head {
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.second_head:after {
  display: none;
}

.second_head .tx {
  font-size: 10px;
  top: -60px;
}

.second_head .t {
  font-size: 24px;
}

.second_head .t span {
  display: inline-block;
  border-bottom: 2px solid #1025c0;
}


.list01.list02 li {
  font-size: 14px;
  display: block;
}

.list01.list02 li .cl01 {
  font-size: 14px;
  display: block;
  margin: 0 0 5px;
}

.paging01 {
  margin-top: 40px;
}

.paging01 span,
.paging01 a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 2px 4px;
}

#breadcrumb li {
  padding-left: 20px;
  margin-right: 5px;
}

#breadcrumb li:after {
  top: 4px;
}


.news_wrap {
  padding: 20px;
}

.news_head {
  margin: 0 0 30px;
}

.news_head .day {
  font-size: 14px;
}

.news_head .t {
  font-size: 16px;
}

.news_body {
  font-size: 14px;
}

.news_body iframe {
  max-width: 100%;
}

.btn01.btn01_1 a {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: block;
  line-height: 56px;
}

.paging02 {
  margin: 40px 0 40px;
}

.paging02 a {
  width: auto;
  display: block;
  font-size: 14px;
}

.paging02 .prev {
  float: none;
}

.paging02 .next {
  float: none;
  margin: 10px 0;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
.table_form {
  width: 100%;
}

.table_form th,
.table_form td {
  display: block;
  width: 100%;
  padding: 0;
}

.table_form th {
  font-size: 13px;
  margin: 0 0 10px;
}

.table_form th span {
  font-size: 10px;
  padding: 5px 10px;
}

.table_form td {
  margin: 0 0 30px;
}

.table_form textarea,
.table_form input {
  width: 100%;
  height: 35x;
}

.table_form textarea {
  height: 200px;
}

.sbimit_wap {
  margin-top: 10px;
}

.submit {
  width: 100%;
  margin: 0 0 10px;

}





.cp_ipselect {
  overflow: hidden;
  width: 100%;
}

.cp_ipselect.cp_sl04 select {
  padding: 6px 10px;
}


/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/
.comp_block .cell01 {
  padding-right: 0;
  margin: 0 0 10px;
  font-size: 18px;
  float: none;
}

.comp_block .cell02 {
  float: none;
  border-left: none;
  padding-left: 0;
}

.comp_block .cell02 .tx01 {
  display: block;
  margin-right: 0;
  margin: 0 0 10px;
}

.link_type01 {
  display: inline-block;
}

.table_wrap .table01 {
  float: none;
  width: 100%;
  margin-right: 0;
}

.table_wrap .table01 td,
.table_wrap .table01 th {
  padding: 8px 10px;
  vertical-align: top;
}

.table_wrap .table01 th {
  width: 80px;
}

.table_wrap .table01 td {
  font-size: 10px;
  position: relative;
}

.table_wrap .table01 td .link_type01 {
  position: absolute;
  right: 5px;
  top: 5px;
}

.table_wrap .table01 td .link_type01 {
  padding: 5px;
}

.btn_list {
  margin-top: 40px;
}

.btn_list li {
  display: block;
  margin-right: 10px;
  margin: 0 0 15px;
}

.btn_list li:last-child {
  margin: 0;
}

.btn_list li a {
  padding: 5px 20px 5px 5px;
  font-size: 14px;
  display: block;
  text-align: center;
}

.btn_list li a:after {
  display: none;
}

.btn_list .li_link a {
  padding: 8px 12px;
  text-align: left;
}

.btn_list li a span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.btn_list .li_link a span {
  line-height: 1;
}

.btn_list li a span:after {
  content: "";

  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #7293fe;
  border-right: solid 3px #7293fe;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn_list .li_link a span:after {
  top: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tl05 {
  font-size: 18px;
}

.tl06 {
  font-size: 15px;
  border-left: 4px solid #ee4705;
  padding-left: 10px;
}

.comp_block01 {
  margin: 0 0 30px;
}

.comp_block01 .box .cell02,
.comp_block01 .box .cell01 {
  width: auto;
  float: none;
}

.comp_block01 .box .cell01 {
  margin: 0 0 10px;
}

.comp_block01 .box .cell02 .bx01 {
  margin: 0 0 10px;
}

.comp_block01 .box .cell02 .tx01 {
  display: block;
  margin-right: 0;
  margin: 0 0 10px;
}

.comp_block01 .box .cell02 .bx02 {
  display: block;
}

.comp_block01 .box .cell02 .bx02 .cl {
  flex-basis: 100%;
  font-size: 10px;
}

.comp_block01 .box .cell02 .bx02 .cl .und {
  text-decoration: underline;
}

.comp_block01 .box .cell02 .bx03 img {
  width: auto;
}


.bottom_cont {
  padding: 30px 0;
}

.tel_sns_block.tel_sns_block01 .cell02 {
  width: 100%;
}

.tel_sns_block.tel_sns_block01 .cell01 {
  float: none;
  margin: 0;
}

.tel_sns_block.tel_sns_block01 .cell02 .banner01 {
  margin: 0 0 20px;
}

/*------------------------------------------------------------------------------
  recruit
------------------------------------------------------------------------------*/
.video_block {
  text-align: center;
  margin: 20px 0 40px;
}

.video_block iframe {
  width: 100%;
  height: 190px;
}

.maru_block {
  text-align: center;
  margin: 40px 0;
}

.maru_block .set {
  margin: 0 15px;
}

.maru_block .box {
  width: 145px;
  height: 145px;
  border-radius: 140px;
  box-shadow: 2px 2px #999;
}

.recruit_block01 {
  margin: 0;
}

.recruit_block01 .box {
  float: none;
  width: auto;
  margin: 0 0 30px;
}

.recruit_block01 .box:nth-child(2n) {
  float: none;
}

.recruit_block01 .box:last-child {
  margin: 0;
}

.recruit_block01 .box .t_bx span {
  font-size: 12px;
}

.recruit_block01 .box .t_bx span:after {
  width: 16px;
  height: 17px;
}

.recruit_block01 .box .t_bx .t {
  font-size: 15px;
}

.recruit_block01 .box .color01 {
  font-size: 11px;
}

.movie_box01 {
  margin-top: 0;
  margin-bottom: 40px;
}

.movie_box01 .cell {
  float: none;
  width: 100%;
  margin: 0 0 20px;
}

.movie_box01 .cell:nth-child(2) {
  float: none;
}

.movie_box01 .cell video {
  height: 180px;
}

.recruit_block02 {
  margin: 0 0 40px;
}

.recruit_block02_head .in {
  background-size: auto 100%;
  padding: 20px;
  height: 120px;
  background-position: 125%;
}

.recruit_block02_head .in .set {
  padding-top: 10px;
}

.recruit_block02_head .in .tx {
  font-size: 10px;
}

.recruit_block02_head .in .t {
  font-size: 14px;
  text-shadow: 1px 1px #4868c0;
  padding-left: 10px;
}

.recruit_block02_1 .recruit_block02_head .in .t {
  text-shadow: 1px 1px #e27b28;
}

.recruit_block02_head .in .nm {
  font-size: 10px;
}

.recruit_block02_body {
  display: block;
  padding: 20px;
}

.recruit_block02_body .box {
  padding: 20px;
  margin: 0 0 15px !important;
}

.recruit_block02_body .box:last-child {
  margin: 0 !important;
}

.recruit_block02_body .box p {
  font-size: 11px;
}

.q {
  padding: 4px 0;
  margin: 0 0 5px;
  padding-left: 30px;
  font-size: 12px;
}

.q span {
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 24px;
}

.tl05.tl05_bt {
  margin: 0 0 30px;
}

.flow_block {
  margin: 0 0 50px;
}

.flow_block .box {
  margin: 0 0 30px;
  box-shadow: 2px 2px #999;
}

.flow_block .box .cell01,
.flow_block .box .cell02 {
  height: auto;
  padding: 15px;
}

.flow_block .box .cell01 {
  font-size: 14px;
  width: 70px;
}

.flow_block .box .cell02 {
  font-size: 11px;
  padding: 15px;
}

.flow_block .box:after {
  bottom: -20px;
  border-width: 20px 30px 0 30px;
}


.qa_list li {
  margin: 0 0 20px;
}

.qabox {
  border: 1px solid #7b99fd;
  padding: 15px;
  font-size: 11px;
}

.qabox .t {
  margin: 0 0 5px;
}

.qabox .tx {
  font-size: 11px;
}

.table01.table02 {
  margin: 0 0 40px;
}

.table01.table02 th,
.table01.table02 td {
  font-size: 11px;
  padding: 15px;
}

.table01.table02 th {
  width: 60px;
}

.set_block01 .box {
  display: block;
}

.set_block01 .box+.box {
  margin-left: 0;
}

.btn01.btn01_2 a {
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  line-height: 56px;
}

.btn01.btn01_2 a span {
  width: auto;
  display: inline-block;
  position: relative;
}

.btn01.btn01_2 a span:after {
  top: 0;
  bottom: 0;
  margin: auto;
}

.step_block {
  margin: 0 0 70px;
}

.step_block .box {
  width: auto;
  height: auto;
  padding: 30px 10px 10px;
  float: none;
  margin: 0 0 55px;
  text-align: center;
}

.step_block .box:after {
  display: none;
}

.step_block .box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background: url(../img/recruit/arrow_bg.png);
  background-size: 100% 100%;
}

.step_block .box .st {
  font-size: 25px;
}

.step_block .box .tx {
  font-size: 12px;
}

.tel_sns_block.tel_sns_block01.tel_sns_block01_1 .cell01 {
  margin-top: 40px;
}

#banner_solo.tel_sns_block01 .cell02 {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  box-shadow: 0 2px 2px #ccc;
}

#banner_solo.tel_sns_block01 .cell01 {
  float: none;
  width: auto;
  padding: 20px;
}


/*------------------------------------------------------------------------------
  service
------------------------------------------------------------------------------*/
.btn_list .li_right {
  float: none;
}

.block_type01 {
  margin: 0 0 30px;
}

.block_type01 li {
  margin: 0 0 2px;
}

.block_type01 li:last-child {
  margin: 0;
}


.block_type01 .cell01 {
  width: auto;
  float: none;
  margin: 0 0 20px;
  text-align: center;
}

.block_type01 .cell01 img {
  width: 80%;
}

.block_type01 .cell02 {
  width: auto;
  float: none;
  font-size: 12px;
}


.news_wrap.news_wrap01 {
  margin: 0 0 40px;
}

.tl07 {
  margin: 0 0 30px;
}

.table03 th {
  width: 80px;
}

.table03 td,
.table03 th {
  font-size: 12px;
}



.service_block01 .t {
  font-size: 22px;
  line-height: 1.4;
}


.service_block02 {
  margin: 0 0 40px;
}

.service_block02 .cell {
  width: 48%;
  margin: 0 0.5%;
}


.service_block03 {
  margin: 0 0 40px;
}

.service_block03 .t_bx span {
  font-size: 12px;
  margin: 0 0 5px;
}

.service_block03 .t_bx span:after {
  width: 16px;
  height: 17px;
}

.service_block03 .t_bx .t {
  font-size: 15px;
  display: block;
}

.t_bx01 {
  padding-left: 0;
}

.line_t {
  margin: 40px 0 30px;
}

.service_block04 {
  margin: 0 0 40px;
  display: block;
  font-size: 13px;
}

.service_block04 .cell {
  margin: 0 0 10px;
  padding: 15px 5px;
}

.service_block04 .cell:last-child {
  margin: 0;
}

.service_block04 .cell .t {
  font-size: 16px;
}

.service_block04 .col {
  font-size: 16px;
}



.service_block05 {
  display: block;
}

.service_block05 .cell {
  margin: 0 0 10px;
}

.service_block05 .cell:last-child {
  margin: 0;
}

.table04 th {
  width: 35%;
}

.table04 td,
.table04 th {
  font-size: 12px;
}

.table04 .color {
  display: block;
}

.service_block06 {
  margin: 0 0 40px;
}

.service_block06 .img01 img {
  width: 150px;
}

.service_block06 .tx01 {
  font-size: 20px;
}

.service_block06 .tx03 span {
  font-size: 20px;
}

.link02 a:after {
  width: 6px;
  height: 6px;
}

.service_img01 {
  margin: 0 0 40px;
}

.tl08.tl08_1 {
  margin-top: 40px;
}

.service_block07 {
  margin-top: 40px;
}

.service_block07 .tx01 {
  font-size: 18px;
}

.service_block07 .set .tx02 {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.service_block07 .set .tx02 span {
  margin: 0 0 5px;
}

.service_block07 .set .tx02:last-child {
  margin: 0;
}

.service_block05.service_block05_1 .cell01 {
  text-align: center;
  margin: 0 0 20px;
}

.service_block05.service_block05_1 .cell01 img {
  width: 70%;
}

.service_logo01 {
  width: 150px;
  margin: 10px 0 0;
}

.btn_list .li_link.li_link01 a {
  text-align: center;
}

.note_list li {
  padding-left: 0em;
  text-indent: 0em;
  margin-bottom: 10px;
  font-size: 0.9em;
  margin-left: -1em;
}

.sign img {
  width: auto;
}

img.sign {
  width: auto;
}

.pagetop {
  bottom: 30px;
  width: 29px;
  height: 29px;
  right: 10px;
}


.list01 li .cl00 {
  float: none;
  text-align: center;
}

.list01 li .cl00 img {
  width: 17em;
  height: 14em;
  object-fit: cover;
  margin-bottom: 10px;
}

.blog_space {
  float: none;
  padding-top: 0px;
}


/*------------------------------------------------------------------------------
  service_toc
------------------------------------------------------------------------------*/
/* トランクルーム */
#service .title_area {
  margin-bottom: 40px;
}

#service .title_area h3 {
  font-size: 18px;
  line-height: 1.3;
}

#service .title_area h4 {
  font-size: 28px;
  line-height: 1.2;
}

#service .flex01 {
  flex-direction: column;
  align-items: center;
}

#service .flex01 .cell01 {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 15px;
}

#service .flex01 .cell02 {
  width: 100%;
}

#service .flex02 {
  flex-direction: column;
  margin-bottom: 50px;
}

#service .flex02 .cell01 {
  width: 100%;
  max-width: 265px;
  margin: 0 0 30px;
}

#service .flex02 .cell_flex {
  flex-direction: column;
}

#service .flex02 .cell_flex .img {
  width: 100%;
  margin: 0 auto 15px;
}

#service .flex02 .cell_flex .desc {
  width: 100%;
}

#service .flex02 .frame_orange {
  left: 0;
}

#service .flex02 .cell02 {
  width: 100%;
  max-width: 265px;
  margin: 0;
}

#service .btn_wrap .-map::before {
  top: 6px;
}

#service .btn_wrap .-tel::before {
  top: 7px;
}

#service .btn_wrap .-mail::before {
  top: 8px;
}

#service .border_area {
  width: 100%;
  margin-bottom: 25px;
}

#service .border_area .img_left {
  top: initial;
  left: 50%;
  bottom: -5px;
  transform: translate(calc(-50% - 125px));
  width: 57px;
}

#service .border_area .img_right {
  top: initial;
  left: 50%;
  bottom: -5px;
  transform: translate(calc(-50% + 135px));
  width: 36px;
}

.service_table {
  margin-bottom: 50px;
}

.service_table table {
  width: 100%;
}

.service_table th,
.service_table td {
  font-size: 12px;
}

.service_table tr:first-of-type,
.service_table th:first-of-type {
  min-width: 57px;
}

.service_table tr.height_adj {
  height: 115px;
}

.service_table a {
  width: auto;
  height: auto;
  padding: 7px 15px;
  line-height: 1.57;
}

/* モノクラ */
#service .flex03 {
  flex-direction: column;
  margin-bottom: 50px;
}

#service .flex03 .cell01 {
  width: 100%;
  margin: 0 0 30px;
}

#service .flex03 .cell02 {
  width: 100%;
}

#service .flex03 .cell01 p,
#service .flex03 .cell02 p {
  margin: 15px 0 0;
}

#service .line_t {
  margin-top: 50px;
}

#service .flex04 {
  margin-bottom: 0;
}

#service .flex04 li {
  width: 100%;
  margin: 0 0 30px;
}

#service .size_var .note {
  margin-bottom: 25px;
}

#service .size_var .btn_wrap {
  flex-direction: column;
}

#service .size_var .btn_wrap a {
  width: 100%;
}

#service .size_var .btn_wrap a:first-of-type {
  margin-bottom: 10px;
}

.tl08 .frame_orange {
  left: 0;
  margin: 0;
}

#service .service_block05 .cell01 {
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 365px) and (max-width: 380px) {
  #service .sp_adj {
    width: 100%;
    table-layout: fixed;
  }
}

/* オトクラ */
#service .size_var.otokura {
  margin-bottom: 50px;
}

#service .otokura .flex03 {
  margin-bottom: 25px;
}

#service .otokura .cell01 {
  margin: 0;
}

/* オフィスサポート */
#service.office_support .flex03 .cell01 {
  margin: 0 0 15px;
}

#service.office_support .flex03 {
  margin-bottom: 50px;
}

/* 文書保管 */
#service.document .flex03 {
  margin-bottom: 50px;
}

#service.document .flex03 .cell01 {
  margin: 0 0 15px;
}

#service.document .size_var {
  margin-bottom: 50px;
}

#service.document .flex04 {
  margin-bottom: 0;
}

#service.document .flex04 li {
  margin-bottom: 10px;
}

#service.document .flex02 .cell01 {
  margin-bottom: 0;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.f_cell02:after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  font-size: 0;
  visibility: hidden;
}