html,body {
	overflow-x: hidden;
}

*{
	font-feature-settings:"palt";
}

body{
		position: fixed;
	width: 100%;
	overflow-x: clip;
position:relative;
min-height:100vh;
	max-height:fit-content;
	cursor: none;
}
.content ol li, .content ul li{
	margin-top:0;
	list-style:none;
}
/*カーソル要素*/
#cursor{
  position: fixed;

  /*丸の大きさと色の指定*/
  background: #686868;
  border-radius:50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;/*真ん中にくるようにマイナスマージンで調整*/

  z-index: 999;/*一番手前に来るように*/
  pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
  transition: transform 0.1s;/*アニメーションの秒数指定*/
}

/*ちょっと遅れてついてくるストーカー要素*/
#stalker{
  position: fixed;

  /*丸の大きさと色の指定*/
  background: #f1ec58;
  width: 60px;
  height: 60px;
  border-radius:30px;
  margin: -30px 0 0 -30px;/*真ん中にくるようにマイナスマージンで調整*/
  z-index: 998;/*カーソルの後ろに来るように*/
  pointer-events: none;/*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
  transition: transform 0.5s;/*アニメーションの秒数指定*/
}

#stalker.active{
  transform: scale(1.4);
}

 .txt_container p{
	margin-top:0;
}
.txt_container p::before{
	content:"";
	display:block;
	margin-top:-.5rem;
	margin-bottom:-.5rem;
}
.breadcrumb__item{
	padding-left:15px !important;
}
.breadcrumb__item:first-child {
    padding-left: 0 !important;
}
#home ul li{
	padding-left:0;
}
#home li::before{
display:none !important;
}

.custom{
	margin-bottom:240px !important;
}

.sp_display{
		display:none;
	}
.ta-center{
	text-align:center;
}
.t-headerColor .searchBtn__link{
	color:rgba(255,255,255,.0);
	display:none;
}
.content div,.wp-block-columns{
	margin-top:0;
}
.content div::after{
	content:none;
}
.archiveHead__subtitle{
	display:none;
}

.content pre{
	border-left:none;
}
.heading-primary{
	display:none;
}


.arrow_right{
	width:16px;
}
.content a{
transition:all .3s;
}
.content a:hover{
	font-weight:500;
}
/*トップに戻るボタン*/
.bottomFooter__topBtn{
z-index:100;
}
/*↓見出し*/
h1,h2,h3,h4{
		font-family: 'Barlow', "游ゴシック体", "游ゴシック Medium",YuGothic, sans-serif  !important;
}

.h2_ttl_en .ja_ttl{
display:block;
font-size:1.6rem;
	margin-top:16px;
}
.content .h3_ttl{
	margin-top:0;
}
.content_h3_ttl{
	font-weight:600;
	font-size:3.2rem !important;
	text-align:center;
	margin-bottom:48px;
	line-height:1;
}
/*↑見出し*/
/*↓流れる背景テキスト*/
@keyframes loop-slidex {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.loop-area{
	display:flex;
	align-items:center;
	justify-content:center;
	animation: loop-slidex 20s infinite linear 1s both;
}

.loop-area li::before{
	display:none !important;
}
/*↑流れる背景テキスト*/
/*slick↓*/
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
    background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2320A4AF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.5%2C12.9c0.3%2C0.1%2C0.6%2C0.1%2C0.8-0.1l4.5-4.2C15.9%2C8.4%2C16%2C8.2%2C16%2C8s-0.1-0.4-0.2-0.5l-4.5-4.2%20C11%2C3%2C10.7%2C2.9%2C10.5%2C3.1S10%2C3.5%2C10%2C3.8V6H1C0.4%2C6%2C0%2C6.4%2C0%2C7v2c0%2C0.6%2C0.4%2C1%2C1%2C1h9v2.2C10%2C12.6%2C10.2%2C12.8%2C10.5%2C12.9z%22%2F%3E%3C%2Fsvg%3E')!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2320A4AF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M5.5%2C12.9C5.3%2C13.1%2C5%2C13%2C4.7%2C12.8L0.2%2C8.5C0.1%2C8.4%2C0%2C8.2%2C0%2C8s0.1-0.4%2C0.2-0.5l4.5-4.2C5%2C3%2C5.3%2C2.9%2C5.5%2C3.1%20S6%2C3.5%2C6%2C3.8V6h9c0.6%2C0%2C1%2C0.4%2C1%2C1v2c0%2C0.6-0.4%2C1-1%2C1H6v2.2C6%2C12.6%2C5.8%2C12.8%2C5.5%2C12.9z%22%2F%3E%3C%2Fsvg%3E')!important;
    background-size: contain!important;
}
/*↑slick*/
/*FVカスタマイズ↓*/
.fv{
	position:relative;
	width:100vw;
	margin:0 calc(50% - 50vw) !important;
	background:#8BCECB;
}


.slide_content{
	position:relative;
	top:-60px;
	margin:0 calc(50% - 50vw) !important;
}
.slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100vw;
}
.slick-img img {
  width: 100%;
}
.arrow_icon{
	width:16px;	
}
.content_inner{
	width:1080px;
}
/*↑FVカスタマイズ*/
/*↓TOP-MESSAGE-*/

#top_message .content_inner{
	position:relative;
}

#top_message img{
	position:relative;
	z-index:3;
	max-width:528px;
}

#top_message .txt_container p::before{
	content:"";
	display:block;
	margin-top:-.5rem;
	margin-bottom:-.5rem;
}

.c_more_btn:hover{
	border-radius:30%;
background-image: linear-gradient(0deg, #80d0c7 0%, #0093e9 100%);
}
.c_more_btn:hover::before{
		border-radius:30%;
	background-image: linear-gradient(0deg, #0093e9 0%, #80d0c7 100%);
}
#top_message .arrow_icon{
	margin-left:8px;	
}
/*↑TOP-MESSAGE-*/

/*↓TOP-ABOUT-*/
#top_about{
	position:relative;
	background:#fff;
	overflow:hidden;
	min-height:884px;
}

#top_about .content_inner{
	padding-bottom:360px;
}
#top_about .loop-area li {
	color:#C8E7ED;
}
#top_about .sub_copy_ja{
	font-size:2.4rem;
	font-weight:600;
	margin-bottom:48px;
}

.about_link_list li{
	padding-left:0 !important;
}
.about_link_list li::before{
	display:none !important;
}
#top_about .about_link_list a{
	padding:8px 8pa 8pa 0;
	color:#333 !important;
	transition:all .3s;
}
#top_about .about_link_list a::before{
	content:"";
	display:inline-block;
	width:16px;
	height:14px;
	margin-right:8px;
	background:url(/wp-content/uploads/2023/11/arrow-right.svg);
	background-size:cover;
	background-repeat:no-repeat;
}
#top_about .about_link_list a:hover{
	margin-left:5%;
}

.about_img_list{
	position:relative;
}
.about_img_list li{
	z-index:4;
}

.about_img_list .a_img_01 img{
	max-width:344px;
}
.about_img_list .a_img_02{
	position:absolute !important;
	right:368px;
	top:96px;
}
.about_img_list .a_img_02 img{
	max-width:344px;
}
.about_img_list .a_img_03{
	position:absolute !important;
	right:92px;
	top:344px;
}
.about_img_list .a_img_03 img{
	max-width:252px;
}
/*↑TOP-ABOUT-*/

/*↓TOP-INTERVIEW-*/
#top_interview{
	background:#edf5fa;
}
#top_interview  .loop-area li{
	color: transparent;
	text-stroke:2px #D0D1D5;
	-webkit-text-stroke:2px #D0D1D5;
}
.interview_list{
	z-index:8;
	max-width:344px;
	margin-top:0 !important;
}
#home .interview_list{
		    margin-left: 12px;
    margin-right: 12px;
}

.interview_list img{
	position:relative;
	z-index:-1;
	width:100%;
}
.interview_card_status{
	max-width:276px;
	background:#fff;
	margin-left:auto;
	margin-top:-72px !important;
	padding:24px 16px;
	border-top:4px #21A3B0 solid;
}
.interview_card_description{
	font-size:1.6rem !important;
	font-weight:600;
	line-height:1.3;
}
.interview_card_name{
	    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    margin-top: 16px;
    line-height: 1;
}

.interview_card-bottom p{
	margin-top:0 !important;
}

.slider{
	margin-top:0;
	z-index:20;
	margin-bottom:48px;
		margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
}
/*↑TOP-INTERVIEW-*/

/*↓TOP-BUSINESS-*/
#top_business .h2_ttl_en{
	margin-bottom:64px;
}

#top_business .top_more_btn{
	position:relative;
		padding:8px;
}
#top_business .top_more_btn::after{
content:"";
	width:16px;
	height:14px;
	display:inline-block;
	background:url(/wp-content/uploads/2023/11/arrow-right.svg);
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:8px;
}
#top_business .top_more_btn:hover{
	margin-left:24px;
}
#b_item_01,#b_item_02,#b_item_03{
	position:relative;
}
#b_item_01::before,#b_item_02::before,#b_item_03::before{
	position:absolute;
	display:block;
	top:-96px;
	left:50%;
	transform:translatex(-50%);
	font-family:Barlow,sans-serif !important;
	font-size:9.6rem;
	font-weight:600;
		background-color: linear-gradient(0deg, #0093e9 0%, #80d0c7 100%);
 background: -webkit-linear-gradient(90deg, #0093e9 0%, #80d0c7 100%);
	 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#b_item_01::before{
	content:"01.";
}
#b_item_02::before{
	content:"02.";
}
#b_item_03::before{
	content:"03.";
}
#b_item_01::after,#b_item_02::after,#b_item_03::after{
	position:absolute;
	top: 80px;
	left:-121px;
	display:block;
	width:272px;
	height:32px;
	padding:8px;
		font-family:Barlow,sans-serif !important;
	font-size:1.6rem;
	line-height:1;
	color:#fff;
	background:#333;
	clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
	    transform: rotate(90deg);
}
#b_item_01::after{
	content:"Telecommunications  Consulting";
}
#b_item_02::after{
	content:"Risk  Consulting";
}
#b_item_03::after{
	content:"Office  Consulting";
}
/*↑TOP-BUSINESS-*/

/*↓TOP-ENTRY-*/
#top_entry{
	background:#20A4AF;
}

#top_entry .flex_container{
	justify-content:center;
}
#top_entry .t_entry_btn{
background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	width:252px;
	height:40px;
	margin-left:12px;
	margin-right:12px;
}
/*↑TOP-ENTRY-*/
.content pre{
	background:transparent;
	padding:0;
}
.content dt,.content dl,.content dd{
	margin:0;
	padding:0;
	background:transparent;
	border:none;
}
.summary_box ul>li:before {
    display:none;
}
.summary_box ul>li{
	padding-left:0;
}
.content .summary_box{
	width:100%;
}
.summary_box dt{
	width:25%;
}
.summary_box dd{
	width:75%;
}
.summary_box dl {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
}
.summary_box dl::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
}
.summary_box dl:first-child::before {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
}
.summary_box dl>dt,.summary_box dl>dd {
padding-left:24px;
	padding-right:24px;
}
.summary_box dl>dd p {
margin-top:0;
}
.message_box{
	margin-bottom:0;
}
.custom__item:nth-child(2n+1){
	background:#f7fbff;
}
.archiveHead__contents .heading{
	position:relative;
	font-size: 32px;
	color: #191919;
	font-weight: 600;
	border-bottom: 1px solid #191919;
		padding-bottom:16px;
}
.archiveHead__contents .heading::after{
	content:"NEWS";
	font-size: 16px;
    font-family: Lato,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 500;
	margin-left:8px;
}
.btn__link-normal{
	width: 232px;
	height:66px;
	    box-shadow: 8px 6px 12px -3px #00000026;
	font-size: 1.125em;
	border:none;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: auto;
    margin-right: auto;
	border-radius:0;
}
.btn__link-normal:hover{
	border-color: #007bb7;
	background: #007bb7;
	background-color: #007bb7 !important;
}
.btn__link::before{
	display:none;
}
.btn__link::after{
	content: "\f061";
	    position: absolute;
    right: 32px;
    line-height: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
}
.dividerBottom .btn-right{
	text-align:center;
}
.h_deco{
	color:#f08527;
}
.h_no{
	font-size: 0.6em;
    display: inline-block;
    margin-right: .8em;
	color:#f08527;
}
.img_mini{
	margin-top:240px !important;
}
.btn-center{
	display:flex;
	justify-content:center;
	align-items:center;
}
.btn__link-primary{
	position:relative;
	border-radius:0 !important;
	background-color: #fafafa !important;
	border:solid 1px #20A4AF !important;
	color: #20A4AF !important;
	font-size:1.6rem !important;
	font-weight:500 !important;
	width:252px;
	height:48px;
	display:flex !important;
	align-items:center;
	justify-content:center;
}
.btn__link-primary::after{
	content: "";
    width: 16px;
    height: 14px;
    display: inline-block;
    background: url(/wp-content/uploads/2023/11/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px;
}
.top_rec_sec{
		    width: 100vw;
    margin: 0 calc(50% - 50vw) !important;
}
.wp-block-uagb-container.uagb-is-root-container{
	margin-left:initial;
	margin-right:initial;
}
.overview_sec{
	margin-bottom:160px;
}

/*リストスタイル* ↓*/
.content ol > li::before{
	color:#0170b9 !important;
	border-color:#0170b9 !important;
}

/*パンくずリスト↓*/
.breadcrumb{
background:rgba(150,204,215,1);
}
.breadcrumb__item{
	color:#fff;
}
.breadcrumb__item::after{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/*↑パンくずリスト*/
/*応募フォーム↓*/
.p-country-name{
	display:none;
}
.contactstep {
    max-width: 570px;
    margin-left: auto;
    margin-bottom: 96px;
    margin-right: auto;
}
.contactstepup {
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
}
.contactstepdown {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
}
.contactstepup .current {
    background: #21A3B0 !important;
}
.contactstepup .item {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: #E1E1E1;
    border-radius: 50%;
    z-index: 3;
}
.contactstepup .item + .item:before {
    position: absolute;
    content: "";
    left: -243px;
    top: 6px;
    width: 248px;
    height: 1px;
    background: #E1E1E1;
    z-index: -1;
}
.contactstepup .item:nth-child(2) {
    z-index: 2;
}
.contactstepup .item:nth-child(3) {
    z-index: 1;
}
.contactstep div::after{
	content:none;
}
.formpretext {
    margin: 0 0 48px;
}
.contactpagein {
    max-width: 720px;
    margin: 143px auto 0;
    font-size: 16px;
    line-height: 24px;
}
.contactpagein dl {
    display: flex;
}
.contactpagein dt {
    width: 176px;
    padding: 16px 0;
    font-weight: 600;
}
.contactpagein input[type=text], .contactpagein input[type=email] {
    width: 100%;
    display: block;
    height: 56px;
    padding: 5px 12px;
    color: #333333;
}
.contactpagein dl + dl {
    margin: 32px 0 0;
}
input,select,textarea{
	border:1px solid #CEC6C6;
}
.addressdd .addressblock{
	margin-top:32px;
}
.contactpagein dt .star {
    position: relative;
    color: #FF0000;
    font-size: 14px;
    left: 5px;
    top: -5px;
}
.contactpagein dd {
    flex: 1;
}
.birthDate dd{
	display:flex;
}
.birthDate dd select{
	height:56px;
	padding:16px;
	margin-right:8px;
	margin-left:8px;
}

.birthDate dd>div:first-child select{
		margin-left:0;
}
.radioBox{
	padding: 16px 0;
}
.radioBox label{
	display: inline-block;
    margin: 0 50px 0 0;
}
.radioBox label input[type=radio]{
	width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}
.mwform-checkbox-field input, .mwform-radio-field input{
	    margin-right: 5px;
}
.radioBox label span{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 26px;
}
.radioBox label span:before{
	position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
	border:1px solid #CEC6C6;
}
.radioBox label input[type=radio]:checked + span:after{
	position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    background:#21A3B0;
}
.addressdl{
	margin-top:32px !important;
}
.zipblock {
    display: flex;
    align-items: center;
}
.zipblock .icon {
    margin: 0 20px 0 8px;
}
.zipblock input {
    width: 194px!important;
}
.zipblock .text {
    margin: 0 0 0 30px;
}
.contactpagein textarea {
    display: block;
    width: 100%;
    height: 240px;
    padding: 8px 12px;
    background: #fff;
    resize: none;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.agreeblock {
    display: flex;
    justify-content: center;
    margin: 64px 0 0 !important;
}
.agreeblock .checkBox label {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.checkBox label input[type=checkbox] {
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}	

	.checkBox label span {
    font-size: 0;
}
.checkBox label span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: #FFF;
	border:1px solid #CEC6C6;
}
.agreeblock .privacy {
    position: relative;
    color: #21A3B0;
    font-weight: 500;
    padding: 0 0 7px;
    border-bottom: 2px solid #21A3B0;
    margin: 2px 0 0 10px;
}
.agreeblock .text {
    padding: 0 0 7px;
    margin: 2px 0 0 1px;
}
.checkBox label input[type=checkbox]:checked + span:after {
    position: absolute;
    content: "";
    left: 4px;
    top: 11px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background:#21A3B0;
}
.mw_wp_form input[type="file"]{
	padding:16px 0;
}
.birthDate select{
	padding-right:32px !important;
	-webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
}
.select_container{
	position:relative;
}
.select_container::before {
  border-bottom: 4.5px solid #21A3B0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 40px;
  top: 20px;
  width: 0;
}


[type="file"] {
    display: none!important;
}
.file_up_container{
	padding-bottom:32px !important;
}
.contactpagein .file_up{
	position:relative;
	display:flex;
	align-items:center;
	width:100%;
	padding-top:16px;
	padding-bottom:16px;
	border:1px solid #CEC6C6;
	padding-left:16px;
	background:#fff;
}
.file_up::after{
	position:absolute;
	left:0;
	bottom:-32px;
	content:"Jpg,png,PDF,xlsx,wordが添付可能です。";
}
.contactpagein .file_up label{
	 padding: 8px 16px 8px 8px;
	background:#21A3B0;
	margin-right:16px;
	color:#fff;
}
.contactpagein .file_up p{
	margin-top:0;
}
.submitblock {
    margin: 96px 0 0 !important;
}
.linkbtn,.modify button {
    -webkit-appearance: none;
    outline: none;
    border: none;
    background:#21A3B0;
    display: flex;
    width: 45%;
    height: 60px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    transition: all ease .3s;
    margin-left: auto;
    margin-right: auto;
}
.linkbtn:hover,.linkbtn:active{
	background-color:#0170b9;
	color:#fff;
}
.modify{
	width:45%;
	margin-top:0;
}
.modify button{
	background: #d3d3d3;
	width: 100%;
	color:#3e3e3f;
}
.submitblock .linkbtn span{
    position: relative;
    display: inline-block;
    font-weight: 450;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}
.submitblock .linkbtn span::after{
	content:"\f061";
	position: absolute;
    right: 32px;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
}
.contactstepup .line:before {
    background: #21A3B0!important;
}
.contactstepdown .current {
    border-bottom: 1px solid #21A3B0;
}
.contactstepup .line:before {
    background: #21A3B0!important;
}
.confirm dd {
    display: flex;
    align-items: center;
}
.confirm .addressdd {
    display: block;
}
.confirm .confirmhidden {
    display: none!important;
}
.confirm .addressblock dd {
    display: flex;
    align-items: center;
}
.confirm .zipblock {
    padding: 16px 0;
}
.confirm .submitblock{
	    display: flex;
    flex-direction: row-reverse;
}
.thankstxt{
margin-bottom:96px;
}
.contact_wrapper{
	margin-bottom:160px;
}
/*↑応募フォーム*/	
/*募集要項↓*/

#job-description .summary_box{
	width:804px;
}
.job_img_container{
	margin-bottom:48px;
}
.office_location{
	width:252px;
	height:1320px;
    padding: 16px;
    border: 1px solid #333;
}
.office_location dt{
	font-weight:600;
}
.office_location dl{
	margin-bottom:24px;
}
.office_location dl:last-child{
	margin-bottom:0;
}
.office_location p{
	margin-top:0;
}
.office_location iframe{
	margin-top:16px;
	width:200px;
	height:200px;
}
.job_flex_container  > div{
display:flex !important;
	flex-direction:initial !important;
	justify-content:start !important;
	flex-wrap:wrap !important;
}
#job-description::after{
	display:none !important;
	content:none !important;
}
.requirements{
	width:22% !important;
}
.requirements >a{
display:block;
	min-height:180px;
	padding:48px 24px;
	 background-image: linear-gradient(90deg, rgba(14, 189, 255, 1), rgba(65, 164, 253, 1)) !important;
	color:#fff;
}
.requirements .requirements-title{
color:#fff;
}

.uagb-block-18877542{
	width:100vw !important;
	margin: 0 calc(50% - 50vw) !important;
}
.uagb-container-inner-blocks-wrap .entry_box{
	width:100vw !important;
}
.uagb-container-inner-blocks-wrap .entry_box h2{
	 position: relative;
	padding-bottom:48px;
}
.uagb-container-inner-blocks-wrap .entry_box h2::after{
	    position: absolute;
	  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
	bottom:0;
	left:50%;
	transform:translatex(-50%);
}
.entry_btn{
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
	margin-top:48px;
	padding:3rem 0;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	font-size:6.4rem;
	line-height:1.3;
	color:#fff !important;
	background: rgb(0,147,233);
background: radial-gradient(circle, rgba(0,147,233,1) 1%, rgba(128,208,199,1) 100%);
}
.entry_link_ja{
	display:block;
	font-size:1.6rem;
}
.entry_btn:hover{
	font-weight:500 !important;
}
/*↑募集要項*/	
/*インタビューページ↓*/
.plf_container{
	    display: flex;
    align-items: center;
    margin-top: 24px !important;
}
.plf_joining{
	padding: 4px 12px;
    border: 1px solid;
    display: inline-block;
	border-radius:20px;
	margin-right:16px;
}
.plf_txt_container {
	display:flex;
}
.plf_txt_container dt{
	border-right:1px solid #333;
	padding-right:.5em;
	margin-right:.5em;
}
.interview-schedule{
	background:#E2F0F5;
	padding: 24px 92px;
	margin-top:96px;
	    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}
#interviewContents{
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
}

.interview-detail_section{
	position:relative;
	    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
	margin-top:96px;
}

#interviewContents .interview_img_container{
	margin-top:96px;
}

#interviewContents .interview_img_container img{
	width:100%;
}
#interview_img_container01{
	max-width:804px;
	margin-left: auto;
}
#interview_img_container02{
	max-width:528px;
	margin-right: auto;
}
#interview_img_container03{
	max-width:896px;
	margin-right: auto;
	margin-left:auto;
}
#interviewContents .interview-detail_section::before{
	position:absolute;
	z-index:-1;
	font-size:16rem;
	top: -80px;
    left: -96px;
	line-height:1;
	display:block;
	font-family:'Rubik Microbe';
	background-color:linear-gradient(0deg, #0093e9 0%, #80d0c7 100%);
	 background: -webkit-linear-gradient(0deg, #0093e9 0%, #80d0c7 100%);
	-webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	opacity:.4;
}
#interviewContents #interview-detail-01::before{
	content:"01";
}
#interviewContents #interview-detail-02::before{
	content:"02";
}
#interviewContents #interview-detail-03::before{
	content:"03";
}
#interviewContents #interview-detail-04::before{
	content:"04";
}
#interviewContents #interview-detail-05::before{
	content:"05";
}
#interviewContents #interview-detail-06::before{
	content:"06";
}
#interviewContents #interview-detail-07::before{
	content:"07";
}
#interviewContents #interview-detail-08::before{
	content:"08";
}
#interviewContents #interview-detail-09::before{
	content:"09";
}
.interview_question{
	position:relative;
	font-size:1.6rem;
	color:#656669;
	font-weight:600;
	margin-bottom:24px;
	display: flex;
    align-items: center;
}
.interview_question::before{
	content:"";
	display:block;
	width:68px;
	height:1px;
	background-color:#656669;
	margin-right:8px;
}
.interview_ttl{
	margin-top:0 !important;
	margin-bottom:24px;
	line-height:1.3 !important;
}
.interview-schedule ul{
	position:relative;
}
.interview-schedule ul::before{
	position:absolute;
	content:"";
	height:100%;
	width:2px;
	background:#8BCECB;
	left:4rem;
	top:0;
}
.schedule_item{
	position:relative;
	display:flex;
	align-items:center;
	padding-left:12rem !important;
	margin:2.4rem 0;
}
#interviewContents .interview-schedule .schedule_item::before{
	display:block !important;
	padding: 0.75rem 1rem 0.9rem;
	margin-right:1rem;
	width:8rem;
	color: #fafafa !important;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
	content: attr(data-time);
	transform: scale(1);
	background: #8BCECB;
	border-radius:4px;
}
.interview-schedule_ttl{
	padding-bottom:.8em;
	border-bottom: solid 1px #656669;
	margin-bottom:3.2rem;
}

#interview_list_container li{
	list-style:none;
}
#interview_list_container .interview_list{
	margin-bottom:48px;
}
.interview_at-the-time{
	max-width:896px;
	margin-left:auto;
	margin-right:auto;
}
/*↑インタビューページ*/
	/*採用情報ページ↓*/
#recruitment-information >.content{
	padding-top:96px;
	padding-bottom:96px;
}

#recruitment-information .en_ttl{
	line-height:1;
	font-size:1.6rem;
	display:block;
	margin-top:24px;
}
#recruitment-information .main_message{
	text-align:center;
	font-size:3.2rem;
	font-weight:600;
}
#recruitment-tag{
	background:#20a4af;
	padding-top:48px;
	padding-bottom:48px;
}
#recruitment-tag .tag_ttl{
	color:#fff;
	line-height:1;
}
#recruitment-tag ul {
	display:flex;
	flex-wrap:wrap;
}

#recruitment-tag ul li a{
	color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid;
}
#recruitment-information .content_inner{
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
}
#recruitment-information li:first-child{
	margin-top:0;
}
#recruitment-information li::before{
	display:none;
}
#recruitment-flow{
	padding-top:96px;
	padding-bottom:96px;
	width:100vw;
	margin: 0 calc(50% - 50vw) !important;
	background:url("/wp-content/uploads/2024/01/flow_bg_img.jpg");
	background-repeat:no-repeat;
	background-size:cover;
}
#recruitment-flow ul {
	
}
.flow_item{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    width: 160px;
    height: 320px;
    align-items: center;
	margin-top:0 !important;
    padding-top: 96px;
	   padding-left: 0 !important;
	counter-increment:num;
	font-size:2.4rem;
	font-weight:600;
	writing-mode:tb;
	background:rgba(255,255,255,0.6);
}
.flow_item::after{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -52px;
	content:"";
	display:block;
	clip-path: polygon(0 0, 0% 100%, 60% 50%);
	background: #333;
    width: 24px;
    height: 24px;
}
.flow_item:last-child::after{
	display:none;
}
	/*↑採用情報ページ*/	
@media screen and (max-width: 480px){
	.sp_display{
		display:block
	}
	.content_inner{
		width:100%;
		padding-left:16px;
		padding-right:16px;
	}
	.flex_container{
		flex-direction:column;
	}
	/*FVカスタマイズ↓*/
	.slider{
		height:auto;
	}	
	.fv_message_content{
top:48%;
	}
	.fv_message{
		font-size:3.8rem;　
	}
	/*↑FVカスタマイズ*/	
		/*TOP-↓*/
	#top_business .business_item{
		margin-bottom:24px;
	}
	#top_business .business_item:last-child{
		margin-bottom:0;
	}
	#b_item_01::before, #b_item_02::before, #b_item_03::before{
		font-size:7.2rem;
	}
	/*↑TOP-*/	
		.contactpagein dl{display:block;
	}

	.summary_box dt {
    width: 32%;
}
		.summary_box dd {
    width: 68%;
}
	.img_mini{
	margin-top:0 !important;
}
	.uagb-block-920f2533.wp-block-uagb-image .wp-block-uagb-image__figure img,.uagb-block-c6869326.wp-block-uagb-image .wp-block-uagb-image__figure img{
		width:260px;
	}
	.top_text_box{
		margin-top:242px !important;
	}
	/*お問い合わせフォーム↓*/
	.contactstep {
    max-width: 330px;
    margin: 0 auto;
}
	.contactstepup {
    margin: 0 15px;
}
	.contactstepdown {
    font-size: 13px;
    margin: 14px 0 0;
}
	.contactpagein {
    margin: 80px auto 0 !important;
}
	.contactstepup .item + .item:before {
    left: -144px;
    top: 3px;
    width: 148px;
}
	.contactstepup .item {
    width: 7px;
    height: 7px;
}
.contactpagein dl {
    display: block;
}
	.radioBox label{
		display: block;
    margin: 0 20px 0 0;
	}
	.zipblock .text {
    margin: 0 0 0 16px;
}
	.agreeblock {
    margin: 20px 0 0 !important;
}
	.linkbtn {
    width: 100%;
}
	.confirm .submitblock{
		flex-direction:column-reverse;
	}
	.modify{
		width:100%;
margin-bottom:24px;
	}
	.addressdd .addressblock{
		margin-top:12px;
	}
	.thankstxt{
		margin-bottom:72px;
	}
	.wp-block-uagb-container.uagb-block-433a95b2.wp-block-uagb-container{
		width:100vw;
		margin: 0 calc(50% - 50vw);
	}
	/*募集要項↓*/
	.job_flex_container > div{
		flex-direction:column !important;
	}
	.requirements{
width:100%  !important;
	}
	.requirements >a{
		min-height:150px;
	}
	/*↑募集要項*/	
		/*インタビューページ↓*/
	#interviewContents{
		padding-left:16px;
		padding-right:16px;
	}
	.interview_flex_item{
		flex-direction:column;
	}
	#interviewContents .interview_main_ttl{
		font-size:2.4rem;
	}
	#interviewContents .interview-detail_section::before{
		font-size:12rem;
	top: -52px;
    left: 0px;
	}
#interviewContents .interview_img_container {
    margin-top: 48px;
}
	.interview-schedule{
		padding:24px;
	}
	.interview-schedule ul::before {
    height: 96%;
	}
	.interview_question{
				align-items:flex-start;
	}
	.interview_question::before{

		position: relative;
    top: 1.5rem;
	}
		/*↑インタビューページ*/
}