@charset "UTF-8";
/* MV
---------------------------------------------------------------------------- */
.p-mv {
  background: url(../img/index/bg_mv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: url(../img/index/bg_mv_sp.webp) no-repeat center center/cover;
  }
}
.p-mv .l-wrap {
  position: relative;
}
.p-mv .txt-box {
  padding: 13rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box {
    padding: 36.2rem 0 4rem;
  }
}
.p-mv .txt-box .ttl {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .ttl {
    font-size: 2.2rem;
    text-align: center;
    white-space: nowrap;
  }
}
.p-mv .txt-box .list {
  max-width: 62.1rem;
  margin-top: 2.5rem;
  padding: 1.5rem 1rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .list {
    margin-top: 2rem;
    padding: 0.8rem 0;
  }
}
.p-mv .txt-box .list_item {
  padding-left: 2.5rem;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .list_item {
    font-size: 1.4rem;
    padding-left: 2rem;
    line-height: 2;
  }
}
.p-mv .txt-box .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon_04.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .list_item::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.5rem;
    transform: translate(0);
  }
}
.p-mv .txt-box .lead {
  margin-top: 5rem;
  padding-left: 15rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .lead {
    margin-top: 2rem;
    padding-left: 4.2rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.p-mv .txt-box .lead::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  width: 15rem;
  height: 13rem;
  background: url(../img/common/icon_05.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .lead::before {
    left: 0;
    width: 4.4rem;
    height: 3.3rem;
    background: url(../img/common/icon_06.svg) no-repeat center center/contain;
  }
}
.p-mv .txt-box .lead .bg-black {
  color: #fff;
  background-color: #333333;
  border-radius: 0.4rem;
  padding: 0.3rem 1rem;
  margin: 0 0.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .lead .bg-black {
    font-size: 1.5rem;
  }
}
.p-mv .txt-box .lead .-ll {
  font-size: 3.2rem;
  margin: 0 0.5rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .lead .-ll {
    font-size: 2rem;
  }
}
.p-mv .txt-box .lead .-l {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv .txt-box .lead .-l {
    font-size: 1.4rem;
  }
}
.p-mv .images-box .img01 {
  max-width: 35rem;
  position: absolute;
  top: 10rem;
  right: 15rem;
}
@media screen and (max-width: 767px) {
  .p-mv .images-box .img01 {
    max-width: 19rem;
    top: 2.4rem;
    right: auto;
    left: 0;
  }
}
.p-mv .images-box .img02 {
  max-width: 20.8rem;
  position: absolute;
  top: 17.5rem;
  right: -2.3rem;
}
@media screen and (max-width: 767px) {
  .p-mv .images-box .img02 {
    max-width: 14.2rem;
    top: 6rem;
    right: 0;
  }
}
.p-mv .images-box .img03 {
  max-width: 23.6rem;
  position: absolute;
  top: 47.8rem;
  right: 26.7rem;
}
@media screen and (max-width: 767px) {
  .p-mv .images-box .img03 {
    max-width: 17rem;
    top: 22.7rem;
    right: auto;
    left: 0;
  }
}
.p-mv .images-box .img04 {
  max-width: 25rem;
  position: absolute;
  top: 36.4rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-mv .images-box .img04 {
    top: 19.4rem;
    max-width: 15.3rem;
  }
}

/* 外国人人材派遣に関する、こんなお悩みはありませんか？
---------------------------------------------------------------------------- */
.p-worries {
  background-color: #F8F8F8;
}
.p-worries .list {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-worries .list {
    margin-top: 3.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-worries .list_item {
  background-color: #fff;
  border-radius: 0.7rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  padding: 2.5rem 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries .list_item {
    padding: 1.5rem 0;
    line-height: 2;
    font-size: 1.6rem;
  }
}
.p-worries .list_item::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 1.7rem;
  width: 2rem;
  height: 1.6rem;
  background: url(../img/common/icon_01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-worries .list_item::before {
    top: -0.5rem;
    left: 3.5rem;
  }
}
.p-worries .case-box {
  margin-top: 6.6rem;
  background: url(../img/index/bg_worries_case.webp) no-repeat center center/cover;
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  padding: 9.3rem 11.8rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries .case-box {
    margin-top: 4rem;
    background: url(../img/index/bg_worries_case_sp.webp) no-repeat center center/cover;
    padding: 6.6rem 1.5rem 3rem;
  }
}
.p-worries .case-box::before {
  content: "";
  position: absolute;
  top: 1.7rem;
  transform: translateX(-50%);
  left: 50%;
  width: 6rem;
  height: 6rem;
  background: url(../img/common/icon_02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-worries .case-box::before {
    width: 4rem;
    height: 4rem;
    top: 1.3rem;
  }
}
.p-worries .case-box .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-worries .case-box .ttl {
    font-size: 1.5rem;
  }
}
.p-worries .case-box dl {
  margin-top: 2.5rem;
  border: 2px solid #0B4DF5;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-worries .case-box dl {
    margin-top: 2rem;
    border-radius: 1.2rem;
  }
}
.p-worries .case-box dl dt {
  background-color: #0B4DF5;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-worries .case-box dl dt {
    font-size: 1.4rem;
  }
}
.p-worries .case-box dl dd {
  padding: 1.5rem 2rem 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
.p-worries .case-box .notes {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: right;
  color: #717171;
}
@media screen and (max-width: 767px) {
  .p-worries .case-box .notes {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.p-worries .lead-box {
  padding-top: 9rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries .lead-box {
    padding-top: 6rem;
  }
}
.p-worries .lead-box::before {
  content: "";
  position: absolute;
  top: 4rem;
  transform: translateX(-50%);
  left: 50%;
  width: 3.5rem;
  height: 3.8rem;
  background: url(../img/common/icon_03.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-worries .lead-box::before {
    top: 3rem;
    width: 2.7rem;
    height: 3rem;
  }
}
.p-worries .lead-box .lead {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries .lead-box .lead {
    font-size: 1.8rem;
  }
}
.p-worries .lead-box .lead::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-worries .lead-box .lead::before {
    bottom: -0.5rem;
  }
}

/* 帰国困難者（ミャンマー人材）の活用で、リスクゼロの外国人人材派遣を実現
---------------------------------------------------------------------------- */
.p-myanmar .list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-myanmar .list {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-myanmar .list_item {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 6.5rem 1rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-myanmar .list_item {
    padding: 4rem 0 2.5rem;
    font-size: 1.6rem;
  }
}
.p-myanmar .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 25rem;
  height: 24rem;
  background: url(../img/index/bg_myanmar.webp) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-myanmar .list_item::before {
    width: 36.5rem;
    height: 15rem;
    background: url(../img/index/bg_myanmar_sp.webp) no-repeat center center/contain;
  }
}

/* 法令違反リスクをなくし、安全な外国人派遣を実現！
---------------------------------------------------------------------------- */
.p-cta {
  background: url(../img/index/bg_cta.webp) no-repeat center center/cover;
  padding: 12.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 6rem 0;
    background: url(../img/index/bg_cta_sp.webp) no-repeat center center/cover;
  }
}
.p-cta .txt-box {
  margin-left: auto;
  max-width: 51rem;
}
.p-cta .txt-box .c-secttl {
  line-height: 1.5263;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta .txt-box .c-secttl {
    font-size: 2.2rem;
    line-height: 2;
    text-align: center;
  }
}
.p-cta .txt-box .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta .txt-box .btn {
    margin-top: 3rem;
  }
}
.p-cta .txt-box .btn_link {
  background-color: #0B4DF5;
  width: 100%;
  height: 7rem;
  display: flex;
  align-items: center;
  padding-left: 10rem;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta .txt-box .btn_link {
    width: 32.2rem;
    margin: 0 auto;
    padding-left: 5.4rem;
    height: 5rem;
    font-size: 1.4rem;
    border-radius: 0.5rem;
  }
}
.p-cta .txt-box .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10rem;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/arrow_right_white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-cta .txt-box .btn_link::before {
    right: 2.5rem;
  }
}

/* なぜミャンマー人材に特化しているのか？
---------------------------------------------------------------------------- */
.p-reason .txt-box {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason .txt-box {
    margin-top: 3rem;
    flex-direction: column;
  }
}
.p-reason .txt-box .bg-blue {
  width: 13.6rem;
  height: 13.6rem;
  background-color: #0B4DF5;
  color: #fff;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reason .txt-box .bg-blue {
    width: 30rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.8rem;
  }
}
.p-reason .txt-box .txt {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-reason .txt-box .txt {
    line-height: 2;
  }
}
.p-reason .content {
  margin-top: 5rem;
  background-color: #EFEFEF;
  border: 2px solid #C9C9C9;
  border-radius: 2rem;
  padding: 3.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason .content {
    margin-top: 3rem;
    width: 88.5rem;
  }
}
.p-reason .content .ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-reason .content .ttl {
    font-size: 1.8rem;
  }
}
.p-reason .content .txt {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason .content .txt {
    margin-top: 1.5rem;
  }
}
.p-reason .content .table-box {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reason .content .table-box {
    margin-top: 0;
  }
}
.p-reason .content .table-box table {
  width: 100%;
  border-collapse: collapse;
}
.p-reason .content .table-box table tr th.bg-blue, .p-reason .content .table-box table tr th.bg-gray {
  width: 26rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #C9C9C9;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 0;
}
.p-reason .content .table-box table tr th.bg-blue {
  background-color: #0B4DF5;
  color: #fff;
}
.p-reason .content .table-box table tr th.bg-black {
  background-color: #333333;
  padding: 2.8rem 2rem;
  color: #fff;
  width: 28rem;
  font-size: 1.3rem;
  border-top: 1px solid #DDDDDD;
}
.p-reason .content .table-box table tr td {
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 1.5rem;
}
.p-reason .content .table-box table tr td .normal {
  display: block;
  margin-top: 1.5rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.2rem;
}
.p-reason .content .table-box table tr td.left {
  text-align: left;
}
.p-reason .content .table-box table tr td.border-blue {
  border-left: 2px solid #0B4DF5;
  border-right: 1.5px solid #0B4DF5;
}
.p-reason .content .table-box table tr:nth-child(3) .border-blue {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1.5px solid #0B4DF5;
}
.p-reason .content .table-box table tr:last-child .border-gray {
  border-top: 1px solid #DDDDDD;
}
.p-reason .lead-box {
  padding-top: 9rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason .lead-box {
    padding-top: 5rem;
  }
}
.p-reason .lead-box::before {
  content: "";
  position: absolute;
  top: 4rem;
  transform: translateX(-50%);
  left: 50%;
  width: 3.5rem;
  height: 3.8rem;
  background: url(../img/common/icon_03.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-reason .lead-box::before {
    top: 2rem;
    width: 2.7rem;
    height: 3rem;
  }
}
.p-reason .lead-box .lead {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason .lead-box .lead {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.3;
  }
}
.p-reason .lead-box .lead::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-reason .lead-box .lead::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-reason .lead-box .lead span {
    position: relative;
  }
  .p-reason .lead-box .lead span::before {
    content: "";
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-reason .lead-box .lead span::before {
    bottom: -0.5rem;
  }
}
.p-reason .lead-box .txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-reason .lead-box .txt {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

/* 外国人派遣に成功した企業の実例
---------------------------------------------------------------------------- */
.p-works {
  background-color: #F6F8FE;
}
.p-works .list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-works .list {
    margin-top: 4.6rem;
  }
}
.p-works .list_item {
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  padding: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-works .list_item {
    padding: 3rem 2rem;
    border-radius: 1rem;
    gap: 2rem;
    flex-direction: column-reverse;
  }
}
.p-works .list_item:nth-child(n+2) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-works .list_item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.p-works .list_item_txt-box {
  flex: 1;
}
.p-works .list_item_img {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-works .list_item_img {
    width: 100%;
  }
}
.p-works .list_item_name {
  padding: 0.2rem 2rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #0B4DF5;
  border-radius: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-works .list_item_name {
    font-size: 1.3rem;
  }
}
.p-works .list_item_ttl {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-works .list_item_ttl {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.p-works .list_item_txt {
  margin-top: 1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-works .list_item_txt {
    margin-right: 0;
    line-height: 2;
  }
}

/* ヒューマンスタイリングの外国人人材派遣の強み
---------------------------------------------------------------------------- */
.p-strengths {
  background-color: #3032D5;
}
.p-strengths .list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-strengths .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
    margin: 4rem 2.3rem 0;
  }
}
.p-strengths .list_item {
  background-color: #fff;
  padding: 3rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-strengths .list_item {
    padding: 1.6rem 2rem 3rem;
  }
}
.p-strengths .list_item_num {
  text-align: center;
  color: #0B4DF5;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-strengths .list_item_ttl {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-strengths .list_item_ttl {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-strengths .list_item_txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-strengths .list_item_txt {
    line-height: 2;
  }
}

/* サービス導入までの流れ
---------------------------------------------------------------------------- */
.p-flow .list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .p-flow .list {
    width: 100rem;
    margin-top: 4.5rem;
  }
}
.p-flow .list_item {
  position: relative;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item {
    padding-top: 6rem;
  }
}
.p-flow .list_item_period {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  height: 5rem;
  width: 26.8rem;
}
.p-flow .list_item_ttl {
  text-align: center;
  font-size: 1.8rem;
  color: #0B4DF5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item_ttl {
    font-size: 1.6rem;
  }
}
.p-flow .list_item_child {
  margin: 0 0.5rem;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  height: 37rem;
}
@media screen and (max-width: 767px) {
  .p-flow .list_item_child {
    margin-top: 1rem;
  }
}
.p-flow .list_item_child-ttl {
  border-radius: 0.7rem;
  background-color: #F6F8FE;
  padding: 0.8rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-flow .list_item_child-list {
  margin-top: 1.5rem;
}
.p-flow .list_item_child-list_item {
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-flow .list_item_child-list_item_num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  color: #0B4DF5;
  font-weight: 500;
}
.p-flow .list_item_child-list_item:nth-child(n+2) {
  margin-top: 1rem;
}
.p-flow .list_item:nth-child(1) {
  z-index: 3;
}
.p-flow .list_item:nth-child(2) {
  z-index: 2;
}
.p-flow .list_item:nth-child(3) {
  z-index: 1;
}
.p-flow .list_item:last-child .list_item_period {
  width: 25rem;
}

/* よくあるご質問
---------------------------------------------------------------------------- */
.p-faq {
  background-color: #F6F8FE;
}
.p-faq dl {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq dl {
    margin-top: 4.5rem;
  }
}
.p-faq dl .item {
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  padding: 0 4.3rem;
  background-color: #fff;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item {
    padding: 0 1.8rem;
  }
}
.p-faq dl .item:nth-child(n+2) {
  margin-top: 2.4rem;
}
.p-faq dl .item dt {
  padding: 2.7rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dt {
    font-size: 1.4rem;
    padding: 1.6rem 4.7rem 1.6rem 0;
  }
}
.p-faq dl .item dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2rem;
  height: 2px;
  background-color: #0B4DF5;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dt::before {
    right: 0;
  }
}
.p-faq dl .item dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  width: 2px;
  height: 2rem;
  background-color: #0B4DF5;
}
@media screen and (max-width: 767px) {
  .p-faq dl .item dt::after {
    right: 0.8rem;
  }
}
.p-faq dl .item dt.is-open::after {
  opacity: 0;
}
.p-faq dl .item dd {
  display: none;
  padding-bottom: 3rem;
}

/* お問い合わせ
---------------------------------------------------------------------------- */
.p-contact .lead {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-contact .lead {
    font-size: 1.6rem;
  }
}
.p-contact .txt {
  margin-top: 2rem;
  text-align: center;
}
.p-contact .btn {
  margin-top: 4rem;
}
.p-contact .btn_link {
  margin: 0 auto;
  background-color: #0B4DF5;
  width: 51.1rem;
  height: 7rem;
  display: flex;
  align-items: center;
  padding-left: 10rem;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact .btn_link {
    width: 32.3rem;
    height: 5rem;
    padding-left: 5.4rem;
    font-size: 1.4rem;
    border-radius: 0.3rem;
  }
}
.p-contact .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10rem;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/arrow_right_white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-contact .btn_link::before {
    right: 2.5rem;
  }
}

/* SNS
---------------------------------------------------------------------------- */
.p-sns {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-sns {
    padding: 4.5rem 0;
  }
}
.p-sns .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media screen and (max-width: 1280px) {
  .p-sns .flex {
    justify-content: center;
    gap: 5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sns .flex {
    gap: 3rem;
  }
}
.p-sns .flex .x {
  width: 41rem;
}
@media screen and (max-width: 1280px) {
  .p-sns .flex .x {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-sns .flex .x {
    width: 345px;
  }
}
.p-sns .flex .x a {
  width: 100%;
}
.p-sns .flex .x iframe {
  width: 100% !important;
}
.p-sns .flex .fb {
  width: 27.5rem;
}
@media screen and (max-width: 1280px) {
  .p-sns .flex .fb {
    width: 275px;
  }
}
@media screen and (max-width: 767px) {
  .p-sns .flex .fb {
    width: 345px;
  }
}
.p-sns .flex .fb span {
  width: 100% !important;
}
.p-sns .flex .fb iframe {
  width: 100% !important;
}
.p-sns .flex .fb .fb-page {
  width: 100% !important;
}
.p-sns .flex .insta {
  position: relative;
  width: 28rem;
}
.p-sns .flex .insta .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.p-sns .flex .insta iframe {
  width: 100% !important;
  height: 422px !important;
  position: relative;
  z-index: 9;
}
.p-sns .flex .insta .media-list-item .media-image-wrapper {
  margin: 0 !important;
}
@media screen and (max-width: 1280px) {
  .p-sns .flex .insta {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-sns .flex .insta {
    width: 345px;
  }
}/*# sourceMappingURL=index.css.map */