@charset "UTF-8";
/*------------- メインビジュアル -------------*/
.p-slider {
  gap: 3rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: 12rem;
  /* Dots */
}
.p-slider .slick-dots {
  position: absolute;
  bottom: 3rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.p-slider .slick-dots .slick-active button {
  background: #073190;
}
.p-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.p-slider .slick-dots li button {
  border: 0;
  background: #92a7d3;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 50%;
}
.p-slider .slick-dots li button:hover {
  outline: none;
  background: #073190;
}

.p-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-slider {
    margin-top: 17.3333333333vw;
    gap: 8vw;
    /* Dots */
  }
  .p-slider .slick-dots {
    bottom: 2.6666666667vw;
  }
  .p-slider .slick-dots li {
    height: 3.2vw;
    width: 3.2vw;
    margin: 0 1.3333333333vw;
  }
  .p-slider .slick-dots li button {
    height: 3.2vw;
    width: 3.2vw;
    padding: 1.3333333333vw;
  }
}
/*------------- ニュース -------------*/
.p-news {
  padding: 8rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  max-width: 100rem;
  margin: 0 auto;
}

.p-news-inner {
  width: 10rem;
}

.p-news-list {
  width: 83.5rem;
}

.p-news-item {
  display: grid;
  -webkit-align-items: center;
  align-items: center;
  grid-template-columns: 9rem 10.8rem 1fr;
  grid-template-rows: repeat(2, 0.8rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #DFDFDF;
  padding: 1rem 0 1.5rem;
  color: #303030;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 1.5rem;
  position: relative;
}
.p-news-item::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../../images/common/icn_arrow_right.svg) no-repeat left top;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.p-news-date {
  font-size: 1.5rem;
  line-height: 1.9333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: inline-block;
  color: #303030;
  grid-area: 1/1/3/2;
}

.p-news-category {
  display: inline-block;
  background: #fff;
  color: #005ED2;
  border: 1px solid #005ED2;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  line-height: 1.9333333333;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  grid-area: 1/2/3/3;
}

.p-news-txt {
  grid-area: 1/3/3/4;
}

@media screen and (max-width: 767px) {
  .p-news {
    padding: 0 0 10.6666666667vw;
    gap: 0;
    flex-direction: column;
  }
  .p-news-inner {
    width: 100%;
    position: relative;
  }
  .p-news-more {
    position: absolute;
    top: 10.6666666667vw;
    right: 0;
  }
  .p-news-list {
    width: 100%;
  }
  .p-news-item {
    display: grid;
    -webkit-align-items: center;
    align-items: center;
    grid-template-columns: 24vw 28.8vw 1fr;
    grid-template-rows: 6.4vw 14.1333333333vw;
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 2.6666666667vw 0 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 4vw;
  }
  .p-news-item::before {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-news-date {
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: 0.06em;
    font-weight: 400;
    display: inline-block;
    color: #303030;
    grid-area: 1/1/2/2;
  }
  .p-news-category {
    border-radius: 0.8vw;
    font-size: 4vw;
    line-height: 1.9333333333;
    letter-spacing: 0.06em;
    font-weight: 400;
    grid-area: 1/2/2/3;
  }
  .p-news-txt {
    grid-area: 2/1/3/4;
    margin-right: 8vw;
  }
}
/*------------- オムロン デジタルについて-------------*/
.p-about {
  background-color: #EEF5FF;
  padding: 9rem 0 10rem;
}

.p-about-header {
  text-align: center;
  margin-bottom: 3rem;
}

.p-about-inner {
  margin: 9.5rem 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.3rem;
}

.p-about-image img {
  width: 45rem;
  height: auto;
}

.p-about-highlight {
  color: #005ED2;
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-about {
    background-color: #EEF5FF;
    padding: 13.3333333333vw 0;
  }
  .p-about-header {
    margin-bottom: 5.3333333333vw;
  }
  .p-about-inner {
    margin: 16vw 0 0;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .p-about-image img {
    width: 100%;
  }
  .p-about-highlight {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }
}
/*------------- .p-about-support -------------*/
.p-about-support {
  background-color: #fff;
  padding: 6rem 7rem;
}

.p-about-support-title {
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-about-support-title > span {
  position: relative;
}
.p-about-support-title > span::before {
  position: absolute;
  top: 0;
  left: -2.5rem;
  content: "";
  background: url(../../images/common/icn_triangle.svg) no-repeat left top;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.p-about-support-txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: 2rem;
}

.p-about-support-content {
  position: relative;
  margin-top: 5rem;
}

.p-about-support-content-inner {
  display: grid;
  grid-template-columns: repeat(2, 34.8rem);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 34.8rem;
  grid-row-gap: 5rem;
}

.p-about-support-figure {
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 44.8rem;
  z-index: 1;
}
.p-about-support-figure img {
  width: 44.8rem;
  height: auto;
}

.p-about-support-step {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0.5rem;
  border-radius: 1.2rem;
  text-align: center;
}

.p-about-support-step-inner {
  border-radius: 1rem;
}

.p-about-support-step-number {
  position: absolute;
  top: -2rem;
  left: 1.5rem;
}
.p-about-support-step-number img {
  width: 4.5rem;
  height: auto;
}

.p-about-support-step-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  padding: 1rem 0;
  border-radius: 0.7rem 0.7rem 0 0;
}

.p-about-support-step-01 {
  grid-area: 1/1/3/2;
}
.p-about-support-step-01 .p-about-support-step-title {
  background-color: #7491d7;
}
.p-about-support-step-01 .p-about-support-step-inner {
  border: solid 0.2rem #7491d7;
}

.p-about-support-step-02 {
  grid-area: 3/1/5/2;
}
.p-about-support-step-02 .p-about-support-step-title {
  background-color: #4b7aec;
}
.p-about-support-step-02 .p-about-support-step-inner {
  border: solid 0.2rem #4b7aec;
}

.p-about-support-step-03 {
  grid-area: 1/2/3/3;
}
.p-about-support-step-03 .p-about-support-step-title {
  background-color: #005ed2;
}
.p-about-support-step-03 .p-about-support-step-inner {
  border: solid 0.2rem #005ed2;
}

.p-about-support-step-04 {
  grid-area: 3/2/5/3;
}
.p-about-support-step-04 .p-about-support-step-title {
  background-color: #2043a1;
}
.p-about-support-step-04 .p-about-support-step-inner {
  border: solid 0.2rem #2043a1;
}

.p-about-support-step-text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: left;
  padding: 2rem 2rem;
  height: 14rem;
}

@media screen and (max-width: 767px) {
  .p-about-support {
    padding: 8vw 5.3333333333vw;
  }
  .p-about-support-title {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
  }
  .p-about-support-title > span {
    position: relative;
    display: block;
  }
  .p-about-support-title > span::before {
    left: 0;
    width: 4.8vw;
    height: 4.8vw;
  }
  .p-about-support-txt {
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 5.3333333333vw;
  }
  .p-about-support-content {
    position: relative;
    margin-top: 8vw;
  }
  .p-about-support-content-inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 6.1333333333vw;
    grid-column-gap: 0;
  }
  .p-about-support-figure {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 10.6666666667vw;
    width: 100%;
    z-index: 1;
  }
  .p-about-support-figure img {
    width: 100%;
    height: auto;
  }
  .p-about-support-step {
    position: relative;
    z-index: 2;
    padding: 1.3333333333vw;
    border-radius: 3.2vw;
    margin-bottom: 0;
  }
  .p-about-support-step-inner {
    border-radius: 2.6666666667vw;
  }
  .p-about-support-step-number {
    position: absolute;
    top: -2.6666666667vw;
    left: 4vw;
  }
  .p-about-support-step-number img {
    width: 9.3333333333vw;
    height: auto;
  }
  .p-about-support-step-title {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 1.8666666667vw 0;
    border-radius: 1.8666666667vw 1.8666666667vw 0 0;
  }
  .p-about-support-step-01 {
    grid-area: 1/1/2/3;
  }
  .p-about-support-step-01 .p-about-support-step-inner {
    border: solid 0.5333333333vw #7491d7;
  }
  .p-about-support-step-02 {
    grid-area: 2/1/3/3;
  }
  .p-about-support-step-02 .p-about-support-step-inner {
    border: solid 0.5333333333vw #4b7aec;
  }
  .p-about-support-step-03 {
    grid-area: 3/1/4/3;
  }
  .p-about-support-step-03 .p-about-support-step-inner {
    border: solid 0.5333333333vw #005ed2;
  }
  .p-about-support-step-04 {
    grid-area: 4/1/5/3;
  }
  .p-about-support-step-04 .p-about-support-step-inner {
    border: solid 0.5333333333vw #2043a1;
  }
  .p-about-support-step-text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding: 4vw 5.3333333333vw;
    height: auto;
  }
}
.p-about-button {
  width: 27rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-about-button {
    width: 78.6666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
/*------------- 主要製品・サービス -------------*/
.p-products {
  padding: 10rem 0;
  background-color: #fff;
}

.p-products-header {
  text-align: center;
}

.p-products-button {
  width: 38.4rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  /*------------- 主要製品・サービス -------------*/
  .p-products {
    padding: 13.3333333333vw 0;
  }
  .p-products-button {
    width: 78.6666666667vw;
    margin: 5rem auto 0;
  }
}
/*------------- オムロン デジタルの4つの得意領域 -------------*/
.p-specialty {
  background-color: #EEF5FF;
  padding: 13.7rem 0 10rem;
}

.p-specialty-header {
  text-align: center;
}

.p-specialty-description {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 8rem;
}

.p-specialty-main {
  margin: 4.5rem 0 32rem;
}

.p-specialty-card-main {
  width: 100%;
  border: solid 0.2rem #005ED2;
  background: #fff;
  border-radius: 1rem;
  position: relative;
}

.p-specialty-card {
  background: #fff;
  border-radius: 1rem;
  width: 34.6rem;
  border: solid 0.2rem #0F4283;
}

.p-specialty-card-title {
  background: #005ED2;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 1rem;
  border-radius: 0.6rem 0.6rem 0 0;
  text-align: center;
}

.p-specialty-card-main-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0 3.5rem;
  gap: 3.8rem;
}

.p-specialty-card-image img {
  width: 33.2rem;
  height: auto;
}

.p-specialty-card-text {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
  color: #0f4283;
}

.p-specialty-card-list {
  padding: 1.5rem 1.5rem 1.5rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-specialty-subcards {
  position: absolute;
  bottom: -26.5rem;
  left: 0;
  right: 0;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
}

.p-specialty-card-title {
  background: #0F4283;
}

.p-specialty-card-image {
  text-align: center;
  margin-top: 1.5rem;
}
.p-specialty-card-image img {
  width: 30.6rem;
  height: auto;
}

.p-specialty-card-list {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-specialty-card-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-specialty-footer {
  margin: 5rem auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}

.p-specialty-footer-img img {
  width: 4.6rem;
  height: auto;
}

.p-specialty-footer-text {
  background: #fff;
  padding: 2rem 3.3rem;
  border-radius: 0.8rem;
  width: 57.3rem;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #005EB8;
  text-align: center;
  position: relative;
}
.p-specialty-footer-text::after {
  position: absolute;
  top: 2rem;
  left: -1.8rem;
  content: "";
  background: url(../../images/common/icn_bubble.svg) no-repeat left top;
  background-size: contain;
  width: 2.3rem;
  height: 3.1rem;
}

@media screen and (max-width: 767px) {
  .p-specialty {
    background-color: #EEF5FF;
    padding: 13.3333333333vw 0;
  }
  .p-specialty-description {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-top: 13.3333333333vw;
    text-align: left;
  }
  .p-specialty-main {
    margin: 8vw 0 0;
  }
  .p-specialty-card-main {
    border: solid 0.5333333333vw #005ED2;
    border-radius: 2.6666666667vw;
  }
  .p-specialty-card {
    border-radius: 2.6666666667vw;
    width: 100%;
    border: solid 0.5333333333vw #0F4283;
  }
  .p-specialty-card-title {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 2.6666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
  }
  .p-specialty-card-main-inner {
    flex-direction: column;
    padding: 1.5rem 5.3333333333vw 4vw;
    gap: 0;
  }
  .p-specialty-card-image img {
    width: 100%;
    height: auto;
  }
  .p-specialty-card-text {
    font-size: 4.5333333333vw;
    line-height: 1.5882352941;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 2.6666666667vw;
  }
  .p-specialty-card-list {
    padding: 4vw 3.7333333333vw 4vw;
    font-size: 4.8vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-specialty-subcards {
    position: relative;
    bottom: 0;
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw 8vw;
  }
  .p-specialty-subcards .p-specialty-card-list {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-specialty-subcards .p-specialty-card-image {
    margin: 4vw 4vw 0;
  }
  .p-specialty-subcards .p-specialty-card-image img {
    width: 100%;
    height: auto;
  }
  .p-specialty-footer {
    margin: 13.3333333333vw auto 0;
    align-items: flex-end;
    gap: 10.6666666667vw;
  }
  .p-specialty-footer-img img {
    width: 10.6666666667vw;
  }
  .p-specialty-footer-text {
    padding: 5.3333333333vw 4vw;
    border-radius: 2.1333333333vw;
    width: 77.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.3888888889;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-align: left;
  }
  .p-specialty-footer-text::after {
    position: absolute;
    top: 5.3333333333vw;
    left: -4.8vw;
    content: "";
    background: url(../../images/common/icn_bubble.svg) no-repeat left top;
    background-size: contain;
    width: 6.1333333333vw;
    height: 8.2666666667vw;
  }
}
/*------------- ３つの強み -------------*/
.p-strengths {
  background-color: #fff;
  padding: 10rem 0;
  text-align: center;
}

.p-strengths-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 8rem auto;
}

.p-strengths-item {
  display: grid;
  grid-template-columns: 18rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 5rem;
  grid-row-gap: 0px;
}

.p-strengths-item-number {
  grid-area: 1/1/3/2;
}
.p-strengths-item-number img {
  width: 18rem;
  height: auto;
}

.p-strengths-item-title {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 2rem;
  align-self: end;
  grid-area: 1/2/2/3;
}

.p-strengths-item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  grid-area: 2/2/3/3;
  text-align: left;
}

.p-strengths-button {
  max-width: 27rem;
  margin: 4rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-strengths {
    padding: 13.3333333333vw 0;
  }
  .p-strengths-list {
    gap: 8vw;
    margin: 13.3333333333vw auto;
  }
  .p-strengths-item {
    display: grid;
    grid-template-columns: 29.3333333333vw 1fr;
    grid-template-rows: 32vw 1fr;
    grid-column-gap: 4vw;
  }
  .p-strengths-item-number {
    grid-area: 1/1/2/2;
    align-self: center;
  }
  .p-strengths-item-number img {
    width: 29.3333333333vw;
    height: auto;
  }
  .p-strengths-item-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 0;
    grid-area: 1/2/2/3;
    align-self: center;
  }
  .p-strengths-item-text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    grid-area: 2/1/3/3;
    margin-top: 4vw;
  }
  .p-strengths-button {
    max-width: 78.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
/*------------- 導入事例 -------------*/
.p-case {
  background-color: #EEF5FF;
  padding: 10rem 0;
}

.p-case-header {
  margin-bottom: 8rem;
  text-align: center;
}

.p-case-button {
  max-width: 27rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-case {
    padding: 13.3333333333vw 0;
  }
  .p-case-header {
    margin-bottom: 13.3333333333vw;
    text-align: center;
  }
  .p-case-button {
    max-width: 78.6666666667vw;
    margin: 21.3333333333vw auto 0;
  }
}
/*------------- 資料ダウンロード -------------*/
.p-download {
  background-color: #fff;
  padding: 10rem 0;
}

.p-download-header {
  margin-bottom: 4rem;
  text-align: center;
}

.p-download-text {
  margin: 6rem auto 0;
}

.p-download-button {
  max-width: 27rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-download {
    padding: 13.3333333333vw 0;
  }
  .p-download.l-content {
    margin: 0;
  }
  .p-download-header {
    margin-bottom: 10.6666666667vw;
  }
  .p-download-text {
    margin: 16vw 5.3333333333vw 0;
  }
  .p-download-button {
    max-width: 78.6666666667vw;
    margin: 21.3333333333vw auto 0;
  }
}
/*------------- コラム -------------*/
.p-column {
  background-color: #EEF5FF;
  padding: 10rem 0;
}

.p-column-header {
  margin-bottom: 8rem;
  text-align: center;
}

.p-column-text {
  margin: 6rem auto 0;
}

.p-column-button {
  max-width: 27rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-column {
    padding: 13.3333333333vw 0;
  }
  .p-column .l-content {
    margin: 0;
  }
  .p-column-header {
    margin-bottom: 10.6666666667vw;
  }
  .p-column-text {
    margin: 16vw auto 0;
  }
  .p-column-button {
    max-width: 78.6666666667vw;
    margin: 21.3333333333vw auto 0;
  }
}
/*------------- セミナー -------------*/
.p-seminar {
  background-color: #fff;
  padding: 10rem 0;
}

.p-seminar-header {
  text-align: center;
  margin-bottom: 8rem;
}

.p-seminar-button {
  max-width: 29rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-seminar {
    padding: 13.3333333333vw 0;
  }
  .p-seminar-header {
    margin-bottom: 13.3333333333vw;
  }
  .p-seminar-button {
    max-width: 78.6666666667vw;
    margin: 21.3333333333vw auto 0;
  }
}
/*------------- 採用情報 -------------*/
.p-recruit {
  background-color: #EEF5FF;
  border: 0.3rem solid #005ED2;
  border-radius: 1.5rem;
  padding: 5rem 6rem;
  margin: 10rem auto 12rem;
  position: relative;
  overflow: hidden;
}

.p-recruit-title {
  font-size: 4.6rem;
  line-height: 1.3043478261;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}
.p-recruit-title span {
  position: relative;
}
.p-recruit-title span::after {
  position: absolute;
  top: 3.5rem;
  right: -10.5rem;
  content: "";
  background: url(../../images/top/icn_recruit.png) no-repeat left top;
  background-size: 11.9rem 3rem;
  width: 11.9rem;
  height: 3rem;
  z-index: 10;
}

.p-recruit-text {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 2rem;
}

.p-recruit-button {
  max-width: 27rem;
  margin-top: 3rem;
}

.p-recruit-image {
  position: absolute;
  top: -6.5rem;
  right: -2rem;
}

.p-recruit-image img {
  width: 51.3rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-recruit {
    border: 0.8vw solid #005ED2;
    border-radius: 4vw;
    padding: 39.2vw 5.3333333333vw 9.3333333333vw;
    margin: 13.3333333333vw 5.3333333333vw 16vw;
  }
  .p-recruit-title {
    font-size: 8vw;
    line-height: 1.3333333333;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 4vw;
  }
  .p-recruit-title span::after {
    top: 5.8666666667vw;
    right: -17.3333333333vw;
    background-size: 19.4666666667vw 4.8vw;
    width: 19.4666666667vw;
    height: 4.8vw;
    z-index: 10;
  }
  .p-recruit-text {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
  }
  .p-recruit-image {
    position: absolute;
    top: -10.6666666667vw;
    right: -2.6666666667vw;
  }
  .p-recruit-image img {
    width: 74.6666666667vw;
    height: auto;
  }
  .p-recruit-button {
    max-width: 78.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.p-section {
  padding: 10rem 0;
  background-color: #f7f7f7;
}

.p-section-box {
  position: relative;
}

.p-section-box + .p-section-box {
  margin-top: 5rem;
}

.p-section-text {
  padding: 3rem 4rem;
  width: 60rem;
  background: #fff;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.16);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-section-title {
  font-size: 2.8rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #005ED2;
  border-bottom: solid 1px #005ED2;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
.p-section-title::before {
  position: absolute;
  content: "";
  top: calc(50% - 0.5rem);
  transform: translateY(-50%);
  right: 0;
  background: url(../../images/common/icn_arrow_right.svg) no-repeat left top;
  background-size: 2.8rem 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
}

.p-section-desc {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #303030;
}

.p-section-image {
  text-align: right;
}
.p-section-image img {
  width: 45rem;
  height: 27.9rem;
}

.p-section-reverse .p-section-text {
  left: auto;
  right: 0;
}
.p-section-reverse .p-section-image {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-section-box {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-section-box + .p-section-box {
    margin-top: 13.3333333333vw;
  }
  .p-section-text {
    padding: 8vw 10.6666666667vw;
    width: 100%;
    box-shadow: 0 0.4rem 3.2vw rgba(0, 0, 0, 0.16);
    display: block;
    position: static;
    top: 0;
    transform: translateY(0);
    left: 0;
  }
  .p-section-title {
    font-size: 6.1333333333vw;
    line-height: 1.5217391304;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-section-title::before {
    top: calc(50% - 1.3333333333vw);
    background: url(../../images/common/icn_arrow_right.svg) no-repeat left top;
    background-size: 6.6666666667vw 6.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .p-section-desc {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-section-image img {
    width: 100%;
    height: auto;
  }
}
