@charset "UTF-8";

/* =====================================================
  mixin / 変数
===================================================== */
/** breakpoint **/
/* =====================================================
  reset
===================================================== */
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-block: 0;
}

/* =====================================================
  csr　parts
===================================================== */
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: inline-block;
  }
}

.lg-only {
  display: inline-block;
}

@media (max-width: 767px) {
  .lg-only {
    display: none;
  }
}

.img-center {
  text-align: center;
  margin: 30px auto 0;
}

.img-center img {
  margin-top: 80px;
}

.img-center img:first-child {
  margin-top: 0;
}

.img-wide {
  margin-top: 30px;
}

.img-wide img {
  width: 100%;
}

.img-wide_s img {
  width: 60%;
}

@media (max-width: 767px) {
  .img-wide_s img {
    width: 100%;
  }
}

.img-half img {
  width: 55%;
}

@media (max-width: 767px) {
  .img-half img {
    width: 100%;
  }
}

.caption {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}

.el-link {
  margin-top: 30px;
}

.el-link a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  background: url(../images/common/arrow_right_blue.png) left center no-repeat;
  background-size: 15px;
  margin-top: 12px;
}

.dl-pdf a .pdf {
  margin-left: 20px;
}

p+.dl-pdf {
  margin-top: 30px;
}

.mgt30 {
  margin-top: 30px !important;
}

.sb-content p,
.sb-content-wide p {
  line-height: 1.8;
}

.content.sb-content-wide {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .content.sb-content-wide {
    padding-bottom: 70px;
  }
}

.img-wide+p {
  margin-top: 30px;
}

.sb-cont-ttl_m+.img-wide {
  margin-top: 20px;
}

/* =====================================================
  csr　top
===================================================== */
.sb-breadcrumbs {
  max-width: 1230px;
  margin: auto;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .sb-breadcrumbs {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sb-breadcrumbs .breadcrumbs_wh li {
  color: #fff;
}

.sb-breadcrumbs .breadcrumbs_wh li a {
  color: #fff;
}

.sb-breadcrumbs .breadcrumbs {
  left: auto;
}

.sb-breadcrumbs .breadcrumbs a:hover {
  color: #333;
}

.sb-header {
  background: -webkit-gradient(linear, left top, right top, from(#0068b7), to(#1e4089));
  background: linear-gradient(to right, #0068b7 0%, #1e4089 100%);
  color: #fff;
  padding: 20px 0;
}

@media (max-width: 1229px) {
  .sb-header {
    padding: 0;
    position: relative;
    height: 45px;
  }
}

.sb-header-in {
  max-width: 1230px;
  margin: auto;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .sb-header-in {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sb-header-in .csr-logo {
  width: 110px;
  position: absolute;
  top: 0;
}

@media (max-width: 1229px) {
  .sb-header-in .csr-logo {
    padding: 11px 0 11px;
    position: static;
  }
}

.sb-headerNavi {
  max-width: 1230px;
  margin: auto;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}

@media (max-width: 767px) {
  .sb-headerNavi {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sb-headerNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sb-headerNavi ul li {
  margin: 0 15px;
}

.sb-headerNavi ul li a {
  color: #fff;
  position: relative;
}

.sb-headerNavi ul li a:hover {
  color: inherit;
}

.sb-headerNavi ul li a:hover::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}

@media (max-width: 1229px) {
  .sb-headerNavi {
    display: none;
  }

  .sb-headerNavi.is_open {
    display: block;
    color: #fff;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
  }

  .sb-headerNavi.is_open::before {
    content: '';
    display: block;
    height: 100vh;
    width: 100vw;
    display: block;
    background: rgba(28, 67, 137, 0.9);
    background-size: 100%;
    z-index: 99;
  }

  .sb-headerNavi.is_open ul {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .sb-headerNavi.is_open ul li {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 700;
  }
}

.sb-header-toggle {
  display: none;
}

@media (max-width: 1229px) {
  .sb-header-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    border-left: 1px solid #607caf;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .sb-header-toggle span {
    content: '';
    background: url("../images/csr/csr_headerNavi_arrow_open.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 15px;
    height: 17px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }

  .sb-header-toggle.is_open {
    background: #ebeff7;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .sb-header-toggle.is_open span {
    content: '';
    background: url("../images/csr/csr_headerNavi_arrow_close.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 15px;
    height: 17px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sb-mainVisual {
  background: url(../images/csr/csr_topimg.jpg) no-repeat;
  background-size: cover;
  height: 480px;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .sb-mainVisual {
    height: 210px;
  }
}

.sb-mainVisual-in {
  height: 100%;
}

.sb-mainVisual-copy {
  max-width: 1230px;
  margin: auto;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .sb-mainVisual-copy {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sb-mainVisual-copy .sb-mainTtl {
  font-size: 56px;
}

@media (max-width: 767px) {
  .sb-mainVisual-copy .sb-mainTtl {
    font-size: 26px;
  }
}

.sb-top-lead {
  max-width: 925px;
  margin: 40px auto 70px;
  font-size: 16px;
  line-height: 2.0;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .sb-top-lead {
    max-width: none;
  }
}

.sb-top-contents {
  max-width: 1230px;
  margin: auto;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 92px;
}

@media (max-width: 767px) {
  .sb-top-contents {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sb-top-contents .sb-top-contents-bgWrap {
  position: relative;
  width: 100%;
  height: 500px;
  top: 0;
}

@media (max-width: 950px) {
  .sb-top-contents .sb-top-contents-bgWrap {
    height: auto;
  }
}

.sb-top-contents .sb-top-bgImg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 83.333%;
  height: 100%;
  position: absolute;
  left: 0;
}

@media (max-width: 950px) {
  .sb-top-contents .sb-top-bgImg {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    position: static;
  }
}

@media (max-width: 376px) {
  .sb-top-contents .sb-top-bgImg {
    height: 280px;
  }
}

.sb-top-contents .sb-top-contents-in {
  max-width: 1230px;
  margin: auto;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .sb-top-contents .sb-top-contents-in {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 950px) {
  .sb-top-contents .sb-top-contents-in {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.sb-top-contents .sb-top-contents-desc {
  padding: 45px 60px;
  border: 1px solid #cbcbcb;
  background: #fff;
  width: 460px;
  position: absolute;
  right: 20px;
  bottom: 40px;
}

@media (max-width: 950px) {
  .sb-top-contents .sb-top-contents-desc {
    position: static;
    width: 75%;
    margin: -72px auto 0;
    padding: 30px;
  }
}

.sb-top-contents .sb-top-contents-desc .sb-top-tl_s {
  font-size: 26px;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .sb-top-contents .sb-top-contents-desc .sb-top-tl_s {
    font-size: 22px;
  }
}

.sb-top-contents .sb-top-contents-desc .sb-top-tl_s::before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#0068b7), to(#1e4089));
  background: linear-gradient(to right, #0068b7 0%, #1e4089 100%);
  background-position: center center;
  width: 4px;
  height: 65%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sb-top-contents .sb-top-contents-desc p {
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 1.8;
}

.top-contents-re .sb-top-bgImg {
  left: auto;
  right: 0;
}

.top-contents-re .sb-top-contents-desc {
  right: auto;
  left: 0;
}

.sb-top_01 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo01_20240626.jpg);
}

@media (max-width: 950px) {
  .sb-top_01 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo01_sp_20240626.jpg);
    background-position: top center;
  }
}

.sb-top_02 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo02_left_202409.jpg?20240912);
}

/* テキスト左のとき */
.top-contents-re.sb-top_02 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo02_right_202508.jpg?20240912);
}

@media (max-width: 950px) {

  .sb-top_02 .sb-top-bgImg,
  .top-contents-re.sb-top_02 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo02_sp_202508.jpg?20240912);
    background-position: top center;
  }
}

.sb-top_03 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo03_left_202409.jpg?20240912);
}

/* テキスト左のとき */
.top-contents-re.sb-top_03 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo03_right_202409.jpg?20240912);
}

@media (max-width: 950px) {

  .sb-top_03 .sb-top-bgImg,
  .top-contents-re.sb-top_03 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo03_sp_202409.jpg?20240912);
    background-position: top center;
  }
}

.sb-top_04 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo04.jpg);
}

/* テキスト左のとき */
.top-contents-re.sb-top_04 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo04-re.jpg);
}

@media (max-width: 600px) {

  .sb-top_04 .sb-top-bgImg,
  .top-contents-re.sb-top_04 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo04_sp.jpg);
    background-position: top center;
  }
}

.sb-top_04 .sb-top-contents-desc {
  width: 540px;
}

@media (max-width: 950px) {
  .sb-top_04 .sb-top-contents-desc {
    width: 75%;
  }
}

.sb-top_04 .sb-top-contents-desc .sb-top-tl_s::before {
  height: 85%;
}

.sb-top_05 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo05_left_250318.jpg?20250318);
}

/* テキスト左のとき */
.top-contents-re.sb-top_05 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo05_right_250318.jpg?20250318);
}

@media (max-width: 950px) {

  .sb-top_05 .sb-top-bgImg,
  .top-contents-re.sb-top_05 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo05_sp_250318.jpg?20250318);
    background-position: top center;
  }
}

.sb-top_06 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo06.jpg);
}

@media (max-width: 950px) {
  .sb-top_06 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo06_sp.jpg);
    background-position: top center;
  }
}

.sb-top_07 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo07.jpg);
}

/* テキスト左のとき */
/* .top-contents-re.sb-top_07 .sb-top-bgImg {
  background-image: url(../images/csr/);
} */

/* @media (max-width: 950px) {
  .sb-top_07 .sb-top-bgImg,
  .top-contents-re.sb-top_07 .sb-top-bgImg {
    background-image: url(../images/csr/);
    background-position: top center;
  }
} */

.sb-top_08 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo08_pc_2402.jpg?20240820);
}

/* テキスト左のとき */
.top-contents-re.sb-top_08 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo08_pc_2402.jpg?202402);
}

@media (max-width: 950px) {

  .sb-top_08 .sb-top-bgImg,
  .top-contents-re.sb-top_08 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo08_sp_2402.jpg?202402);
    background-position: top center;
  }
}

.sb-top_09 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo09.jpg);
}

/* テキスト左のとき */
.top-contents-re.sb-top_09 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo09.jpg);
}

@media (max-width: 950px) {

  .sb-top_09 .sb-top-bgImg,
  .top-contents-re.sb-top_09 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo09_sp.jpg);
    background-position: top center;
  }
}

.sb-top_10 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo10_left.jpg?20240821);
}

/* テキスト左のとき */
.top-contents-re.sb-top_10 .sb-top-bgImg {
  background-image: url(../images/csr/csr_top_photo10_right.jpg?20240821);
}

@media (max-width: 950px) {

  .sb-top_10 .sb-top-bgImg,
  .top-contents-re.sb-top_10 .sb-top-bgImg {
    background-image: url(../images/csr/csr_top_photo10_sp.jpg?20240821);
    background-position: top center;
  }
}

.sb-main .sb-top-contents:last-of-type {
  margin-bottom: 142px;
}

.sb-top-btn :link,
.sb-top-btn :visited,
.sb-top-btn :link:hover,
.sb-top-btn :visited:hover {
  color: #fff;
}

.sb-top-btn.add-mt20 {
  margin-top: 20px;
}

.btn-grd-blue {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0068b7), to(#1e4089));
  background: linear-gradient(to right, #0068b7 0%, #1e4089 100%);
  padding: 17px 83px 17px 73px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
}

@media (max-width: 767px) {
  .btn-grd-blue {
    width: 100%;
    padding: 17px 0;
  }
}

.btn-grd-blue::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

/* =====================================================
  csr　下層ページ
===================================================== */
.sb-content {
  margin-top: 65px;
}

.sb-contentHeading {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .sb-contentHeading {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sb-contentHeading .content {
  padding: 70px 0 38px;
}

@media (max-width: 767px) {
  .sb-contentHeading .content {
    padding: 25px 0 18px;
  }
}

.sb-contentHeading .breadcrumbs a:hover {
  color: inherit;
}

.sb-contentTitle {
  font-size: 34px;
  color: #0660ad;
}

@media (max-width: 767px) {
  .sb-contentTitle {
    font-size: 24px;
  }
}

/*   csr　sideNaviあり   */
.contentNavi.contentNavi-gray nav>ul>li>a {
  color: inherit;
  font-weight: 700;
  background: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contentNavi.contentNavi-gray nav>ul>li>a.is_open:after {
  border-color: transparent #0068b6 #0068b6 transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contentNavi.contentNavi-gray nav>ul>li.current {
  background: #f5f5f5;
  border-top: 1px solid #f5f5f5;
}

.contentNavi.contentNavi-gray nav>ul>li.current>a {
  color: inherit;
}

.contentNavi.contentNavi-gray nav>ul>li.current>a::after {
  display: none;
}

.contentNavi.contentNavi-gray nav>ul .contentCurrentNavi .current {
  background: #0068b6;
  border-top: 1px solid #0068b6;
}

@media (max-width: 767px) {
  .contentNavi.contentNavi-gray {
    display: block;
  }
}

@media (max-width: 767px) {
  .contentNavi.contentNavi-gray nav {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .content.sb-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sb-contentMain {
    padding-bottom: 70px;
  }
}

.sb-contentMain-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .sb-contentMain-head {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 35px;
  }
}

.sb-contentMain-ttl {
  font-size: 34px;
  color: #0660ad;
  min-width: 100px;
}

@media (max-width: 767px) {
  .sb-contentMain-ttl {
    font-size: 24px;
  }
}

.sb-contentMain-lead {
  font-size: 16px;
  font-weight: 700;
  width: calc(670 / 885 * 100%);
}

@media (max-width: 767px) {
  .sb-contentMain-lead {
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
  }
}

.sb-cont-sec_btm {
  margin-top: 55px;
  padding-bottom: 40px;
  border-bottom: 1px solid #cbcbcb;
}

.sb-cont-sec_btm:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .sb-cont-sec_btm {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 38px;
  }
}

.cont_imgLeft:after {
  content: "";
  display: block;
  clear: both;
}

.cont_imgLeft img {
  float: left;
  width: calc(390 / 824 * 100%);
  margin-right: calc(28 / 824 * 100%);
  margin-bottom: calc(28 / 824 * 100%);
}

@media (max-width: 767px) {
  .cont_imgLeft img {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.cont_imgRight:after {
  content: "";
  display: block;
  clear: both;
}

.cont_imgRight img {
  float: right;
  width: calc(390 / 824 * 100%);
  margin-left: calc(28 / 824 * 100%);
  margin-bottom: calc(28 / 824 * 100%);
}

@media (max-width: 767px) {
  .cont_imgRight img {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.cont_imgFloat_s img {
  width: calc(290 / 824 * 100%);
}

.sb-cont-sec_btm h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.sb-cont-sec_btm ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.sb-cont-sec_btm ul li {
  margin-bottom: 15px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.sb-cont-sec_btm ul li:last-child {
  margin-bottom: 0;
}

.sb-cont-sec_btm ul.mgl li {
  text-indent: -1.7em;
  margin-left: 1.7em;
}

.sb-cont-ttl_l {
  font-size: 26px;
  border-left: 5px solid #0660ad;
  padding-left: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sb-cont-ttl_l {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.sb-cont-ttl_m {
  font-size: 20px;
  color: #0660ad;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sb-cont-ttl_m {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.sb-cont-ttl_bl {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sb-cont-ttl_bl {
    font-size: 16px;
  }
}

.sb-cont-ttl_under {
  font-size: 30px;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .sb-cont-ttl_under {
    font-size: 22px;
  }
}

.sb-cont-ttl_under::before {
  content: '';
  background: #0660ad;
  height: 2px;
  width: 75px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .sb-cont-ttl_under::before {
    width: 60px;
  }
}

.sb-cont-ttl_under+.sb-cont-mainText {
  margin-top: 50px;
}

.sb-cont-ttl_s_blue {
  font-size: 20px;
  color: #0660ad;
}

@media (max-width: 767px) {
  .sb-cont-ttl_s_blue {
    font-size: 16px;
  }
}

.sb-cont-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sb-cont-col {
    display: block;
  }
}

.sb-cont-col.col_re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sb-cont-col p+.sb-cont-imgWrap {
  margin-left: calc(44 / 885 * 100%);
  min-width: calc(400 / 885 * 100%);
  text-align: center;
}

@media (max-width: 767px) {
  .sb-cont-col p+.sb-cont-imgWrap {
    margin-left: 0;
    margin-top: 28px;
  }
}

.sb-cont-col .sb-cont-imgWrap_left {
  margin-right: calc(44 / 885 * 100%);
  min-width: calc(400 / 885 * 100%);
  text-align: center;
}

@media (max-width: 767px) {
  .sb-cont-col .sb-cont-imgWrap_left {
    margin-right: 0;
    margin-top: 28px;
  }
}

.sb-content-hero {
  max-width: 1230px;
  margin: auto;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .sb-content-hero {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sb-cont-hero-greeting {
  width: 555px;
  font-size: 26px;
  line-height: 1.7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 115px;
  font-family: YuMincho, 'Yu Mincho', serif;
}

@media (max-width: 1229px) {
  .sb-cont-hero-greeting {
    right: 5%;
  }
}

@media (max-width: 1100px) {
  .sb-cont-hero-greeting {
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: 40px;
  }

  .sb-cont-hero-greeting p {
    padding: 0 30px;
  }
}

@media (max-width: 1100px) and (max-width: 767px) {
  .sb-cont-hero-greeting {
    font-size: 15px;
  }
}

.sb-cont-hero-greeting .presidentName {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sb-cont-hero-greeting .presidentName {
    font-size: 18px;
  }
}

.sb-cont-hero-greeting .presidentName span {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sb-cont-hero-greeting .presidentName span {
    font-size: 13px;
  }
}

.sec-wrap,
.content-csrQuality .panel-wide {
  max-width: 900px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 50px auto;
}

@media (max-width: 767px) {

  .sec-wrap,
  .content-csrQuality .panel-wide {
    margin-top: 35px;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.sec-wrap:last-of-type,
.content-csrQuality .panel-wide:last-of-type {
  margin-bottom: 0;
}

.content-csrGreeting .sb-cont-ttl_bl {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .content-csrGreeting .sb-cont-ttl_bl {
    margin-bottom: 20px;
  }
}

.content-csrGreeting p {
  line-height: 1.8;
}

.sb-cont-note {
  max-width: 900px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 55px auto 0;
}

.sb-cont-note ul li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}

.csrManagement-lead {
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 28px;
  font-weight: inherit;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .csrManagement-lead {
    font-size: 18px;
  }
}

.content-csrManagement {
  padding-bottom: 100px;
}

.content-csrConduct .sec-wrap,
.content-csrConduct .content-csrQuality .panel-wide,
.content-csrQuality .content-csrConduct .panel-wide {
  margin-bottom: 90px;
}

.content-csrConduct .sec-wrap .sb-cont-ttl_under,
.content-csrConduct .content-csrQuality .panel-wide .sb-cont-ttl_under,
.content-csrQuality .content-csrConduct .panel-wide .sb-cont-ttl_under {
  margin-bottom: 45px;
}

.content-csrConduct .sec-wrap .sb-cont-ttl_s_blue,
.content-csrConduct .content-csrQuality .panel-wide .sb-cont-ttl_s_blue,
.content-csrQuality .content-csrConduct .panel-wide .sb-cont-ttl_s_blue {
  margin: 30px 0 15px;
}

.content-csrConduct .sec-wrap:last-of-type,
.content-csrConduct .content-csrQuality .panel-wide:last-of-type,
.content-csrQuality .content-csrConduct .panel-wide:last-of-type {
  margin-bottom: 0;
}

.content-csrQuality .panel-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border: 1px solid #cbcbcb;
  max-width: 820px;
}

@media (max-width: 767px) {
  .content-csrQuality .panel-wide {
    display: block;
    padding: 25px 15px;
  }
}

.content-csrQuality .panel-wide .sb-cont-ttl_under {
  font-size: 30px;
  min-width: 185px;
  margin-right: calc(50 / 820 * 100%);
}

.content-csrQuality .panel-wide .sb-cont-ttl_under:before {
  bottom: -10px;
}

@media (max-width: 767px) {
  .content-csrQuality .panel-wide .sb-cont-ttl_under {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .content-csrQuality .panel-wide-desc {
    margin-top: 30px;
  }
}

.content-csrQuality .panel-wide-desc .panel-txt {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .content-csrQuality .panel-wide-desc .panel-txt {
    font-size: 14px;
  }
}

.content-csrQuality .panel-wide-desc .panel-list li {
  font-weight: normal;
  margin-bottom: 10px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.content-csrQuality .panel-wide-desc .panel-list li:last-child {
  margin-bottom: 0;
}

.img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .img-col {
    display: block;
  }
}

.img-col .img-col-wrap {
  width: 49%;
  text-align: center;
}

@media (max-width: 767px) {
  .img-col .img-col-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .img-col .img-col-wrap:last-child {
    margin-bottom: 0;
  }
}

.img-col .img-col-wrap img {
  width: 100%;
}

@media (max-width: 1229px) {
  .sb-table-cmn {
    width: 100%;
    margin-bottom: 30px;
  }

  .sb-table-cmn:last-of-type {
    margin-bottom: 0;
  }
}

.sb-table-cmn tbody tr:first-of-type td {
  border-top: 0;
}

.sb-table-cmn th {
  background: #707070;
  border: 1px solid #cbcbcb;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.sb-table-cmn th:nth-of-type(1) {
  width: 25%;
}

.sb-table-cmn th:nth-of-type(2) {
  width: 35%;
}

.sb-table-cmn th:nth-of-type(3) {
  width: 40%;
}

.sb-table-cmn td {
  background: #fff;
  border: 1px solid #cbcbcb;
  padding: 20px;
  font-size: 14px;
  color: #000033;
  vertical-align: top;
}

.sb-table-cmn td ul {
  margin: 0;
}

.sb-table-cmn td ul li {
  text-indent: -1.0em;
  margin-left: 1.0em;
}

@media (max-width: 1229px) {
  .sb-table-cmn th {
    display: none;
  }

  .sb-table-cmn td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .sb-table-cmn td:before {
    content: attr(data-label);
    display: block;
    background: #707070;
    color: #fff;
    padding: 10px 0 10px 10px;
    text-align: center;
    font-weight: bold;
  }

  .sb-table-cmn td span,
  .sb-table-cmn td ul {
    padding: 10px;
    display: inline-block;
  }
}

.table-wrap {
  width: 100%;
  margin-top: 30px;
}

.table-wrap .table-note {
  text-align: right;
  font-size: 11px;
  margin-bottom: 5px;
}

.sb-table {
  width: 855px;
}

@media (max-width: 1229px) {
  .sb-table {
    width: 100%;
  }
}

.sb-table th,
.sb-table td {
  padding: 10px;
  border: 1px solid #cbcbcb;
  font-weight: normal;
}

@media (max-width: 767px) {

  .sb-table th,
  .sb-table td {
    font-size: 11px;
    padding: 10px 5px;
  }
}

.sb-table thead th {
  background: #0660ad;
  color: #fff;
}

.sb-table tbody th.center,
.sb-table tbody td.center {
  text-align: center;
}

.sb-table tbody th.right,
.sb-table tbody td.right {
  text-align: right;
  float: none;
}

.sb-table tbody th.td_gray,
.sb-table tbody td.td_gray {
  background: #F5F5F5;
}

.sb-table tbody th {
  font-weight: bold;
}

.sb-table.sb-table_s th,
.sb-table.sb-table_s td {
  font-size: 11px;
}

.table-wrap-in {
  overflow-x: auto;
}

@media (max-width: 1229px) {
  .table-wrap-in .sb-table {
    width: 855px;
  }
}

.csr-report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .csr-report-list {
    display: block;
  }
}

.csr-report-list li {
  width: 25%;
  text-align: center;
}

.csr-report-list li img {
  margin: 15px;
}

@media (max-width: 767px) {
  .csr-report-list li {
    width: 100%;
  }
}

/** 既存上書き **/
header #toc section {
  margin-left: 22px;
}

/*# sourceMappingURL=csr.css.map */

/*マテリアリティ*/
.content-csrMateriality * {
  line-height: 1.8;
}

.content-csrMateriality .sb-cont-ttl_under {
  margin-bottom: 20px;
}

.content-csrMateriality .materiality_step_list {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}

.content-csrMateriality .materiality_step_list>div {
  width: calc(50% - 20px);
}

.content-csrMateriality .materiality_step_list .flex_wrapper {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}

.content-csrMateriality .materiality_step_list .flex_wrapper+*,
.content-csrMateriality .materiality_step_list .flex_wrapper+*+*:not(.flex_wrapper) {
  margin-left: 84px;
}

@media (max-width: 767px) {
  .content-csrMateriality .materiality_step_list .flex_wrapper {
    flex-direction: column;
  }

  .content-csrMateriality .materiality_step_list .flex_wrapper+*,
  .content-csrMateriality .materiality_step_list .flex_wrapper+*+*:not(.flex_wrapper) {
    margin-left: 0
  }

  .content-csrMateriality .materiality_step_list h3 {
    margin-top: 20px;
  }
}

.content-csrMateriality .materiality_step_list h3 {
  display: inline-block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0068b7), to(#1e4089));
  background: linear-gradient(to right, #0068b7 0%, #1e4089 100%);
  padding: 17px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 16px;
}

.content-csrMateriality .materiality_step_list .step_count::before {
  counter-increment: number 1;
  content: "STEP "counter(number);
  border: 2px solid #0660ad;
  color: #0660ad;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
}

.content-csrMateriality .materiality_step_list ol {
  list-style: none;
  padding: 0;
}

.content-csrMateriality .materiality_step_list ol li {
  text-indent: -1.3em;
  padding: 0 0 0 1.3em;
}

.content-csrMateriality p.indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin: 20px 0;
}

.content-csrMateriality table.layout01 {
  width: 100%;
  margin: 50px 0;
}

.content-csrMateriality table.layout01+p .table_annotation {
  display: block;
  text-align: right;
  margin-top: -30px;
}

.content-csrMateriality .sb-cont-ttl_green+table.layout01 tr>*:nth-last-of-type(-n+2),
.content-csrMateriality .sb-cont-ttl_orange+table.layout01 tr>*:nth-last-of-type(-n+2),
.content-csrMateriality .sb-cont-ttl_gray+table.layout01 tr>*:nth-last-of-type(-n+2) {
  text-align: center;
}

.content-csrMateriality table.layout01 th,
.content-csrMateriality table.layout01 td {
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.content-csrMateriality table.layout01 td img {
  width: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.content-csrMateriality table.layout01 th {
  width: 20%;
  background-color: #8497B0;
  color: #fff;
  border: 1px solid #8497B0;
}

.content-csrMateriality table.layout01.row-7 tr td.add-tac {
  text-align: center;
}

.content-csrMateriality table.layout01.row-7 {
  table-layout: fixed;
}

.content-csrMateriality table.layout01.row-7 th {
  width: 1%;
}

.content-csrMateriality table.layout01.row-7 .va-t {
  vertical-align: top;
}

.content-csrMateriality table.layout01.row-7 .mt26 {
  margin-top: 26px;
}

.content-csrMateriality table.layout01.row-7 .mt50 {
  margin-top: 50px;
}

.content-csrMateriality table.layout01.row-7 .mt76 {
  margin-top: 76px;
}

.content-csrMateriality table.layout01.row-7 td .pa-bo {
  padding-bottom: 10px;
}

.content-csrMateriality table.layout01.row-7 td .pa-to {
  padding-top: 10px;
}

.content-csrMateriality table.layout01.row-7 td .pa-to {
  border-top: 1px dashed #333;
}

.content-csrMateriality table.layout01 th {
  border-bottom: 1px solid #fff;
}

.content-csrMateriality table.layout01 th:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.content-csrMateriality table.layout01 td .img-row {
  display: flex;
  flex-wrap: wrap;
}

.content-csrMateriality table.layout01 .bg_blue {
  background-color: #0070C0;
  color: #fff;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 1em;
  line-height: 1.2;
  border: 1px solid #0070C0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.content-csrMateriality table.layout01 .bg_green {
  background-color: #548235;
  border-right: none;
  color: #fff;
  font-weight: bold;
}

.content-csrMateriality table.layout01 .bg_orange {
  background-color: #FF9900;
  border-top: 1px solid #FF9900;
  border-right: none;
  /* border-bottom: 1px solid #FF9900; */
  border-bottom: none;
  color: #fff;
  font-weight: bold;
}

.content-csrMateriality table.layout01 .bg_gray {
  background-color: #AEAAAA;
  border-right: none;
  color: #fff;
  font-weight: bold;
}

.content-csrMateriality table.layout01 .bg_blue+td {
  border-bottom: 1px solid #fff;
}

.content-csrMateriality table.layout01 .bg_green+td,
.content-csrMateriality table.layout01 .bg_orange+td,
.content-csrMateriality table.layout01 .bg_gray+td {
  border-left: none;
}



.content-csrMateriality .sb-cont-ttl_green {
  background-color: #548235;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  padding: 10px;
  display: inline-block;
}

.content-csrMateriality .sb-cont-ttl_orange {
  background-color: #FF9900;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  padding: 10px;
  display: inline-block;
}

.content-csrMateriality .sb-cont-ttl_gray {
  background-color: #AFABAB;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  padding: 10px;
  display: inline-block;
}

.marge_cell {
  position: relative;
}

.marge_cell::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  background-color: #fff;
}

.content-csrMateriality sub {
  position: relative;
  bottom: 3px;
  font-size: 80%;
}

/*マテリアリティ*/



/* サステナビリティデータ */
.sustainability-data-list-wrap {
  padding: 0;
  list-style-type: none;
}

.sustainability-data-list:not(:first-of-type) {
  margin-top: 30px;
}

h2.data-list-title.style-blue {
  color: #0660ad;
  border-bottom: 2px solid #0660ad;
}

h2.data-list-title.style-orange {
  color: #ed7d31;
  border-bottom: 2px solid #ed7d31;
}

.sustainability-data-list .container {
  display: flex;
  margin-top: 10px;
}

.sustainability-data-list .container>a {
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url(../images/common/arrow_right_s.png) left 13px center no-repeat;
  background-size: 15px;
  background-color: #0068b7;
  width: 266px;
  height: 115px;
  color: #fff;
  text-align: center;
}

.sustainability-data-list .container .list-group {
  flex: 1;
  display: flex;
  margin-left: 40px;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 20px;
}

.sustainability-data-list .container .list-group ul {
  padding: 0;
  list-style-type: none;
  /* width: calc(100% / 3); */
  width: calc(50% - 10px);
}

.sustainability-data-list .container .list-group ul:not(:first-of-type) {
  /* margin-left: 20px; */
}

.sustainability-data-list .container .list-group ul li {
  padding-left: 25px;
  background: url(../images/common/arrow_right_blue.png) left center no-repeat;
  background-size: 15px;
}

.sustainability-data-list .container .list-group ul li {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .sustainability-data-list .container {
    display: block;
    margin-top: 10px;
  }

  .sustainability-data-list .container>a {
    width: auto;
  }

  .sustainability-data-list .container .list-group {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }

  .sustainability-data-list .container .list-group ul {
    width: auto;
  }

  .sustainability-data-list .container .list-group ul:not(:first-of-type) {
    margin-left: 0;
  }
}

/* 環境データ */
.sustainability-data-add-margin-t50 {
  margin-top: 50px;
}

.sustainability-data-add-margin-t20 {
  margin-top: 20px;
}

.sustainability-data-add-margin-t10 {
  margin-top: 10px;
}

.internal-link-wrap ul {
  padding: 0;
  display: flex;
  background-color: #e0e0e0;
  padding: 10px;
}

.internal-link-wrap ul li {
  padding-left: 25px;
  background: url(../images/common/arrow_right_blue.png) left center no-repeat;
  background-size: 15px;
}

.internal-link-wrap ul li:not(:first-of-type) {
  margin-left: 20px;
}

.internal-link-wrap-column ul {
  padding: 0;
  display: block;
  background-color: #e0e0e0;
  padding: 10px;
}

.internal-link-wrap-column ul li {
  padding-left: 25px;
  background: url(../images/common/arrow_right_blue.png) left center no-repeat;
  background-size: 15px;
}

.internal-link-list-wrap ul {
  padding: 0;
  display: block;
  padding: 10px;
}

.internal-link-list-wrap ul li {
  padding-left: 25px;
  background: url(../images/common/arrow_right_blue.png) left center no-repeat;
  background-size: 15px;
}

.internal-link-list-wrap ul li .pdf {
  margin-left: 10px;
}

.data-list-table-wrap {
  line-height: 1.5;
}

.data-list-table-wrap sup {
  font-size: 10px;
  font-weight: bold;
}

.data-list-table-wrap sub {
  font-size: 10px;
  font-weight: bold;
}

.data-list-table-wrap thead {
  table-layout: fixed;
  width: 100%;
  display: table;
}

.data-list-table-wrap tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.data-list-table-wrap tbody th {
  color: #fff;
}

.data-list-table-wrap tbody th.bg-green {
  background-color: #339966;
}

.data-list-table-wrap tbody th.bg-blue {
  background-color: #003399;
}

.data-list-table-wrap tbody th.bg-orange {
  background-color: #ed7d31;
}

.data-list-table-wrap tbody th,
.data-list-table-wrap tbody td {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 4px;
  line-height: 1.5;
}

.data-list-table-wrap tbody td.bl-none {
  border-left: 1px solid transparent;
}

.data-list-table-wrap tbody td.bb-none.border-transparent {
  border-bottom: 1px solid transparent;
}

.sustainability-data-layout-01 .data-list-table-wrap tbody tr:first-of-type th:nth-child(1) {
  width: 10%;
}

.sustainability-data-layout-01 .data-list-table-wrap tbody tr:first-of-type th:nth-child(2) {
  width: 18%;
}

.sustainability-data-layout-01 .data-list-table-wrap tbody tr:first-of-type th:nth-child(3),
.sustainability-data-layout-01 .data-list-table-wrap tbody tr:first-of-type th:nth-child(6) {
  width: 12%;
}

.sustainability-data-layout-01 .data-list-table-wrap tbody tr:first-of-type th:nth-child(4),
.sustainability-data-layout-01 .data-list-table-wrap tbody tr:first-of-type th:nth-child(5) {
  width: 24%;
}

.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(1),
.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(8) {
  width: 14.75%;
}

.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(7) {
  width: .5%;
}

.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(2),
.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(3),
.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(4),
.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(5),
.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(6),
.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(9),
.sustainability-data-layout-02 .data-list-table-wrap .table-row-item:first-of-type tbody tr:first-of-type th:nth-child(10) {
  width: 10%;
}

.sustainability-data-layout-02 .data-list-table-wrap.other-style .table-row-item:first-of-type tbody tr:first-of-type td:nth-child(1),
.sustainability-data-layout-02 .data-list-table-wrap.other-style .table-row-item:first-of-type tbody tr:first-of-type td:nth-child(4) {
  width: 30%;
}

.sustainability-data-layout-02 .data-list-table-wrap.other-style .table-row-item:first-of-type tbody tr:first-of-type td:nth-child(3) {
  width: 26%;
}

.sustainability-data-layout-02 .data-list-table-wrap.other-style .table-row-item:first-of-type tbody tr:first-of-type td:nth-child(2),
.sustainability-data-layout-02 .data-list-table-wrap.other-style .table-row-item:first-of-type tbody tr:first-of-type td:nth-child(5) {
  width: 7%;
}

.sustainability-data-layout-03 .data-list-table-wrap tbody tr:first-of-type th:nth-child(1) {
  width: 20%;
}

.sustainability-data-layout-03 .data-list-table-wrap tbody tr:first-of-type th:nth-child(2) {
  width: 15%;
  border-left: none;
}

.sustainability-data-layout-03 .data-list-table-wrap tbody tr:first-of-type th:nth-child(3),
.sustainability-data-layout-03 .data-list-table-wrap tbody tr:first-of-type th:nth-child(4),
.sustainability-data-layout-03 .data-list-table-wrap tbody tr:first-of-type th:nth-child(5),
.sustainability-data-layout-03 .data-list-table-wrap tbody tr:first-of-type th:nth-child(6),
.sustainability-data-layout-03 .data-list-table-wrap tbody tr:first-of-type th:nth-child(7) {
  width: 13%;
}

.sustainability-data-layout-04 .data-list-table-wrap tbody tr:first-of-type th:nth-child(1) {
  width: 27%;
}

.sustainability-data-layout-04 .data-list-table-wrap tbody tr:first-of-type th:nth-child(2) {
  width: 8%;
  border-left: none;
}

.sustainability-data-layout-04 .data-list-table-wrap tbody tr:first-of-type th:nth-child(3),
.sustainability-data-layout-04 .data-list-table-wrap tbody tr:first-of-type th:nth-child(4),
.sustainability-data-layout-04 .data-list-table-wrap tbody tr:first-of-type th:nth-child(5),
.sustainability-data-layout-04 .data-list-table-wrap tbody tr:first-of-type th:nth-child(6),
.sustainability-data-layout-04 .data-list-table-wrap tbody tr:first-of-type th:nth-child(7) {
  width: 13%;
}

.sustainability-data-layout-05 .data-list-table-wrap tbody tr:first-of-type th:nth-child(1) {
  width: 20%;
}

.sustainability-data-layout-05 .data-list-table-wrap tbody tr:first-of-type th:nth-child(2) {
  width: 45%;
}

.sustainability-data-layout-05 .data-list-table-wrap tbody tr:first-of-type th:nth-child(3) {
  width: 15%;
}

.sustainability-data-layout-05 .data-list-table-wrap tbody tr:first-of-type th:nth-child(4) {
  width: 20%;
}

.sustainability-data-layout-06 .data-list-table-wrap tbody tr:first-of-type th:nth-child(1) {
  width: 13%;
}

.sustainability-data-layout-06 .data-list-table-wrap tbody tr:first-of-type th:nth-child(3) {
  width: 15%;
}

.sustainability-data-layout-06 .data-list-table-wrap tbody tr:first-of-type th:nth-child(2) {
  width: 22%;
}

.sustainability-data-layout-06 .data-list-table-wrap tbody tr:first-of-type th:nth-child(4) {
  width: 32%;
}

.sustainability-data-layout-06 .data-list-table-wrap tbody tr:first-of-type th:nth-child(5) {
  width: 18%;
}

.sustainability-data-align-right {
  display: flex;
  justify-content: right;
}

.data-list-table-wrap tbody th:not(:first-of-type) {
  border-right: 1px solid #e0e0e0;
}

.data-list-table-wrap tbody th.remove-border-left {
  border-left: none;
}

.data-list-table-wrap tbody td:not(:first-of-type) {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.data-list-table-wrap tbody td {
  border-bottom: 1px solid #e0e0e0;
}

.data-list-table .va-top {
  vertical-align: top;
}

.data-list-table .text-center {
  text-align: center;
}

.data-list-table .text-right {
  text-align: right;
}

.data-list-table .align-center {
  display: flex;
  align-items: center;
}

.data-list-table .text-wrap {
  display: flex;
}

.data-list-table .item-title {
  font-weight: bold;
}

.data-list-table .font-green {
  color: #339966;
}

.data-list-table .num {
  color: #fff;
  height: 13px;
  min-width: 13px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 4px;
  font-size: 10px;
}

.data-list-table .num.bg-green {
  background-color: #339966;
}

.data-list-table .num span {
  display: inline-block;
  position: absolute;
  top: 54%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.data-list-table .text-wrap p.text {
  display: inline-block;
  margin-left: 5px;
  line-height: 1.5;
}

.data-list-table .text-container {
  display: flex;
  justify-content: space-between;
}

.data-list-table .text-container p:nth-child(2) {
  min-width: 25px;
}

.data-list-table .transparent {
  visibility: hidden;
  border: none !important;
}

.data-list-table caption {
  display: flex;
}

.data-list-table caption p:nth-of-type(1) {
  width: 65.5%;
  text-align: left;
  font-weight: bold;
}

.data-list-table caption p:nth-of-type(2) {
  width: 34.5%;
  text-align: left;
  font-weight: bold;
}

.data-list-table caption.adjust p:nth-of-type(1) {
  width: 63%;
  text-align: left;
  font-weight: bold;
}

.data-list-table caption.adjust p:nth-of-type(2) {
  width: 37%;
  text-align: left;
  font-weight: bold;
}

.data-list-table caption p.brown {
  color: #974706;
}

.data-list-table caption p.orange {
  color: #f79646;
}

.data-list-table caption p.redbean {
  color: #963634;
}

.data-list-table caption p.purple {
  color: #60497a;
}

.table-title-bg {
  background-color: #0660ad;
  color: #fff;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.data-list-table-wrap .posi-rela-01 {
  position: relative;
}

.data-list-table-wrap .posi-rela-01::before {
  width: 126px;
  height: 45px;
  display: inline-block;
  content: '';
  background: url(../images/common/data-list-bg-right-arrow.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50.5%;
}

.data-list-table-wrap .posi-rela-01::after {
  width: 149px;
  height: 34px;
  display: inline-block;
  content: '';
  background: url(../images/common/data-list-bg-bottom-arrow.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -75px;
  transform: translate(-50%, -50%);
  right: 5%;
}

.data-list-table-wrap .posi-rela-02 {
  position: relative;
}

.data-list-table-wrap .posi-rela-02::before {
  width: 150px;
  height: 146px;
  display: inline-block;
  content: '';
  background: url(../images/common/data-list-bg-circle-202410.png?20241007) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 32%;
}

.add-margin-t {
  margin-top: 80px;
}

.add-margin-b {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .table-scroll {
    overflow-x: scroll;
  }

  .data-list-table-wrap {
    width: 100%;
    border-collapse: collapse;
  }

  .data-list-table-wrap.table-width-large {
    min-width: 1200px;
  }

  .data-list-table-wrap.table-width-middle {
    min-width: 800px;
  }

  .internal-link-wrap ul {
    padding: 0;
    display: block;
    background-color: #e0e0e0;
    padding: 10px;
  }

  .internal-link-wrap ul li:not(:first-of-type) {
    margin-left: 0;
  }
}

/* 健康経営 */
.health-management {
  padding: 0;
  list-style-type: none;
}

.health-management li:not(:first-of-type) {
  margin-top: 80px;
}

.health-management li {
  list-style-type: none;
}

.health-management h2.style-blue {
  color: #0660ad;
  border-bottom: 2px solid #0660ad;
}

.health-management p {
  line-height: 1.8;
}

.health-management .text-wrap {
  margin-top: 40px;
}

.health-management .img-wrap {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  /* width: 55%; */
}

.health-management .img-wrap.middle-width {
  max-width: 800px;
}

.health-management .container {
  display: flex;
  align-items: center;
}

.health-management .sup {
  font-size: 0.5em;
  vertical-align: super;
}

@media (max-width: 767px) {
  .health-management .img-wrap.middle-width {
    max-width: auto;
  }

  .health-management .container {
    flex-direction: column;
  }
}

#csrReportBox .ebook {
  width: 2em;
}

.ebook {
  display: inline-block;
  height: 16px;
  vertical-align: middle;
}

.ebook::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C!--%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F--%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2032px%3B%20height%3A%2032px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%0A%09.st0%7Bfill%3A%234B4B4B%3B%7D%0A%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M452.219%2C106.188V71.031c0-2.219-0.906-4.391-2.484-5.969c-1.578-1.563-3.734-2.469-5.969-2.469%0A%09%09c0%2C0-44.172%2C0-69.578%2C0c-3.906%2C0-8.25%2C0.5-13.078%2C1.375c-8.422%2C1.531-18.297%2C4.281-28.797%2C8.156%0A%09%09c-15.75%2C5.828-32.859%2C14.125-48.031%2C24.781c-7.563%2C5.344-14.656%2C11.25-20.813%2C17.797c-2.688%2C2.859-5.172%2C5.859-7.469%2C8.953%0A%09%09c-5.016-6.828-11.125-13.063-17.844-18.719c-16.031-13.469-35.688-23.875-53.938-31.078c-9.125-3.578-17.906-6.359-25.781-8.281%0A%09%09c-3.938-0.953-7.641-1.703-11.078-2.203c-3.453-0.5-6.609-0.781-9.547-0.781c-12.703%2C0-30.094%2C0-44.313%2C0%0A%09%09c-7.125%2C0-13.438%2C0-17.969%2C0s-7.297%2C0-7.313%2C0c-2.219%2C0-4.391%2C0.906-5.953%2C2.469c-1.578%2C1.578-2.484%2C3.75-2.484%2C5.969v35.156H0%0A%09%09v322.125l233.188%2C14.063v7.031h22.344c0.016%2C0%2C0.031%2C0%2C0.047%2C0H256h0.422c0.016%2C0%2C0.031%2C0%2C0.047%2C0h22.344v-7.031L512%2C428.313%0A%09%09V106.188H452.219z%20M219.719%2C413.5c-12.594-3.641-26.438-6.578-39.656-8.813c-13.234-2.25-25.813-3.75-35.922-4.5%0A%09%09c-19.688-1.406-50.641-2.672-76.781-3.578c-16.25-0.578-30.609-1-39.156-1.234v-261.5c0.234%2C0%2C0.484%2C0%2C0.734%2C0%0A%09%09c7.422%2C0%2C18.609%2C0%2C30.844%2C0v238.156c0%2C2.25%2C0.906%2C4.406%2C2.484%2C5.984c1.563%2C1.578%2C3.734%2C2.469%2C5.953%2C2.469c0.016%2C0%2C2.781%2C0%2C7.313%2C0%0A%09%09c13.625%2C0%2C43.234%2C0%2C62.281%2C0c2.438-0.016%2C5.938%2C0.344%2C10.047%2C1.094c7.203%2C1.328%2C16.297%2C3.828%2C25.984%2C7.391%0A%09%09c14.563%2C5.375%2C30.531%2C13.188%2C44.156%2C22.75c1%2C0.719%2C1.969%2C1.422%2C2.922%2C2.125C220.516%2C413.734%2C220.125%2C413.594%2C219.719%2C413.5z%0A%09%09%20M247.563%2C414.703c-2.953-3.047-6.109-5.984-9.406-8.766c-16.031-13.469-35.688-23.875-53.938-31.063%0A%09%09c-9.125-3.594-17.906-6.375-25.781-8.281c-3.938-0.969-7.641-1.688-11.078-2.188c-3.453-0.531-6.609-0.813-9.547-0.813%0A%09%09c-12.703%2C0-30.094%2C0-44.313%2C0c-6.547%2C0-12.406%2C0-16.828%2C0V79.484c14.063%2C0%2C42.609%2C0%2C61.141%2C0c2.438-0.016%2C5.938%2C0.328%2C10.047%2C1.078%0A%09%09c7.203%2C1.313%2C16.297%2C3.813%2C25.984%2C7.406c14.563%2C5.375%2C30.531%2C13.156%2C44.156%2C22.75c6.813%2C4.781%2C13.031%2C10.031%2C18.219%2C15.547%0A%09%09c4.734%2C5.016%2C8.578%2C10.297%2C11.344%2C15.672V414.703z%20M264.438%2C414.719V142c4.344-8.5%2C11.438-16.719%2C20.281-24.156%0A%09%09c14.047-11.844%2C32.328-21.625%2C49.25-28.281c8.438-3.313%2C16.563-5.875%2C23.563-7.578c3.5-0.859%2C6.734-1.484%2C9.563-1.906%0A%09%09s5.25-0.609%2C7.094-0.594c18.531%2C0%2C47.078%2C0%2C61.141%2C0v284.109c-14.063%2C0-42.609%2C0-61.141%2C0c-3.906%2C0.031-8.25%2C0.5-13.078%2C1.391%0A%09%09c-8.422%2C1.531-18.297%2C4.297-28.797%2C8.156c-15.75%2C5.828-32.859%2C14.141-48.031%2C24.781%0A%09%09C277.094%2C402.969%2C270.375%2C408.563%2C264.438%2C414.719z%20M483.797%2C395.156c-16.766%2C0-54.703%2C0-79%2C0c-4.406%2C0-9.734%2C0.313-15.828%2C0.891%0A%09%09c-10.672%2C1.031-23.688%2C2.859-37.469%2C5.266c-20.688%2C3.625-43.031%2C8.563-61.547%2C14.188c-0.609%2C0.188-1.172%2C0.359-1.766%2C0.531%0A%09%09c13.516-10.563%2C30.219-19.344%2C45.781-25.453c8.438-3.328%2C16.563-5.891%2C23.563-7.578c3.5-0.859%2C6.734-1.5%2C9.563-1.906%0A%09%09c2.828-0.422%2C5.25-0.609%2C7.094-0.609c25.406%2C0%2C69.578%2C0%2C69.578%2C0c2.234%2C0%2C4.391-0.891%2C5.969-2.469s2.484-3.734%2C2.484-5.984V133.875%0A%09%09c12.641%2C0%2C24.172%2C0%2C31.578%2C0V395.156z%22%20style%3D%22fill%3A%20rgb(75%2C%2075%2C%2075)%3B%22%3E%3C%2Fpath%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -6px;
}

#irText #irLibraryTop {
  justify-content: flex-start;
  gap: 0 30px;
}

#irText #irLibraryTop>li {
  width: calc(33.3% - 20px);
  min-width: auto;
}

#irText #irLibraryTop>li>a {
  width: 100%;
  padding-left: 12px;
  box-sizing: border-box;
}

.u-br-sp {
  display: none;
}

.logo {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #irText #irLibraryTop>li {
    width: 100%;
  }

  .u-br-sp {
    display: inline-block;
  }
}

.more-link {
  color: #0068b6 !important;
  text-decoration: underline !important;
}

.more-link:hover {
  text-decoration: none !important;
}

.u-width5 {
  width: 5% !important;
}

.u-width8 {
  width: 8% !important;
}

.u-width10 {
  width: 10% !important;
}

.u-width13 {
  width: 13% !important;
}

.u-width15 {
  width: 15% !important;
}

.u-width20 {
  width: 20% !important;
}

.u-width25 {
  width: 25% !important;
}

.u-width30 {
  width: 30% !important;
}

.u-width35 {
  width: 35% !important;
}

.u-width33 {
  width: 33% !important;
}

.u-width40 {
  width: 40% !important;
}

.u-width45 {
  width: 45% !important;
}

.u-width50 {
  width: 50% !important;
}

.u-width55 {
  width: 55% !important;
}

.u-width60 {
  width: 60% !important;
}

.u-width65 {
  width: 65% !important;
}

.u-width70 {
  width: 70% !important;
}

.u-width75 {
  width: 75% !important;
}

.u-width80 {
  width: 80% !important;
}

.u-width85 {
  width: 85% !important;
}

.u-width90 {
  width: 90% !important;
}

.u-width95 {
  width: 95% !important;
}

.u-width100 {
  width: 100% !important;
}

.c-table * {
  box-sizing: border-box;
}

.c-table {
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.c-table caption {
  color: #fff;
  padding: 0.75em 0.75em;
  text-align: left;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .c-table colgroup {
    display: none;
  }
}

.c-table~.c-table {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .c-table thead {
    display: none;
  }
}

.c-table thead tr {
  background-color: #EEE;
  border-bottom: none;
}

.c-table thead td,
.c-table thead th {
  color: #333;
  text-align: center;
  padding: 1.25em 1em;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}

.c-table thead td.-left,
.c-table thead th.-left {
  text-align: left;
}

.c-table tr {
  border-bottom: 1px solid #ddd;
}

.c-table tbody th,
.c-table tbody td {
  line-height: 1.5;
  padding: 1.25em 1em;
  vertical-align: top;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {

  .c-table tbody th[data-label]::before,
  .c-table tbody th[data-label]::before,
  .c-table tbody td[data-label]::before,
  .c-table tbody td[data-label]::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0.25rem;
  }
}

@media only screen and (max-width: 767px) {

  .c-table tbody th,
  .c-table tbody td {
    display: block;
    width: 100% !important;
  }
}

.c-table tbody th {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

.c-table tbody th.bg-gr {
  background-color: #f1f7ed;
}

.c-table tbody th.bg-or {
  background-color: #f7eae2;
}

.c-table tbody th.bg-ye {
  background-color: #fff8e2;
}

@media only screen and (max-width: 767px) {
  .c-table tbody th {
    background-color: #EEE;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .c-table tbody td.sp-title {
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .c-table tbody td~td {
    padding: 0 1em 1.25em;
  }
}


.excel {
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  margin-right: 2px;
}

.excel:before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 100%;
  background: url("../images/common/icon-excel.png") right center no-repeat;
  background-size: contain;
}
.external {
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  margin-right: 2px;
}

.external:before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 100%;
  background: url("../images/common/icon-openinnew.svg") right center no-repeat;
  background-size: contain;
}
.external2 {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  text-decoration: underline;
}

.external2:before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 100%;
  background: url("../images/common/icon-openinnew.svg") right center no-repeat;
  background-size: contain;
}

/*IRnews style*/
#ir-year-select {width: 100%;border: solid 1px #d6d6d6;border-radius: 4px;padding: 12px 15px;margin:0 0 60px;-webkit-appearance: none;-moz-appearance: none;appearance: none;
  background: url(/wp/wp-content/themes/toyo2/images/common/arrow_selectbox.png) right 15px center no-repeat;background-size: 7px 6px}
/* #irtop-list a {display: block; padding: 10px 0;}
#irtop-list .pdf {font-size: 11px;vertical-align: top;} */
#irtop-list a {display: block; padding: 10px 0;}
#irtop-list .pdf {font-size: 11px;vertical-align: top;}
.irtop-heading{
  margin: 0 0 1.7em;
}


/*index news*/
#news-list.top-news-list{
  display: grid;
  grid-auto-flow: column;
  /* autoで高さ任意 */
  grid-template-rows: repeat(5, auto);
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 10px 36px;
  height: auto;
}
#news-list.top-news-list .news-category{
    margin-right: 15px;
}
#news-list.top-news-list .news-published-at{
    margin-right: 15px;
}
#news-list.top-news-list .news-title{
    margin-left: 190px;
}
@media screen and (max-width: 767px){
  #news-list.top-news-list{
    display: block;
  }
  #news-list.top-news-list li{
    margin-top: 15px;
  }
  #news-list.top-news-list .news-title{
      margin-left: 0px;
  }
}
#news-list.top-news-list a{
  padding: 0;
}
#top-news h2{
  margin:0 0 40px;
  text-align:center;
  font-size:30px;
}
@media screen and (max-width: 767px){
  #top-news h2{
    margin:0 0 25px;
    font-size:18px;
  }
}

/*logs*/
.mt0{margin-top: 0!important;}


.p-note-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-note-list {
    flex-direction: column;
  }
}
.p-note-list > * {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .p-note-list > * {
    width: 100%;
  }
}
.p-note-list .-thumb {
  aspect-ratio: 128/67;
}
.p-note-list .-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-note-list .-text {
  background-color: #fff;
  padding: 1em;
}
.p-note-list .-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.p-cm-interview {
  display: flex;
  gap: 50px;
  background-color: #D9E8F4;
  padding: 60px 30px;
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-cm-interview {
    flex-direction: column;
    gap: 24px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cm-interview > * {
    width: 100%;
  }
}
.p-cm-interview__intro {
  flex-basis: calc(50% - 50px);
  max-width: calc(50% - 50px);
}
@media only screen and (max-width: 767px) {
  .p-cm-interview__intro {
    max-width: 100%;
  }
}
.p-cm-interview__intro .-nav {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .p-cm-interview__intro .-nav {
    font-size: 14px;
  }
}
.p-cm-interview__intro .-ttl {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  .p-cm-interview__intro .-ttl {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cm-interview__intro .-ttl {
    font-size: 17px;
  }
}
.p-cm-interview__main {
  flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-cm-interview__main {
    max-width: 100%;
  }
}
.p-cm-interview .-thumb {
  aspect-ratio: 128/67;
}
.p-cm-interview .-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-cm-interview .-text {
  background-color: #fff;
  padding: 1em;
}