.block-contents {
  /* background-color: #fff; */
  border-radius: 12px;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .block-contents {
    margin: 50px auto;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .block-contents {
    padding: 0 0 20px;
  }
}
@include u-mqMax {
  img {
    pointer-events: none;
  }
}

/*-----------------------------------------------
PC/SP 出し分け
------------------------------------------------*/
@media screen and (min-width: 769px) {
  .u-pcDb {
    display: block;
  }

  .u-pcDib {
    display: inline-block;
  }

  .u-pcDin {
    display: inline;
  }

  .u-pcDf {
    display: flex;
  }

  .u-pcDt {
    display: table;
  }

  .u-pcDtc {
    display: table-cell;
  }

  .u-spDb,
  .u-spDib,
  .u-spDin,
  .u-spDf,
  .u-spDt,
  .u-spDtc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }

  .u-spDb {
    display: block;
  }

  .u-spDib {
    display: inline-block;
  }

  .u-spDin {
    display: inline;
  }

  .u-spDf {
    display: flex;
  }

  .u-spDt {
    display: table;
  }

  .u-spDtc {
    display: table-cell;
  }
}
.block * {
  font-family: 'Roboto', 'NotoSansCJK', '游ゴシック体', YuGothic, '游ゴシック Medium',
    'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  letter-spacing: 0.05em;
}
.block-contents * {
  word-break: normal;
}

.lang-enonly .block-contents * {
  word-break: keep-all !important;
}

p sup {
  font-size: 65% !important;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

p sub {
  font-size: 65% !important;
  vertical-align: bottom;
  position: relative;
  bottom: -0.5em;
}

p a sup {
  transition: 0.6s;
  color: #e43c00;
  word-break: break-all;
  font-size: 65% !important;
}

p a sub {
  font-size: 65% !important;
  transition: 0.6s;
  color: #e43c00;
  word-break: break-all;
}

ul li sup {
  font-size: 65% !important;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

ul li sub {
  font-size: 65% !important;
  vertical-align: bottom;
  position: relative;
  bottom: -0.5em;
}

ul li a sup {
  transition: 0.6s;
  color: #e43c00;
  word-break: break-all;
  font-size: 65% !important;
}

ul li a sub {
  font-size: 65% !important;
  transition: 0.6s;
  color: #e43c00;
  word-break: break-all;
}

ol li sup {
  font-size: 65% !important;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

ol li sub {
  font-size: 65% !important;
  vertical-align: bottom;
  position: relative;
  bottom: -0.5em;
}

ol li a sup {
  transition: 0.6s;
  color: #e43c00;
  word-break: break-all;
  font-size: 65% !important;
}

ol li a sub {
  font-size: 65% !important;
  transition: 0.6s;
  color: #e43c00;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  p sup {
    font-size: 70% !important;
    top: -0.3em;
  }

  p sub {
    font-size: 70% !important;
    bottom: -0.3em;
  }

  p a sup {
    font-size: 70% !important;
    padding-bottom: 5px;
    top: -0.2em;
  }

  p a sub {
    font-size: 70% !important;
    padding-bottom: 5px;
    bottom: -0.1em;
  }
}

p {
  word-break: break-all;
}

.block strong {
  font-weight: bold;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .block {
    margin-bottom: 10px;
    /* margin: 40px auto; */
    /* margin: 5rem auto 5rem; */
  }

  /* .block * {
    font-size: 17px;
    line-height: 30px;
  } */
  .block * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    max-width: 935px;
  }

  .block.block-comment {
    margin: 10px auto;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .block {
    /* margin-bottom: 10px; */
    margin: 30px auto;
    /* padding:  0 15px; */
  }

  .block * {
    font-size: 16px;
    line-height: 1.6;
  }

  .block.block-comment {
    margin: 10px auto;
  }
}

/*--------------------

見出しブロック

--------------------*/
.block-heading2__text {
  width: 100%;
  max-width: 1200px;
  /* margin: 0 auto; */
  font-size: 22px;
  /* line-height: 26px; */
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  color: #fff;
  background-color: #18943B;
}

.block-heading3__text {
  width: 100%;
  max-width: 880px;
  /* margin: 0 auto; */
  font-size: 20px;
  /* line-height: 26px; */
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 5px solid #90BE20;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* SP */
@media screen and (max-width: 768px) {
  .block-heading3__text {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    /* padding: 0 15px; */
    line-height: 1.6;
  }
}

.block-heading4__text {
  font-size: 18px;
  font-weight: 700;
  color: #18943B;
}

/*--------------------

画像大

--------------------*/
.block-kvimage__Link {
  position: relative;
  overflow: hidden;
  /* width: 980px; */
  width: 100%;
  display: block;
  padding-top: 56.2%;
}

.block-kvimage__pix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  width: 100%;
  height: auto;
  height: 622px;
  object-fit: cover;
}

.block-kvimage {
  margin-bottom: 7rem;
}

.block-kvimage__caption {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

/* SP */
@media screen and (max-width: 768px) {
  .block-kvimage__pix {
    max-width: 345px;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    border-radius: 0;
    object-fit: cover;
  }
  .block-kvimage__Link {
    width: 100%;
    padding-top: 0;
  }

  .block-kvimage {
    margin-bottom: 4rem;
    display: inline-block;
    text-align: center;
  }

  .block-kvimage img {
    width: 345px;
    height: 229px;
    object-fit: cover;
  }
}

/*--------------------

本文ブロック

--------------------*/

.articleDetailSec__articleContent {
  margin: 40px 0;
}
.articleDetailSec__articleContent p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .block-textArea__text {
    /* max-width: 880px; */
    width: 100%;
    margin: 0 auto;
  }

  .block-textArea__text > * {
    font-size: 17px;
    line-height: 30px;
  }

  .block-textArea__text span {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (min-width: 769px) {
  .block-textArea {
    /* max-width: 920px;
    padding: 0 20px; */
    max-width: 935px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .block-textArea {
    /* margin-bottom: 35px; */
    width: 100%;
    max-width: 100%;
    /* padding: 0 15px; */
  }

  .block-textArea__text {
    width: 100%;
    /* margin: 0 auto; */
    /* padding: 0 15px; */
  }

  .block-textArea p {
    /* margin-bottom: 30px; */
  }

  .block-textArea__text > * {
    font-size: 15px;
    line-height: 1.6;
  }

  .block-textArea__text span {
    font-size: 15px;
    line-height: 1.6;
  }
}

/*--------------------

テキストブロック テーブル

--------------------*/

.block-textArea table {
  border-top: #484848 1px solid;
  border-left: #484848 1px solid;
}

.block-textArea th,
.block-textArea td {
  border-right: #484848 1px solid;
  border-bottom: #484848 1px solid;
  padding: 7px 10px;
  vertical-align: middle;
}

.block-textArea th,
.block-textArea td,
.block-textArea th > *,
.block-textArea td > * {
  font-size: 15px;
  vertical-align: middle;
}

.block-textArea table caption {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .block-textArea table {
    margin-bottom: 30px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .block-textArea table {
    margin-bottom: 30px;
  }
}

/*--------------------

背景色付きブロック

--------------------*/

/* PC */
@media print, screen and (min-width: 769px) {
  .block-bg {
    padding: 26px 20px 30px;
    width: 700px;
  }

  .block-bg__text > * {
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
  }

  .block-bg__text {
    font-size: 17px;
    line-height: 1.75;
    text-align: center;
  }

  .block-bg__title {
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .block-bg {
    padding: 15px 15px;
    margin-bottom: 35px;
  }

  .block-bg__text > * {
    font-size: 16px;
    line-height: 1.6;
  }
}

/*--------------------

囲み記事ブロック

--------------------*/

.block-frame {
  /* max-width: 880px; */
  width: 100%;
  background-color: #f5f5f5;
}

.block-frame__image {
  width: 100%;
  /* max-width: 430px; */
  /* margin: 20px auto 5px; */
  margin: 20px 0;
  text-align: center;
}

.block-frame__caption {
  text-align: center;
  font-size: 12px;
}

.block-frame__heading {
  margin: 0 auto 36px;
  display: block;
  text-align: center;
}

.block-frame__headingText {
  /* font-size: 23px;
  margin-bottom: 36px;
  text-align: center;
  color: #e43c00;
  font-weight: bold;
  display: inline;
  border-bottom: 2px solid #e43c00;
  padding-bottom: 10px;
  line-height: 2.2; */
  width: 100%;
  max-width: 880px;
  /* margin: 0 auto; */
  font-size: 22px;
  /* line-height: 26px; */
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 12px solid #01bfbd;
  padding-left: 10px;
  text-align: left;
}

.block-frame__mail {
  background: url('images/icon-mail.svg') left center no-repeat;
  font-weight: bold;
}
.block-frame__text {
  font-size: 1.4rem;
  line-height: 1.2;
}

.block-frame__text ol li a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  word-break: break-all;
}

.block-frame__text ul li a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  word-break: break-all;
}
.block-frame .image-size {
  width: 100%;
}
.block-frame .image-size--full img {
  width: 100%;
}
.block-frame .image-size--wide img {
  width: 75%;
}
.block-frame .image-size--medium img {
  width: 50%;
}
.block-frame .image-size--narrow img {
  width: 25%;
  text-align: center;
}
.block-frame .image-size--tiny img {
  width: 10%;
  text-align: center;
}
/* PC */
@media print, screen and (min-width: 769px) {
  .block-frame {
    padding: 30px;
    border: 2px solid #01bfbd;
    background-color: #ffffff;
    border-radius: 10px;
  }
  /* 
  .block-frame__text > * {
    font-size: 16px;
    line-height: 1.75;
  } */

  .block-frame__text > * {
    font-size: 14px;
    line-height: 1.8;
  }

  .block-frame__text p {
    word-break: break-all;
  }

  .block-frame__mail {
    background-size: 23px auto;
    font-size: 14px;
    padding-left: 30px;
    margin-top: 15px;
    display: block;
  }
}

.block-frame__text p a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  transition: 0.6s;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .block-frame__text p a:hover {
    opacity: 0.6;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  /* .block-frame {
    padding: 40px 30px 30px 30px;
    margin-bottom: 45px;
    width: 100%;
  } */
  .block-frame {
    padding: 20px;
    border: 2px solid #01bfbd;
    background-color: #ffffff;
    border-radius: 10px;
  }

  .block-frame__heading {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
  }

  .block-frame__headingText {
    font-size: 17px;
  }

  .block-frame__text > * {
    line-height: 1.6;
    font-size: 17px;
  }

  .block-frame__text p {
    word-break: break-all;
    /* margin-top: 30px; */
  }
}
/*^-----------------
teams囲み
--------------------*/
.block-frame_teams {
  /* max-width: 880px; */
  width: 100%;
  background-color: #f5f5f5;
}
.block-frame_teams img {
  width: 56px;
  height: 56px;
}

.block-frameteams__image {
  width: 100%;
  max-width: 430px;
  margin: 20px auto 5px;
}

.block-frameteams__caption {
  text-align: center;
  font-size: 12px;
}
.block-frame_teams .archive__btn {
  text-align: left;
  margin: 15px 0;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .block-frame_teams {
    padding: 30px;
    border: 2px solid #01bfbd;
    background-color: #ffffff;
    border-radius: 10px;
  }
  /* 
  .block-frame__text > * {
    font-size: 16px;
    line-height: 1.75;
  } */
  .block-frame_teams__text {
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.2;
  }

  .block-frame_teams__text > * {
    font-size: 14px;
    line-height: 1.8;
  }

  .block-frame_teams__text p {
    word-break: break-all;
  }
}

.block-frame__text p a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  transition: 0.6s;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .block-frame__text p a:hover {
    opacity: 0.6;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  /* .block-frame {
    padding: 40px 30px 30px 30px;
    margin-bottom: 45px;
    width: 100%;
  } */
  .block-frame_teams {
    padding: 20px;
    border: 2px solid #01bfbd;
    background-color: #ffffff;
    border-radius: 10px;
  }

  .block-frame__heading {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
  }

  .block-frame__headingText {
    font-size: 17px;
  }

  .block-frame__text > * {
    line-height: 1.6;
    font-size: 17px;
  }

  .block-frame__text p {
    word-break: break-all;
    /* margin-top: 30px; */
  }
}
/*--------------------

画像中（横幅固定/縦は成り行きで）

--------------------*/
.block-kvimage_middle {
  /* width: 750px; */
  width: 100%;
  margin: 0;
  height: auto;
  margin-bottom: 7rem;
  display: block;
  margin: 5rem 0 5rem;
}

.block-kvimage_middle__pix {
  width: 750px;
  height: 500px;
  object-fit: cover;
}

.block-kvimage_middle__caption {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

.block-kvimage_middle__image {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .block-kvimage_middle__pix {
    width: 286px;
    height: 183px;
    object-fit: cover;
  }
}

/*--------------------

画像小（横幅固定/縦は成り行きで）

--------------------*/

.block-imageOne {
  /* max-width: 430px; */
  width: 100%;
  /* margin: 0 auto; */
  margin: 0;
  margin-left: 0 !important;
}

.block-imageOne__pix {
  width: 560px;
  height: 372px;
  object-fit: cover;
  display: block;
}

.block-imageOne__caption {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}
/* 画像全体のラッパーを画像幅に合わせる＆キャプション中央揃え */
.block-imageOne__image {
  display: inline-block;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .block-imageOne {
    /* max-width: 260px; */
    margin: 10px auto;
    width: 100%;
  }
  .block-imageOne__pix {
    width: 207px;
    height: 137px;
    object-fit: cover;
  }
}

/*--------------------

WEB社内報内リンクボタン

--------------------*/

.block-insideBnrLink {
  display: flex;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  .block-insideBnrLink {
    display: table;
    text-align: center;
  }
}

.block-insideBnrLink__link {
  display: block;
  margin: 10px auto;
  text-align: center;
  padding: 12px 52px 9px 28px;
  line-height: 1.4;
  border: 1px solid #333333;
  position: relative;
  transition: all 0.6s ease-in-out 0s;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #333333;
}

.block-insideBnrLink__link::after {
  position: absolute;
  top: 51%;
  right: 12px;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 27px;
  height: 21px;
  background: url('../front/images/bnt01.png') no-repeat center/contain;
  transition: all 0.6s ease-in-out 0s;
}

@media print, screen and (min-width: 769px) {
  .block-insideBnrLink__link:hover {
    color: #e43c00;
    border: 1px solid #e43c00;
    background-color: #fff;
  }

  .block-insideBnrLink__link:hover::after {
    background: url('../front/images/bnt01_hover.png') no-repeat center/contain;
  }
}

/* PC */
@media print, screen and (min-width: 769px) {
}

/* SP */
@media screen and (max-width: 768px) {
  .block-insideBnrLink__link {
    font-size: 13px;
  }
}

/*--------------------

    外部リンクボタン

    --------------------*/
.block-bnrLink {
  display: flex;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  .block-bnrLink {
    display: table;
    text-align: center;
  }
}

.block-bnrLink__link {
  display: block;
  margin: 10px auto;
  text-align: center;
  padding: 12px 52px 9px 28px;
  line-height: 1.4;
  border: 1px solid #333333;
  position: relative;
  transition: all 0.6s ease-in-out 0s;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #333333;
}

.block-bnrLink__link::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 28px;
  height: 22px;
  transform: translate(0%, -50%);
  content: '';
  display: inline-block;
  background: url('../front/images/bnt02.png') no-repeat center/contain;
  transition: all 0.6s ease-in-out 0s;
}

@media print, screen and (min-width: 769px) {
  .block-bnrLink__link:hover {
    color: #e43c00;
    border: 1px solid #e43c00;
    background-color: #fff;
  }

  .block-bnrLink__link:hover::after {
    background: url('../front/images/bnt02_hover.png') no-repeat center/contain;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .block-bnrLink__link {
    font-size: 13px;
  }
}

/*--------------------

    囲み+丸ぬき写真

    --------------------*/
.block-roundness {
  width: 700px;
  margin: 40px auto;
  padding: 40px 50px;
}

.block-roundness__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.block-roundness__PixAreaList {
  margin: 30px auto 20px;
  display: flex;
  justify-content: center;
}

.block-roundness__PixAreaList__item {
  margin-left: 42px;
}

.block-roundness__PixAreaList__item:nth-child(1) {
  margin-left: 0;
}

.block-roundness__PixAreaList__itemPix {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
}

/*--------------------

    罫線本文の幅

    --------------------*/
.block-textline {
  max-width: 880px;
  width: 100%;
  margin: 26px auto;
  border-bottom: 2px solid #ddd;
}

@media screen and (max-width: 768px) {
  .block-textline {
    width: 100%;
  }
}

/*--------------------

    画像小（左）+テキスト（右）

    --------------------*/
.block-leftpixtext {
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
  margin: 50px auto;
}

.block-leftpixtext__inner {
  display: flex;
  justify-content: space-between;
}

.block-leftpixtext__pixArea {
  width: 48.9%;
  /* margin-right: 5rem; */
}

.block-leftpixtext__textArea {
  width: 45.5%;
}

.block-leftpixtext__textArea p a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  transition: 0.6s;
  word-break: break-all;
}

.block-leftpixtext__textArea ol li a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  word-break: break-all;
}

.block-leftpixtext__textArea ul li a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .block-leftpixtext__textArea p a:hover {
    opacity: 0.6;
  }
}

.block-leftpixtext__caption {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .block-leftpixtext {
    width: 100%;
    padding: 0;
  }

  .block-leftpixtext__inner {
    flex-direction: column-reverse;
  }

  .block-leftpixtext__textArea {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-leftpixtext__pixArea {
    width: 100%;
    margin: 0 auto;
  }
}

/*--------------------

    テキスト（左）+画像小（右）

    --------------------*/

.block-rightpixtext {
  width: 100%;
  max-width: 920px;
  padding: 0 20px;
  margin: 50px auto;
}

.block-rightpixtext__inner {
  display: flex;
  justify-content: space-between;
}

.block-rightpixtext__pixArea {
  width: 48.9%;
  /* margin-left: 5rem; */
}

.block-rightpixtext__textArea {
  width: 45.5%;
}

.block-rightpixtext__textArea ol li a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  word-break: break-all;
}

.block-rightpixtext__textArea ul li a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  word-break: break-all;
}

.block-rightpixtext__textArea p a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  transition: 0.6s;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .block-rightpixtext__textArea p a:hover {
    opacity: 0.6;
  }
}

.block-rightpixtext__caption {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .block-rightpixtext {
    width: 100%;
    padding: 0;
  }

  .block-rightpixtext__inner {
    display: block;
  }

  .block-rightpixtext__textArea {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-rightpixtext__pixArea {
    width: 100%;
    margin: 0 auto;
    /* max-width: 260px; */
  }
}

/*--------------------

    画像スライダー

    --------------------*/
.slick-slide img {
  width: auto;
  height: auto;
  /* max-height: 300px; */
  /* min-height: 300px; */
}

.block-swiperlistpix__caption {
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}

.slick-slider {
  position: relative;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
}

.slick-initialized .slick-slide {
  margin: 0 10px;
  text-align: center;
}

.block-swiperlistpix__item {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-initialized .block-swiperlistpix__item {
  display: block;
}

.block-swiperlistpix__sliderArea {
  position: relative;
}

.blockSlick-arrowRight {
  cursor: pointer;
  /* right: 9.5%; */
  right: -0.75%;
  top: 48%;
  position: absolute;
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.6s ease-in-out 0s;
  transform: translate(-50%, -50%);
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../front/images/recommended-iconright.png');
}
.blockSlick-arrowRight:hover {
  background-image: url('../front/images/recommended-iconrighthover.png');
}
.blockSlick-arrowLeft {
  cursor: pointer;
  z-index: 11;
  /* left: 17.5%; */
  left: 3.75%;
  top: 48%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.6s ease-in-out 0s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../front/images/recommended-iconleft.png');
}
.blockSlick-arrowLeft:hover {
  background-image: url('../front/images/recommended-iconlefthover.png');
}

@media screen and (max-width: 769px) {
  .blockSlick-arrowLeft {
    width: 30px !important;
    height: 30px !important;
    top: 38%;
  }
  .blockSlick-arrowRight {
    width: 30px !important;
    height: 30px !important;
    top: 38%;
    right: 2.5%;
  }
  .blockSlick-arrowRight {
    cursor: pointer;
    /* right: 9.5%; */
    right: -4.15%;
  }

  .blockSlick-arrowLeft {
    cursor: pointer;
    z-index: 11;
    /* left: 17.5%; */
    /* left: 3.75%; */
    left: 4.75%;
  }
}

@media print, screen and (min-width: 769px) {
  .blockSlick-arrowRight:hover {
    opacity: 0.6;
  }

  .blockSlick-arrowLeft:hover {
    opacity: 0.6;
  }
}

.block-swiperlist__caption {
  display: none;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  margin-top: 12px;
}

.slick-active .block-swiperlist__caption {
  display: block;
}

.slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}
.articleDetailSec__swiper {
  position: relative;
}
.block-swiperlistpix__item {
  width: 750px;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.block-swiperlistpix__item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* または contain に変更可 */
  display: block;
}

.articleDetailSec__swiperSlide img {
  width: 750px;
  height: 500px;
  object-fit: cover;
}
.articleDetailSec__swiperWrapper {
  text-align: center;
}
.articleDetailSec__swiperSlide figcaption {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
  line-height: 1.4;
}

.articleDetailSec__swiperPagination {
  position: static !important;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .articleDetailSec__swiperSlide img {
    width: 276px;
    height: 183px;
  }
}

/*--------------------

    コメントブロック

    --------------------*/

.block-comment__caption {
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.block-comment {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 40px;
  align-items: center;
  max-width: 920px;
  width: 100%;
  padding: 0 20px;
}

.block-comment__department {
  font-size: 17px;
  margin-bottom: 5px;
}

.block-comment__pic {
  margin-right: 20px;
}

.block-comment__image {
  width: 125px;
  margin: 0 auto;
}

.block-comment__text {
  width: calc(100% - 150px);
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

/* SP */
@media screen and (max-width: 768px) {
  .block-comment {
    padding: 32px 0;
    width: 100%;
  }

  .block-comment__pic {
    width: 100px;
    /* width: 100%; */
    margin: 0 auto;
  }

  .block-comment__image {
    width: 80px;
    margin: 0 auto;
  }

  .block-comment__text {
    font-size: 17px;
    line-height: 1.5;
    width: calc(100% - 100px);
  }

  .block-comment__department {
    font-size: 13px;
  }
}

/*--------------------

    画像小 2枚横並び（縦横固定）

    --------------------*/

.block-imageTwo__inner {
  /* max-width: 920px; */
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.block-imageTwo__pixArea {
  width: 49%;
  max-width: 430px;
  text-align: center;
}

.block-imageTwo__pixArea img {
  height: 287px;
  object-fit: cover;
}

.block-imageTwo__caption {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

/* SP */
@media screen and (max-width: 768px) {
  .block-imageTwo__inner {
    padding: 0;
    gap: 20px;
  }
  .block-imageTwo__pixArea img {
    height: auto;
    max-width: 164px;
    width: 100%;
    height: 110px;
    object-fit: cover;
  }
}

/*--------------------

    PEOPLE

    --------------------*/
.block-people {
  margin: 5rem auto 3rem;
}

.block-people__title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 1.1rem 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2rem;
}

.u-wedding .block-people__title {
  color: #bc5f5f;
  background: #fce8e5;
}

.u-birth .block-people__title {
  color: #2aa206;
  background: #eef5d9;
}

.u-exam .block-people__title {
  color: #4992b9;
  background: #e6f2fb;
}

.block-people__subtitle {
  display: inline-block;
  margin-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.u-wedding .block-people__subtitle {
  color: #ed7978;
}

.u-birth .block-people__subtitle {
  color: #67c814;
}

.u-exam .block-people__subtitle {
  color: #5eb7e8;
}

.block-people__list {
  list-style-type: none !important;
}

.block-people__item {
  /* padding-left: 0.8em; */
  /* text-indent: -0.8em; */
  padding-left: 20px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.76;
  position: relative;
}

.block-people__item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  margin-right: 0.3rem;
  font-size: 0.7rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ed7978;
}

.u-wedding .block-people__item::before {
  background-color: #ed7978;
}

.u-birth .block-people__item::before {
  background-color: #67c814;
}

.u-exam .block-people__item::before {
  background-color: #5eb7e8;
}

@media screen and (max-width: 768px) {
  .block-people {
    margin: 3rem auto 1rem;
  }

  .block-people__title {
    margin-bottom: 1.8rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.6rem;
  }

  .block-people__subtitle {
    font-size: 1.2rem;
  }

  .block-people__item {
    /* padding-left: 1em; */
    /* text-indent: -1em; */
    font-size: 1.3rem;
    line-height: 1.53;
    padding-left: 18px;
  }

  .block-people__item::before {
    /* top: -0.2rem; */
    /* font-size: 0.4rem; */
    top: 2px;
    width: 12px;
    height: 12px;
  }
}

/*--------------------

    PEOPLE 画像

    --------------------*/
.block-peopleImage__inner {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none !important;
  padding-left: 0 !important;
}

.block-peopleImage__pixArea {
  margin-right: 2rem;
  margin-bottom: 3rem;
}

.block-peopleImage__pixArea a {
  display: block;
  border-radius: 2.4rem;
  overflow: hidden;
}

.block-peopleImage__pixArea {
  width: calc((100% - 6rem) / 4);
}

.block-peopleImage__pixArea:nth-child(4n) {
  margin-right: 0;
}

.block-peopleImage__caption {
  padding-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .block-peopleImage__pixArea a {
    border-radius: 1rem;
  }

  .block-peopleImage__pixArea {
    width: calc((100% - 1.5rem) / 2);
    margin-right: 1.5rem;
  }

  .block-peopleImage__pixArea:nth-child(2n) {
    margin-right: 0;
  }

  .block-peopleImage__caption {
    padding-top: 0.6rem;
    font-size: 1rem;
  }
}

/*--------------------

    PEOPLE 訃報

    --------------------*/
.block-obituary {
  padding: 3.5rem;
  border: 2px solid #333333;
}

.block-obituary__title {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 2.3rem;
  font-weight: 700;
  border-bottom: 2px solid #707070;
}

.block-obituary__subtitle {
  display: inline-block;
  margin-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.block-obituary__textarea {
  margin-bottom: 2rem;
}

.block-obituary__textarea:last-child {
  margin-bottom: 0;
}

.block-obituary__position {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.29;
}

.block-obituary__name {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
}

.block-obituary__text {
  font-size: 1.7rem;
  line-height: 1.76;
}

@media screen and (max-width: 768px) {
  .block-obituary {
    padding: 1.8rem;
  }

  .block-obituary__title {
    flex-wrap: wrap;
    font-size: 1.6rem;
  }

  .block-obituary__subtitle {
    display: block;
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
  }

  .block-obituary__position {
    font-size: 1.5rem;
  }

  .block-obituary__name {
    font-size: 2rem;
  }

  .block-obituary__text {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}

/*--------------------

    全体的

    --------------------*/
/* SP */
@media screen and (max-width: 768px) {
  .block-textArea__text iframe {
    width: 100%;
  }
}

.block-textArea__text p {
  word-wrap: break-word;
}

.block-textArea__text a {
  transition: 0.6s;
  color: #e43c00;
  border-bottom: 1px solid #e43c00;
  word-break: break-all;
}

.block-textArea__text strong {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  /* .block-textArea__text a:hover {
        opacity: 0.6;
    }

    .block-frame__mail {
    transition: 0.6s;
}

.block-frame__mail:hover {
color: #000e80;
} */
}

.is_singleTerm__partner-voice .block-images__image a img {
  border: 3px solid #4a97fe;
  border-radius: 10px;
}

.is_post__group_news .block-contents {
  margin: 10px auto;
}

.lang-en .block-textArea p {
  letter-spacing: 0;
  word-break: break-word;
}
.lang-en .block-textArea__text span {
  letter-spacing: 0;
}
.lang-zh-hans .block-textArea p {
  letter-spacing: 0.02em;
}
.lang-zh-hans .block-textArea__text span {
  letter-spacing: 0.02em;
}
.lang-th .block-textArea p {
  letter-spacing: 0.05em;
}
.lang-th .block-textArea__text span {
  letter-spacing: 0.05em;
}

/*--------------------

ここに技あり 左画像と右テキストのレイアウト

--------------------*/
.block-technique2clmArea {
  max-width: 880px;
  width: 100%;
  margin: 40px auto;
}
.block-technique2clmArea__title {
  font-size: 30px;
  color: #e43c00;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}
.block-technique2clmArea__wrap {
  display: flex;
}
.block-technique2clmArea__pic {
  width: 430px;
}
.block-technique2clmArea__textarea {
  margin-left: 50px;
  width: calc(100% - (430px + 48px));
}
.block-technique2clmArea__text {
  line-height: 32px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .block-technique2clmArea {
    width: 100%;
    max-width: 100%;
  }
  .block-technique2clmArea__wrap {
    display: block;
  }
  .block-technique2clmArea__pic {
    width: 100%;
  }
  .block-technique2clmArea__textarea {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .block-technique2clmArea__title {
    font-size: 22px;
    line-height: 30px;
  }
}

/*--------------------

ここに技あり 囲みエリア

--------------------*/
.block-technique2clmArea {
  max-width: 880px;
  margin: 40px auto;
  width: 100%;
}
.block-enclosureArea {
  max-width: 880px;
}
.block-enclosureArea__bg {
  z-index: 11;
  position: relative;
}
.block.block-enclosureArea__wrap {
  margin: 5rem auto 3rem;
}
.block-enclosureArea__inner {
  padding: 65px 60px 2px;
  border: 1px solid #707070;
  background-color: #fff;
}

.block-enclosureArea__picarea {
  padding-bottom: 30px;
}
.block-enclosureArea__picarea.u-bottomline {
  border-bottom: 1px solid #707070;
}

.block-enclosureArea__inner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.block-enclosureArea__title {
  font-size: 25px;
  color: #e43c00;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}

.block-enclosureArea__msg,
.block-enclosureArea__mp4msg {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}

.block-enclosureArea__textarea {
  margin: 45px auto;
}
.block-enclosureArea__mp4Area {
  margin: 50px auto;
}

.block-enclosureArea__videoBox {
  width: 750px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .block-technique2clmArea {
    width: 100%;
    margin: 40px auto;
    max-width: 100%;
  }
  .block-enclosureArea__videoBox {
    width: 100%;
  }
  .block-enclosureArea__inner {
    padding: 40px 15px 1px;
  }
  .block.block-enclosureArea__wrap {
    margin: 5rem auto 2rem;
  }
  .block-enclosureArea__inner::before {
    top: 5px;
    left: 5px;
  }
  .block-enclosureArea__textarea {
    margin: 20px auto;
  }
  .block-enclosureArea__title {
    font-size: 20px;
    line-height: 1.6;
  }
  .block-enclosureArea__mp4Area {
    margin: 20px auto;
  }
}

/*--------------------

こここに技あり 動画のレイアウト

--------------------*/
.block-movieArea {
  margin: 50px auto;
}

.block-movieArea__videoBox {
  width: 750px;
  margin: 0 auto;
  display: block;
}

.block-movieArea__mp4msg {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .block-movieArea__videoBox {
    width: 100%;
  }
}

.block-personArea {
  margin: 80px auto 70px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  max-width: 880px;
}

.block-personArea__wrap2clm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-personArea__wrap2clmPixArea {
  width: 190px;
  margin-right: 20px;
}
.block-personArea__job,
.block-personArea__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.block-personArea__job {
  margin-top: 10px;
}

.block-personArea__wrap2clmTextarea {
  width: calc(100% - (190px + 60px));
  background: repeating-linear-gradient(-45deg, #fff962, #fff962 3px, #fffdcf 5px, #fffdcf 12px);
  border-radius: 20px;
  position: relative;
}

.block-personArea__wrap2clmTextarea::before {
  content: '';
  position: absolute;
  height: 32px;
  width: 36px;
  top: 41%;
  left: -34px;
  background: repeating-linear-gradient(-45deg, #fff962, #fff962 3px, #fffdcf 5px, #fffdcf 12px);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.block-personArea__wrap2clmTextareaBg {
  padding: 40px;
}

.block-personArea__text {
  font-weight: bold;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .block-personArea {
    margin: 60px auto;
  }
  .block-personArea__wrap2clm {
    display: block;
  }
  .block-personArea__wrap2clmTextarea {
    width: 100%;
  }
  .block-personArea__wrap2clmPixArea {
    width: 130px;
    margin: 20px auto;
  }
  .block-personArea__wrap2clmTextareaBg {
    padding: 20px;
  }
  .block-personArea__wrap2clmTextarea::before {
    height: 25px;
    width: 25px;
    top: -20px;
    left: 45%;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}

.block-yellowArea {
  max-width: 880px;
}
.block-yellowArea__wrap {
}
.block-yellowArea__wrapTextYe {
  display: inline;
  font-weight: bold;
  line-height: 40px;
  background-color: #fce1c5;
}

.block-yellowArea__wrapText {
  font-weight: bold;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .block-yellowArea__wrapTextYe {
    line-height: 30px;
  }

  .block-yellowArea__wrapText {
    line-height: 30px;
  }
}
/* 
＝＝＝＝＝＝＝＝＝＝＝＝
社員画像2枚
＝＝＝＝＝＝＝＝＝＝＝＝ */

.comment-2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12.5rem;
  margin: 4.65rem 0 6.6rem;
}
.comment-2clm__left {
  max-width: 19.9rem;
  min-height: 27.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.comment-2clm__right {
  max-width: 19.9rem;
  min-height: 27.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.comment-2clm__image {
  border-radius: 100%;
  width: 16rem;
  height: 16rem;
}
.comment-2clm__image img {
  border-radius: 100%;
  width: 100%;
  height: auto;
}
.comment-2clm__company,
.comment-2clm__department,
.comment-2clm__section {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 1.2rem;
}

.comment-2clm__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-top: 0.2rem;
}
