/* Scss Document */
.page_header {
  color: #113479 !important;
  margin-bottom: 0; }

.light {
  color: #00B1ED !important; }

.deep {
  color: #113479; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .page_header {
    min-height: auto;
    padding: 50px 0 0 0;
    margin: 0 auto 50px; } }
/*max-width:1024px*/
@media (max-width: 480px) {
  .page_header {
    padding: 40px 0 0 0; } }
/*max-width:480px*/
/******************************************************/
.philsophy {
  max-width: 1280px;
  width: calc(100% - 200px);
  margin: 0 auto;
  padding: 0 0 200px; }

@media (max-width: 1280px) {
  .philsophy {
    max-width: 1280px;
    width: calc(100% - 120px);
    margin: 0 20px 0 100px;
    padding: 0 0 200px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .philsophy {
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 200px; } }
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/******************************************************/
.philsophy_flex {
  max-width: 1180px;
  padding: 150px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start; }
  .philsophy_flex:last-of-type {
    border-bottom: none; }

.sticky {
  width: 200px;
  height: 100%;
  top: 100px;
  position: sticky; }
  .sticky h3 {
    color: #113479;
    font: 3.2rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500; }
    .sticky h3 span {
      display: block;
      font: 1.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      margin: 15px 0 0; }

.txt {
  width: calc(100% - 200px);
  max-width: 790px; }
  .txt .head {
    font: 3.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 35px; }
    .txt .head strong {
      font: 5.4rem/1.2em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      color: #113479;
      margin: 10px 0 0; }
      .txt .head strong.top {
        margin: 0;
        font: 4.2rem/1.5em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
  .txt p {
    font: 2.2rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 500; }
  .txt .pict {
    display: block;
    background: url("../images/philosophy/pc-three.svg") center center no-repeat;
    background-size: contain;
    max-width: 730px;
    width: 100%;
    height: 388px;
    margin: 0 auto 30px; }

.three_dl {
  border: 1px solid #ccc;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: 685px;
  margin: 0 auto 0; }
  .three_dl dt {
    width: 170px;
    font: 2.2rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .three_dl dt span {
      font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
  .three_dl dd {
    width: calc(100% - 220px);
    font: 1.4rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400; }

.shishin {
  counter-reset: shishin; }
  .shishin dt {
    font: 2.2rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 70px 0 10px; }
    .shishin dt strong {
      color: #113479;
      font: 2.2rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 0 -10px; }
    .shishin dt span {
      width: 100px;
      text-align: center;
      color: #113479;
      border: 1px solid #113479;
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      padding: 3px 0 4px;
      margin: 0 0 8px; }
  .shishin dd {
    padding: 0 0 0 1.8rem;
    position: relative;
    font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 0 5px; }
    .shishin dd:before {
      position: absolute;
      counter-increment: shishin;
      content: counter(shishin) ".";
      left: 0; }

.commitment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  counter-reset: hoge;
  margin: 100px 0 0; }
  .commitment_flex h4 {
    font: 2.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 0 50px;
    position: relative; }
    .commitment_flex h4:before {
      position: absolute;
      content: "";
      display: block;
      left: 0; }
    .commitment_flex h4.good:before {
      background: url("../images/philosophy/icon-hand-01.svg") center center no-repeat;
      background-size: contain;
      width: 39px;
      height: 37px;
      top: -7px; }
    .commitment_flex h4.bad:before {
      background: url("../images/philosophy/icon-hand-02.svg") center center no-repeat;
      background-size: contain;
      width: 39px;
      height: 37px;
      top: 2px; }
  .commitment_flex div:nth-of-type(1) {
    width: calc(100% - 250px); }
  .commitment_flex div:nth-of-type(2) {
    width: 250px; }
  .commitment_flex li {
    font: 1.8rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 2.4rem;
    margin: 0 0 15px; }
    .commitment_flex li.ten {
      padding: 0 0 0 3.2rem; }
    .commitment_flex li:before {
      position: absolute;
      left: 0;
      top: 1px;
      counter-increment: hoge;
      content: counter(hoge) "."; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .philsophy_flex {
    max-width: 100%;
    padding: 150px 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block; }
    .philsophy_flex:last-of-type {
      border-bottom: none;
      padding: 150px 0 0; }
    .philsophy_flex:first-of-type {
      padding: 100px 0 150px; }

  .sticky {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 30px;
    position: relative;
    top: auto; }
    .sticky h3 {
      text-align: center;
      color: #113479;
      font: 3.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
      .sticky h3 span {
        display: block;
        font: 1.2rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        margin: 15px 0 0; }

  .txt {
    width: 100%;
    max-width: 768px;
    margin: 0 auto; }
    .txt .head {
      font: 3.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 35px;
      text-align: center; }
      .txt .head strong {
        font: 5.4rem/1.2em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 10px 0 0; }
        .txt .head strong.top {
          margin: 0;
          font: 4.2rem/1.5em 'Noto Sans JP', sans-serif;
          font-weight: 700; }
    .txt p {
      font: 2.2rem/2.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .txt .pict {
      display: block;
      background: url("../images/philosophy/pc-three.svg") center center no-repeat;
      background-size: contain;
      max-width: 730px;
      width: 100%;
      height: 388px;
      margin: 0 auto 30px; }

  .three_dl {
    border: 1px solid #ccc;
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 685px;
    margin: 0 auto 0; }
    .three_dl dt {
      width: 170px;
      font: 2.2rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .three_dl dt span {
        font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
    .three_dl dd {
      width: calc(100% - 220px);
      font: 1.4rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 400; }

  .shishin {
    counter-reset: shishin; }
    .shishin dt {
      font: 2.2rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 70px 0 10px; }
      .shishin dt strong {
        color: #113479;
        font: 2.2rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 0 0 -10px; }
      .shishin dt span {
        width: 100px;
        text-align: center;
        color: #113479;
        border: 1px solid #113479;
        font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        padding: 3px 0 4px;
        margin: 0 0 8px; }
    .shishin dd {
      padding: 0 0 0 1.8rem;
      position: relative;
      font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin: 0 0 5px;
      text-align: justify;
      text-justify: inter-ideograph; }
      .shishin dd:before {
        position: absolute;
        counter-increment: shishin;
        content: counter(shishin) ".";
        left: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .philsophy_flex {
    max-width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block; }
    .philsophy_flex:last-of-type {
      border-bottom: none;
      padding: 100px 0 0; }
    .philsophy_flex:first-of-type {
      padding: 30px 0 100px; }

  .sticky {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 30px; }
    .sticky h3 {
      color: #113479;
      font: 3.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .sticky h3 span {
        display: block;
        font: 1.2rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 15px 0 0; }

  .txt {
    width: 100%;
    max-width: 768px;
    margin: 0 auto; }
    .txt .head {
      font: 2.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 35px; }
      .txt .head strong {
        font: 3.7rem/1.4em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        color: #113479;
        margin: 10px 0 0; }
        .txt .head strong.top {
          margin: 0;
          font: 3.7rem/1.4em 'Noto Sans JP', sans-serif;
          font-weight: 700; }
    .txt p {
      font: 2.0rem/2.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .txt .pict {
      display: block;
      background: url("../images/philosophy/pc-three.svg") center center no-repeat;
      background-size: contain;
      max-width: 730px;
      width: 100%;
      height: 0;
      padding: 54% 0 0;
      margin: 0 auto 30px; }

  .three_dl {
    border: 1px solid #ccc;
    padding: 20px 35px;
    display: -block;
    align-items: center;
    max-width: 685px;
    margin: 0 auto 0; }
    .three_dl dt {
      width: 100%;
      font: 2.2rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 10px; }
      .three_dl dt span {
        font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
    .three_dl dd {
      width: 100%;
      font: 1.4rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 400; }

  .shishin {
    counter-reset: shishin; }
    .shishin dt {
      font: 2.0rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 50px 0 10px; }
      .shishin dt strong {
        color: #113479;
        font: 2.0rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 0 0 -10px; }
      .shishin dt span {
        width: 100px;
        text-align: center;
        color: #113479;
        border: 1px solid #113479;
        font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        padding: 3px 0 4px;
        margin: 0 0 8px; }
    .shishin dd {
      padding: 0 0 0 1.8rem;
      position: relative;
      font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin: 0 0 5px; }
      .shishin dd:before {
        position: absolute;
        counter-increment: shishin;
        content: counter(shishin) ".";
        left: 0; }

  .commitment_flex {
    width: fit-content;
    display: block;
    margin: 80px auto 0; }
    .commitment_flex div:nth-of-type(1) {
      width: 100%;
      margin: 0 auto 50px; }
    .commitment_flex div:nth-of-type(2) {
      width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .philsophy_flex {
    max-width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block; }
    .philsophy_flex:last-of-type {
      border-bottom: none;
      padding: 70px 0 0; }
    .philsophy_flex:first-of-type {
      padding: 30px 0 70px; }

  .sticky {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 20px; }
    .sticky h3 {
      color: #113479;
      font: 3.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
      .sticky h3 span {
        display: block;
        font: 1.2rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        margin: 15px 0 0; }

  .txt {
    width: 100%;
    max-width: 768px;
    margin: 0 auto; }
    .txt .head {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 20px; }
      .txt .head strong {
        font: 2.6rem/1.5em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        color: #113479;
        margin: 10px 0 0; }
        .txt .head strong.top {
          margin: 0;
          font: 2.6rem/1.5em 'Noto Sans JP', sans-serif;
          font-weight: 700; }
    .txt p {
      font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .txt .pict {
      display: block;
      background: url("../images/philosophy/pc-three.svg") center center no-repeat;
      background-size: contain;
      max-width: 730px;
      width: 100%;
      height: 0;
      padding: 54% 0 0;
      margin: 0 auto 30px; }

  .three_dl {
    padding: 20px; }
    .three_dl dt {
      font: 2.0rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .three_dl dt span {
        font: 1.5rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700; }

  .shishin {
    counter-reset: shishin; }
    .shishin dt {
      font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 40px 0 10px; }
      .shishin dt strong {
        color: #113479;
        font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
      .shishin dt span {
        font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
    .shishin dd {
      font: 1.5rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin: 0 0 5px; }

  .commitment_flex {
    display: block;
    margin: 50px 0 0; }
    .commitment_flex h4 {
      font: 2.3rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 0 0 0 45px; }
      .commitment_flex h4.good:before {
        width: 35px;
        height: 35px;
        top: -7px; }
      .commitment_flex h4.bad:before {
        width: 35px;
        height: 35px;
        top: 2px; }
    .commitment_flex li {
      font: 1.5rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 0 0 0 2.0rem;
      margin: 0 0 15px; }
      .commitment_flex li.ten {
        padding: 0 0 0 3.0rem; } }
/*max-width:480px*/
