@charset "UTF-8";

body {
  line-height: 1.88;
  font-size: 1em;
  }
  
.navi-base {
  width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .navi-base {
    width: 100%;
  }
}

.content-base {
  max-width: 1226px;
  padding: 0 13px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-base {
    width: 100%;
  }
}


#main hr {
  margin: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  #main hr {
    margin: 1.5625rem 0;
  }
}
@media screen and (max-width: 767px) {
  #main table.__sp-block thead,
  #main table.__sp-block tbody,
  #main table.__sp-block tr,
  #main table.__sp-block th,
  #main table.__sp-block td {
    display: block;
    border-top: none;
    width: 100%;
  }
}

.ttl-noline {
  border: 0;
  padding-bottom: 0;
}

.section-philosophy .ttl-h5,
.section-guideline .ttl-h5 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .section-philosophy .ttl-h5,
  .section-guideline .ttl-h5 {
    margin-top: 1.25rem;
    margin-bottom: 0.9375rem;
    font-size: 24px;
  }
}

.section-group {
  padding-bottom: 0.625rem;
}
.section-group .ttl-group {
  color: #c30000;
  font-weight: bold;
  font-size: 36px;
}
.section-group .ttl-h5 {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 36px;
}
.section-group .values {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.section-group .values th,
.section-group .values td {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
#main table th {
  white-space: nowrap;
  width: 0;
}
.ta_l {
  text-align: left !important;
}
.section-group .values th {
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .section-group .ttl-h5 {
    font-size: 36px;
    margin-bottom: 1.5625rem;
  }
  .section-group .values tr:not(:first-child) {
    margin-top: 1em;
  }
  .section-group .values th,
  .section-group .values td {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .section-group .values th {
    padding-right: 0;
  }
}

.section-commitment {
  padding: 2.1875rem 0 28.75rem;
  background: url("../img/commitment_bg.jpg") center/cover no-repeat;
}
.section-commitment,
.section-commitment > * {
  position: relative;
}
.section-commitment::before, .section-commitment::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
}
.section-commitment::before {
  height: 17.5rem;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.section-commitment::after {
  height: 9.375rem;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.section-commitment .l-container > *:first-child {
  margin-top: 0;
}
.section-commitment .l-container > *:last-child {
  margin-bottom: 0;
}
.section-commitment .ttl-h5 {
  font-weight: bold;
}
.section-commitment .commitment-catchcopy {
  max-width: 734px;
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
}
.section-commitment .commitment-catchcopy + * {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .section-commitment {
    padding-bottom: 14.375rem;
    background-size: auto 125%;
    background-position: 50% -25%;
  }
  .section-commitment::before {
    height: 8.75rem;
  }
  .section-commitment::after {
    height: 4.6875rem;
  }
}
.ttl-h5 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 40px;
}
.ta_c {
  text-align: center !important;
}
.txt-size-large,
.list-decimal.__large > li .ttl,
.list-decimal.__large > li::marker,
.box-item .item-txt.__col-02 dt {
  font-size: 18px;
  line-height: 2.4444444444;
}
.l-container {
max-width: 1200px;
padding: 0 13px;
margin: 0 auto;
margin-bottom: 30px;
}
#main .section-commitment img {
  width: auto;
  height: auto;
  max-width: 100%;
  }
