@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/****************************
共通
******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

#contact_area.bgImg {
  margin-top: 0 !important;
  background: linear-gradient(90deg, rgba(43, 65, 199, 0.8), rgba(26, 39, 118, 0.9)), url(/images/solution/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #contact_area.bgImg > div {
    padding-bottom: 40px !important;
  }
}
#contact_area.bgImg h2,
#contact_area.bgImg .lead {
  color: #fff;
}
#contact_area.bgImg .col {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.corporate #cat_label > div,
.solution #cat_label > div {
  padding-top: 40px !important;
}
.corporate #cat_label h1,
.solution #cat_label h1 {
  padding-bottom: 20px;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

img {
  width: 100%;
}

.bdGra {
  padding-bottom: 0.3rem;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(90deg, #253494 0%, #253494 70%, #fdf051 70%, #fdf051 100%) 1;
     border-image: linear-gradient(90deg, #253494 0%, #253494 70%, #fdf051 70%, #fdf051 100%) 1;
  color: #253494;
  font-size: clamp(1.4375rem, 1.27926rem + 0.74468vw, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
}

.h4Gra {
  border-bottom: 1px solid #d1d1d1;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
}
.h4Gra::before {
  content: "";
  margin-right: 1rem;
  border-left: 6px solid;
  border-image-source: linear-gradient(to bottom, #253494 45%, #fdf051 45%, #fdf051 85%, #fff 85%);
  border-image-slice: 1;
}

br.tabNone {
  display: block;
}
@media (max-width: 991px) {
  br.tabNone {
    display: none;
  }
}

@media (min-width: 992px) {
  .pcNone {
    display: none !important;
  }
}

.pcTabNone {
  display: none;
}
@media (max-width: 767px) {
  .pcTabNone {
    display: block;
  }
}

@media (max-width: 767px) {
  .spNone {
    display: none;
  }
}

.mrTop {
  margin-top: 1rem;
}

.mrTop2 {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .mrTop2 {
    margin-top: 1.5rem;
  }
}

.pdTop2 {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .pdTop2 {
    padding-top: 1.5rem;
  }
}

.pdTop3 {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .pdTop3 {
    padding-top: 2rem;
  }
}

/****************************
セキュリティソリューション
******************************/
.solution main {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #eaf3fe;
}
@media (max-width: 991px) {
  .solution main {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.solution main img {
  width: 100%;
}
.solution main h2 {
  padding-bottom: 1.8rem;
  font-size: clamp(1.063rem, 0.949rem + 0.57vw, 1.375rem) !important;
  font-weight: bold;
}
.solution main h2 + p {
  font-size: 16px;
}
.solution main .fwBold {
  font-weight: bold;
}
.solution main .whiteBox {
  background-color: #fafcff;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .solution main .whiteBox {
    margin-top: 2rem;
  }
}
.solution main .dFlex {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .solution main .dFlex {
    flex-direction: column;
    align-items: center;
  }
}
.solution main .textP {
  width: 1060px;
  max-width: 100%;
}
.solution .solTop .whiteBox {
  margin-top: 2.8rem;
  padding: 3.5rem;
  border-radius: 15px;
  display: flex;
  gap: 88px;
}
@media (max-width: 991px) {
  .solution .solTop .whiteBox {
    margin-top: 1.5rem;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .solution .solTop .whiteBox.reverse {
    flex-direction: row-reverse;
  }
}
.solution .solTop .whiteBox img {
  border-radius: 15px;
}
@media (max-width: 991px) {
  .solution .solTop .whiteBox img {
    margin: 1rem;
  }
}
.solution .solTop .whiteBox .textBox h3 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #253494;
  color: #253494;
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  font-weight: bold;
}
@media (max-width: 991px) {
  .solution .solTop .whiteBox .textBox h3 {
    padding-bottom: 1rem;
  }
}
.solution .solTop .whiteBox .textBox p {
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .solution .solTop .whiteBox .textBox p {
    margin-top: 1rem;
  }
}
.solution .system {
  font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
}
.solution .system .container {
  width: 1125px;
  max-width: 100%;
}
.solution .system .bgGra {
  background: linear-gradient(to bottom, #fff 30%, #e8e8e8 100%);
}
.solution .system a {
  color: #0062ff;
}
.solution .system a::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 0.5rem;
  background-image: url(/images/solution/link-icon.svg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.solution .system h3 {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #ccc;
  color: #253494;
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  font-weight: bold;
  display: block;
}
.solution .system h3 + p,
.solution .system h3 + ul,
.solution .system h3 + div {
  margin-top: 1.5rem;
}
.solution .system ul li {
  list-style: disc;
}
.solution .system ul li::marker {
  font-size: 10px;
}
.solution .system .whiteBox {
  margin-top: 2.9rem;
  border-radius: 15px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1607843137));
}
.solution .system .content1 {
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .solution .system .content1 {
    gap: 45px;
  }
}
@media (max-width: 991px) {
  .solution .system .content1 {
    justify-content: center;
  }
}
.solution .system .content1 .whiteBox {
  padding: 1.9rem 2.9rem;
}
@media (max-width: 991px) {
  .solution .system .content1 .whiteBox {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .solution .system .content1 .whiteBox p {
    width: 450px;
    max-width: 100%;
  }
}
.solution .system .content2 {
  padding-inline: 7rem;
  padding-block: 2.8rem;
}
@media (max-width: 991px) {
  .solution .system .content2 {
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.solution .system .content2 .dFlex {
  gap: 100px;
}
@media (max-width: 991px) {
  .solution .system .content2 .dFlex {
    gap: 40px;
  }
}
.solution .system .content2 .dFlex div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution .system .content2 .dFlex div p {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
.solution .system .content2 ul li {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .solution .system .content2 ul li {
    margin-left: 1rem;
  }
}
.solution .system .content3 {
  padding-inline: 7rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .solution .system .content3 {
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.solution .system .content3 h3 {
  padding-top: 2.5rem;
}
.solution .system .content4 {
  padding-inline: 4rem;
  padding-block: 2.8rem;
}
@media (max-width: 991px) {
  .solution .system .content4 {
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.solution .system .content4 .dFlex {
  gap: 50px;
}
.solution .system .content4 .posR {
  position: relative;
}
.solution .system .content4 .posR p {
  font-size: clamp(0.625rem, 0.466rem + 0.8vw, 1.063rem);
  position: absolute;
  bottom: 10px;
  left: 34%;
}
@media (max-width: 767px) {
  .solution .system .content4 .posR p {
    bottom: 5px;
  }
}
.solution .system .content4 ul li {
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .solution .system .content4 ul li {
    margin-left: 1rem;
  }
}
.solution .system .content5 {
  padding-inline: 4rem;
  padding-block: 2.8rem;
}
@media (max-width: 991px) {
  .solution .system .content5 {
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.solution .system .content5 .bgGra {
  padding-bottom: 2.5rem;
}
.solution .system .content5 h4 {
  color: #253494;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  font-weight: bold;
}
.solution .system .content5 .dFlex {
  gap: 120px;
}
@media (max-width: 991px) {
  .solution .system .content5 .dFlex {
    gap: 40px;
  }
}
.solution .system .content5 .dFlex > div {
  width: 50%;
}
@media (max-width: 991px) {
  .solution .system .content5 .dFlex > div {
    width: 100%;
  }
}
.solution .firefighting {
  font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
}
.solution .firefighting .whiteBox {
  padding: 3.5rem 4rem;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .solution .firefighting .whiteBox {
    padding: 2rem 1rem;
  }
}
.solution .firefighting .dFlex {
  margin-top: 2rem;
  gap: 50px;
}
@media (max-width: 991px) {
  .solution .firefighting .dFlex {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    gap: 15px;
  }
}
.solution .firefighting .bdGra {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .solution .firefighting .bdGra {
    margin-top: 1rem;
  }
}
.solution .item .whiteBox {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 4rem;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .solution .item .whiteBox {
    padding: 3rem 37.5px 4rem;
  }
}
@media (max-width: 991px) {
  .solution .item .whiteBox {
    padding: 1rem;
  }
}
.solution .item .dFlex {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
}
@media (min-width: 1200px) {
  .solution .item .dFlex {
    justify-content: flex-start;
  }
}
.solution .item .dFlex div p {
  padding-block: 0.5rem;
  background-color: #f7f7f7;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  font-weight: bold;
  text-align: center;
}

/****************************
会社情報
******************************/
.corporate {
  font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
}
.corporate .dFlexSB {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .corporate .dFlexSB {
    flex-wrap: wrap;
  }
}
.corporate .message {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .corporate .message {
    margin-bottom: 100px;
  }
}
.corporate .message .messageVis {
  background: linear-gradient(90deg, #dee5e7, #c7ccd0);
}
.corporate .message .messageVis div {
  width: 1400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 5rem;
  text-align: center;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .corporate .message .messageVis div {
    height: 100%;
    margin-top: 160px;
    margin-bottom: 2rem;
  }
}
.corporate .message .messageVis div img {
  margin-right: auto;
  margin-left: auto;
}
.corporate .message .messageVis div p {
  font-size: clamp(1.125rem, 0.761rem + 1.82vw, 2.125rem);
  font-weight: 800;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  position: absolute;
  top: 160px;
  left: 10%;
}
@media (max-width: 991px) {
  .corporate .message .messageVis div p {
    top: 80px;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .corporate .message .messageVis div p {
    top: -130px;
  }
}
.corporate .message .container {
  width: 930px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.corporate .message .container p + p {
  padding-top: 2rem;
}
.corporate .message .name {
  padding-top: 4rem !important;
  text-align: right;
}
.corporate .message .name span {
  font-size: clamp(1.063rem, 0.972rem + 0.45vw, 1.313rem);
  font-weight: bold;
}
.corporate .info {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .corporate .info {
    padding-top: 3rem;
  }
}
.corporate .info .container {
  width: 1100px;
  max-width: 100%;
}
.corporate .info h3 {
  margin-bottom: 3rem;
}
.corporate .info section {
  margin-bottom: 4rem;
}
.corporate .info .w100Table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}
.corporate .info section.sec1 table th {
  width: 22%;
  padding: 16px 16px 16px 32px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f9ff;
}
@media (max-width: 767px) {
  .corporate .info section.sec1 table th {
    width: 100%;
    padding: 8px 0 8px 16px;
    display: inline-block;
  }
}
.corporate .info section.sec1 table td {
  padding: 16px 0 16px 89px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .corporate .info section.sec1 table td {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    border-top: none;
    border-bottom: none;
    display: inline-block;
  }
}
.corporate .info section.sec1 table td .blueSpan {
  color: #23319a;
  font-weight: bold;
}
.corporate .info section.sec1 table td img {
  width: 480px;
  max-width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}
.corporate .info section.sec2 > p {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.corporate .info section.sec2 .blueBox {
  width: 1050px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.4rem 2.5rem 2rem 2.5rem;
  border: 3px solid #253494;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .corporate .info section.sec2 .blueBox {
    padding: 1.5rem;
  }
}
.corporate .info section.sec2 .blueBox .titleP {
  color: #253494;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: bold;
}
.corporate .info section.sec2 .blueBox .number {
  color: #bfbfbf;
  font-size: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.corporate .info section.sec2 .blueBox .boxTop {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .corporate .info section.sec2 .blueBox .boxTop {
    gap: 30px;
  }
}
.corporate .info section.sec2 .blueBox .boxBottom {
  display: flex;
  gap: 45px;
}
@media (max-width: 767px) {
  .corporate .info section.sec2 .blueBox .boxBottom {
    flex-direction: column;
    gap: 30px;
  }
}
.corporate .info section.sec2 .blueBox img {
  width: 66px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.corporate .info section.sec2 .pdTop5 {
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .corporate .info section.sec2 .pdTop5 {
    padding-top: 3rem;
  }
}
.corporate .info section.sec2 .bgGray {
  width: 1050px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 45px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .corporate .info section.sec2 .bgGray {
    padding: 1.5rem;
  }
}
.corporate .info section.sec2 .bgGray ol li {
  margin-left: 2rem;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: bold;
  list-style-type: decimal;
  list-style-position: inside;
  text-indent: -1rem;
}
.corporate .info section.sec2 .bgGray ol li + li {
  padding-top: 2rem;
}
.corporate .info section.sec3 table {
  width: 100%;
}
.corporate .info section.sec3 table tr:first-child .nenpyo,
.corporate .info section.sec3 table tr:first-child .month {
  border-top: 1px solid #d9d9d9;
}
.corporate .info section.sec3 table tr:first-child .dekigoto {
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .corporate .info section.sec3 table tr:first-child .dekigoto {
    border-top: none;
  }
}
.corporate .info section.sec3 table td {
  padding: 16px 16px;
  border-bottom: 1px solid #d9d9d9;
  border-top: none;
}
@media (max-width: 767px) {
  .corporate .info section.sec3 table td {
    display: inline-block;
  }
}
.corporate .info section.sec3 table .nenpyo,
.corporate .info section.sec3 table .month {
  background-color: #f2f9ff;
  font-weight: bold;
}
.corporate .info section.sec3 table .nenpyo {
  width: 12%;
  text-align: center;
}
@media (max-width: 767px) {
  .corporate .info section.sec3 table .nenpyo {
    width: 23%;
    padding-right: 0;
  }
}
.corporate .info section.sec3 table .month {
  width: 10%;
}
@media (max-width: 767px) {
  .corporate .info section.sec3 table .month {
    width: 77%;
  }
}
@media (max-width: 767px) {
  .corporate .info section.sec3 table .dekigoto {
    width: 100%;
  }
}
.corporate .access {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .corporate .access {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.corporate .access table {
  width: 100%;
}
.corporate .access table th {
  width: 28%;
  padding-top: 27px;
  padding-left: 26px;
  border-top: 1px solid #d9d9d9;
  background-color: #f2f9ff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .corporate .access table th {
    width: 100%;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
  }
}
.corporate .access table td {
  padding: 27px 44px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .corporate .access table td {
    width: 100%;
    display: block;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
    border-top: none;
  }
}
.corporate .access table .BorderLast {
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .corporate .access table .BorderLast {
    border-bottom: none;
  }
}
.corporate .access table a {
  color: #3ea6ff;
  font-weight: bold;
}
.corporate .access table .corporateMap {
  text-align: end;
  vertical-align: bottom;
}
.corporate .access table .Googlemap {
  border-top: 1px solid #d9d9d9;
  text-align: end;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .corporate .access table .Googlemap {
    padding-left: 8px;
    padding-bottom: 24px;
    padding-top: 0;
    border-top: none;
    text-align: left;
  }
}
.corporate .access table .Googlemap a::after {
  content: url(/images/corporate/googlemap.svg);
  position: absolute;
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: bottom;
}
.corporate .access .tableP {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  .corporate .access .tableP {
    padding-top: 2rem;
  }
}
.corporate .csr {
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .corporate .csr {
    padding-bottom: 3rem;
  }
}
.corporate .csr .container {
  width: 1100px;
  max-width: 100%;
}
.corporate .csr section > div {
  margin-top: 2rem;
}
.corporate .csr .bdGra {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .corporate .csr .bdGra {
    margin-top: 3rem;
  }
}
.corporate .csr .fwBold {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
  font-weight: bold;
}
.corporate .csr .boxP {
  padding: 3.2rem;
  text-align: center;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: bold;
}
@media (max-width: 767px) {
  .corporate .csr .boxP {
    padding: 1.5rem;
  }
}
.corporate .csr .greenBox {
  background-color: #f9fcf0;
}
.corporate .csr .blueBox {
  background-color: #f0f1fc;
}
.corporate .csr .blueBox + p {
  margin-top: 2.5rem;
}
.corporate .csr .whiteBox {
  margin-top: 1rem;
  padding: 1.5rem 3rem;
  background-color: #fff;
}
.corporate .csr .whiteBox ul li {
  margin-top: 1rem;
}
.corporate .csr .circleUl {
  list-style-type: disc;
  list-style-position: inside;
}
.corporate .csr .circleUl li {
  margin-left: 2rem;
  text-indent: -1rem;
}
.corporate .csr .circleUl li::marker {
  font-size: 10px;
}
.corporate .csr .addPdf01 {
  width: 150px;
  height: auto;
  border: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .corporate .csr .addPdf01 {
    width: 100%;
  }
}
.corporate .csr .flexBoxRight {
  text-align: right;
}
@media (max-width: 767px) {
  .corporate .csr .flexBoxRight {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .corporate .csr .flexBoxLeft {
    width: 100%;
  }
}
.corporate .csr .philosophy {
  padding: 4.2rem 4.2rem 2.5rem 4.2rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .corporate .csr .philosophy {
    padding: 2rem 1.5rem;
  }
}
.corporate .csr .philosophy ol {
  counter-reset: my-counter;
}
.corporate .csr .philosophy ol li {
  position: relative;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.corporate .csr .philosophy ol li::before {
  margin-right: 5px;
  content: counter(my-counter, full-width-decimal) "．";
  counter-increment: my-counter;
}
.corporate .csr .philosophy.greenBox {
  border: 6px solid #eaefde;
}
.corporate .csr .philosophy.blueBox {
  border: 6px solid #dedff0;
}
.corporate .csr .h4Gra + p {
  padding-top: 2rem;
}
.corporate .csr section.sec1 .bdGra {
  margin-top: 4.5rem !important;
}
.corporate .csr section.sec1 .h4Gra {
  margin-top: 4.3rem;
}
@media (max-width: 767px) {
  .corporate .csr section.sec1 .h4Gra {
    margin-top: 3rem;
  }
}
.corporate .csr section.sec2 .blueP {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: bold;
  color: #253494;
  text-align: center;
}
.corporate .csr section.sec2 ol li {
  padding-top: 2rem;
  font-weight: bold;
}
.corporate .csr section.sec2 ol li span {
  font-weight: 500;
}
.corporate .csr section.sec3 .blueP {
  margin-top: 2rem;
  font-size: clamp(1.188rem, 1.165rem + 0.11vw, 1.25rem);
  font-weight: bold;
  color: #253494;
}
.corporate .csr section.sec3 .blackP {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
  font-weight: bold;
}
.corporate .csr section.sec4 {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .corporate .csr section.sec4 {
    padding-top: 3rem;
  }
}
.corporate .csr section.sec4 .tableTh {
  display: none;
}
@media (max-width: 767px) {
  .corporate .csr section.sec4 .tableTh {
    padding: 0.2rem;
    background-color: #f5f5f5;
    text-align: center;
    display: block;
  }
}
.corporate .csr section.sec4 .w800 {
  width: 812px;
  max-width: 100%;
}
.corporate .csr section.sec4 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 991px) {
  .corporate .csr section.sec4 table {
    width: 100%;
  }
}
.corporate .csr section.sec4 table tr:first-child td {
  border-top: 1px solid #d1d1d1;
}
.corporate .csr section.sec4 table th {
  width: 25%;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #f5f5f5;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .corporate .csr section.sec4 table th {
    display: none;
  }
}
.corporate .csr section.sec4 table td {
  width: 20%;
  padding: 0.4rem;
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .corporate .csr section.sec4 table td:last-child {
    border-right: 1px solid #d1d1d1;
  }
}
.corporate .csr section.sec4 .table3 td:last-child {
  width: 40%;
}
.corporate .csr section.sec4 .table5 td {
  width: 60%;
}
.corporate .csr section.sec5 a {
  color: #3ea6ff;
  word-wrap: break-word;
}
.corporate .csr section.sec5 .pdfLink::after {
  content: "";
  width: 28px;
  height: 28px;
  margin-left: 1.5rem;
  background-image: url(/images/corporate/pdf.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.corporate .csr section.sec5 .linkIcon {
  padding-left: 1rem;
}
.corporate .csr section.sec5 .linkIcon::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 1.5rem;
  background-image: url(/images/corporate/link-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.corporate .csr section.sec5 .indent {
  text-indent: -0.8rem;
  padding-left: 2.5rem;
}
.corporate .csr section.sec5 .indent span {
  display: inline-block;
  margin-right: 0.5rem;
}
.corporate .sign {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .corporate .sign {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.corporate .sign .imgDiv {
  text-align: center;
}

@media (max-width: 767px) {
  main.underlayer .entry_area a span {
    padding-left: 10px !important;
  }
}

@media (max-width: 767px) {
  main.underlayer .entry_area a span::after {
    margin-left: 10px !important;
  }
}
/*# sourceMappingURL=style2.css.map */