/*-----------------------------------------------
    Tsushin
-----------------------------------------------*/
.secTsushin .acf-mds02 {
  font-size: 30px;
  color: #ed6d20;
  font-weight: 600;
  background-image: url("../../assets/images/border01.svg");
  background-size: auto 3px;
  background-repeat: no-repeat;
  background-position: bottom 15px left;
  padding-bottom: 25px;
  margin: 100px 0 0 0;
  width: 100%; }
.secTsushin .acf-mds03 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
  background-image: url("../../assets/images/mds01.svg");
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: left 4px;
  margin: 50px 0 0 0; }
.secTsushin .acf-mds04 {
  color: #ed6d20;
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 0 0; }
.secTsushin .acf-mds03-02 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding-left: 0px;
  background-image: none; }
.secTsushin p {
  margin: 20px 0 0 0; }
.secTsushin .acf-layout01 {
  display: flex;
  -webkit-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: start;
  -webkit-align-items: start;
  gap: 50px;
  margin-top: 20px; }
  .secTsushin .acf-layout01 .pict {
    width: 475px; }
  .secTsushin .acf-layout01 .txt {
    width: calc(100% - 525px); }
  .secTsushin .acf-layout01 p {
    margin: 0; }
.secTsushin .acf-layout02 {
  display: flex;
  -webkit-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: start;
  -webkit-align-items: start;
  gap: 50px;
  margin-top: 20px; }
  .secTsushin .acf-layout02 .pict {
    width: 300px; }
  .secTsushin .acf-layout02 .txt {
    width: calc(100% - 350px); }
  .secTsushin .acf-layout02 p {
    margin: 0; }
.secTsushin .r-reverse {
  flex-direction: row-reverse; }
.secTsushin .acf-layout50 {
  display: flex;
  -webkit-display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: start;
  -webkit-align-items: start;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 20px; }
  .secTsushin .acf-layout50 .item {
    width: calc((100% - 50px) / 2); }
  .secTsushin .acf-layout50 p {
    margin: 0; }
.secTsushin .remark {
  font-size: 12px; }
.secTsushin .listBoxDisc {
  margin-top: 20px;
  padding-left: 1rem; }
.secTsushin .pictBox {
  text-align: center;
  margin: 30px auto 0; }
.secTsushin .acf-aLink {
  padding-left: 23px;
  background-image: url("../../assets/images/arrow_maruR.svg");
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 20px;
  padding-bottom: 1px;
  transition: .3s; }
  .secTsushin .acf-aLink:hover {
    opacity: .7; }
.secTsushin .qandaBlock {
  background-color: #f5f5f5;
  margin-top: 20px;
  padding: 50px 50px; }
  .secTsushin .qandaBlock .qTxt {
    padding-left: 30px;
    background-image: url("../../assets/images/icon_q.svg");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left top 2px;
    margin-top: 0px;
    text-decoration: none;
    display: block;
    color: #f77c00;
    font-weight: 500;
    padding-bottom: 1px;
    font-size: 16px; }
  .secTsushin .qandaBlock .aTxt {
    padding-left: 30px;
    background-image: url("../../assets/images/icon_a.svg");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left top 2px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    font-weight: 500; }
.secTsushin .storyBox {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: start;
  -webkit-align-items: start;
  margin-top: 100px; }
  .secTsushin .storyBox .aLink {
    position: relative;
    display: block;
    width: 310px;
    color: #000;
    text-decoration: none; }
  .secTsushin .storyBox .aLink:hover .cntsBox::after {
    right: -10px; }
  .secTsushin .storyBox .aLink:hover .imgBox img {
    transform: scale(1.05); }
  .secTsushin .storyBox .imgBox {
    width: 310px;
    height: 235px;
    overflow: hidden;
    border-radius: 0 30px 0 30px;
    margin-bottom: 20px; }
    .secTsushin .storyBox .imgBox img {
      border-radius: 0 30px 0 30px;
      transition: .4s; }
  .secTsushin .storyBox .cntsBox {
    width: 310px;
    position: relative; }
    .secTsushin .storyBox .cntsBox .category {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: start;
      -webkit-justify-content: start;
      align-items: start;
      -webkit-align-items: start;
      gap: 5px;
      margin-bottom: 15px;
      padding: 0; }
      .secTsushin .storyBox .cntsBox .category li {
        font-size: 12px;
        padding: 2px 10px;
        color: #fff;
        background: #CDCDCD;
        border-radius: 100vh;
        list-style-type: none; }
      .secTsushin .storyBox .cntsBox .category .course01 {
        background: #F3982C; }
      .secTsushin .storyBox .cntsBox .category .course02 {
        background: #F8B62C; }
      .secTsushin .storyBox .cntsBox .category .position01 {
        background: #6BC300; }
      .secTsushin .storyBox .cntsBox .category .position02 {
        background: #467DD2; }
      .secTsushin .storyBox .cntsBox .category .job01 {
        background: #F55F64; }
    .secTsushin .storyBox .cntsBox .ttl {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5em;
      margin-bottom: 10px;
      position: relative;
      min-height: 20px; }
    .secTsushin .storyBox .cntsBox .name span {
      font-size: 16px;
      font-weight: 600; }
    .secTsushin .storyBox .cntsBox::after {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      bottom: 0px;
      right: 0px;
      background-image: url("../../assets/images/arrow_sR.svg");
      background-size: 40px 40px;
      transition: .2s; }
.secTsushin .tsushinIndex {
  position: relative;
  margin-top: 150px; }
  .secTsushin .tsushinIndex .inner {
    background-image: url("../../assets/images/bg_img01.jpg");
    background-size: cover;
    position: relative;
    padding: 70px 60px 55px;
    border-radius: 0 30px 0 30px;
    min-height: 100px;
    margin-bottom: 50px; }
    .secTsushin .tsushinIndex .inner .infoTtl {
      position: absolute;
      left: 30px;
      top: -30px;
      background: #f3982c;
      color: #fff;
      padding: 20px 25px;
      border-radius: 0 15px 0 15px;
      font-weight: bold; }
  .secTsushin .tsushinIndex .category {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: start;
    -webkit-align-items: start;
    background: #f3982c;
    padding: 15px 45px;
    border-radius: 0 25px 0 25px;
    color: #fff;
    position: absolute;
    min-height: 75px;
    top: -35px;
    left: 35px;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    justify-content: center; }
  .secTsushin .tsushinIndex .listBox {
    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: start;
    -webkit-align-items: start;
    gap: 5px 30px;
    flex-wrap: wrap; }
    .secTsushin .tsushinIndex .listBox .item {
      width: calc((100% - 90px) / 4);
      list-style-type: none; }
      .secTsushin .tsushinIndex .listBox .item .aArrow02 {
        font-size: 14px;
        display: inline-block;
        transition: .2s;
        cursor: pointer;
        color: #000;
        text-decoration: none;
        position: relative;
        margin: 7px 0 7px 1em; }
        .secTsushin .tsushinIndex .listBox .item .aArrow02::before {
          content: '';
          background-image: url("../../assets/images/arrow01.svg");
          background-size: contain;
          width: 12px;
          height: 12px;
          background-position: left center;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: middle;
          margin: 0;
          position: absolute;
          left: -1em;
          top: .5em;
          transform: translate(0, calc(50% - 6px)); }
.secTsushin .voiceList {
  gap: 40px;
  flex-wrap: wrap;
  margin: 100px 0 0; }
  .secTsushin .voiceList p {
    margin-top: 0; }
  .secTsushin .voiceList .item {
    width: calc((100% - 80px) / 3);
    position: relative;
    min-height: auto;
    z-index: 0; }
    .secTsushin .voiceList .item .ttl {
      font-size: 20px;
      color: #fff;
      margin-bottom: 15px;
      position: relative;
      padding: 25px 25px 0px 25px; }
      .secTsushin .voiceList .item .ttl::after {
        content: '';
        position: absolute;
        background: #f8b62c;
        width: 100%;
        height: 250px;
        border-radius: 0 20px 0 20px;
        top: 0;
        left: 0;
        z-index: -1; }
    .secTsushin .voiceList .item .inner {
      flex-direction: column;
      padding: 0px 25px; }
    .secTsushin .voiceList .item .pict {
      width: 100%;
      height: 180px;
      margin-bottom: 15px;
      overflow: hidden;
      border-radius: 0 20px 0 20px; }
      .secTsushin .voiceList .item .pict img {
        border-radius: 0 20px 0 20px;
        transition: transform .2s; }
    .secTsushin .voiceList .item .position {
      color: #000; }
    .secTsushin .voiceList .item .name {
      color: #000;
      margin-bottom: 10px; }
      .secTsushin .voiceList .item .name span {
        font-size: 16px;
        font-weight: 500;
        margin-right: .4em; }
    .secTsushin .voiceList .item .category {
      gap: 5px;
      flex-wrap: wrap;
      margin-right: 50px; }
      .secTsushin .voiceList .item .category > div {
        color: #fff;
        font-size: 12px;
        line-height: 1;
        padding: .4em .8em;
        background: #d2d2d2;
        border-radius: 100vh; }
      .secTsushin .voiceList .item .category .further {
        background: #f3982c; }
      .secTsushin .voiceList .item .category .transfer {
        background: #f8b62c; }
      .secTsushin .voiceList .item .category .graduate {
        background: #467dd2; }
      .secTsushin .voiceList .item .category .current {
        background: #6bc300; }
      .secTsushin .voiceList .item .category .showbiz {
        background: #f55f64; }
      .secTsushin .voiceList .item .category .sport {
        background: #14bedc; }
    .secTsushin .voiceList .item .arrow {
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: 0;
      right: 25px;
      transition: right .2s; }
    .secTsushin .voiceList .item .aLink {
      text-decoration: none;
      display: block;
      transition: transform .2s; }
    .secTsushin .voiceList .item .aLink:hover .arrow {
      right: 15px; }
    .secTsushin .voiceList .item .aLink:hover .pict img {
      transform: scale(1.05); }

@media only screen and (max-width: 767px) {
  .secTsushin .acf-mds02 {
    font-size: 24px;
    padding-bottom: 25px;
    margin: 50px 0 0 0;
    line-height: 1.5em; }
  .secTsushin .acf-mds03 {
    margin: 25px 0 0 0; }
  .secTsushin .acf-mds04 {
    color: #ed6d20;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 0 0; }
  .secTsushin .acf-mds05 {
    margin: 0 0 10px 0; }
  .secTsushin p {
    margin: 20px 0 0 0; }
  .secTsushin .listBoxDisc {
    margin-top: 10px; }
  .secTsushin .acf-layout01 {
    gap: 25px;
    flex-direction: column; }
    .secTsushin .acf-layout01 .pict, .secTsushin .acf-layout01 .txt {
      width: 100%; }
  .secTsushin .acf-layout02 {
    gap: 25px;
    flex-direction: column; }
    .secTsushin .acf-layout02 .pict, .secTsushin .acf-layout02 .txt {
      width: 100%; }
  .secTsushin .acf-layout50 {
    gap: 20px;
    flex-direction: column; }
    .secTsushin .acf-layout50 .item {
      width: 100%; }
  .secTsushin .pictBox {
    width: 100%;
    margin: 20px auto 0; }
  .secTsushin .acf-aLink {
    margin-top: 10px; }
  .secTsushin .qandaBlock {
    padding: 25px 25px; }
    .secTsushin .qandaBlock .qTxt {
      font-size: 14px; }
    .secTsushin .qandaBlock .aTxt {
      margin-top: 10px; }
  .secTsushin .storyBox {
    flex-direction: column;
    margin: 50px auto 0;
    gap: 35px;
    width: 70vw; }
    .secTsushin .storyBox .aLink {
      width: 100%; }
    .secTsushin .storyBox .imgBox {
      width: 100%;
      height: 70vw; }
    .secTsushin .storyBox .cntsBox {
      width: 85%;
      margin: 0 auto; }
  .secTsushin .tsushinIndex {
    margin-top: 100px; }
    .secTsushin .tsushinIndex .inner {
      padding: 60px 20px 40px; }
    .secTsushin .tsushinIndex .category {
      padding: 10px 30px;
      min-height: 60px;
      top: -30px;
      left: 25px;
      font-size: 20px; }
    .secTsushin .tsushinIndex .listBox {
      gap: 0px;
      flex-direction: column; }
      .secTsushin .tsushinIndex .listBox .item {
        width: 100%; }
  .secTsushin .voiceList {
    gap: 40px;
    margin: 50px 0 0; }
    .secTsushin .voiceList .item {
      width: 100%; }
      .secTsushin .voiceList .item .ttl {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
        position: relative;
        padding: 15px 15px 30px 15px; }
        .secTsushin .voiceList .item .ttl::after {
          height: 100%; }
      .secTsushin .voiceList .item .inner {
        flex-direction: row-reverse;
        padding: 0px 15px;
        gap: 15px;
        position: relative; }
      .secTsushin .voiceList .item .pict {
        width: calc((100% - 15px) / 2);
        height: auto;
        margin-bottom: 0;
        border-radius: 0 10px 0 10px;
        position: relative;
        margin-top: -30px;
        z-index: 1;
        aspect-ratio: 1;
        margin-bottom: 15px; }
        .secTsushin .voiceList .item .pict img {
          position: absolute;
          border-radius: 0 10px 0 10px;
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          transform: translate(-50%, -50%); }
      .secTsushin .voiceList .item .txtBox {
        width: calc((100% - 15px) / 2); }
      .secTsushin .voiceList .item .position {
        color: #000; }
      .secTsushin .voiceList .item .name {
        color: #000;
        margin-bottom: 10px; }
      .secTsushin .voiceList .item .category {
        gap: 5px;
        flex-direction: column;
        margin-right: 0; }
      .secTsushin .voiceList .item .arrow {
        bottom: 0;
        right: 5px;
        transition: inherit;
        position: absolute;
        z-index: 2; }
      .secTsushin .voiceList .item .aLink:hover .arrow {
        right: 5px; }
      .secTsushin .voiceList .item .aLink:hover .pict img {
        transform: translate(-50%, -50%); } }
