.no-webp .pagetitleBox {
  background: url("../images/company/pagetitle_bg_sp.jpg") no-repeat center top;
  background-size: cover; }
.webp .pagetitleBox {
  background: url("../images/company/pagetitle_bg_sp.jpg") no-repeat center top;
  background-size: cover; }
@media (min-width: 669px) {
  .no-webp .pagetitleBox {
    background: url("../images/company/pagetitle_bg.jpg") no-repeat center top;
    background-size: cover; }
  .webp .pagetitleBox {
    background: url("../images/company/pagetitle_bg.jpg") no-repeat center top;
    background-size: cover; } }

.indexPage {
  background-color: #ececec; }
  .indexPage + .topicPath {
    background-color: #ececec; }

.company__outline table {
  border-color: #b2b2b2; }
  .company__outline table th {
    background-color: transparent;
    text-align: left;
    width: 30%;
    border-color: #b2b2b2; }
    @media (min-width: 669px) {
      .company__outline table th {
        width: 16%; } }
  .company__outline table td {
    border-color: #b2b2b2; }
    .company__outline table td ul.plain-list {
      list-style-type: none;
      margin-left: 0; }
      .company__outline table td ul.plain-list > li {
        position: relative;
        padding-left: 17px; }
        .company__outline table td ul.plain-list > li::before {
          content: '';
          background-color: #6998b4;
          width: 10px;
          height: 10px;
          position: absolute;
          left: 0;
          top: 8px; }
        .company__outline table td ul.plain-list > li ul {
          padding-left: 1.5em;
          list-style-type: disc;
          margin-top: 10px;
          margin-bottom: 10px; }
          @media (min-width: 669px) {
            .company__outline table td ul.plain-list > li ul li {
              width: 25%; } }
.company__greeting {
  background-color: #eae3d3;
  padding-bottom: 40px; }
  .company__greeting + .topicPath {
    background-color: #eae3d3; }
  .company__greeting > .flex-box-pc:first-child {
    margin-bottom: 40px; }
    .company__greeting > .flex-box-pc:first-child .img {
      text-align: center; }
      @media (min-width: 669px) {
        .company__greeting > .flex-box-pc:first-child .img {
          text-align: right;
          width: 78.125%; } }
    .company__greeting > .flex-box-pc:first-child .txt {
      padding: 0 25px; }
      .company__greeting > .flex-box-pc:first-child .txt p {
        margin: 0 0 10px;
        line-height: 2; }
        .company__greeting > .flex-box-pc:first-child .txt p:last-child {
          text-align: right;
          margin-top: 20px;
          margin-bottom: 0; }
          @media (min-width: 669px) {
            .company__greeting > .flex-box-pc:first-child .txt p:last-child {
              margin-top: 30px; } }
          .company__greeting > .flex-box-pc:first-child .txt p:last-child img {
            margin-top: 5px; }
            @media (min-width: 669px) {
              .company__greeting > .flex-box-pc:first-child .txt p:last-child img {
                vertical-align: bottom;
                margin-left: 30px; } }
        @media (min-width: 669px) {
          .company__greeting > .flex-box-pc:first-child .txt p {
            width: 100%;
            max-width: 59.090909%;
            margin-right: auto;
            margin-left: 0;
            padding-left: 40px; } }
        @media (min-width: 1199px) {
          .company__greeting > .flex-box-pc:first-child .txt p {
            padding-left: 0; } }
      @media (min-width: 669px) {
        .company__greeting > .flex-box-pc:first-child .txt {
          max-width: 1100px;
          position: absolute;
          top: 5%;
          left: 50%;
          transform: translateX(-50%);
          width: 100%; } }
      @media (min-width: 1499px) {
        .company__greeting > .flex-box-pc:first-child .txt {
          top: 160px; } }
    @media (min-width: 669px) {
      .company__greeting > .flex-box-pc:first-child {
        position: relative;
        margin-bottom: -80px;
        z-index: 0; } }
  @media (min-width: 669px) {
    .company__greeting {
      padding-bottom: 100px; } }
.company__policy {
  margin: 0 0 0 auto;
  width: calc(100% - 25px);
  box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 25px 30px;
  position: relative;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0%, #d2e1f3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, #d2e1f3));
  background: -webkit-linear-gradient(left, #fff 0%, #d2e1f3 100%);
  background: -o-linear-gradient(left, #fff 0%, #d2e1f3 100%);
  background: linear-gradient(to right, #fff 0%, #d2e1f3 100%); }
  .company__policy::before {
    content: 'COMPANY POLICY';
    color: #055482;
    font-family: 'Century Gothic', Futura, 'Hind', sans-serif;
    position: absolute;
    left: 0;
    top: -3px;
    line-height: 1;
    opacity: .3;
    font-size: 30px; }
    @media (min-width: 669px) {
      .company__policy::before {
        font-size: 70px;
        top: -10px;
        opacity: .1; } }
  .company__policy dl {
    margin: 0; }
    @media (min-width: 669px) {
      .company__policy dl {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; } }
  .company__policy dt {
    font-weight: 500;
    font-size: 25px;
    font-size: clamp(20px, 9vw, 25px);
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    @media (min-width: 669px) {
      .company__policy dt {
        font-size: 33px;
        font-size: clamp(25px, 3vw, 33px);
        width: 200px;
        padding-bottom: 20px; } }
    @media (min-width: 1199px) {
      .company__policy dt {
        width: 280px; } }
    .company__policy dt::after {
      content: '';
      width: 100px;
      height: 1px;
      background-color: #055482;
      position: absolute;
      left: 0;
      bottom: 0; }
  .company__policy dd {
    margin: 0;
    font-size: 20px;
    font-size: clamp(18px, 9vw, 20px); }
    @media (min-width: 669px) {
      .company__policy dd {
        font-size: 31px;
        font-size: clamp(25px, 3vw, 31px);
        width: calc(100% - 200px); } }
    @media (min-width: 1199px) {
      .company__policy dd {
        width: calc(100% - 280px); } }
  @media (min-width: 669px) {
    .company__policy {
      width: calc(100% - 40px);
      height: 410px;
      padding: 0 0 0 60px;
      position: relative;
      z-index: 1; } }
  @media (min-width: 1199px) {
    .company__policy {
      width: calc(100% - 100px); } }
  @media (min-width: 1499px) {
    .company__policy {
      padding-left: 0; } }
.company__history th {
  width: 30%; }
  @media (min-width: 669px) {
    .company__history th {
      width: 14.5%; } }
@media (min-width: 669px) {
  .company__qualified > .flex-box-pc {
    margin-bottom: 30px; } }
.company__qualified table:first-child tr:last-child th, .company__qualified table:first-child tr:last-child td {
  border-bottom: 0; }
  @media (min-width: 669px) {
    .company__qualified table:first-child tr:last-child th, .company__qualified table:first-child tr:last-child td {
      border-bottom: 1px solid #999; } }
.company__qualified table td {
  text-align: right;
  width: 50px; }
  @media (min-width: 669px) {
    .company__qualified table td {
      width: 35%; } }
.company__qualified table th {
  text-align: left; }
@media (min-width: 669px) {
  .company__qualified table {
    width: calc((100% - 60px) / 2); } }
.company__socialcontribution-declaration {
  padding: 40px 25px;
  position: relative;
  opacity: 0;
  bottom: -10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .company__socialcontribution-declaration.active {
    opacity: 1;
    bottom: 0; }
  .company__socialcontribution-declaration h2 {
    text-align: center;
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 131%; }
    @media (min-width: 669px) {
      .company__socialcontribution-declaration h2 {
        font-size: 31px;
        font-size: clamp(23px, 3vw, 31px);
        margin-bottom: 50px; } }
    .company__socialcontribution-declaration h2 img {
      margin-bottom: 20px; }
      @media (min-width: 669px) {
        .company__socialcontribution-declaration h2 img {
          margin-bottom: 50px; } }
  .company__socialcontribution-declaration p {
    font-weight: 500;
    font-size: 108%;
    text-align: center; }
    @media (min-width: 669px) {
      .company__socialcontribution-declaration p {
        font-size: 116%; } }
    .company__socialcontribution-declaration p.name {
      text-align: left;
      font-weight: normal;
      margin-top: 30px;
      font-size: 100%; }
      .company__socialcontribution-declaration p.name span {
        display: block; }
        .company__socialcontribution-declaration p.name span:last-child {
          text-align: right;
          margin-top: 10px; }
          @media (min-width: 669px) {
            .company__socialcontribution-declaration p.name span:last-child {
              margin-left: 40px; } }
      @media (min-width: 669px) {
        .company__socialcontribution-declaration p.name {
          margin-top: 50px; } }
  @media (min-width: 669px) {
    .company__socialcontribution-declaration {
      padding: 150px 40px 140px; } }
.company__socialcontribution-target {
  background-color: #d9e5ec;
  padding: 40px 25px; }
  @media (min-width: 669px) {
    .company__socialcontribution-target {
      padding: 100px 40px 140px; } }
  @media (min-width: 1199px) {
    .company__socialcontribution-target {
      padding: 100px 100px 140px; } }
  .company__socialcontribution-target h2 {
    letter-spacing: 0; }
    .company__socialcontribution-target h2 b {
      color: #055482; }
    @media (min-width: 669px) {
      .company__socialcontribution-target h2 {
        font-size: 22px;
        margin-bottom: 80px; } }
    @media (min-width: 669px) {
      .company__socialcontribution-target h2 b {
        font-size: 54px;
        font-size: clamp(46px, 8vw, 54px); } }
  .company__socialcontribution-target > .flex-box-pc section {
    background-color: #fff;
    position: relative;
    padding: 30px 20px;
    margin-bottom: 20px;
    opacity: 0;
    bottom: -10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .company__socialcontribution-target > .flex-box-pc section.active {
      opacity: 1;
      bottom: 0; }
    @media (min-width: 669px) {
      .company__socialcontribution-target > .flex-box-pc section {
        width: calc((100% - 50px) / 2);
        margin-bottom: 50px;
        box-sizing: border-box;
        padding: 60px 50px 85px; } }
    .company__socialcontribution-target > .flex-box-pc section:last-child {
      margin-bottom: 0; }
      @media (min-width: 669px) {
        .company__socialcontribution-target > .flex-box-pc section:last-child {
          margin-bottom: 50px; } }
    .company__socialcontribution-target > .flex-box-pc section::before {
      content: '';
      width: 100px;
      height: 3px;
      background-color: #055482;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -50px; }
      @media (min-width: 669px) {
        .company__socialcontribution-target > .flex-box-pc section::before {
          height: 6px;
          width: 150px;
          margin-left: -75px; } }
    .company__socialcontribution-target > .flex-box-pc section h3 {
      text-align: center;
      font-weight: 500;
      font-size: 20px;
      font-size: clamp(17px, 6vw, 20px);
      margin: 0 0 15px; }
      @media (min-width: 669px) {
        .company__socialcontribution-target > .flex-box-pc section h3 {
          font-size: 25px;
          font-size: clamp(20px, 3vw, 25px);
          margin-bottom: 25px; } }
    .company__socialcontribution-target > .flex-box-pc section dl {
      margin-bottom: 20px;
      background-color: #e5e5e5;
      padding: 20px; }
      @media (min-width: 669px) {
        .company__socialcontribution-target > .flex-box-pc section dl {
          margin: 30px 0;
          padding: 30px; } }
      .company__socialcontribution-target > .flex-box-pc section dl dt {
        font-weight: 500;
        font-size: 108%;
        margin-bottom: 5px; }
        @media (min-width: 669px) {
          .company__socialcontribution-target > .flex-box-pc section dl dt {
            margin-bottom: 10px; } }
      .company__socialcontribution-target > .flex-box-pc section dl dd {
        margin-left: 0; }
        .company__socialcontribution-target > .flex-box-pc section dl dd ul {
          margin: 0;
          padding-left: 0;
          list-style-type: none; }
          .company__socialcontribution-target > .flex-box-pc section dl dd ul li {
            position: relative;
            padding-left: 17px;
            margin-bottom: 5px; }
            .company__socialcontribution-target > .flex-box-pc section dl dd ul li:last-child {
              margin-bottom: 0; }
            .company__socialcontribution-target > .flex-box-pc section dl dd ul li::before {
              content: '';
              background-color: #6998b4;
              width: 10px;
              height: 10px;
              position: absolute;
              left: 0;
              top: 8px; }
    .company__socialcontribution-target > .flex-box-pc section .img div {
      width: calc((100% - 30px) / 4);
      margin-right: 10px; }
      .company__socialcontribution-target > .flex-box-pc section .img div:last-child {
        margin-right: 0; }
      @media (min-width: 669px) {
        .company__socialcontribution-target > .flex-box-pc section .img div {
          width: calc((100% - 42px) / 4);
          margin-right: 14px; } }
  .company__socialcontribution-target > section {
    margin-top: 30px;
    opacity: 0;
    bottom: -10px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .company__socialcontribution-target > section.active {
      opacity: 1;
      bottom: 0; }
    @media (min-width: 669px) {
      .company__socialcontribution-target > section {
        margin-top: 80px; } }
    .company__socialcontribution-target > section h3 {
      font-weight: 500;
      text-align: center;
      margin: 0 0 20px;
      position: relative; }
      .company__socialcontribution-target > section h3 span {
        background-color: #d9e5ec;
        display: inline-block;
        padding: 0 10px;
        position: relative;
        z-index: 1;
        margin: 0 15px; }
      .company__socialcontribution-target > section h3::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #808080;
        position: absolute;
        z-index: 0;
        left: 0;
        bottom: 50%;
        margin-bottom: -1px; }
      @media (min-width: 669px) {
        .company__socialcontribution-target > section h3 {
          font-size: 26px;
          font-size: clamp(21px, 3vw, 26px);
          margin-bottom: 70px; } }
    .company__socialcontribution-target > section .img {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 669px) {
        .company__socialcontribution-target > section .img {
          width: 520px;
          margin-bottom: 0; } }
    .company__socialcontribution-target > section ul {
      list-style-type: none;
      margin: 0;
      padding-left: 0; }
      .company__socialcontribution-target > section ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px; }
        @media (min-width: 669px) {
          .company__socialcontribution-target > section ul li {
            padding-left: 48px;
            margin-bottom: 40px; } }
        .company__socialcontribution-target > section ul li:last-child {
          margin-bottom: 0; }
        .company__socialcontribution-target > section ul li::before {
          content: '';
          width: 25px;
          height: 25px;
          background: url("../images/company/social_contribution/check.png") no-repeat left top;
          background-size: cover;
          position: absolute;
          left: 0;
          top: 0; }
          @media (min-width: 669px) {
            .company__socialcontribution-target > section ul li::before {
              width: 38px;
              height: 38px; } }
      @media (min-width: 669px) {
        .company__socialcontribution-target > section ul {
          width: calc(100% - 520px - 50px); } }
      @media (min-width: 1199px) {
        .company__socialcontribution-target > section ul {
          width: calc(100% - 520px - 70px); } }
.company__socialcontribution-activities {
  padding: 40px 25px; }
  @media (min-width: 669px) {
    .company__socialcontribution-activities {
      padding: 130px 40px; } }
  @media (min-width: 1199px) {
    .company__socialcontribution-activities {
      padding: 130px 0;
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto; } }
  .company__socialcontribution-activities section {
    margin-bottom: 30px;
    border-top: 1px solid #b2b2b2;
    padding: 20px 0;
    position: relative;
    opacity: 0;
    bottom: -10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .company__socialcontribution-activities section.active {
      opacity: 1;
      bottom: 0; }
    @media (min-width: 669px) {
      .company__socialcontribution-activities section {
        padding: 50px 0 0;
        margin-bottom: 50px; } }
    .company__socialcontribution-activities section::before {
      content: '';
      width: 18%;
      height: 3px;
      background-color: #055482;
      position: absolute;
      left: 0;
      top: -2px; }
    .company__socialcontribution-activities section:last-child {
      margin-bottom: 0; }
    .company__socialcontribution-activities section .img {
      text-align: center;
      margin-top: 20px; }
      @media (min-width: 669px) {
        .company__socialcontribution-activities section .img {
          width: 40.90909%;
          margin-top: 0; } }
    .company__socialcontribution-activities section .txt h3 {
      margin: 0 0 10px;
      font-weight: 500;
      letter-spacing: 0.1em;
      font-size: 131%; }
      @media (min-width: 669px) {
        .company__socialcontribution-activities section .txt h3 {
          font-size: 26px;
          font-size: clamp(21px, 3vw, 26px);
          margin-bottom: 15px; } }
    .company__socialcontribution-activities section .txt p {
      margin: 0; }
    @media (min-width: 669px) {
      .company__socialcontribution-activities section .txt {
        width: calc(100% - 40.90909% - 50px); } }
