@charset "utf-8";

/* 
=================================================================================

▼▼▼　未実装を非表示　▼▼▼

=================================================================================
*/

#new_job_area,
.new_job_area {
  display: none !important;
}

/* 
=================================================================================

▼▼▼　カスタム　▼▼▼

=================================================================================
*/

body {
  width: 100%;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  overflow: clip;
  position: relative;
}

/* ID登録用 */
i[id] {
  font-size: 0;
  display: block;
}

.pt180 {
  padding-top: 18rem !important;
}

.mb180 {
  margin-bottom: 18rem !important;
}

html {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 2;
  color: #1F1200;
}
h1, h2, h3, h4, h5 {
  line-height: 1.5;
}
.fs140 {
  font-size: 14rem !important;
}
.fs178 {
  font-size: 17.8rem !important;
}
@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 10px;
  }
  .inner {
    position: relative;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(10vw / 750 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    width: 100%;
    padding: 0 6rem;
    max-width: 100%;
    margin: auto;
  }
}

section[class^="area"] {
  position: relative;
}

.just {
  margin-block: calc((1em - 1lh) / 2);
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .w1240 {
    width: 124rem !important;
  }
  .w1400 {
    width: 140rem !important;
  }
}

.mt140 {
  margin-top: 14rem !important;
}

.mt150 {
  margin-top: 15rem !important;
}

.mb-hem {
  margin-bottom: -0.5em !important;
}

.mla {
  margin-left: auto !important;
}

.block {
  display: block !important;
}

.mt-hem {
  margin-top: -0.5em !important;
}

.bg01 {
  overflow: hidden;
  position: relative;
}

.bg01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(0deg, #fff,#fff 25%,#FCE6C2);/*グラデーションを定義*/
  /* background-size: 200% 200%;
  animation: bggradient 10s ease infinite; */
}

body.bi-group .bg01:before {
  background:linear-gradient(0deg, #fff,#fff 25%,#CEEAEE);/*グラデーションを定義*/
}

/* @keyframes bggradient {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
} */

.beginner_support_area01 {
  position: relative;
  background: url(img/beginner_support01.webp) top center / cover no-repeat;
}

.construction_area01 {
  position: relative;
}
.construction_area01:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100vw;
  bottom: 0;
  left: 0;
  background: url(img/construction30.webp) bottom center / 100% auto no-repeat;
  pointer-events: none;
}
.construction_area04 {
  background: url(img/construction10.webp) bottom center / 100% auto no-repeat;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .construction_area04 {
    background: url(img/sp_construction10.webp) bottom center / 100% auto no-repeat;
    padding-bottom: 68rem;
  }
}
.construction_area08 {
  background: url(img/construction23.webp) center center / cover no-repeat;
}
@media screen and (max-width: 768px) {/* SP用 */
  .construction_area08 {
    aspect-ratio: 375 / 222;
    object-fit: cover;
    display: block;
    width: 100%;
  }
}
.construction_area11 {
  position: relative;
  overflow: hidden;
  background: url(img/construction31.webp) bottom -20vw center / 100% auto no-repeat;
}
/* .construction_area11:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100vw;
  bottom: 0;
  left: 0;
  background: url(img/construction31.webp) bottom center / 100% auto no-repeat;
  pointer-events: none;
} */
.bi_area01 {
  background: url(img/bi01.webp) bottom center / 100% auto no-repeat;
}

.bi_area01 > .inner > h2 {
  margin-left: auto;
  margin-right: auto;
}

.bi_area01 > .inner:first-child {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {/* SP用 */
  .bi_area01 {
    background: url(img/bi01_sp.webp) bottom center / 100% auto no-repeat;
  }
}

.move03 {
  position: relative;
  top: -6vw;
  margin-bottom: -5vw;
}
.move03 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}

.about_area01 .txt_box {
  position: relative;
}
.about_area01 .txt_box .bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 769px) {/* PC用 */
  .about_area01 .txt_box .bg img {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .about_area01 .txt_box .bg {
    left: 30%;
  }
}

.real_voice_box {

}

/* 
=================================================================================

▼▼▼　.list　▼▼▼

=================================================================================
*/

/* ul.list01 */
ul.list01 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 7rem 10rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list01 > li {
    width: calc((99.99% - 10rem) / 2);
  }
  ul.list01 > li:nth-of-type(2n) > .list_box {
    padding-top: 0;
  }
}
ul.list01 > li h4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5em;
}
ul.list01 > li h4 .ico {
  width: 2.5em;
  height: 2.5em;
}
ul.list01 > li h4 .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.list01 > li h4 .txt {
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list01 {
    gap: 18rem 0;
  }
  ul.list01 > li {
    width: 100%;
  }
}
/* ▲ ul.list01 ▲ */

/* ul.list02 */
ul.list02 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1em;
  flex-wrap: wrap;
}
ul.list02 > li {
  position: relative;
}
ul.list02 > li:not(:last-child)::before {
  content: "/";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 100%;
  text-align: center;
  position: absolute;
  right: -1em;
}
/* ▲ ul.list02 ▲ */

/* .list03 */
.list03 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
.list03 > .category_group {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}
.list03 > .category_group > a {
  width: 9em;
  text-align: center;
  padding: 0 1em;
  display: inline-block;
  border-radius: 50vmin;
}
/* ▲ .list03 ▲ */

/* .list04 */
.list04 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 37rem;
  gap: 4rem;
  flex-wrap: wrap;
}
.list04 > .item01 {
  flex: 1;
}
/* ▲ .list04 ▲ */

/* .list05 */
.list05 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.list05 > .item {
  width: 100%;
}
.list05 > .item img {
  /* height: 37rem; */
  aspect-ratio: 700 / 368;
  object-fit: cover;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {/* SP用 */
  .list05 > .item img {
    aspect-ratio: 1 / 1;
  }
}
/* ▲ .list05 ▲ */

/* ul.list06 */
ul.list06 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3.5rem;
  flex-wrap: wrap;
}
ul.list06 > li {
  background: #fff;
  border: 4px solid #F29600;
  padding: 5rem 3rem 3rem;
  width: 39rem;
}
ul.list06 > li .txt01 {
  min-height: 10em;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list06 > li {
    width: 100%;
    padding: 6rem;
  }
}
/* ▲ ul.list06 ▲ */

/* ul.list07 */
ul.list07 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3.5rem;
  flex-wrap: wrap;
}
ul.list07 > li {
  background: #fff;
  border: 4px solid #F29600;
  padding: 3rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list07 > li {
    width: 100%;
    padding: 6rem;
  }
}
/* ▲ ul.list07 ▲ */

/* ul.list08 */
ul.list08 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.list08 > li {
  position: relative;
  border: 4px solid #fff;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
  overflow: hidden;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list08 > li {
    width: 60rem;
  }
  ul.list08 > li .contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  ul.list08 > li .bg img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    width: 100%;
    transition: 1s all;
  }
  ul.list08 > li:hover .bg img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list08 > li {
    width: 100%;
  }
  ul.list08 > li .contents {
    padding: 6rem;
  }
  ul.list08 > li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  ul.list08 > li .bg .curtain-anime,
  ul.list08 > li .bg .curtain-anime .curtain-anime_child,
  ul.list08 > li .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* ▲ ul.list08 ▲ */

/* ul.list09 */
ul.list09 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
}
ul.list09 > li {
  min-width: 4em;
  min-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.list09 > li.new_ico {
  background: rgba(242,150,0,0.1);
  border: 2px solid;
  padding: 0.25em 1em;
}
ul.list09 > li.area_ico {
  background: #DCDDDD;
  padding: 0.25em 1em;
}
ul.list09 > li.employment_ico {
  background: #95BBF5;
  color: #fff;
  padding: 0.25em 0;
  border-radius: 50vmin;
}
ul.list09 > li.job_ico {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}
ul.list09 > li.job_ico:after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #595757;
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list09 > li.mla {
    width: 100%;
    text-align: left;display: flex;
    justify-content: flex-start;
  }
}
/* ▲ ul.list09 ▲ */

/* ul.list10 */
ul.list10 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 3em;
  flex-wrap: wrap;
}
ul.list10 > li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 1em;
}
ul.list10 > li .ico {
  display: flex;
}
ul.list10 > li .ico img {
  width: 3em;
}
ul.list10 > li > .txt {
  flex: 1;
}
/* ▲ ul.list10 ▲ */

/* ul.list11 */
ul.list11 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3.5rem;
  flex-wrap: wrap;
}
ul.list11 > li {
  
  position: relative;
  border: 4px solid #F29600;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));
  overflow: hidden;
}
ul.list11 > li .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
ul.list11 > li .bg img {
  object-fit: cover;
  display: block;
  width: 100%;
  transition: 1s all;
}
ul.list11 > li:hover .bg img {
  transform: scale(1.1);
}
body.bi-group ul.list11 > li {
  border: 4px solid #727171;
}

body.bi-group.about_engineers-group ul.list11 > li {
  border: 4px solid #727171;
  width: 100% !important;
}
.bi_img1{
  padding: 2% 7% 0;
}

@media screen and (min-width: 769px) {/* PC用 */
  /* 1-2列 */
  ul.list11:has(> :nth-child(1):last-child) > li,
  ul.list11:has(> :nth-child(2):last-child) > li {
    width: calc((99.99% - 3.5rem) / 2);
  }
  ul.list11:has(> :nth-child(1):last-child) > li .bg img,
  ul.list11:has(> :nth-child(2):last-child) > li .bg img {
    aspect-ratio: 261 / 136;
  }
  .aspect0{
    aspect-ratio: initial !important;
  }

  body.bi-group.about_engineers-group ul.list11 > li .bg img  {
    aspect-ratio: 261 / 68;
  }
  /* 3列 */
  ul.list11:has(> :nth-child(3):last-child) > li {
    width: calc((99.99% - 7rem) / 3);
  }
  ul.list11:has(> :nth-child(3):last-child) > li .bg img {
    aspect-ratio: 3 / 2;
  }
}

@media screen and (max-width: 768px) {/* SP用 */
  ul.list11 {
    gap: 6rem;
  }
  ul.list11 > li {
    width: 58.5rem;
  }
  ul.list11 > li .bg img {
    aspect-ratio: 195 / 142;
  }
}

/* ▲ ul.list11 ▲ */

/* ul.list12 */
ul.list12 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5em;
  flex-wrap: wrap;
}
ul.list12 > li {
  width: calc((99.99% - 5em) / 2);
}
/* ▲ ul.list12 ▲ */

/* ul.list13 */
ul.list13 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6rem 3rem;
  flex-wrap: wrap;
}
ul.list13 > li > .point {
  border-radius: 50%;
  width: 22.3rem;
  height: 22.3rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.list13 > li > .point .img_box img {
  width: 12rem;
}
ul.list13 > li > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list13 > li {
    width: 22.3rem;
  }
  ul.list13 > li > .txt {
    min-height: 4.5em;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list13 > li > .point {
    width: 33.6rem;
    height: 33.6rem;
    margin-left: auto;
    margin-right: auto;
  }
  ul.list13 > li > .point .img_box img {
    width: 17.5rem;
  }
}
/* ▲ ul.list13 ▲ */

/* ul.list14 */
ul.list14 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  text-align: center;
}
ul.list14 > li {
  width: 28.5rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list14 {
    gap: 6rem;
  }
  ul.list14 > li {
    width: 100%;
  }
  ul.list14 > li .img {
    width: 40%;
    margin: 0 auto;
  }
}
/* ▲ ul.list14 ▲ */

/* ul.list15 */
ul.list15 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 4rem;
}
ul.list15 > li {
  width: calc((99.99% - 4rem) / 2);
  padding: 3rem 3rem 6rem 3rem;
  border: 1px solid #DCDDDD;
}
ul.list15 > li .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.list15 > li .img > .txt_box {
  position: absolute;
}
ul.list15 > li .img > .txt_box > .txt {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-right: 1em;
  top: 0.5em;
}
ul.list15 > li .img > .txt_box > .txt .people {
  position: absolute;
  bottom: 50%;
  right: 0;
}
ul.list15 > li .img > .txt_box > .txt .more {
  position: absolute;
  top: 60%;
  right: 0;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list15 {
    gap: 6rem;
  }
  ul.list15 > li {
    width: 100%;
  }
  ul.list15 > li .img .bg {
    width: 70%;
  }
}
/* ▲ ul.list15 ▲ */

/* ul.list16 */
ul.list16 {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
ul.list16 > li {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.5em;
}
ul.list16 > li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 3em);
  top: 0.5em;
  left: calc(0.5em - 1px);
  background: #A1A1A1;
  pointer-events: none;
  z-index: -1;
}
ul.list16 > li .circle {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #F29600;
}
ul.list16 > li .year {
  width: 5em;
  padding-left: 0.25em;
}
ul.list16 > li .month {
  width: 3em;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list16 > li + li {
    margin-top: 3em;
  }
  ul.list16 > li .txt {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list16 > li {
    flex-wrap: wrap;
  }
  ul.list16 > li .txt {
    width: 100%;
    padding-left: 1.5em;
  }
  ul.list16 > li + li {
    margin-top: 4.5em;
  }
  ul.list16 > li:not(:last-child):before {
    height: calc(100% + 4.5em);
  }
}
/* ▲ ul.list16 ▲ */

/* ul.list17 */
ul.list17 > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* ▲ ul.list17 ▲ */

/* ul.list18 */
ul.list18 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5rem 3.5rem;
  flex-wrap: wrap;
}
ul.list18 > li {
  width: calc((99.99% - 7rem) / 3);
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list18 {
    gap: 10rem;
  }
  ul.list18 > li {
    width: 100%;
  }
}
/* ▲ ul.list18 ▲ */

/* ul.list19 */
ul.list19 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.5rem;
  flex-wrap: wrap;
}
ul.list19 > li {
  width: calc((99.99% - 7.5rem) / 4);
}
ul.list19 > li > a {
  padding: 1rem;
  display: block;
  text-align: center;
  border: 1px solid #DCDDDD;
}
ul.list19 > li .ico img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
ul.list19 > li .arrow {
  font-size: 200%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list19 {
    gap: 3.5rem;
  }
  ul.list19 > li {
    width: calc((99.99% - 3.5rem) / 2);
  }
  ul.list19 > li > a {
    padding: 1.5rem;
  }
  ul.list19 > li .ico img {
    width: 10.5rem;
    height: 10.5rem;
  }
}
/* ▲ ul.list19 ▲ */

/* ul.list20 */
ul.list20 {
}
ul.list20 > li + li {
  margin-top: 3rem;
}
ul.list20 > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
ul.list20 > li .num {
  width: 1.5em;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #F29600;
  text-stroke: 1px #F29600;
}
ul.list20 > li .txt {
  flex: 1;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list20 > li {
    align-items: flex-start;
  }
}
/* ▲ ul.list20 ▲ */

/* ul.list21 */
ul.list21 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list21 > li {
    width: calc((99.99% - 12rem) / 4);
    position: relative;
  }
  ul.list21 > li:not(:last-child):before {
    content: "\e5e1";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 1em;
    transform: translate(50%,-50%);
    top: 50%;
    right: -2rem;
    pointer-events: none;
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    color: #F29600;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list21 {
    gap: 7rem;
  }
  ul.list21 > li {
    width: 36rem;
    position: relative;
  }
  ul.list21 > li:not(:last-child):before {
    content: "\e5cf";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 1em;
    transform: translate(-50%,50%);
    bottom: -3.5rem;
    left: 50%;
    pointer-events: none;
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    color: #F29600;
    font-size: 200%;
  }  
}
/* ▲ ul.list21 ▲ */

/* ul.list22 */
ul.list22 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list22 > li {
    width: 32rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list22 {
    gap: 7rem;
  }
}
/* ▲ ul.list22 ▲ */

/* ul.list23 */
ul.list23 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem 6rem;
  flex-wrap: wrap;
}
ul.list23 > li {
  padding-bottom: 1em;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list23 > li {
    width: calc((99.99% - 6rem) / 2);
    border-bottom: 1px solid #727171;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list23 > li {
    width: 100%;
    border-bottom: 2px solid #727171;
  }
}
/* ▲ ul.list23 ▲ */

/* ul.list24 */
ul.list24 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.list24 > li {
  width: 38rem;
}
ul.list24 > li > a {
  padding: 1em;
  display: block;
  text-align: center;
  background: #F29600;
  color: #fff;
}
ul.list24 > li .ico img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
ul.list24 > li .arrow {
  transform: scale(150%, 100%);
  line-height: 1;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list24 {
    gap: 3.5rem;
  }
  ul.list24 > li {
    width: calc((99.99% - 3.5rem) / 2);
  }
  ul.list24 > li > a {
    padding: 1.5rem;
  }
  ul.list24 > li .ico img {
    width: 10.5rem;
    height: 10.5rem;
  }
}
/* ▲ ul.list24 ▲ */

/* ▼ .list25 ▼ */
.list25 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
}
.list25 > .item {
  width: calc((99.99% - 6rem) / 4);
}
.list25 .item .item_in {
  background: #fff;
  border: 2px solid #F29600;
  padding: 3rem;
  /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4)); */
  height: 100%;
}
.list25 .item .item_in .thumb a,
.list25 .item .item_in .thumb img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {/* SP用 */
  .list25 {
    gap: 3.5rem;
  }
  .list25 > .item {
    width: 100%;
    padding: 0 1.5rem;
  }
}
/* ▲ .list25 ▲ */

/* ul.list26 */
ul.list26 {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.list26 > li {
  position: relative;
}
ul.list26 > li:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(99.99% - 2rem);
  height: calc(99.99% - 2rem);
  top: 1rem;
  left: 1rem;
  pointer-events: none;
  border: 1px solid #F29600;
  z-index: 1;
}
ul.list26 > li.active:before {
  border: 1px solid #fff;
}
ul.list26 > li > a {
  padding: 2rem;
  display: block;
  text-align: center;
  background: #fff;
  color: #F29600;
  width: 38rem;
  border: 1px solid #DCDDDD;
}
ul.list26 > li.active > a {
  background: #F29600;
  color: #fff;
  border: 1px solid #F29600;
}
ul.list26 > li .arrow {
  transform: scale(150%, 100%);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.list26 > li .ico {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
}
ul.list26 > li.item1 .ico {
  background: url(img/job_search18.webp) center center / contain no-repeat;
}
ul.list26 > li.item2 .ico {
  background: url(img/job_search19.webp) center center / contain no-repeat;
}
ul.list26 > li.item1.active .ico {
  background: url(img/job_search18_on.webp) center center / contain no-repeat;
}
ul.list26 > li.item2.active .ico {
  background: url(img/job_search19_on.webp) center center / contain no-repeat;
}
/*通常時は「display: none;」で非表示にしておく*/
.target_list > li {
  display: none;
}
.target_list > li {
}
/*クラスに「active」が付与されたとき「display: block;」で表示する*/
.target_list > li.active{
  display: block;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list26 {
    gap: 3.5rem;
  }
  ul.list26 > li {
    width: calc((99.99% - 3.5rem) / 2);
  }
  ul.list26 > li > a {
    padding: 3rem;
    width: 100%;
    height: 100%;
  }
  ul.list26 > li .ico img {
    width: 10.5rem;
    height: 10.5rem;
  }
}
/* ▲ ul.list26 ▲ */

/* ul.list27 */
ul.list27 {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem;
}
ul.list27 > li {
  position: relative;
  background: #fff;
  border-radius: 0.5em;
  border: 1px solid #31A9B8;
  padding: 1em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
ul.list27 > li:not(:last-child):before {
  font-size: 150%;
  content: "▼";
  position: absolute;
  bottom: -2.75rem;
  left: 50%;
  color: #31A9B8;
  transform: translate(-50%, 33.33%) scale(150%, 100%);
  line-height: 1;
  pointer-events: none;
}
ul.list27 > li .num {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
}
ul.list27 > li .ttl {
  width: 14em;
}
ul.list27 > li .cap {
  flex: 1;
}
ul.list27.no_arrow {
  gap: 2.5rem;
}
ul.list27.no_arrow > li:not(:last-child):before {
  display: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list27 {
    gap: 9rem;
  }
  ul.list27 > li:not(:last-child):before {
    bottom: -4.5rem;
    transform: translate(-50%, 50%) scale(150%, 100%);
  }
  ul.list27 > li {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 3rem;
  }
  ul.list27 > li .num {
    width: 7.2rem;
  }
  ul.list27 > li .ttl {
    width: calc(99.99% - 7.2rem);
    padding-left: 1em;
  }
  ul.list27 > li .cap {
    width: 100%;
  }
  ul.list27.no_arrow {
    gap: 4rem;
  }
}
/* ▲ ul.list27 ▲ */

/* ul.list28 */
ul.list28 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.5rem;
  flex-wrap: wrap;
}
ul.list28 > li {
  position: relative;
  background: #fff;
  border-radius: 0.5em;
  border: 1px solid #31A9B8;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}
ul.list28 > li .left_box {
  background: #31A9B8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
ul.list28 > li .right_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  padding: 1em;
}
ul.list28 > li .right_box .arrow {
  transform: scale(100%, 150%);
  line-height: 1;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list28 {
    gap: 4rem;
  }
  ul.list28 > li {
    display: block;
    text-align: center;
  }
  ul.list28 > li .left_box {
    padding: 1em;
  }
  ul.list28 > li .right_box {
    display: block;
  }
  ul.list28 > li .right_box .arrow {
    text-align: center;
    transform: rotate(0deg) scale(150%, 100%);
    display: table;
    margin: 0.75em auto;
  }
}
/* ▲ ul.list28 ▲ */

/* ul.list29 */
ul.list29 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
ul.list29 > li {
  width: calc((99.99% - 10rem) / 6);
  position: relative;
  border: 1px solid #31A9B8;
}
ul.list29 > li .num {
  color: #fff;
  width: 7rem;
  height: 2.5rem;
  position: relative;
  margin: -1.25rem 0 0 -1px;
  background: url(img/bi_service15.webp) top left / 100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6%;
}
ul.list29 > li .box {
  padding: 1rem;
}
ul.list29 > li:not(:last-child):before {
  content: "▶";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  right: -1rem;
  transform: scale(100%, 150%) translate(66.66%, -50%);
  line-height: 1;
  pointer-events: none;
  color: #31A9B8;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.list29 {
    gap: 6rem;
  }
  ul.list29 > li {
    width: 50rem;
    margin: 0 auto;
    border: 2px solid #31A9B8;
  }
  ul.list29 > li:not(:last-child)::before {
    text-align: center;
    transform: rotate(90deg) scale(100%, 150%) translate(50%,50%);
    display: table;
    margin: 0.75em auto;
    left: 50%;
    top: inherit;
    bottom: -3rem;
    right: inherit;
    margin: inherit;
  }
  ul.list29 > li .img img {
    width: 18rem;
  }
  ul.list29 > li .box {
    padding: 3rem;
  }
  ul.list29 > li .num {
    width: 14rem;
    height: 5rem;
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
    margin-left: -2px;
  }
}
/* ▲ ul.list29 ▲ */

/* ul.list31 */
ul.list31 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.list31 > li {
    width: 38rem;
  }
  ul.list31 > li h5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
/* ▲ ul.list31 ▲ */
/* ul.list32 */
ul.list32 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
}
ul.list32 > li {
  width: 60.5rem;
  background: #fff;
  padding: 6rem 3rem;
}
/* ▲ ul.list32 ▲ */

/* 
=================================================================================

▼▼▼　.item_list　▼▼▼

=================================================================================
*/

/* .item_list */
.item_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5em;
  flex-wrap: wrap;
}
.item_list .item .item_in {
  width: 90%;
  display: table;
  margin: 0 auto;
}
.item_list .item .item_in .thumb {
  position: relative;
}
.item_list .item .item_in .thumb:before {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  padding-top: 60.77%;
  content: "";
  display: block;
}
.item_list .item .item_in .thumb * {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.item_list .item .item_in .thumb img {
  object-fit: cover;
}
.item_list .slick-prev,
.item_list .slick-next {
  top: 8.5rem;
}
.construction_blog02 .item_list .slick-prev,
.construction_blog02 .item_list .slick-next {
  top: 11.3rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .item_list .slick-prev,
  .item_list .slick-next {
    width: 7rem;
    height: 7rem;
  }
  .construction_blog02 .item_list .slick-prev,
  .construction_blog02 .item_list .slick-next {
    top: 20rem;
  }
}
/* ▲ .item_list ▲ */

/* .item_list02 */
.item_list02 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5em;
  flex-wrap: wrap;
}

.item_list02 .item {
  padding: 0 2rem;
}

.item_list02 .item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  width: 33.3rem;
}
/* ▲ .item_list02 ▲ */

/* ▼ .item_list03 ▼ */
.item_list03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem 3rem;
}
.item_list03 .slick-list.draggable {
  order: 0;
}
.item_list03 .slick-prev.slick-arrow {
  order: 1;
  background: #000;
  width: 6rem;
  height: 2.4rem;
}
.item_list03 .slick-dots {
  order: 2;
  padding: 0;
}
.item_list03 .slick-next.slick-arrow {
  order: 3;
  background: #000;
  width: 6rem;
  height: 2.4rem;
}
.item_list03 .slick-prev, 
.item_list03 .slick-next {
  position: static;
  transform: translate(0);
  background: #1F1200;
  color: #fff;
  border: none;
  border-radius: 50vmin;
  width: 3em;
  height: 1em;
  line-height: 1;
  text-align: center;
  display: flex;
}
.slick-prev::before, [dir="rtl"] .slick-next::before {
  content: "\e5c4";
}
.slick-next::before, [dir="rtl"] .slick-prev::before {
  content: "\e5c8";
}
.item_list03 .item {
  padding: 0 1.5rem;
}
.item_list03 .item .item_in {
  background: #fff;
  border: 2px solid #F29600;
  padding: 3rem;
  height: 100%;
  /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4)); */
}
.item_list03 .item .item_in .thumb a,
.item_list03 .item .item_in .thumb img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {/* SP用 */
  .item_list03 .slick-prev.slick-arrow,
  .item_list03 .slick-next.slick-arrow {
    width: 9rem;
    height: 3.6rem;
  }
  .slick-prev::before, 
  .slick-next::before {
    font-size: 3rem;
  }
}
/* ▲ .item_list03 ▲ */

/* ▼ .item_list04 ▼ */
.item_list04 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem 3rem;
}
.item_list04 .slick-list.draggable {
  order: 0;
}
.item_list04 .slick-slide {
  overflow: hidden;
}
.item_list04 .slick-prev.slick-arrow {
  order: 1;
  background: #000;
  width: 6rem;
  height: 2.4rem;
}
.item_list04 .slick-dots {
  order: 2;
  padding: 0;
}
.item_list04 .slick-next.slick-arrow {
  order: 3;
  background: #000;
  width: 6rem;
  height: 2.4rem;
}
.item_list04 .slick-prev, 
.item_list04 .slick-next {
  position: static;
  transform: translate(0);
  background: #1F1200;
  color: #fff;
  border: none;
  border-radius: 50vmin;
  width: 3em;
  height: 1em;
  line-height: 1;
  text-align: center;
  display: block;
}
.slick-prev::before, [dir="rtl"] .slick-next::before {
  content: "\e5c4";
}
.slick-next::before, [dir="rtl"] .slick-prev::before {
  content: "\e5c8";
}
@media screen and (max-width: 768px) {/* SP用 */
  .item_list04 .slick-prev.slick-arrow,
  .item_list04 .slick-next.slick-arrow {
    width: 9rem;
    height: 3.6rem;
  }
  .item_list04 .btn06 a {
    padding: 0.25em 2em;
    filter: drop-shadow(0px 0px 0 rgba(0,0,0,0));
  }
  .slick-prev::before, 
  .slick-next::before {
    font-size: 3rem;
  }
}
/* ▲ .item_list04 ▲ */

/* ▼ .item_list05 ▼ */
.item_list05 {
  position: relative;
  background: #fff;
}
.item_list05 .slick-slide img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  display: block;
  width: 100%;
}
.item_list05 .slick-dots {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.item_list05 .slick-dots li button,
.item_list05 .slick-dots li button::before {
  width: 5rem;
  height: .5rem;
  border-radius: 0;
}
.item_list05 .slick-dots li button::before {
  width: 100%;
  height: 100%;
  background: #fff;
}
/* ▲ .item_list05 ▲ */


/* 
=================================================================================

▼▼▼　textanimation　▼▼▼

=================================================================================
*/

.textAnime {
  overflow: hidden;
  display: block;
}
.textAnime span{
  display: inline-block;
  font-weight: bold;
  transform: translateY(100%);
  animation: textAnime 1s ease forwards;
  font-family: inherit;
  line-height: 1.3;
}
.textAnime + .textAnime {
  margin-top: -0.1em;
}

@keyframes textAnime {
  100%{
  transform: translateY(0px);
  }
}



/* 
=================================================================================

▼▼▼　色　▼▼▼

=================================================================================
*/
/* ▼ black ▼ */
.black {
  color: #1F1200 !important;
}
.bg_black {
  background: #1F1200 !important;
}
/* ▲ black ▲ */
/* ▼ orange ▼ */
.orange {
  color: #F29600 !important;
}
.bg_orange {
  background: #F29600 !important;
}
/* ▲ orange ▲ */
/* ▼ light_orange ▼ */
.light_orange {
  color: #FDEED6 !important;
}
.bg_light_orange {
  background: #FDEED6 !important;
}
/* ▲ light_orange ▲ */
/* ▼ light_gray02 ▼ */
.light_gray02 {
  color: #F8F8F8 !important;
}
.bg_light_gray02 {
  background: #F8F8F8 !important;
}
/* ▲ light_gray02 ▲ */
/* ▼ bg_gray3 ▼ */

.bg_gray3 {
  background-color: #9fa0a0 !important;
}

/* ▲ bg_gray3 ▲ */

/* ▼ gray4 (BI) ▼ */

.gray4 {
  color: #727171 !important;
}

.bg_gray4 {
  background-color: #727171 !important;
}

/* ▲ bg_gray4 ▲ */

/* ▼ dark_gray ▼ */
.dark_gray {
  color: #595757 !important;
}
.bg_dark_gray {
  background: #595757 !important;
}
/* ▲ dark_gray ▲ */
/* ▼ skin ▼ */
.skin {
  color: #FCDFBE !important;
}
.bg_skin {
  background: #FCDFBE !important;
}
/* ▲ skin ▲ */
/* ▼ dark_gray02 ▼ */
.dark_gray02 {
  color: #1F1200 !important;
}
.bg_dark_gray02 {
  background: #1F1200 !important;
}
/* ▲ dark_gray02 ▲ */
/* ▼ gray ▼ */
.gray {
  color: #A1A1A1 !important;
}
.bg_gray {
  background: #A1A1A1 !important;
}
/* ▲ gray ▲ */
/* ▼ light_gray ▼ */
.light_gray {
  color: #DCDDDD !important;
}
.bg_light_gray {
  background: #DCDDDD !important;
}
/* ▲ gray ▲ */
/* ▼ white ▼ */
.white {
  color: #fff !important;
}
.bg_white {
  background: #fff !important;
}
/* ▲ white ▲ */
/* ▼ cyan ▼ */
.cyan {
  color: #31A9B8 !important;
}
.bg_cyan {
  background: #31A9B8 !important;
}
/* ▲ cyan ▲ */
/* ▼ red ▼ */
.red {
  color: #C30D23 !important;
}
.bg_red {
  background: #C30D23 !important;
}
/* ▲ red ▲ */

/* 
=================================================================================

▼▼▼　文字　▼▼▼

=================================================================================
*/
.go {
  font-family: "Noto Sans JP", serif;
}
.pop {
  font-family: "Poppins", serif;
}
.b {
  font-weight: 700;
}
.sb {
  font-weight: 600;
}
.m {
  font-weight: 500;
}
.r {
  font-weight: 400;
}
/* googleマテリアルアイコン */
body .material-icons-outlined {
  font-size: inherit;
  vertical-align: sub;
}
.fs120 {
  font-size: 12rem !important;
}
.fs142 {
  font-size: 14.2rem !important;
}

/* 
=================================================================================

▼▼▼　見出し　▼▼▼

=================================================================================
*/

/* ▼ midashi01 ▼ */
.midashi01 {
  position: relative;
}
/* ▲ midashi01 ▲ */

/* ▼ midashi02 ▼ */
.midashi02 {
  position: relative;
}
/* ▲ midashi02 ▲ */

/* ▼ midashi03 ▼ */
.midashi03_sub {
  position: relative;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0.25em;
}
.midashi03 {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi03_sub {
    width: 90%;
  }
}
/* ▲ midashi03 ▲ */
/* ▼ midashi04 ▼ */
.midashi04 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5em;
}
.midashi04 .ico img {
  width: 1.7em;
  height: 1.7em;
  object-fit: contain;
}
/* ▲ midashi04 ▲ */
/* ▼ midashi05 ▼ */
.midashi05 .ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.midashi05 > .ico {
  display: flex;
  justify-content: center;
  align-items: center;
}
.midashi05 > .ico img {
  width: 2em;
  height: 2em;
  object-fit: contain;
}
.midashi05 > .ja > .ico {
  display: flex;
}
.midashi05 > .ja > .ico img {
  width: 1.33em;
  height: 1.33em;
  object-fit: contain;
}
/* ▲ midashi05 ▲ */
/* ▼ midashi06 ▼ */
.midashi06 .ja {
}
.midashi06 .ico {
  display: flex;
  justify-content: center;
}
.midashi06 .ico img {
  width: auto;
  height: 1.33em;
  object-fit: contain;
}
/* ▲ midashi06 ▲ */
/* ▼ midashi07 ▼ */
.midashi07 .num {
  -webkit-text-stroke: 1px #31A9B8;
  text-stroke: 1px #31A9B8;
  color: transparent;
  display: flex;
}
.midashi07 .num.gray4 {
  -webkit-text-stroke: 1px #727171;
  text-stroke: 1px #727171;
  color: transparent !important;
  display: flex;
}
.midashi07.orange .num {
  -webkit-text-stroke: 1px #F29600;
  text-stroke: 1px #F29600;
}
.midashi07 .ttl {
  display: block;
}
/* ▲ midashi07 ▲ */
/* ▼ midashi08 ▼ */
.midashi08 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.midashi08 .en {
  width: 100%;
}
.midashi08 .ico img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
@media screen and (min-width: 769px) {/* PC用 */
  .midashi08 .ja {
    flex: 1;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi08 {
    justify-content: center;
  }
  .midashi08 > .ico {
    width: 100%;
    text-align: center;
    order: 0;
  }
  .midashi08 .ico img {
    width: 9rem;
    height: 9rem;
  }
  .midashi08 > .en {
    width: 100%;
    text-align: center;
    order: 1;
  }
  .midashi08 > .ja {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
/* ▲ midashi08 ▲ */

/* ▼ midashi09 ▼ */
.midashi09 {
  position: relative;
}
/* ▲ midashi09 ▲ */

/* ▼ midashi10 ▼ */
.midashi10 {
  position: relative;
  text-align: center;
}
.midashi10 .en {
  display: block;
}
.midashi10 .ja {
  display: block;
}

/* ▲ midashi10 ▲ */

/* ▼ midashi11 ▼ */
.midashi11 {
  position: relative;
}
.midashi11 .ico {
}
.midashi11 .ico img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
.midashi11 .en {
  display: block;
  white-space: nowrap;
}
.midashi11 .ja {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {/* PC用 */
  .midashi11 .ja {
    position: absolute;
    left: 2em;
    top: 60%;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi11 .en {
    position: relative;
    left: -6rem;
  }
  .midashi11 .ico img {
    width: 10.5rem;
    height: 10.5rem;
  }
}
/* ▲ midashi11 ▲ */

/* ▼ midashi12 ▼ */
.midashi12 {
  position: relative;
}
.midashi12:before {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 4px;
  bottom: calc(-1em - 2px);
  left: 0;
  background: #F29600;
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi12:before {
    width: 4.4rem;
  }
}
/* ▲ midashi12 ▲ */

/* ▼ midashi13 ▼ */
.midashi13 {
  position: relative;
}
.midashi13:before {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 4px;
  bottom: calc(-1em - 2px);
  left: calc(50% - 1.5rem);
  background: #F29600;
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi13:before {
    width: 4.4rem;
  }
}
/* ▲ midashi13 ▲ */

/* ▼ midashi14 ▼ */
.midashi14 {
  position: relative;
}
.midashi14:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: -1em;
  background: #F29600;
  pointer-events: none;
}
/* ▲ midashi14 ▲ */

/* ▼ midashi15 ▼ */
.midashi15 {
  position: relative;
}
@media screen and (min-width: 769px) {/* PC用 */
  .midashi15 .ico img {
    width: 6rem;
    height: 6rem;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi15 .ico img {
    width: 9rem;
    height: 9rem;
    object-fit: contain;
  }
}
/* ▲ midashi15 ▲ */

/* ▼ midashi16 ▼ */
.midashi16 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.midashi16.orange .num {
  -webkit-text-stroke: 1px #F29600;
  text-stroke: 1px #F29600;
  color: transparent;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi16 {
    justify-content: flex-start;
  }
}
/* ▲ midashi16 ▲ */

/* ▼ midashi17 ▼ */
.midashi17 {
  position: relative;
  z-index: 1;
}
.midashi17 .en {
  position: absolute;
  top: -8rem;
  left: -8rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi17 .num {
    position: relative;
    top: -0.25em;
  }
  .midashi17 .en {
    top: -14rem;
    left: 0;
  }
}
/* ▲ midashi17 ▲ */

/* ▼ midashi18 ▼ */
.midashi18 {
  position: relative;
  border-bottom: 2px solid;
}
/* ▲ midashi18 ▲ */

/* ▼ midashi19 ▼ */
.midashi19 {
  position: relative;
}
.midashi19 .en {
  -webkit-text-stroke: 1px #DCDDDD;
  text-stroke: 1px #DCDDDD;
  color: transparent;
}
.midashi19 .ja {
  position: absolute;
  top: 50%;
  left: 3em;
  transform: translateY(-50%);
}
/* ▲ midashi19 ▲ */

/* ▼ midashi20 ▼ */
.midashi20 {
  position: relative;
}
.midashi20 .ico img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
.midashi20 .en {
  display: block;
  white-space: nowrap;
}
.midashi20 .ja {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {/* PC用 */
  .midashi20 .ja {
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi20 .en {
    position: relative;
  }
  .midashi20 .ico img {
    width: 10.5rem;
    height: 10.5rem;
  }
}
/* ▲ midashi20 ▲ */

/* ▼ midashi21 ▼ */
.midashi21 {
  background: #FFF3E1;
  padding: 1em 1.5em;
}
/* ▲ midashi21 ▲ */

/* engineer用 */
.about_engineers-group .midashi20 .ja {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {/* PC用 */
  .midashi20 .ja {
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .midashi20 .en {
    position: relative;
  }
  .midashi20 .ico img {
    width: 10.5rem;
    height: 10.5rem;
  }
}

/* 
=================================================================================

▼▼▼　sec01　▼▼▼

=================================================================================
*/
.sec01_outer {
  position: relative;
}
.sec01 {
  padding: 8rem;
  position: relative;
}
.sec01_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec01 .txt_box {
  width: 47.22%;
}
.sec01 .txt_box .txt01 {
  min-height: 6em;
}
.sec01 .icons {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.sec01 .icons > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transparent {
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
.sec01_bg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* height: calc(100% - 8rem); */
}
/* ▼ curtain-anime ▼ */
:root {
  --curtain-anime-time: 1s; /* アニメ時間 */
}
.sec01 .img_box {
  position: relative;
  width: 45.37%;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec01 .img_box .img_box_in {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec01_outer .img_box img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
  }
}
.curtain-anime {
  position: relative;
}
.curtain-anime.is-active:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1F1200;
  animation: curtain-anime01 var(--curtain-anime-time) ease forwards;
  pointer-events: none;
}
@keyframes curtain-anime01 {
  0% { 
    max-width: 0;
    left: 0;
  }
  50% { 
    max-width: 100%;
    left: 0;
  }
  100% { 
    max-width: 0;
    left: 100%;
  }
}
.curtain-anime.is-active > .curtain-anime_child {
  position: relative;
  z-index: 0;
  animation: curtain-anime02 var(--curtain-anime-time) ease forwards;
}
@keyframes curtain-anime02 {
  0% {
    opacity: 0;
  }
  50% { 
    opacity: 0;
  }
  51% { 
    opacity: 100;
  }
  100% { 
    opacity: 100;
  }
}
/* ▲ curtain-anime ▲ */

@media screen and (max-width: 768px) {/* SP用 */
  .sec01_outer {
    position: relative;
    margin-left: -6rem;
    width: calc(100% + 12rem);
  }
  .sec01 {
    padding: 10rem 6rem;
  }
  .sec01_bg {
    height: 100%;
  }
  .sp_pl0 {
    padding-left: 0 !important;
  }
  .sp_pr0 {
    padding-right: 0 !important;
  }
  .sec01 .icons .item01 {
    width: 32rem;
  }
  .sec01 .icons .item02 img {
    width: 20.4rem;
  }
  .sec01 .txt_box {
    width: 100%;
  }
}

/* 
=================================================================================

▼▼▼　sec02　▼▼▼

=================================================================================
*/

.sec02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec02 > .inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec02_box {
    position: absolute;
    z-index: 1;
    padding-left: 8rem;
  }
}
.sec02 .bg {
  margin: 0 0 0 auto;
  display: table;
}
/* @media screen and (min-width: 769px) {
  .sec02_in {
    position: absolute;
    z-index: 1;
    width: 100%;
  }
}
.sec02 .bg {
  margin: 0 0 0 auto;
  display: table;
} */
@media screen and (max-width: 768px) {/* SP用 */
  .sec02 {
    flex-wrap: wrap;
    gap: 14rem;
  }
  .sec02 .bg {
    order: -1;
  }
}

/* 
=================================================================================

▼▼▼　sec03　▼▼▼

=================================================================================
*/
.sec03 {
  position: relative;
}
.sec03 > .sec03_box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 13.5rem 7rem;
}
.sec03 .img_box {
  position: relative;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec03_outer .img_box img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
  }
  .sec03 .txt_box {
    width: 100%;
  }
  .sec03 > .sec03_box {
    flex-wrap: wrap;
  }
  .sec03 > .sec03_box > .left_box,
  .sec03 > .sec03_box > .right_box {
    width: 100%;
  }
}

/* 
=================================================================================

▼▼▼　sec04　▼▼▼

=================================================================================
*/
.sec04 {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 6rem 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec04.block {
  display: block;
}

/* 
=================================================================================

▼▼▼　sec05　▼▼▼

=================================================================================
*/
.sec05 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.sec05 .left_item {
  width: 50%;
}
.sec05 .right_item {
  width: 50%;
}
.sec05 .right_item img {
  width: 70rem;
  max-width: 50vw;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec05:nth-of-type(2n - 1) .left_item {
    padding-right: 10%;
  }
  .sec05:nth-of-type(2n - 1) .right_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec05:nth-of-type(2n) .left_item {
    padding-left: 10%;
  }
  .sec05:nth-of-type(2n) .right_item {
    order: -1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec05 {
    flex-wrap: wrap;
    gap: 5rem;
  }
  .sec05 .left_item {
    width: 100%;
  }
  .sec05 .right_item {
    width: 100%;
    order: -1;
  }
  .sec05 .right_item img {
    width: 100%;
    max-width: 100%;
  }
}

/* 
=================================================================================

▼▼▼　sec06　▼▼▼

=================================================================================
*/

.sec06 .img_box img {
  /* aspect-ratio: 35 / 27; */
  object-fit: cover;
  display: block;
  width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec06 {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .sec06:nth-of-type(2n - 1) .img_box {
    order: 1;
  }
  .sec06:nth-of-type(2n) .img_box {
    order: -1;
  }
  .sec06 .img_box {
    width: 50%;
  }
  .sec06 .txt_box {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 3% 8% 0 6%;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec06 .txt_box {
    margin-top: 8rem;
  }
}

/* 
=================================================================================

▼▼▼　sec07　▼▼▼

=================================================================================
*/

.sec07 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec07 {
    gap: 0;
  }
}

/* 
=================================================================================

▼▼▼　sec08　▼▼▼

=================================================================================
*/

.sec08 .img_box img {
  aspect-ratio: 43 / 54;
  object-fit: cover;
  display: block;
  width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec08 {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10rem;
  }
  .sec08:nth-of-type(2n - 1) .img_box {
    order: -1;
  }
  .sec08:nth-of-type(2n) .img_box {
    order: 1;
  }
  .sec08 .img_box {
    width: 43rem;
  }
  .sec08 .txt_box {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec08 .txt_box {
    margin-top: 8rem;
  }
}

/* 
=================================================================================

▼▼▼　sec09　▼▼▼

=================================================================================
*/

.sec09 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10rem;
  flex-wrap: wrap;
}

.sec09 .gmap {
  position: relative;
}
.sec09 .gmap:before {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  content: "";
  display: block;
}
.sec09 .gmap * {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {/* SP用 */
  .sec09 > * {
    width: 100%;
  }
  .sec09 .gmap:before {
    padding-top: 66.66%;
  }
}

/* 
=================================================================================

▼▼▼　sec10　▼▼▼

=================================================================================
*/

/* 
=================================================================================

▼▼▼　sec11　▼▼▼

=================================================================================
*/

.sec11 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: .4rem solid #F29600;
  background: #fff;
  padding: 3rem 8rem 8rem;
  gap: 8rem;
  flex-wrap: wrap;
}
body.bi-group .sec11 {
  border: 4px solid #727171;
  padding: 7rem;
}
.sec11 > .right_item {
  padding: 5rem 0 0 0;
}

body.bi-group .sec11 > .right_item  {
  padding: 0;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec11 {
    flex-wrap: wrap;
    gap: 5rem;
    padding: 5rem 3rem 14rem;
    justify-content: center;
  }
  .sec11 .left_item {
    width: 100%;
  }
  .sec11 .right_item {
    width: 46rem;
    order: 1;
    text-align: center;
  }
  .sec11 .right_item img {
    width: 100%;
  }
}

/* 
=================================================================================

▼▼▼　sec12　▼▼▼

=================================================================================
*/

.sec12 {
  position: relative;
  background: #fff;
  padding: 8rem 4rem;
  border: 1px solid #DCDDDD;
}

.business-group .bi_bussiness_area02 .sec12 div.wrap {
  background-color: #efefef;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec12 {
    padding: 14rem 3rem;
  }
}

/* 
=================================================================================

▼▼▼　sec13　▼▼▼

=================================================================================
*/

.sec13 {
  position: relative;
  border: .4rem solid #F29600;
  background: #fff;
  padding: 8rem;
}
body.bi-group .sec13 {
  border: .4rem solid #31A9B8;
}
.sec13 .ja {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec13 {
    padding: 14rem 3rem;
  }
  .sec13.p0 {
    padding: 14rem 3rem !important;
  }
  .sec13.p0 .midashi11 .en {
    top: -14rem;
    left: 0;
    position: absolute;
  }
}

/* 
=================================================================================

▼▼▼　sec14　▼▼▼

=================================================================================
*/

.sec14 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8rem;
}
@media screen and (min-width: 769px) {/* PC用 */
  body#about.bi-group .sec13 .sec14:nth-of-type(2n) .left_box {
    order: 1;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec14 .img_box img {
    width: 49rem;
  }
}

/* 
=================================================================================

▼▼▼　sec15　▼▼▼

=================================================================================
*/

.sec15 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
  padding: 4rem;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec15 .right_box {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec15 {
    flex-wrap: wrap;
    padding: 7rem 3rem;
    gap: 6rem;
  }
  .sec15 .left_box {
    width: 15rem;
  }
  .sec15 .right_box h4 {
    position: absolute;
    height: 15rem;
    top: 7rem;
    left: 22.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
  }
}

/* 
=================================================================================

▼▼▼　sec16　▼▼▼

=================================================================================
*/

.sec16 {
  position: relative;
  background: #fff;
  padding: 8rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec16 {
    padding: 14rem 3rem;
  }
}

/* 
=================================================================================

▼▼▼　sec17　▼▼▼

=================================================================================
*/

.sec17 {
  position: relative;
  background: #F8F8F8;
  padding: 2em;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2em;
}
.sec17 .right_box {
  flex: 1;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec17 {
    display: block;
    padding: 5rem 3rem;
  }
}

/* 
=================================================================================

▼▼▼　sec18　▼▼▼

=================================================================================
*/

.sec18 {
  position: relative;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec18 > .txt_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .sec18 > .txt_box h4 {
    width: 13em;
  }
  .sec18 > .txt_box .txt {
    flex: 1;
  }
}

/* 
=================================================================================

▼▼▼　sec19　▼▼▼

=================================================================================
*/

.sec19 {
  position: relative;
}
.sec19 .txt01 {
  margin: 0 auto 0 0;
  display: table;
  padding: 0 1em;
}
.sec19 .state_box {
  padding: 2rem 4rem 4rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2em;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec19 .state_box .txt_box {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec19 .state_box {
    flex-wrap: wrap;
    padding: 7rem 3rem;
  }
  .sec19 .state_box .img_box {
    width: 100%;
    text-align: center;
  }
  .sec19 .state_box .img_box img {
    width: 30rem;
  }
  .sec19 .state_box .txt_box {
    width: 100%;
  }
  
}
ul.state_group {
  display: flex;
  justify-content: space-between;
  gap: 1em 2em;
  flex-wrap: wrap;
}

/* 
=================================================================================

▼▼▼　sec20　▼▼▼

=================================================================================
*/

.sec20 {
  background: #F8F8F8;
  padding: 4rem;
}
.sec20 .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.sec20 .box .left_item {
  width: 11em;
}
.sec20 .box .right_item {
  background: #fff;
  padding: 1rem 2rem;
  flex: 1;
}
.sec20 .box .area {
  background: #DCDDDD;
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec20 .box {
    flex-wrap: wrap;
  }
  .sec20 .box .left_item {
    width: 100%;
  }
  .sec20 .box .right_item {
    width: 100%;
    padding: 1em;
  }
  .sec20 .box .area {
    display: table;
    margin-bottom: 0.5em;
  }
}

/* 
=================================================================================

▼▼▼　sec21　▼▼▼

=================================================================================
*/

.sec21 .img_box img {
  /* aspect-ratio: 35 / 27; */
  object-fit: cover;
  display: block;
  width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec21 {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .sec21 .img_box {
    width: 50%;
    order: 1;
  }
  .sec21 .txt_box {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2% 7% 0;
  }
  
  .about_engineers-group .sec21 .txt_box {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 7%;
  }

}
@media screen and (max-width: 768px) {/* SP用 */
  .sec21 .txt_box {
    margin-top: 8rem;
  }
}

/* 
=================================================================================

▼▼▼　sec22　▼▼▼

=================================================================================
*/

.sec22 .img_box img {
  /* aspect-ratio: 35 / 27; */
  object-fit: cover;
  display: block;
  width: 100%;
  min-height: 100%;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec22 {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .sec22 .img_box {
    width: 50%;
    order: -1;
  }
  .sec22 .txt_box {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2% 7% 0;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec22 .txt_box {
    margin-top: 8rem;
  }
}

/* 
=================================================================================

▼▼▼　sec23　▼▼▼

=================================================================================
*/

.sec23 {
  position: relative;
  background: #fff;
  padding: 8rem;
}

.sec23.sec23_graph  {
  padding: 4rem 20rem;
}

.about_engineers-group .sec23 > ul.col2 {
  gap: 8rem 0;
}

@media screen and (max-width: 768px) {/* SP用 */
  .sec23 {
    padding: 14rem 3rem;
  }
}

/* 
=================================================================================

▼▼▼　sec24　▼▼▼

=================================================================================
*/

.sec24 {
  position: relative;
  border-left: 1rem solid #727171;
  padding: 2rem 0 2rem 4rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec24 {
    padding: 0 0 0 3rem;
  }
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec24 .txt01 .ico img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec24 .txt01 .ico img {
    width: 12rem;
    height: 12rem;
    object-fit: contain;
  }
}

/* 
=================================================================================

▼▼▼　sec25　▼▼▼

=================================================================================
*/

.sec25 {
  position: relative;
  background: #F8F8F8;
  padding: 5rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec25 {
    padding: 9rem 3rem;
  }
}

/* 
=================================================================================

▼▼▼　sec26　▼▼▼

=================================================================================
*/

.sec26 {
  position: relative;
  border: 4px solid #31A9B8;
  background: #fff;
  padding: 8rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec26 {
    padding: 14rem 3rem;
  }
}
@media screen and (min-width: 769px) {/* PC用 */
  .sec26 .txt_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3em;
  }
}
/* ul.step_list */
ul.step_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6rem 3rem;
  flex-wrap: wrap;
}
ul.step_list > li {
  border-radius: 50%;
  width: 24rem;
  height: 24rem;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.step_list > li:not(:last-child):before {
    content: "\e5e1";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 1em;
    transform: translate(50%,-50%);
    top: 50%;
    right: -1.5rem;
    pointer-events: none;
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    color: #31A9B8;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.step_list > li:not(:last-child):before {
    content: "\e5cf";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 1em;
    transform: translate(-50%,50%);
    bottom: -3rem;
    left: 50%;
    pointer-events: none;
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    color: #31A9B8;
    font-size: 200%;
  }
}
ul.step_list > li > .box {
  padding-bottom: 5%;
}
ul.step_list > li > .box .img_box img {
  width: 8rem;
}
ul.step_list > li > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.step_list > li > .txt {
    min-height: 4.5em;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.step_list > li {
    width: 36rem;
    height: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
  ul.step_list > li > .box .img_box img {
    width: 12rem;
  }
}
/* ▲ ul.step_list ▲ */

/* 
=================================================================================

▼▼▼　sec27　▼▼▼

=================================================================================
*/
@media screen and (min-width: 769px) {/* PC用 */
  .sec27 {
    position: relative;
    padding: 6rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 9rem;
  }
}
.sec27 .sub_box {
  padding: 4rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec27 {
    padding: 14rem 0 0;
  }
  .sec27 .img_box img {
    width: 49rem;
  }
  .sec27 .sub_box {
    padding: 7rem 3rem;
  }
}

/* 
=================================================================================

▼▼▼　sec28　▼▼▼

=================================================================================
*/
.sec28 {
  position: relative;
  padding: 0 3rem 5rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec28 {
    padding-bottom: 7.5rem;
  }
}

/* 
=================================================================================

▼▼▼　sec29　▼▼▼

=================================================================================
*/
.sec29 {
  position: relative;
  border: 1px solid #DCDDDD;
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sec29 {
    padding: 14rem 3rem;
  }
}

/* 
=================================================================================

▼▼▼　top_area03　▼▼▼

=================================================================================
*/

.top_area03 {
  position: relative;
  background: #F8F8F8;
}

/* 
=================================================================================

▼▼▼　top_area06　▼▼▼

=================================================================================
*/

.top_area06 {
  background: rgba(242,150,0,0.1);
}

@media screen and (min-width: 769px) {/* PC用 */
  .top_news_box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 7rem;
  }
  .top_news_box .left_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.top_news_box .right_box {
  flex: 1;
}
@media screen and (max-width: 768px) {/* SP用 */
  .top_news_box .btn03 {
    display: table;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ul.top_news */
ul.top_news {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8rem 4rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {/* PC用 */
  ul.top_news > li {
    width: calc((99.99% - 8rem) / 3);
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.top_news > li {
    width: 100%;
  }
}
ul.top_news > li .thumb {
  position: relative;
}
ul.top_news > li .thumb a {
  display: block;
}
ul.top_news > li .thumb img {
  aspect-ratio: 283 / 172;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item_list .slick-prev,
.item_list .slick-next {
  top: 8.5rem;
}
a.link {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {/* SP用 */
  .item_list .item .item_in {
    width: 100%;
  }
  .item_list .slick-prev,
  .item_list .slick-next {
    top: 20rem;
  }
}
/* ▲ ul.top_news ▲ */

/* 
=================================================================================

▼▼▼　top_area07　▼▼▼

=================================================================================
*/

.top_area07 {
  background: url(img/top14.webp) center center / cover no-repeat;
}

@media screen and (max-width: 768px) {/* SP用 */
  .top_area07 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59rem;
  }
}

/* 
=================================================================================

▼▼▼　construction_blog_detail　▼▼▼

=================================================================================
*/

/* ul.sns_btn_list */
ul.sns_btn_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0;
  gap: 2rem;
  flex-wrap: wrap;
}
ul.sns_btn_list > li {

}
.fb_iframe_widget iframe {
  width: auto !important;
  height: auto !important;
}

/* ▲ ul.sns_btn_list ▲ */

.contents_list {
  background: #F8F8F8;
  border-top: 6px solid #F29600;
  padding: 4rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  .contents_list {
    padding: 7rem 3rem;
  }
}

.contents_list .mokuzi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}

/* contents_list_items */
ul.contents_list_items > li {
  margin-top: 1em;
  position: relative;
}

ul.contents_list_items > li:before {
  content: "・";
  font-weight: bold;
  display: inline-block;
}

/* contents_list_items_in */
ul.contents_list_items_in {
  padding-left: 2em;
}
ul.contents_list_items_in > li {
  margin-top: 1em;
  position: relative;
}

ul.contents_list_items_in > li:before {
  content: "・";
  font-weight: bold;
  display: inline-block;
  color: #A1A1A1;
}

.detail_box h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  background: #FDEED6;
  border-bottom: 4px solid #F29600;
  padding: 0.5em 1em;
}

.detail_box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  border-bottom: 4px solid #F29600;
  padding: 0.5em 0;
}

@media screen and (max-width: 768px) {/* SP用 */
  .detail_box h2 {
    font-size: 3.6rem;
  }
  .detail_box h3 {
    font-size: 3.4rem;
  }
}

/* 
=================================================================================

▼▼▼　roop_text　▼▼▼

=================================================================================
*/

/* .wrapper {
  overflow: inherit;
} */
.roop_text_outer {
  /* background: #f0f; */
  position: relative;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 12vw;
  width: calc(215vw * 2);
}
.roop_text {
  /* background: #f00; */
  white-space: nowrap;
  animation: move02 backwards 22s infinite linear normal;
  color: #fff;
  width: 215vw;
}
@keyframes move02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .roop_text_outer {
    font-size: calc(12vw * 2);
    width: calc(215vw * 4);
  }
  .roop_text {
    width: calc(215vw * 2);
  }
}
/* 建設請負（建設事業）とは */
section.job_search_area02 ul.target_list > li:nth-of-type(1) .roop_text_outer {
  width: calc(143vw * 2);
}
section.job_search_area02 ul.target_list > li:nth-of-type(1) .roop_text {
  width: 143vw;
}
@media screen and (max-width: 768px) {/* SP用 */
  section.job_search_area02 ul.target_list > li:nth-of-type(1) .roop_text_outer {
    width: calc(143vw * 4);
  }
  section.job_search_area02 ul.target_list > li:nth-of-type(1) .roop_text {
    width: calc(143vw * 2);
  }
}
/* 建設技術者派遣とは */
section.job_search_area02 ul.target_list > li:nth-of-type(2) .roop_text_outer {
  width: calc(115vw * 2);
}
section.job_search_area02 ul.target_list > li:nth-of-type(2) .roop_text {
  width: 115vw;
}
@media screen and (max-width: 768px) {/* SP用 */
  section.job_search_area02 ul.target_list > li:nth-of-type(2) .roop_text_outer {
    width: calc(115vw * 4);
  }
  section.job_search_area02 ul.target_list > li:nth-of-type(2) .roop_text {
    width: calc(115vw * 2);
  }
}

/* エンジニアの特徴 */
section.about_engineers_area02 .roop_text_outer {
  width: calc(155vw * 2);
}
section.about_engineers_area02 .roop_text {
  width: 155vw;
}
@media screen and (max-width: 768px) {/* SP用 */
  section.about_engineers_area02 .roop_text_outer {
    width: calc(155vw * 4);
  }
  section.about_engineers_area02 .roop_text {
    width: calc(155vw * 2);
  }
}

/* 募集要項 */
section.bi_recruit_area02 .roop_text_outer {
  width: calc(8.3em * 2);
}
section.bi_recruit_area02 .roop_text {
  width: 8.3em;
}

/* 募集要項 */
section.jobs_list_detail02 .roop_text_outer {
  width: calc(8.3em * 2);
}
section.jobs_list_detail02 .roop_text {
  width: 8.3em;
}

/* 
=================================================================================

▼▼▼　roop_text02　▼▼▼

=================================================================================
*/

.roop_text02_outer {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 12vw;
  width: calc(145vw * 2);
}
.roop_text02 {
  white-space: nowrap;
  animation: move02 backwards 15s infinite linear normal;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  color: transparent;
  width: 145vw;
}
@media screen and (max-width: 768px) {/* SP用 */
  .roop_text02_outer {
    font-size: calc(12vw * 2);
    width: calc(145vw * 4);
  }
  .roop_text02 {
    width: calc(145vw * 2);
  }
}


/* 
=================================================================================

▼▼▼　roop_text03　▼▼▼

=================================================================================
*/


.roop_text03_outer {
  /* background: #f0f; */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 12vw;
  width: calc(215vw * 2);
}
.roop_text03 {
  /* background: #f00; */
  white-space: nowrap;
  animation: move02 backwards 22s infinite linear normal;
  color: #fff;
  width: 215vw;
}
.roop_text03_outer .midashi03 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {/* SP用 */
  .roop_text03_outer {
    font-size: calc(12vw * 2);
    width: calc(215vw * 4);
  }
  .roop_text03 {
    width: calc(215vw * 2);
  }
}


/* 
=================================================================================

▼▼▼　header　▼▼▼

=================================================================================
*/
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 1s all;
  background: #fff;
}
header > .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 8rem 1rem 4rem;
  transition: 1s all;
  min-height: var(--hamburger-size);
}
ul.header01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
}
ul.header01 > li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
ul.header01 > li.item01 {
  margin-left: 0;
  margin-right: auto;
}
ul.header01 > li.hamburger_set {
  margin-right: 0;
}
ol.header02 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}
ol.header02 > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
h1 a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  
}
@media screen and (min-width: 769px) {/* PC用 */
  body.construction-group header > .box {
    padding-right: 23rem;
  }
  ol.header02 > li > a {
    position: relative;
    padding: 1em 0;
  }
  body.about-group ol.header02 > li#about_go > a:before,
  body.company-group ol.header02 > li#company_go > a:before,
  body.construction-group ol.header02 > li#construction_go > a:before,
  body.bi-group ol.header02 > li#bi_go > a:before,
  body.wk-group ol.header02 > li#wk_go > a:before,
  body.news-group ol.header02 > li#news_go > a:before,
  body.company_contact-group ol.header02 > li#company_contact_go > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F29600;
    pointer-events: none;
  }
  body.about-group.bi-group ol.header02 > li#about_go > a:before {
    display: none;
  }
}
.construction-group-only {
  width: 15rem;
  height: 15rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}
body.construction-group .construction-group-only {
  display: flex;
}
.construction-group-only > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1351px) {
  .sp_head {
    display: none !important;
  }
}
@media screen and (max-width: 1350px) {/* SP用 */
  .pc_head {
    display: none !important;
  }
}

/* 
=================================================================================

▼▼▼　MV, SV　▼▼▼

=================================================================================
*/
.mv {
  position: relative;
  width: 100vw;
  height: calc(100vh - var(--hamburger-size));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video{
  width: 100%;
  height: 100vh;
  background: url(img/mv.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.shadow {
  filter: drop-shadow(0px 0px 0.5em rgba(0,0,0,0.3));
}

@media screen and (max-width: 768px) {/* SP用 */
  header > .box {
    padding: 0 0 0 3rem;
  }
  h1 img {
    width: 36rem;
  }
  ul.header01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
/* SV */
.sv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {/* PC用 */
  .sv .contents_outer {
    position: relative;
    background: rgb(242,150,0);
    background: linear-gradient(90deg, rgba(242,150,0,1) 0%, rgba(242,150,0,1) 77.85%, rgba(242,150,0,0) 77.85%, rgba(242,150,0,0) 100%);
  }
  .sv .contents_outer:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    bottom: -8rem;
    right: 22%;
    background: #F29600;
    pointer-events: none;
  }
  body.bi-group .sv .contents_outer {
    background: rgb(114,113,113);
    background: linear-gradient(90deg, rgba(114,113,113,1) 0%, rgba(114,113,113,1) 77.85%, rgba(114,113,113,0) 77.85%, rgba(114,113,113,0) 100%);
  }
  body.bi-group .sv .contents_outer:before {
    background: #727171;
  }
  .sv .contents_box {
    position: absolute;
    bottom: 5rem;
    left: 11rem;
    z-index: 1;
  }
  .sv .contents_box + .bg {
    position: relative;
  }
}
@media screen and (max-width: 768px) {/* SP用 */
  .sv > .inner {
    padding: 0;
  }
  .sv .contents_outer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .sv .contents_outer > .contents_box {
    order: 1;
    width: 100%;
    padding: 10rem 3rem;
  }
  body.bi-group .sv .contents_outer > .contents_box {
    background: #31A9B8;
  }
  body.construction-group .sv .contents_outer > .contents_box {
    background: #F29600;
  }
  .sv .contents_outer > .bg {
    order: 0;
    width: 100%;
  }
}
/* SV02 */
.sv02 {
  position: relative;
  z-index: 1;
}
.sv02 .bg .curtain-anime,
.sv02 .bg .curtain-anime_child {
  height: 100%;
  max-height: 100%;
}
.sv02 .bg img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sv02 .inner {
    padding: 0 3rem;
  }
  .sv02 .bg img {
    height: 30rem;
  }
}
/* SV03 */
.sv03 {
  position: relative;
  z-index: 1;
}
.sv03 .bg .curtain-anime,
.sv03 .bg .curtain-anime_child {
  height: 100%;
  max-height: 100%;
}
.sv03 .bg img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {/* SP用 */
  .sv03 .inner {
    padding: 0 3rem;
  }
  .sv03 .bg img {
    height: 30rem;
  }
}

/* 
=================================================================================

▼▼▼　メガメニュー　▼▼▼

=================================================================================
*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 11;
  transform: translateX(-100vw);
  transition: 1s all;
  opacity: 0;
  padding-top: 5rem;
}
ol.header02 > li:hover .megamenu {
  transform: translateX(0);
  opacity: 1;
}
.megamenu > .box {
  padding: 4rem 8rem 8rem;
  background: #fff;
  border-radius: 2rem;
  color: #1F1200;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
  /* overflow-y: scroll; */
  /* max-height: 70vh; */
}
/* ul.mega_area */
ul.mega_area {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4rem;
}
ul.mega_area > li.item01 {
  margin-right: auto;
}
ul.mega_area > li.item02 {
  flex: 1;
}
ol.mega_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.mega_area > li > a,
ol.mega_list > li > a {
  border-bottom: 2px solid #F29600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding-right: 6rem;
  background: url(img/arrow02.webp) right 1.7rem center / 1.3rem auto no-repeat;
}
ul.mega_area > li > a {
  border-bottom: none;
}
/* ▲ ul.mega_area ▲ */

/* 
=================================================================================

▼▼▼　ハンバーガーメニュー　▼▼▼

=================================================================================
*/

/* ▼▼ トグルボタン ▼▼ */
:root {
  --hamburger-size: 8rem; /* ハンバーガーアイコンサイズ */
  --hamburger-line: 0.5; /* ハンバーガーアイコンの横線の長さ */
}
@media screen and (max-width: 768px) {/* SP用 */
  :root {
    --hamburger-size: 13rem; /* ハンバーガーアイコンサイズ */
  }
}
.hamburger_area {
  position: relative;
  z-index: 12;
}
.toggle_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  width: var(--hamburger-size);
  height: var(--hamburger-size);
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 0 0 auto;
  /* background: #0C3061; */
  /* border-radius: 50%; */
}
.toggle_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: calc((99.99% - (var(--hamburger-size) * var(--hamburger-line))) / 2);
  width: calc(var(--hamburger-size) * var(--hamburger-line));
  height: 0;
  border-top: calc(var(--hamburger-size) * 0.05) solid #1F1200;
  background-color: #1F1200;
  transition: all 0.5s;
  font-size: 130%;
}
.toggle_btn span:nth-child(1) {
  transform: translateY(calc(var(--hamburger-size) * -0.1));
}
.toggle_btn span:nth-child(2) {
  transform: translateY(calc(var(--hamburger-size) * 0.1));
}
.toggle_btn span:nth-child(3) {
  
}
/* オープン時 */
body.open .toggle_btn {
  box-shadow: none;
  background: rgba(12,48,97,0);
}
body.open .toggle_btn span {
  background-color: #1F1200;
  border-top: calc(var(--hamburger-size) * 0.05) solid #1F1200;
}
body.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
}
body.open .toggle_btn span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-225deg);
  transform: translateY(0) rotate(-225deg);
}
body.open .toggle_btn span:nth-child(3) {
  opacity: 0;
}
/* ▼ ３ライン目をMENU/CLOSEという文字に変更 ▼ */
body.open .toggle_btn span:nth-child(1) {
  transform: translateY(calc(var(--hamburger-size) * -0.1)) rotate(225deg);
}
body.open .toggle_btn span:nth-child(2) {
  transform: translateY(calc(var(--hamburger-size) * -0.1)) rotate(-225deg);
}
body:not(.open) .toggle_btn span:nth-child(3) {
  border: none;
  color: #fff;
}
body.open .toggle_btn span:nth-child(3) {
  opacity: inherit;
  border: none;
}
body:not(.open) .toggle_btn span:nth-child(3):before {
  content: "MENU";
}
body.open .toggle_btn span:nth-child(3):before {
  content: "CLOSE";
}
/* ▲ ３ライン目をMENU/CLOSEという文字に変更 ▲ */
/* ▲▲ トグルボタン ▲▲ */

/* ▼ グローバルナビ ▼ */
.gloval-nav {
  background-color: #F8F8F8;
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--hamburger-size) 7rem 10rem;
  transform: translateX(100%);
  transition: 1s all;
  width: 58rem;
  max-height: 100vh;
}
.gloval_box {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.gloval-nav ul.gloval_ul > li {
opacity: 0;
transform: translateX(-200px);
transition:  transform .6s ease, opacity .2s ease;
border-top: 1px solid #DCDDDD;
}
.gloval-nav ul.gloval_ul > li:nth-child(2) { transition-delay: .1s; }
.gloval-nav ul.gloval_ul > li:nth-child(3) { transition-delay: .2s; }
.gloval-nav ul.gloval_ul > li:nth-child(4) { transition-delay: .3s; }
.gloval-nav ul.gloval_ul > li:nth-child(5) { transition-delay: .4s; }
.gloval-nav ul.gloval_ul > li:nth-child(6) { transition-delay: .5s; }
.gloval-nav ul.gloval_ul > li:nth-child(7) { transition-delay: .6s; }
.gloval-nav ul.gloval_ul > li:nth-child(8) { transition-delay: .7s; }
.gloval-nav ul.gloval_ul > li:nth-child(9) { transition-delay: .8s; }
.gloval-nav ul.gloval_ul > li:nth-child(n+10) { transition-delay: .9s; }

.gloval-nav ul.gloval_ul > li > a {
  display: block;
  transition: color .6s ease;
  padding: 2rem 1em 2rem 0;
}

/* open時 */
.open {
  overflow: hidden;
}
.open .hamburger_bg,
.open .gloval-nav {
visibility: visible;
transform: translateX(0);
transition: transform .6s;
}
.open .gloval-nav ul.gloval_ul > li {
opacity: 1;
transform: translateX(0);
transition: transform 1s ease, opacity .9s ease;
}
/* ▲ グローバルナビ ▲ */

/* ▼ アコーディオン ▼ */
.ac_btn {
  padding: .75em 1em .75em 0;
  display: block;
  cursor: pointer;
  position: relative;
}
.ac_btn::before {
  content: "＋";
  position: absolute;
  top: calc((100% - 1em) / 2);
  right: 0;
  pointer-events: none;
  line-height: 1;
  display: inline;
}
.ac_btn.active::before {
  content: "－";
}
ul.sub_gloval_ul {
  display: none;
}
ul.sub_gloval_ul > li {
  border-top: 1px solid #DCDDDD;
}
ul.sub_gloval_ul > li > a {
  display: block;
  padding: .75em 1em;
}
/* ▲ アコーディオン ▲ */

/* ▼ 背景網掛け ▼ */
.hamburger_bg {
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  /* transition: 1s all; */
  width: 100vw;
  max-height: 100vh;
}
/* ▲ 背景網掛け ▲ */

/* 
=================================================================================

▼▼▼　パンくずリスト　▼▼▼

=================================================================================
*/
ul.pankuzu_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  flex-wrap: wrap;
}
ul.pankuzu_list > li {
  position: relative;
}
ul.pankuzu_list > li:not(:last-child):before {
  content: "\e5e1";
  vertical-align: baseline;
  width: 1em;
  text-align: center;
  position: absolute;
  right: -1em;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
ul.pankuzu_list > li:last-child > a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {/* SP用 */
  .pankuzu {
    font-size: 80%;
  }
  .pankuzu .inner {
    padding: 0 3rem;
  }
}

/* 
=================================================================================

▼▼▼　ちらつき対策（CSS）　▼▼▼

=================================================================================
*/

.loading {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s all;
  opacity: 1;
  pointer-events: all;
}

/* 
=================================================================================

▼▼▼　SP用フローティングメニュー　▼▼▼

=================================================================================
*/

.floatig_menu {
  position: sticky;
  bottom: 0;
  left: 0;
  height: 16rem;
  width: 100%;  
  z-index: 9;
  transition: 1s all;
  display: none;
}
body.construction-group .floatig_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floatig_menu > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 40rem;
  height: 10rem;
  background: #F29600;
  color: #fff;
}
.floatig_menu > a img {
  width: 3em;
  height: 3em;
  object-fit: contain;
}

/* 
=================================================================================

▼▼▼　サンプルボタン　▼▼▼

=================================================================================
*/

/* ▼ btn01 ▼ */
.btn01 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em 1em 1.5em;
  gap: 0.5em;
  color: #fff;
}
/* ▲ btn01 ▲ */

/* ▼ btn02 ▼ */
.btn02 > * {
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.5em 1em 2.5em;
  gap: 1em;
  background: #1F1200;
  color: #fff;
  transition: .5s all;
}
.btn02 > *:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ccc;
  color: #1F1200;
}
.btn02 > * .arrow {
  color: #1F1200;
  background: #fff;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 2em;
  overflow: hidden;
  overflow: clip;
  position: relative;
}
.btn02:hover > * .arrow > * {
  animation: btn02_move .5s 1;
}
@keyframes btn02_move {
  0% { transform: translateX(0); }
  49% { transform: translateX(5em); }
  50% { transform: translateX(-5em); }
  51% { transform: translateX(-5em); }
  100% { transform: translateX(0); }
}
/* ▲ btn02 ▲ */

/* ▼ btn03 ▼ */
.btn03 {
  border-radius: 50vmin;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.btn03 > a {
  background: #C30D23;
  color: #fff;
  text-align: center;
  padding: 1em 1.5em 1em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow: clip;
  border-radius: 50vmin;
}
.btn03 > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1F1200;
  border-radius: 50vmin;
  transform: translateX(-100%);
  transition: .5s all;
}
.btn03:hover > *::after {
  transform: translateX(0);  
}
/* ▲ btn03 ▲ */
/* ▼ btn04 ▼ */
.btn04 {
  border-radius: 50vmin;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.btn04 > * {
  background: #1F1200;
  color: #fff;
  text-align: center;
  padding: .75em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
  overflow: clip;
  border-radius: 50vmin;
}
.btn04 > * .txt {
  margin-left: auto;
  margin-right: auto;
}
.btn04 > * .arrow {
  margin-left: auto;
  margin-right: 0;
}
.btn04 > * .arrow i {
  width: 2em;
  height: 2em;
  font-size: 2rem;
  color: #1F1200;
  background: #fff;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn04 > *::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
      transform: scale(0) rotate(25deg);
      opacity: 0;
  }

  50% {
      transform: scale(1) rotate(25deg);
      opacity: 1;
  }

  100% {
      transform: scale(50) rotate(25deg);
      opacity: 0;
  }
}
/* ▲ btn04 ▲ */
/* ▼ btn05 ▼ */
.btn05 {
  padding-bottom: 1rem;
}
.btn05 > a {
  text-align: center;
  padding: .4em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1rem;
  color: #fff;
  background: #ff80ab;
  box-shadow: 0 1rem 0 #ea769c;
  transition: .5s all;
}
.btn05 > a:hover {
  box-shadow: 0 0 0 #ea769c;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #e63862;
}
.btn05 > a small {
  font-size: 60%;
}
/* ▲ btn05 ▲ */
/* ▼ btn06 ▼ */
.btn06 > a {
  text-align: center;
  padding: 0.75em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  background: #1F1200;
  border: 1px solid #1F1200;
  transition: .5s all;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}
.btn06 > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1F1200 !important;
  background: #fff !important;
}
.btn06 > a.bg_orange {
  border: 1px solid #F29600;
}
.btn06 > a.bg_orange:hover {
  border: 1px solid #1F1200;
}
.btn06 > a.bg_white {
  color: #1F1200 !important;
  border: 1px solid #1F1200;
}
.btn06 > a.bg_white:hover {
  color: #fff !important;
  background: #1F1200 !important;
  border: 1px solid #1F1200;
}
.btn06 > a .material-icons-outlined {
  font-size: 150%;
}
.btn06.border_none > a {
  border: 1px solid;
}
.btn06.border_none:hover > a {
  border: 1px solid;
}
/* ▲ btn06 ▲ */
/* ▼ btn07 ▼ */
.btn07 {
}
.btn07 > a {
  text-align: center;
  padding: 0.25em 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  background: #1F1200;
  border: 1px solid #1F1200;
  transition: .5s all;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
}
.btn07 > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1F1200 !important;
  background: #fff !important;
}
.btn07 > a.bg_orange {
  border: 1px solid #F29600;
}
.btn07 > a.bg_orange:hover {
  border: 1px solid #1F1200;
}
.btn07 > a.bg_white {
  color: #1F1200 !important;
  border: 1px solid #1F1200;
}
.btn07 > a.bg_white:hover {
  color: #fff !important;
  background: #1F1200 !important;
  border: 1px solid #1F1200;
}
.btn07 > a .material-icons-outlined {
  font-size: 250%;
}
/* ▲ btn07 ▲ */

/* ▼ btn08 ▼ */
.btn08 > * {
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5em 2.5em;
  gap: 1em;
  background: #DCDDDD;
  color: #595757;
  transition: .5s all;
}
.btn08 > *:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #1F1200;
  color: #fff;
}
.btn08 > * .arrow {
  color: #1F1200;
  background: #fff;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5em;
  height: 2em;
  overflow: hidden;
  overflow: clip;
  position: relative;
}
.btn08:hover > * .arrow > * {
  animation: btn08_move .5s 1;
}
@keyframes btn08_move {
  0% { transform: translateX(0); }
  49% { transform: translateX(5em); }
  50% { transform: translateX(-5em); }
  51% { transform: translateX(-5em); }
  100% { transform: translateX(0); }
}
/* ▲ btn08 ▲ */

/* ▼ btn09 ▼ */
.btn09 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btn09 > * {
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5em 2.5em;
  gap: 1em;
  background: #DCDDDD;
  color: #595757;
}
/* ▲ btn09 ▲ */

/* 
=================================================================================

▼▼▼　求人情報一覧　▼▼▼

=================================================================================
*/

.search_results_box {
  padding: 1em;
  background: #F8F8F8;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.side_job_search {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  background: #F29600;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  padding: 2em 1em;
  display: block;
  cursor: pointer;
}

.side_job_search .text-combine {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: #fff;
  color: #F29600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.side_job_search_box {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
body.job_box_open {
  overflow: hidden;
}
body.job_box_open .side_job_search_box {
  display: flex;
}
.side_job_search_box_in {
  pointer-events: all;
}
.side_job_search_box_in h3 {
  color: #fff;
  background: #F29600;
  padding: 1em;
  text-align: center;
}
.side_job_search_box_in .close_btn {
  width: 2em;
  height: 2em;
  font-size: 180%;
  border-radius: 50%;
  background: #F29600;
  color: #fff;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.side_job_search_box_bg {
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
}

body.job_box_open .side_job_search_box_bg {
  display: block;
}

/* ul.search_list */
ul.search_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.search_list > li {
  width: calc((99.99% - 4rem) / 2);
  border: .4rem solid #F29600;
  padding: 5rem;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.search_list > li {
    width: 100%;
    padding: 14rem 3rem;
  }
  .side_job_search_box_in {
    max-width: calc(100vw - 6rem);
    max-height: calc(100vh - 40rem);
    overflow-y: auto;
  }
}
/* ▲ ul.search_list ▲ */

/* 
=================================================================================

▼▼▼　先頭へ戻る　▼▼▼

=================================================================================
*/

.go_head {
  border-radius: 50%;
  position: fixed;
  z-index:5;
  right: 5rem;
  bottom: -5rem;
  transition: 1s all;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_active .go_head {
  bottom: 5rem;
  opacity: 1;
  filter: alpha(opacity=100);
}
.go_head > a {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.go_head > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1F1200;
  pointer-events: none;
  border-radius: 50%;
  transition: 1s all;
  z-index: -1;
}
.go_head > a:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: #F29600;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  transition: 1s all;
  animation: go_head_remove 0.5s 1 forwards;
}
@keyframes go_head_remove {
  0% { transform: scale(1); }
  40% { transform: scale(0.4); }
  50% { transform: scale(0.6); }
  100% { transform: scale(0); }
}
.go_head:hover > a:after {
  animation: go_head_move 0.5s 1 forwards;
}
@keyframes go_head_move {
  0% { transform: scale(0); }
  40% { transform: scale(0.6); }
  50% { transform: scale(0.4); }
  100% { transform: scale(1); }
}
.go_head > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.go_head > a .content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {/* SP用 */
  .nav_active .go_head {
    bottom: 14vw;
  }
  body.construction-group.nav_active .go_head {
    bottom: 30vw;
  }
}

/* 
=================================================================================

▼▼▼　フッター　▼▼▼

=================================================================================
*/
footer .footer_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7rem;
  position: relative;
}
footer .footer_box .left_box {
  position: relative;
  padding: 3rem 0;
}

@media screen and (min-width: 769px) {/* PC用 */
  footer {
    background: #F8F8F8;
  }
  footer .inner:before {
    content: "";
    position: absolute;
    display: block;
    background: #F29600;
    width: calc((100vw - 1240px) / 2);
    left: calc((-100vw + 1240px) / 2);
    top: 0;
    height: 100%;
  }
  footer .footer_box .left_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 6rem;
    top: -5rem;
    right: 0;
    z-index: 1;
    background: #F29600;
    pointer-events: none;
    border-top-right-radius: 4rem;
  }
  footer .footer_box .left_box:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #F29600;
    pointer-events: none;
  }
}
/* ul.f_sns_list */
ul.f_sns_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
/* ▲ ul.f_sns_list ▲ */
footer .footer_box .right_box {
  position: relative;
  padding: 5rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}
.lh250p {
  line-height: 2.5;
}

.item > ul.f_menu_list_child {
  padding-left: 2rem;
  border-left: 1px solid #1f1200;
}

.item > .f_menu_list_child li  {
  padding-bottom: 2rem;
}

.item > .f_menu_list_child li:before  {
  content: "- ";
}

.item > ul.f_menu_list_child li:has(ul.f_menu_list_child) {
  padding-bottom: 0;
}

.item > ul.f_menu_list_child ul.f_menu_list_child   {
  border-left: 0;
  margin-top: 2rem;
}

.item > .f_menu_list_child > li:last-of-type  {
  padding-bottom: .75rem;
}



@media screen and (max-width: 768px) {/* SP用 */
  footer {
    background: #F29600;
  }
  .copy {
    text-align: center;
  }
  footer .footer_box .left_box {
    width: 100%;
    padding: 13rem 0 5rem;
  }
  ul.f_sns_list {
    justify-content: center;
  }
}

/* 
=================================================================================

▼▼▼　table　▼▼▼

=================================================================================
*/
table.default {
  border-top: 1px solid #DCDDDD;
}
table.default tr {
  border-bottom: 1px solid #DCDDDD;
}
table.default th {
  padding: 1em;
  width: 22%;
}
table.default td {
  padding: 1em;
}
@media screen and (max-width: 768px) {/* SP用 */
  table.default th {
    display: block;
    width: 100%;
    border-bottom: 1px solid #DCDDDD;
  }
  table.default td {
    display: block;
    width: 100%;
  }
}

table.custom {
  border-collapse: separate;
  border-spacing: 1rem;
}

table.custom th {
  background: #F8F8F8;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
}
table.custom td {
  padding: 1em;
}
table.custom select {
  border: 1px solid #DCDDDD;
  position: relative;
  width: 100%;
  padding: 0.5em 3em 0.5em 1.5em;
}
.select_outer {
  position: relative;
}
.select_outer:after {
  content: "\e5cf";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  line-height: 1em;
  transform: translateY(-50%);
  top: 50%;
  right: 1em;
  pointer-events: none;
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {/* SP用 */
  table.custom th {
    display: block;
  }
  table.custom td {
    display: block;
    padding: 1em 0;
  }
}
/* custom02 */
table.custom02 {
  border-collapse: separate;
  background: #fff;
  border-spacing: 0;
  border-right: 1px solid #A1A1A1;
  border-top: 1px solid #A1A1A1;
  width: 100%;
  table-layout: fixed;
}
table.custom02 th {
  background: #F29600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding: 0.25em;
  border-left: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
}
table.custom02 td {
  padding: 0.25em;
  background: #fff;
  text-align: center;
  border-left: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
}
table.custom02 tr:nth-of-type(2n) td {
  background: #FEF4E5;
}
@media screen and (max-width: 768px) {/* SP用 */
  .scroll {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 10px;
  }
  .scroll table {
    width: auto;
    white-space: nowrap;
    table-layout: auto;
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #C8C9CA;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    /* background: #000; */
    border-radius: 5px;
    top: 0;
  }
}

/* 
=================================================================================

▼▼▼　タブメニュー　▼▼▼

=================================================================================
*/
.tab_box{
}
.tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #F29600;
  flex-wrap: wrap;
}
.tab_list > li {
  cursor: pointer;
  border: 1px solid #F29600;
  border-radius: 50vmin;
  padding: 1em 2em;
}
/*クラスに「active」が付与されたときの指定*/
.tab_list > li.active {
  background: #F29600;
  color: #fff;
}
.tab_child{

}
/*通常時は「display: none;」で非表示にしておく*/
.tab_child > li {
  display: none;
}
/*クラスに「active」が付与されたとき「display: block;」で表示する*/
.tab_child > li.active{
  display: block;
}
@media screen and (max-width: 768px) {/* SP用 */
  .tab_list {
    display: block;
  }
  .tab_list > li {
    display: table;
    width: auto;
    margin-right: auto;
    margin-left: 0;
  }
  .tab_list > li + li {
    margin-top: 3rem;
  }
}
/* ▲ タブメニュー ▲ */

/* 
=================================================================================

▼▼▼　aco_box　▼▼▼

=================================================================================
*/
ul.aco_box > li {
  background: #fff;
  border: 1px solid #A1A1A1;
  cursor: pointer;
}
ul.aco_box > li + li {
  margin-top: 1.5em;
}
ul.aco_box > li .aco_box_ttl {
  position: relative;
  padding: 1.5em 0;
}
ul.aco_box > li .content_box {
  padding: 0 2em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
}
ul.aco_box > li .content_box .ttl {
  text-align: center;
  width: 1em;
  display: block;
  line-height: 1;
}
ul.aco_box > li .content_box .txt {
  flex: 1;
}
ul.aco_box > li .content_box .ico {
  text-align: center;
  width: 1em;
  padding-top: 0.4em;
}
ul.aco_box > li .content_box .ico:after {
  content: "＋";
  display: block;
  width: 1em;
  line-height: 1;
  pointer-events: none;
}
ul.aco_box > li.open .aco_box_ttl .content_box .ico:after {
  content: "×";
}
ul.aco_box > li .aco_box_btn {
  position: relative;
  margin: 0;
}
ul.aco_box > li .aco_box_btn .aco_box_target {
  position: relative;
}
ul.aco_box > li .aco_box_btn .aco_box_target .content_box {
  padding-bottom: 3em;
}
/* 閉じボタン */
ul.aco_box > li .aco_box_btn .close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  cursor: pointer;
  padding: 1em 0;
}
ul.aco_box > li .aco_box_btn .close .img {
  text-align: center;
  line-height: 1.5em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #D22A37;
  color: #fff;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.aco_box > li .content_box {
    padding: 0 1em;
  }
}

/* 
=================================================================================

▼▼▼　news_cat　▼▼▼

=================================================================================
*/

ul.news_cat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.news_cat > li > a {
  border: 1px solid #F29600;
  border-radius: 50vmin;
  width: 10em;
  display: block;
  background: #fff;
  color: #F29600;
}
ul.news_cat > li.on > a,
main.term_news6 ul.news_cat > li:nth-of-type(2) > a,
main.term_news7 ul.news_cat > li:nth-of-type(3) > a {
  background: #F29600;
  color: #fff;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.news_cat {
    gap: 4rem 7rem;
    justify-content: flex-start;
  }
  ul.news_cat > li {
    width: calc((99.99% - 7rem) / 2);
  }
}

/* 
=================================================================================

▼▼▼　ページネーション　▼▼▼

=================================================================================
*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pagination > li {
  width: 3em;
  height: 3em;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pagination > li.on {
  background: #1F1200;
  color: #fff;
}
.pagination > li a {
  background: #F8F8F8;
  width: 3em;
  height: 3em;
  border-radius: 50vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pagination > span:hover,
.pagination > a:hover {
  background: #1F1200;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 
=================================================================================

▼▼▼　detail_box　▼▼▼

=================================================================================
*/

.detail_box_main > * + * {
  margin-top: 2em;
}

.detail_box_main ul {
  display: flex;
  gap: 1.5em;
}

.detail_box_main ul > li {
  flex: 1;
}


ul.news_cat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}
ul.news_cat > li > a {
  border: 1px solid #F29600;
  border-radius: 50vmin;
  width: 10em;
  display: block;
  background: #fff;
  color: #F29600;
}
ul.news_cat > li.on > a {
  background: #F29600;
  color: #fff;
}
.border_orange{
  border-color: #f29600 !important;
}
@media screen and (max-width: 768px) {/* SP用 */
  ul.news_cat {
    gap: 4rem 7rem;
    justify-content: flex-start;
  }
  ul.news_cat > li {
    width: calc((99.99% - 7rem) / 2);
  }
}

.bi_link01{
  position: relative;
  height: 16.5rem;
}
.bi_link01_img{
  width: 20rem;
  position: absolute;
  top: 0rem;
  right: calc(50% - 40rem);
}
.bi_link01_arrow{
  position: absolute;
  right: 22%;
}
.border_orange{
  border-color: #f29600;
}
@media screen and (max-width: 768px) {
  .bi_link01_arrow{
    position: absolute;
    right: 30%;
    width: 5rem;
  }
  .bi_link01_img{
    right: calc(50% - 35rem);
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　▼▼　以降SP用　▼▼
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 768px) {/* SP用 */

  body .sp_left {
    text-align: left !important;
  }

  body .sp_center {
    text-align: center !important;
  }
  
  /* SP版文字サイズ */
  .fs14 { font-size: 2.8rem !important; }
  .fs16 { font-size: 3rem !important; }
  .fs18 { font-size: 3.2rem !important; }
  .fs20 { font-size: 3.4rem !important; }
  .fs24 { font-size: 3.6rem !important; }
  .fs28 { font-size: 4.2rem !important; }
  .fs30 { font-size: 4.4rem !important; }
  .fs32 { font-size: 4.8rem !important; }
  .fs36 { font-size: 5rem !important; }
  .fs40 { font-size: 5rem !important; }
  .fs50 { font-size: 6rem !important; }
  .fs100 { font-size: 15rem !important; }

  .sp_fs105 { font-size: 10.5rem !important; }
  .sp_fs122 { font-size: 12.2rem !important; }


  /* SP版余白 */
  :root {
    --res-margin-size: 1.5; /* SP余白の一括調整倍率 */
  }
  .p0 { padding: calc(0 * var(--res-margin-size)) !important; }
  .p5 { padding: calc(0.5rem * var(--res-margin-size)) !important; }
  .p10 { padding: calc(1rem * var(--res-margin-size)) !important; }
  .p15 { padding: calc(1.5rem * var(--res-margin-size)) !important; }
  .p20 { padding: calc(2rem * var(--res-margin-size)) !important; }
  .p25 { padding: calc(2.5rem * var(--res-margin-size)) !important; }
  .p30 { padding: calc(3rem * var(--res-margin-size)) !important; }
  .p35 { padding: calc(3.5rem * var(--res-margin-size)) !important; }
  .p40 { padding: calc(4rem * var(--res-margin-size)) !important; }
  .p45 { padding: calc(4.5rem * var(--res-margin-size)) !important; }
  .p50 { padding: calc(5rem * var(--res-margin-size)) !important; }
  .p55 { padding: calc(5.5rem * var(--res-margin-size)) !important; }
  .p60 { padding: calc(6rem * var(--res-margin-size)) !important; }
  .p65 { padding: calc(6.5rem * var(--res-margin-size)) !important; }
  .p70 { padding: calc(7rem * var(--res-margin-size)) !important; }
  .p75 { padding: calc(7.5rem * var(--res-margin-size)) !important; }
  .p80 { padding: calc(8rem * var(--res-margin-size)) !important; }
  .p85 { padding: calc(8.5rem * var(--res-margin-size)) !important; }
  .p90 { padding: calc(9rem * var(--res-margin-size)) !important; }
  .p95 { padding: calc(9.5rem * var(--res-margin-size)) !important; }
  .p100 { padding: calc(10rem * var(--res-margin-size)) !important; }
  .pt0 { padding-top: calc(0 * var(--res-margin-size)) !important; }
  .pt5 { padding-top: calc(0.5rem * var(--res-margin-size)) !important; }
  .pt10 { padding-top: calc(1rem * var(--res-margin-size)) !important; }
  .pt15 { padding-top: calc(1.5rem * var(--res-margin-size)) !important; }
  .pt20 { padding-top: calc(2rem * var(--res-margin-size)) !important; }
  .pt25 { padding-top: calc(2.5rem * var(--res-margin-size)) !important; }
  .pt30 { padding-top: calc(3rem * var(--res-margin-size)) !important; }
  .pt35 { padding-top: calc(3.5rem * var(--res-margin-size)) !important; }
  .pt40 { padding-top: calc(4rem * var(--res-margin-size)) !important; }
  .pt45 { padding-top: calc(4.5rem * var(--res-margin-size)) !important; }
  .pt50 { padding-top: calc(5rem * var(--res-margin-size)) !important; }
  .pt55 { padding-top: calc(5.5rem * var(--res-margin-size)) !important; }
  .pt60 { padding-top: calc(6rem * var(--res-margin-size)) !important; }
  .pt65 { padding-top: calc(6.5rem * var(--res-margin-size)) !important; }
  .pt70 { padding-top: calc(7rem * var(--res-margin-size)) !important; }
  .pt75 { padding-top: calc(7.5rem * var(--res-margin-size)) !important; }
  .pt80 { padding-top: calc(8rem * var(--res-margin-size)) !important; }
  .pt85 { padding-top: calc(8.5rem * var(--res-margin-size)) !important; }
  .pt90 { padding-top: calc(9rem * var(--res-margin-size)) !important; }
  .pt95 { padding-top: calc(9.5rem * var(--res-margin-size)) !important; }
  .pt100 { padding-top: calc(10rem * var(--res-margin-size)) !important; }
  .pr0 { padding-right: calc(0 * var(--res-margin-size)) !important; }
  .pr5 { padding-right: calc(0.5rem * var(--res-margin-size)) !important; }
  .pr10 { padding-right: calc(1rem * var(--res-margin-size)) !important; }
  .pr15 { padding-right: calc(1.5rem * var(--res-margin-size)) !important; }
  .pr20 { padding-right: calc(2rem * var(--res-margin-size)) !important; }
  .pr25 { padding-right: calc(2.5rem * var(--res-margin-size)) !important; }
  .pr30 { padding-right: calc(3rem * var(--res-margin-size)) !important; }
  .pr35 { padding-right: calc(3.5rem * var(--res-margin-size)) !important; }
  .pr40 { padding-right: calc(4rem * var(--res-margin-size)) !important; }
  .pr45 { padding-right: calc(4.5rem * var(--res-margin-size)) !important; }
  .pr50 { padding-right: calc(5rem * var(--res-margin-size)) !important; }
  .pr55 { padding-right: calc(5.5rem * var(--res-margin-size)) !important; }
  .pr60 { padding-right: calc(6rem * var(--res-margin-size)) !important; }
  .pr65 { padding-right: calc(6.5rem * var(--res-margin-size)) !important; }
  .pr70 { padding-right: calc(7rem * var(--res-margin-size)) !important; }
  .pr75 { padding-right: calc(7.5rem * var(--res-margin-size)) !important; }
  .pr80 { padding-right: calc(8rem * var(--res-margin-size)) !important; }
  .pr85 { padding-right: calc(8.5rem * var(--res-margin-size)) !important; }
  .pr90 { padding-right: calc(9rem * var(--res-margin-size)) !important; }
  .pr95 { padding-right: calc(9.5rem * var(--res-margin-size)) !important; }
  .pr100 { padding-right: calc(10rem * var(--res-margin-size)) !important; }
  .pl0 { padding-left: calc(0 * var(--res-margin-size)) !important; }
  .pl5 { padding-left: calc(0.5rem * var(--res-margin-size)) !important; }
  .pl10 { padding-left: calc(1rem * var(--res-margin-size)) !important; }
  .pl15 { padding-left: calc(1.5rem * var(--res-margin-size)) !important; }
  .pl20 { padding-left: calc(2rem * var(--res-margin-size)) !important; }
  .pl25 { padding-left: calc(2.5rem * var(--res-margin-size)) !important; }
  .pl30 { padding-left: calc(3rem * var(--res-margin-size)) !important; }
  .pl35 { padding-left: calc(3.5rem * var(--res-margin-size)) !important; }
  .pl40 { padding-left: calc(4rem * var(--res-margin-size)) !important; }
  .pl45 { padding-left: calc(4.5rem * var(--res-margin-size)) !important; }
  .pl50 { padding-left: calc(5rem * var(--res-margin-size)) !important; }
  .pl55 { padding-left: calc(5.5rem * var(--res-margin-size)) !important; }
  .pl60 { padding-left: calc(6rem * var(--res-margin-size)) !important; }
  .pl65 { padding-left: calc(6.5rem * var(--res-margin-size)) !important; }
  .pl70 { padding-left: calc(7rem * var(--res-margin-size)) !important; }
  .pl75 { padding-left: calc(7.5rem * var(--res-margin-size)) !important; }
  .pl80 { padding-left: calc(8rem * var(--res-margin-size)) !important; }
  .pl85 { padding-left: calc(8.5rem * var(--res-margin-size)) !important; }
  .pl90 { padding-left: calc(9rem * var(--res-margin-size)) !important; }
  .pl95 { padding-left: calc(9.5rem * var(--res-margin-size)) !important; }
  .pl100 { padding-left: calc(10rem * var(--res-margin-size)) !important; }
  .pb0 { padding-bottom: calc(0 * var(--res-margin-size)) !important; }
  .pb5 { padding-bottom: calc(0.5rem * var(--res-margin-size)) !important; }
  .pb10 { padding-bottom: calc(1rem * var(--res-margin-size)) !important; }
  .pb15 { padding-bottom: calc(1.5rem * var(--res-margin-size)) !important; }
  .pb20 { padding-bottom: calc(2rem * var(--res-margin-size)) !important; }
  .pb25 { padding-bottom: calc(2.5rem * var(--res-margin-size)) !important; }
  .pb30 { padding-bottom: calc(3rem * var(--res-margin-size)) !important; }
  .pb35 { padding-bottom: calc(3.5rem * var(--res-margin-size)) !important; }
  .pb40 { padding-bottom: calc(4rem * var(--res-margin-size)) !important; }
  .pb45 { padding-bottom: calc(4.5rem * var(--res-margin-size)) !important; }
  .pb50 { padding-bottom: calc(5rem * var(--res-margin-size)) !important; }
  .pb55 { padding-bottom: calc(5.5rem * var(--res-margin-size)) !important; }
  .pb60 { padding-bottom: calc(6rem * var(--res-margin-size)) !important; }
  .pb65 { padding-bottom: calc(6.5rem * var(--res-margin-size)) !important; }
  .pb70 { padding-bottom: calc(7rem * var(--res-margin-size)) !important; }
  .pb75 { padding-bottom: calc(7.5rem * var(--res-margin-size)) !important; }
  .pb80 { padding-bottom: calc(8rem * var(--res-margin-size)) !important; }
  .pb85 { padding-bottom: calc(8.5rem * var(--res-margin-size)) !important; }
  .pb90 { padding-bottom: calc(9rem * var(--res-margin-size)) !important; }
  .pb95 { padding-bottom: calc(9.5rem * var(--res-margin-size)) !important; }
  .pb100 { padding-bottom: calc(10rem * var(--res-margin-size)) !important; }
  .m0 { margin: calc(0 * var(--res-margin-size)) !important; }
  .m5 { margin: calc(0.5rem * var(--res-margin-size)) !important; }
  .m10 { margin: calc(1rem * var(--res-margin-size)) !important; }
  .m15 { margin: calc(1.5rem * var(--res-margin-size)) !important; }
  .m20 { margin: calc(2rem * var(--res-margin-size)) !important; }
  .m25 { margin: calc(2.5rem * var(--res-margin-size)) !important; }
  .m30 { margin: calc(3rem * var(--res-margin-size)) !important; }
  .m35 { margin: calc(3.5rem * var(--res-margin-size)) !important; }
  .m40 { margin: calc(4rem * var(--res-margin-size)) !important; }
  .m45 { margin: calc(4.5rem * var(--res-margin-size)) !important; }
  .m50 { margin: calc(5rem * var(--res-margin-size)) !important; }
  .m55 { margin: calc(5.5rem * var(--res-margin-size)) !important; }
  .m60 { margin: calc(6rem * var(--res-margin-size)) !important; }
  .m65 { margin: calc(6.5rem * var(--res-margin-size)) !important; }
  .m70 { margin: calc(7rem * var(--res-margin-size)) !important; }
  .m75 { margin: calc(7.5rem * var(--res-margin-size)) !important; }
  .m80 { margin: calc(8rem * var(--res-margin-size)) !important; }
  .m85 { margin: calc(8.5rem * var(--res-margin-size)) !important; }
  .m90 { margin: calc(9rem * var(--res-margin-size)) !important; }
  .m95 { margin: calc(9.5rem * var(--res-margin-size)) !important; }
  .m100 { margin: calc(10rem * var(--res-margin-size)) !important; }
  .mt0 { margin-top: calc(0 * var(--res-margin-size)) !important; }
  .mt5 { margin-top: calc(0.5rem * var(--res-margin-size)) !important; }
  .mt10 { margin-top: calc(1rem * var(--res-margin-size)) !important; }
  .mt15 { margin-top: calc(1.5rem * var(--res-margin-size)) !important; }
  .mt20 { margin-top: calc(2rem * var(--res-margin-size)) !important; }
  .mt25 { margin-top: calc(2.5rem * var(--res-margin-size)) !important; }
  .mt30 { margin-top: calc(3rem * var(--res-margin-size)) !important; }
  .mt35 { margin-top: calc(3.5rem * var(--res-margin-size)) !important; }
  .mt40 { margin-top: calc(4rem * var(--res-margin-size)) !important; }
  .mt45 { margin-top: calc(4.5rem * var(--res-margin-size)) !important; }
  .mt50 { margin-top: calc(5rem * var(--res-margin-size)) !important; }
  .mt55 { margin-top: calc(5.5rem * var(--res-margin-size)) !important; }
  .mt60 { margin-top: calc(6rem * var(--res-margin-size)) !important; }
  .mt65 { margin-top: calc(6.5rem * var(--res-margin-size)) !important; }
  .mt70 { margin-top: calc(7rem * var(--res-margin-size)) !important; }
  .mt75 { margin-top: calc(7.5rem * var(--res-margin-size)) !important; }
  .mt80 { margin-top: calc(8rem * var(--res-margin-size)) !important; }
  .mt85 { margin-top: calc(8.5rem * var(--res-margin-size)) !important; }
  .mt90 { margin-top: calc(9rem * var(--res-margin-size)) !important; }
  .mt95 { margin-top: calc(9.5rem * var(--res-margin-size)) !important; }
  .mt100 { margin-top: calc(10rem * var(--res-margin-size)) !important; }
  .mr0 { margin-right: calc(0 * var(--res-margin-size)) !important; }
  .mr5 { margin-right: calc(0.5rem * var(--res-margin-size)) !important; }
  .mr10 { margin-right: calc(1rem * var(--res-margin-size)) !important; }
  .mr15 { margin-right: calc(1.5rem * var(--res-margin-size)) !important; }
  .mr20 { margin-right: calc(2rem * var(--res-margin-size)) !important; }
  .mr25 { margin-right: calc(2.5rem * var(--res-margin-size)) !important; }
  .mr30 { margin-right: calc(3rem * var(--res-margin-size)) !important; }
  .mr35 { margin-right: calc(3.5rem * var(--res-margin-size)) !important; }
  .mr40 { margin-right: calc(4rem * var(--res-margin-size)) !important; }
  .mr45 { margin-right: calc(4.5rem * var(--res-margin-size)) !important; }
  .mr50 { margin-right: calc(5rem * var(--res-margin-size)) !important; }
  .mr55 { margin-right: calc(5.5rem * var(--res-margin-size)) !important; }
  .mr60 { margin-right: calc(6rem * var(--res-margin-size)) !important; }
  .mr65 { margin-right: calc(6.5rem * var(--res-margin-size)) !important; }
  .mr70 { margin-right: calc(7rem * var(--res-margin-size)) !important; }
  .mr75 { margin-right: calc(7.5rem * var(--res-margin-size)) !important; }
  .mr80 { margin-right: calc(8rem * var(--res-margin-size)) !important; }
  .mr85 { margin-right: calc(8.5rem * var(--res-margin-size)) !important; }
  .mr90 { margin-right: calc(9rem * var(--res-margin-size)) !important; }
  .mr95 { margin-right: calc(9.5rem * var(--res-margin-size)) !important; }
  .mr100 { margin-right: calc(10rem * var(--res-margin-size)) !important; }
  .ml0 { margin-left: calc(0 * var(--res-margin-size)) !important; }
  .ml5 { margin-left: calc(0.5rem * var(--res-margin-size)) !important; }
  .ml10 { margin-left: calc(1rem * var(--res-margin-size)) !important; }
  .ml15 { margin-left: calc(1.5rem * var(--res-margin-size)) !important; }
  .ml20 { margin-left: calc(2rem * var(--res-margin-size)) !important; }
  .ml25 { margin-left: calc(2.5rem * var(--res-margin-size)) !important; }
  .ml30 { margin-left: calc(3rem * var(--res-margin-size)) !important; }
  .ml35 { margin-left: calc(3.5rem * var(--res-margin-size)) !important; }
  .ml40 { margin-left: calc(4rem * var(--res-margin-size)) !important; }
  .ml45 { margin-left: calc(4.5rem * var(--res-margin-size)) !important; }
  .ml50 { margin-left: calc(5rem * var(--res-margin-size)) !important; }
  .ml55 { margin-left: calc(5.5rem * var(--res-margin-size)) !important; }
  .ml60 { margin-left: calc(6rem * var(--res-margin-size)) !important; }
  .ml65 { margin-left: calc(6.5rem * var(--res-margin-size)) !important; }
  .ml70 { margin-left: calc(7rem * var(--res-margin-size)) !important; }
  .ml75 { margin-left: calc(7.5rem * var(--res-margin-size)) !important; }
  .ml80 { margin-left: calc(8rem * var(--res-margin-size)) !important; }
  .ml85 { margin-left: calc(8.5rem * var(--res-margin-size)) !important; }
  .ml90 { margin-left: calc(9rem * var(--res-margin-size)) !important; }
  .ml95 { margin-left: calc(9.5rem * var(--res-margin-size)) !important; }
  .ml100 { margin-left: calc(10rem * var(--res-margin-size)) !important; }
  .mb0 { margin-bottom: calc(0 * var(--res-margin-size)) !important; }
  .mb5 { margin-bottom: calc(0.5rem * var(--res-margin-size)) !important; }
  .mb10 { margin-bottom: calc(1rem * var(--res-margin-size)) !important; }
  .mb15 { margin-bottom: calc(1.5rem * var(--res-margin-size)) !important; }
  .mb20 { margin-bottom: calc(2rem * var(--res-margin-size)) !important; }
  .mb25 { margin-bottom: calc(2.5rem * var(--res-margin-size)) !important; }
  .mb30 { margin-bottom: calc(3rem * var(--res-margin-size)) !important; }
  .mb35 { margin-bottom: calc(3.5rem * var(--res-margin-size)) !important; }
  .mb40 { margin-bottom: calc(4rem * var(--res-margin-size)) !important; }
  .mb45 { margin-bottom: calc(4.5rem * var(--res-margin-size)) !important; }
  .mb50 { margin-bottom: calc(5rem * var(--res-margin-size)) !important; }
  .mb55 { margin-bottom: calc(5.5rem * var(--res-margin-size)) !important; }
  .mb60 { margin-bottom: calc(6rem * var(--res-margin-size)) !important; }
  .mb65 { margin-bottom: calc(6.5rem * var(--res-margin-size)) !important; }
  .mb70 { margin-bottom: calc(7rem * var(--res-margin-size)) !important; }
  .mb75 { margin-bottom: calc(7.5rem * var(--res-margin-size)) !important; }
  .mb80 { margin-bottom: calc(8rem * var(--res-margin-size)) !important; }
  .mb85 { margin-bottom: calc(8.5rem * var(--res-margin-size)) !important; }
  .mb90 { margin-bottom: calc(9rem * var(--res-margin-size)) !important; }
  .mb95 { margin-bottom: calc(9.5rem * var(--res-margin-size)) !important; }
  .mb100 { margin-bottom: calc(10rem * var(--res-margin-size)) !important; }

  .sp_p0 { padding: 0 !important; }
.sp_phem { padding: .5em !important; }
.sp_p1em { padding: 1em !important; }
.sp_p1hem { padding: 1.5em !important; }
.sp_p2em { padding: 2em !important; }
.sp_p2hem { padding: 2.5em !important; }
.sp_p3em { padding: 3em !important; }
.sp_p3hem { padding: 3.5em !important; }
.sp_p4em { padding: 4em !important; }
.sp_p4hem { padding: 4.5em !important; }
.sp_p5em { padding: 5em !important; }
.sp_p5 { padding: 0.5rem !important; }
.sp_p10 { padding: 1rem !important; }
.sp_p15 { padding: 1.5rem !important; }
.sp_p20 { padding: 2rem !important; }
.sp_p25 { padding: 2.5rem !important; }
.sp_p30 { padding: 3rem !important; }
.sp_p35 { padding: 3.5rem !important; }
.sp_p40 { padding: 4rem !important; }
.sp_p45 { padding: 4.5rem !important; }
.sp_p50 { padding: 5rem !important; }
.sp_p55 { padding: 5.5rem !important; }
.sp_p60 { padding: 6rem !important; }
.sp_p65 { padding: 6.5rem !important; }
.sp_p70 { padding: 7rem !important; }
.sp_p75 { padding: 7.5rem !important; }
.sp_p80 { padding: 8rem !important; }
.sp_p85 { padding: 8.5rem !important; }
.sp_p90 { padding: 9rem !important; }
.sp_p95 { padding: 9.5rem !important; }
.sp_p100 { padding: 10rem !important; }
.sp_pt0 { padding-top: 0 !important; }
.sp_pthem { padding-top: .5em !important; }
.sp_pt1em { padding-top: 1em !important; }
.sp_pt1hem { padding-top: 1.5em !important; }
.sp_pt2em { padding-top: 2em !important; }
.sp_pt2hem { padding-top: 2.5em !important; }
.sp_pt3em { padding-top: 3em !important; }
.sp_pt3hem { padding-top: 3.5em !important; }
.sp_pt4em { padding-top: 4em !important; }
.sp_pt4hem { padding-top: 4.5em !important; }
.sp_pt5em { padding-top: 5em !important; }
.sp_pt5 { padding-top: 0.5rem !important; }
.sp_pt10 { padding-top: 1rem !important; }
.sp_pt15 { padding-top: 1.5rem !important; }
.sp_pt20 { padding-top: 2rem !important; }
.sp_pt25 { padding-top: 2.5rem !important; }
.sp_pt30 { padding-top: 3rem !important; }
.sp_pt35 { padding-top: 3.5rem !important; }
.sp_pt40 { padding-top: 4rem !important; }
.sp_pt45 { padding-top: 4.5rem !important; }
.sp_pt50 { padding-top: 5rem !important; }
.sp_pt55 { padding-top: 5.5rem !important; }
.sp_pt60 { padding-top: 6rem !important; }
.sp_pt65 { padding-top: 6.5rem !important; }
.sp_pt70 { padding-top: 7rem !important; }
.sp_pt75 { padding-top: 7.5rem !important; }
.sp_pt80 { padding-top: 8rem !important; }
.sp_pt85 { padding-top: 8.5rem !important; }
.sp_pt90 { padding-top: 9rem !important; }
.sp_pt95 { padding-top: 9.5rem !important; }
.sp_pt100 { padding-top: 10rem !important; }
.sp_pr0 { padding-right: 0 !important; }
.sp_prhem { padding-right: .5em !important; }
.sp_pr1em { padding-right: 1em !important; }
.sp_pr1hem { padding-right: 1.5em !important; }
.sp_pr2em { padding-right: 2em !important; }
.sp_pr2hem { padding-right: 2.5em !important; }
.sp_pr3em { padding-right: 3em !important; }
.sp_pr3hem { padding-right: 3.5em !important; }
.sp_pr4em { padding-right: 4em !important; }
.sp_pr4hem { padding-right: 4.5em !important; }
.sp_pr5em { padding-right: 5em !important; }
.sp_pr5 { padding-right: 0.5rem !important; }
.sp_pr10 { padding-right: 1rem !important; }
.sp_pr15 { padding-right: 1.5rem !important; }
.sp_pr20 { padding-right: 2rem !important; }
.sp_pr25 { padding-right: 2.5rem !important; }
.sp_pr30 { padding-right: 3rem !important; }
.sp_pr35 { padding-right: 3.5rem !important; }
.sp_pr40 { padding-right: 4rem !important; }
.sp_pr45 { padding-right: 4.5rem !important; }
.sp_pr50 { padding-right: 5rem !important; }
.sp_pr55 { padding-right: 5.5rem !important; }
.sp_pr60 { padding-right: 6rem !important; }
.sp_pr65 { padding-right: 6.5rem !important; }
.sp_pr70 { padding-right: 7rem !important; }
.sp_pr75 { padding-right: 7.5rem !important; }
.sp_pr80 { padding-right: 8rem !important; }
.sp_pr85 { padding-right: 8.5rem !important; }
.sp_pr90 { padding-right: 9rem !important; }
.sp_pr95 { padding-right: 9.5rem !important; }
.sp_pr100 { padding-right: 10rem !important; }
.sp_pl0 { padding-left: 0 !important; }
.sp_plhem { padding-left: .5em !important; }
.sp_pl1em { padding-left: 1em !important; }
.sp_pl1hem { padding-left: 1.5em !important; }
.sp_pl2em { padding-left: 2em !important; }
.sp_pl2hem { padding-left: 2.5em !important; }
.sp_pl3em { padding-left: 3em !important; }
.sp_pl3hem { padding-left: 3.5em !important; }
.sp_pl4em { padding-left: 4em !important; }
.sp_pl4hem { padding-left: 4.5em !important; }
.sp_pl5em { padding-left: 5em !important; }
.sp_pl5 { padding-left: 0.5rem !important; }
.sp_pl10 { padding-left: 1rem !important; }
.sp_pl15 { padding-left: 1.5rem !important; }
.sp_pl20 { padding-left: 2rem !important; }
.sp_pl25 { padding-left: 2.5rem !important; }
.sp_pl30 { padding-left: 3rem !important; }
.sp_pl35 { padding-left: 3.5rem !important; }
.sp_pl40 { padding-left: 4rem !important; }
.sp_pl45 { padding-left: 4.5rem !important; }
.sp_pl50 { padding-left: 5rem !important; }
.sp_pl55 { padding-left: 5.5rem !important; }
.sp_pl60 { padding-left: 6rem !important; }
.sp_pl65 { padding-left: 6.5rem !important; }
.sp_pl70 { padding-left: 7rem !important; }
.sp_pl75 { padding-left: 7.5rem !important; }
.sp_pl80 { padding-left: 8rem !important; }
.sp_pl85 { padding-left: 8.5rem !important; }
.sp_pl90 { padding-left: 9rem !important; }
.sp_pl95 { padding-left: 9.5rem !important; }
.sp_pl100 { padding-left: 10rem !important; }
.sp_pb0 { padding-bottom: 0 !important; }
.sp_pbhem { padding-bottom: .5em !important; }
.sp_pb1em { padding-bottom: 1em !important; }
.sp_pb1hem { padding-bottom: 1.5em !important; }
.sp_pb2em { padding-bottom: 2em !important; }
.sp_pb2hem { padding-bottom: 2.5em !important; }
.sp_pb3em { padding-bottom: 3em !important; }
.sp_pb3hem { padding-bottom: 3.5em !important; }
.sp_pb4em { padding-bottom: 4em !important; }
.sp_pb4hem { padding-bottom: 4.5em !important; }
.sp_pb5em { padding-bottom: 5em !important; }
.sp_pb5 { padding-bottom: 0.5rem !important; }
.sp_pb10 { padding-bottom: 1rem !important; }
.sp_pb15 { padding-bottom: 1.5rem !important; }
.sp_pb20 { padding-bottom: 2rem !important; }
.sp_pb25 { padding-bottom: 2.5rem !important; }
.sp_pb30 { padding-bottom: 3rem !important; }
.sp_pb35 { padding-bottom: 3.5rem !important; }
.sp_pb40 { padding-bottom: 4rem !important; }
.sp_pb45 { padding-bottom: 4.5rem !important; }
.sp_pb50 { padding-bottom: 5rem !important; }
.sp_pb55 { padding-bottom: 5.5rem !important; }
.sp_pb60 { padding-bottom: 6rem !important; }
.sp_pb65 { padding-bottom: 6.5rem !important; }
.sp_pb70 { padding-bottom: 7rem !important; }
.sp_pb75 { padding-bottom: 7.5rem !important; }
.sp_pb80 { padding-bottom: 8rem !important; }
.sp_pb85 { padding-bottom: 8.5rem !important; }
.sp_pb90 { padding-bottom: 9rem !important; }
.sp_pb95 { padding-bottom: 9.5rem !important; }
.sp_pb100 { padding-bottom: 10rem !important; }
.sp_m0 { margin: 0 !important; }
.sp_mhem { margin: .5em !important; }
.sp_m1em { margin: 1em !important; }
.sp_m1hem { margin: 1.5em !important; }
.sp_m2em { margin: 2em !important; }
.sp_m2hem { margin: 2.5em !important; }
.sp_m3em { margin: 3em !important; }
.sp_m3hem { margin: 3.5em !important; }
.sp_m4em { margin: 4em !important; }
.sp_m4hem { margin: 4.5em !important; }
.sp_m5em { margin: 5em !important; }
.sp_m5 { margin: 0.5rem !important; }
.sp_m10 { margin: 1rem !important; }
.sp_m15 { margin: 1.5rem !important; }
.sp_m20 { margin: 2rem !important; }
.sp_m25 { margin: 2.5rem !important; }
.sp_m30 { margin: 3rem !important; }
.sp_m35 { margin: 3.5rem !important; }
.sp_m40 { margin: 4rem !important; }
.sp_m45 { margin: 4.5rem !important; }
.sp_m50 { margin: 5rem !important; }
.sp_m55 { margin: 5.5rem !important; }
.sp_m60 { margin: 6rem !important; }
.sp_m65 { margin: 6.5rem !important; }
.sp_m70 { margin: 7rem !important; }
.sp_m75 { margin: 7.5rem !important; }
.sp_m80 { margin: 8rem !important; }
.sp_m85 { margin: 8.5rem !important; }
.sp_m90 { margin: 9rem !important; }
.sp_m95 { margin: 9.5rem !important; }
.sp_m100 { margin: 10rem !important; }
body .sp_mt140 { margin-top: 14rem !important; }
.sp_mt0 { margin-top: 0 !important; }
.sp_mthem { margin-top: .5em !important; }
.sp_mt1em { margin-top: 1em !important; }
.sp_mt1hem { margin-top: 1.5em !important; }
.sp_mt2em { margin-top: 2em !important; }
.sp_mt2hem { margin-top: 2.5em !important; }
.sp_mt3em { margin-top: 3em !important; }
.sp_mt3hem { margin-top: 3.5em !important; }
.sp_mt4em { margin-top: 4em !important; }
.sp_mt4hem { margin-top: 4.5em !important; }
.sp_mt5em { margin-top: 5em !important; }
.sp_mt5 { margin-top: 0.5rem !important; }
.sp_mt10 { margin-top: 1rem !important; }
.sp_mt15 { margin-top: 1.5rem !important; }
.sp_mt20 { margin-top: 2rem !important; }
.sp_mt25 { margin-top: 2.5rem !important; }
.sp_mt30 { margin-top: 3rem !important; }
.sp_mt35 { margin-top: 3.5rem !important; }
.sp_mt40 { margin-top: 4rem !important; }
.sp_mt45 { margin-top: 4.5rem !important; }
.sp_mt50 { margin-top: 5rem !important; }
.sp_mt55 { margin-top: 5.5rem !important; }
.sp_mt60 { margin-top: 6rem !important; }
.sp_mt65 { margin-top: 6.5rem !important; }
.sp_mt70 { margin-top: 7rem !important; }
.sp_mt75 { margin-top: 7.5rem !important; }
.sp_mt80 { margin-top: 8rem !important; }
.sp_mt85 { margin-top: 8.5rem !important; }
.sp_mt90 { margin-top: 9rem !important; }
.sp_mt95 { margin-top: 9.5rem !important; }
.sp_mt100 { margin-top: 10rem !important; }
.sp_mr0 { margin-right: 0 !important; }
.sp_mrhem { margin-right: .5em !important; }
.sp_mr1em { margin-right: 1em !important; }
.sp_mr1hem { margin-right: 1.5em !important; }
.sp_mr2em { margin-right: 2em !important; }
.sp_mr2hem { margin-right: 2.5em !important; }
.sp_mr3em { margin-right: 3em !important; }
.sp_mr3hem { margin-right: 3.5em !important; }
.sp_mr4em { margin-right: 4em !important; }
.sp_mr4hem { margin-right: 4.5em !important; }
.sp_mr5em { margin-right: 5em !important; }
.sp_mr5 { margin-right: 0.5rem !important; }
.sp_mr10 { margin-right: 1rem !important; }
.sp_mr15 { margin-right: 1.5rem !important; }
.sp_mr20 { margin-right: 2rem !important; }
.sp_mr25 { margin-right: 2.5rem !important; }
.sp_mr30 { margin-right: 3rem !important; }
.sp_mr35 { margin-right: 3.5rem !important; }
.sp_mr40 { margin-right: 4rem !important; }
.sp_mr45 { margin-right: 4.5rem !important; }
.sp_mr50 { margin-right: 5rem !important; }
.sp_mr55 { margin-right: 5.5rem !important; }
.sp_mr60 { margin-right: 6rem !important; }
.sp_mr65 { margin-right: 6.5rem !important; }
.sp_mr70 { margin-right: 7rem !important; }
.sp_mr75 { margin-right: 7.5rem !important; }
.sp_mr80 { margin-right: 8rem !important; }
.sp_mr85 { margin-right: 8.5rem !important; }
.sp_mr90 { margin-right: 9rem !important; }
.sp_mr95 { margin-right: 9.5rem !important; }
.sp_mr100 { margin-right: 10rem !important; }
.sp_ml0 { margin-left: 0 !important; }
.sp_mlhem { margin-left: .5em !important; }
.sp_ml1em { margin-left: 1em !important; }
.sp_ml1hem { margin-left: 1.5em !important; }
.sp_ml2em { margin-left: 2em !important; }
.sp_ml2hem { margin-left: 2.5em !important; }
.sp_ml3em { margin-left: 3em !important; }
.sp_ml3hem { margin-left: 3.5em !important; }
.sp_ml4em { margin-left: 4em !important; }
.sp_ml4hem { margin-left: 4.5em !important; }
.sp_ml5em { margin-left: 5em !important; }
.sp_ml5 { margin-left: 0.5rem !important; }
.sp_ml10 { margin-left: 1rem !important; }
.sp_ml15 { margin-left: 1.5rem !important; }
.sp_ml20 { margin-left: 2rem !important; }
.sp_ml25 { margin-left: 2.5rem !important; }
.sp_ml30 { margin-left: 3rem !important; }
.sp_ml35 { margin-left: 3.5rem !important; }
.sp_ml40 { margin-left: 4rem !important; }
.sp_ml45 { margin-left: 4.5rem !important; }
.sp_ml50 { margin-left: 5rem !important; }
.sp_ml55 { margin-left: 5.5rem !important; }
.sp_ml60 { margin-left: 6rem !important; }
.sp_ml65 { margin-left: 6.5rem !important; }
.sp_ml70 { margin-left: 7rem !important; }
.sp_ml75 { margin-left: 7.5rem !important; }
.sp_ml80 { margin-left: 8rem !important; }
.sp_ml85 { margin-left: 8.5rem !important; }
.sp_ml90 { margin-left: 9rem !important; }
.sp_ml95 { margin-left: 9.5rem !important; }
.sp_ml100 { margin-left: 10rem !important; }
.sp_mb0 { margin-bottom: 0 !important; }
.sp_mbhem { margin-bottom: .5em !important; }
.sp_mb1em { margin-bottom: 1em !important; }
.sp_mb1hem { margin-bottom: 1.5em !important; }
.sp_mb2em { margin-bottom: 2em !important; }
.sp_mb2hem { margin-bottom: 2.5em !important; }
.sp_mb3em { margin-bottom: 3em !important; }
.sp_mb3hem { margin-bottom: 3.5em !important; }
.sp_mb4em { margin-bottom: 4em !important; }
.sp_mb4hem { margin-bottom: 4.5em !important; }
.sp_mb5em { margin-bottom: 5em !important; }
.sp_mb5 { margin-bottom: 0.5rem !important; }
.sp_mb10 { margin-bottom: 1rem !important; }
.sp_mb15 { margin-bottom: 1.5rem !important; }
.sp_mb20 { margin-bottom: 2rem !important; }
.sp_mb25 { margin-bottom: 2.5rem !important; }
.sp_mb30 { margin-bottom: 3rem !important; }
.sp_mb35 { margin-bottom: 3.5rem !important; }
.sp_mb40 { margin-bottom: 4rem !important; }
.sp_mb45 { margin-bottom: 4.5rem !important; }
.sp_mb50 { margin-bottom: 5rem !important; }
.sp_mb55 { margin-bottom: 5.5rem !important; }
.sp_mb60 { margin-bottom: 6rem !important; }
.sp_mb65 { margin-bottom: 6.5rem !important; }
.sp_mb70 { margin-bottom: 7rem !important; }
.sp_mb75 { margin-bottom: 7.5rem !important; }
.sp_mb80 { margin-bottom: 8rem !important; }
.sp_mb85 { margin-bottom: 8.5rem !important; }
.sp_mb90 { margin-bottom: 9rem !important; }
.sp_mb95 { margin-bottom: 9.5rem !important; }
.sp_mb100 { margin-bottom: 10rem !important; }
.sp_mb140 { margin-bottom: 14rem !important; }
}