@charset "UTF-8";
/* CSS Document */

.header {
  height: 60px;
  width: 100%;
  background-color: #FFFFFF;
  top: 0;
  position: sticky;
  display: flex;
  align-items: center;
  z-index: 2147483647;
}
/* ヘッダー */
.header h1 {
  width: 150px;
  padding-top: 8px;
  margin-left: 16px;
}
.header_cta_moushikomi {
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
}
.header_cta_login {
  width: 60px;
  height: 60px;
}
.header_cta_moushikomi_pc {
  display: none;
}
.header_cta_login_pc {
  display: none;
}
/* ハンバーガーメニューボタン */
.menu-btn {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 60;
  background-color: #3584bb;
  cursor: pointer;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span {
  top: 23px;
  transform: translateY(6px) rotate(-45deg);
  width: 5%;
}
.menu-btn.active span:before {
  opacity: 0; /*真ん中の線は透過*/
}
.menu-btn.active span:after {
  top: 23px;
  transform: translateY(-23px) rotate(-90deg);
  width: 95%;
}
#menu-btn-check {
  display: none;
}
/* ハンバーガーメニューボタン開く */
.header nav {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3584bb;
  opacity: 0.8;
  width: 70%;
  height: 100%;
  padding-top: 67px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.header nav ul li a {
  font-weight: 600;
  line-height: 60px;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  padding: 0 5%;
}
/* ファーストビュー_モバイル */
.section-top_image {
  margin: 3% auto 0;
  position: relative;
}
.section-top__image-message_top {
  position: absolute;
  display: block;
  width: 40%;
  margin-top: -60%;
  margin-left: 4%;
}
.section-top__image-message_bottom {
  position: absolute;
  display: block;
  width: 40%;
  margin-top: -47%;
  margin-left: 4%;
}
.section-top__image-message_eng {
  position: absolute;
  display: block;
  font-size: 2.3rem;
  margin-top: -40%;
  margin-left: 16%;
  letter-spacing: 2px;
  height: 100%;
  padding-top: 11px;
  color: #003463;
}
.section-top__image-message h2 {
  display: none;
}
.section-top__btn {
  width: 28%;
  margin-left: 69%;
  position: absolute;
  margin-top: -24%;
}
.section-top_image_pc {
  display: none;
}
.section-top__image-message_top_pc {
  display: none;
} /* main_copy_pc消す */
.section-top__image-message_bottom_pc {
  display: none;
} /* main_copy_pc消す */
.section-top__image-message_eng_pc {
  display: none;
} /* main_copy_pc消す */
/* メッセージ */
.section-message__image {
  margin: 17% auto 0;
  background-image: url("../image/02_message/massage_back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 339vw;
}
.section-message__image_woman1 {
  display: block;
  position: relative;
}
.section-message__image_woman2 {
  display: block;
  margin: 7% 0 0 auto;
}
.section-message__message {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 7rem;
  margin: -15% 5%;
  font-weight: 300;
  letter-spacing: 4px;
  color: #FFF;
  position: absolute;
}
.section-message__image-message h2 {
  display: block;
  padding: 10% 25% 5% 13%;
  color: #003463;
  text-align: left;
  line-height: 1.4em;
}
.section-message__image-message p {
  display: block;
  color: #003463;
  line-height: 2.6rem;
  text-align: left;
  padding: 0 50px 20px;
}
.fade {
  opacity: 0;
  transition: opacity 5s;
}
.fade.view {
  opacity: 1;
}
/* message btn */
.button01 {
  width: 65%;
  display: block;
  margin: 2% auto 3%;
}
.button01_pc {
  display: none;
}
.section-message__image-message_pc h2 {
  display: none;
}
.section-message__image-message_pc p {
  display: none;
}
.section-message__image_woman1_pc {
  display: none;
}
.section-message__image_woman2_pc {
  display: none;
}
.section-message__message_pc {
  display: none;
}
/* メリット */
.section-merrit__image {
  background-image: url("../image/03_merit/merit_back.png");
  height: 468vw;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-merrit__image-title img {
  display: block;
  margin-right: auto;
  padding-left: 20px;
  width: 70%;
  padding-top: 15%;
}
.section-merrit__image-title h2 {
  display: none;
}
.section-merrit__image-title h3 {
  text-align: left;
  padding: 5px 20px 30px;
  color: #003463;
}
.section-interview_picture_pc {
  display: block;
}
.section-interview_picture li {
  width: 80%;
  margin: 0 auto;
  list-style-type: none;
}
.section-merrit__text01 {
  padding-top: 30px;
  margin-top: 8px;
  margin-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  background: url("../image/03_merit/01.png");
  height: 150px;
  background-position: right 30px center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #003463;
}
.section-merit__text02 {
  padding-top: 30px;
  margin-top: 8px;
  margin-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  background: url("../image/03_merit/02.png");
  height: 150px;
  background-position: right 30px center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #003463;
}
.section-merit__text03 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 8px;
  margin-left: 20px;
  margin-bottom: 50px;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  background: url("../image/03_merit/03.png");
  height: 150px;
  background-position: right 30px center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 20;
  color: #003463;
}
.section-merrit__picture_pc {
  display: none;
}
.section-merrit__image_pc {
  display: none;
}
/* インタビュー */
.section-interview {
  background-image: url("../image/04_interview/interview_back.png");
  height: 600vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -60px;
  position: relative;
}
.section-interview__image-title img {
  margin-top: 30%;
  width: 80%;
  margin-left: auto;
  padding-left: 20px;
}
.section-interview__image-title h4 {
  padding-left: 20px;
  color: #003463;
}
.section-interview__image-title h2 {
  display: none;
}
.section-interview__picture_text01 {
  display: flex;
  margin-top: 10%;
}
.section-interview h3 {
  margin-left: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #32a4ed;
}
.section-interview__picture01 {
  position: relative;
  width: 85%;
}
.section-interview__picture_text02 {
  display: flex;
  margin-top: 90%;
}
.section-interview__picture02 {
  position: relative;
  width: 85%;
}
.section-interview__picture_text03 {
  display: flex;
  margin-top: 90%;
}
.section-interview__picture03 {
  position: relative;
  width: 85%;
}
.section-interview__picture_text04 {
  display: flex;
  margin-top: 90%;
}
.section-interview__picture04 {
  position: relative;
  width: 85%;
}
.section-interview_text {
  position: absolute;
  padding: 10% 7%;
  margin: -5% 5% 30px;
  color: #2c2c2f;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.section-interview_text h4 {
  margin-bottom: 20px;
  border-bottom: 1px solid #32a4ed;
  width: 80px;
  padding-bottom: 10px;
  color: #003463;
}
.section-interview_text p {
  margin-top: -10px;
  line-height: 2.5rem;
  font-size: 1.4rem;
  color: #003463;
}
/* ボタン２ */
.button02 {
  padding-top: 80%;
  width: 80%;
  margin: 0 auto;
}
.section-interview__image-title_pc {
  display: none;
}
.section-interview_pc {
  display: none;
}
/* アバウト */
.section-aboutus {
  background-color: #fffcf7;
  margin-top: 15%;
  z-index: 100;
}
.section-aboutus_mobile {
  margin-top: -37%;
}
.section-aboutus__image-title h2 {
  display: none;
}
.section-aboutus-title {
  margin-left: 5%;
  margin-top: 60%;
  width: 60%;
}
.section-aboutus__image-title h3 {
  margin-left: auto;
  padding-left: 20px;
  padding-bottom: 30px;
  color: #003463;
}
.section-aboutus__image {
  position: relative;
}
.section-aboutus_text {
  position: absolute;
  padding: 30px 30px;
  margin: -30px 20px;
  color: #2c2c2f;
  background: rgba(255, 255, 255);
  border-radius: 10px;
}
.section-aboutus_mynavi {
  width: 30%;
  display: block;
  margin: -3% auto;
  padding-bottom: 10%;
}
.section-aboutus_text p {
  text-align: left;
  color: #003463;
}
.section-aboutus_pc {
  display: none;
}
/* ポイント */
.section-point {
  background-color: #fffcf7;
}
.section-point__image-title h2 {
  display: none;
}
.section-point-title {
  width: 50%;
  display: block;
  padding-top: 95%;
  margin: 0 auto 0;
}
.section-point__image-title h3 {
  text-align: center;
  padding-bottom: 30px;
  color: #003463;
}
.section-point ul li h2 {
  display: none;
}
.section-point__01point__text {
  padding: 30px 25px 60px;
  margin: 0 20px;
  color: #2c2c2f;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: relative;
}
.section-point__01point__text img {
  width: 60px;
  margin-bottom: 20px;
}
.section-point__01point__text h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #003463;
}
.section-point__01point__text p {
  color: #003463;
}
.section-point__01point__picture {
  background-image: url("../image/06_point/point_01_back.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 90%;
  height: 230vw;
  margin: -15% auto;
}
.section-point__01point__picture h3 {
  padding: 25% 0 7%;
  text-align: center;
  color: #003463;
}
.section-point__01point__circle {
  width: 50%;
  display: block;
  margin: 0 auto 7%;
}
.section-point__01point__criative h3 {
  position: relative;
  padding: 10px 10px;
  margin: 3% 11% 0;
  font-weight: bold;
  color: #32a4ed; /*文字色*/
  background: #FFF;
  border: solid 1px #32a4ed; /*線*/
  border-radius: 10px; /*角の丸み*/
  z-index: 10;
}
.section-point__01point__criative__text {
  position: absolute;
  padding: 35px 20px 48px;
  margin: -5% 5%;
  font-size: 1.6rem;
  color: #32a4ed; /*文字色*/
  background: #FFF;
  border: solid 1px #32a4ed; /*線*/
  border-radius: 10px; /*角の丸み*/
}
.section-point__01point__criative__book {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding-top: 53%;
  position: relative;
}
.section-point__02point__text {
  padding: 5% 10%;
  margin: 20% 5% 0;
  color: #2c2c2f;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.section-point__02point__text img {
  width: 80px;
  margin-bottom: 20px;
}
.section-point__02point__text h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #003463;
}
.section-point__02point__text p {
  color: #003463;
}
.section-point__02point_picture {
  padding: 0 20px;
}
.section-point__03point__text {
  padding: 10% 10%;
  margin: 15% 5% 0;
  color: #2c2c2f;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.section-point__03point__text img {
  width: 70px;
  margin-bottom: 20px;
}
.section-point__03point__text h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #003463;
}
.section-point__03point__text p {
  color: #003463;
  text-align: justify;
  font-feature-settings: "palt";
}
.section-point__03point_picture {
  padding: 0 20px;
  margin-bottom: 60px;
}
.section-point_pc {
  display: none;
}
/* 拠点 */
.section-place_wrap {
  background-image: url("../image/07_hub/place_back.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 146vw;
}
.section-place__text {
  padding: 140px 30px 80px;
  color: #FFF;
}
.section-place__text h3 {
  font-size: 2rem;
  margin-top: -10%;
  text-align: center;
  line-height: 3.0rem;
}
.place_box {
  width: 60%;
  margin: 30px auto 10vw;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 6.0rem;
}
.place {
  border-left: 3px dotted #FFF;
  padding-left: 15px;
}
.section-place__text_pc {
  display: none;
} /* 拠点_パソコン隠す */
/* お仕事例 */
.section-works__image-title h2 {
  display: none;
}
.section-works__title {
  width: 70%;
  display: block;
  margin-left: auto;
  padding: 60px 20px 0 0;
}
.section-works {
  background-color: #fffcf7;
}
.section-works__image-title h3 {
  text-align: right;
  margin-right: 20px;
  margin-bottom: 40px;
  color: #003463;
}
.section-works__contents {
  background-image: url("../image/08_works/works_back.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 135vw;
}
.works_hide img {
  padding: 0 15% 0;
  vertical-align: bottom;
}
.section-works_text {
  padding: 5% 5%;
  margin: 0 15% 10%;
  color: #2c2c2f;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 10px 10px;
}
.section-works_text h3 {
  margin-bottom: 20px;
  color: #003463;
  border-bottom: 1px solid #32a4ed; /*ボーダー下*/
  padding-bottom: 10px;
}
.section-works_message h3 {
  margin: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.5rem;
  color: #033266;
}
/* お仕事一旦隠す */
/* ボタン３ */
.button03 {
  width: 80%;
  margin: 0 auto;
}
/* お仕事詳細 */
dl {
  display: flex;
  flex-wrap: wrap;
}
dt {
  width: 20%;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  background: #32a4ed; /*背景色*/
  margin-right: 10px;
  margin-bottom: 7px;
}
.work-list-detail__head {}
dd {
  line-height: 2.0rem;
  font-size: 1.5rem;
  margin-bottom: 4px;
  width: calc(100% - 60px);
  color: #003463;
}
.section-works__image-title_pc {
  display: none;
}
.section-works_pc {
  display: none;
} /* お仕事例_パソコン隠す */
/* お仕事までの流れ */
.section-howto {
  background-color: #fffcf7;
}
.section-howto__image-title h2 {
  display: none;
}
.section-howto__title {
  margin-top: 80px;
  margin-left: auto;
  padding-left: 20px;
  width: 70%;
}
.section-howto__image-title h3 {
  padding-left: 20px;
  padding-bottom: 20px;
  color: #003463;
}
.section-howto_flow {
  background-image: url("../image/09_howto/flow_illust.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 572vw;
  position: relative;
}
.section-text_position01 {
  position: absolute;
  top: 77vw;
  margin: 0 5% 0 28%;
}
.section-howto_text01 h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #32a4ed;
}
.section-howto_text01 p {
  color: #32a4ed;
  font-size: 1.4rem;
}
/* ボタン４ */
.button04 {
  width: 78%;
  margin: 0 25px;
  padding-top: 6%;
}
.section-text_position02 {
  position: absolute;
  top: 206vw;
  margin: 0 24% 0 5%;
}
.section-howto_text02 h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #32a4ed;
}
.section-howto_text02 p {
  color: #32a4ed;
  font-size: 1.4rem;
}
.section-text_position03 {
  position: absolute;
  top: 343vw;
  margin: 0 5% 0 30%;
}
.section-howto_text03 h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #32a4ed;
}
.section-howto_text03 p {
  color: #32a4ed;
  font-size: 1.4rem;
}
.section-text_position04 {
  position: absolute;
  top: 467vw;
  margin: 0 30% 0 5%;
}
.section-howto_text04 h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #32a4ed;
}
.section-howto_text04 p {
  color: #32a4ed;
  font-size: 1.4rem;
}
.section-text_position05 {
  position: absolute;
  top: 580vw;
  margin: 0 5% 0 30%;
}
.section-howto_text05 h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  color: #32a4ed;
}
.section-howto_text05 p {
  color: #32a4ed;
  font-size: 1.4rem;
}
.section-howto_pc {
  display: none;
} /* how toパソコン消す */
/* Q&A */
.section-qanda {
  background-color: #fffcf7;
}
.section-qanda__image-title {
  background-image: url("../image/10_q&a/qanda_back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120vw;
}
.section-qanda__image-title h2 {
  display: none;
}
.section-qanda__image-title img {
  width: 50%;
  margin-top: 55%;
  margin-left: auto;
  padding-left: 20px;
}
.section-qanda__image-title h3 {
  margin-left: 20px;
  color: #003463;
}
nav {
  display: none;
}
.nav-open {
  padding: 5% 12% 5% 7%;
  color: #32a4ed;
  font-size: 18px;
  border-bottom: 1px solid #32a4ed; /*ボーダー下*/
  position: relative;
  text-indent: -25px;
}
.nav-open::before { /* 閉じている時 */
  display: block;
  background-image: url("../image/10_q&a/pulltag_top.png");
  position: absolute;
  right: 1%;
  top: 50%;
  width: 30px;
  height: 30px;
  content: "";
  transform: translateY(-50%);
  background-size: contain;
}
.nav-open.active::before { /* 開いている時 */
  display: block;
  background-image: url("../image/10_q&a/pulltag_bottom.png");
  transform: translateY(-50%);
  position: absolute;
  right: 1%;
  width: 30px;
  top: 50%;
  content: "";
  height: 30px;
  background-size: contain;
}
.section-qanda_text p {
  padding: 5% 13% 5% 8%;
  text-align: justify;
}
.section-qanda_mobile div:nth-of-type(2) {
  border-top: solid 1px #32a4ed;
  margin-top: -22%;
}
.section-qanda_text {
  margin: 0 8%;
}
/* ボタン５ */
.button05 {
  width: 80%;
  margin: 15% auto 0;
}
/* Q&A_パソコン隠す */
.section-qanda_pc {
  display: none;
}
/* フッター */
footer {
  background-color: #fffcf7;
  background-image: url("../image/11_footer/footer_back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 101vw;
}
.section-footer nav {
  display: block;
  padding-top: 50vw;
}
.section-footer__logo {
  width: 50%;
  display: block;
  margin: -2% auto 5%;
}
.section-footer__pc_menu {
  display: none;
}
.section-footer__mobile_menu {
  text-align: center;
  line-height: 28px;
  margin-bottom: 3%;
}
a {
  text-decoration: none;
  color: #FFF;
}
.section-footer p {
  text-align: center;
  color: #FFF;
  font-size: 10px;
}
.section-footer_pc {
  display: none;
}
.header-content-wrapper_pc {
  display: none;
}
img {
  width: 100%;
}
/* ここからPC */
@media(min-width: 1025px) {
  /* pc_ヘッダー */
  .header {
    height: 85px;
  }
  .header-content-wrapper {
    display: none;
  }
  .header-content-wrapper_pc {
    max-width: 1160px;
    margin: 0 44% 0 7%;
    position: relative;
    display: block;
  }
  .header-content-wrapper_pc h1 {
    display: block;
    width: 95%;
    margin-left: -15%;
  }
  /* pc_ヘッダー_ナビゲーション*/
  .header nav {
    display: none;
  }
  .header nav ul li a {
    display: none;
  }
  .header_pc_nav {
    display: block;
  }
  .header-content-wrapper_pc nav {
    display: block;
    text-align: right;
    margin-right: -75%;
    margin-top: 4.4%;
    font-size: 1.4rem;
    background-color: inherit;
    box-shadow: none;
    height: 0;
  }
  .header-content-wrapper_pc nav ul {
    display: flex;
    justify-content: flex-end;
    margin: -8.6% -30%;
    gap: 28px;
  }
  .header-content-wrapper_pc nav ul li a {
    display: block;
    line-height: 4rem;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 0;
    color: #003463;
  }
  /* pc_ヘッダー_ボタン類*/
  .header_cta_moushikomi {
    display: none;
  }
  .header_cta_login {
    display: none;
  }
  .hamburger-menu {
    display: none;
  }
  .header_cta_moushikomi_pc {
    display: block;
    width: 12%;
    margin-top: -3%;
  }
  .header_cta_login_pc {
    display: block;
    width: 12%;
    margin-top: -3%;
  }
  /* pc_トップ */
  .section-top_image {
    display: none;
  }
  .section-top_image_pc {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 87%;
  }
  .section-top__image-message_top_pc {
    position: absolute;
    display: block;
    width: 23%;
    margin-top: -35%;
    margin-left: 14%;
  }
  .section-top__image-message_bottom_pc {
    position: absolute;
    display: block;
    width: 23%;
    margin-top: -28%;
    margin-left: 14%;
  }
  .section-top__image-message_eng_pc {
    position: absolute;
    display: block;
    font-size: 4rem;
    margin-top: -22%;
    margin-left: 27%;
    letter-spacing: 6px;
    height: 100%;
    padding-top: 11px;
    color: #003463;
  }
  .section-top__btn {
    width: 12%;
    margin-left: 76%;
    position: absolute;
    margin-top: -28%;
  }
  .section-top__image-message_top {
    display: none;
  }
  .section-top__image-message_bottom {
    display: none;
  }
  .section-top__image-message_eng {
    display: none;
  }
  /* pc_メッセージ */
  .section-message__image {
    display: none;
  }
  .section-message__image_pc {
    background-image: url("../image/02_message/massage_back_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 139vw;
    margin-top: 7%;
  }
  .section-message__image_woman1_pc {
    display: block;
    width: 50%;
    position: relative;
  }
  .section-message__message_pc {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17rem;
    margin: -3% 5%;
    font-weight: 300;
    letter-spacing: 11px;
    color: #FFF;
    position: absolute;
  }
  .button01_pc {
    display: block;
    width: 25%;
    margin: 3% 20% 0 48.5%;
  }
  .section-message__image_woman2_pc {
    display: block;
    width: 50%;
    margin: 4% 0 0 auto;
  }
  /* pc_メッセージ_テキスト */
  .section-message__image-message_pc h2 {
    display: block;
    padding-top: 9%;
    padding-left: 10%;
    padding-bottom: 24px;
    font-size: 4.0rem;
    color: #003463;
    text-align: left;
    line-height: 1.6em;
  }
  .section-message__image-message_pc p {
    display: block;
    color: #003463;
    line-height: 4.5rem;
    font-size: 2.2rem;
    text-align: left;
    padding: 0.5% 10% 0 48%;
    margin-top: -11%;
  }
  .section-message__image_woman1 {
    display: none;
  }
  .section-message__image_woman2 {
    display: none;
  }
  .section-message__message {
    display: none;
  }
  /* メリット */
  /* メリット_モバイルイメージ消す */
  .section-merrit__image {
    display: none;
  }
  .section-interview_picture {
    display: none;
  }
  .section-merrit__image_pc {
    display: block;
    background-image: url("../image/03_merit/merit_back_pc.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 85vw;
    position: relative;
    margin-top: -4%;
  }
  .section-merrit__image-title_pc img {
    display: block;
    margin-right: auto;
    padding-left: 5%;
    width: 35%;
  }
  .section-merrit__image-title_pc h2 {
    display: none;
  }
  .section-merrit__image-title_pc h3 {
    text-align: left;
    padding: 5px 5% 30px;
    font-size: 2.4rem;
    color: #003463;
  }
  .section-merrit_picture_pc {
    display: flex;
    margin: 0 auto;
    padding-top: 30px;
  }
  .section-merrit__picture_pc {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .section-merrit_pc__text01 {
    font-size: 2.5rem;
    line-height: 4rem;
    background: url("../image/03_merit/01.png");
    height: 10vw;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 40px 0 77px;
    padding-top: 5%;
    color: #003463;
  }
  .section-merit_pc__text02 {
    font-size: 2.5rem;
    line-height: 4rem;
    background: url("../image/03_merit/02.png");
    height: 10vw;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 40px 0 77px;
    padding-top: 5%;
    color: #003463;
  }
  .section-merit_pc__text03 {
    font-size: 2.5rem;
    line-height: 4rem;
    background: url("../image/03_merit/03.png");
    height: 10vw;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 50px 0 77px;
    padding-top: 5%;
    color: #003463;
  }
  .merrit_02_pc {
    margin-top: 3%;
  }
  .merrit_03_pc {
    margin-top: 6%;
  }
  .section-interview {
    display: none;
  }
  /* インタビュー*/
  .section-interview_pc {
    display: block;
    background-image: url("../image/04_interview/interview_back_pc.png");
    margin-top: -52%;
    height: 186vw;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fffcf7;
  }
  .section-interview__image-title_pc {
    display: block;
    width: 50%;
    padding-top: 40%;
    padding-left: 5%;
  }
  .section-interview__image-title_pc h2 {
    display: none;
  }
  /* タイトル */
  .section-interview_pc h4 {
    font-size: 2.4rem;
    color: #003463;
  }
  /* インタビュー上段 */
  .interview_first {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 0;
  }
  .section-interview__picture_text01_pc {
    padding: 0 5%;
    display: flex;
  }
  .section-interview_text_pc {
    padding: 8% 8% 10%;
    margin: -4% 7% 5%;
    color: #003463;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
  .section-interview_text_pc h4 {
    margin-bottom: 25px;
    border-bottom: 1px solid #32a4ed;
    width: 50%;
    padding-bottom: 25px;
  }
  .section-interview_text_pc {
    line-height: 2.5rem;
  }
  .section-interview__picture_text02_pc {
    padding: 0 5%;
    display: flex;
  }
  .section-interview_pc h3 {
    margin-left: 16px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #32a4ed;
    font-size: 3rem;
    margin-right: 2%;
  }
  .section-interview_pc p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 2px;
  }
  .section-interview__picture01_pc {
    position: relative;
    width: 90%;
  }
  .section-interview__picture_text02_pc {
    width: 90%;
    padding-top: 10%;
  }
  /* インタビュー下段 */
  .interview_second {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5%;
  }
  .section-interview__picture_text03_pc {
    display: flex;
    width: 82%;
  }
  .section-interview__picture_text04_pc {
    display: flex;
    width: 90%;
    padding-top: 10%;
  }
  /* インタビューボタン */
  .button02_pc {
    width: 30%;
    margin: 0 auto;
    cursor: pointer;
  }
  /* アバウトアス_モバイル隠す */
  .section-aboutus_mobile {
    display: none;
  }
  /* アバウトアス_PC */
  .section-aboutus_pc {
    display: block;
    margin-top: -27%;
    position: relative;
  }
  .section-aboutus__image-title_pc h2 {
    display: none;
  }
  .section-aboutus__image-title_pc h3 {
    font-size: 2.4rem;
    margin-left: 5%;
    margin-bottom: 5%;
    color: #003463;
  }
  .section-aboutus__image-title_pc img {
    width: 45%;
    padding-top: 10%;
    margin-left: 5%;
  }
  .section-aboutus__image_pc {
    position: relative;
  }
  .section-aboutus_text_pc {
    position: absolute;
    padding: 30px 30px;
    margin: -12% 10%;
    color: #2c2c2f;
    background: rgba(255, 255, 255);
    border-radius: 20px;
  }
  /* アバウトアス_マイナビロゴ */
  .section-aboutus_mynavi_pc {
    width: 15%;
    display: block;
    margin: 0 60% 0 15%;
    padding-top: 5px;
  }
  /* アバウトアス_テキスト */
  .section-aboutus_text_pc p {
    text-align: justify;
    font-size: 2.0rem;
    line-height: 4rem;
    margin: -14% 10% 0 39%;
    padding-bottom: 3%;
    color: #003463;
  }
  /* ポイント_モバイル消す */
  .section-point_mobile {
    display: none;
  }
  /* ポイント_PC */
  .section-point_pc {
    display: block;
    background-image: url("../image/06_point/point_pink.png");
    background-size: 25% auto;
    background-repeat: no-repeat;
  }
  .section-point__image-title_pc {
    width: 35%;
    margin: 0 auto;
    padding-top: 15%;
  }
  .section-point__image-title_pc h2 {
    display: none;
  }
  .section-point__image-title_pc h3 {
    font-size: 2.5rem;
    text-align: center;
    color: #003463;
  }
  .section-point_01point_pc {
    display: flex;
    margin-top: 5%;
    background-image: url("../image/06_point/point_blue.png");
    background-position: right 0;
    background-size: 10%;
    background-repeat: no-repeat;
  }
  .section-point__01point__text_pc img {
    width: 15%;
    margin-bottom: 5%;
  }
  .section-point__01point__text_pc {
    padding: 5% 5%;
    margin: 0 7% 0 -8%;
    color: #2c2c2f;
    background: rgba(255, 255, 255);
    border-radius: 20px;
    order: 2;
  }
  .section-point__01point__picture_pc {
    background-image: url("../image/06_point/point_01_back_pc.png");
    background-size: contain;
    height: 31vw;
    background-repeat: no-repeat;
    order: 1;
    margin-left: 8%;
  }
  .section-point__01point__picture_pc ul {
    display: flex;
  }
  .section-point__01point__circle_wrap_pc {
    width: 100%;
    margin: 45% 8%;
  }
  .section-point__01point__criative_pc {
    margin-top: 8%;
    margin-right: 15%;
  }
  .section-point__01point__picture_pc h3 {
    margin: 0 -28% 0 12%;
    text-align: center;
    padding-left: 10%;
    padding-bottom: 10%;
  }
  .section-point__01point__text_pc h3 {
    font-size: 2.5rem;
    margin-bottom: 5%;
    color: #003463;
  }
  .section-point__01point__text_pc p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #003463;
    text-align: justify;
    font-feature-settings: "palt";
  }
  .section-point__01point__circle_pc {
    display: block;
    margin-left: 30%;
  }
  .section-point__01point__criative__book_pc {
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-top: -6%;
    position: relative;
  }
  .section-point__01point__criative_pc h3 {
    position: relative;
    padding: 10px 10px;
    margin: 0 25% 0;
    text-align: center;
    font-weight: bold;
    color: #32a4ed;
    background: #FFF;
    border: solid 1px #32a4ed;
    border-radius: 10px;
    z-index: 10;
  }
  .section-point__01point__criative_pc p {
    padding: 5% 5%;
    margin: -1% 22%;
    font-size: 1.4rem;
    color: #32a4ed;
    background: #FFF;
    border: solid 1px #32a4ed;
    border-radius: 20px;
    text-align: justify;
    font-feature-settings: "palt";
  }
  .section-point__02point_wrap {
    display: flex;
    align-items: flex-start;
    background-image: url("../image/06_point/point_pink2.png");
    background-repeat: no-repeat;
    background-size: 21%;
  }
  .section-point__02point_pc {
    width: 20%;
    margin-bottom: 5%;
  }
  .section-point__02point__text_pc {
    padding: 5% 7% 5% 5%;
    width: 50%;
    color: #2c2c2f;
    background: rgba(255, 255, 255);
    border-radius: 20px;
    margin-top: 10%;
    margin-left: 5%;
    margin-right: -2%;
  }
  .section-point__02point__text_pc h3 {
    font-size: 2.5rem;
    margin-bottom: 5%;
    color: #003463;
  }
  .section-point__02point__text_pc p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #003463;
    text-align: justify;
    font-feature-settings: "palt";
  }
  .section-point__02point_picture_pc {
    width: 50%;
    margin-top: 10%;
    margin-right: 4%;
  }
  .section-point__03point_pc {
    width: 18%;
    margin-bottom: 5%;
  }
  .section-point__03point__text_pc {
    padding: 5% 5%;
    margin: 0 6% 21% -9%;
    color: #2c2c2f;
    background: rgba(255, 255, 255);
    border-radius: 20px;
    width: 50%;
    order: 2;
  }
  .section-point__03point__text_pc h3 {
    font-size: 2.5rem;
    margin-bottom: 5%;
    line-height: 3.2rem;
    color: #003463;
  }
  .section-point__03point__text_pc p {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #003463;
    text-align: justify;
    font-feature-settings: "palt";
  }
  .section-point__03point_picture_pc {
    width: 70%;
    margin-bottom: 20%;
    margin-left: 5%;
    order: 1;
  }
  .section-point__03point_wrap {
    display: flex;
  }
  .section-point__03point_wrap {
    margin-top: 10%;
    background-image: url("../image/06_point/point_pink3.png");
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: 106% 86%;
  }
  /* 拠点 */
  .section-place__text {
    display: none;
  } /* ポイント_モバイル隠す */
  .section-place__text_pc {
    display: block;
    font-size: 3rem;
    text-align: center;
  }
  .section-place_wrap {
    display: none;
  } /* 拠点_モバイル隠す */
  .section-place__text_pc {
    background-image: url("../image/07_hub/place_back_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 60vw;
  }
  .section-place__text_pc h3 {
    padding-top: 8%;
    padding-bottom: 3%;
    color: #FFF;
  }
  .place_box_pc {
    width: 25%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 2.8rem;
    line-height: 6.0rem;
    color: #FFF;
  }
  .place_pc {
    border-left: 3px dotted #FFF;
    padding-left: 30px;
    text-align: left;
  }
  .section-works_mobile {
    display: none;
  } /* お仕事例モバイル隠す */
  .section-works_pc {
    display: block;
    background-image: url("../image/08_works/works_back_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 75vw;
  }
  .section-works__image-title_pc {
    display: block;
    width: 40%;
    margin: -7% 0 5% 52%;
  }
  .section-works__image-title_pc h2 {
    display: none;
  }
  .section-works__image-title_pc h3 {
    font-size: 2.5rem;
    text-align: right;
    color: #003463;
  }
  .section-works__contents_pc {
    width: 50%;
    margin-left: 45%;
  }
  .section-works_message_pc h3 {
    margin: -25% 60% 0 10%;
    font-size: 2.5rem;
    text-align: center;
    line-height: 4rem;
    color: #003463;
  }
  .button03_pc {
    width: 29%;
    margin: 3% 60% 0 10%;
    cursor: pointer;
  }
  .section-works_text_pc {
    padding: 20px 30px;
    color: #2c2c2f;
    background: rgba(255, 255, 255);
    border-radius: 0 0 10px 10px;
  }
  .section-works__contents_pc li img {
    vertical-align: top;
  }
  .works_hide_pc {
    width: 320px;
    height: auto;
  }
  .slick-slide {
    margin-right: 1vw !important;
    margin-left: 1vw !important;
  }
  .section-works_text_pc h3 {
    margin-bottom: 6%;
    padding-bottom: 5%;
    font-size: 1.8rem;
    border-bottom: 1px solid #32a4ed;
    color: #003463;
  }
  .section-works_text_pc dl {
    display: flex;
    flex-wrap: wrap;
  }
  .section-works_text_pc dt {
    width: 50px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 1rem;
    text-align: center;
    background: #32a4ed; /*背景色*/
    margin-right: 10px;
    margin-bottom: 7px;
  }
  .section-works_text_pc dd {
    line-height: 2.0rem;
    margin-bottom: 4px;
    width: calc(100% - 60px);
    font-size: 1.8rem;
    color: #003463;
  }
  /* howto_パソコン */
  .section-howto_mobile {
    display: none;
  } /* howto_モバイル消す */
  .section-howto_pc {
    display: block;
    background-image: url("../image/09_howto/flow_illust_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 110vw;
    background-position: right 35% bottom -4px;
  }
  .section-howto__image-title_pc {
    display: block;
    width: 40%;
    margin-left: 5%;
  }
  .section-howto_flow_pc {
    background-image: url("../image/09_howto/flow_blue.png");
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: left 0 bottom 66%;
  }
  .section-howto__image-title_pc h2 {
    display: none;
  }
  .section-howto__image-title_pc h3 {
    font-size: 2.5rem;
    color: #003463;
  }
  .button04_pc {
    width: 20%;
    margin: 1% 19% 0 46%;
    cursor: pointer;
  }
  .section-howto_flow_pc ol {
    background-image: url("../image/09_howto/flow_pink.png");
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: right 3% bottom 25%;
  }
  .section-howto_text01_pc {
    margin-right: auto;
    padding: 10vw 19% 1% 46%;
    color: #32a4ed;
  }
  .section-howto_text01_pc h3 {
    font-size: 2.5rem;
    padding-bottom: 3%;
  }
  .section-howto_text01_pc p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-text_position02_pc {
    margin-right: auto;
    padding: 5vw 18% 3% 52%;
    color: #32a4ed;
  }
  .section-howto_text02_pc h3 {
    font-size: 2.5rem;
    padding-bottom: 3%;
  }
  .section-howto_text02_pc p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-text_position03_pc {
    margin-right: auto;
    padding: 4vw 23% 2% 43%;
    color: #32a4ed;
  }
  .section-howto_text03_pc h3 {
    font-size: 2.5rem;
    padding-bottom: 3%;
  }
  .section-howto_text03_pc p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-text_position04_pc {
    margin-right: auto;
    padding: 7vw 23% 2% 43%;
    color: #32a4ed;
  }
  .section-howto_text04_pc h3 {
    font-size: 2.5rem;
    padding-bottom: 3%;
  }
  .section-howto_text04_pc p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .section-text_position05_pc {
    margin-right: auto;
    padding: 12vw 13% 2% 62%;
    color: #32a4ed;
  }
  .section-howto_text05_pc h3 {
    font-size: 2.5rem;
    padding-bottom: 3%;
  }
  .section-howto_text05_pc p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  /* Q&A_パソコン */
  .section-qanda_mobile {
    display: none;
  } /* Q&A_モバイル消す */
  .section-qanda_pc {
    display: block;
    background-image: url("../image/10_q&a/qanda_back_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 88vw;
    background-position: center;
    margin-top: -1%;
  }
  .section-qanda__image-title_pc {
    width: 30%;
    margin-left: 5%;
    padding-top: 21%;
    padding-bottom: 6%;
  }
  .section-qanda__image-title_pc h2 {
    display: none;
  }
  .section-qanda__image-title_pc h3 {
    font-size: 2.5rem;
    color: #003463;
  }
  .nav p {
    display: none;
  }
  .nav-open::before { /* 閉じている時 */
    content: "";
    top: 50%;
    cursor: pointer;
  }
  .nav-open.active::before { /* 開いている時 */
    content: "";
    top: 50%;
    cursor: pointer;
  }
  .section-qanda_text_pc {
    margin: 0 8%;
  }
  .section-qanda_pc div:nth-of-type(2) {
    border-top: solid 1px #32a4ed;
  }
  .nav-open {
    font-size: 2rem;
    padding: 3%;
    font-weight: 600;
  }
  .section-qanda_text_pc p {
    padding: 2% 5%;
    line-height: 3rem;
    font-size: 2.0rem;
    cursor: pointer;
  }
  .button05_pc {
    width: 25%;
    margin: 7% auto 0;
  }
  /* footer_パソコン */
  footer {
    background-color: #fffcf7;
    background-image: url("../image/11_footer/footer_back_pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 59vw;
  }
  .section-footer_pc {
    display: block;
    margin-top: -10%;
  }
  .section-footer_mobile {
    display: none;
  }
  .section-footer__logo_pc {
    width: 20%;
    margin-left: 12%;
  }
  .section-footer__mobile_menu_pc {
    text-align: left;
    padding-top: 2%;
    padding-left: 12%;
    line-height: 3.5rem;
  }
  .section-footer__pc_menu_pc {
    display: block;
    margin: -10% 5% 2% 70%;
    line-height: 3.5rem;
  }
  .section-footer_pc p {
    text-align: center;
    color: #FFF;
    font-size: 1.4rem;
    margin-top: 3%;
  }
  .section-footer_pc nav {
    padding-top: 35%;
  }
}
/* ここまでPC */
/* 1920 */
@media(min-width: 1900px) {
  /* ログイン */
  .header_cta_login_pc {
    display: block;
    width: 12%;
    margin-top: -2%;
  }
  /* 申し込み */
  .header_cta_moushikomi_pc {
    display: block;
    width: 12%;
    margin-left: 7%;
    margin-top: -2%;
  }
  /* ナビゲーション */
  .header-content-wrapper_pc nav ul li a {
    display: block;
    line-height: 6rem;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 0;
    color: #003463;
  }
  /* メッセージ_テキスト */
  .section-message__image-message_pc p {
    display: block;
    color: #003463;
    line-height: 4.5rem;
    font-size: 2.2rem;
    text-align: left;
    padding: 3.5% 10% 0 48%;
    margin-top: -11%;
  }
  /* メリット */
  .section-merrit__image_pc {
    margin-top: -8%;
  }
  /* アバウトアス*/
  .section-aboutus_pc {
    margin-top: -35%;
  }
  /* アバウトアス_テキスト */
  .section-aboutus_text_pc p {
    text-align: justify;
    font-size: 2.0rem;
    line-height: 4rem;
    margin: -15% 10% 0 38%;
    padding-bottom: 4%;
    color: #003463;
  }
  .section-aboutus_text_pc {
    position: absolute;
    padding: 50px 33px;
    margin: -12% 10%;
    color: #2c2c2f;
    background: rgba(255, 255, 255);
    border-radius: 20px;
  }
  .section-aboutus_mynavi_pc {
    width: 25%;
    display: block;
    margin: -2% 60% 2% 11%;
    padding: 2% 5%;
  }
  /* ポイント */
  .section-point__01point__criative_pc {
    margin-top: 15%;
    margin-right: 6%;
  }
  .section-point__01point__criative_pc p {
    padding: 5% 3% 9%;
    line-height: 3rem;
  }
  /* 拠点 */
  .place_box_pc {
    margin-top: 3%;
  }
  .section-works_message_pc h3 {
    margin-top: -19%;
  }
  .section-works__contents_pc {
    margin-top: 7%;
  }
  /* お仕事例 */
  .section-works_text_pc h3 {
    font-size: 1.6rem;
  }
  /* お仕事までの流れ */
  .section-text_position02_pc {
    padding-top: 14vw;
  }
  .section-text_position03_pc {
    padding-top: 6vw;
  }
  .section-text_position04_pc {
    padding-top: 11vw;
  }
  /* フッターh*/
  .section-footer_pc p {
    margin-top: 8%;
  }
}