@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#about-philosophy .philosophy-box {
  background-color: #fff;
  padding: 100px 0 50px;
}
#about-philosophy .philosophy-box em {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f08437;
  font-size: 150%;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.05em;
}
#about-philosophy .philosophy-box em::before {
  position: absolute;
  top: -70px;
  height: 48px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  content: url(../images/common/pattern_yuki_o.svg);
}
#about-philosophy .philosophy-box em span {
  font-size: 158.33%;
  color: #894d26;
  position: relative;
}
#about-philosophy .philosophy-box em span::before, #about-philosophy .philosophy-box em span::after {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
}
#about-philosophy .philosophy-box em span::before {
  content: url(../images/common/pattern_yuki_b.svg);
  margin-right: 25px;
}
#about-philosophy .philosophy-box em span::after {
  content: url(../images/common/pattern_yuki_g.svg);
  margin-left: 25px;
}
#about-philosophy .philosophy-box ul {
  width: 735px;
  margin: auto;
  line-height: 2.1;
}

#about-message .message-box .image-box {
  width: 420px;
}
#about-message .message-box .text-box {
  width: 650px;
}
#about-message .message-box .text-box .title-level03 {
  text-align: left;
  font-size: 162.5%;
  margin-top: 18px;
  margin-bottom: 20px;
}
#about-message .message-box .text-box p {
  line-height: 2;
}
#about-message .message-box .text-box .sign {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 118.75%;
  line-height: 1.4;
  margin-bottom: 15px;
}
#about-message .message-box .text-box .sign span {
  font-size: 168.42%;
  margin-left: 5px;
}
#about-message .profile-box {
  background-color: #fff;
  padding: 28px 0 36px;
}
#about-message .profile-box .title-level03 {
  font-size: 137.5%;
}
#about-message .profile-box .col {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
#about-message .profile-box .col .col-item {
  width: 442px;
}
#about-message .profile-box .col .col-item h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 125%;
  letter-spacing: 1em;
  color: #f08437;
}
#about-message .profile-box .col .table {
  border: none;
}
#about-message .profile-box .col .table tr,
#about-message .profile-box .col .table th,
#about-message .profile-box .col .table td {
  border: none;
}
#about-message .profile-box .col .table th {
  padding-right: 20px;
}

#about-commitment .commitment-box .image-box {
  width: 560px;
}
#about-commitment .commitment-box .text-box {
  width: 510px;
  margin-top: 18px;
  line-height: 2;
}
#about-commitment .commitment-box .text-box .text {
  margin-bottom: 34px;
}

#about-affiliate .listmark-type01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
#about-affiliate .listmark-type01 li {
  width: 235px;
}

@media all and (min-width: 751px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.about #title {
    background-image: url(../images/about/title-bg.jpg);
  }
  /* INDEX */
  #about-philosophy .philosophy-box {
    background-color: #fff;
    padding: 50px 0 50px;
  }
  #about-philosophy .philosophy-box em {
    font-size: 112.5%;
    margin-bottom: 40px;
  }
  #about-philosophy .philosophy-box em::before {
    top: -35px;
    width: 20px;
    content: url(../images/common/pattern_yuki_o.svg);
  }
  #about-philosophy .philosophy-box em span {
    font-size: 150%;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
  }
  #about-philosophy .philosophy-box em span::before, #about-philosophy .philosophy-box em span::after {
    width: 20px;
    position: absolute;
  }
  #about-philosophy .philosophy-box em span::before {
    left: -40px;
  }
  #about-philosophy .philosophy-box em span::after {
    right: -40px;
    top: 0;
  }
  #about-philosophy .philosophy-box ul {
    width: auto;
  }
  #about-message .message-box .image-box {
    width: auto;
  }
  #about-message .message-box .text-box {
    width: auto;
    padding: 0 20px;
  }
  #about-message .message-box .text-box .title-level03 {
    font-size: 137.5%;
  }
  #about-message .message-box .text-box .sign {
    font-size: 100%;
  }
  #about-message .message-box .text-box .sign span {
    font-size: 150%;
    margin-left: 5px;
    display: block;
  }
  #about-message .profile-box {
    background-color: #fff;
    padding: 40px 0;
  }
  #about-message .profile-box .title-level03 {
    font-size: 137.5%;
  }
  #about-message .profile-box .col {
    flex-direction: column;
    gap: 50px;
  }
  #about-message .profile-box .col .col-item {
    width: 100%;
  }
  #about-message .profile-box .col .col-item h4 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 125%;
    letter-spacing: 1em;
    color: #f08437;
  }
  #about-message .profile-box .col .table {
    display: block;
    width: 100%;
  }
  #about-message .profile-box .col .table tr,
  #about-message .profile-box .col .table th,
  #about-message .profile-box .col .table td {
    display: block;
    width: 100%;
  }
  #about-message .profile-box .col .table th {
    padding-right: 20px;
    display: block;
    width: 100%;
  }
  #about-message .profile-box .col .table tr:not(:last-child) {
    margin-bottom: 10px;
  }
  #about-commitment .commitment-box .text-box {
    width: auto;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #about-commitment .commitment-box .image-box {
    width: auto;
  }
  #about-affiliate .listmark-type01 {
    flex-direction: column;
    gap: 10px 50px;
  }
  #about-affiliate .listmark-type01 li {
    width: auto;
  }
}
