@charset "utf-8";

/* ------------------------------
 新入社員座談会
------------------------------ */
.linkBlock ul li {
  padding-left: 0;
}
.linkBlock ul li:before {
  content: none;
}
.linkBlock a {
  text-decoration: none !important;
}
.linkBlock p {
  margin-top: 0;
}
.linkBlock .en-txt {
  font-size: 1.4rem;
  color: #1464cd;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}
.linkBlock .icon-arrow {
  margin-left: -0.6em;
}
@media print, screen and (min-width: 768px) {
  .linkBlock .icon-arrow {
    font-size: 2rem;
  }
  .icon-arrow::after {
    top: 0.3em !important;
  }
}

@media screen and (max-width: 767px) {
	.with-mainimg .mainimg:after{
		background: url(../img/sp-mainimg/cross-talk_main_2026_sp.jpg) no-repeat 0 0 / cover;
	}
}
/* ------------------------------
 下層
------------------------------ */
.profile-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 80px;
}
.profile-box .cms_image {
  display: grid;
  grid-template-columns: 250px 270px;
  column-gap: 26px;
}
.profile-box .cms_caption_b {
  margin-top: -10px;
}
.profile-box .name {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.profile-box .engineering {
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 10px;
  border-bottom: solid 1px #eceded;
  margin-bottom: 10px;
}
/* ------------------------------
 プロフィール
------------------------------ */
.profile-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  row-gap: 80px;
}
.profile-box .cms_image {
  display: grid;
  grid-template-columns: 250px 270px;
  column-gap: 26px;
}
.profile-box .cms_caption_b {
  margin-top: -10px;
}
.profile-box .name {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.profile-box .engineering {
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 10px;
  border-bottom: solid 1px #eceded;
  margin-bottom: 10px;
}
.profile-box .proftext{
  font-size: 1.4rem;
}
/* ------------------------------
 プロフィール（SP）
------------------------------ */
@media screen and (max-width: 767px) {
  .contents.no-mainimg h1,
  .contents.w1140 h1{
    line-height: 1.4;
	  top: -20px;
  }
  .contents.no-mainimg h1 span {
    margin-top: 3px;
  }
  .contents.no-mainimg .heading .wrapper:after {
    top: 120px;
  }
  .contents.no-mainimg .heading + .cms_block.page-link {
    margin-top: -60px;
  }
  .profile-box {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 10px;
  }
  .profile-box .cms_image {
    display: block;
  }
  .profile-box .cms_caption_b {
    margin-top: 10px;
  }
  .profile-box .name {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0;
  }
}

/* ------------------------------
 第一部（PC） 旧サイトから引継ぎ含む
------------------------------ */
.contents.with-mainimg.w1140 h1,
.contents.no-mainimg h1{
  text-indent: -0.6em;
}
.contents.with-mainimg.w1140 h1 span,
.contents.no-mainimg h1 span{
  margin-left: 1.8em;
}
.contents.no-mainimg  h3{
  padding: 0;
  text-align: center;
  margin-bottom: 55px;
}
.contents.no-mainimg  h3 span{
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  display: block;
  color: #1464cd;
  font-weight: 500;
  margin-bottom: 10px;
}
.contents.no-mainimg  h3::after {
	content: none;
}
.block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-flex .block-avatar {
  width: 80px;
  height: 80px;
}
.block-flex .block-avatar img {
  border-radius: 100%;
}
.block-flex .message-name {
  font-weight: bold;
}
.block-image img {
	border-radius: 10px;
}
  
@media print, (min-width: 769px) {
  .section-cross-talk {
    padding: 10px 0 70px;
  }
  .section-cross-talk .table-job .block-first {
    margin-bottom: 20px;
  }
  .section-cross-talk .table-attention .block-first {
    margin-bottom: 50px;
  }
  .section-cross-talk .table-job .block-second {
    margin-bottom: 55px;
  }
  .section-cross-talk .table-attention .block-second {
    margin-bottom: 70px;
  }
  .table-block:not(:last-child) {
    margin-bottom: 80px;
  }
  .block-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-flex:not(:last-child) {
    margin-bottom: 0;
  }
  .block-flex .block-content {
    width: 50%;
  }
  .block-flex .block-image {
    width: 582px;
    margin-top: 5px;
  }
  .block-flex .block-image .message-text {
    padding-right: 5px;
  }
  .block-flex .block-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.75;
  }
  .block-flex .block-message:not(:last-child) {
    margin-bottom: 30px;
  }
  .block-flex .message-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto 0;
    padding: 0 25px;
    text-align: justify;
  }
  .block-flex .message-name {
    line-height: calc(24 / 16);
  }
  .block-flex .block-avatar {
    margin-top: 5px;
  }
  .flex-revert .block-message {
    padding-left: 20px;
  }
  .flex-revert .message-text {
    padding: 0 5px 0 20px;
  }
  .block-full .block-content {
    width: 100%;
  }
  .block-full .message-text {
    padding-right: 0;
    text-align: unset;
  }
}
/* ------------------------------
 第一部（SP）
------------------------------ */
@media screen and (max-width: 767px) {
  .contents.with-mainimg.w1140 h1 span,
  .contents.no-mainimg h1 span{
    margin-left: 1.5em;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .section-cross-talk {
    padding: 35px 0 60px;
  }
  .section-cross-talk .message-text {
    font-size: 15px;
    line-height: calc(28 / 15);
  }
  .section-cross-talk .message-center {
    display: flex;
    align-items: center;
  }
  .section-cross-talk .message-center .message-text {
    width: calc(100% - 115px);
  }
  .section-cross-talk .table-job .block-first {
    margin-bottom: 30px;
  }
  .section-cross-talk .message-center .block-avatar {
    float: unset;
  }
  .table-block:not(:last-child) {
    margin-bottom: 30px;
  }
  .block-flex {
    zoom: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-flex:not(:last-child) {
    margin-bottom: 30px;
  }
  .block-flex .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-flex .block-content:not(:last-child) {
    margin-bottom: 30px;
  }
  .block-flex .block-avatar {
    float: left;
    margin: 5px 25px 0 0;
  }
  .block-flex .block-image img {
    width: 100%;
    height: auto;
  }
  .block-flex .block-message {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .block-flex .block-message:not(:last-child) {
    margin-bottom: 30px;
  }
}
