/* 
font-family: "Noto Sans JP", sans-serif;
font-family: "Shippori Mincho", serif;
font-family: "Barlow Condensed", sans-serif;
font-family: "Allison", cursive;
*/
html {
  scroll-padding-top: 120px;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #222222;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

.pagetop {
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 100;
}

/*--------------------cmn--------------------*/
.cmn_ttl {
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  text-align: center;
}

.cmn_txt {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.cmn_tel p {
  font-size: 40px;
  line-height: 0.85;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 0.725em;
}
.cmn_tel p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 0.575em;
  height: 0.55em;
  background: url(/img/common/tel_icon.png) no-repeat center center/contain;
}
.cmn_tel span {
  display: block;
  text-align: right;
}

.cmn_btn {
  width: 320px;
  background: #fff;
  border: 2px solid #1a4d85;
  padding: 20px 15px 20px 40px;
  border-radius: 999px;
  transition: 0.3s;
}
.cmn_btn:hover {
  background: #1a4d85;
  opacity: 1;
}
.cmn_btn:hover p {
  color: #fff;
}
.cmn_btn:hover p::after {
  background: url(/img/common/btn_arw_hover.png) no-repeat center center/contain;
}
.cmn_btn p {
  transition: 0.3s;
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #1a4d85;
  position: relative;
  z-index: 1;
}
.cmn_btn p::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 2.0833333333em;
  height: 2.0833333333em;
  background: url(/img/common/btn_arw.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.cmn_mail {
  width: 120px;
  padding: 18px;
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  border-radius: 6px;
}
.cmn_mail p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 0.8333333333em;
  text-align: center;
}
.cmn_mail p::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  content: "";
  display: block;
  width: 0.7916666667em;
  height: 0.625em;
  background: url(/img/common/mail_icon.png) no-repeat center center/contain;
}

.cmn_dl {
  width: 100%;
  margin-bottom: 100px;
}
.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cmn_dl_box:first-child dt {
  border-top-left-radius: 10px;
}
.cmn_dl_box:first-child dd {
  border-top-right-radius: 10px;
}
.cmn_dl_box:last-child dt {
  border-bottom-left-radius: 10px;
}
.cmn_dl_box:last-child dd {
  border-bottom-right-radius: 10px;
}
.cmn_dl_box:not(:last-child) dt {
  position: relative;
  z-index: 1;
}
.cmn_dl_box:not(:last-child) dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.cmn_dl_box:not(:last-child) dd {
  position: relative;
  z-index: 1;
}
.cmn_dl_box:not(:last-child) dd::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1a4d85;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.cmn_dl_box dt {
  width: 200px;
  color: #fff;
  padding: 12px 20px 16px;
  background: linear-gradient(270deg, rgb(30, 87, 151) 0%, rgb(0, 37, 78) 100%);
}
.cmn_dl_box dd {
  width: calc(100% - 200px);
  padding: 12px 20px 16px;
  background: #fff;
}
.cmn_dl_box dd img {
  width: 30%;
  vertical-align: middle;
  margin-left: 10px;
  padding-bottom: 3px;
}
.cmn_dl_box .recruit_dd {
  background: #f5f5f5;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 20px 30px 20px 50px;
}
@media screen and (max-width: 1350px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1350px) {
  .header_right {
    gap: 20px;
  }
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_nav_item_ttl {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 2px;
}
.header_nav_item:not(:last-child) .header_nav_item_ttl {
  padding-right: 15px;
  border-right: 2px solid #b0b0b0;
}
@media screen and (max-width: 1350px) {
  .header_nav_item:not(:last-child) .header_nav_item_ttl {
    padding-right: 8px;
  }
}
.header_nav_item:not(:first-child) .header_nav_item_ttl {
  padding-left: 13px;
}
@media screen and (max-width: 1350px) {
  .header_nav_item:not(:first-child) .header_nav_item_ttl {
    padding-left: 8px;
  }
}
.header_nav_item .current {
  color: #1a4d85;
}
.header_nav_item .hover_hover {
  transition: 0.3s;
}
.header_nav_item .hover_hover:hover {
  opacity: 1;
  color: #1a4d85;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  margin: 100px auto 50px;
  padding-top: 100px;
  padding-bottom: 90px;
  width: max(92.1875vw, 1280px);
  border-radius: 20px;
  background: linear-gradient(0deg, rgb(0, 37, 78) 0%, rgb(26, 77, 133) 100%);
}
.footer_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 100px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 50px;
}
.footer_sns {
  margin-left: 40px;
}
.footer_tel {
  margin-left: auto;
}
.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  padding: 0 100px;
}
.footer_address_txt {
  margin-bottom: 34px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 55px;
  margin-top: -9px;
}
.footer_nav_item {
  font-size: 16px;
  line-height: 2.125em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.footer_nav_item .current {
  position: relative;
  z-index: 1;
}
.footer_nav_item .current::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.625em;
  background: url(/img/common/current_arw.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(calc(-100% - 0.5em), -45%);
}

.official_btn {
  width: 220px;
  border: 2px solid #979797;
  background: #fff;
  padding: 14px;
  text-align: center;
  margin-bottom: 22px;
}
.official_btn p {
  font-weight: 700;
  color: #222222;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 1.5em;
}
.official_btn p::after {
  content: "";
  display: block;
  width: 0.875em;
  height: 0.875em;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(-10%, -45%);
  background: url(/img/common/link_arw02.png) no-repeat center center/contain;
}

.copy_right {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  opacity: 0.6;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.main_visual {
  width: max(1200px, 88.5416666667vw);
  height: clamp(466px, 36.4583333333vw, 700px);
  margin: calc(120px + clamp(40px, 3.125%, 60px)) auto 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: url(/img/top/mv_bg.png) no-repeat center center/cover;
}
.main_visual_img {
  width: 35.8823529412%;
  height: clamp(546px, 42.7083333333vw, 820px);
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  right: 7.6470588235%;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
}
.main_visual_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual_catch {
  width: 46.8823529412%;
  height: clamp(262px, 20.4705882353vw, 348px);
  position: absolute;
  z-index: -1;
  left: 5%;
  top: 50%;
  transform: translate(0%, -50%);
}

/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sub_visual {
  margin: 180px auto 0;
  width: max(1280px, 88.5416666667vw);
  height: 300px;
  background: url(/img/sv/sv_deco.png) no-repeat bottom center/auto, linear-gradient(270deg, rgb(0, 37, 78) 0%, rgb(30, 87, 151) 100%);
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.sub_visual_inner {
  padding-left: 40px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sub_visual_catch {
  position: relative;
  z-index: 1;
  padding-left: 60px;
  margin-top: 10px;
}
.sub_visual_catch::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #7eb0e7;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 17px;
}
.sub_visual_img {
  width: 540px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
}
.sub_visual_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------sv--------------------*/
/*--------------------about--------------------*/
.philosophy {
  border-radius: 20px;
  margin-top: 140px;
  margin-bottom: 100px;
  padding-top: 90px;
  padding-bottom: 93px;
  position: relative;
  z-index: 1;
  background: url(/img/about/philosophy_bg.png) no-repeat center center/cover;
}
.philosophy::before {
  content: "";
  display: block;
  width: 695px;
  height: 115px;
  background: url(/img/about/pjilosophy_deco.png) no-repeat center center/auto;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.philosophy_ttl {
  color: #fff;
  margin-bottom: 33px;
}
.philosophy_txt {
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.owner {
  width: 100%;
  background: #f5f5f5;
}
.owner_ttl {
  margin-bottom: 40px;
}
.owner_inner {
  background: #fff;
  box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 53px 60px 60px;
}
.owner_ttl_sub {
  text-align: center;
}
.owner_ttl_sub span {
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.owner_ttl_sub span::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(-150%, 60%);
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 0.4666666667em;
  background: url(/img/common/ten.png) no-repeat center center/contain;
}
.owner_ttl_sub span::after {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  transform: translate(70%, 60%);
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 0.4666666667em;
  background: url(/img/common/ten.png) no-repeat center center/contain;
}
.owner_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-direction: row-reverse;
  margin-bottom: 34px;
}
.owner_txt {
  width: calc(100% - 500px);
  margin-top: -6px;
}
.owner_txt p:not(:last-child) {
  margin-bottom: 28px;
}
.owner_box {
  width: 460px;
}
.owner_box_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.owner_box_flex_txt {
  font-weight: 700;
}
.owner_img {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.owner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owner_movie_ttl {
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 10px;
  padding: 23px;
  margin-bottom: 24px;
}
.owner_movie_txt {
  text-align: center;
  margin-bottom: 14px;
}
.owner_movie_main {
  width: 100%;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.owner_movie_main iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business {
  width: 100%;
}
.business_ttl {
  margin-bottom: 40px;
}
.business_item {
  width: 100%;
  padding: 43px 50px 44px;
  background: linear-gradient(180deg, rgb(26, 77, 133) 0%, rgb(0, 37, 78) 100%);
  border-radius: 20px;
}
.business_item:not(:last-child) {
  margin-bottom: 40px;
}
.business_item_ttl {
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 0.0333333333em solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.4666666667em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.business_item_ttl span {
  font-size: 130px;
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0.1em;
  transform: translate(0%, 0%);
}
.business_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: row-reverse;
}
.business_flex_img {
  width: 460px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.business_flex_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_box {
  color: #fff;
  margin-top: -6px;
  width: calc(100% - 490px);
}
.business_box_txt p:not(:last-child) {
  margin-bottom: 28px;
}
.business_box_list {
  margin-top: 18px;
}
.business_box_item:not(:last-child) {
  margin-bottom: 18px;
}
.business_box_item_ttl {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: 1em;
  margin-bottom: 8px;
}
.business_box_item_ttl::before {
  content: "";
  display: block;
  width: 0.1666666667em;
  height: 0.8333333333em;
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -45%);
}

.company {
  width: 100%;
  padding-bottom: 0;
  background: #f5f5f5;
}
.company_ttl {
  margin-bottom: 40px;
}

.googlemap {
  width: 100%;
  height: 400px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------about--------------------*/
/*--------------------work--------------------*/
.carrer {
  padding-top: 110px;
}
.carrer_ttl {
  margin-bottom: 34px;
}
.carrer_txt {
  text-align: center;
  margin-bottom: 44px;
}
.carrer_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.carrer_item {
  width: 520px;
  min-height: 250px;
  background: #f5f5f5;
  border-radius: 10px;
  padding-top: 46px;
  padding: 46px 40px 20px;
}
.carrer_item_ttl {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 0.6666666667em;
  border-bottom: 0.0416666667em solid rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.carrer_item_ttl span {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  font-size: 80px;
  line-height: 0.83;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}

.health {
  background: #f5f5f5;
}
.health_ttl {
  margin-bottom: 34px;
}
.health_txt {
  text-align: center;
  margin-bottom: 34px;
}
.health_item {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  border-radius: 10px;
}
.health_item:not(:last-child) {
  margin-bottom: 30px;
}
.health_item_ttl {
  width: 100%;
  padding: 18px 28px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: linear-gradient(270deg, rgb(0, 37, 78) 0%, rgb(30, 87, 151) 100%);
  margin-bottom: 24px;
}
.health_item_ttl_main {
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.health_item_ttl_sub {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.health_item_ttl_sub span {
  font-size: 60px;
  line-height: 0.85;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  opacity: 0.2;
  color: #fff;
  margin-left: -0.1166666667em;
}
.health_item_txt {
  padding: 0 30px;
}
.health_item_subttl {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 10px;
  width: calc(100% - 60px);
  margin: 24px auto 20px;
  background: #f5f5f5;
  text-align: center;
  border-radius: 10px;
}
.health_item_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.health_item_flex figure {
  width: 326.6666666667px;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}
.health_item_flex figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.number {
  width: 100%;
  padding-bottom: 0;
}
.number_ttl {
  margin-bottom: 40px;
}
.number_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.number_item {
  background: #f5f5f5;
  border-radius: 10px;
}
.number_item:nth-child(-n+2) {
  width: 530px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px 25px 50px;
}
.number_item:nth-child(-n+2) .number_item_box {
  flex-shrink: 0;
}
.number_item:nth-child(-n+2) .number_item_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}
.number_item:nth-child(n+3) {
  width: 346.6666666667px;
  padding: 30px 30px 30px 50px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.number_item:nth-child(n+3) .number_item_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 7px;
}
.number_item:nth-child(n+3) .number_item_img {
  margin-bottom: 10px;
}
.number_item_number {
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  margin-bottom: 0.0833333333em;
}
.number_item_number span {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-left: 15px;
}
.number_item_ttl {
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.number_item_ttl span {
  display: block;
}

/*--------------------work--------------------*/
/*--------------------recruit--------------------*/
.need {
  padding-top: 110px;
}
.need_ttl {
  margin-bottom: 40px;
}
.need_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.need_item {
  width: 520px;
  padding: 30px 30px 23px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
}
.need_item_number {
  position: absolute;
  z-index: -1;
  right: 30px;
  bottom: 0%;
  transform: translate(0%, 0%);
  font-size: 120px;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  opacity: 0.1;
}
.need_item_img {
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 23px;
}
.need_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.need_item_ttl {
  text-align: center;
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.flow {
  width: 100%;
  background: #f5f5f5;
}
.flow_ttl {
  margin-bottom: 40px;
}
.flow_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.flow_item:not(:last-child) {
  margin-bottom: 20px;
}
.flow_item:last-child {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background: linear-gradient(120deg, rgb(30, 87, 151) 0%, rgb(0, 37, 78) 100%);
}
.flow_item:last-child strong {
  text-align: center;
}
.flow_item:last-child strong span {
  display: inline-block;
  font-size: 30px;
  line-height: 1.4666666667em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
.flow_item:last-child strong span::before {
  content: "";
  display: block;
  width: 0.8666666667em;
  height: 0.8666666667em;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(-170%, -20%);
  background: url(/img/recruit/recruit_decoleft.png) no-repeat center center/contain;
}
.flow_item:last-child strong span::after {
  content: "";
  display: block;
  width: 1.2666666667em;
  height: 1.3333333333em;
  position: absolute;
  z-index: -1;
  right: 0%;
  bottom: 0%;
  transform: translate(120%, 35%);
  background: url(/img/recruit/recruit_decoright.png) no-repeat center center/contain;
}
.flow_item_ttl {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 0.3333333333em;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.flow_item_ttl::after {
  content: "";
  display: block;
  width: 1.6666666667em;
  height: 0.0833333333em;
  background: #1a4d85;
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
}
.flow_number {
  width: 160px;
  padding-top: 28px;
  padding-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 80px;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(120deg, rgb(30, 87, 151) 0%, rgb(0, 37, 78) 100%);
  position: relative;
  z-index: 1;
}
.flow_number::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 100%);
  background: #1a4d85;
}
.flow_number span {
  display: block;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}
.flow_box {
  background: #fff;
  width: calc(100% - 160px);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 23px 24px;
}
.flow_mail {
  width: 200px;
  text-align: center;
  padding: 17px;
  margin-top: 10px;
}
.flow_mail p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 1.25em;
  padding-top: 0;
}
.flow_mail p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 0.7916666667em;
  height: 0.625em;
  background: url(/img/common/mail_icon.png) no-repeat center center/contain;
}

.recruit {
  padding-bottom: 0;
}
.recruit_ttl {
  margin-bottom: 40px;
}

/*--------------------recruit--------------------*/
/*--------------------know--------------------*/
.know_wrap {
  padding-top: 140px;
}

.know:not(:last-child) {
  margin-bottom: 100px;
}
.know_inner {
  background: #f5f5f5;
  border-radius: 20px;
  padding-bottom: 80px;
}
.know_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  flex-direction: row-reverse;
  padding: 80px 100px;
  background: url(/img/know/know_bg_left.png) no-repeat center left/auto, url(/img/know/know_bg_right.png) no-repeat bottom right/auto;
  margin-bottom: 50px;
}
.know_img {
  width: 480px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
}
.know_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.know_ttl {
  width: calc(100% - 540px);
  padding-top: 24px;
  padding-bottom: 20px;
  border-top: 4px solid #1a4d85;
  border-bottom: 4px solid #1a4d85;
  text-align: center;
}
.know_ttl_sub {
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.know_ttl_main {
  display: block;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.know_dl {
  width: 1080px;
  margin: 0 auto;
}
.know_dl_box {
  background: #fff;
  border-radius: 6px;
  padding: 34px 40px 34px 40px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.know_dl_box:not(:last-child) {
  margin-bottom: 20px;
}
.know_dl_box dt {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 0.0833333333em solid #1a4d85;
  margin-bottom: 17px;
}
.know_dl_box dt span {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #1a4d85;
  margin-right: 15px;
}

/*--------------------know--------------------*/
/*--------------------top--------------------*/
.top_update {
  padding-top: 200px;
  padding-bottom: 130px;
  background: url(/img/top/up_bg.png) no-repeat bottom left/cover;
}
.top_update_ttl {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.top_update_ttl::after {
  content: "";
  display: block;
  width: 260px;
  height: 220px;
  background: url(/img/top/up_deco.png) no-repeat center center/auto;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(52%, -55%);
}
@media screen and (max-width: 1400px) {
  .top_update_ttl::after {
    transform: translate(20%, -55%);
  }
}
.top_update_subttl {
  width: max(1280px, 88.5416666667vw);
  padding: 22px 20px 28px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  background: url(/img/top/orange_bg.png) no-repeat center center/100% 100%;
}
.top_update_subttl span {
  font-family: "Noto Sans JP", sans-serif;
}
.top_update_txt {
  margin-bottom: 41px;
}
.top_update_txt p {
  text-align: center;
  font-size: 24px;
  line-height: 1.8333333333em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.top_update_txt p:not(:last-child) {
  margin-bottom: 45px;
}
.top_update_txt_bold {
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.cmn_section {
  background: url(/img/top/decoleft.png) no-repeat center left/auto 100%, url(/img/top/decoright.png) no-repeat center right/auto 100%, #f5f5f5;
}
.cmn_section:nth-child(even) {
  background: url(/img/top/deco_left2.png) no-repeat center left/auto 100%, url(/img/top/deco_right2.png) no-repeat center right/auto 100%, #f5f5f5;
}
.cmn_section:nth-child(even) .cmn_section_inner {
  flex-direction: row;
  gap: 60px;
  margin-left: auto;
  margin-right: 220px;
}
@media screen and (max-width: 1500px) {
  .cmn_section:nth-child(even) .cmn_section_inner {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1390px) {
  .cmn_section:nth-child(even) .cmn_section_inner {
    margin-right: 0px;
    gap: 10px;
    justify-content: center;
  }
}
@media screen and (min-width: 2100px) {
  .cmn_section:nth-child(even) .cmn_section_inner {
    margin: 0 auto;
  }
}
.cmn_section:nth-child(even) .cmn_section_box {
  width: calc(100% - 660px);
}
.cmn_section:nth-child(even) .cmn_section_txt {
  width: 540px;
}
.cmn_section_inner {
  margin-left: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  gap: 120px;
}
@media screen and (max-width: 1500px) {
  .cmn_section_inner {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1390px) {
  .cmn_section_inner {
    margin-left: 0px;
    gap: 60px;
    justify-content: center;
  }
}
@media screen and (min-width: 2100px) {
  .cmn_section_inner {
    margin: 0 auto;
  }
}
.cmn_section_img {
  width: 600px;
  height: 426px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
}
.cmn_section_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn_section_box {
  width: calc(100% - 720px);
}
.cmn_section_ttl {
  margin-bottom: 38px;
}
.cmn_section_ttl_main {
  font-size: 120px;
  line-height: 0.875em;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  margin-bottom: 15px;
}
.cmn_section_ttl_sub {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
}
.cmn_section_txt {
  margin-bottom: 25px;
}

.top_entry {
  padding-top: 185px;
  position: relative;
  z-index: 1;
}
.top_entry::before {
  content: "";
  display: block;
  width: 100%;
  height: 440px;
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}
.top_entry_inner {
  border-radius: 20px;
  box-shadow: 0px 20px 21px 0px rgba(0, 0, 0, 0.2);
  background: url(/img/top/entry_decoleft.png) no-repeat top left/auto, url(/img/top/entry_decoright.png) no-repeat top right/auto, #fff;
  position: relative;
  z-index: 1;
  padding: 140px 100px 100px;
}
.top_entry_ttl {
  font-size: 210px;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 700;
  font-style: italic;
  font-family: "Barlow Condensed", sans-serif;
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -65px;
  transform: translate(-50%, 0%);
}
.top_entry_txt {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.top_entry_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.top_entry_btn {
  width: 520px;
  text-align: center;
  border-radius: 10px;
}
.top_entry_btn:first-child {
  background: linear-gradient(180deg, rgb(255, 174, 0) 0%, rgb(233, 119, 31) 100%);
  padding: 39.5px;
}
.top_entry_btn:first-child p {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 1.2em;
}
.top_entry_btn:first-child p::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.575em;
  background: url(/img/common/mail_icon.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.top_entry_btn:last-child {
  background: linear-gradient(0deg, rgb(0, 37, 78) 0%, rgb(26, 77, 133) 100%);
  padding: 46.5px;
}
.top_entry_btn:last-child p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 2em;
}
.top_entry_btn:last-child p::before {
  content: "";
  display: block;
  width: 1.1666666667em;
  height: 1.5833333333em;
  background: url(/img/top/list_icon.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.top_sns_inner {
  background: #f5f5f5;
  border-radius: 20px;
}
.top_sns_inner {
  padding: 80px 0;
}
.top_sns_wrap {
  width: 652px;
  height: 222px;
  padding: 30px 50px 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 55px;
  flex-direction: row-reverse;
  border: 4px solid #1a4d85;
  background: #fff;
  box-sizing: content-box;
  transition: 0.3s;
}
.top_sns_wrap:hover {
  opacity: 1;
  transform: scale(90%);
}
.top_sns_app {
  width: 295px;
  height: 232px;
}
.top_sns_app img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_sns_box {
  width: calc(100% - 350px);
  text-align: center;
}
.top_sns_icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}
.top_sns_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_sns_ttl {
  font-size: 40px;
  line-height: 1.15em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 17px;
}
.top_sns_txt {
  font-size: 16px;
  line-height: 2.25em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1a4d85;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 1.375em;
}
.top_sns_txt::before {
  content: "";
  display: block;
  width: 0.875em;
  height: 0.875em;
  background: url(/img/top/link_arw.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -40%);
}

.top_news {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
}
.top_news_box {
  width: calc(100% - 760px);
}
.top_news .news_post {
  width: 700px;
}
.top_news_ttl {
  margin-bottom: 50px;
  text-align: center;
}
.top_news_ttl_main {
  font-size: 120px;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 30px;
  display: block;
}
.top_news_ttl_sub {
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.top_news_btn p {
  font-family: "Noto Sans JP", sans-serif;
}

.youtube_movie {
  width: 800px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin: 80px auto 0;
  overflow: hidden;
}
.youtube_movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------top--------------------*//*# sourceMappingURL=style.css.map */