@charset "UTF-8";

  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

  main {
    overflow: visible;
  }

  /* ヘッダー */
  /* .header{
  top: -70px;
} */
  header {
    position: fixed;
    top: 0;
    background: #fff;
  }

  .ss header:not(.nofixed) {
    top: -70px;
  }

  .header-inner {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .header-inner h1 {
    display: none;
  }

  .logo {
    opacity: 1;
  }

  .nav {
    overflow: visible;
    margin-left: 200px;
  }

  .nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav ul li {
    list-style-position: unset;
    list-style-type: none;
    padding-left: 0;
  }

  .nav a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
  }

  .nav a:hover {
    opacity: 0.7;
  }

  .entry-btn {
    height: 100%;
  }

  .entry-btn a {
    min-width: 150px;
    height: 100%;
    background: #2C74DA;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 600;
    transition: background 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .entry-btn a:hover {
    opacity: 0.7;
  }

  /* ハンバーガー */
  .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 1001;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: #a6b9c1;
    transition: 0.3s ease-in-out;
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  @media screen and (max-width: 900px) {
    .nav {
      position: fixed;
      inset: 0;
      background: rgba(255, 255, 255, 0.98);
      display: none;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: 1000;
      opacity: 0;
      transition: opacity 0.4s ease;
      margin-left: 0;
    }

    .nav.active {
      display: flex;
      visibility: visible;
      opacity: 1;
    }

.nav ul{
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
        background: rgba(46, 68, 78, 0.9);
        height: 100%;
        justify-content: flex-start;
        text-align: center;
        padding-top: 7rem;
  }

    .nav a {
      color: #fff;
        font-size: 2.5rem;
    }

    .hamburger {
      display: flex;
      margin-left: auto;
      margin-right: 20px;
    }
  }

  /* 本来のヘッダー非表示*/
  .DEVELOP779 {
    display: none !important;
  }

  header#pattern2>nav {
    display: none !important;
  }

  /* MV非表示 */
  #lv_outer {
    display: none !important;
  }

  /* サイドバー非表示 */
  #sidebar {
    display: none;
  }

  #primary {
    width: 100%;
  }

  /* デフォルト修正 */
  main>section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #main>.width_fixed>.content_wrapper {
    max-width: 100% !important;
    padding: 0;
  }

  .entry_header {
    display: none;
  }

  .news_single #primary article {
    margin-bottom: 0 !important;
  }

  .pager2 {
    display: none;
  }

  .news_single #primary section:last-child {
    margin-bottom: 0 !important;
  }

  /* ボタン装飾 */
  .contents_btn01 {
    overflow: visible;
  }

  .contents_btn01 a {
    min-width: 280px;
    transition: .3s;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    font-size: 1.55rem;
    padding: 5px !important;
    border: 2px solid #2C74DA;
    color: #2C74DA !important;
    font-weight: bold;
    box-shadow: 5px 5px 0px 0px rgb(44, 116, 218, 50%);
    position: relative;
  }

  .contents_btn01 a::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #2C74DA;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contents_btn01 a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #2C74DA;
    right: 10px;
    top: 45%;
    transform: translateY(-50%) rotate(45deg);
  }

  /* MV画像 */
  #mv_img+section {
    margin-top: 70px !important;
  }

  #mv_img+section .content_wrapper {
    max-width: 100% !important;
  }

  /* MV部分(テキスト構築veer.)
body.scrolled #introduction+section{

}
#introduction+section{
  margin-top: 70px!important;
  padding-bottom: 60px;
}
#introduction+section .inner_item_txt h3{
  font-size: 11rem;
  font-size: clamp(10rem, 6.9vw, 5rem);
  font-weight: 900;
  color: #fff;
  transform: skew(-10deg);
  opacity: 0.8;
  letter-spacing: -4px;
  line-height: 1;
  margin-bottom: 30px;
}
#introduction+section .inner_item_txt .subtitle01{
  margin-top: 20px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
#introduction+section .inner_item_txt .subtitle02{
  margin-top: 20px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
#introduction+section .inner_item_txt .text{
  color: #fff;
  margin-top: 40px;
  font-weight: 400;
} */

  /* プロフィール */
  #profile+section {
    position: relative;
    overflow: visible;
    z-index: 2;
  }

  #profile+section::before {
    content: '';
    position: absolute;
    width: 24vw;
    height: 3px;
    background: #2C74DA;
    right: 0;
    top: -105px;
    z-index: 1;
  }

  #profile+section::after {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/assist-centeringcojp/image/20251027094952.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 170%;
    bottom: -110px;
    z-index: 1;
  }

  #profile+section .heading.block_header_6 .h {
    font-size: clamp(4rem, 3.47vw, 5rem) !important;
    font-weight: 900;
    color: #2C74DA;
    transform: skew(-10deg);
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    text-align: end;
    display: block;
    white-space: nowrap;
    padding-bottom: 0;
  }

  #profile+section .heading.block_header_6 .h::before {
    content: none;
  }

  #profile+section .heading.block_header_6 p {
    font-size: 3rem;
    color: #2C74DA;
    text-align: end;
    line-height: 1.3;
  }

  #profile+section .content_wrapper {
    transform: translateY(-150px);
    z-index: 2;
  }

  #profile+section .box_wrapper {
    display: flex;
    box-shadow: 2px 2px 4px 0px rgb(0, 0, 0, 0.3);
  }

  #profile+section .box_wrapper .box {
    width: 50%;
  }

  #profile+section .box_wrapper .img_box {
    background: #1E48A2;
    position: relative;
  }

  #profile+section .box_wrapper .img_box::before {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/assist-centeringcojp/image/20251027120240.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  #profile+section .box_wrapper .text_box {
    padding: 20px 40px;
    background: #fff;
  }

  #profile+section .box_wrapper .text_box>div {
    display: flex;
  }

  #profile+section .box_wrapper .text_box>div:nth-of-type(n+2) {
    margin-top: 10px;
  }

  #profile+section .box_wrapper .text_box>div .title {
    background: #2C74DA;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 0;
  }

  #profile+section .box_wrapper .text_box>div .text {
    padding-left: 20px;
    color: #2C74DA;
    font-weight: bold;
  }

  /* 転職を決めたワケ */
  #reason+section {
    position: relative;
    padding-bottom: 250px;
    z-index: 2;
  }

  #reason+section::before {
    content: '';
    position: absolute;
    width: 48vw;
    height: 3px;
    background: #fff;
    left: 0;
    top: 123px;
  }

  /* #reason+section::after{
  content: '';
  position: absolute;
  background-image: url(/common/upload_data/assist-centeringcojp/image/20251027122117.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
} */
  #reason+section .box_wrapper .text_box {
    width: 70%;
  }

  #reason+section .box_wrapper .text_box .heading.block_header_6 {
    align-items: flex-start;
  }

  #reason+section .box_wrapper .text_box .heading.block_header_6 .h {
    font-size: clamp(3.2rem, 3.47vw, 5rem) !important;
    font-weight: 900;
    color: #fff;
    transform: skew(-10deg);
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    text-align: end;
    display: block;
    white-space: nowrap;
    padding-bottom: 0;
  }

  #reason+section .box_wrapper .text_box .heading.block_header_6 .h::before {
    content: none;
  }

  #reason+section .box_wrapper .text_box .heading.block_header_6 p {
    font-size: 3rem;
    color: #fff;
    line-height: 1.3;
  }

  #reason+section .box_wrapper .text_box>p:nth-of-type(1) {
    font-size: 3.5rem;
    font-weight: bold;
    color: #fff;
    margin-top: 60px;
  }

  #reason+section .box_wrapper .text_box>p:nth-of-type(2) {
    font-size: 6rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }

  #reason+section .box_wrapper .img_box {
    width: 30%;
    position: relative;
  }

  #reason+section .text_wrapper {
    background: #fff;
    padding: 30px 20px 50px;
    margin-top: 20px;
  }

  #reason+section .text_wrapper p:nth-of-type(1) {
    margin-bottom: 0px;
  }

  /* 白い境界線デコ */
  #deco+section {
    background: transparent;
    margin-top: -150px !important;
    margin-left: -5%;
    z-index: 2;
  }

  #deco+section .content_wrapper {
    max-width: 100% !important;
  }

  #deco+section .inner_item_img {
    max-width: 110%;
    width: 105%;
  }

  /* 成長の軌跡 */
  #journey+section {
    position: relative;
    overflow: visible;
    z-index: 3;
  }

  #journey+section::before {
    content: '';
    position: absolute;
    width: 48vw;
    height: 3px;
    background: #2C74DA;
    right: 0;
    top: -105px;
    z-index: 2;
  }

  #journey+section .content_wrapper {
    transform: translateY(-150px);
    z-index: 1;
  }

  #journey+section .heading.block_header_6 .h {
    font-size: clamp(3.2rem, 3.47vw, 5rem) !important;
    font-weight: 900;
    color: #2C74DA;
    transform: skew(-10deg);
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    text-align: end;
    display: block;
    white-space: nowrap;
    padding-bottom: 0;
  }

  #journey+section .heading.block_header_6 .h::before {
    content: none;
  }

  #journey+section .heading.block_header_6 p {
    font-size: 3rem;
    color: #2C74DA;
    line-height: 1.3;
  }

  /* 現在の役割 */
  #parts+section {
    position: relative;
  }

  #parts+section::before {
    content: '';
    position: absolute;
    width: 48vw;
    height: 3px;
    background: #2C74DA;
    left: 0;
    top: 143px;
  }

  #parts+section .heading.block_header_6 .h {
    font-size: clamp(3.2rem, 3.47vw, 5rem) !important;
    font-weight: 900;
    color: #2C74DA;
    transform: skew(-10deg);
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    text-align: end;
    display: block;
    white-space: nowrap;
    padding-bottom: 0;
  }

  #parts+section .heading.block_header_6 .h::before {
    content: none;
  }

  #parts+section .heading.block_header_6 p {
    font-size: 3rem;
    color: #2C74DA;
    line-height: 1.3;
  }

  #parts+section .box_wrapper {
    display: flex;
    gap: 15px;
  }

  #parts+section .box_wrapper .box {
    width: calc((100% - 45px) / 4);
    background: #fff;
    border: 3px solid #2C74DA;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
  }

  #parts+section .box_wrapper .box .title {
    font-size: 2rem;
    font-weight: bold;
    color: #2C74DA;
    line-height: 1.3;
  }

  /* メッセージ */
  #message+section {
    position: relative;
  }

  #message+section::before {
    content: '';
    position: absolute;
    width: 25vw;
    height: 3px;
    background: #2C74DA;
    right: 0;
    top: 144px;
  }

  #message+section .heading.block_header_2 {
    text-align: end;
    border-bottom: none;
  }

  #message+section .heading.block_header_2 .h {
    font-size: clamp(4rem, 3.47vw, 5rem) !important;
    font-weight: 900;
    color: #2C74DA;
    transform: skew(-10deg);
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    display: block;
    white-space: nowrap;
    padding-bottom: 0;
  }

  #message+section .heading.block_header_2 p {
    font-size: 3rem;
    color: #2C74DA;
    line-height: 1.3;
  }

  #message+section .inner_item_txt>p {
    margin-top: 60px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    color: #2C74DA;
  }

  #message02+section .box-wrapper {
    background: #1E48A2;
    box-shadow: 10px 10px 0px 0px #6AC95C;
    position: relative;
  }

  #message02+section .box-wrapper::before {
    content: '';
    position: absolute;
    background-image: url(/common/upload_data/assist-centeringcojp/image/20251027120240.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 400px;
    height: 400px;
    right: 0;
    bottom: 0;
  }

  #message02+section .box-wrapper .text_box {
    padding: 40px;
  }

  #message02+section .box-wrapper .text_box p {
    color: #fff;
  }

  #message02+section .box-wrapper .text_box p:nth-of-type(2),
  #message02+section .box-wrapper .text_box p:nth-of-type(3),
  #message02+section .box-wrapper .text_box p:nth-of-type(4) {
    position: relative;
    font-size: 2rem;
    color: #fff;
    padding-left: 40px;
  }

  #message02+section .box-wrapper .text_box p:nth-of-type(6) {
    font-size: 2rem;
  }

  /* バナー */
  #banner+section {
    padding-bottom: 30px !important;
  }

  #banner+section .title {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
  }

  #banner+section .title span {
    font-size: 6rem;
  }

  #banner+section .inner_item_txt>div {
    display: flex;
    gap: 50px;
    margin-top: 20px;
  }

  #banner+section .inner_item_txt>div .text {
    border: 1px solid #fff;
    background: rgba(44, 116, 218, 0.8);
    padding: 10px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #banner+section .inner_item_txt>div .text span {
    font-size: 4rem;
  }

  #banner+section .contents_btn01 a {
    min-width: 300px;
    background: #FFFF00;
  }

  #banner+section .contents_btn01 a::before,
  #banner+section .contents_btn01 a::after {
    content: none;
  }

  /* レスポンシブ */
  @media screen and (min-width: 1800px) {

    /* プロフィール */
    #profile+section::before {
      width: 30.5vw;
    }

    /* 転職を決めたワケ */
    #reason+section::before {
      width: 49vw;
    }

    /* 現在の役割 */
    #parts+section::before {
      width: 49vw;
    }

    /* メッセージ */
    #parts+section::before {
      width: 31.5vw;
    }
  }

  @media screen and (max-width: 1200px) {

    /* 全体余白 */
    #profile+section .content_wrapper,
    #reason+section .content_wrapper,
    #journey+section .content_wrapper,
    #parts+section .content_wrapper,
    #message+section .content_wrapper,
    #message02+section .content_wrapper,
    #banner+section .content_wrapper {
      padding: 0 20px !important;
    }

    /* #profile+section,
  #reason+section,
  #journey+section,
  #parts+section,
  #message+section,
  #message02+section,
  #banner+section{
    padding: 0 20px!important;
  } */
  }

  @media screen and (max-width: 900px) {

    /* プロフィール */
    #profile+section::before {
      top: -66px;
    }

    #profile+section .content_wrapper {
      transform: translateY(-100px);
    }

    /* 成長の軌跡 */
    #journey+section::before {
      top: -64px;
    }

    #journey+section .content_wrapper {
      transform: translateY(-100px);
    }

    /* メッセージ */
    #message+section::before {
      top: 783px;
    }

    #message+section .inner_item_txt>p {
      text-align: center !important;
    }
  }

  @media screen and (max-width: 768px) {

    /* プロフィール */
    #profile+section {
      padding: 0 20px 60px !important;
    }

    #profile+section::before {
      top: 30px;
      width: 26vw;
    }

    #profile+section .content_wrapper {
      transform: translateY(0);
    }

    #profile+section .box_wrapper {
      flex-direction: column;
    }

    #profile+section .box_wrapper .box {
      width: 100%;
    }

    #profile+section .box_wrapper .img_box {
      height: 200px;
    }

    #profile+section .box_wrapper .img_box::before {
      width: 300px;
      height: 300px;
    }

    /* 転職を決めたワケ */
    #reason+section {
      padding: 60px 20px 100px !important;
    }

    #reason+section::before {
      width: 47vw;
      top: 85px;
    }

    #reason+section .box_wrapper .img_box {
      display: flex;
      align-items: end;
    }

    #reason+section .box_wrapper .img_box img {
      margin-bottom: 0;
    }

    /* 白い境界線デコ */
    #deco+section {
      margin-top: -120px !important;
    }

    #deco+section .inner_item_img {
      width: 101%;
    }

    /* 成長の軌跡 */
    #journey+section {
      padding: 0 20px 60px !important;
      background-position: left !important;
      background-size: 100% !important;
    }

    #journey+section::before {
      width: 46vw;
      top: 25px;
    }

    #journey+section .content_wrapper {
      transform: translateY(0);
    }

    /* 役割 */
    #parts+section {
      padding: 60px 20px !important;
    }

    #parts+section::before {
      width: 48vw;
      top: 86px;
    }

    #parts+section .box_wrapper {
      flex-direction: column;
    }

    #parts+section .box_wrapper .box {
      width: 100%;
    }

    /* メッセージ */
    #message+section,
    #message02+section {
      padding: 60px 20px !important;
    }

    #message+section::before {
      width: 28vw;
      top: 644px;
    }

    /* バナー */
    #banner+section {
      padding: 30px 20px !important;
    }

    #banner+section .inner_item_txt>div {
      flex-direction: column;
    }

    #banner+section .title {
      font-size: 3rem;
    }

    #banner+section .title span {
      font-size: 4rem;
    }
  }

  @media screen and (max-width: 450px) {

    /* プロフィール */
    #profile+section::before {
      width: 52vw;
    }

    #profile+section .box_wrapper .img_box::before {
      width: 230px;
      height: 230px;
    }

    #profile+section .box_wrapper .text_box {
      padding: 20px;
      box-sizing: border-box;
    }

    #profile+section .box_wrapper .text_box>div .title {
      width: 25%;
      padding: 0;
    }

    #profile+section .box_wrapper .text_box>div .text {
      width: 75%;
    }

    /* 転職を決めたワケ */
    #reason+section::before {
      width: 96vw;
      top: 85px;
    }

    #reason+section .box_wrapper {
      flex-direction: column;
    }

    #reason+section .box_wrapper .text_box {
      width: 100%;
    }

    #reason+section .box_wrapper .text_box>p:nth-of-type(1) {
      font-size: 2.5rem;
      text-align: center;
    }

    #reason+section .box_wrapper .text_box>p:nth-of-type(2) {
      font-size: 4rem;
      text-align: center;
    }

    #reason+section .box_wrapper .img_box {
      width: 100%;
    }

    /* 白い境界線 */
    #deco+section {
      margin-top: -50px !important;
    }

    /* 成長の軌跡 */
    #journey+section::before {
      width: 93vw;
      top: 24px;
    }

    #parts+section::before {
      width: 95vw;
      top: 85px;
    }

    /* メッセージ */
    #message+section::before {
      width: 58vw;
      top: 95vw;
    }

    #message+section .inner_item_txt>p {
      font-size: 2.7rem;
    }

    #message02+section {
      padding: 0 20px 60px !important;
    }

    #message02+section .box-wrapper::before {
      width: 180px;
      height: 180px;
    }

    #message02+section .box-wrapper .text_box {
      padding: 20px 20px 150px;
    }
  }

  /* ヘッダーボタン削除 */
  .entry-btn {
    display: none;
  }

  /* -----追従----- */
  #fixbtn {
    background: #2B75DA;
    height: 170px !Important;
  }

  #fixbtn .fixbtnwrap {
    height: inherit;
  }

  #fixbtn .fix_img {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  #fixbtn .fix_img_recruit {
    display: inline-block;
    opacity: 1;
    pointer-events: auto;
    background-image: url(/common/upload_data/assist-centeringcojp/image/20251027163259.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-flex;
    width: 500px;
    height: 170px;
    height: inherit;
  }

  #fixbtn .inner,
  #fixbtn .fix_img_recruit {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.3s all;
  }

  #fixbtn .fix_img_recruit>a {
    width: 50%;
  }

  body.scrolled #fixbtn .inner,
  body.scrolled #fixbtn .fix_img_recruit {
    opacity: 1;
    transform: translateY(0);
  }

  @media screen and (max-width: 768px) {
    #fixbtn {
      height: 260px !Important;
    }

    #fixbtn .fix_img_recruit {
      width: 100%;
    }
  }

  @media screen and (max-width: 450px) {
    #fixbtn {
      height: 130px !Important;
    }
  }

  /* バナー画像 */
  #banner_img+section .content_wrapper {
    padding: 0;
    max-width: 100% !important;
  }

  #banner_img_sp+section {
    display: none;
  }

  @media screen and (max-width: 768px) {
    #banner_img_sp+section {
      display: block;
    }

    #banner_img_sp+section .content_wrapper {
      padding: 0;
      max-width: 100% !important;
    }

    #banner_img+section {
      display: none;
    }
  }

  @media screen and (max-width: 768px) {
    #mv_img+section {
      display: none;
    }

    #journey+section {
      display: none;
      position: relative;
    }

    #mv_img_sp+section {
      padding-top: 70px;
    }

    #journey_sp+section .heading.block_header_6 .h {
      font-size: clamp(3.2rem, 3.47vw, 5rem) !important;
      font-weight: 900;
      color: #2C74DA;
      transform: skew(-10deg);
      letter-spacing: -1px;
      line-height: 1;
      position: relative;
      text-align: end;
      display: block;
      white-space: nowrap;
      padding-bottom: 0;
    }

    #journey_sp+section .wrapper_item {
      width: 90%;
      margin: 0 auto;
    }

    #journey_sp+section .heading.block_header_6 p {
      font-size: 3rem;
      color: #2C74DA;
      line-height: 1.3;
    }

    #journey_sp+section::before {
      content: '';
      position: absolute;
      width: 85vw;
      height: 3px;
      background: #2C74DA;
      right: 0;
      top: 3.5rem;
      z-index: 4;
    }

    .heading.block_header_6 .h:before {
      display: none;
    }
 #message02+section .box-wrapper .text_box p:nth-of-type(2), #message02+section .box-wrapper .text_box p:nth-of-type(3), #message02+section .box-wrapper .text_box p:nth-of-type(4){
    padding-left: 0 !important;
  }
  }

  @media screen and (min-width: 767px) {
    #mv_img_sp+section {
      display: none;
    }

    #journey_sp+section {
      display: none;
    }
  }
footer .content_wrapper {
    display: none;
}