@charset "UTF-8";

:root {
  --baseWidth: 1080px;
  --innerInlinePadding: 10px;
  --innerWidth: 934px;
  --color_darkblue: #02569C;
}

html {
  scroll-behavior: smooth;

}

html,
body {
  overflow-x: hidden;
}

body>#container {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

#container {
  height: 100%;
  min-height: 100%;
  position: relative;
}

body {
  color: #202121;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

a:link {
  color: #1a77c5;
  text-decoration: underline;
}

a:hover,
button:hover {
  color: #3399cc;
  text-decoration: none;
  transition: all 0.3s 0s ease;
  opacity: 0.5;
}

a:visited {
  color: inherit;
  text-decoration: inherit;

}

a[href*="tel:"] {
  cursor: default;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

.img img {
  width: 100%;
  height: auto;
  display: block;
}

.pc_hide {
  display: none;
}

/*----------------------------------------
■レイアウト
----------------------------------------*/
header {}

header>.inner {
  max-width: calc(var(--baseWidth) + var(--innerInlinePadding) * 2);
  height: 96px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 27px;
  padding-inline: 10px;

}

header>.inner .logo {
  height: 100%;
  margin-right: 75px;
  padding-bottom: 10px;
}

header>.inner .logo a:link,
header>.inner .logo a:visited {
  display: block;
  width: 278px;
  aspect-ratio: 278 / 56;
  background-image: url(/img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;


}

header>.inner nav {
  flex: 1;
}

header>.inner nav ul {
  display: flex;
  justify-content: flex-end;
}

header>.inner nav ul li a:link,
header>.inner nav ul li a:visited {
  color: #202121;
  text-decoration: none;
}

header>.inner nav ul li:not(:last-child)::after {
  content: "|";
  margin-inline: 15px;
}

header>.inner nav li.home {
  display: none;
}



header>.inner .ctaBtn {
  margin-top: auto;
}

/*
header>.inner .ctaBtn .btn,
header>.inner .ctaBtn a.btn:link,
header>.inner .ctaBtn a.btn:visited {
  background-image: url(/img/CTA_bg.png);
  background-image: image-set(url(/img/CTA_bg.png) 1x, url(/img/CTA_bg@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 151px;
  height: 53px;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  border-radius: 6px 6px 0px 0px;
}

header>.inner .ctaBtn .btn:after {
  display: none;
}
  */

header .smp_menu_img,
header .smp_menu_sw,
header .overlay,
.smp_menu_head {
  display: none;
}

footer>.head {
  border-bottom: 1px solid #202121;
  padding-bottom: 20px;
}

footer>.body {
  padding-block: 20px;
}

footer>.head>.inner,
footer>.body>.inner {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

footer>.head>.inner .logo {
  width: 277px;
  aspect-ratio: 277/56;
}

footer>.head>.inner .kokubaHP a:link,
footer>.head>.inner .kokubaHP a:visited {
  background-color: var(--color_darkblue);
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  letter-spacing: 0.07em;
}

footer>.head>.inner .kokubaHP a:after {
  content: "";
  width: 10px;
  height: 19px;
  mask-image: url(/img/arrow_4.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
}

footer>.body .branchBoxes {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  width: 100%;
  line-height: 130%;
}

footer>.body .branchBoxes .box {}

footer>.body .branchBoxes .box:nth-child(2) {
  border-right: 1px solid #202121;
  border-left: 1px solid #202121;
  padding-inline: 45px;
}



footer>.body .branchBoxes .box:not(:last-child) {}

footer>.body .branchBoxes .box .branch:before {
  content: "【";
}

footer>.body .branchBoxes .box .branch:after {
  content: "】";
}

section>.inner {
  max-width: calc(var(--innerWidth) + var(--innerInlinePadding) * 2);
  margin-inline: auto;
  padding-block: 100px;
  padding-inline: 10px;
}

.sideBtns {
  display: flex;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 70px;
  gap: 25px;
  z-index: 1;
}

.sideBtns .ctaBtn .btn,
.sideBtns .inqBtn .btn:link,
.sideBtns .inqBtn .btn:visited {
  width: 52px;
  writing-mode: vertical-rl;
  font-size: 16px;
  height: auto;
  border-radius: 6px 0px 0px 6px;
  letter-spacing: 0.05em;
  min-height: 150px;
  font-weight: normal;
}

.sideBtns .ctaBtn .btn {
  background-image: -moz-linear-gradient(90deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
}

.sideBtns .ctaBtn .btn:after {
  display: none;
}

.sideBtns .inqBtn .btn:link,
.sideBtns .inqBtn .btn:visited {
  color: #fff;
  background-image: -moz-linear-gradient(90deg, rgb(33, 144, 248) 0%, rgb(37, 167, 239) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(33, 144, 248) 0%, rgb(37, 167, 239) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(33, 144, 248) 0%, rgb(37, 167, 239) 100%);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.sideBtns .inqBtn .btn:before {
  content: "";
  aspect-ratio: 17 /12;
  width: 17px;
  background-image: url(/img/icon_mail_.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.gotoTopBtn .btn:link,
.gotoTopBtn .btn:visited {
  display: block;
  width: 90px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  aspect-ratio: 1;
  background-image: url(/img/goto_top_.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

/*----------------------------------------
■汎用クラス
----------------------------------------*/
.ctaBtn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  width: 396px;
  border-radius: 6px;
  position: relative;
  margin-inline: auto;
  height: 49px;
  background-image: -moz-linear-gradient(0deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.ctaBtn.back .btn {
  width: 360px;

}

.ctaBtn .btn:after {
  content: "";
  display: block;
  background-image: url(/img/arrow_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 10px;
  top: auto;
  bottom: auto;
}

.ctaBtn.back .btn:after {
  content: "";
  display: block;
  background-image: url(/img/arrow_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 15px;
  top: auto;
  bottom: auto;
}


.title_1 {
  color: var(--color_darkblue);
  border-bottom: 2px solid var(--color_darkblue);
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 35px;
}


.subTitle_1 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.text_1 {
  font-size: 17px;
  line-height: 27px;
}

.tbl_1 {
  width: 100%;
}

.tbl_1 th,
.tbl_1 td {
  padding: 20px;
  line-height: 180%;
}

.tbl_1 th {
  width: 20%;
  background-color: #f8f8f8;
}

.tbl_1 td {
  width: 80%;
  background-color: #fff;
}

.tbl_1 tr {
  border-bottom: 1px solid #dddddd;
}

ul.list_1 li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.list_1 li:before {
  content: "・";

}


.openerBoxes {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 70px;
}

.openerBoxes .box>.title {
  background-color: var(--color_darkblue);
  color: #fff;
  font-size: 21px;
  padding: 20px;
  font-weight: 600;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  letter-spacing: 0.075em;
}

.openerBoxes .box>.title .btn {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 30px;
  aspect-ratio: 1/1;

}

.openerBoxes .box>.title .btn.close {
  background-image: url(/img/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.openerBoxes .box>.title .btn.open {
  background-image: url(/img/icon_minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.openerBoxes .box .content {
  display: none;
}

/*----------------------------------------
■ビジュアル
----------------------------------------*/
.topVisual {
  background-color: #fff;
  margin-bottom: 40px;
  position: relative;
}

.topVisual:before {
  content: "";
  display: block;
  width: calc(562 / 1366 * 100%);
  aspect-ratio: 562 / 483;
  background-image: url(/img/dot_bg.png);
  background-image: image-set(url(/img/dot_bg.png) 1x, url(/img/dot_bg@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  left: -281px;
  top: 0;
}

.topVisual .kokuba {
  width: calc(936 / 1366 * 100%);
  aspect-ratio: 936/81;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topVisual .message {
  width: calc(548 / 1366 * 100%);
  aspect-ratio: 548/143;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;

}

/*----------------------------------------
■メッセージ
----------------------------------------*/
#sec_Messege {
  margin-top: 70px;
}

#sec_Messege>.inner {
  padding-block: 0;
}

#sec_Messege>.inner>.title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 384px;
  aspect-ratio: 384 / 109;
  background-image: url(/img/index/message/title.png);
  background-image: image-set(url(/img/index/message/title.png) 1x, url(/img/index/message/title@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
}


#sec_Messege>.inner>.text_1 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 100px;
}

#sec_Messege>.inner>.text_1 p {
  margin-bottom: 30px;
  text-box-trim: trim-both;
}

#sec_Messege .subTitle_1 {
  margin-bottom: 73px;
  letter-spacing: 0.12em;

}

/*----------------------------------------
■国場組を知る
----------------------------------------*/
#sec_Company {}

#sec_Company>.inner>.title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 233px;
  aspect-ratio: 233 / 112;
  background-image: url(/img/index/company/title.png);
  background-image: image-set(url(/img/index/company/title.png) 1x, url(/img/index/company/title@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_Company>.inner>.text_1 {
  margin-bottom: 70px;
}

#sec_Company .charmBoxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 35px;
}

#sec_Company .charmBoxes .box {
  background-color: #efefef;
  border-radius: 10px;
  flex: 1;
  max-width: 207px;
  max-height: 178px;
  position: relative;
  padding: clamp(0.188rem, -0.765rem + 2.38vw, 0.625rem);
  padding-top: clamp(1.688rem, -1.047rem + 6.83vw, 2.938rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, -0.356rem + 3.07vw, 1.438rem);
}

#sec_Company .charmBoxes .box>.title {
  width: calc(204 / 207 * 100%);
  aspect-ratio: 204/69;
  background-image: url(/img/index/company/ribon.png);
  background-image: image-set(url(/img/index/company/ribon.png) 1x, url(/img/index/company/ribon@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: calc(18 /207 * -100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
  padding-right: clamp(1.125rem, 0.853rem + 0.68vw, 1.25rem);
  color: #fff;
  font-size: clamp(0.875rem, -0.356rem + 3.07vw, 1.438rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;

}

#sec_Company .charmBoxes .box.construction>.title .number {
  font-size: clamp(1.5rem, -0.405rem + 4.76vw, 2.375rem);
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1;

}

#sec_Company .charmBoxes .box .head {
  width: 100%;
  font-size: 23px;
  font-size: clamp(0.938rem, -0.151rem + 2.72vw, 1.438rem);
  margin-bottom: 6px;
  width: 100%;
  display: block;

}

#sec_Company .charmBoxes .box .content {
  text-align: center;
  font-weight: bold;
  width: 100%;
}

#sec_Company .charmBoxes .box.since .content {
  text-align: right;
}

#sec_Company .charmBoxes .box .content .number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.125rem, -2.317rem + 13.61vw, 5.625rem);
  font-weight: 600;
  color: #02569c;
  line-height: 1;
  letter-spacing: -0.01em;

}

#sec_Company .charmBoxes .box.construction .content .head {
  font-size: 18px;
  font-size: clamp(0.625rem, -0.463rem + 2.72vw, 1.125rem);
}

#sec_Company .charmBoxes .box.sales .content .head {
  text-align: left;
  padding-left: 3px;
}

#sec_Company .charmBoxes .box.since .content .number,
#sec_Company .charmBoxes .box.group .content .number {
  margin-right: 10px;
}


#sec_Company .charmBoxes .box.since {
  padding-inline: 25px;
  padding-inline: clamp(0.875rem, -0.622rem + 3.74vw, 1.563rem);
}

#sec_Company .charmBoxes .box.since .head {
  text-align: left;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  vertical-align: baseline;
}

.odometer.odometer-auto-theme {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}

#sec_Company .introBoxes {
  display: flex;
  justify-content: space-between;
}


#sec_Company .introBoxes .box .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}

#sec_Company .introBoxes .box .title .en {
  font-size: 17px;
  color: var(--color_darkblue);
  font-weight: 600;
  margin-bottom: 10px;
}

#sec_Company .introBoxes .box .title .ja {
  font-size: 21px;
  font-weight: bold;
}

#sec_Company .introBoxes .box a {
  display: block;
  position: relative;
}

#sec_Company .introBoxes .box a .ribon {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
  height: 25px;
  background-image: url(/img/index/company/viewMore.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -6px;
  bottom: 10px;
}

/*----------------------------------------
■インタビュー
----------------------------------------*/
#sec_InterView {
  background-image: -moz-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  position: relative;
  overflow: hidden;
}

#sec_InterView:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 655px;
  height: 655px;
  background-image: url(/img/index/interview/bg_1.png);
  background-image: image-set(url(/img/index/interview/bg_1.png) 1x, url(/img/index/interview/bg_1@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_InterView:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 937px;
  background-image: url(/img/index/interview/bg_2.png);
  background-image: image-set(url(/img/index/interview/bg_2.png) 1x, url(/img/index/interview/bg_2@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_InterView>.inner {}

#sec_InterView>.inner>.title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 222px;
  aspect-ratio: 222 / 94;
  background-image: url(/img/index/interview/title.png);
  background-image: image-set(url(/img/index/interview/title.png) 1x, url(/img/index/interview/title@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_InterView>.inner>.text_1 {
  margin-bottom: 70px;
}

#sec_InterView .staffBoxes {
  z-index: 1;
}

#sec_InterView .staffBoxes #page_interview .staffBoxes {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#sec_InterView .staffBoxes .slick-list,
#page_interview .staffBoxes .slick-list {
  overflow: visible;
}

#sec_InterView .staffBoxes .box,
#page_interview .staffBoxes .box {
  width: 270px;
  aspect-ratio: 270/420;
  margin-right: 50px;
  border: 1px solid var(--color_darkblue);
  background-color: #fff;
  position: relative;
  overflow: visible;
}

#sec_InterView .staffBoxes .box:before,
#page_interview .staffBoxes .box:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 270px;
  aspect-ratio: 270/420;
  border: 1px solid var(--color_darkblue);
}

#sec_InterView .staffBoxes .box:after,
#page_interview .staffBoxes .box:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 85px;
  aspect-ratio: 85 / 12;
  background-image: url(/img/index/interview/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_InterView .staffBoxes .box .detail,
#page_interview .staffBoxes .box .detail {
  font-size: 15px;
  line-height: 150%;
  padding: 15px 20px;
}

#sec_InterView .staffBoxes a:link,
#page_interview .staffBoxes a:link,
#sec_InterView .staffBoxes a:visited,
#page_interview .staffBoxes a:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}

#sec_InterView .staffBoxes img,
#page_interview .staffBoxes img {
  width: 100%;
  z-index: 1;
  position: relative;
}

#sec_InterView .slick-prev,
#sec_InterView .slick-next,
#page_interview .slick-prev,
#page_interview .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: -78px;
  display: block;
  width: 36px;
  height: 32px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;

}

#sec_InterView .slick-prev,
#page_interview .slick-prev {
  left: calc(50% - 70px);
  z-index: 1;
}

#sec_InterView .slick-next,
#page_interview .slick-next {
  right: calc(50% - 70px);
  z-index: 1;
}

#sec_InterView .slick-prev:before,
#sec_InterView .slick-next:before,
#page_interview .slick-prev:before,
#page_interview .slick-next:before {
  content: "";
  display: flex;
  background-image: url(/img/arrow_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  width: 100%;
  aspect-ratio: 36/32;
}

#sec_InterView .slick-prev:before,
#page_interview .slick-prev:before {
  transform: rotate(180deg);
}

#sec_InterView .slick-num,
#page_interview .slick-num {
  position: absolute;
  text-align: center;
  bottom: calc(-60px + 0.5em);
  right: 0;
  left: 0;
  margin-inline: auto;
  color: #fff;
  font-family: "Oswald", sans-serif;
}


/*----------------------------------------
■働く環境
----------------------------------------*/
#sec_Environment>.inner {
  position: relative;
  padding-bottom: 0;
}

#sec_Environment>.inner:before {
  content: "";
  width: 151px;
  aspect-ratio: 151/255;
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url(/img/index/environment/illust.png);
  background-image: image-set(url(/img/index/environment/illust.png) 1x, url(/img/index/environment/illust@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_Environment>.inner>.title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 292px;
  aspect-ratio: 292 / 94;
  background-image: url(/img/index/environment/title.png);
  background-image: image-set(url(/img/index/environment/title.png) 1x, url(/img/index/environment/title@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_Environment>.inner>.text_1 {
  margin-bottom: 70px;
}

#sec_Environment .openerBoxes.salary .content {
  padding-top: 30px;
  padding-inline: 55px;
  padding-bottom: 55px;
  border: 1px solid var(--color_darkblue);
  font-weight: 600;
}

#sec_Environment .openerBoxes.salary .content>.title {
  font-size: 17px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}

#sec_Environment .openerBoxes.salary .content>.title:before {
  content: "";
  width: 4px;
  height: 30px;
  background-color: var(--color_darkblue);
}

#sec_Environment .openerBoxes.salary .content .value {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  font-size: 36px;
  line-height: 1;
}

#sec_Environment .openerBoxes.salary .content .value .unit {
  font-family: inherit;
  font-size: 24px;
}

#sec_Environment .openerBoxes.salary .tbl_1 {
  border: 1px solid #dddddd;
}

#sec_Environment .openerBoxes.salary .tbl_1 th,
#sec_Environment .openerBoxes.salary .tbl_1 td {
  text-align: center;
  font-weight: 600;
}

#sec_Environment .openerBoxes.salary .startingSalary .tbl_1 th {
  width: 200px;
  font-size: 14px;
}

#sec_Environment .openerBoxes.salary .tbl_1 td {
  width: auto;
  font-size: 21px;
  position: relative;
}

#sec_Environment .openerBoxes.salary .attention {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #727171;
}

#sec_Environment .openerBoxes.salary .startingSalary .speechBubble {
  position: absolute;
  top: -40px;
  right: -85px;
  display: inline-block;
  margin-bottom: 23px;
  padding: 5px 20px;
  border-radius: 40px;
  background-color: #5faad8;
  text-align: left;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
}

#sec_Environment .openerBoxes.salary .startingSalary .speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 26%;
  border-style: solid;
  border-width: 23px 20px 0 0;
  border-color: #5faad8 transparent transparent;
  translate: calc(-50% - 0.3px) 100%;
  transform: skew(-2deg);
  transform-origin: top;
}

#sec_Environment .openerBoxes .baseSalary .content .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: self-end;
}

#sec_Environment .openerBoxes .baseSalary .content .tbl_1 {
  width: 383px;
}

#sec_Environment .openerBoxes .baseSalary .content .tbl_1 th {
  width: 142px;
}

#sec_Environment .openerBoxes .baseSalary .content .img {
  flex: 1;
}



#sec_Environment .env_boxes {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  gap: 35px;

}


#sec_Environment .env_boxes .box {
  border-radius: 20px;
  border: 4px solid #5faad8;
  overflow: hidden;
  display: flex;
  min-height: 200px;
}

#sec_Environment .env_boxes .box .title {
  background-color: #5faad8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: calc(330 / 934 * 100%);
  max-width: 330px;
}

#sec_Environment .env_boxes .box .title .img {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#sec_Environment .env_boxes .box.taiguu .img img {
  width: 57px;
}

#sec_Environment .env_boxes .box.hukuri .img img {
  width: 61px;
}

#sec_Environment .env_boxes .box.kyujitu .img img {
  width: 66px;
}

#sec_Environment .env_boxes .box.syokuba .img img {
  width: 42px;
}


#sec_Environment .env_boxes .box .title h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

#sec_Environment .env_boxes .box .title h3 .head {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

#sec_Environment .env_boxes .box .detail {
  padding: 20px;
  flex: 1;
  margin-block: auto;
}

#sec_Environment .env_boxes .box .detail .lists {
  display: flex;
  flex-direction: column;
}

#sec_Environment .env_boxes .box .detail li:before {
  content: "・";
}

#sec_Environment .env_boxes .box .detail li {
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
}

#sec_Environment .support {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: -moz-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  position: relative;
}

#sec_Environment .support:before {
  content: "";
  background-image: url(/img/index/environment/support/bg.png);
  background-image: image-set(url(/img/index/environment/support/bg.png) 1x, url(/img/index/environment/support/bg@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 298px;
  height: 384px;
  left: 0;
  bottom: 0;
}

#sec_Environment .support>.inner {
  max-width: var(--innerWidth);
  margin-inline: auto;
  padding-block: 70px;
}

#sec_Environment .support .boxes {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

#sec_Environment .support .boxes .box {
  max-width: 262px;
  flex: 1;
  background-color: #fff;
  border: 3px solid var(--color_darkblue);
  position: relative;
}

#sec_Environment .support .boxes .box .title {
  background-image: url(/img/index/environment/support/title_bg.png);
  background-image: image-set(url(/img/index/environment/support/title_bg.png) 1x, url(/img/index/environment/support/title_bg@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  aspect-ratio: 290/65;
  font-size: 19px;
  width: 111%;
  max-width: 285px;
  left: -19px;
  top: -6px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}

#sec_Environment .support .boxes .box .text {
  padding: 15px;
  padding-top: 0px;
  line-height: 140%;
  font-size: 13px;
}

#sec_Environment .support .boxes .box .img {
  aspect-ratio: 263 / 170;
  width: 100%;
  max-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_Environment .support .boxes .box.shikaku .img img {
  width: calc(147 / var(--innerWidth) * 100%);
  max-width: 147px;

}

/*----------------------------------------
■募集要項
----------------------------------------*/
#sec_Requirements>.inner>.title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 292px;
  aspect-ratio: 292 / 94;
  background-image: url(/img/index/requirements/title.png);
  background-image: image-set(url(/img/index/requirements/title.png) 1x, url(/img/index/requirements/title@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

#sec_Requirements .graduation,
#sec_Requirements .carrier,
#sec_Requirements .internship {
  background-color: rgb(151, 197, 219, 0.6);
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
}

#sec_Requirements .flow {
  margin-bottom: 50px;
}



#sec_Requirements .flow .boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

#sec_Requirements .flow .boxes .box {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 77px;
  height: 294px;
  line-height: 130%;
  letter-spacing: 0.05em;
}

#sec_Requirements .flow .boxes .arrow {
  width: 12px;
  height: 24px;
}

#sec_Requirements .flow .boxes .box.final {
  background-color: var(--color_darkblue);
  color: #fff;
}

#sec_Requirements .tbl_1 th {
  width: 203px;
  text-align: center;
}

#sec_Requirements .tbl_1 td {
  font-size: 12px;
  letter-spacing: 0.05em;
  width: auto;
}

#sec_Requirements .ctaBtn {
  margin-top: 50px;
  margin-bottom: 30px;
}

#sec_Requirements .carrier .flow .boxes {
  justify-content: center;
  gap: 20px;
}

#sec_Requirements .carrier .checkit,
#sec_Requirements .internship .checkit {
  color: var(--color_darkblue);
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
}

#sec_Requirements .internship {
  padding-top: 0px;
}

/*----------------------------------------
■FAQ
----------------------------------------*/
#sec_faq {
  background-image: -moz-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(102, 193, 255) 0%, rgb(133, 234, 232) 100%);
  position: relative;

}

#sec_faq:before,
#sec_faq:after {
  content: "";
  width: 562px;
  height: 483px;
  position: absolute;
  background-image: url(/img/dot_bg.png);
  background-image: image-set(url(/img/dot_bg.png) 1x, url(/img/dot_bg@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

#sec_faq:before {
  top: 180px;
  left: -335px;
}

#sec_faq:after {
  bottom: 60px;
  right: -335px;
}


#sec_faq>.inner {
  z-index: 1;
  position: relative;
}

#sec_faq>.inner>.title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 401px;
  aspect-ratio: 401 / 49;
  background-image: url(/img/index/faq/title_1.png);
  background-image: image-set(url(/img/index/faq/title_1.png) 1x, url(/img/index/faq/title_1@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 70px;

}

#sec_faq>.inner:after {
  content: "";
  width: 254px;
  height: 238px;
  background-image: url(/img/index/faq/img.png);
  background-image: image-set(url(/img/index/faq/img.png) 1x, url(/img/index/faq/img@2x.png) 2x);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -60px;
  right: -30px;
}

#sec_faq .faqBoxes {
  margin-bottom: 70px;
}

#sec_faq .faqBoxes .box>.title {
  background-color: #fff;
  position: relative;
  color: #202121;
  padding-left: 105px;
  letter-spacing: 0.05em;
  font-weight: normal;
}

#sec_faq .faqBoxes .box.open>.title {
  background-color: var(--color_darkblue);
  color: #fff;
}

#sec_faq .faqBoxes .box>.title:before,
#sec_faq .faqBoxes .box>.content:before {
  content: "";
  background-size: 38px 35px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 85px;
}

#sec_faq .faqBoxes .box>.title:before {
  background-image: url(/img/index/faq/text_q.svg);
  background-color: var(--color_darkblue);
}

#sec_faq .faqBoxes .box>.content {
  background-color: #fff;
  position: relative;
  padding: 30px;
  padding-left: 105px;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-size: 18px;
}

#sec_faq .faqBoxes .box>.content:before {
  background-image: url(/img/index/faq/text_a.svg);
  background-color: #fff;
  background-position: center 28px;
}

#sec_faq .subtext {
  text-align: center;
  font-size: 18px;
}

#sec_faq .inq_form {
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
}

#sec_faq .inq_form>.title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

#sec_faq .inq_form>.title .en {
  font-size: 16px;
  color: #2ea7e0;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

#sec_faq .inq_form .inq {
  border: 1px solid #2ea7e0;
}

#sec_faq .inq_form .inq>.title {
  font-size: 17px;
  color: #2ea7e0;
  display: flex;
  align-items: center;
  padding: 25px;
}

#sec_faq .inq_form .inq.close>.title:after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(/img/index/faq/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
}

#sec_faq .inq_form .inq.open>.title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-image: url(/img/index/faq/icon_minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
}

#sec_faq .inq_form .inq.close .content {
  display: none;
}

#sec_faq .inq_form .inq .content {
  border-top: 1px solid #2ea7e0;
  padding: 25px;
}

#sec_faq .inq_form .inq .attentionLists {
  margin-bottom: 30px;
}

#sec_faq .inq_form .inq .attentionLists li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.05em;
}

#sec_faq .inq_form .inq .attentionLists li:before {
  content: "※";
  color: #c30d23;
}

#sec_faq .inq_form .inq_tbl {
  border-top: 1px solid #b5b5b6;
  width: 100%;
  margin-bottom: 40px;
}

#sec_faq .inq_form .inq_tbl tr {
  border-bottom: 1px solid #b5b5b6;
}

#sec_faq .inq_form .inq_tbl th,
#sec_faq .inq_form .inq_tbl td {
  padding: 15px;
  font-size: 12px;
}

#sec_faq .inq_form .inq_tbl th {
  background-color: rgb(46, 167, 224, 0.15);
  width: 190px;

}

#sec_faq .inq_form .inq_tbl th:before {
  opacity: 0;
  content: "必須";
  background-color: #2ea7e0;
  color: #fff;
  padding: 3px 10px;
  line-height: 1;
  margin-right: 3px;
}

#sec_faq .inq_form .inq_tbl th.required:before {
  opacity: 1;
}

#sec_faq .inq_form .inq_tbl input:not(:last-child),
#sec_faq .inq_form .inq_tbl textarea:not(:last-child) {
  margin-bottom: 10px;
}

#sec_faq .inq_form textarea {
  height: 250px;
}

#sec_faq .inq_form .submit {
  position: relative;
  margin-bottom: 40px;

}

#sec_faq .inq_form .submit .wrap {
  position: relative;
  width: 292px;
  height: 50px;
  margin-inline: auto;
}

#sec_faq .inq_form .submit .wrap:after {
  content: "";
  display: block;
  background-image: url(/img/arrow_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

#sec_faq .inq_form .submit .submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  border-radius: 40px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(15, 176, 242) 0%, rgb(37, 207, 225) 100%);
}

#sec_faq .inq_form .privacyPolicy {
  border: 1px solid #2ea7e0;
  padding: 25px;
  height: 340px;
  overflow-y: auto;
}

#sec_faq .inq_form .privacyPolicy .head {
  font-size: 17px;
  color: #2ea7e0;
  border-bottom: 1px solid #2ea7e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#sec_faq .inq_form .privacyPolicy .body .meta {
  text-align: right;
  line-height: 1.8em;
}

#sec_faq .inq_form .privacyPolicy .body {
  line-height: 180%;
  font-size: 12px;
}

#sec_faq .inq_form .privacyPolicy .body .lead {
  margin-bottom: 50px;
}

#sec_faq .inq_form .privacyPolicy .body .boxes {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

#sec_faq .inq_form .privacyPolicy .body .boxes .box>.title {
  font-size: 17px;
  color: #2ea7e0;
  margin-bottom: 10px;
}

#sec_faq .inq_form .err {
  color: #c30d23;
  margin-bottom: 5px;
}

#sec_faq .inq_form .err_info {
  color: #c30d23;
  padding: 20px;
  border: 2px solid #c30d23;
  text-align: center;
  margin-bottom: 20px;
}

#sec_faq .inq_form .complete_info {
  color: #2ea7e0;
  padding: 20px;
  border: 2px solid #2ea7e0;
  text-align: center;
  margin-bottom: 20px;
}


/*----------------------------------------
■エントリーセクション
----------------------------------------*/
#sec_entryCTA .ctaBtn .btn,
#sec_entryCTA .ctaBtn a.btn:link,
#sec_entryCTA .ctaBtn a.btn:visited {
  width: 100%;
  background-image: -moz-linear-gradient(45deg, rgb(0, 159, 254) 0%, rgb(28, 196, 230) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(0, 159, 254) 0%, rgb(28, 196, 230) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(0, 159, 254) 0%, rgb(28, 196, 230) 100%);
  box-shadow: 2.12px 3.392px 6.8px 1.2px rgba(0, 0, 0, 0.46);
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  height: 115px;
  gap: 20px;
}

#sec_entryCTA .ctaBtn .btn:before,
#sec_entryCTA .ctaBtn a.btn:before {
  content: "";
  width: 179px;
  height: 56px;
  background-image: url(/img/index/entry/entry.svg);
  background-size: contain;
  background-repeat: no-repeat;

}

#sec_entryCTA .ctaBtn .btn:after,
#sec_entryCTA .ctaBtn a.btn:after {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  width: 40px;
  aspect-ratio: 1/1;
}

/*----------------------------------------
■画像ループ
----------------------------------------*/
.loopWrapper {
  overflow: hidden;
}

.loopImagesToLeft,
.loopImagesToRight {
  display: flex;
  width: max-content;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.loopImagesToLeft {
  animation-name: scrollLeft;
}

.loopImagesToRight {
  animation-name: scrollRight;

}

.loopWrapper .img {
  width: 100%;
  max-height: 210px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/*----------------------------------------
■モーダル
----------------------------------------*/

.modal-open {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 5;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 936px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}


.modal-container .modalWrap {
  background-color: #efefef;
  max-width: 936px;
  margin: auto;
  padding: 40px;
  padding-top: 60px;
  border-radius: 10px;
}

.modal-container .modalWrap .boxes {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.modal-container .modalWrap .box {
  background-color: #fff;
  padding-inline: 25px;
  padding-bottom: 40px;
  padding-top: 55px;
  text-align: center;
  position: relative;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  flex: 1;
}

.modal-container .modalWrap .box h1 {
  width: 200px;
  background-image: -moz-linear-gradient(45deg, rgb(0, 159, 254) 0%, rgb(28, 196, 230) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(0, 159, 254) 0%, rgb(28, 196, 230) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(0, 159, 254) 0%, rgb(28, 196, 230) 100%);
  box-shadow: 2.12px 3.392px 6.8px 1.2px rgba(0, 0, 0, 0.46);
  border-radius: 4px;
  font-size: 24px;
  font-weight: bold;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  right: 50%;
  top: -20px;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
}

.modal-container .modalWrap .bns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.modal-container .modalWrap .newGraduate .bn {
  max-width: 170px;

}