@charset "UTF-8";
/* 背景動画エリア */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#video-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#video-area video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.main_01 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.about_us {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 129px;
}
@media screen and (max-width: 480px) {
  .about_us {
    width: 335px;
    margin: 0 auto;
    padding-top: 0;
  }
}

.about_us_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 95px;
}
@media screen and (max-width: 1100px) {
  .about_us_container {
    flex-direction: column;
    align-items: center;
  }
}

.about_us_box .t_img_01 {
  width: 472px;
  display: block;
  padding-top: 72px;
}
.about_us_box p {
  line-height: 2.6;
  padding: 32px 0 63px 0;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .about_us_box p {
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.t_news {
  margin-top: 135px;
  background: #fff;
}

.t_news_container {
  display: flex;
  position: relative;
  gap: 224px;
}
@media screen and (max-width: 1100px) {
  .t_news_container {
    flex-direction: column;
    width: 685px;
    margin: 0 auto;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .t_news_container {
    width: 335px;
  }
}

.news-slider-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-slider {
  display: flex;
  gap: 57px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 12px 0;
}

.news-item {
  flex: 0 0 394px;
  scroll-snap-align: start;
}

.news-thumb {
  width: 100%;
  height: auto;
  max-width: 394px;
  max-height: 275px;
  overflow: hidden;
  background: #eee;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ぴったりはめる！ */
}

.news-date {
  font-size: 18px;
  margin-top: 22px;
}
@media screen and (max-width: 480px) {
  .news-date {
    font-size: 16px;
  }
}

.news-title {
  font-weight: 500;
  font-size: 19px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 480px) {
  .news-title {
    font-size: 16px;
  }
}

/* スライドボタン */
.news-prev, .news-next, .slider-prev, .slider-next, .news-p_prev, .news-p_next {
  position: absolute;
  background: #fff;
  border: 1px solid #333;
  border-radius: 16px;
  padding: 11px 28px;
  cursor: pointer;
  z-index: 1;
  bottom: 7px;
}
@media screen and (max-width: 1100px) {
  .news-prev, .news-next, .slider-prev, .slider-next, .news-p_prev, .news-p_next {
    bottom: -20%;
  }
}

.news-prev {
  left: 414px;
}
@media screen and (max-width: 1100px) {
  .news-prev {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .news-prev {
    left: 10%;
  }
}

.news-next {
  left: 523px;
}
@media screen and (max-width: 1100px) {
  .news-next {
    left: 109px;
  }
}
@media screen and (max-width: 480px) {
  .news-next {
    left: 55%;
  }
}

.news_arrow {
  width: 25px;
}
.news_arrow__l {
  transform: rotate(180deg);
}

.t_business {
  margin-top: 120px;
  padding: 136px 0 117px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .t_business {
    margin-top: 200px;
    padding: 100px;
  }
}
@media screen and (max-width: 480px) {
  .t_business {
    padding: 80px 0;
  }
}

.t_business_wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .t_business_wrapper {
    width: 685px;
  }
}
@media screen and (max-width: 768px) {
  .t_business_wrapper {
    width: 335px;
  }
}

.feature-section {
  display: flex;
  flex-direction: column;
  gap: 43px;
  max-width: 1100px;
  padding: 63px 0 0 0;
}
@media screen and (max-width: 768px) {
  .feature-section {
    max-width: 335px;
    padding: 0;
  }
}

.feature-item {
  display: grid;
  grid-template-columns: 87px 132px 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .feature-item {
    grid-template-columns: 1fr;
  }
}
.feature-item__02 {
  grid-template-columns: 58px 163px 1fr;
}
@media screen and (max-width: 768px) {
  .feature-item__02 {
    grid-template-columns: 1fr;
  }
}

.feature-number {
  font-size: 25px;
  font-weight: 800;
  color: #ec6c00;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .feature-number {
    font-size: 20px;
  }
}

.feature-title h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .feature-title h4 {
    font-size: 20px;
    margin-top: 10px;
  }
}
.feature-title p {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #ec6c00;
}
@media screen and (max-width: 768px) {
  .feature-title p {
    margin: 10px 0 10px 0;
  }
}
.feature-title__02 p {
  margin: 15px 0 0 26px;
}
@media screen and (max-width: 768px) {
  .feature-title__02 p {
    margin: 10px 0 10px 0;
  }
}

.b_sec_01 {
  margin-top: 236px;
}
@media screen and (max-width: 768px) {
  .b_sec_01 {
    margin-top: 200px;
  }
}

.b_box__01 {
  width: 1282px;
  margin-right: -182px;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1500px) {
  .b_box__01 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .b_box__01 {
    flex-direction: column;
    gap: 50px;
  }
}
.b_box__01 .b_img_box .b_img_01 {
  width: 472px;
}

.b_sec_02 {
  margin-top: 128px;
  display: flex;
  flex-direction: column;
  gap: 88px;
}
@media screen and (max-width: 768px) {
  .b_sec_02 {
    margin-top: 100px;
    gap: 60px;
  }
}

.b_box__02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .b_box__02 {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
}
@media screen and (max-width: 480px) {
  .b_box__02 {
    gap: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .b_box__02 .b_img_box {
    order: 2;
  }
}
.b_box__02 .b_text_box {
  width: 595px;
}
@media screen and (max-width: 1200px) {
  .b_box__02 .b_text_box {
    width: 439px;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .b_box__02 .b_text_box {
    width: 336px;
    order: 1;
  }
}

.b_sec_03 {
  margin-top: 134px;
  padding: 88px 0 12px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .b_sec_03 {
    margin-top: 100px;
    padding: 60px 0 12px;
  }
}

.b_sec_03_container {
  margin-top: 66px;
}
.b_sec_03_container .b_sec_03_box {
  max-width: 1065px;
  padding: 0 20px;
  margin: 126px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .b_sec_03_container .b_sec_03_box {
    margin: 50px auto;
    padding: 0;
  }
}
.b_sec_03_container .b_sec_03_box .b_support {
  width: 1025px;
}
.b_sec_03_container .b_sec_03_box .text_02 {
  margin-top: 28px;
  display: inline-block;
  color: #ec6c00;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .b_sec_03_container .b_sec_03_box .text_02 {
    font-size: 16px;
    margin-top: 40px;
  }
}

.circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 左右の小円を中央の円に少し重ねる */
}
@media screen and (max-width: 768px) {
  .circle-container {
    flex-direction: column;
    margin-left: 0;
  }
}
.circle-container .circle + .circle {
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .circle-container .circle + .circle {
    margin: -10px 0;
  }
}

.circle {
  position: relative;
  width: 304px;
  height: 304px;
  padding: 80px 24px 0;
  border: 3px solid #f7931e;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .circle {
    width: 243.2px;
    height: 243.2px;
    padding: 64px 19.2px 0;
  }
}
@media screen and (max-width: 768px) {
  .circle {
    padding: 56px 19px 0;
  }
}
.circle--large {
  width: 420px;
  height: 420px;
  background: #fff;
  z-index: 1;
  padding: 48px 32px;
}
@media screen and (max-width: 1200px) {
  .circle--large {
    width: 336px;
    height: 336px;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .circle--large {
    padding: 30px;
  }
}
.circle--large .circle__image--top {
  position: absolute;
  top: -11%;
  left: 50%;
  transform: translateX(-50%);
  width: 211px;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .circle--large .circle__image--top {
    width: 168px;
  }
}
@media screen and (max-width: 768px) {
  .circle--large .circle__image--top {
    display: none;
  }
}
.circle--large .circle__image--large {
  width: 99px;
  height: 103px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .circle--large .circle__image--large {
    width: 79px;
    margin-bottom: 10px;
  }
}
.circle--large .circle__staff {
  position: absolute;
  top: 42%;
  right: 40px;
  width: 85px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .circle--large .circle__staff {
    width: 68px;
    top: 27%;
    right: 45px;
  }
}
.circle .circle__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .circle .circle__title {
    margin: 0 0 5px;
    font-size: 20px;
  }
}
.circle .circle__title__02 {
  margin: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .circle .circle__title__02 {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .circle .circle__title__02 {
    margin: 0 0 10px;
  }
}
.circle .circle__title__03 {
  margin: 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .circle .circle__title__03 {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .circle .circle__title__03 {
    margin: 0 0 15px;
  }
}
.circle .circle__list-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.circle .circle__list li {
  margin: 6px 0;
  color: #ec6c00;
}
@media screen and (max-width: 1200px) {
  .circle .circle__list li {
    font-size: 14px;
  }
}

.circle--large-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b_sec_04 {
  margin-top: 99px;
}

.b_sec_04_container {
  margin-top: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 118px;
}

.b_sec_04_box {
  width: 491px;
}
.b_sec_04_box .b_sec_04_item__01 {
  display: flex;
  gap: 79px;
}
@media screen and (max-width: 768px) {
  .b_sec_04_box .b_sec_04_item__01 {
    gap: 15px;
  }
}
.b_sec_04_box .b_sec_04_item__02 {
  margin-top: 22px;
}
.b_sec_04_box p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .b_sec_04_box p {
    font-size: 16px;
  }
}

.b_sec_05 {
  max-width: 1450px;
  margin: 137px auto 0;
  padding: 16px 0;
  border-top: 7px #ec6c00 solid;
  border-bottom: 7px #ec6c00 solid;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .b_sec_05 {
    margin: 100px auto 0;
  }
}
.b_sec_05 .border {
  border-top: 1px #ec6c00 solid;
  border-bottom: 1px #ec6c00 solid;
  overflow: hidden;
}

.m_84 {
  margin: 84px 0 51px 0;
}

.b_sec_05_text {
  margin-top: 20px;
  font-size: 17px;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .b_sec_05_text {
    font-size: 16px;
  }
}

.b_sec_05_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .b_sec_05_container {
    flex-direction: column;
    gap: 30px;
  }
}

.step_number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.step_number .step_o {
  font-size: 30px;
  color: #ec6c00;
}

.b_sec_05_item {
  width: 287px;
}
@media screen and (max-width: 768px) {
  .b_sec_05_item {
    width: 336px;
  }
}

.b_sec_05_item__02 {
  width: 336px;
}

.orange_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 297px;
}
.orange_box__01 {
  background-color: #ecccb1;
}
.orange_box__01 .orange_box_img__01 {
  width: 102px;
}
.orange_box__02 {
  background-color: #ecac76;
}
.orange_box__02 .orange_box_img__02 {
  width: 228px;
}
.orange_box__03 {
  background-color: #ec6c00;
}
.orange_box__03 .orange_box_img__03 {
  width: 180px;
}

.orange_box_text {
  color: #fff;
  font-size: 20px;
}
.orange_box_text__01 {
  margin-top: 25px;
}
.orange_box_text__02 {
  margin-bottom: 35px;
}

.b_sec_05_item__arrow_box {
  width: 29px;
  height: auto;
}
.b_sec_05_item__arrow_box .b_sec_05_item__arrow {
  width: 29px;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .b_sec_05_item__arrow_box .b_sec_05_item__arrow {
    transform: rotate(90deg);
    margin-top: 0;
  }
}

.b_sec_06 {
  position: relative;
  z-index: 10;
  background-color: #f7e2d2;
  margin: 142px 0 12px;
  padding: 117px 0 56px;
}
@media screen and (max-width: 768px) {
  .b_sec_06 {
    margin: 100px 0 0 0;
    padding: 80px 0 19px;
  }
}

.b_sec_06_container {
  width: 1000px;
  margin: 61px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .b_sec_06_container {
    width: 600px;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .b_sec_06_container {
    width: 336px;
  }
}

.b_sec_06_box {
  flex: 226px 354px 301px;
  line-height: 1.87;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .b_sec_06_box {
    font-size: 15px;
  }
}

.sec_o6_text {
  font-size: 28px;
  font-weight: 500;
  color: #ec6c00;
  margin-top: 39px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec_o6_text {
    font-size: 20px;
  }
}

.sec_06_img_box .sec_06_map {
  position: absolute;
  width: 657px;
  right: 3%;
  top: 12%;
  z-index: -10;
}

.co_sec_01 {
  margin: 260px auto 180px;
}
@media screen and (max-width: 768px) {
  .co_sec_01 {
    margin: 180px auto 100px;
  }
}

.co_sec_01__container {
  position: relative;
  margin-top: 42px;
}

.co_sec_01__box__01 {
  width: 778px;
}
@media screen and (max-width: 1200px) {
  .co_sec_01__box__01 {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .co_sec_01__box__01 {
    width: 335px;
  }
}
.co_sec_01__box__01 .co_sec_01_text_box {
  line-height: 2.1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .co_sec_01__box__01 .co_sec_01_text_box {
    line-height: 1.8;
  }
}

@media screen and (max-width: 1200px) {
  .co_sec_01__box__02 {
    margin-top: 270px;
  }
}
@media screen and (max-width: 768px) {
  .co_sec_01__box__02 {
    margin-top: 370px;
  }
}
.co_sec_01__box__02 h4 {
  margin-top: 60px;
  color: #ec6c00;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .co_sec_01__box__02 h4 {
    font-size: 20px;
  }
}
.co_sec_01__box__02 p {
  margin-top: 20px;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .co_sec_01__box__02 p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.co_sec_01__box__02 span {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .co_sec_01__box__02 span {
    font-size: 16px;
  }
}

.co_sec_01__box__03 {
  position: absolute;
  top: 17%;
  right: 0;
  width: 243px;
}
@media screen and (max-width: 1200px) {
  .co_sec_01__box__03 {
    top: 54%;
  }
}
@media screen and (max-width: 768px) {
  .co_sec_01__box__03 {
    top: 56%;
    left: 0;
  }
}

.co_sec_02 {
  background-color: #f2f2f2;
  padding: 112px 0 150px;
}
@media screen and (max-width: 768px) {
  .co_sec_02 {
    padding: 80px 0;
  }
}

.info_container {
  margin-top: 112px;
  border-top: #ec6c00 3px solid;
  border-bottom: #ec6c00 3px solid;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .info_container {
    margin-top: 80px;
    font-size: 16px;
  }
}

.info_box {
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: #717071 1px solid;
  padding: 18px 0;
}
@media screen and (max-width: 1200px) {
  .info_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .info_box {
    gap: 10px;
  }
}
.info_box dt {
  margin-left: 52px;
  width: 184px;
  color: #ec6c00;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .info_box dt {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info_box dt {
    margin-left: 10px;
  }
}
.info_box dd {
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .info_box dd {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info_box dd {
    margin-left: 10px;
  }
}
.info_box dd span {
  display: block;
  font-weight: 500;
}

.co_sec_03 {
  margin-top: 100px;
}

.history-section {
  margin-top: 90px;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 1200px) {
  .history-section {
    flex-direction: column;
  }
}

.history-img-box {
  display: flex;
  flex-direction: column;
  gap: 123px;
}
@media screen and (max-width: 1200px) {
  .history-img-box {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    order: 2;
  }
}

@media screen and (max-width: 1200px) {
  .history-item-box {
    order: 1;
  }
}
.history-item-box .history-table {
  width: 768px;
}

.timeline {
  max-width: 775px;
  display: grid;
  row-gap: 32px;
}
.timeline .timeline__row {
  display: grid;
  grid-template-columns: 80px 26px 68px 1fr;
  position: relative;
}
@media screen and (max-width: 768px) {
  .timeline .timeline__row {
    grid-template-columns: 60px 26px 50px 1fr;
  }
}
.timeline .timeline__year {
  font-size: 27px;
  color: #808080;
  font-weight: bold;
  text-align: center;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .timeline .timeline__year {
    font-size: 20px;
  }
}
.timeline .timeline__month {
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .timeline .timeline__month {
    font-size: 14px;
  }
}
.timeline .timeline__text {
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .timeline .timeline__text {
    font-size: 14px;
  }
}
.timeline .timeline__icon {
  position: relative;
  width: 11px;
  height: 11px;
  margin: 0 auto;
  margin-top: 8px;
}
.timeline .timeline__icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .timeline .timeline__icon {
    margin-top: 4px;
  }
}
.timeline .timeline__icon::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 2px;
  height: calc(100% + 60px);
  background: #f7931e;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .timeline .timeline__icon__02::before {
    height: calc(100% + 60px);
  }
}
@media screen and (max-width: 1200px) {
  .timeline .timeline__icon__03::before {
    height: calc(100% + 70px);
  }
}
@media screen and (max-width: 768px) {
  .timeline .timeline__icon__03::before {
    height: calc(100% + 75px);
  }
}
@media screen and (max-width: 768px) {
  .timeline .timeline__icon__04::before {
    height: calc(100% + 70px);
  }
}
.timeline .timeline__text {
  margin-top: -5px;
  padding-left: 8px;
  line-height: 1.6;
}

.timeline__row:last-child .timeline__icon::before {
  height: calc(100% + 30px);
  background: #f4b382;
}

.co_sec_04 {
  margin-top: 132px;
  padding: 76px 0 156px 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .co_sec_04 {
    margin-top: 100px;
    padding: 80px 0;
  }
}

.co_sec_04_container {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 117px;
}
@media screen and (max-width: 1200px) {
  .co_sec_04_container {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co_sec_04_container {
    gap: 50px;
  }
}

.co_sec_04_box h3 {
  font-size: 28px;
  color: #ec6c00;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .co_sec_04_box h3 {
    font-size: 16px;
  }
}
.co_sec_04_box p {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .co_sec_04_box p {
    font-size: 16px;
  }
}
.co_sec_04_box .co_map {
  margin-top: 28px;
}
.co_sec_04_box .co_map .co_map_img {
  width: 436px;
  height: 436px;
}
@media screen and (max-width: 768px) {
  .co_sec_04_box .co_map .co_map_img {
    width: 335px;
    height: 335px;
  }
}

.w_sec_01 {
  margin-top: 270px;
}
@media screen and (max-width: 768px) {
  .w_sec_01 {
    margin-top: 170px;
  }
}

.w_sec_01_container {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .w_sec_01_container {
    margin-top: 30px;
  }
}

.w_sec_01_box {
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .w_sec_01_box {
    flex-direction: column;
  }
}

.w_img {
  width: 100%;
  height: auto;
  max-width: 552px;
}
@media screen and (max-width: 1200px) {
  .w_img {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .w_img {
    max-width: 335px;
  }
}

.w_sec_02 {
  background-color: #f2f2f2;
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .w_sec_02 {
    margin-top: -250px;
  }
}

.w_sec_02_container {
  padding: 221px 0 127px 0;
}
@media screen and (max-width: 768px) {
  .w_sec_02_container {
    padding: 350px 0 127px 0;
  }
}

.category-list {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 156px;
}
@media screen and (max-width: 768px) {
  .category-list {
    margin-top: 50px;
    gap: 50px;
  }
}

.category {
  display: flex;
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .category {
    flex-direction: column;
    gap: 5px;
  }
}

.category_box {
  display: flex;
  gap: 50px;
}
.category_box .category_item__01 {
  width: 331px;
}
@media screen and (max-width: 1200px) {
  .category_box {
    flex-direction: column;
    gap: 0;
  }
}

.ca_ta {
  width: 190px;
  color: #f27d00;
  font-size: 26px;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.ca_ta__01 {
  letter-spacing: -0.09em;
}
@media screen and (max-width: 768px) {
  .ca_ta {
    font-size: 18px;
  }
}

.category li::before {
  content: "・";
  margin-right: 0.3em;
  color: #ec6c00;
}

.category li {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .category li {
    font-size: 16px;
  }
}

.r_sec_01 {
  margin-top: 133px;
}
@media screen and (max-width: 768px) {
  .r_sec_01 {
    margin-top: 60px;
  }
}

.r_src_01_container__01 {
  display: grid;
}
@media screen and (min-width: 1201px) {
  .r_src_01_container__01 {
    grid-template-columns: 430px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .r_src_01_container__01 .r_sec_01_box_01 {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .r_src_01_container__01 .s_subtitle_box,
  .r_src_01_container__01 .r_text_box {
    grid-column: 2;
  }
  .r_src_01_container__01 .s_subtitle_box {
    grid-row: 1;
  }
  .r_src_01_container__01 .r_text_box {
    grid-row: 2;
    margin-top: 57px;
  }
}
@media screen and (max-width: 1200px) {
  .r_src_01_container__01 {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .r_src_01_container__01 .s_subtitle_box {
    order: initial;
    grid-row: 1;
  }
  .r_src_01_container__01 .r_sec_01_box_01 {
    grid-row: 2;
  }
  .r_src_01_container__01 .r_text_box {
    grid-row: 3;
  }
}

.r_sec_01_box_01 {
  width: 100%;
  max-width: 430px;
}
.r_sec_01_box_01 .r_img_01 {
  width: 100%;
  max-width: 430px;
}

.r_sec_01_box_02 {
  width: 100%;
  max-width: 630px;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .r_sec_01_box_02 {
    max-width: 580px;
  }
}
@media screen and (max-width: 768px) {
  .r_sec_01_box_02 {
    max-width: 335px;
  }
}

.r_text_box {
  margin-top: 57px;
  line-height: 2.1;
}
@media screen and (max-width: 1200px) {
  .r_text_box {
    margin-top: 0;
    width: 100%;
    max-width: 580px;
  }
}
@media screen and (max-width: 768px) {
  .r_text_box {
    max-width: 335px;
  }
}

.r_src_01_container__02 {
  margin-top: 94px;
}
.r_src_01_container__02 .speech-bubble {
  width: 100%;
  max-width: 689px;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .r_src_01_container__02 .speech-bubble {
    padding: 20px 0;
  }
}
.r_src_01_container__02 .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 32px 26px 0;
  border-style: solid;
  border-color: #f2f2f2 transparent transparent transparent;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .r_src_01_container__02 .speech-bubble::after {
    bottom: -16px;
  }
}
.r_src_01_container__02 h4 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .r_src_01_container__02 h4 {
    font-size: 20px;
  }
}

.r_sec_box_03 {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .r_sec_box_03 {
    margin-top: 80px;
    flex-wrap: wrap;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .r_sec_box_03 {
    margin-top: 20px;
    gap: 50px;
    justify-content: center;
  }
}

.r_sec_box_item {
  width: 254px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.r_sec_box_item h5 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.68;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .r_sec_box_item h5 {
    font-size: 20px;
  }
}
.r_sec_box_item p {
  margin-top: 19px;
  width: 208px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .r_sec_box_item p {
    width: 335px;
  }
}

.r_sec_box_item_img_box {
  width: 175px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .r_sec_box_item_img_box {
    width: auto;
  }
}
.r_sec_box_item_img_box .r_img_03 {
  width: 131px;
  margin: 24px 0 auto;
}
.r_sec_box_item_img_box .r_img_04 {
  width: 112px;
  margin: 12px 0 0 0;
}
.r_sec_box_item_img_box .r_img_05 {
  width: 165px;
  margin: 26px 0 0 0;
}
.r_sec_box_item_img_box .r_img_06 {
  width: 119px;
  margin: 28px auto 0;
}

.r_sec_02 {
  margin-top: 91px;
  padding: 45px 0;
  background-color: #f2f2f2;
}

.r_sec_02_title {
  width: 100%;
  max-width: 505px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .r_sec_02_title {
    max-width: 280px;
  }
}
.r_sec_02_title .r_img_07 {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 768px) {
  .r_sec_02_title .r_img_07 {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .r_sec_02_title h3 {
    text-align: center;
  }
}

.r_sec_02_title__img_box {
  position: relative;
  width: 100%;
  max-width: 1089px;
  height: 380px;
}
@media screen and (max-width: 1200px) {
  .r_sec_02_title__img_box {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .r_sec_02_title__img_box {
    max-width: 335px;
  }
}
.r_sec_02_title__img_box .r_img_08 {
  width: 100%;
  max-width: 1089px;
  position: absolute;
  top: -120px;
  right: -161px;
}
@media screen and (max-width: 1200px) {
  .r_sec_02_title__img_box .r_img_08 {
    max-width: 600px;
    top: 30px;
    right: 40%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 768px) {
  .r_sec_02_title__img_box .r_img_08 {
    max-width: 335px;
    height: 140px;
    right: 50%;
    margin: 0 auto 100px;
  }
}

.r_sec_02_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .r_sec_02_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
}
.r_sec_02_box__01 {
  margin-top: -24px;
}
@media screen and (max-width: 768px) {
  .r_sec_02_box__01 {
    margin-top: -80px;
  }
}
.r_sec_02_box__03 {
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .r_sec_02_box__03 {
    gap: 100px;
  }
}

.r_sec_02_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r_sec_02_item h4 {
  font-size: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .r_sec_02_item h4 {
    font-size: 22px;
  }
}
.r_sec_02_item p {
  max-width: 320px;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .r_sec_02_item p {
    max-width: 335px;
  }
}
.r_sec_02_item .img_box {
  max-width: 335px;
  height: auto;
}

.img_box__02 {
  width: 76px;
  height: 102px;
  position: absolute;
  top: -60px;
  right: -12px;
}
@media screen and (max-width: 1200px) {
  .img_box__02 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .img_box__02 {
    width: 68px;
  }
}

.r_sec_02_box__02 {
  margin: 32px 0 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .r_sec_02_box__02 {
    margin: 50px 0 150px 0;
  }
}
.r_sec_02_box__02 h5 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .r_sec_02_box__02 h5 {
    font-size: 23px;
  }
}
.r_sec_02_box__02 h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 96%;
  background-color: #ec6c00;
}

.r_sec_02_bottom {
  display: block;
  margin: 80px 0 23px 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 2;
}

.r_sec_03 {
  padding: 100px 0;
}

.r_sec_03_video_box {
  max-width: 1100px;
  margin: 66px auto 122px;
}

.recruit-box {
  margin: 70px auto;
  width: 100%;
  font-size: 15px;
}

.recruit-row {
  display: flex;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 1200px) {
  .recruit-row {
    flex-direction: column;
    border-bottom: unset;
    margin-bottom: 50px;
  }
}

.recruit-title {
  width: 306px;
  padding: 15px;
  background-color: #f7931e;
  color: #fff;
  font-weight: 400;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .recruit-title {
    width: 100%;
  }
}

.recruit-detail {
  flex: 1;
  padding: 14px 33px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  line-height: 2;
  border-left: 5px solid #fff;
}
@media screen and (max-width: 1200px) {
  .recruit-detail {
    border-left: none;
    padding: 15px;
  }
}

.line_16 {
  line-height: 1.6;
}

.line_18 {
  line-height: 1.8;
}

.process-container {
  margin-top: 111px;
}

.r_img_14 {
  width: 1100px;
}

.process-img-box {
  margin: 50px 0 0 0;
}

.process-text-box {
  margin-top: 14px;
  line-height: 2.1;
}

.r_sec_04 {
  margin: 10px auto 200px;
}

.application-form, .application-form__02 {
  font-size: 20px;
  color: #2e2624;
}
@media screen and (max-width: 768px) {
  .application-form, .application-form__02 {
    font-size: 16px;
  }
}

.application-form {
  margin: 85px 0;
}
.application-form__02 {
  margin: 112px 0 0 0;
}

.application-form .form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .application-form .form-row {
    flex-direction: column;
  }
}

.label-box {
  display: flex;
  align-items: flex-start;
  width: 365px;
}
@media screen and (max-width: 1200px) {
  .label-box {
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
  }
}

.label {
  width: 183px;
  font-weight: bold;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .label__02 {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .label__03 {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .label__04 {
    width: 156px;
  }
}

.application-form .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7931e;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 103px;
  height: 37px;
  text-align: center;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .application-form .required {
    font-size: 14px;
    width: 70px;
    height: 28px;
  }
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 733px;
  padding: 16px;
  font-size: 16px;
  border: none;
  background-color: #f4f4f4;
  border-radius: 3px;
}
@media screen and (max-width: 1200px) {
  .application-form input,
  .application-form select,
  .application-form textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .application-form input,
  .application-form select,
  .application-form textarea {
    font-size: 14px;
  }
}

#age,
#gender,
#interview {
  width: 258px;
}

select {
  appearance: none; /* OSやブラウザのデフォルトUIを非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 258px; /* お好みの幅 */
  padding: 10px;
  font-size: 16px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-image: url("../img/recruit/table_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 22px;
}

textarea::-moz-placeholder {
  color: #b4b4b5;
  opacity: 1; /* Firefox対策。デフォルトは0.54など薄め */
}

textarea::placeholder {
  color: #b4b4b5;
  opacity: 1; /* Firefox対策。デフォルトは0.54など薄め */
}

.application-form textarea {
  height: 116px;
  resize: vertical;
}

.application-form__02 textarea {
  height: 260px;
  resize: vertical;
}

.recaptcha {
  justify-content: center;
  width: 100%;
}

.submit-btn {
  width: 372px;
  margin: 40px auto 0;
  background-color: #f7931e;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .submit-btn {
    width: 280px;
  }
}

.submit-btn:hover {
  background-color: #d85d00;
}

.re_sec_01 {
  margin-top: 264px;
}
@media screen and (max-width: 480px) {
  .re_sec_01 {
    margin-top: 180px;
  }
}

.sns_box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .sns_box {
    gap: 30px;
  }
}
.sns_box .f_icon, .sns_box .insta_icon {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .sns_box .f_icon, .sns_box .insta_icon {
    width: 50px;
  }
}

.re_sec_02 {
  margin-top: 170px;
  margin-bottom: 220px;
}
@media screen and (max-width: 480px) {
  .re_sec_02 {
    margin-top: 120px;
    margin-bottom: 150px;
  }
}

.custom-slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.custom-slider {
  display: flex;
  gap: 50px;
  transition: transform 0.6s ease;
  width: 5760px; /* スライド数に応じて調整 */
}
@media screen and (max-width: 768px) {
  .custom-slider {
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .custom-slider {
    gap: 0;
  }
}

.slider-item {
  flex: 0 0 528px;
  height: 415px;
}
@media screen and (max-width: 768px) {
  .slider-item {
    flex: 0 0 300px;
    height: 235px;
  }
}
@media screen and (max-width: 480px) {
  .slider-item {
    flex: 300px;
  }
}

.slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-controls {
  display: flex;
  justify-content: center;
  margin-top: 74px;
  position: relative;
  z-index: 10;
}

.slider-prev, .slider-next {
  position: unset;
}

.slider-prev {
  margin-right: 50px;
}

.news-archive {
  margin: 112px auto 155px;
}
@media screen and (max-width: 1200px) {
  .news-archive {
    margin: 100px auto;
  }
}
.news-archive .inner.container {
  display: flex;
  align-items: flex-start;
  gap: 102px;
}
@media screen and (max-width: 1200px) {
  .news-archive .inner.container {
    flex-direction: column;
  }
}
.news-archive .inner.container .main-content .news-p_list {
  display: flex;
  flex-direction: column;
  gap: 102px;
}
.news-archive .inner.container .main-content .news-p_list .news-p_item {
  width: 100%;
  max-width: 663px;
  border: 3px solid #dbdcdc;
  padding: 24px;
  background: #fff;
  position: relative;
}
.news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_title {
  font-size: 30px;
  font-weight: 500;
  margin: 17px 0;
}
@media screen and (max-width: 1200px) {
  .news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_title {
    font-size: 18px;
  }
}
.news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_meta {
  font-size: 14px;
  color: #3e3a39;
  margin-bottom: 16px;
}
.news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_meta time {
  margin-right: 12px;
}
.news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_thumbnail {
  margin: 80px 0 24px 0;
}
@media screen and (max-width: 768px) {
  .news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_thumbnail {
    margin: 24px 0;
  }
}
.news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_thumbnail img {
  width: 100%;
  max-width: 395px;
  height: auto;
  display: block;
}
.news-archive .inner.container .main-content .news-p_list .news-p_item .news-p_excerpt {
  line-height: 1.9;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-archive .inner.container .main-content .news-p_list .news-p_item .news_btn {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .news-archive .inner.container .main-content .news-p_list .news-p_item .news_btn {
    margin: 0 0 25px 0;
  }
}
.news-archive .inner.container .main-content .news-p_pagination {
  margin-top: 60px;
  display: flex;
  gap: 16px;
}
.news-archive .inner.container .main-content .news-p_pagination .news-p_prev, .news-archive .inner.container .main-content .news-p_pagination .news-p_next {
  position: unset;
}
.news-archive .inner.container .sidebar {
  width: 280px;
  margin-top: -4px;
}
@media screen and (max-width: 1200px) {
  .news-archive .inner.container .sidebar {
    width: 100%;
    margin-top: 40px;
  }
}
.news-archive .inner.container .sidebar .widget {
  margin-bottom: 40px;
}
.news-archive .inner.container .sidebar .widget .widget-title {
  font-size: 34px;
  font-weight: 500;
  color: #ec6c00;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .news-archive .inner.container .sidebar .widget .widget-title {
    font-size: 22px;
  }
}
.news-archive .inner.container .sidebar .widget .widget-subtitle {
  margin-bottom: 24px;
}
.news-archive .inner.container .sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-archive .inner.container .sidebar .widget ul li {
  margin-bottom: 10px;
}
.news-archive .inner.container .sidebar .widget ul li a:hover {
  text-decoration: underline;
}

.co-p_01 {
  margin: -15px auto 200px;
}
@media screen and (max-width: 768px) {
  .co-p_01 {
    margin: 100px auto 200px;
  }
}

.co-p_text {
  margin-top: 34px;
  line-height: 2;
  letter-spacing: 0;
}

.step-flow {
  display: flex;
  max-width: 1100px;
  margin: 50px auto 20px;
}
@media screen and (max-width: 1200px) {
  .step-flow {
    max-width: 600px;
    flex-direction: column;
    height: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .step-flow {
    height: 800px;
    max-width: 335px;
  }
}

.step {
  height: 280px;
  flex: 1;
  padding: 40px 20px;
  position: relative;
  color: #000;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .step {
    height: 350px;
  }
}
.step h4 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .step h4 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .step h4 {
    font-size: 25px;
  }
}
.step p {
  line-height: 2.1;
}
@media screen and (max-width: 1200px) {
  .step p {
    text-align: center;
  }
}
.step .step_text_bold {
  font-size: 35px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .step .step_text_bold {
    font-size: 25px;
  }
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -74px;
  width: 0;
  height: 0;
  border-top: 140px solid transparent;
  border-bottom: 140px solid transparent;
  border-left: 75px solid;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .step:not(:last-child)::after {
    display: none;
  }
}

.step:not(:last-child)::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .step:not(:last-child)::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: transparent;
    z-index: 1;
  }
}

.step1 {
  background: #fafafa;
}
.step1::after {
  border-left-color: #fafafa !important;
}
@media screen and (max-width: 1200px) {
  .step1::after {
    display: none;
  }
}
.step1::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .step1::before {
    display: block;
    background-color: #fafafa !important;
  }
}

.step2 {
  background: #cccccc;
}
.step2::after {
  border-left-color: #cccccc !important;
}
@media screen and (max-width: 1200px) {
  .step2::after {
    display: none;
  }
}
.step2::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .step2::before {
    display: block;
    background-color: #cccccc !important;
  }
}

.step3 {
  background: #b3b3b3;
}
.step3::after {
  border-left-color: #b3b3b3 !important;
}
@media screen and (max-width: 1200px) {
  .step3::after {
    display: none;
  }
}
.step3::before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .step3::before {
    display: block;
    background-color: #b3b3b3 !important;
  }
}

.step4 {
  background: #888;
}

.step-textbox {
  width: 100%;
  position: absolute;
  left: 25%;
}
@media screen and (max-width: 1200px) {
  .step-textbox {
    left: 50%;
    transform: translateX(-50%);
  }
}
.step-textbox__02 {
  left: 38%;
}
@media screen and (max-width: 1200px) {
  .step-textbox__02 {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .step-textbox__02 {
    top: 35%;
  }
}/*# sourceMappingURL=style.css.map */