@charset "utf-8";


/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html {
  color: #000;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

body {
  background: #fff;
  margin: 0;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.8;
  margin: 0 0 1em;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (min-width:840px) {

  a:hover,
  .hover:hover {
    color: #1025C0;
    opacity: .7;
    text-decoration: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .sp_navi {
    display: none !important;
  }
}

input, select, textarea {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

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

.clear {
  clear: both;
}

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

.inner-block {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 1100px;
}

.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}


#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

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

.sp {
  display: none !important;
}

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

*:focus,
*:active {
  outline: none;
}


/*------------------------------------------------------------------------------
  content
------------------------------------------------------------------------------*/
#header {
  position: relative;
  height: 790px;
  background-position: center center;
  background-size: cover;
}

#header .inner-block {
  height: 790px;
}

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

.second #header {
  background: url(../img/common/second_mv01.jpg) center bottom;
  background-size: cover;
}

#header .white_box {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 89px;
  background-color: #fff;
  animation-name: white_box;
  animation-duration: 1.5s;
/*  animation-delay: 8.5s;
20230509変更*/
  animation-fill-mode: forwards;
}

@keyframes white_box {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#header .logo {
  float: left;
  width: 240px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

#header .navi {
  float: right;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

#header .navi li {
  display: inline-block;
  position: relative;
  margin-right: 37px;
  padding-bottom: 75px;
  cursor: pointer;
}

#header .navi>li::after {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  content: '';
}

#header .navi li:last-child {
  margin: 0;
}

#header .navi li .sub_menu {
  display: none;
  position: fixed;
  top: 89px;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 17.5px 0;
  background: #1F3984;
}

/* #header .navi li:hover .sub_menu {
  display: block;
  animation: sub_menu .3s linear 0s;
} */

@keyframes sub_menu {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.vanish {
  display: none !important;
}

#header .navi li .sub_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .navi li .sub_menu ul li {
  position: relative;
  margin-right: 31px;
  padding-bottom: 0;
  padding-left: 16px;
}

#header .navi li .sub_menu ul li::before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 14px;
  background: url(../img/top/icon04.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}

#header .navi li .sub_menu ul li a {
  color: #fff;
}

.tv_text {
  position: absolute;
  bottom: 131px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 30px #000;
}

.tv_text .tv_title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 100px;
  font-style: italic;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
}

.tv_text .tv_subtitle {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 40px;
  font-style: italic;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
}

.tv_text .tv_subtitle .green_anm {
  animation-name: green;
  animation-duration: 1.5s;
  animation-delay: 8.5s;
  animation-fill-mode: forwards;
}

@keyframes green {
  from {
    color: #fff;
  }

  to {
    color: #B1FE00;
  }
}

.tv_text .note {
  position: relative;
  padding: 0 20px;
  font-size: 28px;
  letter-spacing: 0.1em;
}

.tv_text .note::before,
.tv_text .note::after {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 50%;
  left: 50%;
  width: 70px;
  height: 3px;
  box-shadow: 0px 0px 30px #000;
  background-color: #fff;
  content: '';
}

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

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

.menu {
  display: none;
}

.pagetop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 80;
  width: 64px;
  height: 64px;
}

.pagetop a {
  display: block;
  height: 100%;
  background: url(../img/common/pagetop.png) no-repeat;
  background-size: 100%;
}

@media (min-width:840px) {
  .menu_bg,
  .navi_wrap {
    display: none !important;
  }
}

@media (max-width:1320px) {
  #header .logo {
    width: 200px;
  }

  .d_btn, .c_btn {
    width: 90px;
  }

  #header .logo,
  #header .navi li {
    margin-right: 20px;
  }
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  background: #d0d4de;
  padding: 60px 0 0;
}

#footer .tx {
  text-align: center;
  font-size: 18px;
  color: #1025c0;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
}

#footer .f_logo {
  text-align: center;
  margin: 10px 0 50px;
}

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

.f_list_block {
  padding: 0 0 60px;
}

.f_list_block .box {
  margin-right: 60px;
  float: left;
}

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

.f_list_block .box .t_link {
  margin: 0 0 20px;
}

.f_list_block .box .t_link span,
.f_list_block .box .t_link a {
  font-size: 16px;
  border-bottom: 2px solid #000;
  padding: 0 0 2px;
}

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

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

.f_list li a: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: 7px;
  left: 0;
  margin: auto;
}

.f_list .li_indent {
  padding-left: 9px;
}

.f_list_block .box .f_list+.t_link {
  margin-top: 30px;
}

.copyright {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 10px;
  background: #dee0e5;
}

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

.bx-wrapper,
.swiper-container {
  z-index: 0 !important;
}

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

.swiper-container {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bx-wrapper {
  margin: 0 !important;
  border: none !important;
}

.bx-viewport img {
  object-fit: cover;
}

.bx-controls {
  display: none !important;
}

.content {
  padding: 95px 0;
  background: #f4f4f4;
}

.second .content {
  padding: 100px 0;
}

.content_top01 {
  padding-top: 60px;
}

.content0 {
  padding: 60px 0 0;
}

.content0 .inner-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.content0 .inner-block::after {
  display: none;
}

.banner01 {
  position: relative;
  width: 749px;
  box-shadow: rgb(196 195 195) 5px 5px 0px;
}

.banner01 .link_left {
  display: inline-block;
  position: absolute;
  bottom: 21px;
  left: 128px;
  padding: 7.5px 28px 8.5px 13px;
  background: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.banner01 .link_left:after {
  position: absolute;
  top: 1px;
  right: 12px;
  bottom: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin: auto;
  border: 0px;
  border-top: solid 3px #EE4705;
  border-right: solid 3px #EE4705;
  content: "";
}

.banner01 .link_left span {
  font-size: 24px;
}

.banner01 .link_right {
  display: inline-block;
  position: absolute;
  bottom: 21px;
  right: 128px;
}

.banner01 .link_right img {
  width: 213px;
}

.banner02 .in {
  width: 290px;
}

.banner02 .in .in_text {
  position: relative;
  margin-bottom: 13px;
  color: #1025c0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: tbudgothic-std, sans-serif;
  letter-spacing: 0;
  text-align: center;
}

.banner02 .in .in_text::before,
.banner02 .in .in_text::after {
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}

.banner02 .in .in_text::before {
  top: 1px;
  left: 35px;
  width: 13px;
  height: 11px;
  background: url(../img/top/icon05-1.svg);
}

.banner02 .in .in_text::after {
  top: 1px;
  right: 35px;
  width: 13px;
  height: 11px;
  background: url(../img/top/icon05-2.svg);
}

.banner02 .in .in_video {
  position: relative;
  height: 172px;
}

.banner02 .in .in_video .serif::after {
  display: inline-block;
  position: absolute;
  top: -37px;
  right: -44px;
  width: 84px;
  height: 84px;
  background: url(../img/top/icon06.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}

.banner02 .in .in_video .serif_text {
  position: absolute;
  top: -9px;
  right: -30px;
  z-index: 1;
  transform: rotate(-13deg);
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.tl01 {
  font-size: 21px;
  margin: 0 0 20px;
}

.tl01 span {
  padding-left: 1em;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.cont_block01 .cell01 {
  width: 635px;
  float: left;
}

.cont_block01 .cell02 {
  width: 430px;
  padding: 22px;
  float: right;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 5px 5px 0 #c4c3c3;
}

.list01 {
  margin: 0 0 20px;
}

.list01 li {
  background: #fff;
  padding: 15px 20px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.list01 li:nth-child(2n) {
  background: #e2e6f0;
}

.list01 li .cl01,
.list01 li .cl02 {
  display: table-cell;
}

.list01 li .cl01 {
  width: 7em;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.list01 li .cl02 a {
  text-decoration: underline;
}

.cont_block01 .cell02 .h_cont {
  margin: 0 0 20px;
}

.cont_block01 .cell02 .h_cont .tl02 {
  font-size: 21px;
  padding: 0 0 2px;
  margin: 0;
  border-bottom: 2px solid #1025c0;
  display: inline-block;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}

.cont_block01 .cell02 .h_cont .tx {
  display: inline-block;
}

.cont_block01 .cell02 .h_cont .btn01 {
  float: right;
  display: inline-block;
}

.cont_block01 .cell02 .h_cont .btn01 a {
  padding-right: 30px;
}

.cont_block01 .cell02 .h_cont .btn01 a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.btn01 {
  text-align: center;
}

.btn01 a {
  padding: 10px 15px;
  position: relative;
  display: inline-block;
  background: #183eaa;
  color: #fff;
  font-size: 12px;
}

.cont_block01 .cell02 .b_cont .photo {
  float: left;
  width: 90px;
}

.cont_block01 .cell02 .b_cont .list01 {
  float: right;
  width: 260px;
}

.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: 60px 0 90px;
  background-color: #D5DBEA;
}

.content01 .tl01 {
  margin-bottom: 7px;
  color: #1025C0;
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.28;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.content01 .sub_tl01 {
  margin-bottom: 65px;
  font-size: 18px;
  line-height: 1.22;
}

.content01 .cont_block02 .box {
  padding: 27px 0 18px;
  box-shadow: 5px 5px 0 #c4c3c3;
}

.content01 .cont_block02 .box p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0;
  text-align: left;
}

.content01 .cont_block02 .box p:last-of-type {
  margin-bottom: 0;
}

.service_flex {
  display: flex;
  flex-wrap: wrap;
}

.service_flex.flex01 {
  margin-bottom: 21px;
  padding: 0 31px;
}

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

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

.frame_orange {
  margin-left: 7px;
  padding: 4.5px 8px 5px;
  background-color: #EE4705;
  color: #fff;
  font-size: 12px;
}

.flex_tl {
  position: relative;
  font-size: 36px;
  line-height: 1;
}

.flex_tl::after {
  display: inline-block;
  position: absolute;
  top: 4px;
  width: 29px;
  height: 29px;
  margin-left: 12px;
  background: url(../img/top/icon_service_after.svg);
  content: '';
}

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

.service_flex.flex02 {
  margin-bottom: 19px;
  padding-right: 19px;
}

.service_flex.flex02 .img {
  width: 264px;
  margin-right: 16px;
}

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

.border_area {
  position: relative;
  margin: 0 17px;
  padding: 12px 0 15px;
  border: 2px solid #B5BDF2;
  border-radius: 11px;
  box-sizing: border-box;
}

.border_area p {
  margin-bottom: 5px !important;
  color: #1025C0;
  font-size: 14px;
  text-align: center !important;
}

.border_area h4 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.border_area img {
  position: absolute;
}

.border_area .img_left {
  top: 11px;
  left: 10px;
  width: 67px;
}

.border_area .img_right {
  top: 11px;
  right: 12px;
  width: 46px;
}

.cont_block02 .boxes_column .box {
  display: flex;
  height: 87px;
  margin-bottom: 24px;
  padding: 16px 18px 16px 25px;
}

.cont_block02 .boxes_column .box:last-of-type {
  margin-bottom: 0;
}

.service_flex.flex03 {
  align-items: center;
}

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

.service02 .service_flex.flex03 .img img {
  width: 43px;
}

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

.service04 .service_flex.flex03 .img img {
  width: 43px;
}

.service05 .service_flex.flex03 .img img {
  width: 43px;
}

.service_flex.flex03 .desc {
  width: calc(100% - 231px);
  margin-left: 10px;
}

.boxes_column .text {
  width: 165px;
}

.boxes_column .flex_tl {
  font-size: 24px;
  line-height: 1;
}

.boxes_column .flex_tl::after {
  right: 0;
  top: -2px;
}

.boxes_column .service02 .flex_tl::after {
  top: 8px;
}


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

.cont_block02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont_block02 .box {
  width: 527px;
  padding: 35px 49px 45px;
  box-sizing: border-box;
  background: #fff;
}

.cont_block02 .btn01.btn01_1 a {
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.cont_block02 .box01 .btn01.btn01_1 a {
  display: inline-block;
}

.tl02 {
  font-size: 21px;
  display: block;
  margin: 0 auto 12px;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.tl02 span {
  width: 135px;
  display: inline-block;
  padding: 0 0 5px;
  border-bottom: 2px solid #1025c0;
}

.sub_tl01 {
  text-align: center;
  margin: 0 0 30px;
}

.cont_block02 .cell_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont_block02 .box .cell {
  width: 131px;
}

.cont_block02 .box .cell .img {
  width: 100%;
  margin: 0 0 10px;
}

.cont_block02 .box p {
  font-size: 12px;
  text-align: center;
  margin: 0 0 15px;
}

.cont_block02 .box .note {
  margin-bottom: 22px;
}

.cont_block02 .box.box01 .sub_tl01 {
  margin: 0 0 34px;
}

.img_icon_set {
  text-align: center;
  margin: 0 0 30px;
}

.img_icon_set img {
  margin: 0 20px;
  width: auto;
  height: 66px;
}

.content03 {
  background: #213b83;
  color: #fff;
}

.tl03 {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.15em;
}

.tl03 span {
  font-size: 48px;
  line-height: 1.4;
  padding: 0 10px 10px;
  border-bottom: 2px solid #fff;
  display: block;
  margin: 0 auto 15px;
  display: inline-block;
}

.sub_tl01.sub_tl01_1 {
  font-size: 18px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.col_bx {
  display: flex;
  justify-content: center;
}

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

.col_bx a {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 40px;
  margin: 20px 0 0;
  display: inline-block;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.col_bx a:first-of-type {
  margin-right: 32px;
  background: #ee4705;
  color: #fff;
}

.col_bx a:last-of-type {
  background: #fff;
  color: #1025C0;
}

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

.tl04 span {
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 2px solid #fff;
  display: block;
  margin: 0 auto;
  display: inline-block;

  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.movie_box {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}

.movie_box .cell {
  width: 458px;
  height: 258px;
}

.movie_box .cell:first-of-type {
  margin-right: 20px;
}

.movie_box .cell video {
  width: 100%;
}


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

.recruit_box02 {
  margin: 0 0 40px;
}

.tel_sns_block_top {
  padding: 0 50px;
}

.tel_sns_block .cell01 {
  width: 520px;
  float: left;
  box-sizing: border-box;
  border: 3px solid #7293fe;
  padding: 30px 25px;
}

.tel_sns_block .cell02 {
  width: 430px;
  float: right;
}

.content03 .inline-block {
  padding: 60px;
}

.tel_box .cl01 {
  letter-spacing: 0;
  float: left;
  width: 80px;
  height: 70px;
  position: relative;
  box-sizing: border-box;
  color: #213b83;
  background: #e1e9ef;
  line-height: 1.4;
  padding-top: 15px;
  padding-left: 10px;

  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.tel_box .cl01:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 22px;
  border-color: transparent transparent transparent #e1e9ef;
}

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

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

.tel_box .cl02 .tx {
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.02em;
}

.btn_contact {
  margin-top: 20px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.btn_contact a {
  height: 70px;
  line-height: 70px;
  color: #213b83;
  font-size: 18px;
  display: block;
  text-align: center;
  background: #e1e9ef;
  box-shadow: 5px 5px 0 #111d41;
}

.btn_contact span {
  position: relative;
  display: inline-block;
  padding-left: 55px;
}

.btn_contact span:after {
  content: "";
  position: absolute;
  background: url(../img/common/mail.png) no-repeat;
  background-size: 100% 100%;

  width: 36px;
  height: 26px;

  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link01 a span {
  position: relative;
  padding-left: 25px;
}

.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 {
  position: relative;
  width: 420px;
  height: 110px;
  box-sizing: border-box;
  padding: 43px 0 0;
  margin-top: -210px;
  margin-bottom: 70px;
  background: #f4f4f4;
}

.second_head:after {
  content: "";
  background: #f4f4f4;
  height: 110px;
  width: 10000px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: -10000px;
  top: 0;
}

.second_head .tx {
  font-size: 21px;
  padding: 3px 20px;
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  background: #1025c0;

  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  left: 0;
  top: -35px;
}

.second_head .t {
  font-size: 36px;

  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

.list01.list02 li {
  background: none !important;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}

.list01.list02 li .cl01 {
  width: 9em;
}

.paging01 {
  text-align: center;
  margin-top: 60px;
}

.paging01 span,
.paging01 a {
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background: #183eaa;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.paging01 a:hover,
.paging01 span {
  border: 2px solid #183eaa;
  background: #fff;
  color: #183eaa;
}

#breadcrumb {
  padding: 20px 0 15px;
}

#breadcrumb li {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

#breadcrumb li:first-child {
  padding-left: 0;
}

#breadcrumb li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #c7cde4;
  border-right: solid 3px #c7cde4;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
}

#breadcrumb li:first-child:after {
  display: none;
}

#breadcrumb li a {
  text-decoration: underline;
}

.news_wrap {
  background: #fff;
  padding: 70px 150px;
  box-shadow: 2px 2px 2px #999;
}

.news_head {
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
  margin: 0 0 50px;
}

.news_head .day {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #213b83;
  font-size: 16px;
  margin: 0 0 0;
}

.news_head .t {
  font-size: 21px;
  line-height: 1.4;
}

.news_body p {
  margin: 0 0 4em;
}

.news_body p:last-child {
  margin: 0;
}

.btn01.btn01_1 a {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
}

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

.paging02 a {
  width: 30%;
  text-decoration: underline;
  position: relative;
}

.paging02 .prev {
  float: left;
  padding-left: 25px;
}

.paging02 .next {
  float: right;
  padding-right: 25px;
  text-align: right;
}

.paging02 a: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: 8px;
  right: 0;
  margin: auto;
}

.paging02 .prev:after {
  right: auto;
  left: 0;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
.table01 {
  margin: 30px 0 50px;
}

.table01 th,
.table01 td {
  padding: 10px;
  font-size: 12px;
  border: 1px solid #666666;
  text-align: left;
}

.table01 th {
  background: #e4e7f3;
}


.table_form {
  width: 100%;
}

.table_form th,
.table_form td {
  vertical-align: top;
  text-align: left;
  padding: 0 0 30px;
  font-weight: normal;
}

.table_form th {
  width: 220px;
  font-size: 16px;
  padding: 5px 0 0;
}

.table_form th .t {
  margin-right: 15px;
  display: inline-block;
}

.table_form th span {
  font-size: 10px;
  padding: 0 10px;
  background: #1025c0;
  display: inline-block;
  color: #fff;
  position: relative;
  top: -3px;
}

.table_form textarea,
.table_form input {
  font-size: 18px;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 445px;
  height: 40px;
  border: 1px solid #666666;
  background: #e4e7f3;
}

.table_form textarea {
  width: 100%;
  height: 150px;
}

.sbimit_wap {
  text-align: center;
  margin-top: 40px;
}

.sbimit_wap {
  text-align: center;
  margin-top: 30px;
}

.h_photo {
  text-align: center;
  font-size: 0.8em;
  vertical-align: bottom;
}

.photo_1 {
  margin-bottom: 40px;
  margin-right: 20px;
  text-align: center;
}

.photo_1 img {
  margin-bottom: 5px;
}

.photo_2 {
  margin-bottom: 40px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.photo_2 img {
  margin-bottom: 5px;
}



.submit {
  width: 255px;
  height: 54px;
  line-height: 54px;
  margin: auto;
  background: #183eaa;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
  border: none;
  border-radius: 54px;
}

.submit.submit01 {
  border: none;
  background-color: #999;
}

.submit {
  cursor: pointer;
}

.submit:hover {
  opacity: 0.7;
}




.cp_ipselect {
  overflow: hidden;
  width: 220px;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl04 {
  position: relative;
  border: 1px solid #666666;
  border-radius: 50px;
  background: #e4e7f3;
}

.cp_ipselect.cp_sl04::before {
  content: "";

  width: 8px;
  height: 8px;
  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: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.cp_ipselect.cp_sl04 select {
  padding: 8px 10px;
  padding-right: 30px;
  color: #213b83;
}


/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/
.comp_block .cell01 {
  padding-right: 50px;
  color: #0c1e66;
  font-size: 24px;
  float: left;
  line-height: 1.4;
}

.comp_block .cell02 {
  float: left;
  border-left: 2px solid #bfc6e0;
  padding-left: 20px;
}

.comp_block .cell02 .tx01 {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.link_type01 {
  display: inline-block;
}

.link_type01 a {
  font-size: 10px;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 20px;
  background: #183eaa;
  display: block;
}

.table_wrap .table01 {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.btn_list {
  margin: 0 0 50px;
}

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

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

.btn_list li a {
  display: block;
  padding: 5px 25px;
  padding-left: 40px;
  position: relative;
  border: 2px solid #b1b4bf;
  border-radius: 20px;
}

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

  width: 8px;
  height: 8px;
  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: -3px;
  bottom: 0;
  left: 20px;
  margin: auto;
}



.content_block {
  margin: 0 0 50px;
}

.content_block:last-child {
  margin: 0;
}

.tl05 {
  font-size: 24px;
  color: #0c1e66;
  margin: 0 0 20px;
}

.tl06 {
  font-size: 20px;
  border-left: 2px solid #ee4705;
  padding-left: 20px;
  margin: 0 0 15px;
}

.comp_block01 {
  margin: 0 0 30px;
}

.comp_block01 .box .cell01 {
  width: 48%;
  float: left;
}

.comp_block01 .box .cell02 {
  width: 50%;
  float: right;
}

.comp_block01 .box .cell01 .img {
  float: left;
  width: 49%;
}

.comp_block01 .box .cell01 .img:nth-child(2) {
  float: right;
}

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

.comp_block01 .box .cell02 .tx01 {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.comp_block01 .box .cell02 .bx02 {
  display: flex;
  justify-content: space-between;
}

.comp_block01 .box .cell02 .bx02 .cl {
  flex-basis: 48%;
  border-left: 2px solid #bfc6e0;
  padding-left: 10px;
  font-size: 12px;
}

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

.comp_block01 .box .cell02 .bx03 {
  clear: both;
  margin: 20px 0 0px;
}

.comp_block01 .box .cell02 .bx03 img {
  height: 40px;
}



.bottom_cont {
  padding: 50px 0 !important;
}

.tel_sns_block.tel_sns_block01 {
  display: flex;
  flex-direction: column;
}

.tel_sns_block.tel_sns_block01 .cell02 {
  width: 749px;
  margin: 0 auto 20px;
}

.tel_sns_block.tel_sns_block01 .cell02 .banner01 {
  box-shadow: none;
}

.tel_sns_block.tel_sns_block01 .cell01 {
  margin: 0 auto;
}

@media (min-width:840px) {
  .tel_sns_block.tel_sns_block01 .cell01 {
    width: 656px;
    height: 174px;
    position: relative;
    padding-top: 48px;
  }

  .tel_sns_block.tel_sns_block01 .btn_contact {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 124px;
    height: 86px;
  }

  .tel_sns_block.tel_sns_block01 .btn_contact a {
    width: 100%;
    height: 100%;
    line-height: 1.2;
    font-size: 16px;
  }

  .tel_sns_block.tel_sns_block01 .btn_contact a span {
    padding: 38px 0 0;
  }

  .tel_sns_block.tel_sns_block01 .btn_contact a span:after {
    width: 24px;
    height: 17px;
    left: 0;
    right: 0;
    top: 12px;
    bottom: auto;
  }

}

.tel_sns_block.tel_sns_block01 .btn_contact.btn_contact01 a {
  box-shadow: 5px 5px 0 #7c7a7a;
}

.zs-bullets {
  display: none;
}




/*------------------------------------------------------------------------------
  recruit
------------------------------------------------------------------------------*/
.content04 {
  background-color: #fff;
}

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

.video_block iframe {
  width: 720px;
  height: 400px;
}

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

.maru_block .set {
  display: inline-block;
  margin: 0 20px;
}

.maru_block .box {
  display: flex;
  align-items: center;
  background: #fff;
  color: #1025c0;
  box-sizing: border-box;
  width: 178px;
  height: 178px;
  border-radius: 178px;
  text-align: center;
  box-shadow: 4px 4px #999;
}

.maru_block .box span {
  display: block;
  width: 100%;
}

.recruit_block01 {
  margin-bottom: -40px;
}

.recruit_block01 .box {
  float: left;
  width: 48%;
  margin: 0 0 40px;
}

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

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

.recruit_block01 .box .t_bx {
  margin: 0 0 10px;
}

.recruit_block01 .box .t_bx span {
  display: inline-block;
  margin: right;
  background: #ee4705;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 5px 10px;
  line-height: 1.2;
  margin-right: 15px;
}

.recruit_block01 .box .t_bx span:after {
  content: "";
  width: 20px;
  height: 22px;
  position: absolute;
  background: url(../img/recruit/icon01.png);
  background-size: 100% 100%;
  right: -10px;
  top: -10px;
}

.recruit_block01 .box .img {
  margin: 0 0 10px;
}

.recruit_block01 .box .t_bx .t {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.recruit_block01 .box .icon01 {
  padding-left: 1.2em;
  position: relative;
  margin-top: 10px;
  display: block;
}

.recruit_block01 .box .icon01:first-child {
  margin: 0;
}

.recruit_block01 .box .icon01:after {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: #ffb525;
}

.recruit_block01 .box .color01 {
  color: #213b83;
  display: block;
  font-size: 12px;
}

.tl05.tl05_1 {
  color: #fff;
}

.movie_box01 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
}

.movie_box01 .cell {
  text-align: center;
  float: left;
  width: 520px;
  margin: 0 0 40px;
}

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

.movie_box01 .cell:nth-child(3) {
  clear: both;
}

.movie_box01 .cell video {
  height: 290px;
  width: 100%;
  display: block;
}

.movie_box01 .cell01 {
  float: none;
  margin: auto;
}

.recruit_block02 {
  margin: 0 0 70px;
}

.recruit_block02:last-child {
  margin: 0;
}

.recruit_block02_head {
  color: #fff;
  position: relative;
  background: #4868c0;
}

.recruit_block02_head .in {
  background: url(../img/recruit/recruit_img02_1.png) top right no-repeat;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 240px;
  box-sizing: border-box;
}

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

.recruit_block02_1 .recruit_block02_head {
  background: #e27b28;
}

.recruit_block02_1 .recruit_block02_head .in {
  background-image: url(../img/recruit/recruit_img02_2.png);
}

.recruit_block02_head .in .tx {
  padding: 2px 10px;
  background: #213b83;
  position: absolute;
  left: 0;
  top: 0;
}

.recruit_block02_head .in .t {
  border-left: 2px solid #ee4705;
  padding-left: 15px;
  line-height: 1.4;
  font-size: 20px;
  margin: 0 0 10px;
  flex-basis: 100%;
  display: block;
  box-sizing: border-box;
}

.recruit_block02_1 .recruit_block02_head .in .t {
  border-color: #4868c0;
}

.recruit_block02_head .in .nm {
  display: block;
  flex-basis: 100%;
  box-sizing: border-box;
}

.recruit_block02_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 45px;
  background: #cdd7f3;
}

.recruit_block02_1 .recruit_block02_body {
  background: #f3decd;
}

.recruit_block02_body .box {
  flex-basis: 48%;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  margin-top: 35px;
}

.recruit_block02_body .box:nth-child(1),
.recruit_block02_body .box:nth-child(2) {
  margin: 0;
}


.recruit_block02_body .box p {
  margin: 0;
}

.q {
  position: relative;
  margin: 0 0 10px;
  padding: 4px 0;
  padding-left: 45px;
  font-size: 16px;
  color: #213b83;
}

.q span {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #213b83;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
}

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

.flow_block {
  margin: 0 0 100px;
}

.flow_block .box {
  display: table;
  width: 100%;
  margin: 0 0 50px;
  box-shadow: 4px 4px #999;
  position: relative;
}

.flow_block .box .cell01,
.flow_block .box .cell02 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  height: 106px;
}

.flow_block .box .cell01 {
  text-align: center;
  background: #213b83;
  color: #fff;
  width: 200px;
}

.flow_block .box .cell02 {
  padding: 20px 50px;
  background: #fff;
  position: relative;
}

.flow_block .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 60px 0 60px;
  border-color: #7f9def transparent transparent transparent;
  opacity: 0.4;
}

.flow_block .box:last-child:after {
  display: none;
}

.tel_box.tel_box01 .cl02 .tx {
  color: #213b83;
}


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

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

.qabox {
  border: 2px solid #7b99fd;
  padding: 30px;
  margin-top: 20px;
}

.qabox .t {
  margin: 0 0 5px;
  color: #1025c0;
}

.table01.table02 {
  width: 100%;
  background: #fff;
  margin: 0 0 50px;
}

.table01.table02 th,
.table01.table02 td {
  font-size: 14px;
  padding: 20px;
  vertical-align: top;
}

.table01.table02 th {
  width: 190px;
  color: #213b83;
}

.set_block01 .box {
  display: inline-block;
}

.set_block01 .box+.box {
  margin-left: 30px;
  vertical-align: top;
}

.btn01.btn01_2 a {
  padding-left: 20px;
  padding-right: 20px;
}

.btn01.btn01_2 a span {
  padding-right: 20px;
  position: relative;
  display: inline-block;
}

.btn01.btn01_2 a span:after {
  content: "";

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

.step_block {
  margin: 0 0 50px;
}

.step_block .box {
  width: 270px;
  height: 240px;
  background: #ffffff;
  color: #213b83;
  padding: 60px 30px 0;
  padding-right: 0;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-right: 110px;
}

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

.step_block .box:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 0;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 120px 70px;
  border-color: transparent transparent transparent #ffffff;
}

.step_block .box .st {
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: 36px;

  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
}

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

@media (min-width:840px) {

  .tel_sns_block.tel_sns_block01.tel_sns_block01_1 .cell01 {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }

  .tel_sns_block.tel_sns_block01.tel_sns_block01_1 .cell01 .tel_box,
  .tel_sns_block.tel_sns_block01.tel_sns_block01_1 .cell01 .btn_contact {
    display: inline-block;
    float: none;
    position: relative;
    text-align: left;
  }

  .tel_sns_block.tel_sns_block01.tel_sns_block01_1 .cell01 .btn_contact {
    margin-left: 20px;
    top: -10px;
    right: auto;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

#banner_solo.tel_sns_block01 {
  display: initial;
}

#banner_solo.tel_sns_block01 .cell02 {
  float: left;
  width: 430px;
  margin: 0;
}

#banner_solo.tel_sns_block01 .cell01 {
  position: relative;
  float: right;
  width: 656px;
  height: 174px;
  margin: 0;
  padding-top: 48px;
}


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

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

.block_type01 {
  margin: 0 0 40px;
}

.block_type01 .cell01 {
  width: 222px;
  float: left;
}


.block_type01 .cell02 {
  width: 540px;
  float: right;
}

.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

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

h4 {
  clear: both;
}

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

.news_wrap.news_wrap01:last-child {
  margin: 0;
}

.tl07 {
  color: #0C1E66;
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 1px solid #999999;
  padding: 0 0 10px;
  margin: 0 0 40px;
}

.tl08 {
  padding-left: 10px;
  border-left: 2px solid #EE4705;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 20px;
}

.tl09 {
  line-height: 1.4;
  margin: 30px 0 20px;
  background: #e9edf9;
  padding: 6px 10px 5px;
}

.table03 {
  width: 100%;
}

.table03.mb_adj {
  margin-bottom: 0;
}

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

.table03 th {
  box-sizing: border-box;
  width: 200px;
}

td.td_w8 {
  width: 75px;
}

td.td_w4 {
  width: 40px;
}


p.con_right {
  text-align: right;
}

p.con_center {
  text-align: center;
}

p.con_center img {
  margin-bottom: 10px;
}

p.con_strong {
  font-size: 1.2em;
  margin-top: 20px;
  color: #484a80;
}

span.font_b {
  color: #444bb5;
}

.clearboth {
  clear: both;
  padding-top: 20px;
}

.mg20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block_type01 a {
  text-decoration: underline;
}

.service_block01 {
  text-align: center;
  margin: 0 0 20px;
}

.service_block01 .tx01 {
  margin: 0 0 20px;
}

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


.service_block02 {
  text-align: center;
  margin: 0 0 50px;
}

.service_block02 .cell {
  width: 326px;
  display: inline-block;
  margin: 0 10px;
}


.service_block03 {
  margin: 0 0 50px;
}

.service_block03 .t_bx {
  margin: 0 0 10px;
}

.service_block03 .t_bx span {
  display: inline-block;
  margin: right;
  background: #ee4705;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding: 5px 10px;
  line-height: 1.2;
  margin-right: 15px;
}

.service_block03 .t_bx span:after {
  content: "";
  width: 20px;
  height: 22px;
  position: absolute;
  background: url(../img/recruit/icon01.png);
  background-size: 100% 100%;
  right: -10px;
  top: -10px;
}

.service_block03 .t_bx .t {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.t_bx01 {
  margin: 0 0 10px;
  padding-left: 110px;
}

.t_bx01 span {
  background: #1025C0;
  color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  line-height: 1.4;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.t_bx01 .t {
  display: inline-block;
}

.line_t {
  background: #1025C0;
  color: #1025C0;
  height: 1px;
  line-height: 1;
  margin: 50px 0 30px;
  text-align: center;
}

.line_t span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  top: -8px;
  display: inline-block;
}

.service_block04 {
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}

.service_block04 .cell {
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
  flex-basis: 48%;
  background: #E4E7F3;
}

.service_block04 .cell .t {
  margin: 0 0 10px;
  line-height: 1.4;
  color: #1025C0;
}

.service_block04 .col {
  color: #1025C0;
}

.service_block04 .sm {
  font-size: 12px;
}



.service_block05 {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_block05 .cell {
  flex-basis: 48%;
}

.table04 {
  width: 100%;
}

.table04:last-child {
  margin: 0;
}

.table04 th {
  width: 17em;
  vertical-align: top;
}

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

.color {
  color: #1025C0;
}

.service_block06 {
  margin: 0 0 50px;
  text-align: center;
}

.service_block06 .img01 {
  margin: 0 0 20px;
}

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

.service_block06 .tx01 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.service_block06 .tx02 {
  margin: 0 0 20px;
}

.service_block06 .tx02 span {
  color: #fff;
  background: #1025C0;
  border-radius: 30px;
  padding: 5px 20px;
}

.service_block06 .tx03 {
  margin: 0 0 10px;
  line-height: 1.4;
}

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

.link02 a {
  position: relative;
  color: #1025C0;
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
}

.link02 a:after {
  content: "";

  width: 8px;
  height: 8px;
  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: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
}

.service_block06 .img02 {
  margin-top: 20px;
}

.service_img01 {
  margin: 0 0 50px;
}

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

.service_block07 {
  text-align: center;
  padding: 20px;
  margin-top: 50px;
  border: 2px solid #EE4705;
}

.service_block07 .tx01 {
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.service_block07 .set {
  margin: 0 0 10px;
}

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

.service_block07 .set .tx02 {
  display: inline-block;
  width: 40%;
}

.service_block07 .set .tx02 span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
  border-radius: 30px;
  background: #1025C0;
}

.service_block07 .tx03 {
  font-size: 12px;
}

.service_block05.service_block05_1 .cell01 {
  flex-basis: 214px;
}

.service_block05.service_block05_1 .cell02 {
  flex-basis: 540px;
}

.tx_sm {
  font-size: 12px;
}

.table01.table04.table04_1 {
  margin: 0 0 10px;
}

.table01.table04.table04_1 th {
  width: 10em;
}

.table01 caption {
  text-align: left;
}

.service_logo01 {
  width: 200px;
  margin-left: 20px;
  vertical-align: middle;
}

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


.pagetop {
  bottom: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  z-index: 80;
  width: 58px;
  height: 58px;
}

.pagetop a {
  display: block;
  height: 100%;
  background: url(../img/common/page_top.jpg) no-repeat;
  background-size: 100%;
}


.list01 li .cl00 {
  float: left;
}

.list01 li .cl00 img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  margin-right: 20px;
}

.blog_space {
  float: left;
  padding-top: 20px;
}


/*------------------------------------------------------------------------------
  service_toc
------------------------------------------------------------------------------*/
/* トランクルーム */
#service p {
  line-height: 1.57;
  letter-spacing: 0;
}

#service .title_area {
  margin-bottom: 45px;
  text-align: center;
}

#service .title_area h3 {
  margin-bottom: 11px;
  color: #0C1E66;
  font-size: 20px;
  line-height: 1.15;
}

#service .title_area h4 {
  font-size: 36px;
  line-height: 1;
}

#service .flex01 {
  margin-bottom: 50px;
  padding: 0;
}

#service .flex01 .cell01 {
  width: 370px;
  margin-right: 23px;
}

#service .flex01 .cell02 {
  width: calc(100% - 393px);
}

#service .flex01 .cell02 p:last-of-type {
  margin-bottom: 0;
}

#service .flex02 {
  margin: 0 0 80px;
  padding: 0;
}

#service .flex02 .cell01 {
  width: calc(50% - 18px);
  margin-right: 36px;
}

#service .flex02 .cell_flex {
  display: flex;
}

#service .flex02 .cell_flex .img {
  width: 160px;
  margin-right: 12px;
}

#service .flex02 .cell_flex .desc {
  width: calc(100% - 172px);
  letter-spacing: 0;
}

#service .flex02 .desc_tl {
  margin-bottom: 9px;
  color: #0C1E66;
  font-size: 18px;
  line-height: 1;
}

#service .flex02 .frame_orange {
  width: 147px;
  height: 29px;
  padding: 0;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
}

#service .flex02 .cell02 .frame_orange {
  width: 172px;
}

#service .flex02 .note {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.33;
}

#service .btn_wrap a {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  border-radius: 16px;
  color: #fff;
  font-size: 10px;
}

#service .btn_wrap a:last-of-type {
  margin-right: 0;
}

#service .btn_wrap a::before {
  display: inline-block;
  position: absolute;
  content: '';
}

#service .btn_wrap .-map {
  padding: 6.5px 9px 6.5px 23px;
  background-color: #000;
}

#service .btn_wrap .-map::before {
  top: 7px;
  left: 9px;
  width: 10.5px;
  height: 14px;
  background: url(../img/service_toc/toc01/icon01.svg);
  background-repeat: no-repeat;
}

#service .btn_wrap .-tel {
  padding: 6.5px 12px 6.5px 27.5px;
  background-color: #1025C0;
}

#service .btn_wrap .-tel::before {
  top: 9px;
  left: 11px;
  width: 12px;
  height: 12px;
  background: url(../img/service_toc/toc01/icon02.svg);
  background-repeat: no-repeat;
}

#service .btn_wrap .-mail {
  padding: 6.5px 8px 6.5px 24.5px;
  background-color: #1025C0;
}

#service .btn_wrap .-mail::before {
  top: 10px;
  left: 8px;
  width: 13.5px;
  height: 10px;
  background: url(../img/service_toc/toc01/icon03.svg);
}

#service .border_area {
  width: 480px;
  margin: 0 auto 14px;
  padding: 0;
  border: none;
}

#service .border_area .img_left {
  top: 0;
  left: 0;
}

#service .border_area .img_right {
  top: 0;
  right: 0;
}

.service_table {
  width: 100%;
  margin-bottom: 80px;
}

.service_table .s_circle {
  font-size: 12px;
}

.service_table .d_circle {
  font-size: 20px;
}

#service .c_blue {
  color: #1025C0;
}

#service .c_orange {
  color: #EE4705;
}

.service_table tr:nth-of-type(2n) {
  background-color: #E4E7F3;
}

.service_table th,
.service_table td {
  height: 93px;
  border: 1px solid #707070;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
}

.service_table th {
  height: 367px;
}

.service_table th:first-of-type,
.service_table td:first-of-type {
  border-left: none;
}

.service_table th:last-of-type,
.service_table td:last-of-type {
  border-right: none;
}

.service_table h4 {
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 1;
}

.service_table .img {
  width: 200px;
  margin: 0 auto 14px;
}

.service_table .img img {
  border-radius: 50%;
}

.service_table a {
  display: inline-block;
  width: 271px;
  height: 37px;
  background-color: #1025C0;
  color: #fff;
  line-height: 37px;
}

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

/* モノクラ */
#service .flex03 {
  margin-bottom: 55px;
}

#service .flex03 .cell01 {
  width: calc(50% - 22px);
  margin-right: 44px;
}

#service .flex03 .cell02 {
  width: calc(50% - 22px);
}

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

#service .size_var .title_area {
  margin-bottom: 38px;
}

#service .size_var .title_area h3 {
  margin-bottom: 0;
}

#service .flex04 {
  justify-content: space-between;
  margin-bottom: 37px;
}

#service .flex04 li {
  width: 225px;
  text-align: center;
}

#service .flex04 li p {
  margin: 9px 0 6px;
}

#service .flex04 .border_area {
  width: 100%;
  margin: 0;
  padding: 9px;
  border: 1px solid #EE4705;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

#service .size_var .btn_wrap {
  display: flex;
  justify-content: space-between;
}

#service .size_var .btn_wrap a {
  display: inline-block;
  width: 370px;
  height: 37px;
  border-radius: 0;
  background-color: #1025C0;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
}

.tl08 .frame_orange {
  display: inline-block;
  margin-left: 14px;
  margin-bottom: 3px;
  padding: 4px 10.5px 5px;
  font-size: 11px;
  letter-spacing: 0;
  vertical-align: middle;
}

#service .service_block05 {
  justify-content: flex-start;
}

#service .service_block05 .note {
  margin: 11px 0 0;
  line-height: 1.64;
}

#service .service_block05 .cell01 {
  width: 345px;
  margin-right: 60px;
}

#service .service_block05 .btn_wrap .-map {
  padding: 6.5px 8px 6.5px 22px;
}

#service .service_block05 .btn_wrap .-tel {
  padding: 6.5px 11px 6.5px 26.5px;
}

#service .service_block05 .btn_wrap .-mail {
  padding: 6.5px 6.5px 6.5px 23.5px;
}

#service .table04+.line_t {
  margin-top: 65px;
}

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

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

#service .otokura .cell02 p {
  margin: 0 0 7px;
  letter-spacing: 0;
  text-align: center;
}

#service .otokura .cell02 p+p {
  margin-bottom: 12px;
}

#service .otokura .cell02 p:last-of-type {
  margin-bottom: 0;
}

#service .otokura .cell02 .border_area {
  width: 100%;
  margin: 0 0 10px;
  padding: 9px;
  border: 1px solid #EE4705;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}

#service .otokura .cell02 .note {
  font-size: 12px;
}

#service .service_img01 .note {
  margin: 14px 0 0;
  font-size: 12px;
}

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

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

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

/* 文書保管 */
#service.document .flex03 .cell02 p {
  margin: 0;
}

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

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

#service.document .size_var .note {
  text-align: center;
}

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


p.strong_red,span.strong_red{color: #c90000;}
span.strong01{background: linear-gradient(transparent 70%, #f8e000 0%);}
span.strong02{background: linear-gradient(transparent 70%, #a3d671 0%);}
span.strong03{background: linear-gradient(transparent 70%, #f38ba3 0%);}
span.strong04{background: linear-gradient(transparent 70%, #d1abf8 0%);}
span.strong05{background: linear-gradient(transparent 70%, #5accf6 0%);}

ul.yukiway{margin-bottom: 20px;}
ul.yukiway li{list-style-type: disc; margin:0px 0 5px 15px; }

img.rinen01{width: 540px;}
img.rinen02{width: 240px;}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.block_type01:after,
.step_block:after,
.movie_box01:after,
.recruit_block01:after,
.movie_box:after,
.comp_block01 .box .cell01:after,
.comp_block01 .box:after,
.comp_block:after,
.table_wrap:after,
.paging02:after,
.f_list_block:after,
.tel_box:after,
.tel_sns_block:after,
.cont_block02 .box:after,
.cont_block01 .cell02 .b_cont:after,
.cont_block01 .cell02 .h_cont:after,
.cont_block01:after,
#header:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}