@import url("../../style/common.css");




/* header */
/* .header {
  position: fixed;
  background: #fff;
  width: 100%;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
}
.header .nav-width {
  padding-top: 0.95vw;
  padding-bottom: 0.95vw;
}

.header .header_logo_red {
  display: none;
}

.header .header_logo_white {
  display: none;
}

.header .header_logo_red {
  display: block;
  width: 6.73vw;
  height: 1.6vw;
}

.header .inner {
  max-width: none;
}

.header .header_nav_item:nth-child(7):hover a {
  color: #fff;
}

.header .header_nav_link {
  color: #000;
}
.header .header_nav_link_entry {
  color: #fff;
}
.header .header_nav_link:hover {
  color: #dd1f26;
} */

/* .header .header_search_whi, */
/* .header .header_search_blk {
  display: block;
} */
/* .header .header_search_blk, */
/* .header .header_search_whi {
  display: none;
}
.header .header_nav_item.header_entry_type2 .header_nav_link {
  color: #D70C18;
} */

@media screen and (max-width:768px) {
  /* .header .header_logo {
    width: auto;
    height: 19px;
  }
  .header .nav-width {
    padding-top: 20px;
    padding-bottom: 20px;
  } */
   .line {
    background: #5f5f5f;
  }
}

/* footer */
@media screen and (min-width: 769px) {
  .footer {
    margin-top: 5.86vw;
  }

  .inner {
    padding-inline: 10.09vw;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 5.86vw;
  }

  .inner {
    padding-inline: 32px;
  }
}

p {
  margin: initial;
}

/* title-wrapper */
@media screen and (min-width: 769px) {
  .title-wrapper span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .title-wrapper {
    margin-bottom: 20px;
  }

  .title-wrapper span {
    font-size: 26px;
  }
}


/* p-philosophy */
.p-philosophy-txtl {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-philosophy {
    margin-top: 4.39vw;
  }

  .p-philosophy-item {
    background-color: #F7F7F7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 2.49vw;
  }

  .p-philosophy-item:not(:first-child) {
    margin-top: 1.83vw;
  }

  .p-philosophy-txtl {
    font-size: 1.2vw;
    width: 19.74vw;
  }

  .p-philosophy-txt {
    border-left: 1px solid #D70C18;
    font-size: 1.03vw;
    flex: 1;
    padding-left: 2.93vw;
  }

  .p-philosophy-image {
    margin-top: 10.25vw;
  }
}

@media screen and (max-width: 768px) {
  .p-philosophy {
    margin-top: 25px;
  }

  .title-wrapper h2 {
    padding-bottom: initial;
  }

  .p-philosophy-item {
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    padding: 20px 20px 0;
  }

  .p-philosophy-item:not(:first-child) {
    margin-top: 33px;
  }

  .p-philosophy-txtl {
    background-image: url(/wp-content/themes/assign/img/top_img01.svg);
    background-position: left top 3px;
    background-repeat: no-repeat;
    padding-left: 14px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .p-philosophy-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .p-philosophy-image {
    margin-top: 120px;
  }
}

/* p-system */
@media screen and (min-width: 769px) {
  .p-system {
    margin-top: 6.59vw;
  }

  .p-system-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    margin-top: 2.20vw;
  }

  .p-system-flow li {
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
    font-size: 1.46vw;
    font-weight: bold;
    position: relative;
    text-align: center;
  }

  .p-system-flow li:before {
    background-image: url(/wp-content/themes/assign/development/img/training_system_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.03vw;
    position: absolute;
    right: -18%;
    top: 7%;
    width: 10.4vw;
  }

  .p-system-flow li:last-child::before {
    background-image: none;
    position: initial;
  }

  .p-system-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    margin-top: 2.20vw;
  }

  .p-system-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }

  .p-system-item::before,
  .p-system-item:last-child::after {
    background-image: url(/wp-content/themes/assign/development/img/training_system_span.svg);
    background-size: cover;
    content: "";
    height: 100%;
    position: absolute;
    left: -7%;
    top: 0;
    width: 3.51vw;
  }

  .p-system-item:last-child::after {
    left: initial;
    right: -7%;
  }

  .p-system-eachTitle {
    display: none;
  }

  .p-system-txt {
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
    font-size: 1.46vw;
    font-weight: bold;
    text-align: center;
  }

  .p-system .c-list-disc {
    margin-top: 2.20vw;
  }
}

@media screen and (max-width: 768px) {
  .p-system {
    margin-top: 80px;
  }

  .p-system-flow {
    display: none;
  }

  .p-system-items {
    margin-top: 30px;
  }

  .p-system-item {
    background-image: url(/wp-content/themes/assign/development/img/training_line.svg), 
                      url(/wp-content/themes/assign/development/img/training_line.svg);
    background-repeat: no-repeat, no-repeat;
    background-size: 50px 153px, 50px 153px; /* 画像サイズを調整 */
    background-position: left 0px bottom, right 0px bottom; /* 左右に配置 */
    padding-left: 60px; /* 必要に応じて要素の内側に余白を追加 */
    padding-right: 60px;
    position: relative;
  }

  .p-system-item:not(:first-child) {
    margin-top: 100px;
  }

  .p-system-item:not(:first-child):before {
    background-image: url(/wp-content/themes/assign/development/img/training_system_arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    left: calc(50% - 31px);
    top: -60px;
    transform: rotate(90deg);
    width: 62px;
  }

  .p-system-eachTitle {
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
  }

  .p-system-eachTitle::after {
    background-color: #D70C18;
    bottom: -10px;
    content: "";
    height: 2px;
    left: calc(50% - 16.5px);
    position: absolute;
    width: 33px;
  }

  .p-system-txt {
    font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
    white-space: nowrap;
  }

  .p-system .c-list-disc {
    margin-top: 17px;
  }

  .p-system .c-list-disc li:not(:first-child) {
    margin-top: 3px;
  }
}

/* p-carrier */
.p-carrier-item {
  text-align: center;
}

.p-carrier-title {
  font-family: "游ゴシック体 Pr6N D","Yu Gothic Pr6N D", sans-serif;
  font-weight: bold;
}

.p-carrier-title i {
  color: #D70C18;
  font-style: normal;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .p-carrier {
    margin-top: 10.98vw;
  }

  .p-carrier-items {
    display: grid;
    grid-template-rows: auto;
    justify-items: center;
    margin-top: 3.66vw;
  }

  .p-carrier-items__3up {
    grid-template-columns: repeat(3, 1fr);
  }

  .p-carrier-items__4up {
    grid-template-columns: repeat(4, 1fr);
  }

  .p-carrier-items+.p-carrier-items {
    margin-top: 2.93vw;
  }

  .p-carrier-icon {
    margin-bottom: 0.73vw;
  }

  .p-carrier-title {
    font-size: 1.17vw;
    margin-top: 1.03vw;
  }

  .p-carrier-tx {
    font-size: 1.03vw;
    margin-top: 0.5vw;
  }

  .p-carrier-itemWrap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-carrier {
    margin-bottom: 60px;
    margin-top: 80px;
  }

  .p-carrier-item-1st,
  .p-carrier-item-2nd,
  .p-carrier-item-3rd {
    display: none;
  }

  .p-carrier-itemWrap .p-carrier-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }

  .p-carrier-item {
    margin-top: 20px;
  }

  .p-carrier-item:nth-child(1),
  .p-carrier-item:nth-child(2) {
    margin-top: 0;
  }

  .p-carrier-icon {
    margin-bottom: 10px;
  }

  .p-carrier-title {
    font-size: 13px;
    margin-top: 14px;
  }

  .p-carrier-tx {
    font-size: 11px;
    margin-top: 7px;
  }
}
