@charset "utf-8";
/*
ページごとの設定や、位置調整、テキスト装飾などで使用する汎用的なものとを記述します。
Anything used for general purpose such as setting for every page, position adjustment, and text decoration will be written.

接頭辞はUtilityの頭文字を取って【u_】とします。
Prefix will take the "Utility" first letter and use it as "u_".

clearfixのみ、例外的に接頭辞をつけてません。
This not apply to "clearfix".

フォントサイズはremで指定します。
"rem" will be used for font-size.

↓↓↓↓↓↓コメントアウト表記サンプル Comment out sample ↓↓↓↓↓↓
/*----------------------------------------------
	大くくりコメントアウト large part
---------------------------------------------*/

/*  中くくりコメントアウト middle part
------------------------------------- */

/* 小くくりコメントアウト small part */
/*
↑↑↑↑↑↑コメントアウト表記サンプル Comment out sample ↑↑↑↑↑↑
*/

.u_mat0 { margin-top:0; }
.u_mat5 { margin-top:5px; }
.u_mat10 { margin-top:10px; }
.u_mat20 { margin-top:20px; }
.u_mat30 { margin-top:30px; }
.u_mat40 { margin-top:40px; }
.u_mat50 { margin-top:50px; }

.u_mab0 { margin-bottom: 0 !important; }
.u_mab5 { margin-bottom: 5px; }
.u_mab10 { margin-bottom: 10px; }
.u_mab15 { margin-bottom: 15px; }
.u_mab20 { margin-bottom: 20px; }
.u_mab25 { margin-bottom: 25px; }
.u_mab30 { margin-bottom: 30px; }
.u_mab40 { margin-bottom: 40px; }
.u_mab50 { margin-bottom: 50px; }
.u_mab60 { margin-bottom: 60px; }
.u_mab70 { margin-bottom: 70px; }
.u_mab100 { margin-bottom: 100px; }

.u_mal0 { margin-left: 0 !important; }
.u_mal5 { margin-left: 5px; }
.u_mal10 { margin-left: 10px; }
.u_mal20 { margin-left: 20px; }
.u_mal30 { margin-left: 30px; }
.u_mal40 { margin-left: 40px; }
.u_mal50 { margin-left: 50px; }
.u_mal60 { margin-left: 60px; }
.u_mal70 { margin-left: 70px; }
.u_mal80 { margin-left: 80px; }

.u_al_center { text-align: center; }
.u_al_right { text-align: right; }
.u_al_left { text-align: left; }
.u_vl_top { vertical-align: top; }
.u_vl_middle { vertical-align: middle; }
.u_vl_bottom { vertical-align: bottom; }

.u_f_left { float: left; }
.u_f_right { float: right; }

.u_f_left.is_f_img { margin-right: 20px; margin-bottom: 15px; }
.u_f_right.is_f_img { margin-left: 20px; margin-bottom: 15px; }

.u_red { color: #D92526; }
.u_black { color: #333; }
.u_gray { color: #aaa; }
.u_white { color: #fff; }
.u_blue{ color: #12298C; }
.u_navy { color: #303958;}

.u_bold { font-weight: bold; }
.u_italic { font-style: italic; }

*:not(ul).u_kome, .u_kome li { text-indent: -1em; margin-left: 1em; }
*:not(ul).u_kome2, .u_kome2 li { text-indent: -2em; margin-left: 2em; }
.u_underline { text-decoration: underline; }
.u_fw_normal { font-weight: normal; }
.u_break { word-break: break-all; }

.u_txt { line-height: 2.4;}
.u_txt02 { line-height: 2;}

.u_img_floatL { float: left; margin-right: 20px; margin-bottom: 10px; }
.u_img_floatR { float: right; margin-left: 20px; margin-bottom: 10px; }

.u_fs11 { font-size: 1.1rem !important; }
.u_fs12 { font-size: 1.2rem !important; }
.u_fs13 { font-size: 1.3rem !important; }
.u_fs14 { font-size: 1.4rem !important; }
.u_fs15 { font-size: 1.5rem !important; }
.u_fs16 { font-size: 1.6rem !important; }
.u_fs17 { font-size: 1.7rem !important; }
.u_fs18 { font-size: 1.8rem !important; }
.u_fs19 { font-size: 1.9rem !important; }
.u_fs20 { font-size: 2rem !important; }
.u_fs21 { font-size: 2.1rem !important; }
.u_fs22 { font-size: 2.2rem !important; }
.u_fs24 { font-size: 2.4rem !important; }
.u_fs32 { font-size: 3.2rem !important; }

.u_inline { display: inline-block; }

.u_disable:active { pointer-events: none !important; }

.u_pc_view {
  display: block !important;
}
.u_sp_view,
.u_w375_view {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u_disable {
    pointer-events: none !important;
  }
  .u_pc_view,
  .u_w375_view {
    display: none !important;
  }
  .u_sp_view {
    display: block !important;
  }
  .u_sp_mab0 { margin-bottom: 0;}
  .u_sp_mab30 { margin-bottom: 30px;}
  .u_sp_mab40 { margin-bottom: 40px;}

	.u_sp_mal0 { margin-left: 0; }

  .u_sp_clear {
    float: none;
  }

  .u_txt {
    line-height: 2.2;
  }
}

@media screen and (max-width: 375px) {
  .u_w375_view {
    display: block !important;
  }
}

/*----------------------------------------------
	.u_indent
---------------------------------------------*/
.u_indent { text-indent: 1em; }

.u_indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
.u_indent02 {
  text-indent: -2em;
  padding-left: 2em;
}
.u_indent03 {
  text-indent: -1em;
  padding-left: 2.5em;
}


/*----------------------------------------------
	.u_flex
---------------------------------------------*/
.u_flex{
  display: flex;
}

.u_gap20{
  gap: 20px;
}

/*----------------------------------------------
	.u_break_avoid
---------------------------------------------*/
.u_break_avoid{
  display: inline-block;
  margin-right: -3rem;
}


/*----------------------------------------------
	.u_slide-in
---------------------------------------------*/
.u_slide-in {
	overflow: hidden;
    display: inline-block;
}
.u_slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.u_leftAnime,
.u_leftAnime_noScroll {
    opacity: 0;
}

.u_slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%);
        opacity: 0;
  }

  to {
	transform: translateX(0);
    opacity: 1;
  }
}

.u_slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);
    opacity: 0;
  }

  to {
	transform: translateX(0);
    opacity: 1;
  }
}

/*----------------------------------------------
	.u_fadein
---------------------------------------------*/
.u_fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.u_fadein.u_fadein-bottom{
  transform: translate(0,100px);
}
.u_fadein.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*----------------------------------------------
	.u_facility_box
---------------------------------------------*/
.u_facility_box {
  padding-top: 180px;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px)  {
  .u_facility_box {
    padding-top: 60px;
    flex-direction: column;
    gap: 60px;
  }
}

/*----------------------------------------------
	.u_building_box
---------------------------------------------*/
.u_building_box {
  margin-top: -180px;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .u_building_box {
    flex-direction: column;
  }
}

/*----------------------------------------------
	.u_building_bg
---------------------------------------------*/
.u_building_bg{
  width: 100%;
  height: 560px;
  object-fit: cover;
}

/*----------------------------------------------
	.u_number
---------------------------------------------*/
.u_number{
  font-size: 1.8rem;
}

.u_number span{
	font-family: "Barlow", sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 0;
  display: inline-block;
  margin: 0 5px;
}

/*----------------------------------------------
	.u_property_area
---------------------------------------------*/
.u_prop:not(:last-child) {
  margin-bottom: 80px;
}
.u_prop_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u_prop_item::after {
  content: "";
  width: calc(100% / 3);
  height: 0;
}
.u_prop_box {
  width: calc(100% / 3);
}
.u_prop_box:nth-of-type(n+4) {
  margin-top: 50px;
}
.u_prop_box-img,
.u_prop_box-ttl {
  margin-bottom: 12px;
}
.u_prop_box-img img {
  width: 372px;
  height: 279px;
  object-fit: cover;
}
.u_prop_box-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .u_prop_item {
    flex-direction: column;
  }
  .u_prop_box {
    width: 100%;
  }
  .u_prop_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .u_prop_box:nth-of-type(n+4) {
    margin-top: 0;
  }
  .u_prop_item::after {
    content: none;
  }
  .u_prop_box-img img {
    width: 100%;
    height: 100%;
    min-height: 279px;
  }
  .u_prop_box-ttl {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------
	.u_contact_area
---------------------------------------------*/
.u_contact_item {
  display: flex;
  justify-content: flex-start;
}
.u_contact_box {
  width: 60%;
}
.u_contact_item .u_tel_txt {
  font-family: "Barlow", sans-serif;
  font-size: 3.2rem;
}
.u_contact_item .u_tel_txt a {
  color: #303958;
  text-decoration: none;
}
.u_contact_item .u_tel_txt img {
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .u_contact_item .u_tel_txt a[href^="tel:"]{
      pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .u_contact_item {
    display: block;
  }
  .u_contact_box {
    margin-bottom: 40px;
    width: 100%;
  }
  .u_contact_item .u_tel_txt {
    font-size: 2.6rem;
  }
  .u_contact_item .u_tel_txt img {
    width: 15px;
    height: 15px;
  }
  .u_contact_item .u_mail img {
    width: 80%;
  }
}


/*----------------------------------------------
	.u_security_area
---------------------------------------------*/
.u_security_area {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
	.u_security_area .c_para_type01 {
    margin-bottom: 60px;
  }
}

/*----------------------------------------------
	.u_policy_area
---------------------------------------------*/
.u_policy_area {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
	.u_policy_area .c_para_type01 {
    margin-bottom: 60px;
  }
}

/*----------------------------------------------
	.u_message_area
---------------------------------------------*/
.u_message_txt {
  position: relative;
}
.u_message_txt::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../../company/images/bg_message.png) no-repeat;
  background-size: cover;
  /* min-width: 500px; */
  width: 48%;
  /* min-height: 956px; */
  height: 100%;
  aspect-ratio: 673/956;
  top: 0;
  right: 0;
}
.u_message_txt-box {
  width: 48%;
}
.u_message_txt01 {
  text-align: justify;
  margin-bottom: 200px;
}

@media screen and (max-width: 1400px) {
  .u_message_txt-box {
    width: 40%;
  }

  .u_message_txt::after {
    width: 54%;
  }
}


@media screen and (max-width: 1360px) {
  .u_message_txt01 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .u_message_txt::after {
    background-size: contain;
    min-width: 90%;
    width: 90%;
    height: 100%;
    top: 34vw;
    left: 0;
    margin: auto;
    z-index: 0;
  }
  .u_message_txt-box {
    width: 100%;
  }
  .u_message_txt01 {
    margin-top: 150vw;
  }
}
@media only screen and (min-width: 768px) {
  .u_message_txt {
    min-height: 855px;
  }
}


/*----------------------------------------------
	.u_history_area
---------------------------------------------*/
.u_history {
	position: relative;
}
.u_history .u_history_group {
	position: relative;
  margin-bottom: 60px;
}
.u_history .u_history_group:not(:last-of-type)::before {
  content: '';
	position: absolute;
	top: 52px;
  left: 11px;
	width: 4px;
	height: 120%;
  border-left: 2px dotted #12298C;
}
.u_history .u_history_item {
	position: relative;
	padding-left: 145px;
}
.u_history .u_history_item:not(:last-of-type) {
	margin-bottom: 2em;
}
.u_history .u_history_item::before {
  content: '';
	position: absolute;
	z-index: -1;
	width: 90px;
	height: 1px;
  left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  border-top: 1px solid #12298C;
}
 .u_history .icon_circle img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u_history .details {
  position: relative;
  display: flex;
  align-items: center;
}
.u_history .details .is_date {
  font-family: "Barlow", sans-serif;
  font-size: 3.6rem;
  text-align: left;
  margin-right: 40px;
  width: 3.2em;
}
.u_history .details .is_date.is_right {
  text-align: right;
}
.u_history .details .is_txt.align_top {
  position: relative;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .u_history .u_history_group {
    margin-bottom: 40px;
  }
  .u_history .u_history_group:not(:last-of-type)::before {
    top: 40px;
    left: 9px;
    height: 100%;
  }
	.u_history .u_history_item {
		padding-left: 35px;
	}
	.u_history .u_history_item::before {
		content: none;
	}
  .u_history .icon_circle img {
    width: 20px;
    height: 20px;
    top: 2vw;
    bottom: auto;
  }
  .u_history .details {
    align-items: flex-start;
  }
	.u_history .details .is_date {
		font-size: 2.2rem;
	}
  .u_history .details .is_txt {
    position: relative;
    top: 6px;
    width: 59%;
  }
  .u_history .details .is_txt.align_top {
    top: 6px;
  }
}

/*----------------------------------------------
	.u_concept_area
---------------------------------------------*/
.u_concept_bg {
  background: #303958;
  padding: 120px 0;
  color: #fff;
}
.u_concept_ttl {
  font-size: 3.2rem;
  margin-bottom: 50px;
}
.u_concept_img-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.u_concept_img-box::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../../company/images/img_concept00.png) no-repeat;
  width: 530px;
  height: 530px;
  top: -9vw;
  right: -4vw;
}
.u_concept_text-box {
  display: flex;
  justify-content: space-between;
}
.u_concept_text-box > p {
  columns: 1;
  text-align: justify;
  gap: 21px;
}

@media screen and (max-width: 767px) {
  .u_concept_img-box::before {
    overflow-x: hidden;
  }
  .u_concept_text-box > p {
    columns: auto;
  }
}

/*  u_concept_area02
------------------------------------- */
.u_concept_area02 {
  padding: 50px 0 160px;
}
.u_concept_item {
  display: flex;
  justify-content: flex-start;
	margin-top: 120px;
	padding-top: 70px;
}
.u_concept:nth-child(odd) .u_concept_item {
	flex-direction: row-reverse;
}
.u_concept_box {
  position: relative;
	width: 60%;
	background: #fff;
	padding: 70px;
}
.u_concept_num {
  position: absolute;
  font-family: "Barlow", sans-serif;
  font-size: 12rem;
  font-weight: 200;
  color: #DCDEF0;
  top: -100px;
  right: 0;
}
.u_concept:nth-child(even) .u_concept_num {
  left: 0;
}
.u_concept_box-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 50px;
}
.u_concept_box-ttl img {
  vertical-align: middle;
}
.u_concept_box-ttl-txt {
  margin-left: 30px;
}
.u_concept_text {
	text-align: justify;
	line-height: 2;
}
.u_concept_text-bg {
  text-align: center;
  padding: 10px;
  background: #EDEEF7;
}

.u_concept_item01,
.u_concept_item02,
.u_concept_item03,
.u_concept_item04 {
	position: relative;
	z-index: 0;
}
.u_concept_item01::after,
.u_concept_item02::after,
.u_concept_item03::after,
.u_concept_item04::after {
	content: "";
	display: inline-block;
	position: absolute;
	min-width: 800px;
  width: 50%;
	min-height: 527px;
	height: 90%;
	top: 0;
	z-index: -1;
}
.u_concept.u_concept_item01::after {
	background: url(../../company/images/img_concept05.png) no-repeat;
	left: 0;
  background-size: cover;
}
.u_concept.u_concept_item02::after {
	background: url(../../company/images/img_concept06.png) no-repeat;
	right: 0;
  background-size: cover;
}
.u_concept.u_concept_item03::after {
	background: url(../../company/images/img_concept07.png) no-repeat;
	left: 0;
  background-size: cover;
}
.u_concept.u_concept_item04::after {
	background: url(../../company/images/img_concept08.png) no-repeat;
	right: 0;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .u_concept_bg {
    padding: 60px 0;
  }
  .u_concept_ttl {
    font-size: 2rem;
    line-height: 2.2;
  }
  .u_concept_img-box {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
  }
  .u_concept_img-box::before {
    background-size: contain;
    width: 90vw;
    height: 90vw;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .u_concept_img-box > p {
    width: 47%;
  }
  .u_concept_text-box {
    flex-direction: column;
  }
  .u_concept_text-box > p {
    width: 100%;
  }


  /*  u_concept_area02
  ------------------------------------- */
  .u_concept_area02 {
    padding: 40px 0 160px;
  }
	.u_concept_item {
    display: block;
    padding-top: 300px;
  }
	.u_concept_box {
    width: 100%;
    padding: 40px 25px;
  }

  .u_concept_num {
    font-size: 8rem;
    top: -18vw;
    left: 0;
  }
  .u_concept_box-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
  .u_concept_box-ttl-txt {
    margin-left: 15px;
  }
  .u_concept_box-ttl img {
    width: 36px;
  }

  .u_concept.u_concept_item01::after,
  .u_concept.u_concept_item02::after,
  .u_concept.u_concept_item03::after,
  .u_concept.u_concept_item04::after {
    min-width: 100%;
    width: 100%;
    min-height: 100px;
    height: 480px;
    background-position: top -70px center;
    background-size: cover;
  }
}

@media screen and (max-width: 320px) {
  .u_concept_num {
    top: -22vw;
  }
}

/*----------------------------------------------
	.u_recruit
---------------------------------------------*/
/*  u_rct_bg
------------------------------------- */
.u_rct_bg {
  padding: 60px 0 120px;
  background: linear-gradient(to right, #4D68DE 0%, #509FEF 100%);;
}
.u_recruit {
  position: relative;
}
.u_rct_ttl01 {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 120px;
}
.u_rct_ttl01_jp {
  margin-left: 40px;
}
.u_rct_copy {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 2;
}
.u_rct_img-box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  gap: 20px;
}
.u_rct_img-box .is_left p:first-child,
.u_rct_img-box .is_right p:first-child {
  margin-bottom: 20px;
}
.u_rct_img-box .is_right {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .u_rct_ttl01 {
    display: block;
    margin-bottom: 60px;
  }
  .u_rct_ttl01 img {
    width: 80%;
  }
  .u_rct_ttl01_jp {
    margin-left: 0px;
  }
  .u_rct_img-box {
  width: 100%;
    top: auto;
  justify-content: center;
}
  .u_rct_copy {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .u_rct_bg {
    padding-bottom: 90%;
  }
  .u_rct_catch {
    width: 100% !important;
  }
  .u_rct_type {
    margin: 300px 0 0;
  }

}

@media screen and (max-width: 705px) {
  .u_rct_bg {
    padding-bottom: 100% !important;
  }
}
@media screen and (max-width: 540px) {
  .u_rct_bg {
    padding-bottom: 100% !important;
  }
}


/*  u_recruit_area
------------------------------------- */
.u_recruit_area {
  color: #12298C;
}
.u_rct_catch {
  width: 50%;
}

/*  u_rct_type
------------------------------------- */
.u_rct_type {
  position: relative;
  margin: 160px 0 0;
  padding: 130px 0 100px;
}
.u_rct_type::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../recruit/images/img_rct05.png) no-repeat;
  background-size: cover;
  min-width: 941px;
  width: 55%;
  height: 719px;
  z-index: -1;
}
.u_rct_type_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.u_rct_headline {
  width: 50%;
  margin-bottom: 70px;
}
.u_rct_ttl02 {
  font-size: 7.2rem;
  text-align: right;
}
.u_rct_ttl02_jp {
  text-align: right;
  margin-bottom: 80px;
}
.u_rct_ttl03 {
  color: #fff;
  font-size: 2rem;
  padding: 15px 20px;
  background: linear-gradient(to right, #4D68DE 0%, #509FEF 100%);
}
.u_rct_ttl03:not(:last-of-type) {
  margin-bottom: 15px;
}
.u_rct_text-bgW {
  background: #fff;
  padding: 60px 0 70px 60px;
  width: 80%;
}
.u_rct_text-bgW p {
  text-align: justify;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .u_rct_text-bgW {
    background: #fff;
    padding: 30px 0 40px 30px;
    width: 90%;
    position: relative;
    top: 220px;
  }
  .u_rct_type {
      padding: 130px 0 160px;
  }
  .u_rct_ttl03 {
    font-size: 1.6rem;
    padding: 15px;
  }
}


/*  u_rct_about
------------------------------------- */
.u_rct_about {
  position: relative;
  padding: 240px 0 120px;
  margin-bottom: 240px;
}
.u_rct_about::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  background: url(../../recruit/images/bg_rct01.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.u_rct_about_wrap {
  position: inherit;
}
.u_rct_text-box {
  display: flex;
  justify-content: space-between;
}
.u_rct_text-box > p {
  width: 48%;
  text-align: justify;
}
.u_rct_about .u_rct_ttl02,
.u_rct_about .u_rct_ttl02_jp {
  text-align: left;
}
.u_rct_about .u_rct_ttl02 {
  margin-bottom: 0;
}
.u_rct_about .u_rct_ttl02_jp {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px){
  .u_rct_type{
    padding-top: 0;
  }
  .u_rct_type::after {
    background-position: center;
    min-width: 88%;
    width: 88%;
    background: url(../../recruit/images/img_rct05_sp.png) no-repeat;
    background-size:cover;
}
  .u_rct_headline {
    width: 90%;
}
  .u_rct_ttl02.ttl_type {
    position: relative;
    top: -88px;
}
  .u_rct_ttl02_jp.ttl_type {
    position: relative;
    top: -110px;
    margin-bottom: -10%;
}
    .u_rct_ttl02.ttl_about {
    position: relative;
    top: 160px;
}
  .u_rct_ttl02_jp.ttl_about {
    position: relative;
    top: 140px;
}
  .u_rct_about_wrap .u_rct_text-box {
    position: relative;
    top: 50px;
  }
  .u_rct_about {
    padding: 0;
  }

  .u_rct_about::after {
    display: none;
  }
  .u_rct_img_box{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
  }
  .u_rct_img_box img { width: 100%;}
  .u_rct_text-box { display: block;}
  .u_rct_text-box .u_txt02 { width: 100%;}

    .u_rct_ttl {
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100% !important;
  }
  .u_rct_about {
    margin-bottom: 180px !important;
  }
  .item_about .u_rct_box {
    width: 100%;
    padding: 50px 20px;
  }
  .u_rct {
    background: transparent !important;
  }
  .u_rct_box {
    background: linear-gradient(to right, #F0F2FF, #EDF8FF);
    width: 90% !important;
    margin: 0 auto;
    min-height: auto !important;
  }

  .item_about .u_rct_img_box {
  position: static;
  }
}

/*  u_rct
------------------------------------- */
.u_rct {
  position: relative;
  background: linear-gradient(to right, #fff 0% , #fff 50%, #F0F2FF 50%, #EDF8FF 100%);
}
.u_rct:nth-child(odd) {
  position: relative;
  background: linear-gradient(to left, #fff 0% , #fff 50%, #EDF8FF 50%, #F0F2FF 100%);
}
.u_rct:not(:last-child) {
  margin-bottom: 230px;
}
.u_rct_item {
  min-width: 1100px;
  max-width: 80%;
  margin: 0 0 0 auto;
	display: flex;
  background: linear-gradient(to right, #F0F2FF 0%, #EDF8FF 100%);
}
.u_rct:nth-child(odd) .u_rct_item {
  margin: 0 auto 0 0;
	flex-direction: row-reverse;
  background: linear-gradient(to left, #EDF8FF 0%, #F0F2FF 100%);
}
.u_rct_item01,
.u_rct_item02,
.u_rct_item03 {
  position: relative;
}
.u_rct_item01::after,
.u_rct_item02::after,
.u_rct_item03::after   {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5vw;
  max-width: 672px;
  max-height: 572px;
  width: 45%;
  height: 100%;
}
.u_rct_item01::after {
  right: 0;
  background: url(../../recruit/images/img_rct06.png) no-repeat;
}
.u_rct_item02::after {
  left: 0;
  background: url(../../recruit/images/img_rct07.png) no-repeat;
}
.u_rct_item03::after {
  right: 0;
  background: url(../../recruit/images/img_rct08.png) no-repeat;
}
.u_rct_box {
  position: relative;
  width: 50%;
  min-height: 535px;
  padding: 115px 70px 0;
  text-align: justify;
}
.u_rct .u_rct_ttl {
  position: absolute;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  width: 510px;
  padding: 20px 30px;
  background: linear-gradient(to right, #4D68DE 0%, #509FEF 100%);
  top: -2vw;
  left: 0;
}
.u_rct:nth-child(odd) .u_rct_ttl {
  right: 0;
  left: auto;
}

@media screen and (max-width: 1600px){
  .u_rct_item {
    width: 70%;
  }
  .u_rct_item01::after,
  .u_rct_item02::after,
  .u_rct_item03::after {
    min-width: 30%;
    max-width: 35%;
    height: 100%;
  }
  .u_rct_item02::after {
    background-position: right;
  }
}

@media screen and (max-width: 767px){
  .u_rct_item,
  .u_rct:nth-child(odd) .u_rct_item {
    background: none;
    min-width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  .u_rct_item01::after,
  .u_rct_item02::after,
  .u_rct_item03::after {
    display: none;
  }
  .u_rct:not(:last-child) {
    margin-bottom: 100px;
  }
  .u_rct_area02_bg {
    padding: 80px 0 100px;
    background: url(../../recruit/images/bg_rct02_sp.png) no-repeat !important;
    background-size:cover !important;
    width: 100% !important;
  }
  .u_rct .u_rct_ttl {
    font-size: 2rem;
    padding: 15px 25px;
  }
}


/*  u_rct_area02
------------------------------------- */
.u_rct_area02_bg {
  padding: 80px 0 100px;
  background: url(../../recruit/images/bg_rct02.png) no-repeat;
}
.u_rct_big-copy {
  color: #12298C;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .3em;
  margin-bottom: 70px;
}
.u_rct_big-copy > p:not(:last-child) {
  margin-bottom: 20px;
}
.u_rct_big-copy .is_bg {
  display: inline-block;
  color: #fff;
  padding: 5px 30px;
  background: linear-gradient(to right, #4D68DE 0%, #509FEF 100%);
}
.u_rct_area02 .u_txt02 {
  width: 63%;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .u_rct_big-copy {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .u_rct_big-copy > p:not(:last-child) {
    margin-bottom: 15px;
  }
  .u_rct_big-copy .is_bg {
    padding: 5px 25px;
  }
  .u_rct_area02 .u_txt02 {
    width: 90%;
  }
}

/*  u_rct_staff
------------------------------------- */
.u_rct_staff {
  padding: 160px 0 120px;
}
.u_rct_staff .u_rct_ttl02,
.u_rct_staff .u_rct_ttl02_jp {
  text-align: left;
}
.u_rct_staff .u_rct_ttl02 {
  margin-bottom: 0;
}
.u_rct_staff .u_rct_ttl02_jp {
  margin-bottom: 60px;
}

.u_rct_staff_item {
  position: relative;
}
.u_rct_staff_item:not(:last-of-type) {
  margin-bottom: 120px;
}
.u_rct_staff-wrap {
  width: 1200px;
  margin: 0 auto;
}
.u_rct_staff-ttl {
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #4D68DE 0%, #509FEF 100%);
}
.u_rct_staff-ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/icon_ttl_rct.svg) no-repeat;
  width: 60px;
  height: 60px;
  left: 20px;
}
.u_rct_staff-ttl ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 710px;
  padding: 15px 15px 15px 70px;
}
.u_rct_staff-ttl li {
  padding: 0 20px;
  text-align: center;
}
.u_rct_staff-ttl li+li {
  border-left: 1px solid #fff;
}

.u_rct_staff-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 45px 0 130px;
}
.u_rct_staff-box-txt {
  width: 40%;
}
.u_rct_staff-box-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.u_rct_staff-box-img {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 767px){
  .u_rct_staff {
    padding: 160px 0 0;
  }
  .u_rct_staff-wrap {
    width: 100%;
  }
  .u_rct_staff-ttl::before {
    width: 60px;
    height: 60px;
    left: 0;
    bottom: 0;
  }
  .u_rct_staff-ttl ul {
    justify-content: center;
    padding: 20px 20px 20px 50px;
  }
  .u_rct_staff-ttl li {
    font-size: 1.3rem;
    padding: 0 15px;
  }
  .u_rct_staff-box {display: block;}
  .u_rct_staff-box-img {position: static;}
  .u_rct_staff-box-txt {width: 100%;}
  .u_rct_staff-box {padding-bottom: 0;}

  .u_rct_staff-box-ttl {
    margin-bottom: 15px;
  }
  .u_rct_staff-schedule {
    position: relative;
    top: -50px;
    z-index: -50;
    padding-top: 80px !important;
  }
  .u_rct_acd .u_rct_acd_header {width: 100% !important;}
  .u_rct_staff_item:not(:last-of-type) {margin-bottom: 70px !important;}
}


/*  u_rct_staff-schedule
------------------------------------- */
.u_rct_staff-schedule {
  background: #F0F2FF;
  width: 100%;
  padding: 40px 0 50px;
}
.u_rct_staff-acd {
  position: relative;
}
.u_rct_acd .u_rct_acd_header {
  color: #D57403;
  font-size: 2rem;
  font-weight: bold;
  width: 404px;
  padding: 0 0 20px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #D57403;
  transition-duration: .3s;
}
.u_rct_acd .u_rct_acd_header:hover {
  opacity: .8;
}
.u_rct_acd .u_rct_acd_header .icon_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  background: #D57403;
  border-radius: 50%;
  margin-top: -20px;
  box-sizing: border-box;
  transition-duration: .3s;
}
.u_rct_acd .u_rct_acd_header .icon_open span {
  display: block;
  width: 16px;
  height: 16px;
   -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: .3s;
  position: relative;
}
.u_rct_acd .u_rct_acd_header.open .icon_open {
  background: #fff;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.u_rct_acd .u_rct_acd_header .icon_open span::before,
.u_rct_acd .u_rct_acd_header .icon_open span::after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.u_rct_acd .u_rct_acd_header .icon_open span::before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}
.u_rct_acd .u_rct_acd_header.open .icon_open span::before {
  content: none;
}
.u_rct_acd .u_rct_acd_header.open .icon_open span::after {
  background-color: #D57403;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.u_rct_acd .u_rct_acd_inner {
  display: none;
  padding: 70px 0 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .u_rct_acd .u_rct_acd_header {
    font-size: 18px;
  }
  .u_rct_acd .u_rct_acd_header .icon_open {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .u_rct_acd .u_rct_acd_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

.u_rct_acd-box {
	position: relative;
}
.u_rct_acd-box .u_rct_acd_group {
	position: relative;
}
.u_rct_acd-box .u_rct_acd_group:not(:last-of-type) {
  margin-bottom: 60px;
}
.u_rct_acd-box .u_rct_acd_group:not(:last-of-type)::before {
  content: '';
	position: absolute;
	top: 52px;
  left: 11px;
	width: 4px;
	height: 120%;
  border-left: 2px dotted #12298C;
}
.u_rct_acd-box .u_rct_acd_item {
	position: relative;
	padding-left: 145px;
}
.u_rct_acd-box .u_rct_acd_item:not(:last-of-type) {
	margin-bottom: 2em;
}
 .u_rct_acd-box .u_rct_acd_item::before {
  content: '';
	position: absolute;
	z-index: 0;
	width: 90px;
	height: 1px;
  left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  border-top: 1px solid #12298C;
}
 .u_rct_acd-box .icon_circle img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u_rct_acd-box .details {
  position: relative;
  display: flex;
  align-items: center;
}
.u_rct_acd-box .details .is_date {
  font-family: "Barlow", sans-serif;
  font-size: 3.6rem;
  text-align: right;
  margin-right: 40px;
  width: 2.5em;
}
.u_rct_acd-box .details .is_date.is_center {
  text-align: center;
}
.u_rct_acd-box .details .is_txt-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.u_rct_acd-box .details .is_txt.align_top {
  position: relative;
  top: 11px;
}
.u_rct_acd-box .details .is_txt.align_top02 {
  position: relative;
  top: 25px;
}
.u_rct_acd-box .details .is_txt.align_top03 {
  position: relative;
  top: 36px;
}

@media only screen and (max-width: 767px) {
	.u_rct_acd-box::before {
		left: 0;
	}
	.u_rct_acd-box .u_rct_acd_group {
    padding-top: 0;
	}
	.u_rct_acd-box .u_rct_acd_item {
    padding-top: 0;
		padding-left: 20px;
	}
	.u_rct_acd-box .u_rct_acd_item::before {
		top: 5vw;
    left: 8vw;
    width: 35px;
	}
  .u_rct_acd-box .icon_circle img {
    width: 20px;
    height: 20px;
    top: 2vw;
    bottom: auto;
  }
  .u_rct_acd-box .u_rct_acd_group:not(:last-of-type)::before {
    top: 40px;
    left: 9px;
    height: 100%;
  }
  .u_rct_acd-box .details .is_date {
    font-size: 2.2rem;
    margin-right: 20px;
  }
  .u_rct_acd-box .details {
    margin-left: 50px;
    align-items: flex-start;
  }
  .u_rct_acd-box .details .is_txt-ttl {
    font-size: 1.4rem;
  }
  .u_rct_acd-box .details .is_txt {
    width: 68%;
  }
  .u_rct_acd-box .details .is_txt,
  .u_rct_acd-box .details .is_txt.align_top,
  .u_rct_acd-box .details .is_txt.align_top02,
  .u_rct_acd-box .details .is_txt.align_top03 {
    position: relative;
    top: 6px;
  }

}

/*  u_rct_contact
------------------------------------- */
.u_rct_contact {
  color: #fff;
  padding: 120px 0;
  background: linear-gradient(to right, #4D68DE 0%, #509FEF 100%);
}
.u_rct_contact_txt {
  font-size: 2rem;
  margin-bottom: 50px;
}

.u_rct_contact_item {
  display: flex;
  justify-content: flex-start;
}
.u_rct_contact_box {
  width: 60%;
}
.u_rct_contact .u_tel_txt {
  font-family: "Barlow", sans-serif;
  font-size: 3.2rem;
}
.u_rct_contact .u_tel_txt a {
  color: #fff;
  text-decoration: none;
}
.u_rct_contact .u_tel_txt img {
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .u_rct_contact .u_tel_txt a[href^="tel:"]{
      pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .u_rct_contact_txt {
    font-size: 1.8rem;
  }
  .u_rct_contact .u_tel_txt {
    font-size: 2.6rem;
  }
  .u_rct_contact .u_tel_txt img {
    width: 15px;
    height: 15px;
  }
  .u_rct_contact .u_mail img {
    width: 70%;
  }

  .u_rct_acd-box .u_rct_acd_group:not(:last-of-type)::before { height: 130%;}
  .u_rct_contact_item {display: block;}
  .c_btn_type04.is_mail { width: 100%;}
  .u_rct_contact {padding: 60px 0;}
  .u_rct_contact_box {
    width: 100%;
    margin-bottom: 40px;
  }
}


/*  u_nenmatsu
------------------------------------- */
.u_nenmatsu{
  border: 1px solid #12288c5b;
  max-width: 530px;
  width: 100%;
  padding: 18px;
  margin: 20px 0 0;
}

.u_nenmatsu_ttl{
  margin: 0 0 5px;
}


/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
