@charset "UTF-8";

/* SECTION: 基本設定 */

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  color: #333;

}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 900;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
  transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
  text-decoration: none !important;
}

a img:hover {
  opacity: 0.7;
}

* img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
  margin-bottom: 0 !important;
}

/* SECTION: レスポンシブ用ヘルパークラス */
.sp_none {
  display: block;
}

.sp_block {
  display: none;
}

.sp_inblock {
  display: inline-block;
}


/* reCAPTCHAマークをずらして表示 */
.grecaptcha-badge {
	bottom: 80px !important ;
	z-index: 999999;
}

/* 編集リンク関連 */
.edit-link-wrap {
  position: relative;
  width: 1000px;
  margin: -60px auto 0;
  z-index: 99999;
}

.post-edit-link {
  float: right;
  display: block;
  width: 70px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0 0 20px;
  margin: 10px 0 20px;
  text-align: center;
  background: #ddd;
  color: #666;
}

.post-edit-link:hover {
  color: #006ec8;
}

.pagination_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wp-pagenavi {
  font-size: 15px !important;
  margin: 50px 0px 50px 0px;
  position: absolute;
  right: 0;
}

.wp-pagenavi>a,
.wp-pagenavi>span {
  background: #fff;
  font-size: 18px !important;
  padding: 5px 6px;
  margin: 2px;
}

.wp-pagenavi a:hover {
  background: #006ec8;
  color: #fff;
}

.page,
.nextpostslink,
.previouspostslink {
  color: #006ec8;
}

.current {
  background: #006ec8 !important;
  color: #fff;
  border: 1px solid #c9caca;
}

.nothing-item {
  display: inline-block;
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nothing-item-blog {
  clear: both;
  padding: 200px 0;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nothing-page {
  width: 100%;
}

.nothing-page>p {
  padding: 200px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: #444;
  color: 24px;
  font-weight: bold;
  text-align: center;
}

#header0 {
  box-sizing: border-box;
  width: 100vw;
  width: 100%;
  min-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.wrap {
  box-sizing: border-box;
  position: relative;
  min-width: 1300px;
  width: 100vw;
  width: 100%;
  overflow: hidden;
}



#header {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  height: 90px;
  min-width: 1400px;
  margin: 0px auto 0px auto;
  padding: 25px 40px 0px;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
  background-color: #fff;
  overflow: hidden;
}

.header_h1cp {
 font-size: 14px;
 font-size: 13px;
 position: relative;
  position: absolute;
        font-weight: 400;
        color: #333;
        line-height: 1.5em;
        letter-spacing: 0.0em;
        text-transform: none;
        padding: 0px 0px 0px 3px;
        margin: 0em 0em 0.0em 0em;
		top:-5px;
		top:10px;
}

.header_inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}

/* ロゴ部分 */
.header_logo {
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
  margin-top: -7px;
  margin-top: 11px;
}

.header_logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo_mark {
  position: relative;
  margin-right: 10px;
}

.logo_mark img {
  max-width: 100%;
  width: 100%;
  height: auto;

  vertical-align: middle;
}



/* ナビゲーション */
.header_nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  margin-right: 400px;
  position: relative;
  z-index: 5;
}

.header_nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.header_nav ul li {
  margin: 0 15px;
}



.header_nav ul li a {
  color: #666;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  transition: color 0.3s ease;
}

.header_nav ul li a:hover {
  color: #0068b7;
}

/* お問い合わせ部分 */
.header_contact_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

.header_contact_wrapper .header_contact {
  display: flex;
  align-items: center;
  justify-content: right;
  flex: 0 0 auto;
  position: relative;
  gap: 30px;
  z-index: -10;
}

.header_contact_wrapper .contact_btn {
  margin-right: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  flex-wrap: wrap;
  width: 200px;
  height: 80px;
  height: 90px;
  background-color: #0068b7;
}

.contact_btn_txt {
  font-size: 15px;
  text-align:center;
  line-height: 1.3;
}
.contact_btn_txt span {
  font-size: 13px;
  text-align:center;
  line-height: 1.6;
}

.header_contact_wrapper .contact_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-wrap: wrap;
  font-weight: 500;
  text-align:center;
  width: 100%;
  height: 100%;
  color: #fff;
  box-sizing: border-box;
}


.header_contact_wrapper .contact_btn a:hover {
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer !important;
}


.header_contact_wrapper .contact_tel {
  box-sizing: border-box;
  margin-bottom: 8px;
  margin-bottom: 2px;
}

.header_contact_wrapper .contact_tel a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

.header_contact_wrapper .contact_tel a:hover {
  opacity: 0.8;
  text-decoration: none;
}


.page_content {
  position: relative;
  z-index: 99999;
}


/* =個人情報保護方針
----------------------------------------------- */
.pg_cct_policy_cts {
  clear: both;
  box-sizing: border-box;
  width: 1100px;
  width: auto;
  max-width: 1100px;
  background-color: #fff9f2;
  margin: 0px auto 20px auto;
  padding: 50px 0 35px 0px;
  overflow: hidden;
  position: relative;
}

.pg_cct_policy_cts_sp {
  max-width: 1100px;
  margin: 0px auto 0px auto;
  padding: 0px 0 0px 0px;
  overflow: hidden;
  position: relative;
}

.pg_cct_policy_cts2 {
  clear: both;
  box-sizing: border-box;
  width: 1100px;
  width: auto;
  max-width: 1100px;
  background-color: #fff9f2;
  background-color: #fff;
  margin: 0px auto 20px auto;
  margin: 0px auto 0px auto;
  padding: 55px 0 35px 0px;
  padding: 20px 0 0px 0px;
  overflow: hidden;
  position: relative;
}

.pg_cct_policy_cts_box {
  box-sizing: border-box;
  width: 1000px;
  width: 950px;
  width: auto;
  max-width: 950px;
  margin: 0px auto 0px auto;
  padding: 0px 0 0px 0px;
  overflow: hidden;
  position: relative;
}


.pg_cct_policy_ttl {
  box-sizing: border-box;
  font-size: 21px;
  color: #333;
  line-height: 1.6em;
  text-align: left;
  border-left: 5px solid #2391e1;
  margin: 0px 0% 20px 0px;
  padding: 0px 0px 0px 16px;
  font-weight: bold;
}

.policy_txt1 {
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  font-weight: 400;
  margin: 0px 0 15px 0;
  padding: 0px 0px 0px 0px;
}

.policy_txt {
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  font-weight: 400;
  margin: 0px 0 40px 0;
  padding: 0px 0px 0px 0px;
}

.policy_txt_last {
  font-size: 15px;
  line-height: 1.8;
  color: #111;
  margin: 0px 0 0px 0;
  padding: 0px 0px 0px 0px;
}

.policy_sttl {
  font-size: 17px;
  line-height: 1.8;
  font-weight: bold;
  color: #2391e1;
  border-bottom: 1px solid #ccc;
  margin: 0px 0 15px 0;
  padding: 0px 0px 8px 0px;
}

.policy_txt2 {
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  margin: 0px 0 8px 0;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}

.policy_txt2 span {
  font-size: 16px;
  line-height: 1.6;
}


.footer_contact_section {
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  width: 100vw;
  width: 100%;
  min-width: 1300px;
  margin: 140px auto -120px;
}

.footer_contact_wrapper {
  width: 100%;
  margin: 0 auto;
}

.footer_contact_title {
  width: 1200px;
  position: relative;
  z-index: 10;
  margin: 5px auto 0;
}

.sub_ttl_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sub_ttl_icon_line {
  width: 1180px;
  height: 1px;
  background-color: #2DB6D4;

}



.footer_contact_title_ja {
  width: 250px;
  z-index: 20;
  position: relative;
  margin: -37px auto 0;
  font-size: 36px;
  color: #4D4D4D;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
}

.footer_contact_content {
  background-color: #0082C4;
  width: 1200px;
  height: auto;
  min-height: 230px;
  margin: 33px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 35px 0;
  box-sizing: border-box;
}

.footer_contact_common {
  width: 520px;
  height: 100px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-bottom: 6px solid #FF901E;
}

.footer_contact_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.footer_contact_phone_number {
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer_contact_phone_number a {
  display: flex;
  align-items: center;
}

.footer_contact_phone_number a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_contact_phone_hours {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding-top: 3px;
}

.footer_contact_form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_contact_form a {
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.footer_contact_form a:hover {
  opacity: 0.7;
}

.footer_contact_form a img {
  width: 30px;
  height: auto;
  object-fit: cover;
}

.footer_contact_line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

.footer_contact_line a {
  font-size: 23px;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
}

.footer_contact_line .line_icon {
  width: 34px;
  height: 34px;
  object-fit: cover;
}

.footer_contact_line a:hover {
  opacity: 0.7;
}

.footer_contact_line .qr_img {
  width: 70px;
  height: 70px;
  margin-left: 50px;
}

.footer_main {
  box-sizing: border-box;
  width: 100vw;
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
  background-color: #F6F8FB;
  padding: 195px 0 95px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
}

.footer_main_re2 {
  box-sizing: border-box;
  min-width: unset;
  margin: 0 auto;
  padding: 80px 0 95px !important;
}

.footer_main_wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.footer_main_logo_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 120px;
}

.footer_main_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_main_address {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  margin-top: 25px;
  text-align: left;
}

.footer_main_copyright {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin-top: 25px;
  text-align: left;
}

.footer_main_right {
  margin-top: -50px;
  box-sizing: border-box;
}

.footer_main_menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_main_menu_column {
  border-left: 1px solid #CBCBCB;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.footer_main_menu_item {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-top: 3px;
  text-align: left;
}

.footer_main_menu_item a {
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

.footer_main_menu_item a:hover {
  color: #005f9b;
}

/* wrap */
.wrap {
  position: relative;
}



.cts1 {
  clear: both;
  width: 100vw;
  min-width: 1300px;
  height: 660px;
  margin: -300px auto 0px auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  position: relative;
  z-index: 3;

}

.home_content1 {
  width: 100vw;
  min-width: 1300px;
  position: relative;
  z-index: 15;
}

.top_line {
  width: 100vw;
  min-width: 1300px;
  height: 770px;
  position: relative;
  z-index: 20;
}

.top_line img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_message {
  position: relative;
  z-index: 30;
  margin-top: -380px;
  text-align: center;
  font-size: 22px;
}

.e-tec {
  box-sizing: border-box;
  width: 550px;
  min-width: 1300px;
  margin: -460px auto 236px auto;
  padding: 0px 0px 0px 45px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.home_content2 {
  background-color: #F5F7FA;
  clear: both;
  width: 100vw;
  min-width: 1300px;
  margin: 0px auto 0px auto;
  padding: 125px 0px 270px 0px;
  padding: 125px 0px 250px 0px;
  overflow: hidden;
  position: relative;
  z-index: 15;
}

.home_content_title1,
.home_content_title2 {
  width: 1200px;
  margin: 0 auto;
}

.home_content_title1_ja {
  z-index: 20;
  position: relative;
  font-size: 36px;
  color: #4D4D4D;
  text-align: center;
  background-color: #F5F7FA;
  font-weight: 600;
  margin: -35px auto 0;
}

.home_content_title2_ja {
  z-index: 20;
  position: relative;
  font-size: 36px;
  color: #4D4D4D;
  text-align: center;
  background-color: #fff;
  background-color: #F5F7FA;
  font-weight: 600;
  margin: -35px auto 0;
}

.home_content2_ttl {
  width: 180px;
}

.home_content2_txt {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

.home_content2_item_wrap {
  margin: 50px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
  width: 90%;
  max-width: 1600px;
  max-width: 1500px;
  min-width: 1300px;
  min-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px calc(5% - 12px);
  gap: 65px calc(4.4% - 12px);
}

.home_content2_item {
  width: 100%;
}

.home_content2_item_ttl {
  background: url(img/top_business_ttl_bk.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 470 / 83;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.5vw, 24px);
  color: #fff;
  font-weight: 600;
margin: 0px 0em 0.0em 0em;
}

.home_content2_item_txt {
  font-size: clamp(13px, 1.1vw, 18px);
  color: #4D4D4D;
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  white-space: nowrap;
}

.home_content2_item_img {
  width: 100%;
  aspect-ratio: 470 / 300;
  border-top: 4px solid #00A5E3;
  margin-top: 8px;
}

.home_content2_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =トップ事業案内修正版 */
.home_content2_item_wrap2 {
box-sizing: border-box;
max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 0px 0 0;
}

.home_content2_item2 {
box-sizing: border-box;
float:left;
  width: 580px;
  margin:0px 40px 35px 0;
  border-top: 1px solid #b9c8d2;
  border-bottom: 1px solid #b9c8d2;
  background-color: #fff;
  overflow:hidden;
}
.home_content2_item2:nth-child(2n) {
margin:0px 0px 35px 0 !important;
}

.h_item2_1 {
box-sizing: border-box;
float:left;
  width: 260px;
 margin:0px auto;
padding: 0px 0px 0px 0px;
}
.h_item2_1 img {
max-width: 100%;
height: auto;
}
.h_item2_2 {
box-sizing: border-box;
float:left;
  width: 320px;
 margin:0px 0;
padding: 24px 5px 10px 22px;
}

.h_item2_ttl {
font-size: 22px;
font-size: 21px;
font-weight: 600 !important;
color: #0078be;
line-height: 1.5em;
text-align:left;
padding: 0px 0px 0px 0px;
margin:0px 0 18px 0;
overflow:hidden;
}
.h_item2_cp1 {
font-size: 17px;
font-weight: normal;
color: #333;
text-align:left;
line-height: 1.5em;
padding: 10px 0px 0px 0px;
margin:0px 0 0px 0;
overflow:hidden;
}
.h_item2_cp2 {
font-size: 17px;
font-weight: normal;
color: #333;
text-align:left;
line-height: 1.5em;
padding: 0px 0px 0px 0px;
margin:0px 0 0px 0;
overflow:hidden;
}
/* =トップ事業案内修正版 ここまで */



.home_solution_link_wrap {
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  width: 1040px;
  height: 290px;
  background: #00A5E3;
  background: #0068b7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -150px auto 0;
}

.home_solution_link_wrap:hover {
  opacity: 0.8;
}

.home_solution_link_border {
  position: relative;
  width: 1020px;
  height: 270px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_solution_link_kado1 {
  position: absolute;
  top: 0;
  left: 0;
}

.home_solution_link_kado2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.home_solution_link_left {
  padding: 0 0 0 70px;
  box-sizing: border-box;
}

.home_solution_name {
  text-align: left;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 2px;
}

.home_solution_link_ttl {
  text-align: left;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.7;
  margin-bottom: 0px;
  margin: -5px 0 0 0;
}

.home_solution_link_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transform: skewX(-20deg);
  z-index: -1;
}

.home_solution_link_txt p {
  margin: 0;
  color: #0082C4;
  color: #0068b7;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

.home_solution_link_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.home_solution_link_more p {
  color: #FFFFFF;
  font-size: 23px;
  line-height: 1.4;
  margin: 0;
  text-align: left;
  font-weight: normal;
}

.home_solution_link_more div {
  margin-top: 10px;
  margin-left: -5px;
}

.home_solution_link_right {
  width: 365px;
  height: 268px;
}

.home_solution_link_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_solution_link_txt {
  position: relative;
  display: inline-block;
  margin: 3px 0;
  padding: 1px 38px;
  z-index: 1;

}

.home_content3 {
  width: 100vw;
  min-width: 1300px;
  margin: 185px auto 0;
}

.hm_content3 {
  background: #F6F8FB;
  padding: 120px 0 50px;
  padding: 120px 0 50px;
  box-sizing: border-box;
  margin-top: 70px;
  margin: 85px auto 20px auto;
}

.home_content3_ttl {
  width: 350px;
}

.home_content3_gallery_wrap {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: start;
  gap: 45px 40px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.home_content3_gallery_item {
  width: 270px;
  height: 180px;
  text-align: center;
  overflow: hidden;
}

.home_content3_gallery_item a,
.home_content3_gallery_item_img {
  display: block;
  width: 100%;
  height: 100%;
}

.home_content3_gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_content3_more {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 1200px;
  margin: 23px auto 0;
  margin: 23px auto 20px auto ;
  overflow:hidden;
}
.home_content3_more2 {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 1200px;
  margin: 23px auto 0;
  margin: 23px auto 0px auto ;
  overflow:hidden;
}

.home_content3_btn {
  display: inline-block;
  width: 170px;
  height: 58px;
  margin-right: -40px;
}

.home_content3_btn img {
  width: 75%;
  height: auto;
  object-fit: cover;
}

.home_content4 {
  width: 100vw;
  min-width: 1300px;
  margin: 80px auto 0;
  padding: 155px 0 185px;
  padding: 155px 0 80px;
  box-sizing: border-box;
  background-color: #F1F4F9;
}

.home_content4_ttl {
  width: 240px;
}

.home_content4_insta_wrap {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: start;
  gap: 50px 42px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.home_content4_insta_item {
  width: 165px;
  height: 205px;
}

.home_content4_insta_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_content4_more {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 1200px;
  margin: 23px auto 0;
}

.home_content4_btn {
  display: inline-block;
  width: 170px;
  height: 58px;
  margin-right: -40px;
}

.home_content4_btn img {
  width: 75%;
  height: auto;
  object-fit: cover;
}

.home_recruit_link_wrap {
  position: relative;
  width: 1000px;
  width: 1040px;
  height: 233px;
  margin: -115px auto 0;
  margin: 90px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D3E9FF;
}

.home_recruit_link_wrap:hover {
  opacity: 0.8;
}

.home_recruit_link_border {
  position: absolute;
  z-index: 1000;
  width: 980px;
  width: 1020px;
  height: 213px;
  display: flex;
}

.home_recruit_link_border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  pointer-events: none;
  z-index: 9999;
}


.home_recruit_link_left {
  padding: 30px 0 0 30px;
  padding: 30px 0 0 60px;
  box-sizing: border-box;
  width: 500px;
  width: 540px;
}

.home_recruit_link_ttl_wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}

h2.home_recruit_link_ttl {
  color: #4D4D4D;
  font-size: 32px;
  font-weight: 600;
  margin-right: 10px;
  padding: 0px 0px 0.0em 0px;
    margin: 0px 0em 1.0em 0em;
	margin: 5px 10px 0.0em 0em;
}

.home_recruit_link_ttl_icon {
  width: 6px;
  height: 6px;
  margin-top: -46.5px;
}

.home_recruit_link_ttl_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_recruit_link_ttl_icon_line {
  width: 280px;
  height: 1px;
  margin-right: 5px;
  background-color: #2DB6D4;
}

.home_recruit_link_right {
  position: relative;
  z-index: -1;
  width: 490px;
  height: 233px;
  margin-top: -10px;
  margin-right: -10px;
}

.home_recruit_link_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_recruit_link_txt {
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin: 20px 0 0;
  z-index: 1;
}

.home_recruit_link_txt p {
  font-size: 19px;
}

/* SECTION: home_content5 (動画表示エリア) */
.home_content5 {
  width: 100vw;
  height: 535px;
  height: auto;
  min-width: 1300px;
  margin: 110px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.home_content5_video_wrap {
  width: 90%;
  width: 92%;
  height: 535px;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.home_content5_video_wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* common_header */
.common_header {
  position: relative;
  width: 100vw;
  min-width: 1300px;
  margin: 0 auto 0;
  border-top: 1px solid #B8C4DF;
  box-sizing: border-box;
}

.common_header_box {
  background: #F8F9FC;
  width: 100vw;
  height: 250px;
  min-width: 1300px;
  margin: 0 auto 0;
  padding-top: 10px;

}

.common_header_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 430px;
  min-width: 1300px;
  margin: -235px auto 0;
  background: url(img/hd_line.svg) no-repeat;
}

h1.common_header_ttl_text {
  text-align: center;
  font-weight: 600 !important;
  font-size: 36px;
  margin-top: -110px;
  margin: -110px 0em 0.0em 0em;
  line-height: 3.2rem;
}

h1.common_header_ttl_text2 {
  margin-top: -155px;
  margin: -155px 0em 0.0em 0em;
  font-weight: 600 !important;
  font-size: 34px;
}


.common_header_txt1 {
  color: #0068b7;

}

.bns_content1 {
  position: relative;
  z-index: 100;
  width: 1400px;
  margin: -175px auto 0;
}

.bns_header_cp {
color: #4d4d4d;
  text-align: center;
  font-weight: 500 !important;
  font-size: 22px;
  margin-top:10px;
  margin: 0px 0em 20px 0em;
  line-height: 1.8;
}

.bns_content1_wrap1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bns_content1_img {
  width: 230px;
  height: 146px;
}

.bns_content1_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bns_content1_wrap2 {
  width: 1250px;
  margin: 35px auto 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.bns_content1_box {
  background: url(img/bns_hd_txt_bk.svg) no-repeat;
  width: 210px;
  height: 84px;
  position: relative;
  box-sizing: border-box;
}

.bns_content1_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 187.8px;
  height: 3px;
  background-color: #99E1FF;
}

.bns_content1_box a {
  width: 210px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
  color: #0068b7;
  font-size: 19px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 25px 0 30px;
  margin: 0;
}

.bns_content1_box a:hover {
  opacity: 0.8;
}

.bns_content2 {
  width: 100vw;
  min-width: 1300px;

}

.bns_content2_wrap {
  width: 100vw;
  min-width: 1300px;
  margin: 110px auto 160px;
}

.bns_content2_top {
  position: relative;
  display: flex;
  gap: 20px;
  height: 512px;
}

.bns_content2_left {
  width: calc(50vw - 10px);
  min-width: 640px;
  position: relative;
}

.bns_content2_left_box {
  width: 100%;
  height: 360px;
  background: #00A5E3;
}

.bns_content2_left_wrap {
  position: absolute;
  right: 0;
}



.bns_content2_left_ttl {
  background: url(img/bns_name_bk.svg)no-repeat;
  width: 570px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: -330px 20px 0 0;
}

.bns_content2_left_img {
  width: 590px;
  height: 370px;
  margin-top: 20px;
}

.bns_content2_left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bns_content2_right {
  width: calc(50vw - 10px);
  min-width: 640px;
  border-top: 1px solid #00A5E3;
  box-sizing: border-box;
}

.bns_content2_right_ttl {
  margin: 53px 0 0 20px;
  background: url(img/bns_subcp_bk1.svg) no-repeat;
  width: 385px;
  height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  line-height: 50px;
}

.bns_content2_right_ttl2 {
  background: url(img/bns_subcp_bk2.svg) no-repeat;
  width: 535px;

}

.bns_content2_right_txt {
  font-size: 17px;
  line-height: 1.9rem;
  margin: 25px 0 0 20px;
}

.bns_content2_right_img {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-top: 29px;
}

.bns_content2_right_img_item {
  width: 285px;
  height: 190px;
}

.bns_content2_right_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bns_content2_bottom {
  position: relative;
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}

.bns_content2_solution_link_wrap {
  margin: 80px 0 0 20px;
  display: block;
  font-size: 20px;
  line-height: 1.8rem;
}

.bns_content2_solution_link_wrap>a {
  color: #0068b7 !important;
}

.bns_content2_solution_link_wrap:hover {
  opacity: 0.8;
}


.bns_content2_solution_link_icon {
  margin-top: -20px;
  width: 350px;
  height: 20px;
}

.bns_content2_solution_link_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bns_content2_wrap2 {
  width: 1200px;
  margin: 90px auto 0;
}

.bns_content2_wrap2_ttl {
  font-size: 28px;
  color: #0068b7;
  border-bottom: 2px solid #2DB6D4;
  padding-bottom: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}

.bns_content2_wrap2_txt {
  font-size: 17px;
  line-height: 1.8rem;
  text-align: center;
}

.bns_content3 {
  background: #F6F8FB;
  padding: 155px 0 80px;
  padding: 135px 0 80px;
  box-sizing: border-box;
  margin-top: -10px;
}

.bns_content3_gallery_wrap {
  margin-top: 0px !important;
}

.bns_content4 {
  background: #F6F8FB;
  width: 1200px;
  padding: 115px 0 60px;
  box-sizing: border-box;
  margin: 110px auto 180px;
}

.bns_content_title {
  width: 1000px;
}

.sub_ttl_icon_line2 {
  width: 980px;
}

.bns_icon_line {
  margin-top: 20px;
}

.bns_content4_ttl {
  width: 280px;
}

.bns_content4_qa_wrap {
  width: 1000px;
  margin: 5px auto 0;
}

.bns_content4_qa_item {
  padding: 30px 50px 33px;
  box-sizing: border-box;
  border-bottom: 1px solid #AAAAAA;
}

.bns_content4_qa_item_q {
  color: #0068b7;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.bns_content4_qa_item_q span {
  margin-top: 0px;
  margin-right: 20px;
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}

.bns_content4_qa_item_a span {
  margin-top: -1px;
  margin-right: 20px;
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 600;
}

.bns_content4_qa_item_a {
  font-size: 18px;
  line-height: 1.8rem;
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
}

.bns_content4_btn {
  margin-top: 5px;
  margin-right: 50px;
}

.footer_contact_business_text {
  flex: 0 0 100%;
  color: #fff;
  font-size: 26px;
  line-height: 2.7rem;
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 0 10px;
  box-sizing: border-box;
font-weight: 500;
}

.about_conten1 {
  position: relative;
  z-index: 100;
  width: 100vw;
  min-width: 1300px;
  margin: -155px auto 0;
}

.about_conten1_txt1 {
  font-size: 18px;
  line-height: 2.2rem;
  text-align: center;

}

.about_conten1_txt2 {
  font-size: 18px;
  text-align: center;
  margin-top: 60px;
}

.about_conten1_txt2 span {
  font-size: 15px;
}

.about_conten1_txt2_2 {
  font-size: 18px !important;
}

.about_conten2 {
  width: 100vw;
  min-width: 1300px;
  margin: 90px auto 0;
}

.about_conten2_img {
  width: 100vw;
  min-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
}

.about_conten2_img_box {
  width: 25vw;
  min-width: 325px;
  height: 260px;
}

.about_conten2_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_conten2_item_wrap {
  width: 100vw;
  min-width: 1300px;
  background: #F6F8FB;
  padding-bottom: 5px;
}

.about_conten2_item {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 0 70px;
  margin-bottom: 100px;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
}

.about_conten2_item3 {
  padding: 0 0 70px;
}

.about_conten2_item_ttl {
  position: relative;
  z-index: 100;
  background: url(img/abt_ttl_bk.svg) no-repeat;
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.about_conten2_item_ttl1 {
  margin: 0 auto -40px;
}

.about_conten2_item_ttl2 {
  margin: -100px auto 0;
}

.about_conten2_item_txt1 {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  color: #333;
  margin-top: 35px;
}

.about_conten2_item_txt2 {
  font-size: 18px;
  line-height: 2.2rem;
  text-align: center;
  color: #333;
  margin-top: 30px;
}

.about_conten3 {
  width: 100vw;
  min-width: 1300px;
  margin: 80px auto 0;
}

.about_common_ttl_wrap {
  margin: 0 auto;
}

.about_common_ttl {
  color: #0068b7;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0em .0em 0em;
  padding: 0px 0 0px 0;
  padding: 0px 0 5px 0;
  border-bottom: solid 0px #0068b7;
}

.about_common_ttl2 {
  color: #0068b7;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  margin: 0px 0em .0em 0em;
  padding: 0px 0 15px 0;
  border-bottom: solid 0px #0068b7;
}

.about_common_img {
  width: 800px;
  margin: -20px auto 0;
}

.about_common_img2 {
  width: 302px;
  margin: -10px auto 0;
  margin: -20px auto 0;
}

.about_common_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_conten3_item_wrap {
  width: 1200px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}

.about_conten3_item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  height: 170px;
  margin-bottom: 40px;
}

.about_conten3_item:last-child {
  margin-bottom: 0;
}

.about_conten3_item_num {
  width: 73px;
  height: 57px;
  font-size: 22px;
  text-align: center;
  line-height: 57px;
  font-weight: 600;
  background: url(img/abt_ttl3_left.svg);
}

.about_conten3_item_box {
  width: 476px;
}

.about_conten3_item_box_ttl {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  border-top: 1px solid #333;
  line-height: 1.55em;
  border-bottom: 1px solid #333;
  padding: 10px 0px 10px 0px;
    margin: 0em 0em 0.0em 0em;
  box-sizing: border-box;
}

.about_conten3_item_box_txt {
  font-size: 17px;
  margin-top: 20px;
}

.about_conten4 {
  width: 100vw;
  min-width: 1300px;
  background-color: #F6F8FB;
  padding: 60px 0 90px;
  margin-top: 80px;
  box-sizing: border-box;
}

.about_profile_table {
  width: 1200px;
  margin: 30px auto 0;
  background-color: #FFFFFF;
}

.about_profile_table table {
  width: 100%;
  border-collapse: collapse;
}

.about_profile_table th,
.about_profile_table td {
  padding: 14.4px 0 14.4px 45px;
  font-size: 17px;
  line-height: 1.8;
  border-bottom: 1px solid #B0B0B0;
  text-align: left;
  vertical-align: middle;
}

.about_profile_table tr:first-of-type th,
.about_profile_table tr:first-of-type td {
  border-top: 1px solid #B0B0B0;
}

.about_profile_table th {
  width: 280px;
  background-color: #E5F2FF;
  vertical-align: text-top;
  font-weight: normal;
}

.about_profile_table td span {
  display: block;
  width: 12px;
  height: 12px;
}

/* 沿革 */

.about_history {
  width: 1200px;
  margin: 70px auto 0;
  background: #fff;
  padding: 10px 0 55px;
  box-sizing: border-box;
  border: 1px solid #C9C9C9;
}

.about_history_ttl_wrap {
  margin: 30px auto 0;
}

.about_history_list {
  width: 900px;
  margin: 30px auto 0;
}

.about_history_item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #B0B0B0;
}

.about_history_item:first-of-type {
  border-top: 1px solid #B0B0B0;
}

.about_history_year {
  font-size: 17px;
  position: relative;
  padding-left: 110px;
  box-sizing: border-box;
  width: 260px;
}

.about_history_event {
  font-size: 17px;
  padding-left: 80px;
  padding-left: 0px;
  box-sizing: border-box;
}

.about_conten5 {
  width: 100vw;
  min-width: 1300px;
  margin: 95px auto 210px;
}

.about_map_wrap {
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

.about_map_item {
  width: 575px;
  border-top: 1px solid #B0B0B0;
}

.about_map_txt {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px
}

.about_map {
  width: 575px;
  height: 350px;
  margin-top: 10px;
}

.about_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SECTION: gallery_archive (ギャラリー一覧) */
.gallery_archive_section {
  width: 100vw;
  min-width: 1300px;
  padding: 0px 0 120px;
  margin-top: -200px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}

.gallery_archive_wrap {
  width: 1200px;
  margin: 0 auto;
}

.gallery_grid {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 65px 40px;
}

.gallery_item {
  width: 270px;
  box-sizing: border-box;
}

.gallery_item a:hover {
  opacity: .8;
}

.gallery_item_img {
  width: 270px;
  height: 180px;
  text-align: center;

}

.gallery_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_item_title {
  margin-top: 15px;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.gallery_item a {
  display: block;
  text-decoration: none;
  font-weight: normal;
}

.gallery_pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.gallery_single_header {
  width: 100vw;
  min-width: 1300px;
  height: 90px;
  background: #F8F9FC;
}

.gallery_single_header_ttl {
  width: 1200px;
  margin: 0 auto;
}

.gallery_single_header_ttl_text {
  font-size: 24px;
  color: #4D4D4D;
  font-weight: 600;
  line-height: 90px;
}

/* SECTION: gallery_single (ギャラリー詳細) */

.gallery img {
  border: 2px solid #cfcfcf;
  border: 0px solid #cfcfcf !important;
}

.gallery_single_section {
  width: 100vw;
  min-width: 1300px;
  background-color: #FFFFFF;
  padding: 40px 0 120px;
  box-sizing: border-box;
}

.gallery_single_wrap {
  width: 1200px;
  margin: 0 auto;
}

.gallery_single_title {
  font-size: 22px;
  color: #333333;
  text-align: left;
  font-weight: 600;
  margin: 0 0 25px;
  border-bottom: 2px solid #2DB6D4;
  border-bottom: 1px solid #00a7ea;
  padding-bottom: 15px;
}

.gallery_single_content {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  margin-top: 30px;
  margin-top: 0px;
  margin-top: -30px;
  font-family: 'Noto Sans JP', sans-serif !important;
overflow:hidden;
}
/* ギャラリー画像の表示スタイル（270px * 180px） */
.gallery_single_content .wp-block-gallery,
.gallery_single_content .gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 270px) !important;
  gap: 40px !important;
  padding: 0 !important;
  margin: 60px 0 0 !important;
  list-style: none !important;
}

/* 疑似要素や画像以外の要素（brやpなど）がグリッドアイテムとして配置されるのを防ぐ */
.gallery_single_content .wp-block-gallery::before,
.gallery_single_content .wp-block-gallery::after,
.gallery_single_content .gallery::before,
.gallery_single_content .gallery::after,
.gallery_single_content .wp-block-gallery>*:not(.wp-block-image),
.gallery_single_content .gallery>*:not(.gallery-item) {
  display: none !important;
  content: none !important;
}

.gallery_single_content .wp-block-gallery .wp-block-image,
.gallery_single_content .gallery .gallery-item {
  width: 270px !important;
  height: 180px !important;
}

.gallery_single_content .wp-block-gallery .wp-block-image img,
.gallery_single_content .gallery .gallery-item img {
  width: 270px;
  height: 180px;
  object-fit: cover;
}

.gallery-caption {
  font-family: 'Noto Sans JP', sans-serif !important;
}

/* 戻るボタン */
.gallery_single_back_btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 20px;
}

.gallery_single_back_btn {
  display: inline-block;
  width: 70px;
  height: 30px;
  border: 1px solid #666666;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
}

.gallery_single_back_btn:hover {
  color: #005f9b;
}


.qa_section1 {
  position: relative;
  z-index: 100;
  width: 100vw;
  min-width: 1300px;
  margin: -260px auto 0;
}

.qa_section1_wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
}

.faq-pretty {
  width: 1000px;
  margin: 0 auto;
}

.faq-pretty ul {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.faq-pretty .faq-item {
  border-bottom: 1px solid #AAA;
  padding: 40px 50px 30px;
  list-style: none;
  margin-left: 0;
  box-sizing: border-box;
}

.faq-question-wrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.faq-prefix-q {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #0068b7;
  line-height: 1.1;
  flex-shrink: 0;
  width: 25px;
}

.faq-question {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0068b7;
  line-height: 1.4;
  margin: 1px 0 0 0;
}

.faq-answer-wrap {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 15px;
}

.faq-prefix-a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 1.1;
  flex-shrink: 0;
  width: 25px;
}

.faq-answer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  width: 100%;
  margin: 2px 0 0 0;
}

.faq-answer p {
  margin: 0 0 1em;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq_edit_link {
  position: relative;
  top: 0;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
}

.contact_content1 {
  width: 100vw;
  min-width: 1300px;
  margin: -145px auto 0;
  position: relative;
  z-index: 100;
}

.contact_content1_wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.contact_content1_left {
  width: 560px;
  padding: 0 20px 15px;
  border-bottom: 3px solid #FF901E;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact_content1_left a {
  display: block;
  width: 350px;
  height: 40px;
}

.contact_content1_left a:hover {
  opacity: .8;
}

.contact_content1_left img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}

.contact_content1_left p {
  font-size: 18px;
  margin-left: -40px;
}

.contact_content1_right {
  width: 560px;
  padding: 0 20px 15px;
  border-bottom: 3px solid #FF901E;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_content1_right>a {
  display: block;
  width: 180px;
  height: 56px;
}

.contact_content1_right a:hover {
  opacity: .8;
}

.contact_content1_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_content1_right p {
  font-size: 16px;
  line-height: 1.4rem;
}

.contact_content1_right div {
  width: 70px;
  height: 70px;
}

.contact_content1_right div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_content2 {
  width: 100vw;
  min-width: 1300px;
  padding: 80px 0 120px;
  box-sizing: border-box;
  margin: 80px auto 70px;
  background: #F6F8FB;
}

.contact_content2_ttl {
  width: 560px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 25px;
  border-bottom: 3px solid #FF901E;
}

.contact_content2_ttl_icn {
  width: 40px;
  height: 30px;
  margin-right: 20px;
}

.contact_content2_ttl_icn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_content2_ttl_txt {
  font-size: 30px;
  font-weight: 600;
}

.contact_content2_form {
  width: 1100px;
  padding: 30px 0 20px;
  box-sizing: border-box;
  margin: 50px auto 0;
  background: #fff;
}



.recruit_section1 {
  width: 100vw;
  min-width: 1300px;
  margin: 0 auto 0;
}

.recruit_navi_wrapper {
  width: 100vw;
  min-width: 1300px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  height: 80px;
}

.recruit_navi_logo {
  margin-top: 80px;
}


.recruit_navi_menu {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-right: 80px;
}

.recruit_navi_menu_item_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.recruit_navi_menu_item {
  width: 144px;
  height: 40px;
}

.recruit_navi_menu_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.menu_item_1 {
  width: 148px !important;
  width: 220px !important;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.menu_item_1 a {
  color: #4D4D4D !important;
  gap: 10px;
}

.menu_item_1 a img {
  width: 22px;
  height: auto;
  display: block;
}

.menu_item_2 {
  background: #f18d00;
}

.menu_item_3 {
  background: #0096FF;
}

.recruit_navi_menu_item,
.recruit_navi_menu_corporate {
  transform: skewX(-20deg);
}

.recruit_navi_menu_item a,
.recruit_navi_menu_corporate a {
  transform: skewX(20deg);
}


.menu_item_2:hover,
.menu_item_3:hover,
.recruit_navi_menu_corporate:hover {
  opacity: 0.9;
}

.recruit_navi_menu_corporate {
  width: 257px;
  height: 40px;
  background: #0068b7;
}

.recruit_navi_menu_corporate a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.recruit_navi_menu_corporate a img {
  width: 20px;
  height: auto;
  display: block;
}

.recruit_content1 {
  width: 100vw;
  min-width: 1300px;
  margin: 115px auto 0;
}

.recruit_content1_wrapper {
  width: 100vw;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.recruit_content1_left {
  width: 50vw;
  display: flex;
  justify-content: flex-end;
}

.recruit_content1_right {
  width: 50vw;
  height: 464px;
}

.recruit_content1_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.recruit_content1_box {
  border-top: 2px solid #0068b7;
  border-left: 2px solid #0068b7;
  padding: 35px 0 20px 35px;
  position: relative;
  width: 530px;
  box-sizing: border-box;
}

.recruit_content1_box_img {
  position: absolute;
  background: #fff;
  top: -20px;
  right: -20px;
  width: 51px;
  height: 51px;
}

.recruit_content1_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content1_box_ttl {
  font-size: 40px;
  font-weight: 600;
  line-height: 3.5rem;
margin: 0px 0em 0px 0em;
  padding: 0px 0px 0.0em 0px;
}

.recruit_content1_box2 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.2rem;
  width: 580px;
}

.recruit_content2 {
  width: 100vw;
  min-width: 1300px;
  margin: 125px auto 0;
}

.recruit_content2_ttl_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.recruit_content2_ttl {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 100;
  width: 334px;
  height: 80px;
  background-color: #0068b7;
  margin: 0 auto;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit_content2_ttl p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  transform: skewX(20deg);
}
.recruit_content2_ttl span {
display:block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  transform: skewX(20deg);
}

.recruit_content2_box_wrap {
  width: 100vw;
  margin: 35px auto 50px;
}

.recruit_content2_box {
  width: calc(50vw + 600px);
  margin-left: calc(50vw - 600px);
  margin-right: 0;
  height: 552px;
  font-size: 24px;
  font-weight: 600;
  color: #4D4D4D;
  line-height: 2.5rem;
  background-color: #E2F2FF;
  clip-path: polygon(201px 0, 100% 0, 100% 100%, 0 100%);
  padding: 30px 0 0 370px;
  box-sizing: border-box;
}

.recruit_content2_box_imgs {
  position: relative;
  z-index: 100;
  width: 100vw;
  min-width: 1300px;
  margin: -450px auto 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.recruit_content2_box_left {
  width: calc(50vw - 10px);
  min-width: 640px;
  height: 460px;
}

.recruit_content2_box_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content2_box_right_wrap {
  width: calc(50vw - 10px);
  min-width: 640px;
  height: 460px;
}

.recruit_content2_box_right {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recruit_content2_box_item {
  width: 190px;
  height: 218px;
  background-color: #ffffff;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 23px;
}

.recruit_content2_box_item p {
  height: 88px;
  color: #0068b7;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit_content2_box_item h3 {
  height: 88px;
  color: #0068b7;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit_content2_box_item_img {
  height: 130px;
  width: 190;
}

.recruit_content2_box_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content2_2 {
  width: 100vw;
  min-width: 1300px;
  margin: 90px auto 0;
}

.recruit_content2_2_ttl_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.recruit_content2_2_ttl {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 100;
  width: 334px;
  height: 80px;
  background-color: #0068b7;
  margin: 0 auto;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 0px #0068b7;
}

.recruit_content2_2_ttl p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  transform: skewX(20deg);
}
.recruit_content2_2_ttl span {
display:block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  transform: skewX(20deg);
}

.recruit_content2_2_box_wrap {
  width: 100vw;
  margin: 35px auto 0px;
}

.recruit_content2_2_box {
  width: calc(50vw + 600px);
  margin-left: calc(50vw - 600px);
  margin-right: 0;
  background-color: #E2F2FF;
  clip-path: polygon(90px 0, 100% 0, 100% 100%, 0 100%);
  padding: 30px 0 45px 370px;
  box-sizing: border-box;
}

.recruit_content2_2_box_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #4D4D4D;
  line-height: 2.5rem;
}

.recruit_content2_2_box_txt {
  margin-top: 30px;
  font-size: 18px;
}

.recruit_common_ttl_wrap {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.recruit_common_ttl {
  position: relative;
  border-bottom: 2px solid #006EC8;
  padding: 0 0 10px;
}

.recruit_content3 {
  width: 100vw;
  min-width: 1300px;
  margin: 155px auto 0;
}

.recruit_common_ttl_wrap {
  width: 1300px;
  margin: 0 auto;
}

.recruit_common_ttl {
  margin: 0 auto;
}

.recruit_common3_ttl {
  width: 580px;
}

.recruit_common_ttl p {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.recruit_common_ttl h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #333;
   padding: 0px 0px 0.0em 0px;
    margin: 0em 0em 0.0em 0em;
	border-bottom: solid 0px #0068b7;
}

.recruit_common_ttl_img {
  width: 51px;
  height: 51px;
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 100;
}

.recruit_common_ttl_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content3_wrap {
  width: 100vw;
  min-width: 1300px;
  height: 1030px;
  background: url(img/rrt_peace_bk.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin: 0px auto 0;
}

.recruit_content3_box_wrap {
  width: 1200px;
  margin: 40px auto 0;
  padding-top: 110px;
  display: flex;
  justify-content: space-between;
}

.recruit_content3_box_left {
  width: 580px;
}

.recruit_content3_box {
  width: 580px;
  background-color: #ffffff;
  border: 1px solid #339BD0;
  box-sizing: border-box;
  padding: 30px 0 30px 35px;
  margin-bottom: 38px;
}

.recruit_content3_box_ttl {
  position: relative;
  z-index: 1;
  width: 500px;
  height: 54px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 25px;
  color: #333;
  box-sizing: border-box;
   padding: 0px 0px 0.0em 25px;
    margin: 0em 0em 0.0em 0em;
}

.recruit_content3_box_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FCE4C0;
  border-left: 8px solid #F4901E;
  border-bottom: 1px solid #F4901E;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_content3_box_ttl_txt {
  font-size: 16px;
  line-height: 1.7rem;
  color: #4D4D4D;
  margin-top: 20px;
}

.recruit_content3_box_zu {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  position: relative;
}

.recruit_content3_box_zu_ttl {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  width: 215px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.recruit_content3_box_zu_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0068b7;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_content3_box_zu_line {
  border-bottom: 1px solid #339BD0;
  width: 300px;
  position: absolute;
  top: 20px;
  left: 185px;
}

.recruit_content3_box_zu2 {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 500px;
  margin-top: 20px;
}

.recruit_content3_box_zu2_txt {
  font-size: 18px;
  line-height: 1.4rem;
  font-weight: 600;
  color: #4D4D4D;
  margin-top: 10px;
}

.recruit_content3_box_zu2_slash {
  width: 2px;
  height: 60px;
  background-color: #0068b7;
  transform: skewX(-20deg);
  align-self: center;
}

.recruit_content3_box_right .recruit_content3_box {
  padding-top: 34px;
  padding-bottom: 43px;
  margin-bottom: 32px;
}

.recruit_content4 {
  width: 100vw;
  min-width: 1300px;
  margin: 150px auto 0;
}

.recruit_common4_ttl {
  width: 768px;
}

.recruit_content4_box_wrap {
  width: 100vw;
  min-width: 1300px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}

.recruit_content4_left {
  width: 50vw;
  display: flex;
  justify-content: flex-end;
}

.recruit_content4_left_img {
  min-width: 800px;
  width: 50vw;
  height: 680px;
}

.recruit_content4_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content4_right {
  width: 50vw;
  background: #E7F4FF;
  padding-left: 60px;
  box-sizing: border-box;
  padding-top: 48px;
}

.recruit_content4_right_txt {
  width: 537px;
  height: 90px;
  background: url(img/rrt_job_txt_bk.svg) no-repeat;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 90px;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 28px;
  padding: 0px 0px 0.0em 30px;
    margin: 0em 0em 28px 0em;

}

.recruit_content4_right_txt2 {
  font-size: 23px;
  line-height: 2.2rem;
  margin-top: 50px;
  font-weight: 600;

}

.recruit_content5 {
  width: 100vw;
  min-width: 1300px;
  margin: 170px auto 0;
}

.recruit_common5_ttl,
.recruit_common8_ttl {
  width: 480px;
}

.recruit_content5_txt,
.recruit_content7_txt,
.recruit_content8_txt {
  font-size: 22px;
  color: #4D4D4D;
  text-align: center;
  margin-top: 20px;
}

.recruit_content5_box_wrap {
  width: 100vw;
  min-width: 1300px;
  padding: 60px 0 120px;
  margin: 60px auto 0;
  background: #E7F4FF;
}

.recruit_content5_box_wide {
  width: 1200px;
  margin: 0 auto;

}

.recruit_content5_box_ttl {
  position: relative;
  z-index: 1;
  width: calc(100% - 12px);
  height: 54px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  padding-left: 25px;
  box-sizing: border-box;
  line-height: 53px;
  margin-left: 12px;
  margin: 0em 0em 0.0em 12px;
}

.recruit_content5_box_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-left: 8px solid #0068b7;
  border-bottom: 1px solid #0068b7;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_content5_box_wide_img {
  width: 1200px;
  height: 340px;
  background: #fff;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_content5_box_wide_img img {
  width: 91%;
  height: auto;
  object-fit: cover;
}

.recruit_content5_box_short_wrap {
  width: 1200px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 76px
}

.recruit_content5_box_short {
  width: 50%;
  height: 560px;
  position: relative;
}

.recruit_content5_box_txt {
  font-size: 18px;
  color: #4D4D4D;
  line-height: 2rem;
  margin-top: 20px;
}

.recruit_content5_box_txt2 {
  position: absolute;
  top: -40px;
  right: 18px;
  z-index: 100;
  width: 160px;
  height: 90px;
  font-size: 17px;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  padding: 30px 0 0;
  box-sizing: border-box;
  background: url(img/rrt_image_txt_bk.svg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.recruit_content5_box_img {
  width: 560px;
  height: 320px;
  margin-top: 30px;
  overflow:hidden;
}

.recruit_content5_box_img video {
  width: 100% !important;
  height: 100% !important;
  width: 105% !important;
  height: 105% !important;
  object-fit: cover !important;
}

.recruit_content6 {
  margin-top: -270px;
}

.recruit_content7 {
  width: 100vw;
  min-width: 1300px;
  margin: 140px auto 0;
}

.recruit_common7_ttl {
  width: 540px;
}

.recruit_content7_box_wrap {
  width: 1200px;
  height: 834px;
  background: #E7F4FF;
  margin: 40px auto 0;
  padding-top: 70px;
  box-sizing: border-box;
}

.recruit_content7_box1 {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  gap: 40px;
  border-bottom: 1px solid #B0B0B0;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.recruit_content7_box_ttl {
  width: 380px;
  height: 60px;
  background: url(img/rtt_careerup_txt_bk.svg) no-repeat;
  font-size: 24px;
  color: #0068b7;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
  margin: 0em 0em 0.0em 0em;
}

.recruit_content7_box1_txt {
  font-size: 18px;
  color: #4D4D4D;
  line-height: 2rem;
  margin-top: 20px;
}

.recruit_content7_box2 {
  width: 1080px;
  margin: 60px auto 0;
}

.recruit_content7_box2_txt {
  font-size: 18px;
  color: #4D4D4D;
  line-height: 1.9rem;
  margin: 25px 0 0 20px;
}

.recruit_content7_stepup_wrap {
  height: 400px;
  overflow: unset !important;
}

.recruit_content7_stepup {
  position: relative;
}

.recruit_content7_stepup_img {
  position: absolute;
  top: -155px;
}

.recruit_content7_stepup_box1 {
  width: 148px;
  position: absolute;
  top: 175px;
  left: 230px;
}

.recruit_content7_stepup_box2 {
  width: 148px;
  position: absolute;
  top: 90px;
  left: 440px;
}

.recruit_content7_stepup_box3 {
  width: 148px;
  position: absolute;
  top: 5px;
  left: 650px;
}

.recruit_content7_stepup_box4 {
  width: 148px;
  position: absolute;
  top: -90px;
  left: 870px;
}

.recruit_content7_stepup_ttl {
  font-size: 20px;
  color: #4D4D4D;
  text-align: center;
  font-weight: 600;

}

.recruit_content7_stepup_ttl span {
  font-size: 24px;
}

.recruit_content7_stepup_txt {
  color: #4D4D4D;
  line-height: 1.6rem;
  border-top: 16px solid #A6E5FF;
  box-sizing: border-box;
  padding-top: 10px;
  margin-top: -20px;
}

.recruit_content7_stepup_point {
  position: absolute;
  bottom: -300px;
  right: 15px;
  z-index: 100;
  font-size: 18px;
  line-height: 1.6rem;
  color: #4D4D4D;
  text-align: center;
  background: url(img/rrt_careerup_txt2_bk.svg) no-repeat;
  width: 234px;
  height: 130px;
  padding-top: 24px;
  box-sizing: border-box;
}

.recruit_content8 {
  width: 100vw;
  min-width: 1300px;
  padding: 130px 0 230px;
  box-sizing: border-box;
  margin: 120px auto 0;
  background: #E7F4FF;
}

.recruit_content8_slide_wrap {
  width: 1330px;
  margin: 65px auto 0;
  display: flex;
  position: relative;
}

.recruit_slide_btn_left,
.recruit_slide_btn_right {
  width: 30px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.recruit_slide_btn_left:hover,
.recruit_slide_btn_right:hover {
  opacity: 0.8;
}

.recruit_slide_btn_right {
  right: 0;
}

.recruit_slide_btn_left img,
.recruit_slide_btn_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content8_slide {
  width: 1200px;
  height: 720px;
  margin: 0 auto;
  display: flex;
}

.recruit_content8_slide_left {
  width: 600px;
  position: relative;
  z-index: 100;
  flex-shrink: 0;
}

.recruit_content8_slide_left_img {
  width: 600px;
  height: 580px;
}

.recruit_content8_slide_left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}



.recruit_content8_slide_left_ttl {
  position: relative;
  z-index: 1;
  width: 450px;
  height: 74px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 74px;
  text-align: center;
  margin: -20px 0 0 110px;

}

.recruit_content8_slide_left_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006EC8;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_content8_slide_left_ttl span {
  display: inline-block;
  font-size: 18px;
  margin-left: 70px;
  margin-right: 30px;
  vertical-align: top;
}

.recruit_content8_slide_right {
  width: 780px;
  height: 660px;
  background: transparent;
  box-sizing: border-box;
  position: relative;
  top: 60px;
  left: -180px;
  flex-shrink: 0;
  padding: 50px 0 0 220px;
  z-index: 1;
}

.recruit_content8_slide_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 780px;
  height: 100%;
  z-index: -1;
  background: #fff;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
}



.recruit_content8_slide_point {
  width: 260px;
  margin-bottom: 35px;
}

.recruit_content8_slide_point_ttl {
  font-size: 20px;
  color: #0068b7;
  font-weight: 600;
}

.recruit_content8_slide_point_txt {
  font-size: 16px;
  line-height: 1.6rem;
  color: #4D4D4D;
}

.recruit_content8_2 {
  width: 1200px;
  margin: -100px auto 0;
  display: flex;
  justify-content: space-between;
}

.recruit_content8_2_box {
  width: 360px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.recruit_content8_2_box:hover {
  opacity: 0.8;
}

.recruit_content8_2_member {
  width: 360px;
  height: 200px;
  background-color: #fff;
}

.recruit_content8_2_member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.recruit_content8_2_box.active .recruit_content8_2_member img {
  opacity: 0.5;
}

.recruit_content8_2_ttl {
  font-size: 16px;
  color: #4D4D4D;
  margin-top: 5px;
  text-align: left;
}

.recruit_content8_2_ttl span {
  font-size: 14px;
  margin-left: 20px;
}

.recruit_content9 {
  width: 100vw;
  min-width: 1300px;
  margin: 205px auto 0;
}

.recruit_content9_insta_wrap {
  width: 100vw;
  min-width: 1300px;
  padding: 100px 0;
  box-sizing: border-box;
  background: #E7F4FF;
  margin: 35px auto 0;
}

.recruit_content9_insta_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.recruit_content9_insta_img {
  width: 165px;
  height: 205px;
}

.recruit_content9_insta_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content10 {
  width: 100vw;
  min-width: 1300px;
  margin: 170px auto 105px;
}

.recruit_content10_box_wrap {
  width: 1200px;
  margin: 80px auto 0;
}

.recruit_content10_box {
  width: 1200px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-around;
}

.recruit_content10_line {
  display: none;
}

.recruit_content10_box_left {
  width: 443px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.recruit_content10_box_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  z-index: -1;
}


.recruit_content10_box01_left {
  width: 443px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.recruit_content10_box01_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_content10_box02_left {
  width: 443px;
  height: 80px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.recruit_content10_box02_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_content10_box1_left::before {
  background: #f18d00;
}

.recruit_content10_box2_left::before {
  background: #0096FF;
}

.recruit_content10_box_right {
  width: 690px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 20px;

}

.recruit_content10_box_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  z-index: -1;
  box-sizing: border-box;
}

.recruit_content10_box1_right::before {
  border-top: 1px solid #f18d00;
  border-bottom: 1px solid #f18d00;
}

.recruit_content10_box2_right::before {
  border-top: 1px solid #1496FF;
  border-bottom: 1px solid #1496FF;
}

.recruit_content10_box_right p {
  font-size: 20px;
  color: #4D4D4D;
  line-height: 1.8rem;
  font-weight: 600;
  box-sizing: border-box;
}

.recruit_content10_box_link_wrap {
  width: 284px;
  height: 59px;
  position: relative;
  z-index: 1;
}

.recruit_content10_box_link_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_content10_box1_link_wrap::before {
  background: #FBDEB4;
}

.recruit_content10_box2_link_wrap::before {
  background: #D0EAFF;
}

.recruit_content10_box1_link_wrap::before:hover {
  opacity: 0.6;
}

.recruit_content10_box2_link_wrap::before:hover {
  opacity: 0.6;
}

.recruit_content10_box_link_wrap a {
  width: 284px;
  height: 59px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 59px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.recruit_content10_box1_link_wrap a {
  color: #EE5A24;
}

.recruit_content10_box2_link_wrap a {
  color: #0068b7;
}

.recruit_content10_box_link_wrap a:hover {
  opacity: 0.6;
}

.recruit_content10_msg_wrap {
  width: 1200px;
  margin: -15px auto 0;
}

.recruit_content10_msg_line {
  width: 1200px;
  border-top: 1px solid #1496FF;
}

.recruit_content10_msg {
  width: 580px;
  height: 90px;
  margin: -42px 0 0 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #fff;
  box-sizing: border-box;
}

.recruit_content10_msg_txt1 {
  font-size: 22px;
  color: #0068b7;
  font-weight: 600;
}

.recruit_content10_msg_img {
  width: 190px;
  height: 85px;
}

.recruit_content10_msg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content10_links_wrap {
  width: 1200px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.recruit_content10_link_tel {
  width: 365px;
  height: 150px;
  border: 1px solid #BBBBBB;
  border-bottom: 4px solid #3888FF;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 35px 0 15px;
  padding: 35px 10px 15px;
}

.recruit_content10_link_tel>a {
  display: block;
}

.recruit_content10_link_tel p {
  font-size: 16px;
  margin-top: -20px;
}

.recruit_content10_link_mail {
  width: 365px;
  height: 150px;
  border: 1px solid #BBBBBB;
  border-bottom: 4px solid #3888FF;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}


.recruit_content10_link_mail a {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

.recruit_content10_link_mail a:hover {
  opacity: 0.8;
}

.recruit_content10_link_mail a img {
  width: 30px;
  height: 22px;
  margin-bottom: 6px !important;
}

.recruit_content10_link_line {
  width: 365px;
  height: 150px;
  border: 1px solid #BBBBBB;
  border-bottom: 4px solid #3888FF;
  box-sizing: border-box;
  padding-top: 15px;
}

.recruit_content10_link_line_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.recruit_content10_link_line_left p {
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
}

.recruit_content10_link_line_icon {
  display: block;
  width: 142px;
  height: 44px;
}

.recruit_content10_link_line_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_content10_link_line_icon:hover {
  opacity: 0.6;
  opacity: 1.0;
}

.recruit_content10_link_msg {
  font-size: 13px;
  line-height: 1.3rem;
  margin: 15px 0 0 48px;
}

.recruit_content10_link_line_right {
  width: 76px;
  height: 76px;
  margin-top: 6px;
}

.recruit_content10_link_line_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_main_menu_rrt {
  padding-top: 10px;
}

.footer_main_menu_item_corporate {
  padding-top: 10px;
}

.footer_main_menu_item_corporate a img {
  margin-bottom: 6px;
}

.recruit_content_ttl_wrap {
  width: 100vw;
  height: 90px;
  min-width: 1300px;
  margin: -5px auto 0;
  position: relative;
  background: #E5F2FF;
  line-height: 90px;
  z-index: -1;
}

.recruit_content_ttl {
  padding-left: 320px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
}

.recruit_grad_content1 {
  width: 100vw;
  min-width: 1300px;
  margin: 75px auto 0;
}

.recruit_grad_content1_wrap {
  width: 1100px;
  margin: 0 auto;
}

.recruit_grad_content1_ttl {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 358px;
  height: 70px;
  line-height: 70px;
  border-bottom: solid 0px #0068b7;
  position: relative;
  z-index: 1;
}

.recruit_grad_content1_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f18d00;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_grad_content1_flow_wrap {
  width: 1300px;
  padding: 80px 0;
  margin: -35px auto 0;
  background: #F6F8FB;
  position: relative;
  z-index: -1;
  box-sizing: border-box;

}

.recruit_grad_content1_flow {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.recruit_grad_content1_flow_box {
  width: 260px;
  height: 290px;
  background: #fff;
  border: 1px solid #C9C9C9;
  padding: 28px 20px 0;
  box-sizing: border-box;
}

.recruit_grad_content1_flow_box_number {
  width: 85px;
  font-size: 20px;
  font-weight: 600;
  color: #0068b7;
  text-align: center;
  border-bottom: 2px solid #FE8A16;
  box-sizing: border-box;
  margin: 0 auto;
}

.recruit_grad_content1_flow_box_ttl {
  font-size: 22px;
  font-weight: 600;
  color: #4D4D4D;
  text-align: center;
  margin: 14px 0 0;
}

.recruit_grad_content1_flow_box_txt {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 1.5em;
  margin: 30px 0 0;
}

.recruit_grad_content1_flow_img {
  width: 12px;
  height: 30px;
  margin-right: 10px;
}

.recruit_grad_content1_flow_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_grad_content2 {
  width: 100vw;
  min-width: 1300px;
  margin: 75px auto 110px;
}

.recruit_grad_content2_table {
  width: 1250px;
  margin: 0px auto;
  border-collapse: collapse;
}

.recruit_grad_content2_table tr {
  border-top: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
}

.recruit_grad_content2_table td {
  padding: 15px;
  font-size: 17px;
  box-sizing: border-box;
}

.recruit_grad_content2_table td:first-child {
  width: 280px;
  font-weight: normal;
  text-align: center;
  background: #E5F2FF;
  border-right: none;
  vertical-align: text-top;

}

.recruit_grad_content2_table td:last-child {
  vertical-align: middle;
  background: #fff;
}

.recruit_career_content1 {
  width: 100vw;
  min-width: 1300px;
  margin: 75px auto 0;
}

.recruit_career_content1_wrap {
  width: 1100px;
  margin: 0 auto;
}

.recruit_career_content1_ttl {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 358px;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 1;
}

.recruit_career_content1_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0096FF;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_career_content1_flow_wrap {
  width: 1200px;
  padding: 80px 0;
  margin: -35px auto 0;
  background: #F6F8FB;
  position: relative;
  z-index: -1;
  box-sizing: border-box;

}

.recruit_career_content1_flow {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
}

.recruit_career_content1_flow_box {
  width: 260px;
  height: 285px;
  background: #fff;
  border: 1px solid #C9C9C9;
  padding: 28px 20px 0;
  box-sizing: border-box;
}

.recruit_career_content1_flow_box_number {
  width: 85px;
  font-size: 20px;
  font-weight: 600;
  color: #0068b7;
  text-align: center;
  border-bottom: 2px solid #FE8A16;
  box-sizing: border-box;
  margin: 0 auto;
}

.recruit_career_content1_flow_box_ttl {
  font-size: 22px;
  font-weight: 600;
  color: #4D4D4D;
  text-align: center;
  margin: 14px 0 0;
}

.recruit_career_content1_flow_box_txt {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 1.5em;
  margin: 30px 0 0;
}

.recruit_career_content1_flow_img {
  width: 12px;
  height: 30px;
  margin-right: 10px;
}

.recruit_career_content1_flow_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_career_content2 {
  width: 100vw;
  min-width: 1300px;
  margin: 90px auto 110px;
}

.recruit_career_content2_table {
  width: 1100px;
  margin: -5px auto 0;
  border-collapse: collapse;
}

.recruit_career_content2_table tr {
  border-top: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
}

.recruit_career_content2_table td {
  padding: 15px;
  font-size: 17px;
  box-sizing: border-box;
}

.recruit_career_content2_table td:first-child {
  width: 280px;
  text-align: center;
  background: #E5F2FF;
  border-right: none;
  vertical-align: text-top;

}

.recruit_career_content2_table td:last-child {
  vertical-align: middle;
  background: #fff;
}

.recruit_career_content3 {
  width: 100vw;
  min-width: 1300px;
  margin: 160px auto 0;
}

.recruit_career_content3_wrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.recruit_career_content3_left {
  width: 358px;
  height: 76px;
  color: #fff;
  text-align: center;
  line-height: 76px;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.recruit_career_content3_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0096FF;
  transform: skewX(-20deg);
  z-index: -1;
}

.recruit_career_content3_right {
  width: 690px;
  height: 76px;
  box-sizing: border-box;
  line-height: 1.8rem;
  font-size: 19px;
  font-weight: 600;
  color: #4D4D4D;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.recruit_career_content3_right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #1496FF;
  border-bottom: 1px solid #1496FF;
  transform: skewX(-20deg);
  z-index: -1;
  box-sizing: border-box;
}

.recruit_career_content4 {
  width: 100vw;
  min-width: 1300px;
  margin: 50px auto 0;
}

.recruit_career_content4_wrap {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.recruit_career_content4_left {
  width: 530px;
  border-bottom: 3px solid #3888FF;
  box-sizing: border-box;
  padding-bottom: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.recruit_career_content4_left a {
  display: block;
}

.recruit_career_content4_left a:hover {
  opacity: 0.8;
}

.recruit_career_content4_right {
  width: 530px;
  border-bottom: 3px solid #3888FF;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  align-items: center;
}

.sp_only_career_line {
  display: none !important;
}

.recruit_career_content4_right_icon {
  width: 142px;
  height: 44px;
  margin-right: 15px;
  display: block;
}

.recruit_career_content4_right_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_career_content4_right_txt1 {
  font-size: 23px;
  font-weight: 500;
  margin-top: -5px;
}

.recruit_career_content4_right_txt2 {
  font-size: 13px;
  line-height: 1.3rem;
  margin: -5px 30px 0 0;

}

.recruit_career_content4_right_qr {
  width: 70px;
  height: 70px;
}

.recruit_career_content4_right_qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_career_content5 {
  width: 100vw;
  min-width: 1300px;
  margin: 80px auto 110px;
}

.recruit_career_content5_ttl {
  width: 530px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #3888FF;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.recruit_career_content5_ttl_icon {
  width: 32px;
  height: 23px;
  margin-top: -14px;
}

.recruit_career_content5_ttl_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_career_content5_ttl_txt {
  font-size: 23px;
  font-weight: 600;
}

.recruit_career_content5_form_wrap {
  width: 1100px;
  margin: -2px auto 0;
  border: 1px solid #CCCCCC;
  padding: 35px 0 55px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.recruit_navi_tag {
  display: none;
}

.single_qa_section1 {
  width: 100vw;
  min-width: 1300px;
  margin: 75px auto 0;
}

.single_content {
  width: 100vw;
  min-width: 1300px;
  margin: 75px auto 0;
}

.single_content_wrapper {
  width: 1200px;
  margin: 0 auto;
}

.single_content_main {
  width: 1200px;
  margin: 0 auto;
}

.single_title {
  font-size: 26px;
  font-weight: 600;
  color: #0070c3;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}

.single_date {
  font-size: 15px;
}

.single_content {
  width: 100%;
  font-size: 16px;
  line-height: 1.6rem;
}