@charset "UTF-8";

/* ---------------------------
  共通
--------------------------- */
.btnWide {
  width: 295px;
}
.btnWhite {
  padding: 12px 0;
  border: 1px solid #e43636;
  background: #fff;
  color: #e43636;
}
.btnWhite:hover {
  background: #e43636;
  color: #fff;
}

/* Flex - 3分割 */
.commonSectionFlexCol3 {
  display: flex;
  gap: 24px;
  padding-top: 1em;
}
.commonSectionFlexCol3 .commonSectionFlexCol3_item {
  width: calc(33.33% - 16px);
}
.commonSectionFlexCol3 .commonSectionFlexCol3_item img {
  width: 100%;
  height: auto;
}
.commonSectionFlexCol3 .commonSectionFlexCol3_item p {
  margin-top: 0.5em;
}

@media screen and (max-width: 520px) {
  .commonSectionFlexCol3 {
    flex-wrap: wrap;
  }
  .commonSectionFlexCol3 .commonSectionFlexCol3_item {
    width: 100%;
  }
}

/* ---------------------------
  Privacy-Policy
--------------------------- */
.privacy-policy-files {
  margin-top: 1em;
}
.privacy-policy-files__item:not(:first-child) {
  margin-top: 8px;
}
.privacy-policy-files__link {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 8px;
  transition: 0.32s background-color, 0.32s color, 0.32s border-color;
}
.privacy-policy-files__link:hover {
  background: #e51c24;
  border: 1px solid #e51c24;
  text-decoration: none;
  color: #fff;
}
.privacy-policy-files__link .fa-file-pdf {
  margin-left: 4px;
}

/* ---------------------------
  周年事業
--------------------------- */
.anniversary-link {
  max-width: 980px;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  display: block;
  width: 100%;
  transition: 0.3s;
  position: absolute;
}
.anniversary-link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 0.3s;
}
.dl-link {
  transition: 0.3s;
}
.dl-link a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 0.3s;
}
.anniversary-link img {
  width: 100%;
  height: auto;
  left: auto;
  margin-left: 0;
}
.main__title {
  position: absolute;
  top: 50%;
  font-size: 56px;
  line-height: 1.8;
  left: 3%;
  font-family: "游明朝";
}
.main__title-bnr {
  max-width: 356px;
  width: 100%;
  position: absolute;
  bottom: 200px;
  right: 20px;
}
.main__title-bnr img {
  width: 100%;
  max-width: 356px;
  height: auto;
  margin-left: -50%;
}

.anniversary-results-wrapper {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 920px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.anniversary-results {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 36px;
}
.anniversary-results__item {
  width: calc(25% - 108px / 4);
}
.anniversary-results__item img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .main__title-bnr img {
    max-width: 230px;
    margin-left: -10%;
  }
  .main__title-bnr {
    bottom: 130px;
  }
  .anniversary-link {
    max-width: 600px;
    top: 40%;
  }
}

@media screen and (max-width: 600px) {
  .main__title-bnr {
    bottom: 90px;
  }
  .main__title-bnr img {
    max-width: 160px;
    margin-left: 10%;
  }
  .anniversary-link {
    max-width: 480px;
  }
  .anniversary-results {
    gap: 16px 24px;
  }
  .anniversary-results__item {
    width: calc(33.33% - 48px / 3);
  }
}

.sp-img {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp-img {
    display: block;
  }
  .pc-img {
    display: none;
  }
  .anniversary-link {
    max-width: 210px;
    top: 20%;
  }
}

.anniversary-title-wrap {
  font-weight: 700;
  position: absolute;
  top: 32%;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  width: 80%;
}
.anniversary-title {
  font-size: 24px;
}
.anniversary-title span {
  color: #b9011a;
  display: block;
  font-family: "A-OTF Ryumin Pr6N", "Yu Mincho", "YuMincho", serif;
  font-size: 58px;
  margin-top: 20px;
}
.anniversary-title-lead {
  font-size: 15px;
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  .anniversary-title {
    font-size: 18px;
  }
  .anniversary-title span {
    font-size: 44px;
    margin-top: 12px;
  }
  .anniversary-title-lead {
    margin-top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .anniversary-title-wrap {
    top: 28%;
  }
  .anniversary-title {
    font-size: 16px;
  }
  .anniversary-title span {
    font-size: 32px;
    margin-top: 8px;
    margin-left: 8px;
  }
  .anniversary-title-lead {
    font-size: 12px;
  }
}

/* ---------------------------
  SDGs
--------------------------- */
.sdgs-title-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  font-family: "A-OTF Ryumin Pr6N", "Yu Mincho", "YuMincho", serif;
  font-weight: bold;
}
.sdgs-title-wrap .sdgs-txt {
  color: #fff;
  width: 100%;
  padding-left: 2%;
  font-size: 350%;
  text-shadow: 1px 1px 12px #274b79;
}
.sdgs-title-wrap .sdgs-btn {
  margin-top: 30px;
  padding: 13px 45px 13px 35px;
  color: #fff;
  background: #e43636;
  border: 1px solid #e43636;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  font-size: 114%;
}
_:-ms-lang(x)::-ms-backdrop,
.sdgs-title-wrap .sdgs-btn {
  padding: 14px 45px 8px 35px;
}
.sdgs-title-wrap .sdgs-btn::after {
  content: "\f138";
  font-family: FontAwesome !important;
  position: absolute;
  top: 12px;
  right: 11px;
  font-size: 19px;
}
_:-ms-lang(x)::-ms-backdrop,
.sdgs-title-wrap .sdgs-btn::after {
  top: 11px;
}
.sdgs-title-wrap .sdgs-btn:hover {
  color: #e43636;
  background: #fff;
  border: 1px solid #e43636;
  text-decoration: none;
  transition: all 0.3s;
}
.br_lt640 {
  display: none;
}
.br_lt400 {
  display: none;
}
.pageHeader .commonSectionHead01 {
  padding-top: 32px;
  padding-bottom: 12px;
}
.pageHeader p img {
  margin: 20px 0;
}
span.sdgs-emphasis {
  color: #e43636;
}
@media screen and (max-width: 1000px) {
  .sdgs-title-wrap .sdgs-txt {
    font-size: 280%;
  }
}
@media screen and (max-width: 640px) {
  .br_lt640 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .sdgs-title-wrap .sdgs-txt {
    font-size: 200%;
  }
  .sdgs-title-wrap .sdgs-btn {
    padding: 8px 34px 8px 24px;
    font-size: 90%;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .sdgs-title-wrap .sdgs-btn {
    padding: 10px 34px 6px 24px;
  }
  .sdgs-title-wrap .sdgs-btn::after {
    top: 6px;
    right: 8px;
    font-size: 17px;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .sdgs-title-wrap .sdgs-btn::after {
    top: 7px;
  }
  .pageHeader p img {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .br_lt400 {
    display: block;
  }
}

/* ---------------------------
  SDGs/detail
--------------------------- */
.sdgs-title-wrap .sdgs-detail-txt {
  text-shadow: 1px 1px 12px #000000;
}

/* ---------------------------
  稜線カレンダー
--------------------------- */
.MinBoldItalic {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-style: italic;
}
.ridgeline_bg01 {
  background: url(/assets/img/service/ridgeline-calendar_bg01.jpg) no-repeat
    center top;
  background-size: cover;
}
div.ridgeline p,
div.ridgeline dd {
  font-size: 16px;
}
div.ridgeline .pageTitle {
  font-size: 61px;
}
.ridgeline .flex_w2 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.ridgeline .flex_w2 p {
  padding-left: 10px;
}
.ridgeline .flex_w2 p:first-child {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .btnRed:nth-child(n + 2) {
    margin-top: 10px;
  }
}
.ridgeline .pic_packing {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.flex_w4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}
.flex_w4 p {
  width: 25%;
  box-sizing: border-box;
  padding: 0 25px 10px;
}
.flex_w4 img {
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .flex_w4 p {
    width: 33%;
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 800px) {
  .flex_w4 p {
    width: 50%;
    padding: 0 25px 10px;
  }
}
@media screen and (max-width: 450px) {
  .flex_w4 p {
    padding: 0 5px 10px;
  }
}
.ridgeline-title-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
}
.ridgeline-title-wrap .ridgeline-txt {
  font-family: "A-OTF Ryumin Pr6N", "Yu Mincho", "YuMincho", serif;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.1;
}
.ridgeline-title-wrap .ridgeline-txt span.middle {
  font-size: 28px;
}
.ridgeline-title-wrap .ridgeline-txt-sub {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
}
.sp440 {
  display: none;
}
@media screen and (max-width: 800px) {
  .ridgeline-title-wrap .ridgeline-txt {
    font-size: 36px;
  }
  .ridgeline-title-wrap .ridgeline-txt span.middle {
    font-size: 18px;
  }
  .ridgeline-title-wrap .ridgeline-txt-sub {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .sp440 {
    display: block;
  }
  .ridgeline-title-wrap {
    text-align: center;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ridgeline-title-wrap .ridgeline-txt-sub {
    display: none;
  }
  .ridgeline-title-wrap .btnUniversal01.btnRed {
    display: inline-block;
    width: 230px;
  }
  .ridgeline-title-wrap .ridgeline-txt span.middle {
    display: inline-block;
  }
}

/* ---------------------------
  稜線カレンダー分岐ページ
--------------------------- */
.ridgeline_branch .ridgeline-title-wrap {
  width: 100%;
  height: 100%;
  top: 53%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ridgeline_branch .visual p img {
  opacity: 0.4;
}
.ridgeline_branch .ridgeline-title-wrap .btnRed {
  width: 40%;
  padding: 35px 0;
  border-radius: 6px;
}
.ridgeline_branch .ridgeline-title-wrap .btnUniversal01 {
  margin: 25px 5px;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .ridgeline_branch .ridgeline-title-wrap {
    top: 55%;
  }
  .ridgeline_branch .ridgeline-title-wrap .btnRed {
    padding: 25px 0;
  }
  .ridgeline_branch .ridgeline-title-wrap .btnUniversal01 {
    margin: 20px 5px;
  }
}
@media screen and (max-width: 640px) {
  .ridgeline_branch .ridgeline-title-wrap {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .ridgeline_branch .ridgeline-title-wrap {
    top: 58%;
  }
  .ridgeline_branch .ridgeline-title-wrap .btnRed {
    width: 60%;
    padding: 20px 0;
  }
  .ridgeline_branch .ridgeline-title-wrap .btnUniversal01 {
    margin: 10px 5px;
    font-size: 16px;
  }
}

/* ---------------------------
  カーボンオフセット
--------------------------- */
.carbonoffset-title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.carbonoffset-title-wrap .carbonoffset-title {
  color: #006837;
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.carbonoffset-title-wrap .carbonoffset-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.carbonoffset-title-wrap .meinvisual-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 20px auto 0 auto;
}
.carbonoffset-title-wrap .meinvisual-list .list-item {
  padding: 10px;
  font-weight: bold;
  margin: 0 15px;
  background-color: #e1efe2;
  border-radius: 6px;
  font-weight: bold;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carbonoffset-imgwrap img {
  width: 100%;
  height: auto;
}
.carbonoffset-imgwrap-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.carbonoffset-imgwrap-side-item {
  width: 48%;
}
.carbonoffset-point {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.carbonoffset-point::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/service/carbonoffset-point_01.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -10%;
}
.carbonoffset-point::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/assets/img/service/carbonoffset-point_02.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -10%;
}
.carbonoffset-strong {
  margin-top: 20px;
  text-align: center;
}
.carbonoffset-credit-list {
  background-color: #e2e0e0;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 15px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carbonoffset-credit-list .icon-wrap {
  margin-right: 15px;
}
.carbonoffset-credit-list .icon-wrap img {
  width: 60px;
  height: auto;
}
.carbonoffset-credit-list .list-item {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
}
.carbonoffset-credit-list .list-item .text-small {
  font-size: 16px;
}
.carbonoffset-sp-br {
  display: none;
}
.carbonoffset-text-large {
  display: block;
  font-size: 20px;
}
.carbonoffset-sub {
  font-size: 80%;
}
.carbonoffset-btnRed {
  width: 80%;
  margin: 0 auto;
}
.uetsuki {
  vertical-align: 3px;
}
@media screen and (max-width: 890px) {
  .carbonoffset-title-wrap .carbonoffset-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .carbonoffset-title-wrap .carbonoffset-title {
    font-size: 32px;
  }
  .carbonoffset-title-wrap .meinvisual-list {
    width: 100%;
  }
  .carbonoffset-imgwrap-side {
    display: block;
  }
  .carbonoffset-imgwrap-side-item {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .carbonoffset-credit-list {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .carbonoffset-title-wrap .carbonoffset-title {
    font-size: 20px;
  }
  .carbonoffset-title-wrap .carbonoffset-text {
    font-size: 16px;
  }
  .carbonoffset-title-wrap .meinvisual-list .list-item {
    margin: 0 4px;
    font-size: 10px;
  }
  .carbonoffset-imgwrap {
    margin: 20px 0;
  }
  .carbonoffset-point::before {
    width: 30px;
    height: 30px;
    top: -20px;
    left: -10%;
  }
  .carbonoffset-point::after {
    width: 30px;
    height: 30px;
    top: -20px;
    right: -10%;
  }
  .carbonoffset-credit-list .list-item {
    font-size: 16px;
  }
  .carbonoffset-credit-list .icon-wrap {
    top: 35%;
  }
  .carbonoffset-credit-list .icon-wrap img {
    width: 40px;
  }
  .commonSectionBody .carbonoffset-fontXL {
    font-size: 16px;
  }
  .carbonoffset-pc-br {
    display: none;
  }
  .carbonoffset-sp-br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .carbonoffset-title-wrap .carbonoffset-text {
    font-size: 14px;
  }
}

/* ---------------------------
  エコナファイル
--------------------------- */
.econafile-head {
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: calc(890vw * 100 / 1920);
}
.econafile-head__ttl {
  color: #006837;
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 10px;
}
.econafile-head__lead {
  font-size: 32px;
  font-weight: bold;
}
.square-movie {
  max-width: 450px;
  max-height: 450px;
  width: 100%;
  height: 100%;
}
.econafile-visual {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  width: 100%;
}
.econafile-visual__circle {
  background-color: #90c31f;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  position: absolute;
  text-align: center;
  width: 180px;
  height: 180px;
}
.econafile-visual__circle01 {
  bottom: 140px;
  left: 0;
}
.econafile-visual__circle02 {
  top: 10%;
  right: 0;
}
.econafile-visual__circle span {
  font-size: 18px;
  font-weight: bold;
  min-height: 0%;
}
.econafile-visual__point {
  background-color: #c30d23;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  position: absolute;
  top: 8%;
  left: 0;
  transform: rotate(6deg);
}
.econafile-visual__point::after {
  content: "";
  border: 14px solid transparent;
  border-left: 12px solid #c30d23;
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
}
.econafile_section03 h3 {
  position: relative;
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.econafile_section03 h3:before {
  content: "";
  width: calc(50% - 10.5em);
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.econafile_section03 h3:after {
  content: "";
  width: calc(50% - 10.5em);
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.econafile_section03_box01 {
  display: flex;
  position: relative;
  width: 800px;
}
.econafile_section03_box01_inner {
  width: calc(33.33333333333% - 45px);
  margin-right: 67px;
  margin-bottom: 40px;
}
.econafile_section03_box01_inner:last-child {
  margin-right: 0;
}
.econafile-shape {
  font-weight: 700;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .econafile-head {
    width: calc(530vw * 100 / 1024);
  }
  .econafile-head__ttl {
    font-size: 43px;
  }
  .econafile-head__lead {
    font-size: 24px;
  }
  .econafile_section03_box01 {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .econafile-head__ttl {
    font-size: 32px;
  }
  .econafile-head__lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .econafile-visual {
    margin-top: 45px;
  }
  .econafile-visual__circle {
    font-size: 12px;
    width: 150px;
    height: 150px;
  }
  .econafile-visual__circle01 {
    bottom: 0;
  }
  .econafile-visual__circle02 {
    top: 0;
  }
  .econafile-visual__circle span {
    font-size: 15px;
  }
  .econafile_section03 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .econafile-head__ttl {
    font-size: 20px;
  }
  .econafile-head__lead {
    font-size: 14px;
  }
  .econafile-visual {
    flex-wrap: wrap;
    margin-top: 33px;
  }
  .econafile-visual__circle {
    margin: -16px -3px 6px;
    position: static;
  }
  .econafile-visual__point {
    top: 0;
  }
  .econafile_section03_box01 {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 30px;
  }
  .econafile_section03_box01_inner {
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: 0px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

/* ---------------------------
  エコナ文庫
--------------------------- */
.commonSection2.green {
  background-color: #4c9a0d;
  color: #ffffff;
}
.commonSection2 {
  padding: 60px 0 80px;
  box-sizing: border-box;
}

/* ---------------------------
  エコナティッシュ
--------------------------- */
.econatissue-flowSectionItem {
  position: relative;
  margin-top: 60px;
  padding: 50px 10px;
  background: #90c31f;
  text-align: center;
}
.econatissue-head {
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: calc(890vw * 100 / 1920);
}
.econatissue-head__ttl {
  color: #006837;
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 10px;
}
.econatissue-head__lead {
  font-size: 32px;
  font-weight: bold;
}
.square-movie {
  max-width: 450px;
  max-height: 450px;
  width: 100%;
  height: 100%;
}
.econatissue-visual {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  width: 100%;
}
.econatissue-visual__circle {
  background-color: #90c31f;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  position: absolute;
  text-align: center;
  width: 180px;
  height: 180px;
}
.econatissue-visual__circle01 {
  bottom: 0px;
  left: 0;
}
.econatissue-visual__circle02 {
  background-image: url(/assets/img/service/econatissue_img03.jpg);
  background-size: contain;
  top: 0;
  right: 0;
}
.econatissue-visual__circle03 {
  bottom: -32px;
  left: 55px;
}
.econatissue-visual__circle span {
  font-size: 18px;
  font-weight: bold;
  min-height: 0%;
}
.econatissue-visual__point {
  background-color: #c30d23;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  position: absolute;
  top: 25%;
  left: 0;
  transform: rotate(6deg);
}
.econatissue-visual__point::after {
  content: "";
  border: 14px solid transparent;
  border-left: 12px solid #c30d23;
  display: block;
  position: absolute;
  top: 0;
  right: -25px;
}
@media screen and (max-width: 1024px) {
  .econatissue-head {
    width: calc(530vw * 100 / 1024);
  }
  .econatissue-head__ttl {
    font-size: 43px;
  }
  .econatissue-head__lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .econatissue-head__ttl {
    font-size: 32px;
  }
  .econatissue-head__lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .econatissue-visual {
    margin-top: 45px;
  }
  .econatissue-visual__circle {
    font-size: 12px;
    width: 150px;
    height: 150px;
  }
  .econatissue-visual__circle01 {
    bottom: 0;
  }
  .econatissue-visual__circle02 {
    top: 0;
  }
  .econatissue-visual__circle span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .econatissue-head__ttl {
    font-size: 20px;
  }
  .econatissue-head__lead {
    font-size: 14px;
  }
  .econatissue-visual {
    flex-wrap: wrap;
    margin-top: 33px;
  }
  .econatissue-visual__circle {
    margin: -16px -3px 6px;
    position: static;
  }
  .econatissue-visual__point {
    top: 0;
  }
}

.bambooSection {
  background: url(/assets/img/service/bamboo_IM.jpg) no-repeat center top/cover;
}

.commonSectionBody_bamboo {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 816px) {
  .commonSectionBody_bamboo {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.commonSectionBody_bamboo > p {
  margin-top: 1.7em;
}

.commonSectionBody_bamboo img {
  max-width: 100%;
  height: auto;
}

.flowSectionItem_bamboo {
  position: relative;
  margin-top: 60px;
  padding: 0px 30px 50px;
  background: #fff;
  text-align: center;
  margin-left: -100px;
  margin-right: -100px;
}
@media screen and (max-width: 1016px) {
  .flowSectionItem_bamboo {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ---------------------------
  カーボンニュートラル
--------------------------- */
.carbon-neutral-title-wrap .carbonoffset-text,
.carbon-neutral-title-wrap .carbonoffset-title {
  color: #fff;
}
.carbon-neutral-headline {
  color: #000;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.carbon-neutral-headline span {
  display: inline-block;
  padding: 0 20px 6px;
  position: relative;
  z-index: 1;
}
.carbon-neutral-headline span::after {
  content: "";
  background-color: #d9ead3;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  z-index: -1;
}
.carbon-neutral-headline + .commonSectionHead01 {
  padding-top: 0;
}
.img2Col.textleft .text p:first-child {
  margin-top: 0;
}
.img2Col--carbon-neutral .btnRedWide {
  min-width: 310px;
  width: calc(440vw * 100 / 1920);
}
@media screen and (max-width: 640px) {
  .img2Col--carbon-neutral .btnRedWide {
    min-width: unset;
    width: auto;
  }
  .img2Col--carbon-neutral .text + .img {
    margin-top: 4em;
  }
}

/* ---------------------------
  環境への取り組み
--------------------------- */
.attempt_movie_img {
  position: relative;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attempt_play_btn {
  width: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
  -webkit-box-shadow: 2px 3px 7px rgb(0 0 0 / 70%);
  box-shadow: 2px 3px 7px rgb(0 0 0 / 70%);
  border-radius: 50%;
}
.attempt_movie_img .attempt_play_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ---------------------------
  SDGs に貢献する企業広報・販促
--------------------------- */
.listCheck02 {
  font-size: 16px;
}

.listCheck02 li {
  font-size: 16px;
  position: relative;
  padding: 10px 0 10px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  text-indent: -2.5em;
  padding-left: 3em;
}
.sdgs_service_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 40px;
}
.sdgs_service_boxin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.mt40 {
  margin-top: 40px;
}
.sdgs_service_space {
  margin-right: 10px;
}
.sdgs_service {
  background-color: #fff;
  padding-bottom: 15px;
}
.sdgs_service_left {
  padding: 0 10px 15px 10px;
  margin-right: 15px;
}
.sdgs_service_right {
  padding: 0 10px 15px 10px;
}
.sdgs_service .title {
  padding: 15px 0;
  font-weight: bold;
  font-size: 16px;
}
.marumoji {
  font-size: 24px;
}

@media screen and (max-width: 1265px) {
  .sdgs_service {
    margin: 20px 0 20px;
  }
  .sdgs_service .left {
    padding-bottom: 15px;
  }
  .sdgs_service .right {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .sdgs_service_box {
    display: block;
    justify-content: center;
    padding-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sdgs_service_space {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .sdgs_service_box {
    display: block;
    justify-content: center;
    padding-bottom: 0px;
    text-align: center;
  }
  .sdgs_service {
    margin: 20px 0 0px;
    padding: 0 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .br-pc {
    display: none;
  }
}

/* ---------------------------
  FSC
--------------------------- */
.fscSectionHead {
  padding-top: 30px;
  border-bottom: 1px solid #6eb22f;
  text-align: left;
}
.fscSectionHead span {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  color: #205b50;
  padding: 8px 0 8px 46px;
  position: relative;
  display: inline-block;
}
.fscSectionHead span:before {
  position: absolute;
  content: "\e604";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  font-size: 25px;
  color: #6eb22f;
  left: 10px;
  top: 13px;
}
.fscContents {
  background-color: #eff7e8;
  padding: 45px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .fscContents {
    padding: 30px;
  }
}
.fscContents p {
  color: #205b50;
}
.fscContents_Head01 {
  color: #205b50;
  font-size: 18px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #205b50;
  line-height: 1.6;
}
.fscContents_col2 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .fscContents_col2 {
    display: block;
  }
  .fscContents_img {
    text-align: center;
  }
}
.fscContents_col2 .fscContents_text {
  flex: 1;
}
.commonSectionFlex1 {
  flex: 1;
}
.contentsType01 dt {
  font-size: 20px;
  font-weight: 800;
  padding-top: 1.2em;
}
.contentsType01 dd {
  padding-top: 0.8em;
}
sup {
  vertical-align: super;
}
.fsc_visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 719px;
  position: relative;
  z-index: 2;
}
.fsc_visual .fsc_visual_text01 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #253504;
}
.fsc_visual .fsc_visual_text02 {
  text-align: center;
  font-size: 58px;
  font-weight: 800;
  color: #253504;
  margin-top: 8px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.fsc_visual_text03 {
  text-align: center;
  font-size: 58px;
  font-weight: 800;
  color: #fff;
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 6px;
  margin-top: 8px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.fsc_visual_text04 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.fsc_visual_text02_wrap {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .fsc_visual {
    min-height: 500px;
  }
  .fsc_visual .fsc_visual_text01 {
    font-size: 25px;
  }
  .fsc_visual .fsc_visual_text02 {
    font-size: 45px;
    margin-top: 6px;
  }
  .fsc_visual_text03 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .fsc_visual {
    min-height: 300px;
  }
  .fsc_visual .fsc_visual_text01 {
    font-size: 16px;
  }
  .fsc_visual .fsc_visual_text02 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .fsc_visual_text03 {
    font-size: 28px;
    -webkit-text-stroke-width: 5px;
  }
  .fsc_visual_text04 {
    font-size: 16px;
  }
}

/* ---------------------------
  パーツ：エコグッズのご紹介
--------------------------- */
.ecoGoodsLineup {
  margin-top: 64px;
  width: 100%;
}
.ecoGoodsLineup_heading {
  background-color: #e43636;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 4px 16px;
  text-align: center;
}

.ecoGoodsLineup_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.ecoGoodsLineup_list li {
  width: calc(33.33% - 16px);
}
.ecoGoodsLineup_link {
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 16px;
  overflow: hidden;
}
.ecoGoodsLineup_link:hover {
  text-decoration: none;
}
.ecoGoodsLineup_link_img {
  overflow: hidden;
}
.ecoGoodsLineup_link_img img {
  transition: transform 0.5s;
}
.ecoGoodsLineup_link:hover .ecoGoodsLineup_link_img img {
  transform: scale(1.04);
}
.ecoGoodsLineup_link_hd {
  background-color: #006837;
  color: #fff;
  margin-top: 16px;
  padding: 2px 8px;
  text-align: center;
  width: 80%;
}
.ecoGoodsLineup_link_name {
  overflow: hidden;
}
.ecoGoodsLineup_link_name {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  padding: 0 8px;
}
.ecoGoodsLineup_link_detail {
  color: #006837;
  margin-top: 4px;
  position: relative;
  padding: 0 24px 0 8px;
}
.ecoGoodsLineup_link_detail::before {
  content: "";
  background-color: #006837;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
}
.ecoGoodsLineup_link_detail::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 8px;
  right: 10px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
}

.ecoGoodsLineup_list li:nth-child(even) .ecoGoodsLineup_link_hd {
  background-color: #603813;
}
.ecoGoodsLineup_list li:nth-child(even) .ecoGoodsLineup_link_detail {
  color: #603813;
}
.ecoGoodsLineup_list li:nth-child(even) .ecoGoodsLineup_link_detail::before {
  background-color: #603813;
}

@media screen and (max-width: 640px) {
  .ecoGoodsLineup_link_hd {
    font-size: 12px;
  }
  .ecoGoodsLineup_link_name {
    font-size: 15px;
  }
  .ecoGoodsLineup_link_detail {
    font-size: 12px;
    padding-right: 20px;
  }
  .ecoGoodsLineup_link_detail::before {
    width: 12px;
    height: 12px;
  }
  .ecoGoodsLineup_link_detail::after {
    top: 7px;
    right: 8px;
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 520px) {
  .ecoGoodsLineup_list {
    gap: 16px;
  }
  .ecoGoodsLineup_list li {
    width: calc(50% - 8px);
  }
}

/* ---------------------------
  展示会出展トータルサポート
--------------------------- */
.exhibition-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.exhibition-title__lead {
  font-size: 32px;
}
.exhibition-title__main {
  font-size: 58px;
  margin-bottom: 10px;
}
@media screen and (max-width: 890px) {
  .exhibition-title__lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .exhibition-title__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .exhibition-title__lead {
    font-size: 16px;
  }
  .exhibition-title__main {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .exhibition-title__lead {
    font-size: 14px;
  }
}

.exhibition-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 9px;
  width: 100%;
}
.exhibition-list__item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 6px);
}
.exhibition-list__title {
  background-color: #c30d23;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 8px;
  text-align: center;
}
.exhibition-list__title span {
  display: none;
}
.exhibition-list__text {
  background-color: #fff;
  flex-grow: 1;
  padding: 8px 16px;
}
.exhibition-list__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .exhibition-list__item {
    width: calc(50% - 4.5px);
  }
}
@media screen and (max-width: 480px) {
  .exhibition-list__item {
    width: 100%;
  }
}

.exhibition-point {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.exhibition-point__item {
}
.exhibition-point__title {
  font-size: 20px;
  font-weight: 700;
}
.exhibition-point__title br {
  display: none;
}
.exhibition-point__title span {
  color: #c30d23;
  display: block;
  font-size: 12px;
}
.exhibition-point__text {
  margin-top: 8px;
}
@media screen and (max-width: 480px) {
  .exhibition-point__title {
    font-size: 18px;
  }
  .exhibition-point__title br {
    display: block;
  }
}

.exhibition-strong {
  color: #c30d23;
  font-size: 20px;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
}
.exhibition-strong span {
  background: linear-gradient(transparent 60%, #ffd5da 0%);
}
@media screen and (max-width: 480px) {
  .exhibition-strong br.pc {
    display: none;
  }
}

/* ---------------------------
drone
--------------------------- */
.drone-title-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.drone-title-text {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
.drone-title-btn {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .drone-title-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .drone-title-wrap {
    top: 60%;
  }
  .drone-title-text {
    font-size: 24px;
  }
}

.drone-grid {
  display: grid;
  margin: 16px auto;
}
.drone-grid.-col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 64px;
}
.drone-grid.-col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
.drone-grid__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
}
.drone-grid__heading.-lato {
  font-family: "Lato";
}
@media screen and (max-width: 768px) {
  .drone-grid.-col2 {
    gap: 16px 24px;
  }
  .drone-grid.-col3 {
    gap: 10px;
  }
  .drone-grid__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .drone-grid.-col2 {
    grid-template-columns: 1fr;
  }
  .drone-grid__heading {
    font-size: 18px;
  }
}

/* ---------------------------
  採用コンテンツ制作
--------------------------- */
.commonSection.jobOfferSection01 {
  background: url(/assets/img/service/job-offer_bg01.jpg) no-repeat center
    top/cover;
}
.commonSection.jobOfferSection02 {
  background: url(/assets/img/service/job-offer_bg02.jpg) no-repeat center
    top/cover;
}

.jobOfferHeading {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
  width: max-content;
}
.jobOfferHeading__text {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 32px;
  position: relative;
}
.jobOfferHeading__text::before {
  content: "";
  background: url(/assets/img/service/job-offer_img00.png) no-repeat center
    center/contain;
  display: block;
  width: 100%;
  height: 86px;
}
@media screen and (max-width: 768px) {
  .jobOfferHeading__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .jobOfferHeading {
    bottom: 40px;
  }
  .jobOfferHeading__text {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: initial;
  }
  .jobOfferHeading__text::before {
    height: 48px;
  }
  .jobOfferHeading__btn {
    width: 92vw;
  }
}

.jobOfferPoint {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}
.jobOfferPoint .text-marking::after {
  bottom: 8px;
  height: 11px;
}

.jobOfferContents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 66px 24px;
}
.jobOfferContents__item {
  display: flex;
  flex-direction: column;
  width: min(calc(50% - 12px), 377px);
}
.jobOfferContents__title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 22px;
}
.jobOfferContents__lead {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}
.jobOfferContents__img {
  order: -1;
}
.jobOfferContents__for {
  margin-top: 21px;
  padding-top: 24px;
  position: relative;
}
.jobOfferContents__for::before {
  content: "こんな方へおすすめ";
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: underline;
  text-decoration-color: #ff0;
  text-decoration-thickness: 0.4em;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.2em;
}
.jobOfferContents__point {
  font-size: 18px;
  font-weight: 500;
  margin-top: 2px;
}
.jobOfferContents__point li {
  border-top: 1px solid #d2d2d2;
  padding: 16px 4px 16px 30px;
  position: relative;
}
.jobOfferContents__point li:first-of-type {
  border-top: none;
}
.jobOfferContents__point li::before {
  content: "\e604";
  font-family: "icomoon";
  position: absolute;
  top: 17px;
  left: 6px;
}

@media screen and (max-width: 890px) {
  .jobOfferPoint {
    font-size: 27px;
  }
  .jobOfferContents__title {
    font-size: 20px;
    margin-top: 16px;
  }
  .jobOfferContents__lead {
    font-size: 16px;
    margin-top: 4px;
  }
  .jobOfferContents__for {
    margin-top: 12px;
  }
  .jobOfferContents__for::before {
    font-size: 14px;
  }
  .jobOfferContents__point {
    font-size: 16px;
  }
  .jobOfferContents__point li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .jobOfferContents__point li::before {
    top: 14px;
  }
}

@media screen and (max-width: 640px) {
  .jobOfferPoint {
    font-size: 16px;
  }
  .jobOfferContents {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  .jobOfferContents__item {
    width: min(100%, 377px);
  }
  .jobOfferContents__title {
    font-size: 18px;
  }
  .jobOfferContents__lead {
    font-size: 14px;
  }
  .jobOfferContents__for::before {
    font-size: 12px;
  }
  .jobOfferContents__point {
    font-size: 14px;
    margin-top: -4px;
  }
}

.jobOfferTableWrapper {
  overflow-x: auto;
}
.jobOfferTable * {
  box-sizing: border-box;
}
.jobOfferTable {
  margin-top: 20px;
  margin-bottom: 28px;
  position: relative;
  table-layout: fixed;
  width: 800px;
}
.jobOfferTable th,
.jobOfferTable td {
  text-align: center;
  vertical-align: middle;
}
.jobOfferTable td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.jobOfferTable .heading {
  width: 139px;
}
.jobOfferTable .prart {
  width: 259px;
}
.jobOfferTable .other {
  width: 199px;
}
.jobOfferTable td {
  font-size: 16px;
  font-weight: 500;
  padding: 24px 8px;
}
.jobOfferTable .other-heading {
  background-color: #dfdfdf;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
}
.jobOfferTable .row-heading {
  background-color: #8e8c8c;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.jobOfferTable .us {
  background-color: #e34242;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.jobOfferTable .us.-start {
  border: none;
  font-size: 20px;
  padding: 4px 4px 8px;
  position: relative;
}
.jobOfferTable .us.-last {
  border-bottom: none;
  position: relative;
}
.jobOfferTable .us.-start::before,
.jobOfferTable .us.-last::before {
  content: "";
  background-color: #e34242;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jobOfferTable .us.-start::before {
  border-radius: 17px 17px 0 0;
  top: -16px;
}
.jobOfferTable .us.-last::before {
  border-radius: 0 0 17px 17px;
  bottom: -26px;
}
.jobOfferTable__mark {
  display: block;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .jobOfferTable {
    width: 640px;
  }
  .jobOfferTable .heading {
    width: 120px;
  }
  .jobOfferTable .prart {
    width: 210px;
  }
  .jobOfferTable .other {
    width: 155px;
  }
  .jobOfferTable td {
    font-size: 13px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .jobOfferTable .other-heading {
    font-size: 15px;
  }
  .jobOfferTable .row-heading {
    font-size: 13px;
  }
  .jobOfferTable .us {
    font-size: 15px;
  }
  .jobOfferTable .us.-start {
    font-size: 16px;
  }
  .jobOfferTable__mark {
    font-size: 24px;
  }
}

.jobOfferSupport {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.jobOfferSupport figcaption {
  font-size: 20px;
  font-weight: 500;
  margin-top: 14px;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .jobOfferSupport figcaption {
    font-size: 17px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .jobOfferSupport {
    gap: 32px 20px;
  }
  .jobOfferSupport figcaption {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .jobOfferSupport {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------------------------
  recruit
--------------------------- */
.recruitVirtual {
  background: url(/assets/img/recruit/bg_door.jpg) no-repeat center/cover;
  display: grid;
  place-items: center;
  padding: 0 20px;
  height: 303px;
}
.recruitVirtualInner {
  margin-top: 16px;
  text-align: center;
  width: min(360px, 100%);
}
.recruitVirtualHeading {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.recruitVirtualLink {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto 0;
  padding: 14px 0;
  transition: background-color 0.3s, color 0.3s;
  width: min(300px, 100%);
}
.recruitVirtualLink:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .recruitVirtualHeading {
    font-size: 22px;
  }
}

/* ---------------------------
  20231121インターネット広告
--------------------------- */
.commonSection.internetAdSection01 {
  background: url(/assets/img/service/internet-ad2023_bg01.jpg) no-repeat center
    top/cover;
}

/* ---------------------------
  20240427 稜線
--------------------------- */
.photolist {
	margin-right:auto;
	margin-left:auto;
	max-width: 800px;
	padding-bottom: 13px;
}
.photolist li {
	margin-bottom: 60px;
}
.photolist li img {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.photolist li p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.7;
}
@media screen and (max-width: 840px) {
  .photolist_box {
	  padding-top:50px;
  }
  .photolist {
	  width: auto;
	  margin: 0 20px;
  }
  .photolist li{
	  margin-bottom:40px;
  }
  .photolist li img {
	  margin-bottom:12px;
  }
  .photolist li p{
	  margin-bottom:18px;
	  line-height:1.5;
  }
}
@media screen and (max-width: 530px) {
  .photolist_box {
	  padding-top:30px;
  }
  .photolist {
	  margin: 0 15px;
  }
}
