@charset "UTF-8";
/* 
font-family: "Shippori Mincho", serif;
*/
body {
  font-size: 4vw;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #343434;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/*--------------------cmn--------------------*/
.top_cmn_ttl {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #0000c0;
  display: block;
}
.top_cmn_ttl::before {
  width: 100%;
  content: attr(data-inverted);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 55%;
  color: #343434;
}

.cmn_ttl {
  font-size: 6.9333333333vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #343434;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 2em;
}
.cmn_ttl span {
  color: #0000c0;
}
.cmn_ttl::before {
  content: "";
  display: block;
  width: 0.02em;
  height: 1.2em;
  background: #343434;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}

.cmn_txt {
  font-size: 3.9466666667vw;
  line-height: 2.1875em;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #343434;
}

.cmn_btn {
  width: 64vw;
  background: #f78b2b;
  position: relative;
  z-index: 1;
  padding: 2vw;
}
.cmn_btn:hover::after {
  right: 3%;
}
.cmn_btn::after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 0.2666666667vw;
  background: #fff;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  transition: 0.3s;
}
.cmn_btn::before {
  content: "";
  display: block;
  width: 32vw;
  height: 13.3333333333vw;
  background: #f57e14;
  position: absolute;
  z-index: -1;
  right: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.cmn_btn p {
  font-size: 4.2666666667vw;
  line-height: 2.1875em;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.cmn_tel p {
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.04;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2.1333333333vw;
}
.cmn_tel p span {
  font-size: 3.7333333333vw;
  letter-spacing: 0.04em;
  display: block;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  position: absolute;
  z-index: 10;
  padding: 1.3333333333vw 5.3333333333vw;
}
.header_logo {
  width: 40%;
}
.header_right {
  display: none;
}
.header_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 17px;
}
.header_info_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.header_info_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.header_info_dl_box dt {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  background: #0000c0;
  width: 70px;
  padding: 4px 5px 6px;
  text-align: center;
}
.header_info_dl_box dd {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
}
.header_info_main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header_info_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header_info_sns a {
  min-width: 35px;
  min-height: 35px;
}
.header_info_sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_nav_item:not(:last-child) {
  padding-right: 28px;
  position: relative;
  z-index: 1;
}
.header_nav_item:not(:last-child)::after {
  content: "/";
  display: block;
  width: 0.5em;
  height: 1em;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  transform: translate(0%, -20%);
  color: #fff;
}
.header_nav_item:not(:first-child) {
  padding-left: 19px;
}
.header_nav_item a {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #fff;
}
.header_nav_item .hover_hover::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transition: 0.5s;
  margin: 10px auto 0;
}
.header_nav_item .hover_hover:hover {
  opacity: 1;
}
.header_nav_item .hover_hover:hover::after {
  transform: scale(1, 1);
}
.header_nav_item .current::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  transform: scale(1, 1);
  transition: 0.5s;
  margin: 10px auto 0;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  padding-top: 13.3333333333vw;
  padding-bottom: 6.6666666667vw;
  background: url(/img/common/footer_bg.png) no-repeat center center/cover;
}
.footer_logo {
  width: 50%;
  margin: 0 auto 10.6666666667vw;
}
.footer_logo .logo {
  text-align: center;
}
.footer_logo .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
}
.footer_info {
  width: 100%;
}
.footer_address {
  font-size: 4vw;
  line-height: 2.1875em;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4vw;
}
.footer_dl {
  margin-bottom: 6.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.6666666667vw;
}
.footer_dl_box {
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
}
.footer_dl_box dt {
  width: 18.6666666667vw;
  padding: 0.2857142857em;
  flex-shrink: 0;
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  border: 0.0714285714em solid #fff;
  text-align: center;
}
.footer_dl_box dd {
  flex-shrink: 0;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
}
.footer_tel {
  margin-bottom: 2.6666666667vw;
}
.footer_right {
  width: 100%;
  margin-top: 10.6666666667vw;
}
.footer_nav {
  padding: 4vw 0;
  border-top: 0.2666666667vw solid #fff;
  border-bottom: 0.2666666667vw solid #fff;
}
.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2666666667vw 4vw;
}
.footer_nav_item {
  font-size: 4vw;
  line-height: 2.1875em;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 3.2vw;
}
.footer_nav_item::before {
  content: "＞";
  display: block;
  position: absolute;
  font-size: 0.625em;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.copy_right {
  font-size: 2.9333333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  margin-top: 8vw;
  text-align: center;
  width: 100%;
  display: block;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.main_visual {
  width: 100%;
  height: 106.6666666667vw;
  position: relative;
  z-index: 1;
}
.main_visual_box {
  width: 88%;
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(5%, -8%);
}
.main_visual_catch {
  display: inline-block;
  font-size: 8vw;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  padding-bottom: 0.4em;
  border-bottom: 0.02em solid #fff;
  margin-bottom: 4vw;
}
.main_visual_txt {
  font-size: 5.3333333333vw;
  line-height: 1.6071428571em;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #fff;
}

/*--------------------swiper--------------------*/
.swiper {
  position: absolute;
  z-index: -5;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65%;
     object-position: 65%;
}

/*--------------------swiper--------------------*/
/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sub_visual {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 66.6666666667vw;
}
.sub_visual_catch {
  width: 100%;
  text-align: center;
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
  padding-bottom: 5.3333333333vw;
}
.sub_visual_catch::after {
  content: "";
  display: block;
  width: 8vw;
  height: 0.2666666667vw;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.sub_visual figure {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.sub_visual figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------sv--------------------*/
/*--------------------business--------------------*/
.frame {
  width: 100%;
  padding-top: 0;
}
.frame_ttl {
  margin-bottom: 8vw;
}
.frame_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
}
.frame_txt {
  width: 100%;
}
.frame_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.frame_img {
  width: 100%;
  height: 53.3333333333vw;
}
.frame_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.forging {
  width: 100%;
  padding-top: 0;
  background: url(/img/business/business_bg01.png) no-repeat center center/cover;
}
.forging_ttl {
  margin-bottom: 8vw;
}
.forging_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
  flex-direction: row-reverse;
}
.forging_img {
  width: 100%;
  height: 53.3333333333vw;
}
.forging_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.forging_box {
  width: 100%;
}
.forging_box_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.forging_box_flex_box {
  width: 48%;
}
.forging_box_flex_box figure {
  width: 100%;
  height: 26.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
.forging_box_flex_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.forging_box_flex_box p {
  font-size: 5.3333333333vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 0.6em;
}
.forging_box_flex_box p::before {
  content: "";
  display: block;
  width: 0.16em;
  height: 1em;
  background: #f78b2b;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.forging_txt {
  margin-bottom: 5.3333333333vw;
}

.scaffold {
  width: 100%;
  padding-top: 0;
  background: url(/img/business/business_bg02.png) no-repeat center center/cover;
}
.scaffold_ttl {
  margin-bottom: 8vw;
}
.scaffold_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
}
.scaffold_txt {
  width: 100%;
}
.scaffold_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.scaffold_img {
  width: 100%;
  height: 53.3333333333vw;
}
.scaffold_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------business--------------------*/
/*--------------------works--------------------*/
.works {
  padding-top: 0;
}
.works_ttl {
  margin-bottom: 12vw;
}
.works_post:not(:last-child) {
  margin-bottom: 12vw;
}
.works_post_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  width: 100%;
  background: #343434;
  padding: 1.3333333333vw 4vw;
  border-left: 1.3333333333vw solid #f78b2b;
  margin-bottom: 1.3333333333vw;
}
.works_post_txt {
  font-size: 3.7333333333vw;
  line-height: 1.6666666667em;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 4vw;
}
.works_post_txt span {
  color: #0000c0;
}
.works_flex {
  display: flex;
  align-items: center;
  overflow: auto;
  gap: 4vw;
  padding-bottom: 1.3333333333vw;
  /* 幅 */
  /* 幅（Firefox用） */
  scrollbar-width: auto;
  /* 背景色 */
  /* 背景色（Firefox用） */
  scrollbar-track: #CCCCCC;
  /* スライダー部分の色 */
  /* スライダー部分の色（Firefox用） */
  scrollbar-thumb: #0000C0;
  /* 交差部分 */
}
.works_flex::-webkit-scrollbar {
  width: 0em;
  height: 0.5em;
}
.works_flex::-webkit-scrollbar-track {
  background-color: #CCCCCC;
}
.works_flex::-webkit-scrollbar-thumb {
  border-radius: 0.4em;
  background-color: #0000C0;
}
.works_flex::-webkit-scrollbar-corner {
  background-color: #CCCCCC;
}
.works_flex figure {
  min-width: 45.3333333333vw;
  height: 32vw;
}
.works_flex figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------works--------------------*/
/*--------------------company--------------------*/
.company {
  padding-top: 0;
  background: url(/img/company/company_bg.png) no-repeat center center/cover;
}
.company_ttl {
  margin-bottom: 12vw;
}

.cmn_dl {
  width: 100%;
  border-top: 0.2666666667vw solid #343434;
  border-bottom: 0.2666666667vw solid #343434;
}
.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cmn_dl_box:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.cmn_dl_box dt {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4vw;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #fff;
  background: #0000c0;
}
.cmn_dl_box dd {
  width: 100%;
  display: flex;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #343434;
  padding: 4vw;
  background: #fff;
}

.access {
  margin-top: 12vw;
}
.access_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 4vw;
  margin-bottom: 5.3333333333vw;
}
.access_ttl::before {
  content: "";
  display: block;
  width: 0.16em;
  height: 1em;
  background: #f78b2b;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.googlemap {
  width: 100%;
  height: max(80vw, 250px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.googlemap::before {
  content: "";
  display: block;
  width: calc(100% + 2.6666666667vw);
  height: calc(100% + 2.6666666667vw);
  background: #fff;
  border: 0.2666666667vw solid #0000c0;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------company--------------------*/
/*--------------------recruit--------------------*/
.need {
  width: 100%;
  padding-top: 0;
  background: url(/img/recruit/recruit_bg.png) no-repeat center center/cover;
}
.need_ttl {
  margin-bottom: 12vw;
}
.need_box {
  position: relative;
  z-index: 1;
  height: 128vw;
}
.need_txt {
  width: 102%;
  margin: 0 auto;
  padding: 26.6666666667vw 4vw 13.3333333333vw;
  font-size: 4vw;
  line-height: 2.1875em;
  letter-spacing: 0.06;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: -2;
  left: 50%;
  bottom: 6.6666666667vw;
  transform: translate(-50%, 0%);
}
.need_txt .marker {
  position: relative;
  z-index: 1;
}
.need_txt .marker::before {
  content: "";
  display: block;
  width: 95%;
  height: 1em;
  background: rgba(247, 139, 43, 0.08);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.need_txt_big {
  font-size: 4.5333333333vw;
}
.need_img {
  width: 80%;
  height: 40vw;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.need_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.need_btn {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}

.recruit {
  background: url(/img/recruit/recruit_bg02.png) no-repeat center bottom/800px;
  padding-top: 0;
}
.recruit_ttl {
  margin-bottom: 12vw;
}

/*--------------------recruit--------------------*/
/*--------------------top--------------------*/
.top_greeting_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  flex-direction: row-reverse;
}
.top_greeting_img {
  width: 100%;
  height: 66.6666666667vw;
}
.top_greeting_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_greeting_box {
  width: 90%;
}
.top_greeting_ttl {
  margin-bottom: 6.6666666667vw;
}
.top_greeting_ttl_main {
  margin-bottom: 2.1333333333vw;
}
.top_greeting_ttl_sub {
  font-size: 4.8vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 1;
}
.top_greeting_ttl_sub::after {
  content: "";
  display: block;
  width: 78%;
  height: 0.2666666667vw;
  flex-shrink: 0;
  background: #343434;
  position: absolute;
  z-index: -1;
  left: 18.6666666667vw;
  top: 50%;
  transform: translate(0%, -50%);
}
.top_greeting_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.top_about {
  text-align: center;
  background: url(/img/top/about_bg.png) no-repeat center center/cover;
}
.top_about_ttl_main {
  margin-bottom: 2.1333333333vw;
  display: block;
}
.top_about_ttl_main::before {
  left: 50%;
  transform: translate(-50%, 0%);
}
.top_about_ttl_sub {
  font-size: 4.8vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: block;
  margin-bottom: 8vw;
}
.top_about_txt {
  text-align: left;
}
.top_about_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.top_about_txt_big {
  font-size: 5.3333333333vw;
}

.top_features {
  width: 100%;
  background: url(/img/top/features_bg.png) no-repeat center center/cover;
}
.top_features_ttl {
  width: 80%;
  margin: 0 auto 18.6666666667vw;
  text-align: center;
}
.top_features_ttl_main {
  padding-bottom: 3.2vw;
  border-bottom: 0.2666666667vw solid #343434;
  margin-bottom: 2.6666666667vw;
}
.top_features_ttl_main::before {
  right: 0%;
  top: 0;
  transform: translate(0%, 0);
  height: calc(70% - 3.7333333333vw);
}
.top_features_ttl_sub {
  font-size: 4.8vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.top_features_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 103%;
  margin-left: auto;
  gap: 13.3333333333vw;
}
.top_features_item {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 8vw 4vw 8vw;
  position: relative;
  z-index: 1;
}
.top_features_item::before {
  position: absolute;
  z-index: -1;
  left: calc(50% - 2.6666666667vw);
  top: calc(50% - 2.6666666667vw);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/top/features_border.png) no-repeat center center/100% 100%;
}
.top_features_item_ttl {
  font-size: 6.9333333333vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 4vw;
}
.top_features_number {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(-4vw, calc(-50% - 2.6666666667vw));
  font-size: 10.6666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #0000c0;
  font-style: italic;
}

.top_area {
  padding: 0;
  padding-top: 20vw;
  width: 100%;
  background: url(/img/top/area_bg.png) no-repeat center center/cover;
}
.top_area_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13.3333333333vw;
  flex-direction: row-reverse;
}
.top_area_img {
  width: 100%;
}
.top_area_box {
  width: 100%;
  text-align: center;
}
.top_area_ttl {
  margin-bottom: 8vw;
}
.top_area_ttl_main {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2.6666666667vw;
  display: block;
}
.top_area_ttl_sub {
  font-size: 4.8vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
}
.top_area_txt {
  color: #fff;
}
.top_area_txt span {
  font-size: 4.8vw;
  background: linear-gradient(transparent 50%, rgba(247, 139, 43, 0.25) 50%);
}

.top_recruit {
  width: 100%;
  background: url(/img/top/recruit_bg.png) no-repeat center center/cover;
}
.top_recruit_flex {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24vw;
  gap: 4vw;
}
.top_recruit_flex::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0f0f8e;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_recruit_flex::before {
  content: "";
  display: block;
  width: calc(100% + 2.6666666667vw);
  height: calc(100% + 2.6666666667vw);
  border: 0.2666666667vw solid #0f0f8e;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_recruit_box {
  width: 100%;
  padding-left: 4vw;
  padding-top: 4vw;
}
.top_recruit_img {
  width: 100%;
  height: 53.3333333333vw;
  position: relative;
  z-index: 1;
}
.top_recruit_img::before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 16vw;
  height: 26.6666666667vw;
  background: url(/img/top/sankaku.png) no-repeat center center/contain;
}
.top_recruit_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_recruit_ttl {
  color: #fff;
  margin-bottom: 8vw;
}
.top_recruit_ttl_sub {
  font-size: 4.8vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: block;
  margin-bottom: 2.1333333333vw;
}
.top_recruit_ttl_main {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.top_recruit_txt p {
  color: #fff;
}
.top_recruit_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.top_recruit_txt span {
  font-size: 5.3333333333vw;
}
.top_recruit_bnr {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
  padding: 10.6666666667vw 5.3333333333vw;
}
.top_recruit_bnr_ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.top_recruit_bnr_txt {
  text-align: center;
  padding-top: 5.3333333333vw;
  border-top: 0.2666666667vw solid #343434;
}
.top_recruit_bnr_txt span {
  font-size: 4.8vw;
  line-height: 1.5;
  display: inline-block;
  background: rgba(247, 139, 43, 0.08);
}

.line_btn {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
}

.top_info {
  width: 100%;
}
.top_info_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top_info_item {
  width: 100%;
  height: 66.6666666667vw;
}
.top_info_item:nth-child(1) {
  background: url(/img/top/top_list_img01.png) no-repeat center center/cover;
}
.top_info_item:nth-child(2) {
  background: url(/img/top/top_list_img02.png) no-repeat center center/cover;
}
.top_info_item:nth-child(3) {
  background: url(/img/top/top_list_img03.png) no-repeat center center/cover;
}
.top_info a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 5%;
}
.top_info a::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: calc(100% - 8vw);
  height: calc(100% - 8vw);
  background: url(/img/top/border_bg.png) no-repeat center center/100% 100%;
}
.top_info_ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.top_info_ttl::after {
  transition: 0.3s;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 3.7333333333vw;
  height: 7.2vw;
  background: url(/img/common/arw01.png) no-repeat center center/auto;
}
.top_info_ttl_main {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2.6666666667vw;
  display: block;
}
.top_info_ttl_sub {
  font-size: 4.8vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  display: block;
}

.top_news {
  width: 100%;
}
.top_news_ttl_main {
  margin-bottom: 2.1333333333vw;
}
.top_news_ttl_sub {
  font-size: 4.8vw;
  line-height: 1.4em;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.top_news_post {
  width: 100%;
}
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10.6666666667vw;
}
.top_news_box {
  width: 100%;
}
.top_news_btn {
  margin: 0 auto;
}

/*--------------------top--------------------*/
.drawer_tel p {
  color: #343434;
}
.drawer_tel_mobile p {
  color: #343434;
}/*# sourceMappingURL=style_sp.css.map */