@charset "utf-8";

body {
	font-size: 12px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
	padding: 5px 5px 5px 1em;
	font-size: 12px;
}

.pc {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}

#container {
	padding-top: 40px;
}

.main {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}


/* ヘッダー---------------- */
#head {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
  background: #fff;
}

#head_logo {
  padding: 10px 0 0 10px;
  text-align: left;
}

#head_logo img {
  max-width: 100%;
  height: auto;
}

#head_menu {
  position: absolute;
  top: 5px;
  right: 12px;
  z-index: 100;
  width: 30px;
}

#head_navi {
  display: none;
}

#sp_navi_on a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/sp_nav_open.png") no-repeat;
  background-position: center center;
  background-size: 100%;
}

#sp_navi_of a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url("../img/sp_nav_close.png") no-repeat;
  background-position: center center;
  background-size: 100%;
}

#sp_navi_of {
  display: none;
}

#sp_navi {
	position: fixed;
	top: 40px;
	left: 0;
  z-index: 100;
  display: none;
	width: 100%;
  padding: 45px 0 16px;
  overflow-y: scroll;
  color: #fff;
  text-align: center;
  background: #21428B;
}

.sp_navi {
  margin-bottom: 20px;
}

.sp_navi li a {
  font-size: 15px;
  line-height: 3;
  color: #fff;
}

#sp_navi_close a {
  display: block;
  width: 75px;
  height: 35px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/sp_menu_close.png") no-repeat;
  background-size: 100%;
}



#sp_navi .menu-item-text-only{
  display: none;
}

.hover-button-wrapper {
    padding: 20px 10px;
    text-align: center;
}

#sp_navi .menu-hover-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    padding: 10px 8px 10px 16px;
    margin: 0 auto;
    margin-right: 0;
    font-size: 15px;
    line-height: 2;
    color: #21428B;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border-top: 1px solid #21428B;
}

#sp_navi .menu-hover-button:first-child{
  border-top: none;
}

#sp_navi .menu-hover-button line {
    stroke:#21428B;
}


/* フッター----------------- */
#foot {
  width: 100%;
}

#foot01 {
  position: relative;
  height: 50px;
  padding-top: 18px;
  background: #EEF0F2;
}

.foot_t01 {
  font-size: 11px;
}

.foot_t01::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  vertical-align: middle;
  content: "";
  background: url("../img/icon_link01_sp.png") no-repeat;
  background-size: 100%;
}

#pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

#pagetop img {
  width: 100%;
  height: 100%;
}

#foot02 {
  padding: 30px 0 20px;
}

.foot_col01 {
  margin-bottom: 20px;
}

#foot_logo img {
  max-width: 100%;
  height: auto;
}

#copyright small {
  font-size: 10px;
  color: #A2A2A2;
}


/* トップ---------------- */
#top_main {
  position: relative;
  width: 100%;
  height: 612px;
}

#top_copy {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  z-index: 10;
  width: 73%;
  max-width: 550px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}

.top_copy01 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
}

.top_copy02 {
  font-size: 13px;
  line-height: 1.8;
}

.swiper-container {
  width: 100%;
  height: 612px;
  overflow: hidden;
}

.slide-img {
  width: 100%;
  height: 612px;
	overflow: hidden;
  text-indent: 100%;
	white-space: nowrap;
}

.slide01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide02 {
  background: url("../img/top_slide02_sp.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

.slide03 {
  background: url("../img/top_slide03_sp.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.slide-img img {
  display: block;
}

#top_info {
  position: absolute;
  right: 0;
  bottom: -133px;
  z-index: 10;
  width: 93.3%;
  padding: 16px 25px;
  background: #fff;
}

.top_info_in {
  text-align: left;
}

.top_info_col01 {
  padding-bottom: 15px;
  border-bottom: 1px solid #B2B2B2;
}

.top_info_col02 {
  padding-top: 15px;
}

.top_info_t01 {
  margin-bottom: 2px;
  font-size: 12px;
  color: #6195FF;
}

.top_info_t02 {
  font-size: 18px;
  font-weight: bold;
}

.top_info_date {
  margin-bottom: 6px;
  font-size: 11px;
}

.top_info_txt {
  font-size: 14px;
}

.top_info_txt + .top_info_txt {
  margin-top: 8px;
}

#top_work {
  position: relative;
  padding: 280px 0 120px;

  /* background: url("../img/top_work_bg_sp.png") no-repeat;
  background-size: 100%;
  background-position: top 133px center; */
}

#top_work::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

.top_work_bg_sp {
  position: absolute;
  top: 133px;
  right: 0;
  left: 0;
  z-index: -1;
  margin: 0 auto;
}

.top_work_bg_sp img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.top_work_bg {
  display: none;
}

.h2_01 {
  margin-bottom: 50px;
  font-size: 33px;
}

.main01 {
  width: 73.33%;
  margin: 0 auto;
}

#top_work .main01 {
  position: relative;
}

.top_work_ul {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.top_work_ul li {
  margin-bottom: 98px;
  text-align: left;
}

.top_work_ul li a {
  position: relative;
  display: block;
}

.top_work_ul li:last-child {
  margin-bottom: 109px;
}

.top_work_ul_img img {
  width: 100%;
  height: auto;
}

.top_work_ul_t01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 45.45%;
  height: 45px;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
}

.top_work_ul li:first-child .top_work_ul_t01 {
  background: #EEF0F2;
}

.top_work_ul_box {
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: 2;
  width: 90.9%;
  height: 100px;
  padding: 16px 20px;
  background: #fff;
}

.top_work_ul_t02 {
  margin-bottom: 10px;
  font-size: 13px;
}

.top_work_ul_t03 {
  font-size: 18px;
  font-weight: bold;
}

.top_work_ul li a .top_work_ul_box .btn01 {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 85px;
  font-size: 10px;
  color: #6195FF;
}

.top_work_ul li a .top_work_ul_box .btn01::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 100%;
}

.top_work_ul li a .top_work_ul_on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(97 149 255 / 50%);
  opacity: 0;
}

.btn02 a {
  display: block;
  width: 275px;
  height: 75px;
  padding-top: 26px;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #21428B url("../img/arrow02_sp.png") no-repeat;
  background-position: top 31px right 7px;
  background-size: 22px 14px;
}

#top_secret {
  position: relative;
  padding: 100px 0 80px;
  background: #EEF0F2;
}

#top_secret .bg_text {
  position: absolute;
  top: -81px;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 155px;
  content: "";
}

#top_secret .bg_text img {
  object-position: center top;
}

.top_col01 {
  position: relative;
  z-index: 2;
  text-align: left;
}

.top_col01_01 {
  margin-bottom: 45px;
}

#stability02 h2 ,
.tab_contents h2 ,
.h2_02 {
  margin-bottom: 25px;
  font-size: 33px;
}

#business01 p,
.p01 {
  margin-bottom: 30px;
  font-size: 12px;
}

.btn03 {
  width: 85px;
}

.btn03 a {
  position: relative;
  display: block;
  width: 85px;
  font-size: 10px;
  color: #6195FF;
}

.btn03 a::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 22px 14px;
}

#top_menu {
  padding-bottom: 70px;
  background: #EEF0F2;
}

#top_menu .main {
  width: 100%;
}

.top_menu01, .top_menu02, .top_menu03, .top_menu04, .top_menu05 {
  margin-bottom: 30px;
}

.top_menu01 a, .top_menu02 a, .top_menu03 a, .top_menu04 a, .top_menu05 a {
  position: relative;
  display: block;
}

.top_menu01 a .top_menu_img_on,
.top_menu02 a .top_menu_img_on,
.top_menu03 a .top_menu_img_on,
.top_menu04 a .top_menu_img_on,
.top_menu05 a .top_menu_img_on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(97 149 255 / 50%);
  opacity: 0;
}

.top_menu_box01, .top_menu_box02, .top_menu_box03, .top_menu_box04, .top_menu_box05 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 86.7%;
  height: 50px;
  padding: 5px 0 0 6.6%;
  background: #EEF0F2;
}

.top_menu_box_t01 {
  font-size: 22px;
  font-weight: bold;
}

.btn04 {
  position: absolute;
  top: 13px;
  right: 7px;
  display: block;
  width: 85px;
  font-size: 10px;
  color: #6195FF;
}

.btn04::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 22px 14px;
}

#entry_bar {
  padding: 50px 0 44px;
  color: #fff;
  background: #21428B;
}

.main02 {
  width: 73.33%;
  margin: 0 auto;
}

.entry_bar_col01 {
  margin-bottom: 25px;
}

.entry_bar_t01 {
  font-size: 15px;
}

#mynavi img {
  max-width: 100%;
  height: auto;
}


/* 下層ページ---------------- */

/* メッセージ */
#message_title {
  position: relative;
}

#message_title .bg_text {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  display: block;
  width: 87%;
  height: 62px;
  margin: 0 auto;
  content: "";
}

.content01 {
  padding: 45px 0 70px;
}

.h1_01 {
  font-size: 30px;
}

.message01_01, .message01_03 {
  background: #EEF0F2;
}

.message01_01 .main, .message01_03 .main {
  position: relative;
  padding-top: 110px;
}

.message01_01 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;

  /* background: url("../img/message_img01_sp.jpg") no-repeat;
  background-size: cover;
  background-position: left center; */
  z-index: 1;
  display: block;
  width: 108%;
  height: 200px;
  content: "";
  object-position: left center;
}

.message01_03 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;

  /* background: url("../img/message_img03_sp.jpg") no-repeat;
  background-size: cover;
  background-position: left center; */
  z-index: 1;
  display: block;
  width: 108%;
  height: 200px;
  content: "";
  object-position: left center;
}

.txt_box01 {
  position: relative;
  z-index: 10;
  width: 92.3%;
  padding: 50px 0 30px;
  background: #EEF0F2;
}

#recruitment01 .txt_box01 {
  padding: 10px 0 30px;
}

.h2_03 {
  margin-bottom: 20px;
  font-size: 18px;
}

.h2_03 span {
  position: relative;
}

.h2_03 span::after {
  position: absolute;
  top: 12px;
  right: -125px;
  display: block;
  width: 118px;
  height: 1px;
  vertical-align: middle;
  content: "";
  background: #000;
}

.txt01 {
  font-size: 27px;
  font-weight: bold;
}

.message01_02 {
  padding: 40px 0 140px;
}

.message01_02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 190px;
  content: "";
  background: #EEF0F2;
}

.message01_02 .main {
  position: relative;
  z-index: 10;
}

.bg01 {
  position: relative;
}

.bg01::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.main03 {
  width: 100%;
  text-align: left;
}

.h3_01 ,
.message-sentence h3 {
  margin-bottom: 20px;
  font-size: 16px;
}

.p02,
.message-sentence p {
  margin-bottom: 40px;
}

.p03 {
  margin-bottom: 60px;
}

.col01 {
  text-align: left;
}

.col01_01 {
  margin-bottom: 30px;
}

.col01_02 {
  width: 100%;
}

.txt02 {
  font-size: 14px;
}

.txt03 {
  font-size: 18px;
  font-weight: bold;
}


/* 会社について */
#company_title {
  position: relative;
}

#company_title .bg_text {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  display: block;
  width: 87%;
  height: 62px;
  margin: 0 auto;
  content: "";
}

.company01_01 {
  background: #EEF0F2;
}

.company01_01 .main {
  position: relative;
  padding-top: 110px;
}

.company01_01 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 200px;
}

.main_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.txt04 {
  margin-right: 6%;
  font-size: 16px;
  font-weight: bold;
}

.company01_02 {
  padding: 60px 0 105px;
}

.ul01 li {
  margin-bottom: 45px;
}

.ul01 li:last-child {
  margin-bottom: 0;
}

.ul01 li a {
  position: relative;
  display: block;
}

.ul01_img img {
  width: 100%;
  height: auto;
}

.ul01_t01 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.ul01 li a .ul01_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 150px;
  height: 40px;
  padding: 20px 0 0 60px;
  font-size: 11px;
  color: #6195FF;
  background: #fff;
}

.ul01 li a .ul01_btn::after {
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 22px 14px;
}


/* 会社下部ナビ */
.foot_navi01 {
  width: 100%;
  height: 70px;
  padding: 22px 0 0 15px;
  color: #fff;
  text-align: left;
  background: #6195FF;
}

.foot_navi_btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.foot_navi_btn a::after {
  position: absolute;
  top: 8px;
  right: -30px;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow02_sp.png") no-repeat;
  background-size: 22px 14px;
}

.foot_navi02 ul li {
  text-align: left;
}

.foot_navi02 ul li a {
  position: relative;
  display: block;
  height: 100px;
  padding: 45px 0 0 4%;
  color: #fff;
  text-decoration: none;
}

.foot_navi02 ul li.company_navi01 a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.foot_navi02 ul li.company_navi01 a .image_sp_hover {
  opacity: 0;
}

.foot_navi02 ul li.company_navi01_on a .image_sp_hover {
  opacity: 1;
}

.foot_navi02 ul li.company_navi01 .image,
.foot_navi02 ul li.company_navi01 .image_hover {
  display: none;
}

/* .foot_navi02 ul li.company_navi02 a {
  background: url("../img/company_navi02_sp.jpg") no-repeat;
  background-size: cover;
}
.foot_navi02 ul li.company_navi02_on a {
  background: url("../img/company_navi02_on_sp.jpg") no-repeat;
  background-size: cover;
}
.foot_navi02 ul li.company_navi03 a {
  background: url("../img/company_navi03_sp.jpg") no-repeat;
  background-size: cover;
}
.foot_navi02 ul li.company_navi03_on a {
  background: url("../img/company_navi03_on_sp.jpg") no-repeat;
  background-size: cover;
}
.foot_navi02 ul li.company_navi04 a {
  background: url("../img/company_navi04_sp.jpg") no-repeat;
  background-size: cover;
}
.foot_navi02 ul li.company_navi04_on a {
  background: url("../img/company_navi04_on_sp.jpg") no-repeat;
  background-size: cover;
} */
.foot_navi_t01 {
  font-size: 15px;
  font-weight: bold;
}

.foot_navi02 ul li a .foot_navi_t01 span::after {
  display: inline-block;
  width: 22px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -2px;
  content: "";
  background: url("../img/arrow02_sp.png") no-repeat;
  background-size: 22px 14px;
}

.foot_navi02 ul li a:hover .foot_navi_t01 span::after {
  display: none;
}

.foot_navi02 ul li.company_navi01_on a .foot_navi_t01 span::after,
.foot_navi02 ul li.company_navi02_on a .foot_navi_t01 span::after,
.foot_navi02 ul li.company_navi03_on a .foot_navi_t01 span::after,
.foot_navi02 ul li.company_navi04_on a .foot_navi_t01 span::after {
  display: none;
}


/* 安定性の秘密 */
#stability_title {
  position: relative;
}

#stability_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 135px;
  content: "";
  background: #EEF0F2;
}

#stability_title .main {
  position: relative;
}

.content03 {
  padding: 35px 0 220px;
}

#stability_title .main .main_bg {
  position: absolute;
  top: 55px;
  left: 0;

  /* background: url("../img/stability_img01_sp.jpg") no-repeat;
  background-size: cover; */
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
}

#stability01 {
  padding: 50px 0 70px;
}

.h2_04 {
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-size: 27px;
  border-bottom: 1px solid #000;
}

.ul02 li {
  margin-bottom: 60px;
  text-align: center;
}

.ul02 li:last-child {
  margin-bottom: 0;
}

.ul02_img {
  margin-bottom: 30px;
}

.ul02_t01 {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.ul02_t01::after {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #6195FF;
}

.ul02_t01 span {
  display: inline-block;
  padding-right: 10px;
  font-size: 10px;
  color: #6195FF;
  background: #fff;
}

.ul02_t02 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.stability01 .ul02 p,
.ul02_t03 {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.6;
}

#stability02 {
  position: relative;
  padding-top: 50px;
}

#stability02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.stability02_01 {
  margin-bottom: 30px;
}

.stability02_01 p {
  margin-bottom: 40px;
}

.stability02_02 {
  position: relative;
  width: 100%;
  height: 484px;
  text-align: right;
}

.stability02_02 .bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80%;
  height: 389px;
  content: "";
}

.stability02_02 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn05 {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
}

.btn05 a {
  position: relative;
  display: block;
  width: 150px;
  height: 50px;
  padding: 18px 0 0 15px;
  font-size: 10px;
  color: #6195FF;
  background: #fff;
}

.btn05 a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 22px 14px;
}

#stability03 {
  padding: 80px 0 105px;
}

.stability03_01, .stability03_02, .stability03_03 {
  position: relative;
  padding: 40px 0 55px;
  margin-bottom: 2px;
}

.stability03_01::before, .stability03_02::before, .stability03_03::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 80%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.stability03_01 .stability_bg {
  position: absolute;
  right: 0;
  bottom: -19px;

  /* background: url("../img/stability_policy_bg.png") no-repeat;
  background-size: contain; */
  z-index: 1;
  display: block;
  width: 98%;

  /* max-width: 320px; */
  height: 60px;
  content: "";
}

.stability03_01 .stability_bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

.stability03_02::after {
  position: absolute;
  right: 0;
  bottom: -19px;
  z-index: 1;
  display: block;
  width: 98%;
  max-width: 370px;
  height: 60px;
  content: "";
  background: url("../img/stability_mission_bg.png") no-repeat;
  background-size: contain;
}

.stability03_03::after {
  position: absolute;
  right: 0;
  bottom: -19px;
  z-index: 1;
  display: block;
  width: 98%;
  max-width: 305px;
  height: 60px;
  content: "";
  background: url("../img/stability_vision_bg.png") no-repeat;
  background-size: contain;
}

.main04 {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.h3_02 {
  margin-bottom: 20px;
  font-size: 33px;
}

.txt_box02 {
  margin-left: 25px;
}

.stability03_04 {
  position: relative;
  width: 100%;
  height: 150px;
}

.stability03_04::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 80%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.btn06 {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: left;
}

.btn06 a {
  position: relative;
  display: block;
  width: 150px;
  height: 50px;
  padding: 18px 0 0 15px;
  font-size: 10px;
  color: #6195FF;
  background: #fff;
}

.btn06 a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 22px 14px;
}


/* フォトロンについて */
#profile_title {
  position: relative;
}

#profile_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 135px;
  content: "";
  background: #EEF0F2;
}

#profile_title .main {
  position: relative;
}

#profile_title .main::before {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/profile_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#profile01 {
  padding-bottom: 100px;
  background: #EEF0F2;
}

.col02_01 {
  margin-bottom: 45px;
}

.col02_02 {
  text-align: right;
}

.wp-block-table.table01 {
  margin: 0;
}

.table01 table ,
.table01 {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #D2D8DE;
}

.table01 tr {
  border-bottom: 1px solid #D2D8DE;
}

.table01 td:first-child ,
.table01 th {
  display: block;
  padding: 20px 15px 15px;
  font-weight: bold;
}

.table01 td {
  display: block;
  padding: 0 15px 20px;
}

#profile02 {
  padding: 50px 0;
  background: #02020E url("../img/profile_bg01_sp.jpg") no-repeat;
  background-position: center top;
  background-size: 100%;
}

.profile02_01 {
  color: #fff;
}

.h2_05 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 27px;
  border-bottom: 1px solid #fff;
}

.txt05 {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
}

.profile02_02 {
  position: relative;
  margin-bottom: 25px;
}

.profile02_02::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 80%;
  height: 100%;
  content: "";
  background: #fff;
}

.box01 {
  position: relative;
  z-index: 2;
  padding: 55px 0 25px;
  background: #fff;
}

.box01_t01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 60px;
  padding-top: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #6195FF;
}

#profile03 {
  padding: 50px 0;
}

.h2_06 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 27px;
  border-bottom: 1px solid #000;
}

.h3_03 {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
}

.h3_03 br {
  display: none;
}

.box02 {
  margin-bottom: 50px;
}

.box02_t01 {
  margin-bottom: 30px;
}


/* ７つの事業 */
#business_title {
  position: relative;
}

#business_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 135px;
  content: "";
  background: #EEF0F2;
}

#business_title .main {
  position: relative;
}

#business_title .main::before {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/business_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#business01 {
  position: relative;
  padding-bottom: 80px;
}

#business01::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 480px;
  content: "";
  background: #EEF0F2;
}

#business01 h2 ,
.h2_07 {
  padding-bottom: 15px;
  margin-bottom: 35px;
  font-size: 27px;
  border-bottom: 1px solid #000;
}

#business01 h3 ,
.h3_05 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}

.business01_01 {
  position: relative;
  z-index: 2;
}

.business01_01::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 80%;
  height: 100%;
  content: "";
  background: #fff;
}

.business01_01 .main {
  padding-top: 40px;
  text-align: center;
  background: #fff;
}

#business02, #business03, #business04, #business05, #business06, #business07 {
  padding-bottom: 80px;
}

.business02_01,
.business03_01,
.business04_01,
.business05_01,
.business06_01,
.business07_01,
.business08_01 {
  position: relative;
  padding-top: 230px;
}

.business02_01 .main_bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 93.3%;
  height: 197px;
  content: "";
}

.txt_box03 {
  width: 100%;
}

.business02_01 p,
.business03_01 p,
.event02_01 p,
.p04 {
  margin-bottom: 25px;
}

.business02_01 h3,
.business03_01 h3,
.h3_04 {
  position: relative;
  margin-bottom: 20px;
  font-size: 12px;
  color: #6195FF;
}

.business02_01 h3::after,
.business03_01 h3::after,
.h3_04::after {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #6195FF;
}

.business02_01 h3 strong,
.business03_01 h3 strong,
.h3_04 span {
  display: inline-block;
  padding-right: 10px;
  background: #fff;
}

.wp-block-lazyblock-recruit-sentence-block p,
.table02 p,
.p05 {
  margin-bottom: 25px;
}

.p06 {
  margin-bottom: 40px;
}

.ul06 li {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.ul07 li {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.ul07 li:last-child {
  margin-bottom: 0;
}

.btn08 a {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  padding-top: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #21428B url("../img/arrow02_sp.png") no-repeat;
  background-position: top 31px right 7px;
  background-size: 22px 14px;
}

.btn08_t01 {
  margin-bottom: 10px;
  font-size: 15px;
}

.btn08_t02 {
  font-size: 12px;
}


.btn09 a {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  padding-top: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #21428B url("../img/arrow02_sp.png") no-repeat;
  background-position: top 31px right 7px;
  background-size: 22px 14px;
}

.btn09_t01 {
  margin-bottom: 10px;
  font-size: 15px;
}

.btn09_t02 {
  font-size: 12px;
}


.business03_01 .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 93.3%;
  height: 197px;
  content: "";
}

.txt_box04 {
  width: 100%;
}

.business04_01::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 93.3%;
  height: 197px;
  content: "";
  background: url("../img/business_img05.jpg") no-repeat;
  background-size: cover;
}

.business05_01::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 93.3%;
  height: 197px;
  content: "";
  background: url("../img/business_img06.jpg") no-repeat;
  background-size: cover;
}

.business06_01::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 93.3%;
  height: 197px;
  content: "";
  background: url("../img/business_img07.jpg") no-repeat;
  background-size: cover;
}

.business07_01::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 93.3%;
  height: 197px;
  content: "";
  background: url("../img/business_img08.jpg") no-repeat;
  background-size: cover;
}

#business08 {
  padding-bottom: 105px;
}

.business08_01::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 93.3%;
  height: 197px;
  content: "";
  background: url("../img/business_img09.jpg") no-repeat;
  background-size: cover;
}


/* 業績 */
#performance_title {
  position: relative;
}

#performance_title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 135px;
  content: "";
  background: #EEF0F2;
}

#performance_title .main {
  position: relative;
}

#performance_title .main::before {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/performance_img01_sp.jpg") no-repeat;
  background-size: cover;
}

.performance01 {
  position: relative;
  padding-bottom: 45px;
  background: #EEF0F2;
}

.performance01::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 480px;
  content: "";
  background: #EEF0F2;
}

.performance01_01 {
  position: relative;
}

.performance01_01::after {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 1;
  display: block;
  width: 93.33%;
  height: calc(100% - 65px);
  content: "";
  background: #fff;
}

.performance01_01 .main {
  position: relative;
  z-index: 2;
}

.txt_box05 {
  margin-bottom: 25px;
  font-size: 13px;
  background: #EEF0F2;
}

.main05 {
  width: 100%;
}

.performance01_01 .main05 {
  padding: 50px 30px;
  text-align: right;
}

.performance02 {
  position: relative;
  padding-bottom: 45px;
  background: #EEF0F2;
}

#performance03 {
  position: relative;
  padding: 60px 0 105px;
}

.col03_01 {
  margin-bottom: 40px;
}

.box03 {
  padding-bottom: 30px;
  background: #EEF0F2;
}

.box03_t01 {
  padding-bottom: 25px;
  font-size: 13px;
  font-weight: bold;
  background: #fff;
}

.box03_img {
  margin: 30px 15px 0;
}


/* 仕事と人 */
#people_title {
  position: relative;
}

#people_title .bg_text {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  content: "";
}

.people01_01 {
  background: #EEF0F2;
}

.people01_01 .main {
  position: relative;
  padding-top: 110px;
}

.people01_01 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 200px;
}

#people02 {
  padding-top: 75px;
}

.main06 {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.box04 a {
  position: relative;
  display: block;
  margin-bottom: 300px;
}

.box04_t01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100px;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
}

.box04_txt {
  position: absolute;
  top: 82.7%;
  right: 0;
  z-index: 2;
  width: 78.5%;
  padding: 24px 24px 30px;
  background: #fff;
}

.box04_col01 {
  margin-bottom: 20px;
}

.box04_t02 {
  font-size: 13px;
  font-weight: bold;
}

.box04_t03 {
  margin-bottom: 10px;
  font-size: 13px;
}

.box04_t04 {
  font-size: 18px;
  font-weight: bold;
}

.box04_btn, .box05_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  font-size: 10px;
  color: #6195FF;
}

.box04_btn::after, .box05_btn::after {
  display: inline-block;
  width: 22px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -2px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 22px 14px;
}

.ul03 li {
  width: 85%;
  margin: 0 auto;
  line-height: 1.5;
}

.box05 {
  position: relative;
  margin-bottom: 160px;
}

.box05_t01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 60px;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
}

.box05_txt {
  position: absolute;
  top: 82.7%;
  right: -10%;
  width: 92.7%;
  padding: 24px 24px 30px;
  background: #fff;
}

.box05_t02 {
  margin-bottom: 10px;
  font-size: 13px;
}

.box05_t03 {
  font-size: 18px;
  font-weight: bold;
}


/* 仕事と人下部ナビ */
.foot_navi03 ul li {
  line-height: 1.4;
  text-align: left;
}

.foot_navi03 ul li a {
  position: relative;
  display: block;
  height: 100px;
  padding: 40px 0 0 4%;
  color: #fff;
  text-decoration: none;
}

.foot_navi03 ul li a img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: .3s;
  object-fit: cover;
}

.foot_navi03 ul li a .people_navi_img_on {
  opacity: 0;
}

.foot_navi03 ul li a:hover .people_navi_img_on,
.foot_navi03 ul .people_navi.-on a .people_navi_img_on {
  opacity: 1;
}


.foot_navi03 ul li a .foot_navi_t01 span::after {
  display: inline-block;
  width: 22px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -2px;
  content: "";
  background: url("../img/arrow02_sp.png") no-repeat;
  background-size: 22px 14px;
}

.foot_navi03 ul .people_navi.-on a .foot_navi_t01 span::after {
  display: none;
}


/* 技術×小林 磨里・廣部 美優 */
#people_01_title {
  position: relative;
}

#people_01_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_01_title .main {
  position: relative;
}

#people_01_title .main::before {
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_01_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_01_title .main07 {
  margin-top: 200px;
}

.people_01_01_01, .people_01_01_03, .people_01_01_05 {
  margin-bottom: 40px;
}

.people_01_01_02 {
  position: relative;
  width: 87%;
  margin: 0 auto 60px;

  /* padding: 185px 0 40px; */
  text-align: right;
}

.people_01_01_02 .people_bg {
  /* position: absolute;
  top: 0;
  left: 0;
  display: block; */

  /* content: ""; */
  width: 100%;

  /* height: 175px; */

  /* background: url("../img/people_01_img02.jpg") no-repeat;
  background-size: cover; */
}

.people_bg img {
  /* object-fit: cover; */
  width: 100%;

  /* height: 100%; */
}

.people_01_01_02 .caption01 {
  margin-top: 12px;
}

.people_01_01_04 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  margin-left: 6.67%;
  text-align: left;
}

.people_01_01_04::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_01_img03.jpg") no-repeat;
  background-size: cover;
}

#people_01_02 {
  position: relative;
}

#people_01_02::before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 95.7%;
  height: 60px;
  margin: 0 auto;
  content: "";
  background: url("../img/people_schedule_bg_sp.png") no-repeat;
  background-size: contain;
}

.people_01_02_01 {
  padding-bottom: 70px;
  border-bottom: 2px solid #fff;
}

.people_01_02_02 {
  padding-top: 70px;
}


/* 02_林田 */
#people_02_title {
  position: relative;
}

#people_02_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_02_title .main {
  position: relative;
}

#people_02_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_02_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_02_title .main07 {
  margin-top: 200px;
}

.people_02_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_02_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_02_img02.jpg") no-repeat;
  background-size: cover;
}

/* 03_見ル野 */
#people_03_title {
  position: relative;
}

#people_03_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_03_title .main {
  position: relative;
}

#people_03_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_03_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_03_title .main07 {
  margin-top: 200px;
}

.people_03_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_03_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_03_img02.jpg") no-repeat;
  background-size: cover;
}

/* 04_佐藤 */
#people_04_title {
  position: relative;
}

#people_04_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_04_title .main {
  position: relative;
}

#people_04_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_04_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_04_title .main07 {
  margin-top: 200px;
}

.people_04_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_04_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_04_img02.jpg") no-repeat;
  background-size: cover;
}

/* 05_西 */
#people_05_title {
  position: relative;
}

#people_05_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_05_title .main {
  position: relative;
}

#people_05_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_05_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_05_title .main07 {
  margin-top: 200px;
}

.people_05_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_05_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_05_img02.jpg") no-repeat;
  background-size: cover;
}

/* 06_石川 */
#people_06_title {
  position: relative;
}

#people_06_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_06_title .main {
  position: relative;
}

#people_06_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_06_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_06_title .main07 {
  margin-top: 200px;
}

.people_06_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_06_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_06_img02.jpg") no-repeat;
  background-size: cover;
}

/* 07_小川 */
#people_07_title {
  position: relative;
}

#people_07_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_07_title .main {
  position: relative;
}

#people_07_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_07_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_07_title .main07 {
  margin-top: 200px;
}

.people_07_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_07_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_07_img02.jpg") no-repeat;
  background-size: cover;
}

/* 08_佐藤 */
#people_08_title {
  position: relative;
}

#people_08_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_08_title .main {
  position: relative;
}

#people_08_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_08_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_08_title .main07 {
  margin-top: 200px;
}

.people_08_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_08_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_08_img02.jpg") no-repeat;
  background-size: cover;
}

/* 09_高橋 */
#people_09_title {
  position: relative;
}

#people_09_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_09_title .main {
  position: relative;
}

#people_09_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_09_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_09_title .main07 {
  margin-top: 200px;
}

.people_09_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_09_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_09_img02.jpg") no-repeat;
  background-size: cover;
}

/* 10_桧垣 */
#people_10_title {
  position: relative;
}

#people_10_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_10_title .main {
  position: relative;
}

#people_10_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_10_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_10_title .main07 {
  margin-top: 200px;
}

.people_10_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_10_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_10_img02.jpg") no-repeat;
  background-size: cover;
}

/* 11_森嵜 */
#people_11_title {
  position: relative;
}

#people_11_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_11_title .main {
  position: relative;
}

#people_11_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_11_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_11_title .main07 {
  margin-top: 200px;
}

.people_11_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_11_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_11_img02.jpg") no-repeat;
  background-size: cover;
}

/* 12_原 */
#people_12_title {
  position: relative;
}

#people_12_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_12_title .main {
  position: relative;
}

#people_12_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_12_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_12_title .main07 {
  margin-top: 200px;
}

.people_12_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_12_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_12_img02.jpg") no-repeat;
  background-size: cover;
}

/* 13_佐藤 */
#people_13_title {
  position: relative;
}

#people_13_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_13_title .main {
  position: relative;
}

#people_13_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_13_img01_sp.jpg") no-repeat;
  background-size: cover;
}

#people_13_title .main07 {
  margin-top: 200px;
}

.people_13_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_13_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_13_img02.jpg") no-repeat;
  background-size: cover;
}

/* 14_板垣 */
#people_14_title {
  position: relative;
}

#people_14_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_14_title .main {
  position: relative;
}

#people_14_title .main_bg {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
}

#people_14_title .main07 {
  margin-top: 200px;
}

.people_14_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_14_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_14_img02.jpg") no-repeat;
  background-size: cover;
}

/* 14_板垣 */
#people_15_title {
  position: relative;
}

#people_15_title::after {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 600px;
  content: "";
  background: #EEF0F2;
}

#people_15_title .main {
  position: relative;
}

#people_15_title .main::before {
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 150px;
  content: "";
  background: url("../img/people_15_img01.jpg") no-repeat;
  background-size: cover;
}

#people_15_title .main07 {
  margin-top: 200px;
}

.people_15_01_02 {
  position: relative;
  width: 93.33%;
  padding: 185px 0 40px;
  text-align: right;
}

.people_15_01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 175px;
  content: "";
  background: url("../img/people_15_img02.jpg") no-repeat;
  background-size: cover;
}



.content04 {
  padding: 35px 0 50px;
}

.main07 {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.dl01 {
  line-height: 1.8;
}

.dl01 dt {
  font-size: 18px;
  font-weight: bold;
}

.dl01 dt span {
  font-size: 11px;
}

.dl01 dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  border-bottom: 1px solid #000;
}

.dl01 dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sage01 {
  margin-left: 3em;
  text-indent: -3em;
}

.sage11 {
  margin-left: 4em;
  text-indent: -4em;
}

.content05 {
  position: relative;
  z-index: 5;
  padding: 50px 0 70px;
  background: #fff;
}

.content05::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 13.3%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.txt06 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: bold;
}

.txt_line01 {
  position: relative;
  z-index: 5;
  margin-bottom: 35px;
  font-size: 11px;
  color: #6195FF;
}

.txt_line01::after {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #6195FF;
}

.txt_line01 span {
  display: inline-block;
  padding-right: 10px;
  background: #fff;
}

.wp-block-lazyblock-recruit-sentence-block h2,
.h2_08 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}

.txt_box06 {
  margin-bottom: 30px;
  color: #848A91;
}

.txt_box06 p {
  margin-left: 1em;
  text-indent: 1em;
}


.content06 {
  padding: 60px 0 100px;
  background: #EEF0F2;
}

.main08 {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.col04_01 {
  margin-bottom: 20px;
}

.txt07 {
  font-size: 22px;
  font-weight: bold;
}

.schedule01 dl {
  position: relative;
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.schedule01 dl::before {
  position: absolute;
  top: 10px;
  left: 85px;
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  content: "";
  background: #6195FF;
}

.schedule01 dl dt {
  width: 60px;
  font-size: 22px;
  color: #6195FF;
  text-align: center;
}

.schedule01 dl dd {
  position: relative;
  width: calc(100% - 90px);
  padding: 6px 0 0 50px;
  margin-bottom: 50px;
  font-size: 13px;
}

.schedule01 dl dd:last-child {
  margin-bottom: 0;
}

.schedule01 dl dd::before {
  position: absolute;
  top: 10px;
  left: 18px;
  z-index: 2;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/dot01.png") no-repeat;
}



/* 働く環境 */
#environment_title {
  position: relative;
}

#environment_title .bg_text {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  display: block;
  width: 87%;
  height: 64px;
  margin: 0 auto;
  content: "";
}

.environment01_01 {
  background: #EEF0F2;
}

.environment01_01 .main {
  position: relative;
  padding-top: 110px;
}

.environment01_01 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 200px;
  content: "";
}

.environment01_02 {
  padding-bottom: 65px;
  background: #EEF0F2;
}

.main09 {
  width: 87%;
  margin: 0 auto;
}

.page_navi01 {
  display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.page_navi01 li:nth-child(1) {
  width: 29.6%;
  border-left: 1px solid #000;
}

.page_navi01 li:nth-child(2) {
  width: 32.2%;
  border-left: 1px solid #000;
}

.page_navi01 li:nth-child(3) {
  width: 38.2%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.page_navi01 li a {
  display: block;
  height: 60px;
  padding-top: 22px;
  font-size: 15px;
  text-align: center;
}

.content07 {
  position: relative;
  padding: 50px 0 110px;
}

.content07::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 20%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.content07::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 45px;
  content: "";
  background: #EEF0F2;
}

.content07 h2,
.h2_09 {
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 27px;
  border-bottom: 1px solid #000;
}

.environment02_01 {
  position: relative;
  margin-bottom: 55px;
}

.txt_box07 {
  margin-bottom: 30px;
}

.ul04 li {
  width: 100%;
}

.environment02_02 {
  margin-bottom: 45px;
}

.dl02 {
  border-top: 1px solid #6195FF;
}

.dl02 dt {
  padding: 25px 12px 15px;
  font-size: 18px;
  font-weight: bold;
}

.dl02 dd {
  padding: 0 12px 20px;
  font-size: 12px;
  border-bottom: 1px solid #6195FF;
}

.col05 > *:last-child {
  margin-bottom: 0;
}

.col05_01,
.col05_02 {
  margin-bottom: 25px;
}

#environment03 .h2_04 {
  margin-bottom: 30px;
}

.environment03_01 {
  position: relative;
  min-height: 340px;
  margin-bottom: 50px;
}

.environment03_02 {
  position: relative;
  min-height: 390px;
  margin-bottom: 50px;
}

.environment03_03 {
  position: relative;
  min-height: 360px;
}

.environment03_01 .main_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 93.3%;
  height: 195px;
  content: "";
}

.environment03_02 .main_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 93.3%;
  height: 195px;
  content: "";
}

.environment03_03::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 93.3%;
  height: 195px;
  content: "";
  background: url("../img/environment_img09.jpg") no-repeat;
  background-size: cover;
}

.main10 {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.txt_box08 {
  width: 100%;
}

.txt_box09 {
  width: 100%;
}

.content07 h3,
.h3_06 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

#environment04 .h2_04 {
  margin-bottom: 30px;
}

.environment04_01 {
  padding-bottom: 50px;
}

.txt_box10 {
  margin-bottom: 30px;
  font-size: 12px;
}

.img_box01 {
  position: relative;
  right: 0;
  width: 115%;
  height: 150px;
}

.environment04_02 {
  padding-bottom: 50px;
}

.h3_07 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}

.txt08 {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 2;
}

.dl03 dt {
  padding: 25px 10px;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #6195FF;
}

.dl03 dd {
  padding: 0 10px 25px;
  font-size: 12px;
}

.p07 {
  margin-bottom: 20px;
}

.ul05 {
  margin: 10px 0 30px;
}

.ul05 li {
  margin-left: 30px;
  line-height: 1.8;
  list-style: disc;
}

.txt_box11 {
  font-size: 14px;
  color: #848A91;
}

.environment04_04 {
  position: relative;
}

.bg_text.-left img {
  object-position: left;
}

.bg_text.-right img {
  object-position: right;
}

.bg_text.-left.-top img {
  object-position: left top;
}

.bg_text.-right.-top img {
  object-position: right top;
}

.environment04_04 .bg_text {
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  content: "";
}

.environment04_04 .bg_text img {
  object-position: left top;
}

.bg_text img {
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: 100%;
}

.h3_08 {
  margin-bottom: 15px;
  font-size: 22px;
}

.table02_wrap {
  width: 93.5%;
  padding-bottom: 25px;
  margin: 0 0 40px 6.5%;
  overflow-x: scroll;
  text-align: left;
}

.table02_wrap::-webkit-scrollbar {
  height: 15px;
}

.table02_wrap::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #6195FF;
}

.table02_wrap::-webkit-scrollbar-thumb {
  background: #6195FF;
  border: none;
}

.table02 {
  width: 545px;
}

.table02 th {
  width: 75px;
  padding: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  word-break: break-all;
  vertical-align: top;
  border-left: 1px solid #6195FF;
}

.table02 .th_in {
  display: inline-block;
  width: 1em;
}

.table02 td {
  font-size: 12px;
  vertical-align: top;
}

.table02 .fixcell {
	position: sticky;
  left: 0;
  z-index: +1;
}

.table02 .fixcell::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 1px);
  height: 100%;
  content: "";
  border-right: 1px solid #6195FF;
  border-left: 1px solid #6195FF;
}

.table02 .th01 {
  background: #F4F8FF;
  border-top: 1px solid #6195FF;
  border-right: 1px solid #6195FF;
}

.table02 .th02 {
  background: #DFE9FE;
  border-right: 1px solid #6195FF;
}

.table02 .th03 {
  background: #F4F8FF;
  border-right: 1px solid #6195FF;
}

.table02 .th04 {
  background: #DFE9FE;
  border-right: 1px solid #6195FF;
  border-bottom: 1px solid #6195FF;
}

.table02 .td01 {
  padding: 24px;
  background: #F4F8FF;
  border-right: 1px solid #6195FF;
}

.table02 .td02 {
  padding: 24px;
  background: #F4F8FF;
  border-right: 1px solid #6195FF;
}

.table02 .td03 {
  padding: 24px;
  background: #DFE9FE;
  border-right: 1px solid #6195FF;
}

.table02 .td04 {
  padding: 25px;
  background: #DFE9FE;
  border-right: 1px solid #6195FF;
}

.table02 .td05 {
  padding: 24px;
  background: #DFE9FE;
  border-right: 1px solid #6195FF;
  border-bottom: 1px solid #6195FF;
}

.table02 .td06 {
  padding: 24px;
  background: #DFE9FE;
  border-right: 1px solid #6195FF;
  border-bottom: 1px solid #6195FF;
}

.table02 .td07 {
  padding: 24px;
  background: #F4F8FF;
  border-right: 1px solid #6195FF;
  border-bottom: 1px solid #6195FF;
  border-left: 1px solid #6195FF;
}

.environment_td_img01 {
  position: relative;
  width: 230px;
  height: 160px;
  border-top: 1px solid #6195FF;
  border-left: 1px solid #6195FF;
}

.environment_td_img02 {
  position: relative;
  width: 230px;
  height: 160px;
  border-top: 1px solid #6195FF;
  border-right: 1px solid #6195FF;
  border-left: 1px solid #6195FF;
}

.environment_td_img01_txt {
  position: absolute;
  top: 17px;
  left: 17px;
}

.environment_td_img01_t01 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.environment_td_img01_t02 {
  margin-bottom: 10px;
  font-size: 12px;
}

.environment_td_img01_t03 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.environment_td_img01_t04 {
  font-size: 10px;
}

.table02 p strong,
.table01_t01 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.table02 p:has( > strong) {
  margin-bottom: 10px;
}

.dl04 {
  border-bottom: 1px solid #6195FF;
}

.dl04 dt {
  padding: 25px 10px;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #6195FF;
}

.dl04 dd {
  padding: 0 10px 25px;
  font-size: 12px;
}


/* 募集要項 */
.wp-block-table {
  margin: 0;
}

#recruitment_title {
  position: relative;
}

#recruitment_title .bg_text {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  display: block;
  width: 87%;
  height: 64px;
  margin: 0 auto;
  content: "";
}

#recruitment01 {
  padding-bottom: 105px;
}

.recruitment01_01 {
  background: #EEF0F2;
}

.recruitment01_01 .main {
  position: relative;
  padding-top: 110px;
}

.recruitment01_01 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  display: block;
  width: 130%;
  height: 200px;
  content: "";
}

.recruitment01_02 {
  position: relative;
}

.recruitment01_02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  background: #EEF0F2;
}

.tab_wrap ul {
  display: flex;
  width: 100%;
  background: #fff;
}

.tab_wrap ul li {
  width: 50%;
  height: 60px;
  padding-top: 20px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  background: #EEF0F2;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.tab_wrap ul li:last-child {
  border-left: none;
}

.tab_wrap ul li.show {
  background: #fff;
  border-bottom: none;
}

.tab_contents {
  display: none;
}

.tab_contents.show {
  display: block;
  padding-top: 50px;
}

.tab_contents p ,
.txt09 {
  margin-bottom: 40px;
  font-size: 15px;
}

.recruitment01_02_01 {
  margin-bottom: 60px;
}

.tab_contents table ,
.table03 {
  width: 100%;
  border-top: 1px solid #D2D8DE;
}

.tab_contents table td:first-child ,
.table03 th {
  display: block;
  padding: 20px 15px 0;
  font-size: 13px;
  font-weight: bold;
  border-bottom: none;
}

.tab_contents table td ,
.table03 td {
  display: block;
  padding: 15px 15px 20px;
  font-size: 13px;
  line-height: 2;
  border-bottom: 1px solid #D2D8DE;
}

.dl05 {
  line-height: 2;
}

.dl05 dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.dl05 dd {
  margin: 0 0 10px 1em;
}

.dl06 {
  line-height: 2;
}

.dl06 dt {
  margin-bottom: 5px;
}

.dl06 dd {
  margin: 0 0 10px 1em;
}

.h3_09 {
  margin-bottom: 10px;
}

.sage02 {
  margin: 0 0 30px 1em;
}

.p08 {
  margin-bottom: 10px;
}

#recruitment02 {
  padding: 40px 0;
  background: #DFE9FE;
}

.col07 {
  width: 75%;
  margin: 0 auto;
}

.col07_01 {
  margin-bottom: 30px;
}

.txt10 {
  font-size: 22px;
  font-weight: bold;
}

.p09 {
  margin-bottom: 10px;
  font-size: 13px;
}

.dl07 {
  font-size: 13px;
  line-height: 1.8;
}

.dl07 dt {
  width: 3em;
}

.dl07 dd {
  margin: -1.8em 0 0 3em;
}


/* 採用イベント */
#event_title {
  position: relative;
}

#event_title .bg_text {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  display: block;
  width: 87%;
  height: 64px;
  margin: 0 auto;
  content: "";
}

.event01_01 {
  padding-bottom: 45px;
  background: #EEF0F2;
}

.event01_01 .main {
  position: relative;
  padding-top: 110px;
}

.event01_01 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  display: block;
  width: 108%;
  height: 200px;
  content: "";
}

.h2_10 {
  padding-bottom: 10px;
  font-size: 27px;
  border-bottom: 1px solid #000;
}

.content08 {
  position: relative;
  padding-bottom: 45px;
}

.content08::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 20%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.content08::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 45px;
  content: "";
  background: #EEF0F2;
}

.event02_01 {
  position: relative;
  padding: 30px 0 45px;
}

.txt_box12 {
  width: 100%;
}

.event02_01 h3,
.h3_10 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}

.btn07 a {
  display: block;
  width: 275px;
  height: 75px;
  padding: 26px 20px 0 0;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #21428B url("../img/arrow02_sp.png") no-repeat;
  background-position: top 31px right 7px;
  background-size: 22px 14px;
}

.table04 {
  width: 100%;
  margin-bottom: 55px;
  border-top: 1px solid #D2D8DE;
}

.table04 td:first-child,
.table04 th {
  display: block;
  padding: 20px 15px 0;
  font-size: 13px;
  font-weight: bold;
}

.table04 td {
  display: block;
  padding: 15px 15px 20px;
  font-size: 13px;
  border-bottom: 1px solid #D2D8DE;
}

.content09 {
  position: relative;
  padding-bottom: 105px;
}

.content09::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 20%;
  height: 100%;
  content: "";
  background: #EEF0F2;
}

.content09::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 105px;
  content: "";
  background: #EEF0F2;
}

.event03_01 {
  position: relative;
  padding: 30px 0 45px;
}










/* 汎用スタイル---------------- */
.clearfix::after { 
	display: block; 
	height: 0;	
	clear: both; 
	font-size: 0; 
	visibility: hidden;
	content: "";
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.center_sp {
    text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.img100 img {
	width: 100%;
	height: auto;
}

.img_res img {
  max-width: 100%;
  height: auto;
}

.bold {
	font-weight: 600;
}

/* ==========================================================================
* 2024 WordPress ブロック対応
========================================================================== */

#top_secret .main11 {
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.main11 .recruit-page-link__head {
  background-color: #fff;
}

/* 採用情報：ページリンク
----------------------------------------------------------------- */

.recruit-page-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.recruit-page-link {
  position: relative;
  display: block;
}

.recruit-page-link__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 86.7%;
  height: 50px;
  padding: 5px 0 0 6.6%;
  background: #EEF0F2;
}

.recruit-page-link__title {
  font-size: 21px;
  font-weight: bold;
}

.recruit-page-link__image {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.recruit-page-link__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-page-link__more {
  position: absolute;
  top: 13px;
  right: 7px;
  display: block;
  width: 85px;
  font-size: 10px;
  color: #6195FF;
  text-align: left;
}

.recruit-page-link__more::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 22px;
  height: 14px;
  content: "";
  background: url("../img/arrow01_sp.png") no-repeat;
  background-size: 22px 14px;
}

.recruit-page-link:hover {
  text-decoration: none;
}

.recruit-page-link__image::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(97 149 255 / 50%);
    opacity: 0;
    transition: .3s;
}

.recruit-page-link:hover .recruit-page-link__image::after {
  opacity: 1;
  transition: .3s;
}

.recruit-page-link:hover .recruit-page-link__more {
  color: #21428B;
}

.recruit-page-link:hover .recruit-page-link__more::after {
  background: url("../img/arrow01_on.png") no-repeat;
  transition: .3s;
}



/* よくある質問 */
#faq_title {
  position: relative;
}

#faq_title .bg_text {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  display: block;
  width: 87%;
  height: 62px;
  margin: 0 auto;
  content: "";
}

.faq01_01 {
  background: #EEF0F2;
}

.faq01_01 .main {
  position: relative;
  padding-top: 110px;
}

.faq01_01 .main .main_bg {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  display: block;
  width: 130%;
  height: 200px;
}

.main_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq01_02{
  padding-bottom: 50px;
  background: #EEF0F2;
}

.faq01_02 .main09{
  width: 100%;
  padding: 0 16px;
}

.faq01_02 .page_navi01{
  flex-wrap: wrap;
  gap: 16px 0;
  align-items: center;
  justify-self: center;
}

.faq01_02 .page_navi01 li{
  width: 50%;
}

.faq01_02 .page_navi01 li:last-child{
  margin: 0 auto;
}

.faq01_02 .page_navi01 li:nth-child(2){
  border-right: 1px solid #000;
}

.faq01_02 .page_navi01 li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 1.5;
}

.qa_block{
  padding: 30px 0 0;
  text-align: left;
}

.qa_wrap{
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.qa_heading{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #000;
}

.qa_item{
  margin-top: 20px;
  background-color: #F6F7F8;
  border-radius: 4px;
}

.qa_item:last-child{
  margin-bottom: 40px;
}

.qa_item-q{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 48px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.qa_item-q::after{
  position: absolute;
  top: 50%;
  left: 12px;
  width: 23px;
  height: 27px;
  content: "";
  background: url("/recruit/img/icon_q.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%)
}

.qa_item-q__toggle {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: transform 0.2s ease;
  transform: translateY(2px);
}

.qa_item-q__toggle::after,.qa_item-q__toggle::before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #21428B;
}

.qa_item-q__toggle::before {
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    transition: opacity 0.2s ease;
}

.qa_item-q.is-active .qa_item-q__toggle::before{
  opacity: 0;
}

.qa_item-q__toggle::after {
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 20px;
}

.qa_item-q.is-active .qa_item-q__toggle {
    transform: translateY(2px) rotate(90deg)
}




.qa_item-a{
  position: relative;
  max-height: 0;
  padding: 0 16px 0 54px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.qa_item-a::after{
  position: absolute;
  top: 50%;
  left: 12px;
  width: 24px;
  height: 25px;
  content: "";
  background: url("/recruit/img/icon_a.png") no-repeat;
  background-size: contain;
  transform: translateY(-50%)
}

.qa_item-a a{
  color: #21428B;
  text-decoration: underline;
}

.qa_item-a.is-open {
  max-height: 250px;
  padding: 8px 16px 8px 54px;
  border-top: 1px solid #C9C9C9;
}


/* Utility
----------------------------------------------------------------- */
.u-mt-sp-60 {
  margin-top: 120px;
}

.p-recruit-videos-title {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #6195FF;
}

.p-recruit-videos {
  display: grid;
  gap: 20px;
}

.p-recruit-videos__item {
  position: relative;
  display: block;
  aspect-ratio: 9/16;
}

.p-recruit-videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-recruit-videos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}