@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list > li:not(:first-child):before {
  content: ">";
  display: inline-block;
}
.l-breadcrumb_list > li > a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}

.l-side_product + .l-side_product {
  margin-top: 4em;
}
.l-side_product__ttl {
  font-weight: 700;
  margin-bottom: 1em;
}
.l-side_product__item:not(:first-child) {
  margin-top: 0.5em;
}

.c-kv_under {
  padding-top: 12.5em;
}
.c-kv_under.-blue {
  padding-top: 8.75em;
  margin-bottom: 1em;
}
.c-kv_under.-blue .c-kv_under__inner {
  padding: 4.6875em 0;
  background: #117BE2;
}
.c-kv_under.-blue .c-kv_under__ttl {
  padding-bottom: 0;
}
.c-kv_under__ttl {
  line-height: 1;
  padding-bottom: 2.375em;
}
.c-kv_under__ttl.-white {
  color: #fff;
}
.c-kv_under__ttl.-white .en {
  color: #fff;
}
.c-kv_under__ttl .jp {
  font-weight: 700;
  font-size: 3em;
}
.c-kv_under__ttl .en {
  color: #3A8DCB;
  font-family: "Inter", sans-serif;
  font-size: 1.25em;
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .c-kv_under {
    padding-top: 9.5em;
  }
  .c-kv_under.-blue {
    padding-top: 5.659em;
  }
  .c-kv_under__ttl .jp {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 767px) {
  .c-kv_under.-blue .c-kv_under__inner {
    padding: 3em 0;
  }
  .c-kv_under__ttl .jp {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 414px) {
  .c-kv_under {
    padding-top: 7.5em;
  }
  .c-kv_under__ttl .jp {
    font-size: 1.8em;
  }
}

.c-card_news {
  display: flex;
  flex-wrap: wrap;
}
.c-card_news__item {
  width: calc((100% - 60px) / 4);
}
.c-card_news__item:nth-child(n+5) {
  margin-top: 3em;
}
.c-card_news__item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.c-card_news__link:hover .c-card_news__img img {
  transform: scale(1.1);
}
.c-card_news__image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background-color: #fff;
}
.c-card_news__txts {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  padding: 16px 24px;
}
.c-card_news__cat {
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / 96.562, 16px);
  width: 80px;
  line-height: 1.75;
  background-color: #80b8e2;
  border-radius: 4px;
}
.c-card_news__time {
  font-weight: 700;
}
.c-card_news__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(13px, 0.813rem + 0.187 * (100vw - 23.438rem) / 96.562, 16px);
  overflow: hidden;
  min-height: 0;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-card_news__cat {
    width: 65px;
  }
  .c-card_news__txts {
    row-gap: 12px;
    padding: 13px 20px;
  }
  .c-card_news__item {
    width: calc((100% - 30px) / 3);
  }
  .c-card_news__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .c-card_news__item:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .c-card_news__item:nth-child(n+4) {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .c-card_news {
    justify-content: space-between;
  }
  .c-card_news__item {
    width: 48%;
  }
  .c-card_news__item:nth-child(n+3) {
    margin-top: 3em;
  }
  .c-card_news__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .c-card_news__item {
    width: 100%;
  }
  .c-card_news__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.c-card_staff__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5em;
}
.c-card_staff__item {
  width: calc((100% - 7.375em) / 3);
  border-radius: 1em;
  overflow: hidden;
}
.c-card_staff__item:nth-child(n+4) {
  margin-top: 5em;
}
.c-card_staff__item:not(:nth-child(3n)) {
  margin-right: 3.6875em;
}
.c-card_staff__link:hover .c-card_staff__img img {
  transform: scale(1.1);
}
.c-card_staff__img {
  overflow: hidden;
}
.c-card_staff__img .c-ofi {
  padding-top: 71.95%;
}
.c-card_staff__img img {
  transition: 0.4s;
}
.c-card_staff__cnt {
  background: #fff;
  padding: 1em;
}
.c-card_staff__name {
  font-size: 1.5em;
  font-weight: 600;
}
.c-card_staff__info {
  font-size: 0.875em;
  margin-top: 0.6em;
}
@media screen and (max-width: 1024px) {
  .c-card_staff__wrap {
    margin-top: 3em;
  }
  .c-card_staff__item {
    width: calc((100% - 4em) / 3);
  }
  .c-card_staff__item:not(:nth-child(3n)) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .c-card_staff__wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .c-card_staff__item {
    width: 48%;
  }
  .c-card_staff__item:nth-child(n+3) {
    margin-top: 2em;
  }
  .c-card_staff__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-card_staff__name {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 414px) {
  .c-card_staff__wrap {
    display: block;
  }
  .c-card_staff__item {
    width: 100%;
  }
  .c-card_staff__item:not(:first-child) {
    margin-left: 0;
    margin-top: 2em;
  }
}

.c-form__sheet {
  width: 100%;
}
.c-form__sheet > tbody > tr {
  border-bottom: 1px solid #dddddd;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 2em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  padding-right: 0;
}
.c-form__sheet > tbody > tr > td {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .c-form__sheet {
    border-collapse: collapse;
  }
  .c-form__sheet > tbody > tr:first-child th,
  .c-form__sheet > tbody > tr:first-child td {
    border-top: none;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
    padding: 0.75em 0.75em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    border-bottom: none;
    background: #117BE2;
    color: #fff;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
    border-bottom: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 414px) {
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 2em;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  content: "※";
  color: red;
  line-height: 1;
  display: inline-block;
  font-size: 0.8em;
}
@media screen and (max-width: 1024px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__row > .c-form__field {
    display: block;
  }
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .c-form th,
  .c-form td {
    display: block;
    width: 100%;
  }
  .c-form th {
    padding-right: 0;
    padding-bottom: 0.5em;
  }
  .c-form td {
    padding-bottom: 1em;
  }
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field .c-form__check + label.error {
  display: inline-block;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__field.-radio > span, .c-form__field.-check > span {
  display: inline-block;
}
.c-form__field.-horizontal {
  margin: 0 -2rem;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
  font-weight: 500;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #B7B7B7;
  background: #fff;
  padding: 1em;
  outline: none;
  line-height: 1.3;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 80%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 100%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-form__input.-text.-text, .c-form__input.-text.-textarea, .c-form__input.-textarea.-text, .c-form__input.-textarea.-textarea {
    padding: 0.75em;
  }
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  border-color: #b7b7b7;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 1.75em;
  line-height: 1;
}
.c-form__radio {
  display: none;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0.2em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #9a9a9a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #117BE2;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.2em;
  width: 1.25em;
  height: 1.25em;
  background: #ffffff;
  border: solid 1px #9a9a9a;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #117BE2;
  border-bottom: solid 3px #117BE2;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__file {
  border: none;
  padding: 0;
}
.c-form__agreement {
  text-align: center;
  font-weight: 500;
}
.c-form__agreement a {
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
}
.c-form__agreement a:hover {
  text-decoration: none;
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__checkBox {
  text-align: center;
  color: #117BE2 !important;
  font-weight: bold !important;
  margin-top: 2rem;
}
.c-form__checkBox span {
  font-weight: bold;
}
.c-form__button {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-form__btn {
  cursor: pointer;
  position: relative;
  margin: 0 2em;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
.c-form__btn.-center {
  margin: 0 auto;
}
.c-form__btn.-back:hover {
  opacity: 0.4;
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .c-form__checkBox {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}
@media screen and (max-width: 414px) {
  .c-form.-thanks {
    text-align: left;
  }
}
.c-form__foot {
  margin-top: 4em;
}
@media screen and (max-width: 1024px) {
  .c-form__foot {
    margin-top: 3em;
  }
}
.c-form .p-country-name {
  display: none !important;
}

.c-form_privacy {
  margin-top: 7rem;
}
.c-form_privacy__box {
  border: solid 1px #9a9a9a;
  padding: 4rem 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__ttl {
  margin-bottom: 1em;
}
.c-form_privacy__list dt {
  margin-top: 1.5em;
}
.c-form_privacy__list dt:before {
  content: "■";
  margin-right: 0.25em;
}
.c-form_privacy__list dd {
  margin-top: 0.5em;
}
.c-form_privacy__list dd ul {
  margin-top: 0.5em;
}
.c-form_privacy__item {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
.c-form_privacy__listDisc li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .c-form_privacy {
    padding-top: 4.25em;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2em !important;
}
@media screen and (max-width: 414px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
    margin-top: 0.5em !important;
    display: block !important;
  }
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 10px !important;
}

.p-company__sec {
  padding: 0;
}
.p-company__wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 9.375em;
}
.p-company__side {
  width: 20%;
  position: sticky;
  top: 10em;
}
.p-company__main {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .p-company__wrap {
    display: block;
    margin-top: 5em;
  }
  .p-company__side {
    display: none;
  }
  .p-company__main {
    width: 100%;
  }
}
.p-company_navi__item:not(:first-child) {
  margin-top: 1.125em;
}
.p-company_navi__link {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
}

.p-company_philosophy {
  padding-bottom: 4.375em;
  text-align: center;
}
.p-company_philosophy__catch {
  display: inline-block;
  text-align: left;
  font-size: 2em;
  line-height: 2;
  font-weight: 700;
  margin-top: 4.2em;
}
.p-company_philosophy__desc {
  display: inline-block;
  text-align: left;
  font-size: 1.25em;
  line-height: 2;
  margin-top: 5em;
}
@media screen and (max-width: 1366px) {
  .p-company_philosophy__catch {
    font-size: 1.6em;
  }
  .p-company_philosophy__desc {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1024px) {
  .p-company_philosophy {
    padding-bottom: 3em;
  }
  .p-company_philosophy__catch {
    margin-top: 3em;
  }
  .p-company_philosophy__catch br {
    display: none;
  }
  .p-company_philosophy__desc {
    margin-top: 3em;
  }
  .p-company_philosophy__desc br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-company_philosophy__catch {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 414px) {
  .p-company_philosophy__catch {
    font-size: 1.2em;
  }
  .p-company_philosophy__desc {
    font-size: 1em;
  }
}

.p-company_greeting {
  padding-top: 4.375em;
  padding-bottom: 8.75em;
}
.p-company_greeting__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-company_greeting__box {
  background: #0082E6;
  border-radius: 1em;
  padding: 6.25em 5em;
}
.p-company_greeting__wrap {
  display: flex;
  margin-top: 6.25em;
}
.p-company_greeting__cnt {
  width: 58%;
  padding-right: 4em;
  padding-top: 0.625em;
}
.p-company_greeting__ttl {
  color: #E9C383;
  font-size: 2em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1em;
}
.p-company_greeting__desc {
  color: #fff;
  line-height: 1.7;
}
.p-company_greeting__name {
  color: #fff;
  line-height: 1;
  margin-top: 2.1em;
  text-align: right;
}
.p-company_greeting__name .sub {
  font-size: 1.65em;
  margin-bottom: 0.8em;
}
.p-company_greeting__name .main {
  font-size: 3em;
  font-family: "Shippori Mincho B1", serif;
}
.p-company_greeting__img {
  width: 42%;
  border-radius: 1em;
  overflow: hidden;
}
.p-company_greeting__img.-sp {
  display: none;
}
@media screen and (max-width: 1366px) {
  .p-company_greeting__wrap {
    margin-top: 3em;
  }
  .p-company_greeting__box {
    padding: 4.25em 3em;
  }
  .p-company_greeting__name .sub {
    font-size: 1.4em;
  }
  .p-company_greeting__name .main {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 1024px) {
  .p-company_greeting {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .p-company_greeting__wrap {
    display: block;
    margin-top: 2em;
  }
  .p-company_greeting__box {
    padding: 3em;
  }
  .p-company_greeting__cnt {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .p-company_greeting__img {
    width: 100%;
    margin-top: 3em;
  }
  .p-company_greeting__img.-pc {
    display: none;
  }
  .p-company_greeting__img.-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-company_greeting__box {
    padding: 3em 2em;
  }
  .p-company_greeting__name .main {
    font-size: 2em;
  }
  .p-company_greeting__ttl {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 414px) {
  .p-company_greeting__name .sub {
    font-size: 1.2em;
  }
  .p-company_greeting__name .main {
    font-size: 1.6em;
  }
}

.p-company_overview {
  padding-top: 8.75em;
  padding-bottom: 9em;
}
.p-company_overview__wrap {
  max-width: 1050px;
  margin: 5em auto 0;
}
.p-company_overview__tbl {
  border-collapse: separate;
  border-spacing: 1em;
  width: 100%;
}
.p-company_overview__tbl th, .p-company_overview__tbl td {
  background: #fff;
  border-radius: 1em;
}
.p-company_overview__tbl th {
  font-weight: 700;
  font-size: 1.25em;
  vertical-align: middle;
  width: 35%;
  padding: 1.3em;
}
.p-company_overview__tbl td {
  width: 65%;
  padding: 1.6em;
}
@media screen and (max-width: 1024px) {
  .p-company_overview {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .p-company_overview__wrap {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-company_overview__tbl {
    border-collapse: collapse;
  }
  .p-company_overview__tbl tr:last-child td {
    margin-bottom: 0;
  }
  .p-company_overview__tbl th, .p-company_overview__tbl td {
    display: block;
    width: 100%;
  }
  .p-company_overview__tbl th {
    font-size: 1.15em;
    padding: 1em;
  }
  .p-company_overview__tbl td {
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding: 1.2em;
  }
}
.p-company_access {
  padding-top: 9em;
  padding-bottom: 9em;
}
.p-company_access__wrap {
  max-width: 1145px;
  margin: 5.6em auto 0;
}
.p-company_access__item:not(:first-child) {
  margin-top: 5em;
}
.p-company_access__ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
}
.p-company_access__map {
  border-radius: 1em;
  overflow: hidden;
}
.p-company_access__frame {
  position: relative;
  padding-top: 50%;
}
.p-company_access__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-company_access {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .p-company_access__wrap {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-company_access__ttl {
    font-size: 1.2em;
  }
}
.p-company_history {
  padding-top: 9em;
}
.p-company_history__wrap {
  max-width: 1125px;
  margin: 6.25em auto 0;
  display: flex;
  position: relative;
  padding-bottom: 19px;
}
.p-company_history__wrap:before {
  content: "";
  width: 30px;
  height: 19px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/company/img_history_arrow.svg) no-repeat center/contain;
}
.p-company_history__list {
  width: 50%;
  padding: 0 3.75em;
}
.p-company_history__list:nth-child(1) {
  padding-top: 17.5em;
  padding-bottom: 3.75em;
  position: relative;
}
.p-company_history__list:nth-child(1):before {
  content: "";
  height: 100%;
  width: 4px;
  background: #117BE2;
  position: absolute;
  top: 0;
  right: -2px;
}
.p-company_history__list:nth-child(1):after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #117BE2;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
}
.p-company_history__list:nth-child(2) {
  padding-top: 5.875em;
}
.p-company_history__list:nth-child(2) .p-company_history__item:before {
  right: inherit;
  left: -3.75em;
}
.p-company_history__list:nth-child(2) .p-company_history__item:after {
  right: inherit;
  left: -4.25em;
}
.p-company_history__item {
  position: relative;
}
.p-company_history__item:before {
  content: "";
  width: 4em;
  height: 2px;
  background: #117be2;
  position: absolute;
  right: -3.75em;
  top: 5em;
}
.p-company_history__item:after {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #117be2;
  right: -4.25em;
  position: absolute;
  top: 4.5em;
}
.p-company_history__item:not(:first-child) {
  margin-top: 5em;
}
.p-company_history__item.-sp {
  display: none;
}
.p-company_history__box {
  background: #fff;
  padding: 2.5em;
  border-radius: 1em;
}
.p-company_history__year {
  font-size: 3em;
  color: #117be2;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3em;
}
.p-company_history__txt {
  font-size: 1.25em;
  line-height: 1.7;
}
.p-company_history__txt p + p {
  margin-top: 1em;
}
.p-company_history__imgs {
  display: flex;
  margin: 1em -0.5em 0;
}
.p-company_history__img {
  margin: 0 0.5em;
  width: calc(50% - 1em);
}
@media screen and (max-width: 1366px) {
  .p-company_history__year {
    font-size: 2.5em;
  }
  .p-company_history__txt {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1024px) {
  .p-company_history {
    padding-top: 3em;
  }
  .p-company_history__list:nth-child(1) {
    padding-left: 0;
  }
  .p-company_history__list:nth-child(2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company_history__wrap {
    margin-top: 3em;
    display: block;
  }
  .p-company_history__wrap:before {
    left: 0;
    transform: translateX(calc(-50% + 2px));
  }
  .p-company_history__list {
    width: 100%;
  }
  .p-company_history__list:nth-child(1) {
    padding-right: 0;
    padding-left: 2em;
    padding-top: 2em;
  }
  .p-company_history__list:nth-child(1):before {
    right: inherit;
    left: 0;
  }
  .p-company_history__list:nth-child(1):after {
    right: inherit;
    left: 0;
    transform: translateX(calc(-50% + 2px));
  }
  .p-company_history__list.-pc {
    display: none;
  }
  .p-company_history__item:before {
    width: 3em;
    right: inherit;
    left: -1.75em;
  }
  .p-company_history__item:after {
    right: inherit;
    left: -2.4em;
  }
  .p-company_history__item.-sp {
    display: block;
  }
  .p-company_history__year {
    font-size: 1.5em;
  }
  .p-company_history__txt {
    font-size: 1em;
    line-height: inherit;
  }
}
.p-company_prize {
  padding-top: 18.75em;
}
.p-company_prize__wrap {
  max-width: 1211px;
  margin: 0 auto;
}
.p-company_prize__box {
  background: #117BE2;
  border-radius: 1em;
  padding: 6.25em 7em;
  text-align: center;
}
.p-company_prize__ttl {
  display: inline-block;
  padding: 3.125em 12.5em 2em 12.5em;
  position: relative;
}
.p-company_prize__ttl:before, .p-company_prize__ttl:after {
  content: "";
  width: 84px;
  height: 188px;
  position: absolute;
  top: 0;
  background: no-repeat center/contain;
}
.p-company_prize__ttl:before {
  left: 0;
  background-image: url(../img/company/icon_prize_left.svg);
}
.p-company_prize__ttl:after {
  right: 0;
  background-image: url(../img/company/icon_prize_right.svg);
}
.p-company_prize__lead {
  color: #fff;
  font-size: 1.5em;
  margin-top: 1em;
}
.p-company_prize__img {
  margin-top: 3.125em;
}
.p-company_prize__btn {
  margin-top: 4.875em;
}
.p-company_prize__btn .c-more-btn {
  background: #fff;
  color: #222222;
  padding: 1em 2em;
  border: none;
}
.p-company_prize__btn .c-more-btn:hover {
  color: #fff;
  background: #222222;
}
@media screen and (max-width: 1366px) {
  .p-company_prize__box {
    padding: 5em 4em;
  }
  .p-company_prize__ttl {
    padding-right: 9.5em;
    padding-left: 9.5em;
  }
}
@media screen and (max-width: 1024px) {
  .p-company_prize {
    padding-top: 5em;
  }
}
@media screen and (max-width: 767px) {
  .p-company_prize__box {
    padding: 4rem 3rem;
  }
  .p-company_prize__ttl {
    padding-right: 5em;
    padding-left: 5em;
  }
  .p-company_prize__ttl:after, .p-company_prize__ttl:before {
    width: 50px;
    height: 150px;
  }
  .p-company_prize__lead {
    font-size: 1.25em;
  }
  .p-company_prize__btn {
    margin-top: 3em;
  }
}
@media screen and (max-width: 414px) {
  .p-company_prize__box {
    padding: 3em 2em;
  }
  .p-company_prize__ttl {
    padding: 0;
  }
  .p-company_prize__ttl:before, .p-company_prize__ttl:after {
    width: 40px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-company_prize__ttl:before {
    left: -40px;
  }
  .p-company_prize__ttl:after {
    right: -40px;
  }
  .p-company_prize__lead {
    font-size: 1em;
  }
}

.p-recruit__sec {
  padding: 0;
}
.p-recruit_message {
  padding-top: 9.375em;
  padding-bottom: 7.8125em;
}
.p-recruit_message__wrap {
  display: flex;
  margin-top: 8.125em;
}
.p-recruit_message__cnt {
  width: 52.5%;
  padding-right: 4.8em;
}
.p-recruit_message__img {
  width: 47.5%;
}
.p-recruit_message__img img {
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
}
@media screen and (max-width: 1024px) {
  .p-recruit_message {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .p-recruit_message__wrap {
    flex-direction: column-reverse;
    margin-top: 3em;
  }
  .p-recruit_message__cnt {
    width: 100%;
    padding-right: 0;
    margin-top: 3em;
  }
  .p-recruit_message__img {
    width: 100%;
  }
}
.p-recruit_walfare {
  padding-top: 7.8125em;
  padding-bottom: 8.4375em;
}
.p-recruit_walfare__wrap {
  margin: 4.75em auto 0;
  max-width: 1448px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3em;
}
.p-recruit_walfare__item {
  border: 1px solid #d9d9d9;
  border-radius: 0.5em;
  background: #fff;
  padding: 1.5em;
  width: calc((100% - 9em) / 4);
}
.p-recruit_walfare__ttl {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 1.2em;
  line-height: 1;
}
.p-recruit_walfare__txt {
  font-weight: 400;
  margin-top: 0.5em;
  line-height: 1.4;
}
@media screen and (max-width: 1366px) {
  .p-recruit_walfare__wrap {
    gap: 2em;
  }
  .p-recruit_walfare__item {
    width: calc((100% - 6em) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .p-recruit_walfare {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .p-recruit_walfare__wrap {
    margin-top: 3em;
  }
  .p-recruit_walfare__item {
    width: calc((100% - 4em) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit_walfare__wrap {
    gap: 1em;
  }
  .p-recruit_walfare__item {
    width: calc((100% - 1em) / 2);
  }
  .p-recruit_walfare__ttl {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 414px) {
  .p-recruit_walfare__wrap {
    gap: 1em;
  }
  .p-recruit_walfare__item {
    width: 100%;
  }
  .p-recruit_walfare__ttl {
    font-size: 1.2em;
  }
  .p-recruit_walfare__img {
    text-align: center;
  }
  .p-recruit_walfare__img img {
    max-width: 200px;
  }
}

.p-recruit_staff {
  padding-top: 8.4375em;
  padding-bottom: 8.75em;
}
.p-recruit_staff__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}
.p-recruit_staff__item {
  width: calc((100% - 7.375em) / 3);
}
.p-recruit_staff__item:not(:first-child) {
  margin-left: 3.6875em;
}
.p-recruit_staff__cnt {
  background: #fff;
  padding: 1em;
}
.p-recruit_staff__name {
  font-size: 1.5em;
  font-weight: 600;
}
.p-recruit_staff__info {
  font-size: 0.875em;
  margin-top: 0.6em;
}
.p-recruit_staff__btn {
  margin-top: 6.25em;
}
@media screen and (max-width: 1024px) {
  .p-recruit_staff {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .p-recruit_staff__wrap {
    margin-top: 3em;
  }
  .p-recruit_staff__item {
    width: calc((100% - 4em) / 3);
  }
  .p-recruit_staff__item:not(:first-child) {
    margin-left: 2em;
  }
  .p-recruit_staff__btn {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit_staff__wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .p-recruit_staff__item {
    width: 48%;
  }
  .p-recruit_staff__item:not(:first-child) {
    margin-left: 0;
  }
  .p-recruit_staff__item:nth-child(n+3) {
    margin-top: 2em;
  }
  .p-recruit_staff__name {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 414px) {
  .p-recruit_staff__wrap {
    display: block;
  }
  .p-recruit_staff__item {
    width: 100%;
  }
  .p-recruit_staff__item:not(:first-child) {
    margin-left: 0;
    margin-top: 2em;
  }
}

.p-recruit_requirement__box {
  border-radius: 1em;
  background: #F5F3ED;
  margin-right: 3.75em;
  margin-left: 3.75em;
  padding: 9.375em 3.75em;
}
.p-recruit_requirement__wrap {
  margin: 6.25em auto 0;
  max-width: 1360px;
}
.p-recruit_requirement__tbl {
  border-collapse: separate;
  border-spacing: 1em;
  width: 100%;
}
.p-recruit_requirement__tbl th, .p-recruit_requirement__tbl td {
  background: #fff;
  border-radius: 1em;
}
.p-recruit_requirement__tbl th {
  width: 25.7%;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.3em;
  vertical-align: middle;
}
.p-recruit_requirement__tbl td {
  width: 74.3%;
  padding: 1.6em;
}
@media screen and (max-width: 1024px) {
  .p-recruit_requirement__box {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 5em 3em;
  }
  .p-recruit_requirement__wrap {
    margin-top: 3em;
  }
  .p-recruit_requirement__tbl {
    border-collapse: collapse;
  }
  .p-recruit_requirement__tbl tr:last-child td {
    margin-bottom: 0;
  }
  .p-recruit_requirement__tbl th,
  .p-recruit_requirement__tbl td {
    display: block;
    width: 100%;
  }
  .p-recruit_requirement__tbl th {
    font-size: 1.15em;
    padding: 1em;
  }
  .p-recruit_requirement__tbl td {
    margin-top: 0.5em;
    margin-bottom: 1em;
    padding: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit_requirement__box {
    width: calc(100% - 40px);
    padding: 3em 20px;
  }
}
.p-recruit_tab__buttons {
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 4.8em;
  background: #fff;
  overflow: hidden;
  height: 80px;
  max-width: 770px;
  margin: 0 auto;
}
.p-recruit_tab__button {
  background: transparent;
  border: none;
  font-weight: 700;
  font-size: 1.3em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 33.33%;
  text-align: center;
}
.p-recruit_tab__button br {
  display: none;
}
.p-recruit_tab__button.is-active {
  color: #fff;
}
.p-recruit_tab__line {
  border-radius: 4.8em;
  background: #222;
  color: #fff;
  width: 33.33%;
  position: absolute;
  bottom: 0;
  left: -2px;
  height: 100%;
  transition: all 0.3s ease;
}
.p-recruit_tab__area {
  margin-top: 4.375em;
}
.p-recruit_tab__cnt {
  display: none;
}
.p-recruit_tab__cnt.is-show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-recruit_tab__buttons {
    height: 70px;
  }
  .p-recruit_tab__button {
    font-size: 1em;
  }
  .p-recruit_tab__area {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit_tab__button {
    font-size: 0.85em;
  }
  .p-recruit_tab__button br {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .p-recruit_tab__buttons {
    border-radius: 2em;
    height: 60px;
  }
  .p-recruit_tab__line {
    border-radius: 2em;
  }
}

.p-product__sec {
  padding: 0;
}
.p-product__wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 6.25em;
}
.p-product__side {
  width: 21.36%;
  position: sticky;
  top: 10em;
}
.p-product__main {
  width: 78.64%;
}
@media screen and (max-width: 1366px) {
  .p-product__side {
    width: 25%;
  }
  .p-product__main {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .p-product__wrap {
    flex-direction: column-reverse;
    margin-top: 5em;
  }
  .p-product__side {
    width: 100%;
    margin-top: 5em;
  }
  .p-product__main {
    width: 100%;
  }
}
.p-product_archive {
  padding: 0;
  max-width: 1028px;
  margin-left: auto;
}
.p-product_archive__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-product_archive__item {
  width: calc((100% - 5.5em) / 2);
}
.p-product_archive__item:nth-child(n+3) {
  margin-top: 3.375em;
}
.p-product_archive__link:hover {
  opacity: 0.7;
}
.p-product_archive__ttl {
  font-weight: 700;
}
.p-product_archive__subttl {
  color: #117BE2;
  font-weight: 700;
  margin-top: 0.85em;
}
.p-product_archive__cnt {
  background: #fff;
  padding: 1em 1.5em;
}
.p-product_archive__desc {
  margin-top: 1em;
  line-height: 1.5;
}
.p-product_archive__logo {
  background: #fff;
  border-radius: 16px 16px 0 0;
  height: 196px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-product_archive__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1366px) {
  .p-product_archive__item {
    width: calc((100% - 3.5em) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-product_archive__item {
    width: calc((100% - 2em) / 2);
  }
}
@media screen and (max-width: 414px) {
  .p-product_archive__item {
    width: 100%;
  }
  .p-product_archive__item:not(:first-child) {
    margin-top: 3em;
  }
}

.p-product_tax {
  padding: 0;
}
.p-product_tax__head {
  background: #F5F3ED;
  border-radius: 1em;
  padding: 5.625em 7.5em;
  margin-bottom: 5.625em;
}
.p-product_tax__headInner {
  display: flex;
  align-items: center;
}
.p-product_tax__logo {
  width: 38%;
  text-align: center;
}
.p-product_tax__logo .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-product_tax__logo .subttl {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 1.6em;
  white-space: nowrap;
}
.p-product_tax__desc {
  width: 62%;
  padding-left: 11em;
}
.p-product_tax__category {
  display: flex;
  align-items: center;
  margin-bottom: 5.3em;
}
.p-product_tax__category span {
  font-size: 1.5em;
  font-weight: 700;
}
.p-product_tax__wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-product_tax__item {
  width: calc((100% - 4.375em) / 3);
}
.p-product_tax__item:not(:nth-child(3n)) {
  margin-right: 2.1875em;
}
.p-product_tax__item:nth-child(n+4) {
  margin-top: 2.5em;
}
.p-product_tax__link:hover {
  opacity: 0.7;
}
.p-product_tax__cnt {
  background: #fff;
  padding: 1.25em 1.5em;
}
.p-product_tax__term {
  background: #117BE2;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 9px 10px;
  display: inline-block;
  margin-top: 1em;
}
.p-product_tax__ttl {
  font-weight: 700;
  margin-top: 1em;
}
@media screen and (max-width: 1366px) {
  .p-product_tax__head {
    padding: 4em 6em;
  }
  .p-product_tax__desc {
    padding-left: 4em;
  }
  .p-product_tax__wrap {
    justify-content: space-between;
  }
  .p-product_tax__item {
    width: calc((100% - 2.1875em) / 2);
  }
  .p-product_tax__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-product_tax__item:nth-child(n+3) {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  .p-product_tax__head {
    padding: 3em 4em;
  }
}
@media screen and (max-width: 767px) {
  .p-product_tax__headInner {
    display: block;
  }
  .p-product_tax__logo {
    width: 100%;
  }
  .p-product_tax__logo .logo {
    max-width: 80%;
    margin: 0 auto;
  }
  .p-product_tax__desc {
    padding-left: 0;
    width: 100%;
    margin-top: 1.5em;
  }
  .p-product_tax__term {
    font-size: 0.85em;
  }
  .p-product_tax__cnt {
    padding: 1em;
  }
  .p-product_tax__category span {
    font-size: 1em;
  }
}
@media screen and (max-width: 414px) {
  .p-product_tax__head {
    padding: 3em 2em;
  }
  .p-product_tax__subttl {
    font-size: 1em;
    white-space: inherit;
  }
  .p-product_tax__item {
    width: 100%;
  }
  .p-product_tax__item:not(:first-child) {
    margin-top: 2.5em;
  }
}

.p-product_single {
  padding: 0;
}
.p-product_single__wrap {
  display: flex;
}
.p-product_single__gallery {
  width: 48.47%;
}
.p-product_single__gallery.-sp {
  display: none;
}
.p-product_single__imgItem .c-ofi {
  padding-top: 73.76%;
}
.p-product_single__thumb {
  margin: 1.2em -1em 0;
}
.p-product_single__thumb .slick-track {
  margin-left: 0;
}
.p-product_single__thumbItem {
  margin: 0 0.5em;
  padding: 10px;
}
.p-product_single__thumbItem .c-ofi {
  padding-top: 90%;
}
.p-product_single__thumbItem.slick-current {
  border: 1px solid #636363;
}
.p-product_single__cnt {
  width: 51.53%;
  padding-left: 4.68em;
}
.p-product_single__cat {
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-product_single__ttl {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
}
.p-product_single__desc {
  line-height: 1.7;
  margin-top: 4em;
}
.p-product_single__detail {
  border-top: 1px solid #222;
  margin-top: 2em;
}
.p-product_single__detailItem {
  border-bottom: 1px solid #000;
  padding-bottom: 2.5em;
  padding-top: 2.5em;
}
.p-product_single__detailItem .ttl {
  font-size: 1.25em;
  margin-bottom: 1em;
  font-weight: 700;
}
.p-product_single__detailItem .txt {
  line-height: 1.7;
}
.p-product_single__detailItem .txt .red {
  color: red;
  font-weight: 700;
}
.p-product_single__contact {
  margin-top: 2.5em;
}
.p-product_single__contact .contact_box {
  background: #222222;
  border-radius: 1em;
  text-align: center;
  padding: 1.625em 1.5em 2.3em 1.5em;
}
.p-product_single__contact .contact_desc {
  color: #fff;
}
.p-product_single__contact .contact_desc br {
  display: none;
}
.p-product_single__contact .contact_tel {
  margin-top: 25px;
}
.p-product_single__contact .contact_tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-product_single__contact .contact_tel .num svg {
  display: block;
  width: 30px;
  height: 35px;
  margin-right: 11px;
  margin-top: 10px;
}
.p-product_single__contact .contact_tel .num img {
  max-width: 275px;
}
.p-product_single__contact .contact_btn .link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  max-width: 360px;
  width: 100%;
  border-radius: 50px;
  line-height: 1;
  padding: 1.25em 0;
  margin: 1em auto 0;
}
.p-product_single__contact .contact_btn .link:hover {
  opacity: 0.7;
}
.p-product_single__contact .contact_btn .link svg {
  display: block;
  margin-right: 1em;
  width: 25px;
  height: 17px;
}
.p-product_single__contact .contact_btn .link span {
  font-size: 1.25em;
  font-weight: 900;
}
.p-product_single__onlineshop {
  margin-top: 3.125em;
}
.p-product_single__onlineshop .onlineshop_ttl {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 2em;
  font-weight: 700;
}
.p-product_single__onlineshop .onlineshop_ttl:before {
  content: "";
  width: 0.83em;
  height: 0.83em;
  background: #222222;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1em;
}
.p-product_single__onlineshop .onlineshop_bnr {
  max-width: 494px;
}
.p-product_single__onlineshop .onlineshop_bnr + .onlineshop_bnr {
  margin-top: 1em;
}
.p-product_single__onlineshop .onlineshop_bnr a:hover {
  opacity: 0.7;
}
.p-product_single__bnrAdd {
  margin-top: 1em;
}
.p-product_single__bnrAdd .bnr_item + .bnr_item {
  margin-top: 1em;
}
.p-product_single__btn {
  margin-top: 5em;
}
.p-product_single__btn a {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background: #000;
  max-width: 200px;
  margin: 0 auto;
  padding: 0.6em 0;
  text-align: center;
}
.p-product_single__btn a:hover {
  opacity: 0.7;
}
.p-product_single__btn span {
  padding-left: 24px;
  position: relative;
}
.p-product_single__btn span:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-arrow_left.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .p-product_single__cnt {
    padding-left: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .p-product_single__wrap {
    display: block;
  }
  .p-product_single__gallery {
    width: 100%;
    margin-top: 3em;
  }
  .p-product_single__gallery.-pc {
    display: none;
  }
  .p-product_single__gallery.-sp {
    display: block;
  }
  .p-product_single__cnt {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product_single__cat {
    font-size: 1.5em;
  }
  .p-product_single__ttl {
    font-size: 1.75em;
  }
  .p-product_single__onlineshop .onlineshop_ttl {
    font-size: 1.25em;
  }
  .p-product_single__onlineshop .onlineshop_ttl:before {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .p-product_single__desc {
    margin-top: 3em;
  }
  .p-product_single__contact .contact_desc br {
    display: block;
  }
}

.p-staff_archive {
  padding: 0;
}

.p-staff_single {
  padding: 5em 0 0 0;
}
.p-staff_single__wrap {
  display: flex;
}
.p-staff_single__cnt {
  width: 54%;
  position: sticky;
  top: 11.25em;
  height: 100%;
}
.p-staff_single__imgs {
  width: 46%;
  padding-left: 5em;
}
.p-staff_single__img .item {
  border-radius: 1em;
  overflow: hidden;
}
.p-staff_single__head {
  border-bottom: 3px solid #117be2;
  margin-bottom: 1.875em;
  padding-bottom: 0.85em;
}
.p-staff_single__name {
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0.35em;
}
.p-staff_single__profile {
  font-weight: 500;
  font-size: 1.5625em;
}
.p-staff_single__questionItem:not(:first-child) {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #dddddd;
}
.p-staff_single__questionItem .q {
  font-weight: 500;
  font-size: 1.375em;
  margin-bottom: 0.85em;
}
.p-staff_single__img .c-ofi {
  padding-top: 98.1%;
}
.p-staff_single__img img {
  transition: 0.4s ease-in-out;
}
.p-staff_single__img .c-animation.-img {
  width: 100%;
}
.p-staff_single__img:not(:first-child) {
  margin-top: 1.875em;
}
.p-staff_single__btn {
  margin-top: 3.75em;
}
.p-staff_single__foot {
  margin-top: 6.25em;
  padding: 6.25em 0;
  background: #f0f0f0;
}
.p-staff_single__foot .c-card_staff {
  display: block;
}
.p-staff_single__foot .c-card_staff__item {
  height: auto !important;
  margin: 0 1.25em;
}
.p-staff_single__slide .slick-arrow {
  position: absolute;
  top: 47%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #222;
  font-size: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-staff_single__slide .slick-arrow:before {
  content: "";
  width: 20px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.59159%207.19264C0.17024%207.61399%200.17024%208.29714%200.59159%208.71849L7.45788%2015.5848C7.87923%2016.0061%208.56237%2016.0061%208.98372%2015.5848C9.40507%2015.1634%209.40507%2014.4803%208.98372%2014.0589L2.88035%207.95556L8.98372%201.8522C9.40507%201.43085%209.40507%200.747703%208.98372%200.326354C8.56237%20-0.0949962%207.87923%20-0.0949963%207.45788%200.326353L0.59159%207.19264ZM21.3545%207.95557L21.3545%206.87663L1.35451%206.87663L1.35451%207.95556L1.35451%209.0345L21.3545%209.0345L21.3545%207.95557Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-staff_single__slide .slick-prev {
  left: -1.25em;
}
.p-staff_single__slide .slick-next {
  right: -1.25em;
}
.p-staff_single__slide .slick-next:before {
  transform: translate(-50%, -50%) scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .p-staff_single__cnt {
    width: 50%;
  }
  .p-staff_single__imgs {
    width: 50%;
    padding-left: 1.875em;
  }
  .p-staff_single__name {
    font-size: 1.875em;
  }
  .p-staff_single__profile {
    font-size: 1.375em;
  }
  .p-staff_single__questionItem .q {
    font-size: 1.25em;
  }
  .p-staff_single__foot .c-card_staff {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staff_single__wrap {
    display: block;
  }
  .p-staff_single__cnt {
    position: static;
    width: 100%;
    height: auto;
  }
  .p-staff_single__imgs {
    width: 100%;
    padding-left: 0;
    margin-top: 3.125em;
  }
  .p-staff_single__name {
    font-size: 1.5625em;
  }
  .p-staff_single__profile {
    font-size: 1.125em;
  }
  .p-staff_single__questionItem .q {
    font-size: 1em;
  }
  .p-staff_single__foot .c-card_staff {
    margin: 0 0.625em;
  }
  .p-staff_single__foot .c-card_staff__item {
    margin: 0 0.625em;
  }
  .p-staff_single__slide .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .p-staff_single__slide .slick-prev {
    left: -16px;
  }
  .p-staff_single__slide .slick-next {
    right: -16px;
  }
}
.p-contact .c-ttl_pl {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-contact .c-ttl_pl {
    margin-bottom: 1em;
  }
}
.p-contact_head__lead {
  text-align: center;
  line-height: 1.8;
}
.p-contact_head__tel {
  border-radius: 1em;
  background: #222222;
  padding: 1.6em;
  max-width: 500px;
  margin: 3em auto 0;
}
.p-contact_head__tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact_head__tel .num svg {
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin-right: 10px;
  margin-top: 10px;
}
.p-contact_head__tel .num img {
  max-width: 300px;
}
.p-contact_head__tel .txt {
  color: #fff;
  text-align: center;
  margin-top: 1em;
}

.p-contact_body {
  padding: 0;
}
.p-contact_body.-thanks {
  padding-top: 5em;
}
.p-contact_body__box {
  background: #F5F3ED;
  border-radius: 1em;
  padding: 9.375em 3.75em;
  margin: 0 3.75em;
}
.p-contact_body__form {
  padding: 3em;
  background: #fff;
  border-radius: 1em;
  max-width: 1200px;
  margin: 0 auto;
}
.p-contact_body__desc {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .p-contact_body__box {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 5em 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-contact_body__box {
    width: 100%;
    border-radius: 0;
    padding: 3em 20px;
  }
  .p-contact_body__form {
    padding: 3em 2em;
  }
}
.p-entry .c-ttl_pl {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-entry .c-ttl_pl {
    margin-bottom: 1em;
  }
}
.p-entry_body {
  padding: 5em 0 0 0;
}
.p-entry_body.-thanks {
  padding-top: 5em;
}
.p-entry_body__box {
  background: #F5F3ED;
  border-radius: 1em;
  padding: 9.375em 3.75em;
  margin: 0 3.75em;
}
.p-entry_body__form {
  padding: 3em;
  background: #fff;
  border-radius: 1em;
  max-width: 1200px;
  margin: 0 auto;
}
.p-entry_body__desc {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .p-entry_body__box {
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 5em 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-entry_body__box {
    width: 100%;
    border-radius: 0;
    padding: 3em 20px;
  }
  .p-entry_body__form {
    padding: 3em 2em;
  }
}
.p-privacy_head {
  padding-bottom: 0;
}
.p-privacy_head__name {
  text-align: right;
}

.p-privacy_body {
  padding-bottom: 0;
}
.p-privacy_body__item:not(:first-child) {
  margin-top: 5em;
}
.p-privacy_body__item > dt {
  margin-bottom: 1.8rem;
  font-weight: 700;
  line-height: 1;
  font-size: 1.5em;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-bottom: 0.5em;
}
.p-privacy_body__item > dt:before {
  content: "";
  width: 10rem;
  height: 1px;
  background: #117BE2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-privacy_body__item a {
  text-decoration: underline;
  color: #117BE2;
  word-break: break-all;
}
.p-privacy_body__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-privacy_body__list {
  padding-left: 1.5em;
  margin-top: 0.5em;
}
.p-privacy_body__list.-decimal > li {
  list-style-type: decimal;
}
.p-privacy_body__list > li {
  list-style-type: disc;
}
.p-privacy_body__list > li:not(:first-child) {
  margin-top: 0.25em;
}
@media screen and (max-width: 414px) {
  .p-privacy_body__item > dt {
    font-size: 1.2em;
  }
}

.p-news_archive {
  padding: 5em 0 0 0;
}
.p-news_single {
  padding: 5em 0 0 0;
}
.p-news_single__head {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #222;
}
.p-news_single__info {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.p-news_single__date {
  font-weight: 700;
}
.p-news_single__cat {
  display: inline-block;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: clamp(12px, 0.75rem + 0.25 * (100vw - 23.438rem) / 96.562, 16px);
  width: 80px;
  line-height: 1.75;
  background-color: #80b8e2;
  border-radius: 4px;
  margin-left: 1em;
}
.p-news_single__ttl {
  font-size: 1.5em;
  font-weight: 700;
}
.p-news_single__foot {
  margin-top: 5em;
}
@media screen and (max-width: 414px) {
  .p-news_single__ttl {
    font-size: 1.25em;
  }
}

.p-equipment__sec {
  padding: 0;
}
.p-equipment__wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 9.375em;
}
.p-equipment__side {
  width: 20%;
  position: sticky;
  top: 10em;
  padding-right: 2em;
}
.p-equipment__main {
  width: 80%;
}
@media screen and (max-width: 1366px) {
  .p-equipment__side {
    width: 25%;
  }
  .p-equipment__main {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .p-equipment__wrap {
    display: block;
    margin-top: 5em;
  }
  .p-equipment__side {
    display: none;
  }
  .p-equipment__main {
    width: 100%;
  }
}
.p-equipment_navi__item:not(:first-child) {
  margin-top: 1.125em;
}
.p-equipment_navi__link {
  display: inline-block;
  font-weight: 700;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.p-equipment_detail__item {
  background: #fff;
  border-radius: 1em;
  padding: 4em 6.875em;
}
.p-equipment_detail__item:not(:first-child) {
  margin-top: 2em;
}
.p-equipment_detail__ttl {
  display: flex;
  align-items: center;
  font-size: 1.75em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.6em;
}
.p-equipment_detail__ttl .num {
  color: #117BE2;
  font-size: 1.28em;
  margin-right: 0.7em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-equipment_detail__box {
  background: #F5F3ED;
  border-radius: 1em;
  padding: 1.5em 2em;
}
.p-equipment_detail__box + .p-equipment_detail__box {
  margin-top: 2em;
}
.p-equipment_detail__desc .bold {
  font-weight: 700;
}
.p-equipment_detail__desc .red {
  color: #CF0505;
}
.p-equipment_detail__col {
  display: flex;
  align-items: center;
  margin-top: 0.85em;
}
.p-equipment_detail__colItem {
  background: #fff;
  border-radius: 1em;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.p-equipment_detail__colItem:nth-child(1) {
  width: 33%;
}
.p-equipment_detail__colItem:nth-child(2) {
  width: 67%;
}
.p-equipment_detail__colItem .badge {
  color: #fff;
  background: #398dcb;
  border-radius: 0.75em;
  font-weight: 700;
  min-width: 99px;
  text-align: center;
  padding: 1em 0;
  margin-right: 1.5em;
  line-height: 1;
}
.p-equipment_detail__colItem .txt.-md {
  font-size: 1.125em;
}
.p-equipment_detail__colItem:not(:first-child) {
  margin-left: 2em;
}
.p-equipment_detail__img {
  margin-top: 2em;
}
.p-equipment_detail__subttl {
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .p-equipment_detail__item {
    padding: 4em;
  }
  .p-equipment_detail__colItem {
    width: 50% !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-equipment_detail__item {
    padding: 4em 3em;
  }
}
@media screen and (max-width: 767px) {
  .p-equipment_detail__item {
    padding: 3em 2em;
  }
  .p-equipment_detail__col {
    display: block;
  }
  .p-equipment_detail__colItem {
    width: 100% !important;
  }
  .p-equipment_detail__colItem:not(:first-child) {
    margin-left: 0;
    margin-top: 1em;
  }
  .p-equipment_detail__colItem .txt.-md {
    font-size: 1em;
  }
  .p-equipment_detail__ttl {
    font-size: 1.5em;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 414px) {
  .p-equipment_detail__item {
    padding: 3em 1em;
  }
  .p-equipment_detail__box {
    padding: 1.5em 1em;
  }
  .p-equipment_detail__colItem .badge {
    padding: 0.75em 0;
  }
  .p-equipment_detail__ttl {
    font-size: 1.3em;
  }
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
  margin-top: 0;
}
.u-mgt_ss {
  margin-top: 0.6em;
}
.u-mgt_xs {
  margin-top: 1em;
}
.u-mgt_sm {
  margin-top: 1.5em;
}
.u-mgt_md {
  margin-top: 2em;
}
.u-mgt_lg {
  margin-top: 2.5em;
}
.u-mgt_xl {
  margin-top: 3em;
}
.u-mgt_xxl {
  margin-top: 3.5em;
}
@media screen and (max-width: 1024px) {
  .u-mgt_ss {
    margin-top: 0.4em;
  }
  .u-mgt_xs {
    margin-top: 0.8em;
  }
  .u-mgt_sm {
    margin-top: 1.2em;
  }
  .u-mgt_md {
    margin-top: 1.6em;
  }
  .u-mgt_lg {
    margin-top: 2em;
  }
  .u-mgt_xl {
    margin-top: 2.4em;
  }
  .u-mgt_xxl {
    margin-top: 2.8em;
  }
}

.u-mgl0 {
  margin-left: 0;
}

.u-mgr0 {
  margin-right: 0;
}

.u-mgb0 {
  margin-bottom: 0;
}
.u-mgb_ss {
  margin-bottom: 0.6em;
}
.u-mgb_xs {
  margin-bottom: 1em;
}
.u-mgb_sm {
  margin-bottom: 1.5em;
}
.u-mgb_md {
  margin-bottom: 2em;
}
.u-mgb_lg {
  margin-bottom: 2.5em;
}
.u-mgb_xl {
  margin-bottom: 3em;
}
.u-mgb_xxl {
  margin-bottom: 3.5em;
}
@media screen and (max-width: 1024px) {
  .u-mgb_ss {
    margin-bottom: 0.4em;
  }
  .u-mgb_xs {
    margin-bottom: 0.8em;
  }
  .u-mgb_sm {
    margin-bottom: 1.2em;
  }
  .u-mgb_md {
    margin-bottom: 1.6em;
  }
  .u-mgb_lg {
    margin-bottom: 2em;
  }
  .u-mgb_xl {
    margin-bottom: 2.4em;
  }
  .u-mgb_xxl {
    margin-bottom: 2.8em;
  }
}

body.-under {
  background: #fafafa;
  overflow-x: inherit;
}
body.-under .main-wrapper {
  overflow: inherit;
}

picture {
  display: block;
}

.l-content.-under {
  padding-bottom: 20em;
}
@media screen and (max-width: 1024px) {
  .l-content.-under {
    padding-bottom: 10em;
  }
}

.c-ttl_pl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.c-ttl_pl.-center {
  text-align: center;
}
.c-ttl_pl.-white {
  color: #fff;
}
.c-ttl_pl.-main {
  color: #117BE2;
}
.c-ttl_pl.-sm {
  font-size: 2.5em;
}
@media screen and (max-width: 1024px) {
  .c-ttl_pl {
    font-size: 2.6em;
  }
  .c-ttl_pl.-sm {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_pl {
    font-size: 2.2em;
  }
  .c-ttl_pl.-sm {
    font-size: 2em;
  }
}
@media screen and (max-width: 414px) {
  .c-ttl_pl {
    font-size: 1.6em;
  }
  .c-ttl_pl.-sm {
    font-size: 1.5em;
  }
}

.c-ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.c-ofi__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-ofi__img.-top {
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.c-ofi__img.-left {
  -o-object-position: left center;
     object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.c-ofi__img.-right {
  -o-object-position: right center;
     object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}
.c-ofi__img.-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}
.c-ofi__img.-contain {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 11.25em;
}
.wp-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pager__item {
  display: inline-block;
  margin: 0 4px;
  text-align: center;
  line-height: 2em;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  width: 1.8em;
  height: 1.8em;
  font-weight: 700;
  font-size: 1.25em;
}
.wp-pager__item > a.current,
.wp-pager__item > span.current {
  color: #fff;
  background: #2c2c2c;
  padding: 0 1em;
  border-radius: 50px;
  width: 3.45em;
  border: 1px solid #2c2c2c;
}
.wp-pager__item > a.next, .wp-pager__item > a.prev,
.wp-pager__item > span.next,
.wp-pager__item > span.prev {
  width: 7.5em;
  height: 2.6875em;
  background: #000000;
  font-size: 1em;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  line-height: 2.6875em;
  border: 1px solid #000;
}
.wp-pager__item > a.next:hover, .wp-pager__item > a.prev:hover,
.wp-pager__item > span.next:hover,
.wp-pager__item > span.prev:hover {
  background: #fff;
  color: #000;
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #117BE2;
}
.wp-pager__item.-extend {
  margin: 0;
  display: none;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #117BE2;
  border: none;
}
.wp-pager__item.-last {
  display: none;
}
.wp-pager__item.-last > a:before {
  content: "";
  display: inline-block;
  transform: scale(0.75);
  width: 20px;
  height: 15px;
  background: url(../img/common/icon_pager.svg) no-repeat center/contain;
}

/*--------------------------------------------
  Wordpress EDITOR
--------------------------------------------*/
.wp-editor p + p {
  margin-top: 1em;
}
.wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: 2em;
}
.wp-editor .wp-block-columns .wp-block-column > * + * {
  margin-top: 2em;
}
.wp-editor strong {
  font-weight: 700;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor blockquote {
  display: block;
  padding: 2em;
  background-color: #fafafa;
}
.wp-editor sup {
  vertical-align: super;
  font-size: 70%;
}
.wp-editor sub {
  vertical-align: sub;
  font-size: 70%;
}
.wp-editor figure {
  max-width: 100%;
}
.wp-editor img[class*=wp-image-],
.wp-editor img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.wp-editor .alignleft {
  display: block;
  float: none;
  margin: 0;
  margin-right: auto;
}
.wp-editor .aligncenter {
  display: block;
  float: none;
  margin: 0 auto;
}
.wp-editor .alignright {
  display: block;
  float: none;
  margin: 0;
  margin-left: auto;
}
.wp-editor .c-iframe {
  padding-top: 52.5%;
}
.wp-editor h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  border-top: 1px solid #c4c8d7;
  position: relative;
  padding-top: 2.5rem;
  margin: 2em 0;
}
.wp-editor h2:before {
  content: "";
  width: 14rem;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #117BE2;
}
.wp-editor h3 {
  color: #117BE2;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #c4c8d7;
}
.wp-editor h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin: 1.5em 0 1em;
}
.wp-editor a:not([class]) {
  color: #25b4e0;
  text-decoration: underline;
  word-break: break-all;
}
.wp-editor a:not([class]):hover {
  text-decoration: none;
}
.wp-editor ul:not([class]),
.wp-editor ol:not([class]) {
  line-height: 1.5;
}
.wp-editor ul:not([class]) > li:not(:first-child),
.wp-editor ol:not([class]) > li:not(:first-child) {
  margin-top: 0.6em;
}
.wp-editor ul:not([class]) > li > ul,
.wp-editor ul:not([class]) > li > ol,
.wp-editor ol:not([class]) > li > ul,
.wp-editor ol:not([class]) > li > ol {
  margin-top: 0.6em;
}
.wp-editor ul:not([class]) > li {
  padding-left: 1.5625em;
  position: relative;
}
.wp-editor ul:not([class]) > li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.5em;
  background: #117BE2;
  border-radius: 50%;
}
.wp-editor ol:not([class]) > li {
  list-style-type: decimal;
}
.wp-editor table {
  width: 100%;
}
.wp-editor table tr > th,
.wp-editor table tr > td {
  padding: 1em;
  border: 1px solid #efefef;
}
.wp-editor table tr > th {
  background-color: #fafafa;
}
.wp-editor.-inner_box > * + * {
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .wp-editor > * + * {
    margin-top: 2em;
  }
  .wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .wp-editor .wp-block-columns .wp-block-column > * + * {
    margin-top: 1.5em;
  }
  .wp-editor blockquote {
    padding: 1.5em;
  }
  .wp-editor h2 {
    padding-left: 0.6em;
    border-width: 0.4rem;
    font-size: 2rem;
  }
  .wp-editor h3 {
    font-size: 1.8rem;
  }
  .wp-editor h4 {
    font-size: 1.6rem;
  }
  .wp-editor.-inner_box > * + * {
    margin-top: 1.5em;
  }
}/*# sourceMappingURL=add.css.map */