@charset "utf-8";

/***************************************************************************

  共通

***************************************************************************/
/*****************************************
  FV
*****************************************/
#header {
  max-width: 1400px;
  height: 600px;
}

#header.company {
  background: url(../images/company/company_fv.jpg) no-repeat center top;
  background-size: auto 100%;
}

#header.project {
  background: url(../images/project/project_fv.jpg) no-repeat center top;
  background-size: auto 100%;
}

#header.recruit {
  background: url(../images/recruit/recruit_fv.jpg) no-repeat center top;
  background-size: auto 100%;
}

#header .headerWrap {
  height: 600px;
}

.headerTop {
  max-width: 1400px;
}

#header.other {
  height: 104px;
  background: none;
}

#header.other .headerWrap {
  height: 104px;
}

@media screen and (max-width: 767px) {
  #header {
    height: 112vw;
  }

  #header.company {
    background: url(../images/company/company_fv_sp.jpg) no-repeat center top;
    background-size: contain;
  }

  #header.recruit {
    background: url(../images/recruit/recruit_fv_sp.jpg) no-repeat center top;
    background-size: contain;
  }

  #header.project {
    background: url(../images/project/project_fv_sp.jpg) no-repeat center top;
    background-size: contain;
  }

  #header.other {
    height: 75px;
  }

  #header.other .headerWrap {
    height: 75px;
  }

}

/*****************************************
  タイトルブロック
*****************************************/
.lowerTtlBlock {
  width: 100%;
  padding: 0 0 0;
}

.lowerTtlBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: -68px auto 0;
  padding: 0 0 0;
}

.otherTtlBlock {
  width: 100%;
  margin: 0 auto 0;
  background: #F1F4FB;
  padding: 0 0 0;
}

.otherTtlBlock .wrap {
  width: 100%;
  max-width: 1200px;
  height: 240px;
  margin: 0 auto 0;
  padding: 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.lwrH2 {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #45474B;
  line-height: 1;
  display: inline-block;
  padding: 22px 56px 40px 0;
  background: #fff;
  z-index: 2;
  position: relative;
}

.lwrH2 span {
  font-family: "Roboto", sans-serif;
  font-size: 7.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3275;
  font-weight: 500;
  color: #123367;
  display: block;
  position: relative;
  z-index: 2;
}

.lwrH2::after {
  content: '';
  width: 1000vw;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

.otherTtlBlock .lwrH2 {
  background: initial;
  padding: 0 0 0;
}

.otherTtlBlock .lwrH2 span {
  font-size: 6.2rem;
}

.otherTtlBlock .lwrH2::after {
  display: none;
  background: initial;
}

.lwrH3 {
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 0 0 50px;
  display: block;
}

@media screen and (max-width: 767px) {
  .lowerTtlBlock .wrap {
    margin: -78px auto 0;
    padding: 0 20px 0;
  }

  .otherTtlBlock .wrap {
    margin: 0 auto 0;
    padding: 0 0 0;
    height: 160px;
  }

  .lwrH2 {
    font-size: 1.4rem;
    padding: 20px 30px 40px 0;
  }

  .lwrH2 span {
    font-size: 4.8rem;
    padding: 0 0 5px;
  }

  .otherTtlBlock .lwrH2 {
    background: initial;
    padding: 0 20px 0;
  }

  .otherTtlBlock .lwrH2 span {
    font-size: 4.3rem;
  }

  .lwrH3 {
    font-size: 2.8rem;
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 370px) {
  .lwrH2 {
    font-size: 3.733vw;
  }

  .lwrH2 span {
    font-size: 12.8vw;
  }

  .lwrH3 {
    font-size: 7.4666vw;
  }
}

/***************************************************************************

  会社案内

***************************************************************************/
/*****************************************
  ミッション
*****************************************/
.companyInfo {
  width: 100%;
  padding: 115px 0 0;
}

.companyInfo .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 840px;
  background: url(../images/company/info_bg.jpg) no-repeat center bottom;
  background-size: 1055px auto;
}

.companyInfo strong {
  font-size: 1.6rem;
  font-weight: bold;
  color: #123367;
  padding: 0 0 40px;
  display: block;
}

.companyInfo p {
  font-size: 1.6rem;
  line-height: 2.125;
  padding: 0 0 20px;
}

.companyInfo .wrap *:nth-last-child(1) {
  padding: 0 0 0;
}

@media screen and (max-width: 767px) {
  .companyInfo {
    padding: 40px 0 175.6vw;
    background: url(../images/company/info_bg_sp.jpg) no-repeat center bottom;
    background-size: 100vw auto;
  }

  .companyInfo .wrap {
    padding: 0 20px 0;
    background: none;
  }

  .companyInfo strong {
    font-size: 1.4rem;
    padding: 0 0 30px;
  }

  .companyInfo p {
    font-size: 1.6rem;
    padding: 0 0 1em;
  }
}

/*****************************************
  代表ごあいさつ
*****************************************/
.companyGreeting {
  width: 100%;
  padding: 0 0 0;
}

.companyGreeting .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 50px;
}

.companyGreeting .companyGreeting2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.companyGreeting .companyGreetingLeft {
  width: 614px;
}

.companyGreeting img {
  width: 100%;
}

.companyGreeting .companyGreetingRight {
  width: 535px;
  padding: 25px 10px 0 0;
}

.companyGreeting h4 {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  line-height: 1.642;
  font-weight: bold;
  padding: 0 0 42px;
}

.companyGreeting p {
  font-size: 1.6rem;
  line-height: 2.125;
  padding: 0 0 20px;
}

.companyGreeting .AnRt {
  font-size: 2.0rem;
  padding: 0 0 0;
}

.companyGreeting small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .companyGreeting {
    padding: 0 20px 0;
  }

  .companyGreeting .wrap {
    padding: 100px 0 100px;
  }

  .companyGreeting .companyGreeting2col {
    flex-direction: column;
  }

  .companyGreeting .companyGreetingLeft {
    width: 100%;
    order: 1;
  }

  .companyGreeting .lwrH3 {
    padding: 0 0 30px;
  }

  .companyGreeting img {
    width: 100%;
  }

  .companyGreeting .companyGreetingRight {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .companyGreeting h4 {
    font-size: 2.3rem;
    padding: 0 0 20px;
  }

  .companyGreeting p {
    font-size: 1.6rem;
    padding: 0 0 1em;
  }
}

@media screen and (max-width: 370px) {
  .companyGreeting h4 {
    font-size: 6.0vw;
  }
}

/*****************************************
  会社概要
*****************************************/
.companyOutline {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 120px;
  background: url(../images/company/outline_bg.jpg) no-repeat right top 180px;
  background-size: 580px auto;
}

.companyOutline .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 0 50px;
}

.companyOutline .lwrH3 {
  /*padding: 0 0 70px*/
}

.companyOutline .companyData {
  width: 612px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.companyData dt {
  width: 140px;
  padding: 25px 0 27px;
  border-bottom: solid 1px #92A1B9;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #123367;
}

.companyData dd {
  width: 460px;
  padding: 25px 5px 27px;
  border-bottom: solid 1px #ccc;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.companyData dt:last-of-type,
.companyData dd:last-of-type {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .companyOutline {
    padding: calc(85vw + 40px) 0 60px;
    background: url(../images/company/outline_bg_sp.jpg) no-repeat center top;
    background-size: 100vw auto;
  }

  .companyOutline .wrap {
    width: 100%;
    padding: 0 20px 0;
  }

  .companyOutline .lwrH3 {
    padding: 0 0 10px;
  }

  .companyOutline .companyData {
    width: 100%;
  }

  .companyData dt {
    width: 80px;
    padding: 16px 0 18px;
    font-size: 1.5rem;
  }

  .companyData dd {
    width: calc(100% - 90px);
    padding: 16px 0 18px;
    font-size: 1.5rem;
  }
}

/*****************************************
  沿革
*****************************************/
.companyHistory {
  width: 100%;
  padding: 0 0 0;
}

.companyHistory .wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 680px;
  background: url(../images/company/history_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 0 0 0;
}

.companyHistory .companyHistoryCnt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 680px;
  padding: 0 0 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: auto;
  scrollbar-width: none;
}

.companyHistory .companyHistoryCnt::-webkit-scrollbar {
  display: none;
}

.companyHistory dt {
  padding: 0 0 0;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  width: 260px;
  position: sticky;
  top: 80px;
}

.companyHistory dd {
  padding: 65px 0 0;
  flex: 1;
}

.companyHistory ul {
  width: 100%;
}

.companyHistory li {
  width: 100%;
  padding: 28px 0 30px;
  border-top: solid 1px #3D4A52;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.companyHistory li:first-child {
  border-top: 0;
}

.companyHistory i {
  width: 160px;
  font-weight: bold;
}

.companyHistory span {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .companyHistory {
    width: 100%;
    padding: 0 0 0;
  }

  .companyHistory .wrap {
    width: 100%;
    height: initial;
    background: url(../images/company/history_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 20px 40px;
  }

  .companyHistory .companyHistoryCnt {
    width: 100%;
    height: initial;
    padding: 0 0 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: auto;
    scrollbar-width: none;
  }

  .companyHistory dt {
    font-size: 2.8rem;
    position: static;
    padding: 0 0 20px;
  }

  .companyHistory dd {
    padding: 0 0 0;
    flex: 1;
  }

  .companyHistory ul {
    width: 100%;
  }

  .companyHistory li {
    width: 100%;
    padding: 16px 0 18px;
    font-size: 1.5rem;
  }

  .companyHistory li:first-child {
    border-top: 0;
  }

  .companyHistory i {
    width: 140px;
  }
}

/*****************************************
  アクセス
*****************************************/
.companyAccess {
  width: 100%;
  padding: 0 0 0;
}

.companyAccess .wrap {
  width: 100%;
  padding: 80px 0 0;
}

.companyAccess .accessInf {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 45px;
  margin: 0 auto;
}

.companyAccess .lwrH3 {
  width: 100%;
}

.companyAccess .accessInfLeft {
  font-size: 1.6rem;
}

.companyAccess .accessInfRight {
  font-size: 1.5rem;
}

.companyAccess a {
  display: inline-block;
  padding: 0 0 0 22px;
  background: url(../images/arw_blue_circle.svg) no-repeat left calc(50% - 1px);
  background-size: 15px auto;
  transition: 0.3s;
}

.companyAccess a:hover {
  opacity: 0.7;
}

.companyAccess span {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../images/outlink_icn.svg) no-repeat right center;
  background-size: 12px auto;
}

.companyAccess .accessMapBox {
  width: 100%;
  height: 460px;
}

.companyAccess iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .companyAccess .wrap {
    padding: 40px 0 0;
  }

  .companyAccess .accessInf {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 32px;
  }

  .companyAccess .lwrH3 {
    width: 100%;
    padding: 0 0 24px;
  }

  .companyAccess .accessInfLeft {
    width: 100%;
    padding: 0 0 8px;
  }

  .companyAccess .accessInfRight {
    width: 100%;
  }

  .companyAccess a:hover {
    opacity: 1;
  }

  .companyAccess .accessMapBox {
    height: 360px;
  }
}

/***************************************************************************

  工事実績

***************************************************************************/
/*****************************************
  ページ内リンク
*****************************************/
.projectNav {
  width: 100%;
  padding: 25px 0 80px;
}

.projectNav .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.projectNav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.projectNav ul li {
  width: calc((100% - 60px) / 5);
}

.projectNav ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  aspect-ratio: 19 / 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s;
}

.projectNav ul li a span {
  text-align: center;
}

.projectNav ul li a:hover {
  background-size: 110% auto !important;
}

.projectNav ul li:nth-child(1) a {
  background: url(../images/project/project_inlink01.jpg) no-repeat center center;
  background-size: 100% auto;
}

.projectNav ul li:nth-child(2) a {
  background: url(../images/project/project_inlink02.jpg) no-repeat center center;
  background-size: 100% auto;
}

.projectNav ul li:nth-child(3) a {
  background: url(../images/project/project_inlink03.jpg) no-repeat center center;
  background-size: 100% auto;
}

.projectNav ul li:nth-child(4) a {
  background: url(../images/project/project_inlink04.jpg) no-repeat center center;
  background-size: 100% auto;
}

.projectNav ul li:nth-child(5) a {
  background: url(../images/project/project_inlink05.jpg) no-repeat center center;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .projectNav {
    width: 100%;
    padding: 10px 20px 60px;
  }

  .projectNav .wrap {
    width: 100%;
  }

  .projectNav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .projectNav ul li {
    width: calc((100% - 10px) / 2);
    position: relative;
  }

  .projectNav ul li::before {
    content: '';
    width: 3.5vw;
    height: 2.1vw;
    background: url(../images/arw_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1vw;
    transform: rotate(90deg);
    margin: 0 auto;
    display: block;
  }

  .projectNav ul li a {
    font-size: 4vw;
    aspect-ratio: 162 / 85;
    line-height: 1.5;
  }

  .projectNav ul li a span {
    text-align: center;
  }

  .projectNav ul li a:hover {
    background-size: 100% auto !important;
  }

}

/*****************************************
  工事実績コンテンツ
*****************************************/
.projectCaseBlock {
  width: 100%;
  padding: 0 0 0;
}

.projectCaseBlock .wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.projectCaseBlock .projectCaseTtlBox {
  width: calc(50% + 600px);
  margin: 0 0 0 auto;
  padding: 0 0 0;
  background-size: 100% auto !important;
  position: relative;
}

.projectCaseBlock .projectCaseTtlBox:before {
  content: '';
  padding: 440px 0 0;
  display: block;
}

.projectCaseBlock .projectCaseTtlBox.case01 {
  background: url(../images/project/project_01.jpg) no-repeat right top;
}

.projectCaseBlock .projectCaseTtlBox.case02 {
  background: url(../images/project/project_02.jpg) no-repeat right top;
}

.projectCaseBlock .projectCaseTtlBox.case03 {
  background: url(../images/project/project_03.jpg) no-repeat right top;
}

.projectCaseBlock .projectCaseTtlBox.case04 {
  background: url(../images/project/project_04.jpg) no-repeat right top;
}

.projectCaseBlock .projectCaseTtlBox.case05 {
  background: url(../images/project/project_05.jpg) no-repeat right top;
}

.projectCaseBlock .projectCaseTtlTxt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 0;
  padding: 0 0 50px;
  color: #333;
}

.projectCaseBlock .projectCaseTtl {
  width: 580px;
  margin: -70px 0 0;
  padding: 40px 0 28px;
  display: block;
  background: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}

.projectCaseBlock .projectCaseTtl span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.28;
  padding: 0 0 5px;
}

.projectCaseBlock .projectCaseTtlTxt p {
  width: 580px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

.projectCaseCnt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 150px 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  gap: 85px 45px;
}

.projectCaseCnt .projectCaseItem {
  width: calc((100% - 90px) / 3);
  display: flex;
  flex-direction: column;
}

.projectCaseItem img {
  width: 100%;
  margin: 0 0 20px;
}

.projectCaseItem strong {
  flex-grow: 1;
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: bold;
  color: #123367;
  padding: 0 0 16px;
}

.projectCaseItem .projectCaseItemData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.7;
}

.projectCaseCnt span {
  width: 90px;
  font-weight: 500;
  color: #9B9B9B;
  border-top: solid 1px #DEDEDE;
  padding: 16px 0 0;
  margin: 0 0 16px;
}

.projectCaseCnt p {
  width: calc(100% - 90px);
  font-weight: 400;
  color: #333;
  border-top: solid 1px #DEDEDE;
  padding: 16px 0 0;
  margin: 0 0 16px;
}

.projectCaseItemData span:first-of-type {
  border-top: 0;
}

.projectCaseItemData p:first-of-type {
  border-top: 0;
}

/*
.projectCaseBlock .projectCaseTtlCnt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  gap: 85px 45px;
}
.projectCaseBlock .projectCaseTtlCnt::after {

}
.projectCaseTtlCnt dl {
  width: calc((100% - 90px) / 3);
  display: flex;
  flex-direction: column;
  background: #eee;
}
.projectCaseTtlCnt dt {
  width: 100%;
  flex-grow: 1;
}
.projectCaseTtlCnt img {
  width: 100%;
}
.projectCaseTtlCnt dd {
  width: 100%;
}
.projectCaseTtlCnt strong {
  width: 100%;
  bg
}
.projectCaseTtlCnt ul {
  width: 100%;
}
.projectCaseTtlCnt li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.projectCaseTtlCnt li span {
  width: 100px;
  background: #000;
}
.projectCaseTtlCnt li p {
  flex: 1;
}
*/
@media screen and (max-width: 767px) {
  .projectCaseBlock {
    width: 100%;
    padding: 0 0 0 20px;
  }

  .projectCaseBlock .wrap {
    width: 100%;
    margin: 0 auto;
  }

  .projectCaseBlock .projectCaseTtlBox {
    width: 100%;
  }

  .projectCaseBlock .projectCaseTtlBox:before {
    padding: 77.466vw 0 0;
    display: block;
  }

  .projectCaseBlock .projectCaseTtlBox.case01 {
    background: url(../images/project/project_01_sp.jpg) no-repeat right top;
  }

  .projectCaseBlock .projectCaseTtlBox.case02 {
    background: url(../images/project/project_02_sp.jpg) no-repeat right top;
  }

  .projectCaseBlock .projectCaseTtlBox.case03 {
    background: url(../images/project/project_03_sp.jpg) no-repeat right top;
  }

  .projectCaseBlock .projectCaseTtlBox.case04 {
    background: url(../images/project/project_04_sp.jpg) no-repeat right top;
  }

  .projectCaseBlock .projectCaseTtlBox.case05 {
    background: url(../images/project/project_05_sp.jpg) no-repeat right top;
  }

  .projectCaseBlock .projectCaseTtlTxt {
    margin: 0 auto 0 0;
    padding: 0 20px 40px 0;
  }

  .projectCaseBlock .projectCaseTtl {
    width: 77vw;
    margin: -45px 0 0;
    padding: 15px 0 28px;
    font-size: 3.1rem;
  }

  .projectCaseBlock .projectCaseTtl span {
    font-size: 1.3rem;
    padding: 0 0 5px;
  }

  .projectCaseBlock .projectCaseTtlTxt p {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .projectCaseCnt {
    width: 100%;
    margin: 0 auto 75px 0;
    padding: 0 20px 0 0;
    gap: 30px 0;
  }

  .projectCaseCnt .projectCaseItem {
    width: 100%;
  }

  .projectCaseItem img {
    width: 100%;
    margin: 0 0 16px;
  }

  .projectCaseItem strong {
    flex-grow: 1;
    padding: 0 0 15px;
  }

  .projectCaseItem .projectCaseItemData {
    font-size: 1.5rem;
  }

  .projectCaseCnt span {
    width: 90px;
    padding: 16px 0 0;
    margin: 0 0 16px;
  }

  .projectCaseCnt p {
    padding: 16px 0 0;
    margin: 0 0 16px;
  }

  .projectCaseItemData span:first-of-type {
    border-top: 0;
  }

  .projectCaseItemData p:first-of-type {
    border-top: 0;
  }
}

/***************************************************************************

  採用情報

***************************************************************************/
/*****************************************
  コンテンツトップ
*****************************************/
.recuitInfo {
  width: 100%;
  padding: 60px 0 600px;
  background: url(../images/recruit/recruit_bg.jpg) no-repeat center bottom;
  background-size: 1400px auto;
}

.recuitInfo .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0;
}

.recuitInfo h3.lwrH3 {
  font-size: 3.4rem;
}

.recuitInfo p {
  font-size: 1.8rem;
  line-height: 2.125;
  padding: 0 0 0;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .recuitInfo {
    width: 100%;
    padding: 20px 0 73vw;
    background: url(../images/recruit/recruit_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }

  .recuitInfo .wrap {
    padding: 0 20px 0;
  }

  .recuitInfo h3.lwrH3 {
    font-size: 2.8rem;
  }

  .recuitInfo p {
    font-size: 1.6rem;
    line-height: 2.06;
  }
}

/*****************************************
  画像ブロック
*****************************************/
.recruitImageBlock {
  width: 100%;
  padding: 24px 0 0;
}

.recruitImageBlock .wrap {
  width: 100%;
  max-width: 1400px;
  height: 572px;
  margin: 0 auto;
  padding: 0 0 0;
  background: url(../images/recruit/recruit_img.jpg) no-repeat center top;
  background-size: 1886px auto;
  overflow: hidden;
}

/*
.recruitImageBlock img {
  width: 1886px !important;
  margin: 0 auto;
  padding: 0 0 0;
}
*/

@media screen and (max-width: 767px) {
  .recruitImageBlock {
    padding: 12px 0 0;
  }

  .recruitImageBlock .wrap {
    height: 126.4vw;
    padding: 0 0 0;
    background: url(../images/recruit/recruit_img_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
}

/*****************************************
  選考の流れ
*****************************************/
.grayBg {
  width: 100%;
  background: #F8F8F8;
}

.recruitFlowBlock {
  width: 100%;
  padding: 0 0 0;
}

.recruitFlowBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 75px;
}

.recruitFlowBlock .lwrH3 {
  font-size: 3.4rem;
  padding: 0 0 32px;
}

.recruitFlowBlock p {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0 30px;
}

.recruitFlowBlock ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.recruitFlowBlock li {
  width: calc((100% - 100px) / 5);
  background: #EAEDF9;
  position: relative;
  padding: 26px 10px 35px;
  text-align: center;
}

.recruitFlowBlock li::after {
  content: '';
  width: 13px;
  height: 9px;
  position: absolute;
  top: calc(50% - 4px);
  right: -20px;
  background: url(../images/arw_blue.svg) no-repeat center center;
  background-size: contain;
  display: block;
}

.recruitFlowBlock li:last-child::after {
  display: none;
}

.recruitFlowBlock span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #123367;
  line-height: 1.75;
  padding: 0 0 10px;
  margin: 0 0 12px;
  position: relative;
}

.recruitFlowBlock span::after {
  content: '';
  width: 34px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #A4B0C2;
  display: block;
}

.recruitFlowBlock strong {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .grayBg {
    width: 100%;
    background: #F8F8F8;
  }

  .recruitFlowBlock .wrap {
    width: 100%;
    padding: 60px 20px 60px;
  }

  .recruitFlowBlock .lwrH3 {
    font-size: 2.7rem;
    padding: 0 0 20px;
  }

  .recruitFlowBlock p {
    font-size: 1.6rem;
    padding: 0 0 20px;
  }

  .recruitFlowBlock ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px 0;
  }

  .recruitFlowBlock li {
    width: 100%;
    position: relative;
    padding: 23px 23px 23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }

  .recruitFlowBlock li::after {
    width: 15px;
    height: 10px;
    position: absolute;
    top: initial;
    right: 0;
    left: 0;
    bottom: -25px;
    margin: 0 auto;
    background: url(../images/arw_blue.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(90deg);
  }

  .recruitFlowBlock li:last-child::after {
    display: none;
  }

  .recruitFlowBlock span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
    padding: 0 17px 0 0;
    margin: 0 18px 0 0;
  }

  .recruitFlowBlock span::after {
    content: '';
    width: 1px;
    height: 24px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: initial;
    right: 0;
    margin: auto 0;
    background: #A4B0C2;
    display: block;
  }

  .recruitFlowBlock strong {
    font-size: 1.7rem;
    line-height: 24px;
  }
}

/*****************************************
  ページ内リンク
*****************************************/
.recruitCntBlock {
  width: 100%;
  padding: 0 0 0;
  background: #F8F8F8;
}

.recruitCntBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 68px 0 80px;
}

.recruitCntBlock .lwrH3 {
  font-size: 3.4rem;
  padding: 0 0 30px;
}

dl.recruitPageNav {
  width: 100%;
  background: #fff;
  padding: 34px 32px;
  margin: 0 0 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 0;
}

.recruitPageNav dt {
  width: 85px;
  color: #0D47A1;
  font-size: 1.6rem;
  font-weight: bold;
}

.recruitPageNav dd {
  width: calc(100% - 85px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 12px;
}

.recruitPageNav dd a {
  border: solid 1px #CCCCCC;
  border-radius: 2px;
  padding: 16px 20px 16px;
  background: url(../images/arw_blue_down.svg) no-repeat calc(100% - 15px) calc(50% - 0px);
  background-size: 12px auto !important;
  width: 342px;
  text-align: center;
  text-indent: -10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s;
  display: block;
}

.recruitPageNav dd a:hover {
  border: solid 1px #0D47A1;
  background: url(../images/arw_blue_down.svg) no-repeat calc(100% - 15px) calc(50% + 5px);
}

@media screen and (max-width: 767px) {
  .recruitCntBlock .wrap {
    padding: 40px 20px 25px;
  }

  .recruitCntBlock .lwrH3 {
    font-size: 2.7rem;
  }

  dl.recruitPageNav {
    padding: 24px 20px;
    margin: 0 0 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px 0;
  }

  .recruitPageNav dt {
    width: 100%;
  }

  .recruitPageNav dd {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .recruitPageNav dd:nth-of-type(1) {
    padding: 0 0 10px;
  }

  .recruitPageNav dd a {
    padding: 16px 25px 16px 12px;
    background: url(../images/arw_blue_down.svg) no-repeat calc(100% - 8px) calc(50% - 0px);
    background-size: 12px auto !important;
    width: 100%;
    text-align: left;
    text-indent: 0;
    font-size: 1.4rem;
  }

  .recruitPageNav dd a:hover {
    border: solid 1px #CCCCCC;
    background: url(../images/arw_blue_down.svg) no-repeat calc(100% - 8px) calc(50% - 0px);
  }
}

/*****************************************
  採用 詳細情報
*****************************************/
.recruitH3 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #0D47A1;
  padding: 0 0 30px;
}

.recruitDataBox {
  width: 100%;
  background: #fff;
  padding: 42px 48px;
  margin: 0 0 35px;
  border-radius: 2px;
}

h4.recruitH4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding: 0 0 18px;
  display: block;
  margin: 0 0 20px;
}

/*
h4.recruitH4::before {
  content: '';
  width: 64px;
  height: 2px;
  background: #0D47A1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
*/
h4.recruitH4::before {
  content: '';
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0D47A1 0% 64px, #dddddd 64px 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

table.recruitDataTable {
  width: 100%;
}

table.recruitDataTable th,
table.recruitDataTable td {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 24px 0;
  border-bottom: solid 1px #ddd;
  vertical-align: top;
}

table.recruitDataTable tr:last-child th,
table.recruitDataTable tr:last-child td {
  border-bottom: 0;
}

table.recruitDataTable th {
  width: 230px;
  color: #123367;
  font-weight: bold;
}

table.recruitDataTable td dl.recruitTableDl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

table.recruitDataTable td dl.recruitTableDl dt {
  width: 125px;
  font-weight: bold;
  border-top: solid 1px #ddd;
  padding: 15px 0;
}

table.recruitDataTable td dl.recruitTableDl dd {
  width: calc(100% - 125px);
  border-top: solid 1px #ddd;
  padding: 15px 0;
}

table.recruitDataTable td dl.recruitTableDl dt:first-of-type,
table.recruitDataTable td dl.recruitTableDl dd:first-of-type {
  border-top: 0;
  padding: 0 0 15px;
}

table.recruitDataTable td dl.recruitTableDl dt:last-of-type,
table.recruitDataTable td dl.recruitTableDl dd:last-of-type {
  padding: 15px 0 0;
}

table.recruitDataTable td dl.recruitTableDl.type2 dt {
  width: 175px;
}

table.recruitDataTable td dl.recruitTableDl.type2 dd {
  width: calc(100% - 175px);
}

table.recruitDataTable td dl.recruitTableDl.type3 dt {
  width: 220px;
}

table.recruitDataTable td dl.recruitTableDl.type3 dd {
  width: calc(100% - 220px);
}

table.recruitDataTable td dl.recruitTableDl dd.w100 {
  width: 100%;
}

table.recruitDataTable td ul {
  width: 100%;
  padding: 15px 0;
  display: block;
}

table.recruitDataTable td ul li {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0 0 16px;
  position: relative;
  margin: 0 0 5px;
}

table.recruitDataTable td ul li:last-child {
  margin: 0 0 0;
}

table.recruitDataTable td ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #123367;
  display: block;
  position: absolute;
  left: 0;
  top: calc(1em - 5px);
}

table.recruitDataTable td ul li {
  display: block;
  padding: 0 0 0 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruitH3 {
    font-size: 2.3rem;
    padding: 0 0 16px;
  }

  .recruitDataBox {
    width: 100%;
    padding: 24px 20px;
    margin: 0 0 35px;
  }

  h4.recruitH4 {
    font-size: 1.8rem;
    padding: 0 0 14px;
    margin: 0 0 20px;
  }

  h4.recruitH4::before {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0D47A1 0% 40px, #dddddd 40px 100%);
  }

  table.recruitDataTable th,
  table.recruitDataTable td {
    font-size: 1.5rem;
    border-bottom: 0;
    display: block;
  }

  table.recruitDataTable th {
    padding: 16px 0 0;
  }

  table.recruitDataTable td {
    padding: 8px 0 16px;
    border-bottom: solid 1px #ddd;
  }

  table.recruitDataTable tr:last-child th,
  table.recruitDataTable tr:last-child td {
    border-bottom: 0;
  }

  table.recruitDataTable th {
    width: 100%;
  }

  table.recruitDataTable td dl.recruitTableDl {
    width: 100%;
    flex-direction: column;
  }

  table.recruitDataTable td dl.recruitTableDl dt {
    width: 100%;
    border-top: solid 1px #ddd;
    padding: 10px 0 0px !important;
    display: block;
  }

  table.recruitDataTable td dl.recruitTableDl dd {
    width: 100%;
    border-top: 0;
    padding: 0 0 12px !important;
  }

  table.recruitDataTable td dl.recruitTableDl dt:first-of-type,
  table.recruitDataTable td dl.recruitTableDl dd:first-of-type {
    border-top: 0;
    padding: initial;
  }

  table.recruitDataTable td dl.recruitTableDl dt:first-of-type {
    padding-top: 0px !important;
  }

  table.recruitDataTable td dl.recruitTableDl dt:last-of-type,
  table.recruitDataTable td dl.recruitTableDl dd:last-of-type {
    padding: initial;
  }

  table.recruitDataTable td dl.recruitTableDl dd:last-of-type {
    padding-bottom: 0 !important;
  }

  table.recruitDataTable td dl.recruitTableDl.type2 dt {
    width: 100%;
  }

  table.recruitDataTable td dl.recruitTableDl.type2 dd {
    width: 100%;
  }

  table.recruitDataTable td dl.recruitTableDl.type3 dt {
    width: 220px;
  }

  table.recruitDataTable td dl.recruitTableDl.type3 dd {
    width: 100%;
  }

  table.recruitDataTable td dl.recruitTableDl dd.w100 {
    width: 100%;
  }

  table.recruitDataTable td ul {
    width: 100%;
    padding: 12px 0;
  }

  table.recruitDataTable td ul li {
    font-size: 1.5rem;
    padding: 0 0 0 15px;
    position: relative;
  }

  table.recruitDataTable td ul li {
    padding: 0 0 0 8px;
  }
}

/*****************************************
  コンタクト
*****************************************/
.recruitContactBlock {
  width: 100%;
  padding: 0 0 0;
  background: #fff url(../images/recruit/recruit_contact_img.jpg) no-repeat right center;
  background-size: calc(50% + 80px) auto;
}

.recruitContactBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 75px 30px;
}

.recruitContactBlock h3 {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #45474B;
  line-height: 1;
  display: block;
  padding: 22px 56px 40px 0;
  z-index: 2;
  position: relative;
}


.recruitContactBlock h3 span {
  font-family: "Roboto", sans-serif;
  font-size: 7.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3275;
  font-weight: 500;
  color: #123367;
  display: block;
  position: relative;
  z-index: 2;
}

.recruitContactBlock p {
  width: 360px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 35px;
  margin: 0 0 32px;
  border-bottom: solid 1px #DEDEDE;
}

.recruitContactBlock .contactInfoBox {
  width: 360px;
}

.recruitContactBlock strong {
  font-size: 1.7rem;
  line-height: 1.69;
  color: #333333;
  padding: 0 0 10px;
  display: block;
}

.recruitContactBlock .phoneBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.recruitContactBlock .phoneBox a {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  color: #0D47A1;
  pointer-events: none;
}

.recruitContactBlock .phoneBox span {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #0D47A1;
}

.recruitContactBlock i {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.92;
  display: block;
  padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .recruitContactBlock {
    width: 100%;
    padding: 0 0 74.4vw;
    background: #fff url(../images/recruit/recruit_contact_img.jpg) no-repeat center bottom;
    background-size: contain;
  }

  .recruitContactBlock .wrap {
    padding: 26px 20px 50px;
    text-align: center;
  }

  .recruitContactBlock h3 {
    font-size: 1.3rem;
    padding: 10px 0 32px;
  }

  .recruitContactBlock h3 span {
    font-size: 6.2rem;
  }

  .recruitContactBlock p {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 0 32px;
    margin: 0 0 32px;
    text-align: left;
  }

  .recruitContactBlock .contactInfoBox {
    width: 100%;
    text-align: center;
  }

  .recruitContactBlock strong {
    font-size: 1.7rem;
    padding: 0 0 8px;
  }

  .recruitContactBlock .phoneBox {
    justify-content: center;
  }

  .recruitContactBlock .phoneBox a {
    font-size: 3.2rem;
    pointer-events: fill;
    text-decoration: underline;
  }

  .recruitContactBlock .phoneBox span {
    font-size: 2.2rem;
  }

  .recruitContactBlock i {
    font-size: 1.5rem;
    padding: 10px 0 0;
  }
}

/***************************************************************************

  サイトマップ

***************************************************************************/
.sitemapCnt {
  width: 100%;
  padding: 72px 0 200px;
}

.sitemapCnt .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 80px 90px;
}

.sitemapCnt dl {
  width: calc((100% - 180px) / 3);
}

.sitemapCnt dl dt {
  width: 100%;
  border-bottom: solid 1px #8d91ac;
}

.sitemapCnt dl dt a {
  font-size: 2.0rem;
  padding: 16px 0;
  font-weight: bold;
  color: #1565C0;
  line-height: 1.6;
  background: url(../images/arw_blue01.svg) no-repeat right 20px center;
  background-size: 6px auto;
  display: block;
  transition: 0.3s;
}

.sitemapCnt dl dt a:hover {
  background: url(../images/arw_blue01.svg) no-repeat right 15px center;
  opacity: 0.7;
}

.sitemapCnt dl dd {
  width: 100%;
  border-bottom: solid 1px #dedede;
}

.sitemapCnt dl dd a {
  font-size: 1.5rem;
  padding: 18px 0 20px;
  color: #1565C0;
  line-height: 1.6;
  background: url(../images/arw_blue01.svg) no-repeat right 20px center;
  background-size: 6px auto;
  display: block;
  transition: 0.3s;
}

.sitemapCnt dl dd a:hover {
  background: url(../images/arw_blue01.svg) no-repeat right 15px center;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .sitemapCnt {
    padding: 20px 0 90px;
  }

  .sitemapCnt .wrap {
    width: 100%;
    padding: 0 20px 0;
    gap: 40px 0;
  }

  .sitemapCnt dl {
    width: 100%;
  }

  .sitemapCnt dl dt {
    width: 100%;
  }

  .sitemapCnt dl dt a {
    font-size: 1.8rem;
    padding: 10px 0 16px;
    background: url(../images/arw_blue01.svg) no-repeat right 12px center;
    background-size: 6px auto;
  }

  .sitemapCnt dl dt a:hover {
    background: url(../images/arw_blue01.svg) no-repeat right 12px center;
    opacity: 1;
  }

  .sitemapCnt dl dd {
    width: 100%;
  }

  .sitemapCnt dl dd a {
    font-size: 1.5rem;
    padding: 14px 0 16px;
    background: url(../images/arw_blue01.svg) no-repeat right 12px center;
  }

  .sitemapCnt dl dd a:hover {
    background: url(../images/arw_blue01.svg) no-repeat right 12px center;
    opacity: 1;
  }
}

/***************************************************************************

  新着情報 一覧

***************************************************************************/
/*****************************************
  一覧表示
*****************************************/
.newsListBlock {
  width: 100%;
  padding: 72px 0 200px;
}

.newsListBlock .wrap {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.ptlNews .newsListCnt {
  width: 100%;
  border-top: solid 1px #DEDEDE;
}

.newsListCnt li {
  display: block;
  border-bottom: solid 1px #DEDEDE;
}

.newsListCnt li a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 31px 0 33px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.newsListCnt .newsListDate {
  color: #333;
}

.newsListCnt .newsListTitle {
  width: 810px;
  color: #1565C0;
}

.newsListCnt li a:hover .newsListTitle {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .newsListBlock {
    width: 100%;
    padding: 30px 20px 100px;
  }

  .newsListBlock .wrap {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }

  .newsListBlock .newsListCnt {
    width: 100%;
    border-top: 0;
    padding: 0 0 25px;
  }

  .newsListCnt li {
    display: block;
    border-bottom: solid 1px #DEDEDE;
  }

  .newsListCnt li a {
    display: flex;
    flex-direction: column;
    padding: 14px 0 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .newsListCnt .newsListTitle {
    width: 100%;
  }

}

/*****************************************
  ページネーション
*****************************************/
.page_navi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  clear: both;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 0 0 !important;
  list-style: none !important;
}

.page_navi li {
  display: inline;
  list-style: none !important;
  background: none !important;
  line-height: 1em;
  font-size: 12px;
  padding: 0 !important;
  margin: 0 4px !important;
  clear: none;
  letter-spacing: 0;
}

.page_navi li.current span {
  font-weight: 400;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: solid 1px #1565C0;
  background: #1565C0;
  border-radius: 2em;
  padding: 0 0 1px;
}

.page_navi li a {
  font-weight: 400;
  width: 32px;
  height: 32px;
  display: flex;
  color: #1565C0;
  justify-content: center;
  align-items: center;
  border: solid 1px #1565C0;
  border-radius: 2em;
  background: #fff;
  text-decoration: none;
  padding: 0 0 1px;
  transition: 0.3s;
}

.page_navi li.previous a,
.page_navi li.next a {
  border: 0;
  padding: 0 10px;
  position: relative;
}

.page_navi li a:hover {
  color: #000;
  opacity: 0.5;
}

.page_navi li.page_nums span {
  color: #fff;
  padding: 6px 9px 6px;
  background: #f3f3f3;
  display: inline-block;
  border: dotted 1px #333333;
}

.page_navi li.previous a,
.page_navi li.next a {
  font-weight: 400;
  width: inherit;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #1565C0;
  border-radius: 2em;
  background: #fff;
  padding: 0 1em;
}

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

/***************************************************************************

  新着情報 記事ページ

***************************************************************************/
.post h3,
.content.news h3 {
  margin: 50px 0 20px;
  padding: 12px 15px 14px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #163267;
  background: #F0F0F0;
  border-radius: 2px;
  clear: both;
}

.post h3:first-child {
  margin: 0 0 20px;
}

.newsArticleBlock {
  width: 100%;
  padding: 60px 0 150px;
}

.newsArticleBlock article.post {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.newsArticleBlock article.post a {
  color: #358de0;
  text-decoration: underline;
}

.newsArticleBlock article.post a:hover {
  color: #358de0;
  text-decoration: none;
}

.newsArticleBlock article.post p.dateLabel {
  margin: 0 0 15px;
  text-align: right;
  font-size: 1.5rem;
  color: #666;
}

.newsArticleBlock article.post p {
  font-size: 1.6rem;
  margin: 0 0 1em;
}

.newsArticleBlock article.post div.floatRightBox {
  padding: 0;
  float: right;
  width: 400px;
  margin: 0 0 40px 30px;
}

.newsArticleBlock article.post div.floatRightBox img {
  width: 100%;
  max-width: 100%;
}

.newsArticleBlock article.post div.tile2colBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px 0 20px;
  gap: 2% 2%;
}

div.tile2colBox img {
  width: 49%;
  max-width: 49%;
  margin: 0 0 2%;
}

.newsArticleBlock .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.newsArticleBlock .alignleft {
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
  float: left;
}

.newsArticleBlock .alignright {
  margin-left: auto;
  margin-right: 0;
  display: inline-block;
  float: right;
}

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

  .post h3,
  .content.news h3 {
    margin: 50px 0 20px;
    padding: 12px 15px 14px;
    font-weight: 600;
  }

  .post h3:first-child {
    margin: 0 0 20px;
  }

  .newsArticleBlock {
    width: 100%;
    padding: 30px 20px 80px;
  }

  .newsArticleBlock article.post {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }

  .newsArticleBlock article.post p.dateLabel {
    margin: 0 0 15px;
    text-align: right;
    font-size: 1.5rem;
  }

  .newsArticleBlock article.post p {
    font-size: 1.5rem;
  }

  .newsArticleBlock article.post div.floatRightBox {
    padding: 0;
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .newsArticleBlock article.post div.floatRightBox img {
    width: 100%;
    max-width: 100%;
  }

  .newsArticleBlock .alignleft {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .newsArticleBlock .alignright {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}

/***************************************************************************

  404

***************************************************************************/
.notfoundBlock {
  width: 100%;
}

.notfoundBlock .wrap {
  width: 100%;
  max-width: 970px;
  margin: 80px auto 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: #F4F6FC;
  border-radius: 4px;
  padding: 61px 20px 70px;
}

.notfoundBlock h3 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 70px 0 16px;
  background: url(../images/404_icn.svg) no-repeat center top;
  background-size: 68px auto;
}

.notfoundBlock p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 0 0 48px;
}

.notfoundBlock a {
  background: #0D47A1;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 15px 10px;
  width: 270px;
}

@media screen and (max-width:767px) {
  .notfoundBlock {
    padding: 0 20px;
  }

  .notfoundBlock .wrap {
    margin: 30px auto 90px;
    padding: 50px 10px 42px;
  }

  .notfoundBlock h3 {
    font-size: 2.1rem;
    padding: 75px 0 18px;
    background: url(../images/404_icn.svg) no-repeat center top;
    background-size: 78px auto;
  }

  .notfoundBlock p {
    font-size: 1.4rem;
    padding: 0 0 40px;
  }

  .notfoundBlock a {
    font-size: 1.4rem;
    color: #fff;
    padding: 14px 10px;
    width: calc(100% - 20px);
    max-width: 250px;
  }
}
