@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (width >= 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}

.l-body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (width >= 768px) {
  .l-body {
    font-size: 0.16rem;
  }
}
@media only screen and (width < 768px) {
  .l-body {
    font-size: 0.15rem;
  }
  .l-body.is-open-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body .l-header {
    position: absolute !important;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
@media print, (width >= 768px) {
  .l-container {
    min-width: 1280px;
    overflow: hidden;
  }
}
@media only screen and (width < 768px) {
  .l-container {
    min-width: 320px;
  }
}

@media print, (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 60px);
    max-width: 924px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }
}

.l-footer__main {
  background-color: #eb6120;
  color: #fff;
}
.l-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__logo {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 100px;
}
.l-footer__heading {
  font-weight: 700;
  line-height: 1.2;
}
.l-footer__heading-large {
  display: block;
}
.l-footer__information {
  font-weight: 500;
  line-height: 1.5;
}
.l-footer__copyright {
  display: block;
  font-size: 0.12rem;
  font-weight: 500;
  text-align: center;
}
@media print, (width >= 768px) {
  .l-footer__main {
    padding: 23px 0 25px;
  }
  .l-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 921px;
    margin: 0 auto;
  }
  .l-footer__head {
    width: 420px;
    margin-right: 45px;
  }
  .l-footer__logo {
    top: 1px;
    width: 60px;
    margin-right: 21px;
  }
  .l-footer__heading-large {
    margin-bottom: 2px;
    font-size: 0.28rem;
  }
  .l-footer__heading-small {
    font-size: 0.16rem;
  }
  .l-footer__information {
    margin-top: 2px;
    font-size: 0.18rem;
  }
  .l-footer__contact-tel {
    margin-right: 19px;
  }
  .l-footer__bottom {
    min-height: 152px;
    padding: 57px 0 30px;
  }
}
@media only screen and (width < 768px) {
  .l-footer__main {
    padding: 0.29rem 0.24rem 0.27rem;
  }
  .l-footer__mail-wrapper::before {
    margin-top: -1px;
  }
  .l-footer__head {
    margin-bottom: 0.21rem;
  }
  .l-footer__logo {
    top: 0.03rem;
    width: 0.6rem;
    margin-right: 0.21rem;
  }
  .l-footer__heading-large {
    font-size: 0.18rem;
  }
  .l-footer__heading-small {
    position: relative;
    top: 0.03rem;
    font-size: 0.15rem;
  }
  .l-footer__information {
    font-size: 0.15rem;
  }
  .l-footer__contact {
    position: relative;
    top: 1px;
  }
  .l-footer__contact-tel {
    margin-right: 0.15rem;
  }
  .l-footer__bottom {
    padding: 0.17rem 0.24rem 0.34rem;
  }
}

.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
.is-resizing .l-header * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.l-header__head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header__left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__logo {
  display: block;
}
.l-header__heading {
  line-height: 1.2;
}
.l-header__heading-large {
  display: block;
  font-weight: 700;
}
.l-header__heading-small {
  position: relative;
  font-weight: 700;
}
@media print, (width >= 768px) {
  .l-header {
    min-width: 1280px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
  }
  .l-header__wrapper {
    width: calc(100% - 60px);
    max-width: 924px;
    margin: 0 auto;
  }
  .l-header__head-wrapper {
    min-height: 74px;
  }
  .l-header__head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header__logo {
    width: 60px;
    margin-right: 12px;
  }
  .l-header__heading {
    margin-top: 2px;
    margin-right: 20px;
    font-size: 0.1rem;
  }
  .l-header__heading-large {
    margin-top: 1px;
    font-size: 0.22rem;
  }
  .l-header__heading-small {
    top: 1px;
    font-size: 0.14rem;
  }
  .l-header__head-right {
    padding-top: 7px;
  }
  .l-header.l-header--top {
    position: relative;
    left: auto !important;
    min-width: unset;
  }
  .l-header.l-header--top .l-header__head {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1280px;
    background: rgba(255, 255, 255, 0.7);
  }
  .l-header.l-header--top .l-header__head-wrapper {
    max-width: 924px;
    margin: 0 auto;
  }
  .l-header.l-header--top .l-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -648px;
    left: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .l-header.l-header--top .l-header-contact__mail {
    border: 0;
    background: url("../img/common/bg_contact_01.png") no-repeat center/cover;
  }
}
@media only screen and (width < 768px) {
  .l-header {
    -webkit-box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.2);
  }
  .l-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.03rem 0.12rem 0;
  }
  .l-header__head-wrapper {
    min-height: 0.64rem;
    margin-right: -0.06rem;
  }
  .l-header__left-wrapper {
    margin-top: 0.09rem;
  }
  .l-header__logo {
    width: 0.32rem;
    margin-right: 0.04rem;
  }
  .l-header__heading {
    font-size: 0.1rem;
  }
  .l-header__heading-large {
    margin-bottom: 1px;
    font-size: 0.14rem;
  }
  .l-header__heading-small {
    top: 1px;
  }
  .l-header__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0.05rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header__action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .l-header__action-item {
    margin-right: 0.03rem;
  }
  .l-header__action-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.42rem;
    height: 0.42rem;
    padding: 0.1rem 0.05rem 0.05rem;
    border-radius: 0.04rem;
  }
  .l-header__action-link.l-header__action-link--mail {
    background: url("../img/common/sp/bg_contact_01.png") no-repeat center/cover;
  }
  .l-header__action-link.l-header__action-link--mail .l-header__action-text::before {
    background: url("../img/common/sp/icn_mail_01.png") no-repeat center/auto 100%;
  }
  .l-header__action-link.l-header__action-link--tel {
    background: url("../img/common/sp/bg_contact_02.png") no-repeat center/cover;
  }
  .l-header__action-link.l-header__action-link--tel .l-header__action-text::before {
    background: url("../img/common/sp/icn_tel_01.png") no-repeat center/auto 100%;
  }
  .l-header__action-text {
    display: block;
    position: relative;
    padding-top: 0.16rem;
    color: #fff;
    font-size: 0.08rem;
    font-weight: 700;
  }
  .l-header__action-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.22rem;
    height: 0.17rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print, (width >= 768px) {
  .l-header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-header-contact__information {
    margin-top: -3px;
    margin-right: 11px;
  }
  .l-header-contact__information-tel {
    display: block;
    position: relative;
    margin-bottom: -3px;
    padding-left: 44px;
    font-size: 0.32rem;
    font-weight: 700;
    line-height: 1;
  }
  .l-header-contact__information-tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 36px;
    height: 22px;
    margin-top: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/icn_tel_01.svg") no-repeat center/auto 100%;
  }
  .l-header-contact__information-time {
    margin-right: 3px;
    font-size: 0.15rem;
    font-weight: 500;
  }
  .l-header-contact__information-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: -1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    min-height: 17px;
    padding: 2px 5px;
    border-radius: 100px;
    background-color: #333;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.12rem;
    font-weight: 700;
    line-height: 1;
  }
  .l-header-contact__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 212px;
    min-height: 60px;
    padding: 5px 5px 5px 9px;
    border: 2px solid #fff;
    border-radius: 8px;
    background: #34a689;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
  }
  .l-header-contact__mail-wrapper {
    position: relative;
    padding-left: 32px;
  }
  .l-header-contact__mail-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    width: 33px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/icn_mail_01.svg") no-repeat center/auto 100%;
  }
  .l-header-contact__text-small {
    display: block;
    margin-bottom: -4px;
    color: #ffde34;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.14rem;
  }
  .l-header-contact__text-large {
    position: relative;
    top: 1px;
    font-size: 0.2rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .l-header-contact__text-large span {
    font-size: 0.16rem;
  }
}

.l-header-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (width >= 768px) {
  .l-header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
  }
  .l-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-navigation__item {
    position: relative;
  }
  .l-header-navigation__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/icn_line_01.png") no-repeat 0 0/auto 100%;
  }
  .l-header-navigation__item:last-child::after {
    display: none;
  }
  .l-header-navigation__item:nth-child(4) .l-header-navigation__link-logo img {
    width: 31px;
  }
  .l-header-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 154px;
    padding: 5px;
    font-size: 0.15rem;
    font-weight: 700;
  }
  .l-header-navigation__link-logo {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
}
@media only screen and (width < 768px) {
  .l-header-navigation {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.2rem;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.8s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
    background-color: #fff;
  }
  .l-header-navigation.is-open-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .l-header-navigation__wrapper {
    height: 100%;
    padding-top: 0.6rem;
  }
  .l-header-navigation__inner {
    height: 100%;
    padding: 0.06rem 0 1rem;
    overflow-y: auto;
  }
  .l-header-navigation__inner::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header-navigation__item {
    border-bottom: 1px dashed #a8a8a8;
  }
  .l-header-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.48rem;
    padding: 0 0.24rem;
    font-weight: 700;
  }
  .l-header-navigation__link-logo {
    position: relative;
    top: -0.03rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }
  .l-header-navigation__link-logo img {
    width: auto;
    height: 100%;
  }
}

.l-button-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border: 0.02rem solid #dfe8f6;
  border-radius: 0.04rem;
  background: #fff;
  cursor: pointer;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(1) {
  top: 0.12rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-button-menu.is-active .l-button-menu__line:nth-child(2) {
  opacity: 0;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(3) {
  top: 0.12rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-button-menu.is-active .l-button-menu__text--open {
  visibility: hidden;
  opacity: 0;
}
.l-button-menu.is-active .l-button-menu__text--close {
  visibility: visible;
  margin-left: 1px;
  opacity: 1;
}
.l-button-menu__line {
  position: absolute;
  width: 0.2rem;
  height: 0.02rem;
  margin-left: -1px;
  -webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-bottom: 0.02rem solid #333;
  border-radius: 1rem;
}
.l-button-menu__line:nth-child(1) {
  top: 0.08rem;
}
.l-button-menu__line:nth-child(2) {
  top: 0.13rem;
}
.l-button-menu__line:nth-child(3) {
  top: 0.18rem;
}
.l-button-menu__text {
  visibility: hidden;
  position: absolute;
  bottom: 0.03rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  font-size: 0.08rem;
  font-weight: 700;
  text-align: center;
}
.l-button-menu__text.l-button-menu__text--open {
  visibility: visible;
  opacity: 1;
}
.l-button-menu__text .l-button-menu__text--close {
  visibility: hidden;
  opacity: 0;
}

.l-header-information {
  width: 2.91rem;
  margin: 0.32rem auto 0;
}
.l-header-information__link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header-information__link-item {
  margin-bottom: 0.16rem;
}
.l-header-information__link-item:last-child {
  margin-bottom: 0;
}
.l-header-information__link-item.l-header-information__link-item--mail .l-header-information__link-detail {
  background-color: #34a689;
}
.l-header-information__link-item.l-header-information__link-item--mail .l-header-information__link-detail span {
  padding-left: 0.32rem;
}
.l-header-information__link-item.l-header-information__link-item--mail .l-header-information__link-detail span::before {
  width: 0.25rem;
  height: 0.19rem;
  margin-top: -0.08rem;
  background-image: url("../img/common/sp/icn_mail_02.png");
}
.l-header-information__link-item.l-header-information__link-item--tel .l-header-information__link-detail {
  background-color: #eb6120;
}
.l-header-information__link-item.l-header-information__link-item--tel .l-header-information__link-detail span {
  padding-left: 0.25rem;
}
.l-header-information__link-item.l-header-information__link-item--tel .l-header-information__link-detail span::before {
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.07rem;
  background-image: url("../img/common/sp/icn_tel_02.png");
}
.l-header-information__link-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.64rem;
  padding: 0.1rem;
  border-radius: 0.08rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
}
.l-header-information__link-detail span {
  position: relative;
}
.l-header-information__link-detail span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: no-repeat center/auto 100%;
}

.l-header-overlay {
  visibility: hidden;
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.is-open-menu .l-header-overlay {
  visibility: visible;
  opacity: 1;
}

.c-button-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.c-button-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.44rem;
  padding: 0.04rem 0.2rem 0.05rem;
  border: 0.02rem solid #eb6120;
  border-radius: 0.08rem;
  -webkit-box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.25);
  color: #eb6120;
  font-size: 0.16rem;
  font-weight: 700;
}
.c-button--primary .c-button__wrapper {
  position: relative;
  padding-right: 0.22rem;
}
.c-button--primary .c-button__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.07rem;
  height: 0.12rem;
  margin-top: -0.06rem;
  background: url("../img/common/icn_arrow_03.svg") no-repeat center/auto 100%;
}
.c-button--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.72rem;
  padding: 0.12rem 0.46rem 0.15rem 0.15rem;
  border: 0.04rem solid #fff;
  border-radius: 0.12rem;
  background: #34a689;
  -webkit-box-shadow: 0.02rem 0.02rem 0.09rem rgba(0, 0, 0, 0.25);
  box-shadow: 0.02rem 0.02rem 0.09rem rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.4;
}
.c-button--secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.24rem;
  width: 0.17rem;
  height: 0.17rem;
  margin-top: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icn_arrow_02.svg") no-repeat center center/cover;
}
.c-button--secondary .c-button__wrapper {
  position: relative;
  margin-top: 1px;
  padding-left: 0.29rem;
}
.c-button--secondary .c-button__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.21rem;
  height: 0.16rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icn_mail_01.svg") no-repeat center center/cover;
}
.c-button--secondary.c-button--sz1 {
  padding-left: 0.46rem;
}

.c-heading--primary {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.c-heading--primary .c-heading__highlight {
  color: #eb6120;
}
@media print, (width >= 768px) {
  .c-heading--primary {
    font-size: 0.36rem;
  }
  .c-heading--sz1 {
    font-size: 0.28rem;
  }
  .c-heading--sz2 {
    font-size: 0.32rem;
  }
}
@media only screen and (width < 768px) {
  .c-heading--primary {
    font-size: 0.28rem;
  }
  .c-heading--sz2 {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 0.24rem;
  }
}

.c-text {
  font-weight: 500;
  line-height: 1.8;
}
.c-text--highlight {
  font-weight: 700;
}
.c-text--tight {
  line-height: 1.5;
}
@media print, (width >= 768px) {
  .c-text {
    font-size: 0.16rem;
  }
}
@media only screen and (width < 768px) {
  .c-text {
    font-size: 0.15rem;
  }
}

.c-category {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-height: 0.26rem;
  padding: 0.05rem 0.16rem 0.04rem;
  border-radius: 1rem;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  background-color: #ff9330;
}
@media only screen and (width < 768px) {
  .is-ios .c-category {
    min-height: 0.25rem;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-breadcrumb__item {
  position: relative;
  color: #eb6120;
  font-weight: 500;
}
.c-breadcrumb__item:last-child {
  position: relative;
  top: 1px;
  color: #333;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
}
.c-breadcrumb--service {
  background-color: #fff4ef;
}
@media print, (width >= 768px) {
  .c-breadcrumb {
    padding-top: 153px;
  }
  .c-breadcrumb__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-breadcrumb__item:not(:last-child) {
    padding-right: 38px;
  }
  .c-breadcrumb__item:not(:last-child)::after {
    right: 16px;
    width: 6px;
    height: 11px;
    margin-top: -4px;
    background: url("../img/common/icn_arrow_01.svg") no-repeat center/auto 100%;
  }
}
@media only screen and (width < 768px) {
  .c-breadcrumb {
    padding-top: 0.83rem;
    font-size: 0.14rem;
  }
  .c-breadcrumb__list {
    overflow: scroll hidden;
    white-space: nowrap;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    height: 0.02rem;
    border-radius: 0.1rem;
  }
  .c-breadcrumb__list::-webkit-scrollbar-thumb {
    background: #333;
  }
  .c-breadcrumb__item {
    display: inline;
  }
  .c-breadcrumb__item:not(:last-child) {
    padding-right: 0.37rem;
  }
  .c-breadcrumb__item:not(:last-child)::after {
    right: 0.16rem;
    width: 0.05rem;
    height: 0.08rem;
    margin-top: -0.04rem;
    background: url("../img/common/sp/icn_arrow_01.svg") no-repeat center/auto 100%;
  }
}

.c-pagination__pager {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pagination--primary .c-pagination__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-pagination--primary .c-pagination__pager-arrow.prev, .c-pagination--primary .c-pagination__pager-arrow.next {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-pagination--primary .c-pagination__pager-arrow.prev a, .c-pagination--primary .c-pagination__pager-arrow.next a {
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: url("../img/common/icn_arrow_04.svg") no-repeat center/auto 100%;
}
.c-pagination--primary .c-pagination__pager-arrow.prev {
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.c-pagination--primary .c-pagination__pager-arrow.next {
  right: 0;
}
.c-pagination--primary .page-numbers {
  color: #eb6120;
}
.c-pagination--primary .page-numbers.dots {
  display: block;
}
.c-pagination--primary .page-numbers:not(.dots) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c-pagination--primary .page-numbers:not(.dots):hover, .c-pagination--primary .page-numbers:not(.dots).current {
  background-color: #eb6120;
  color: #fff;
}
.c-pagination--primary .page-numbers:not(.dots).current {
  pointer-events: none;
}
.c-pagination--primary a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pagination--secondary .c-pagination__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.c-pagination--secondary .c-pagination__pager-text {
  display: -webkit-box;
  position: relative;
  padding-right: 0.22rem;
  overflow: hidden;
  font-size: 0.15rem;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.c-pagination--secondary .c-pagination__pager-text::after {
  content: "";
  position: absolute;
  top: 0.07rem;
  right: 0;
  width: 0.08rem;
  height: 0.14rem;
  background: url("../img/common/icn_arrow_03.svg") no-repeat center/auto 100%;
}
.c-pagination--secondary .c-pagination__pager-arrow {
  max-width: 2.33rem;
  position: absolute;
}
.c-pagination--secondary .c-pagination__pager-arrow a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.c-pagination--secondary .c-pagination__pager-arrow.prev .c-pagination__pager-text {
  padding-right: 0;
  padding-left: 0.22rem;
}
.c-pagination--secondary .c-pagination__pager-arrow.prev .c-pagination__pager-text::after {
  right: unset;
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-pagination--secondary .c-pagination__pager-arrow.next .c-pagination__pager-text {
  text-align: right;
}
.c-pagination--secondary .c-pagination__pager-arrow.prev {
  left: 0;
}
.c-pagination--secondary .c-pagination__pager-arrow.next {
  right: 0;
}
@media print, (width >= 768px) {
  .c-pagination--primary .c-pagination__pager {
    padding: 0 31px;
    font-size: 0.2rem;
  }
  .c-pagination--primary .c-pagination__pager > li {
    margin: 0 8px;
  }
  .c-pagination--primary .page-numbers.dots {
    width: 20px;
    height: 4px;
    margin: 0 -4px;
    background: url("../img/common/pagination_dots.svg") no-repeat center/auto 100%;
  }
  .c-pagination--primary .page-numbers:not(.dots) {
    width: 48px;
    height: 48px;
    border: 2px solid #eb6120;
  }
  .is-firefox .c-pagination--primary .page-numbers:not(.dots) {
    padding-bottom: 4px;
  }
  .c-pagination--primary .c-pagination__pager-arrow.prev, .c-pagination--primary .c-pagination__pager-arrow.next {
    margin-top: 0;
  }
  .c-pagination--primary .c-pagination__pager-arrow.prev a, .c-pagination--primary .c-pagination__pager-arrow.next a {
    width: 8px;
    height: 14px;
  }
}
@media only screen and (width < 768px) {
  .c-pagination--primary .c-pagination__pager {
    padding: 0 0.31rem;
    font-size: 0.1667rem;
  }
  .c-pagination--primary .c-pagination__pager > li {
    margin: 0 0.08rem;
  }
  .c-pagination--primary .page-numbers.dots {
    width: 0.2rem;
    height: 0.04rem;
    margin: 0 -0.04rem;
    background: url("../img/common/pagination_dots.svg") no-repeat center/auto 100%;
  }
  .c-pagination--primary .page-numbers:not(.dots) {
    width: 0.4rem;
    height: 0.4rem;
    padding: 0 1px 0.02rem 0;
    border: 0.02rem solid #eb6120;
  }
  .c-pagination--primary .c-pagination__pager-arrow.prev, .c-pagination--primary .c-pagination__pager-arrow.next {
    margin-top: 0;
  }
  .c-pagination--primary .c-pagination__pager-arrow.prev a, .c-pagination--primary .c-pagination__pager-arrow.next a {
    width: 0.08rem;
    height: 0.14rem;
  }
  .c-pagination--secondary .c-pagination__pager-text {
    padding-right: 0.15rem;
  }
  .c-pagination--secondary .c-pagination__pager-arrow {
    max-width: 1.4rem;
  }
  .c-pagination--secondary .c-pagination__pager-arrow.prev .c-pagination__pager-text {
    padding-left: 0.15rem;
  }
}

.c-sidebar__block:last-child {
  margin-bottom: 0;
}
.c-sidebar__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.02rem 0.1rem;
  border-top: 0.02rem solid #333;
  border-bottom: 0.02rem solid #333;
  font-weight: 700;
}
.c-sidebar__link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-sidebar__link-item {
  border-bottom: 0.02rem solid #dcdcdc;
}
.c-sidebar__link-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.c-sidebar__link-detail span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media print, (width >= 768px) {
  .c-sidebar__block {
    margin-bottom: 32px;
  }
  .c-sidebar__heading {
    min-height: 44px;
    padding: 2px 10px;
    font-size: 0.2rem;
  }
  .c-sidebar__link-detail {
    min-height: 67px;
    padding: 6px 10px 5px;
    font-size: 0.15rem;
    line-height: 22px;
  }
  .c-sidebar__categories {
    margin-top: 13px;
  }
}
@media only screen and (width < 768px) {
  .c-sidebar__block {
    margin-bottom: 0.44rem;
  }
  .c-sidebar__heading {
    min-height: 0.49rem;
    padding: 0.02rem 0.1rem;
    font-size: 0.18rem;
  }
  .c-sidebar__link-detail {
    min-height: 0.81rem;
    padding: 0.06rem 0.23rem 0.05rem;
    font-size: 0.16rem;
    line-height: 0.23rem;
  }
  .c-sidebar__categories {
    margin-top: 0.14rem;
  }
}

.c-section-keyvisual {
  text-align: center;
}
.c-section-keyvisual__heading {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 900;
}
.c-section-keyvisual__heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #eb6120;
}
.c-section-keyvisual__heading-wrapper {
  background-color: #fff;
}
.c-section-keyvisual.c-section-keyvisual--service {
  background-color: #fff4ef;
}
.c-section-keyvisual.c-section-keyvisual--service .c-section-keyvisual__heading-wrapper {
  background-color: #fff4ef;
}
@media print, (width >= 768px) {
  .c-section-keyvisual {
    padding-top: 20px;
  }
  .c-section-keyvisual__heading {
    font-size: 0.36rem;
  }
  .c-section-keyvisual__heading-wrapper {
    padding: 0 44px;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual {
    padding-top: 0.31rem;
  }
  .c-section-keyvisual__heading {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
  .c-section-keyvisual__heading::after {
    margin-top: -1px;
  }
  .c-section-keyvisual__heading-wrapper {
    display: inline-block;
    padding: 0 0.16rem;
  }
}

.c-card--primary .c-card__address {
  color: #eb6120;
  font-size: 0.14rem;
}
.c-card--primary .c-card__heading {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.16rem;
  line-height: 0.19rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-card--secondary .c-card__item-image {
  height: 1.6rem;
}
.c-card--secondary .c-card__item-time {
  display: block;
  margin-bottom: 1px;
  color: #eb6120;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.1;
}
.c-card--secondary .c-card__item-heading {
  display: -webkit-box;
  margin-bottom: 1px;
  overflow: hidden;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-card--secondary .c-category {
  min-height: 0.22rem;
  padding: 0.03rem 0.08rem;
}
@media print, (width >= 768px) {
  .c-card--primary .c-card__image {
    height: 128px;
  }
  .c-card--primary .c-card__content {
    padding-top: 8px;
  }
  .c-card--primary .c-card__address {
    margin-bottom: 5px;
  }
  .c-card--primary .c-card__heading {
    margin-bottom: 10px;
  }
  .c-card--primary .c-list--categories .c-list__item {
    margin-right: 12px;
  }
  .c-card--secondary .c-card__item-content {
    padding: 13px 20px 12px 15px;
  }
}
@media only screen and (width < 768px) {
  .c-card--primary .c-card__image {
    height: 1rem;
  }
  .c-card--primary .c-card__content {
    padding-top: 0.04rem;
  }
  .c-card--primary .c-card__heading {
    margin-bottom: 0.07rem;
  }
  .c-card--secondary .c-card__item-content {
    padding: 0.13rem 0.2rem 0.14rem 0.15rem;
  }
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--number {
  font-size: 0.14rem;
  line-height: 1.5;
}
.c-list--number .c-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-list--number .c-list__item-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-list--note {
  margin-bottom: 0;
  font-size: 0.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
.c-list--note.c-list--sz2 {
  font-weight: 500;
  letter-spacing: 0;
}
.c-list--disc .c-list__item {
  position: relative;
}
.c-list--disc .c-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 1rem;
  background-color: #333;
}
.c-list--categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--categories .c-list__item {
  margin: 0 0.08rem 0.06rem 0;
}
.c-list--categories .c-list__item:last-child {
  margin-right: 0;
}
.c-list--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--primary .c-list__item,
.c-list--primary .c-list__item-wrapper {
  position: relative;
}
.c-list--primary .c-list__item-link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-list--secondary .c-list__item:not(.c-list--categories .c-list__item) {
  position: relative;
  background-color: #fff;
}
.c-list--secondary .c-list__item:not(.c-list--categories .c-list__item)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #cecece;
  pointer-events: none;
}
.c-list--secondary .c-list__item-link {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, (width >= 768px) {
  .c-list--note.c-list--sz2 {
    font-size: 0.14rem;
    line-height: 21px;
  }
  .c-list--disc {
    margin-left: 10px;
  }
  .c-list--disc .c-list__item {
    padding-left: 14px;
  }
  .c-list--disc .c-list__item::before {
    top: 12px;
  }
  .c-list--primary .c-list__item:not(.c-list--categories .c-list__item) {
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0;
  }
  .c-list--primary .c-list__item:not(.c-list--categories .c-list__item):nth-child(4n) {
    margin-right: 0;
  }
  .c-list--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
  }
  .c-list--secondary .c-list__item:not(.c-list--categories .c-list__item) {
    width: calc((100% - 52px) / 3);
    margin: 0 26px 26px 0;
  }
  .c-list--secondary .c-list__item:not(.c-list--categories .c-list__item):nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (width < 768px) {
  .c-list--note.c-list--sz2 {
    font-size: 0.12rem;
    line-height: 0.17rem;
  }
  .c-list--disc {
    margin-left: 0.1rem;
  }
  .c-list--disc .c-list__item {
    padding-left: 0.12rem;
  }
  .c-list--disc .c-list__item::before {
    top: 0.12rem;
  }
  .c-list--primary .c-list__item:not(.c-list--categories .c-list__item) {
    width: calc((100% - 0.16rem) / 2);
    margin: 0 0.16rem 0.05rem 0;
  }
  .c-list--primary .c-list__item:not(.c-list--categories .c-list__item):last-child {
    margin-bottom: 0;
  }
  .c-list--primary .c-list__item:not(.c-list--categories .c-list__item):nth-child(even) {
    margin-right: 0;
  }
  .c-list--secondary {
    padding: 0 0.25rem;
  }
  .c-list--secondary .c-list__item:not(.c-list--categories .c-list__item) {
    margin-bottom: 0.16rem;
  }
  .c-list--secondary .c-list__item:not(.c-list--categories .c-list__item):last-child {
    margin-bottom: 0;
  }
}

.c-block-category {
  background-color: #fff;
}
.c-block-category__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.16rem;
  font-weight: 700;
}
@media print, (width >= 768px) {
  .c-block-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42px;
    padding: 5px 16px 2px;
  }
  .c-block-category__heading {
    position: relative;
    top: -2px;
    margin-right: 13px;
  }
}
@media only screen and (width < 768px) {
  .c-block-category {
    padding: 0.07rem 0.1rem 0.1rem 0.16rem;
  }
  .c-block-category__heading {
    margin-bottom: 0.03rem;
  }
}

.wpcf7-not-valid-tip {
  color: #c00;
  font-size: 0.9em;
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
}

.c-input,
.c-textarea,
.c-select {
  width: 100%;
}
.c-input input,
.c-input textarea,
.c-input select,
.c-textarea input,
.c-textarea textarea,
.c-textarea select,
.c-select input,
.c-select textarea,
.c-select select {
  display: block;
  width: 100%;
  height: 0.5rem;
  border: 1px solid #333;
  border-radius: 0.08rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #030303;
}
.c-input.wpcf7-not-valid,
.c-textarea.wpcf7-not-valid,
.c-select.wpcf7-not-valid {
  border-color: #c00;
}
.c-input .wpcf7-text,
.c-input .wpcf7-textarea,
.c-input .wpcf7-select,
.c-textarea .wpcf7-text,
.c-textarea .wpcf7-textarea,
.c-textarea .wpcf7-select,
.c-select .wpcf7-text,
.c-select .wpcf7-textarea,
.c-select .wpcf7-select {
  width: 100%;
  padding: 0.05rem 0.15rem;
}
.c-input .wpcf7-text::-webkit-input-placeholder, .c-input .wpcf7-textarea::-webkit-input-placeholder, .c-input .wpcf7-select::-webkit-input-placeholder, .c-textarea .wpcf7-text::-webkit-input-placeholder, .c-textarea .wpcf7-textarea::-webkit-input-placeholder, .c-textarea .wpcf7-select::-webkit-input-placeholder, .c-select .wpcf7-text::-webkit-input-placeholder, .c-select .wpcf7-textarea::-webkit-input-placeholder, .c-select .wpcf7-select::-webkit-input-placeholder {
  color: #aeb0b1;
  font-weight: 400;
}
.c-input .wpcf7-text::-moz-placeholder, .c-input .wpcf7-textarea::-moz-placeholder, .c-input .wpcf7-select::-moz-placeholder, .c-textarea .wpcf7-text::-moz-placeholder, .c-textarea .wpcf7-textarea::-moz-placeholder, .c-textarea .wpcf7-select::-moz-placeholder, .c-select .wpcf7-text::-moz-placeholder, .c-select .wpcf7-textarea::-moz-placeholder, .c-select .wpcf7-select::-moz-placeholder {
  color: #aeb0b1;
  font-weight: 400;
}
.c-input .wpcf7-text:-ms-input-placeholder, .c-input .wpcf7-textarea:-ms-input-placeholder, .c-input .wpcf7-select:-ms-input-placeholder, .c-textarea .wpcf7-text:-ms-input-placeholder, .c-textarea .wpcf7-textarea:-ms-input-placeholder, .c-textarea .wpcf7-select:-ms-input-placeholder, .c-select .wpcf7-text:-ms-input-placeholder, .c-select .wpcf7-textarea:-ms-input-placeholder, .c-select .wpcf7-select:-ms-input-placeholder {
  color: #aeb0b1;
  font-weight: 400;
}
.c-input .wpcf7-text::-ms-input-placeholder, .c-input .wpcf7-textarea::-ms-input-placeholder, .c-input .wpcf7-select::-ms-input-placeholder, .c-textarea .wpcf7-text::-ms-input-placeholder, .c-textarea .wpcf7-textarea::-ms-input-placeholder, .c-textarea .wpcf7-select::-ms-input-placeholder, .c-select .wpcf7-text::-ms-input-placeholder, .c-select .wpcf7-textarea::-ms-input-placeholder, .c-select .wpcf7-select::-ms-input-placeholder {
  color: #aeb0b1;
  font-weight: 400;
}
.c-input .wpcf7-text::placeholder,
.c-input .wpcf7-textarea::placeholder,
.c-input .wpcf7-select::placeholder,
.c-textarea .wpcf7-text::placeholder,
.c-textarea .wpcf7-textarea::placeholder,
.c-textarea .wpcf7-select::placeholder,
.c-select .wpcf7-text::placeholder,
.c-select .wpcf7-textarea::placeholder,
.c-select .wpcf7-select::placeholder {
  color: #aeb0b1;
  font-weight: 400;
}
.c-input input:-webkit-autofill,
.c-input input:-webkit-autofill:hover,
.c-input input:-webkit-autofill:focus,
.c-textarea input:-webkit-autofill,
.c-textarea input:-webkit-autofill:hover,
.c-textarea input:-webkit-autofill:focus,
.c-select input:-webkit-autofill,
.c-select input:-webkit-autofill:hover,
.c-select input:-webkit-autofill:focus {
  border-radius: 0.05rem;
  -webkit-box-shadow: 0 0 0 10rem #fff inset, 0 0 0 1px #333;
}
@media only screen and (width < 768px) {
  .c-input,
  .c-textarea,
  .c-select {
    font-size: 0.16rem;
  }
}

.c-input {
  position: relative;
}
.c-input:last-child {
  margin-bottom: 0;
}
.c-input__text {
  position: absolute;
  top: 50%;
}
@media print, (width >= 768px) {
  .c-input {
    margin-bottom: 15px;
  }
  .c-input.c-input--sz1 {
    width: 240px;
  }
  .c-input__text {
    right: 23px;
    margin-top: -9px;
  }
}
@media only screen and (width < 768px) {
  .c-input {
    margin-bottom: 0.16rem;
  }
  .c-input.c-input--sz1 {
    width: 2rem;
  }
  .c-input__text {
    right: 0.19rem;
    margin-top: -0.08rem;
  }
}

.c-textarea textarea {
  height: 1.6rem;
  resize: none;
}
@media print, (width >= 768px) {
  .c-textarea .wpcf7-textarea {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media only screen and (width < 768px) {
  .c-textarea .wpcf7-textarea {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.c-select select {
  overflow: hidden;
  background: url("../img/common/icn_select.svg") no-repeat right 0.15rem center/0.18rem 0.12rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-select::-ms-expand {
  display: none;
}
.c-select .wpcf7-select {
  padding-right: 0.4rem;
  color: #141414;
  cursor: pointer;
}

.c-checkbox .wpcf7-checkbox .wpcf7-list-item:last-child,
.c-checkbox .wpcf7-acceptance .wpcf7-list-item:last-child,
.c-acceptance .wpcf7-checkbox .wpcf7-list-item:last-child,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
.c-checkbox .wpcf7-acceptance .wpcf7-list-item-label,
.c-acceptance .wpcf7-checkbox .wpcf7-list-item-label,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  position: relative;
}
.c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
.c-checkbox .wpcf7-acceptance .wpcf7-list-item-label::before,
.c-acceptance .wpcf7-checkbox .wpcf7-list-item-label::before,
.c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid #333;
  border-radius: 0.04rem;
  background-color: #fff;
}
@media print, (width >= 768px) {
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 8px;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 36px;
    font-size: 0.18rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 6px;
    width: 24px;
    height: 24px;
  }
  .c-checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
    background: #eb6120 url("../img/common/icn_checkbox_01.svg") no-repeat center/17px 13px;
  }
}
@media only screen and (width < 768px) {
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 0.1rem;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 0.36rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .c-checkbox .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 0.03rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .c-checkbox .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-checkbox .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
  .c-acceptance .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
    background: #eb6120 url("../img/common/icn_checkbox_01.svg") no-repeat center/0.19rem 0.14rem;
  }
}

.c-radio .wpcf7-radio .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.c-radio .wpcf7-radio .wpcf7-list-item-label {
  display: block;
  position: relative;
}
.c-radio .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #333;
  border-radius: 100%;
  background-color: #fff;
}
@media print, (width >= 768px) {
  .c-radio .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 7px;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 36px;
    font-size: 0.18rem;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label::before {
    top: 5px;
    width: 24px;
    height: 24px;
  }
  .c-radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
    background: #eb6120 url("../img/common/icn_checkbox_01.svg") no-repeat center/17px 13px;
  }
}
@media only screen and (width < 768px) {
  .c-radio .wpcf7-radio .wpcf7-list-item {
    margin-bottom: 0.1rem;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 0.36rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .c-radio .wpcf7-radio .wpcf7-list-item-label::before {
    top: 0.02rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .c-radio .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
    background: #eb6120 url("../img/common/icn_checkbox_01.svg") no-repeat top 0.04rem left 0.01rem/0.19rem 0.14rem;
  }
}

.c-form__row:last-child {
  margin-bottom: 0;
}
.c-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-form__label {
  font-weight: 700;
}
.c-form__label-note {
  display: block;
  font-size: 0.14rem;
  font-weight: 500;
}
.c-form__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.52rem;
  min-height: 0.26rem;
  background-color: #d62929;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1;
}
.c-form__required.c-form__required--any {
  background-color: #a1a1a1;
}
.c-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.24rem;
}
.c-form__input:last-child {
  margin-bottom: 0;
}
.c-form__input .c-input {
  margin-bottom: 0;
}
.c-form__input-text {
  margin-right: 0.16rem;
  font-size: 0.2rem;
}
.c-form__input-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.5rem;
  margin-left: 0.16rem;
  padding: 0.1rem;
  border-radius: 0.08rem;
  background-color: #eb6120;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  cursor: pointer;
}
.c-form__button {
  width: 2.44rem;
  margin: 0 auto;
}
.c-form__button .c-button.c-button--primary {
  position: relative;
  border-radius: 0;
}
.c-form__button .c-button.c-button--primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.32rem;
  width: 0.07rem;
  height: 0.12rem;
  margin-top: -0.05rem;
  background: url("../img/common/icn_arrow_03.svg") no-repeat center/auto 100%;
}
.c-form__button .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 0.21rem;
  color: #eb6120;
  cursor: pointer;
  outline: unset;
}
.c-form__privacy {
  line-height: 1.5;
}
.c-form__privacy-link {
  color: #eb6120;
  text-underline-offset: 0.03rem;
}
@media print, (width >= 768px) {
  .c-form {
    max-width: 840px;
    margin: 0 auto;
  }
  .c-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 23px;
  }
  .c-form__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 220px;
    margin-top: 11px;
    margin-right: 44px;
    font-size: 0.18rem;
    line-height: 26px;
  }
  .c-form__required {
    top: 1px;
    margin-left: 7px;
    padding: 2px 5px;
  }
  .c-form__required.c-form__required--margin {
    top: 14px;
  }
  .c-form__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-form__button {
    margin-top: 40px;
  }
  .c-form__privacy {
    font-size: 0.14rem;
    margin-top: 40px;
  }
}
@media only screen and (width < 768px) {
  .c-form__row {
    margin-bottom: 0.17rem;
  }
  .c-form__head {
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
  }
  .c-form__required {
    top: 0.05rem;
    margin-left: 0.07rem;
    padding: 0.02rem 0.05rem 0.03rem;
  }
  .c-form__required.c-form__required--margin {
    top: 0.15rem;
  }
  .c-form__input-text {
    margin-right: 0.1rem;
  }
  .c-form__input-button {
    margin-left: 0.1rem;
    padding-bottom: 0.12rem;
    font-size: 0.15rem;
  }
  .c-form__button {
    margin-top: 0.35rem;
  }
  .c-form__privacy {
    margin-top: 0.35rem;
    font-size: 0.13rem;
  }
}

.c-section-contact {
  background-color: #fff3b3;
}
.c-section-contact__text {
  line-height: 1.5;
}
.c-section-contact__tel-label {
  font-weight: 700;
}
.c-section-contact__tel-number {
  display: inline-block;
  position: relative;
  color: #d62929;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1;
  text-wrap: nowrap;
}
.c-section-contact__tel-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d62929;
  -webkit-mask-image: url("../img/common/icn_tel_01.svg");
  mask-image: url("../img/common/icn_tel_01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.c-section-contact__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-section-contact__meta-badge {
  display: inline-block;
  background-color: #eb6120;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.c-section-contact__meta-value {
  position: relative;
  font-family: "Noto Sans", sans-serif;
}
.c-section-contact__mail {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0.02rem solid #fff;
  border-radius: 0.08rem;
  background-color: #34a689;
  color: #fff;
  font-weight: 700;
}
.c-section-contact__mail-wrapper {
  display: block;
  position: relative;
}
.c-section-contact__mail-wrapper::before, .c-section-contact__mail-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-section-contact__mail-wrapper::before {
  left: 0;
  width: 0.33rem;
  height: 0.25rem;
  background: url("../img/common/icn_mail_01.svg") no-repeat center center/cover;
}
.c-section-contact__mail-highlight {
  display: block;
  color: #ffde34;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
}
.c-section-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.35rem;
  min-height: 0.6rem;
  margin-top: -0.08rem;
  padding: 0.05rem 0.1rem 0.06rem;
  border: 0.02rem solid #fff;
  border-radius: 0.08rem;
  background: linear-gradient(277.62deg, #eb6120 53.95%, #ff8c00 90.43%);
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-section-contact__phone-wrapper {
  position: relative;
  padding-left: 0.29rem;
}
.c-section-contact__phone-wrapper::before {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url("../img/common/icn_tel_02.svg") no-repeat center/auto 100%;
}
@media print, (width >= 768px) {
  .c-section-contact {
    padding: 55px 0 51px;
  }
  .c-section-contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 37px 0 36px;
  }
  .c-section-contact__content {
    padding-right: 15px;
  }
  .c-section-contact__text {
    margin-bottom: 12px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .c-section-contact__information {
    margin-top: -2px;
    margin-left: -1px;
  }
  .c-section-contact__tel-label {
    margin-bottom: 4px;
    font-size: 0.24rem;
    line-height: 35px;
  }
  .c-section-contact__tel-number {
    margin-bottom: 9px;
    padding-left: 56px;
    font-size: 0.48rem;
  }
  .c-section-contact__tel-number::before {
    width: 49px;
    height: 30px;
    margin-top: 1px;
  }
  .c-section-contact__meta {
    margin-bottom: 13px;
  }
  .c-section-contact__meta-time {
    margin-right: 16px;
    font-size: 0.18rem;
  }
  .c-section-contact__meta-value {
    top: -2px;
    margin-left: 16px;
  }
  .c-section-contact__meta-badge {
    width: 104px;
    min-height: 30px;
    margin-top: -5px;
    padding: 2px 5px;
    font-size: 0.14rem;
  }
  .c-section-contact__mail {
    width: 380px;
    min-height: 64px;
    padding: 12px 20px 5px 14px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    font-size: 0.18rem;
  }
  .c-section-contact__mail::before, .c-section-contact__mail::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    background-blend-mode: multiply;
  }
  .c-section-contact__mail::before {
    top: 0;
    background: rgba(255, 255, 255, 0.5);
  }
  .c-section-contact__mail::after {
    bottom: 1px;
    background: rgba(38, 153, 28, 0.2);
  }
  .c-section-contact__mail-wrapper {
    padding: 0 25px 0 40px;
  }
  .c-section-contact__mail-wrapper::before, .c-section-contact__mail-wrapper::after {
    margin-top: -3px;
  }
  .c-section-contact__mail-wrapper::after {
    right: 0;
    width: 24px;
    height: 24px;
    background: url("../img/common/icn_arrow_02.svg") no-repeat center center/cover;
  }
  .c-section-contact__mail-highlight {
    margin-bottom: -4px;
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-contact {
    padding: 0.42rem 0 0.48rem;
  }
  .c-section-contact__wrapper {
    padding: 0.11rem 0.04rem 0 0.03rem;
  }
  .c-section-contact__content {
    margin-bottom: 0.1rem;
  }
  .c-section-contact__text {
    margin-bottom: 0.14rem;
    font-size: 0.16rem;
  }
  .c-section-contact__tel {
    margin-bottom: 0.07rem;
    text-align: center;
  }
  .c-section-contact__tel-label {
    margin-bottom: 0;
    font-size: 0.2rem;
  }
  .c-section-contact__tel-number {
    padding-left: 0.56rem;
    font-size: 0.4rem;
  }
  .c-section-contact__tel-number::before {
    width: 0.49rem;
    height: 0.31rem;
  }
  .c-section-contact__meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.23rem;
  }
  .c-section-contact__meta-time {
    margin-right: 0.16rem;
    font-size: 0.16rem;
  }
  .c-section-contact__meta-label {
    margin-right: 0.16rem;
  }
  .c-section-contact__meta-value {
    top: -0.02rem;
  }
  .c-section-contact__meta-badge {
    width: 1.04rem;
    min-height: 0.3rem;
    margin-top: -0.03rem;
    padding: 0.02rem 0.05rem;
    font-size: 0.14rem;
  }
  .c-section-contact__mail {
    padding: 0.12rem 0 0.11rem 0.19rem;
    font-size: 0.18rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
  }
  .c-section-contact__mail-wrapper {
    padding: 0 0.15rem 0 0.4rem;
  }
  .c-section-contact__mail-highlight {
    margin-bottom: -0.02rem;
    font-size: 0.14rem;
    -webkit-font-feature-settings: "palt" off;
    font-feature-settings: "palt" off;
  }
}

.c-section-post .c-block-category {
  border: 1px solid #eb6120;
}
@media print, (width >= 768px) {
  .c-section-post {
    padding: 55px 0 80px;
  }
  .c-section-post__head {
    margin-bottom: 56px;
  }
  .c-section-post__body {
    width: 784px;
    margin: 0 auto;
  }
  .c-section-post__action {
    margin-top: 24px;
  }
  .c-section-post .c-block-category {
    min-height: 76px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-section-post .c-block-category .c-block-category__heading {
    top: -1px;
    margin-right: 13px;
  }
  .c-section-post .c-block-category .c-list__item {
    margin-bottom: 5px;
  }
  .c-section-post .c-list.c-list--primary {
    margin: 0 -32px;
  }
  .c-section-post .c-list.c-list--primary .c-list__item:not(.c-list--categories .c-list__item) {
    position: relative;
    width: 50%;
    margin: 0 0 26px;
    padding: 0 32px;
  }
  .c-section-post .c-list.c-list--primary .c-list__item:not(.c-list--categories .c-list__item)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 6px;
    border: 1px solid #d0d0d0;
  }
  .c-section-post .c-list.c-list--primary .c-list__item:not(.c-list--categories .c-list__item):nth-child(even)::after {
    display: none;
  }
  .c-section-post .c-list.c-list--primary .c-list__item:not(.c-list--categories .c-list__item):nth-child(4n) {
    margin-right: unset;
  }
  .c-section-post .c-list.c-list--primary .c-card__image {
    height: 214px;
  }
  .c-section-post .c-card--primary .c-card__content {
    padding-top: 16px;
  }
  .c-section-post .c-card--primary .c-card__address {
    margin-bottom: -2px;
  }
  .c-section-post .c-card--primary .c-card__heading {
    margin-bottom: 16px;
    font-size: 0.18rem;
    line-height: 1.4;
  }
  .c-section-post .c-card--primary .c-list--categories .c-list__item {
    margin-right: 8px;
  }
}
@media only screen and (width < 768px) {
  .c-section-post {
    padding: 0.24rem 0 0.64rem;
  }
  .c-section-post__head {
    margin-bottom: 0.24rem;
  }
  .c-section-post__head .c-list--categories .c-list__item {
    margin: 0 0.06rem 0.02rem 0;
  }
  .c-section-post__action {
    margin-top: 0.09rem;
  }
  .c-section-post .c-block-category {
    padding: 0.06rem 0.1rem 0.13rem 0.15rem;
  }
  .c-section-post .c-list.c-list--primary .c-list__item:not(.c-list--categories .c-list__item) {
    width: calc((100% - 0.22rem) / 2);
    margin: 0 0.22rem 0.25rem 0;
  }
  .c-section-post .c-list.c-list--primary .c-list__item:not(.c-list--categories .c-list__item):nth-child(even) {
    margin-right: 0;
  }
  .c-section-post .c-card--primary .c-card__image {
    height: 0.95rem;
  }
  .c-section-post .c-card--primary .c-card__content {
    padding-top: 0.05rem;
  }
  .c-section-post .c-card--primary .c-card__address {
    font-size: 0.12rem;
  }
  .c-section-post .c-card--primary .c-card__heading {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
    line-height: 0.23rem;
  }
}

.c-post {
  overflow-wrap: break-word;
}
.c-post p {
  margin-bottom: 2em;
  font-weight: 400;
}
.c-post p:last-child {
  margin-bottom: 0;
}
.c-post b,
.c-post strong {
  font-weight: 700;
}
.c-post i,
.c-post em {
  font-style: italic;
}
.c-post a {
  color: inherit;
  text-decoration: underline;
}
.c-post a:hover {
  text-decoration: none;
}
.c-post sup,
.c-post sub {
  position: relative;
  font-size: 0.6em;
}
.c-post sup {
  vertical-align: top;
}
.c-post sub {
  vertical-align: bottom;
}
.c-post figure,
.c-post picture,
.c-post img,
.c-post video,
.c-post iframe,
.c-post table {
  max-width: 100%;
  margin-bottom: 2em;
}
.c-post figure:last-child,
.c-post picture:last-child,
.c-post img:last-child,
.c-post video:last-child,
.c-post iframe:last-child,
.c-post table:last-child {
  margin-bottom: 0;
}
.c-post figure img,
.c-post figure video,
.c-post figure iframe,
.c-post figure table {
  margin-bottom: 0;
}
.c-post figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.c-post figcaption:last-child {
  margin-bottom: 0;
}
.c-post blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.c-post blockquote::before, .c-post blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.c-post blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.c-post blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.c-post blockquote:last-child {
  margin-bottom: 0;
}
.c-post pre,
.c-post code {
  margin-bottom: 2em;
}
.c-post pre:last-child,
.c-post code:last-child {
  margin-bottom: 0;
}
.c-post ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.c-post ul:last-child {
  margin-bottom: 0;
}
.c-post ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.c-post ol:last-child {
  margin-bottom: 0;
}
.c-post h2,
.c-post h3,
.c-post h4,
.c-post h5,
.c-post h6 {
  font-weight: 700;
}
.c-post h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
}
.c-post h2:last-child {
  margin-bottom: 0;
}
.c-post h3 {
  margin-bottom: 1em;
  border-bottom: 1px solid #333;
  font-size: 1.6em;
}
.c-post h3:last-child {
  margin-bottom: 0;
}
.c-post h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.c-post h4:last-child {
  margin-bottom: 0;
}
.c-post h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.c-post h5:last-child {
  margin-bottom: 0;
}
.c-post h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.c-post h6:last-child {
  margin-bottom: 0;
}
.c-post > div {
  margin-bottom: 2em;
}
.c-post > div:last-child {
  margin-bottom: 0;
}
.c-post .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post .has-background {
  background-color: #ccc;
}
.c-post .has-small-font-size {
  font-size: 0.13rem;
}
.c-post .has-large-font-size {
  font-size: 0.36rem;
}
.c-post .has-x-large-font-size {
  font-size: 0.42rem;
}
.c-post .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.c-post .wp-block-table thead,
.c-post .wp-block-table tbody,
.c-post .wp-block-table tfoot {
  border: none;
}
.c-post .wp-block-table th,
.c-post .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.c-post .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.c-post .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.c-post .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.c-post .wp-block-column {
  margin: 0 1em;
}
.c-post .wp-block-column:first-child {
  margin-left: 0;
}
.c-post .wp-block-column:last-child {
  margin-right: 0;
}
@media print, (width >= 768px) {
  .c-post p {
    margin-bottom: 42px;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .c-post h2 {
    margin-bottom: 30px;
    font-size: 0.28rem;
    line-height: 1.2142857143;
  }
  .c-post h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 17px;
    padding-bottom: 11px;
    font-size: 0.2rem;
    line-height: 1.2;
  }
}
@media only screen and (width < 768px) {
  .c-post p {
    margin-bottom: 0.34rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .c-post h2 {
    margin-bottom: 0.23rem;
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .c-post h3 {
    margin-bottom: 0.26rem;
    padding-bottom: 0.11rem;
    font-size: 0.18rem;
    line-height: 1.2222222222;
  }
}

#toc_container {
  background-color: #f8f7f7 !important;
  border: 0 !important;
  line-height: 1.5;
}
#toc_container .toc_title {
  font-family: "Inter", sans-serif;
  font-size: 0.2rem;
  font-weight: 700;
  text-align: left !important;
}
#toc_container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#toc_container .toc_list {
  margin-top: 0 !important;
}
#toc_container .toc_list > li > a > .toc_number::after {
  content: ".";
}
#toc_container a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none !important;
  cursor: pointer;
}
#toc_container a:hover {
  opacity: 0.6;
}
@media print, (width >= 768px) {
  #toc_container {
    width: 394px;
    margin: 55px 0 52px !important;
    padding: 12px 32px;
    font-size: 0.16rem;
  }
  #toc_container .toc_title {
    margin-bottom: 3px !important;
  }
  #toc_container ul ul {
    margin-left: 15px;
  }
}
@media only screen and (width < 768px) {
  #toc_container {
    width: 3.35rem;
    margin: -0.07rem 0 0.42rem 0.04rem !important;
    padding: 0.12rem 0.16rem;
    font-size: 0.14rem;
  }
  #toc_container .toc_title {
    margin-bottom: 0.05rem !important;
  }
  #toc_container ul ul {
    margin-left: 0.14rem;
  }
}

.wp-block-image .aligncenter > figcaption {
  text-align: center;
}

.wp-block-image .alignright > figcaption {
  text-align: right;
}

.wp-block-image.alignright {
  margin-left: auto;
}

.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.u-align-center {
  text-align: center;
}

.u-fw-black {
  font-weight: 900;
}

.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.u-hover-trans:hover {
  opacity: 0.6;
}

.u-loading-first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .u-loading-first-view {
  opacity: 1;
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (width < 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, (width >= 768px) {
  .u-sp {
    display: none !important;
  }
}

.p-section-top-blog__description {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-section-top-blog__action {
  width: 2.44rem;
}
@media print, (width >= 768px) {
  .p-section-top-blog {
    padding: 57px 0 80px;
  }
  .p-section-top-blog .c-heading.c-heading--primary {
    margin-bottom: 31px;
  }
  .p-section-top-blog__description {
    margin-bottom: 42px;
    font-size: 0.18rem;
  }
  .p-section-top-blog__action {
    margin: 9px auto 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-blog {
    padding: 0.57rem 0 0.88rem;
  }
  .p-section-top-blog .c-heading.c-heading--primary {
    margin-bottom: 0.13rem;
  }
  .p-section-top-blog__description {
    margin-bottom: 0.35rem;
  }
  .p-section-top-blog__action {
    margin: 0.4rem auto 0;
  }
}

.p-section-top-keyvisual {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-section-top-keyvisual::before, .p-section-top-keyvisual::after {
  content: "";
  position: absolute;
}
.p-section-top-keyvisual__wrapper {
  position: relative;
  z-index: 2;
}
.p-section-top-keyvisual__image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-top-keyvisual__staff {
  position: absolute;
}
.p-section-top-keyvisual__text {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  color: #eb6120;
  font-family: "Hiragino Kaku Gothic", "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 600;
}
.p-section-top-keyvisual__text::before, .p-section-top-keyvisual__text::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(277.62deg, #eb6120 53.95%, #ff8c00 90.43%);
}
.p-section-top-keyvisual__text::before {
  top: 0;
}
.p-section-top-keyvisual__text::after {
  bottom: 0;
}
.p-section-top-keyvisual__layer {
  position: absolute;
}
.p-section-top-keyvisual__layer-item {
  position: relative;
}
@media print, (width >= 768px) {
  .p-section-top-keyvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    padding-top: 154px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(1) {
    z-index: 2;
    top: -570px;
    left: -1031px;
    background: url("../img/top/keyvisual_decor_top_01.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: hard-light;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(2) {
    z-index: 1;
    top: -2506px;
    left: -352px;
    background: url("../img/top/keyvisual_decor_top_02.png") no-repeat 0 0/auto 100%;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -3799px;
    left: -387px;
    background: url("../img/top/keyvisual_decor_top_03.png") no-repeat 0 0/auto 100%;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(1) {
    top: -490px;
    right: -755px;
    background: url("../img/top/keyvisual_decor_bottom_03.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: darken;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(2) {
    top: -1868px;
    right: -827px;
    background: url("../img/top/keyvisual_decor_bottom_02.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: multiply;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -3170px;
    right: -814px;
    background: url("../img/top/keyvisual_decor_bottom_01.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: multiply;
  }
  .p-section-top-keyvisual__layer-item {
    width: 1424px;
    height: 1355px;
  }
  .p-section-top-keyvisual__wrapper {
    width: calc(100% - 60px);
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .p-section-top-keyvisual__badges {
    width: 469px;
    margin-bottom: 10px;
  }
  .p-section-top-keyvisual__title {
    width: 712px;
    margin-bottom: 16px;
  }
  .p-section-top-keyvisual__staff {
    right: calc(50% - 514px);
    bottom: 0;
    width: 409px;
  }
  .p-section-top-keyvisual__text {
    margin-left: -2px;
    padding: 15px 14px 15px 0;
    line-height: 24px;
  }
}
@media only screen and (width >= 1600px) {
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(1) {
    top: -640px;
    left: -930px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(2) {
    top: -2415px;
    left: -420px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -3600px;
    left: -570px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(1) {
    top: -580px;
    right: -1255px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(2) {
    top: -1868px;
    right: -1227px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -3170px;
    right: -1214px;
  }
}
@media only screen and (width >= 2100px) {
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(1) {
    top: -480px;
    right: -1255px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(2) {
    top: -1760px;
    right: -1230px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -3150px;
    right: -1330px;
  }
}
@media only screen and (width >= 2300px) {
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(1) {
    top: -260px;
    right: -1255px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(2) {
    top: -1520px;
    right: -1230px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -2910px;
    right: -1350px;
  }
}
@media only screen and (width >= 2500px) {
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(1) {
    top: -280px;
    right: -1425px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(2) {
    top: -1698px;
    right: -1560px;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -2910px;
    right: -1470px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-keyvisual {
    padding-top: 0.92rem;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(1) {
    z-index: 2;
    top: -0.92rem;
    left: 0;
    background: url("../img/top/sp/keyvisual_decor_top_01.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: hard-light;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(2) {
    z-index: 1;
    top: -4.29rem;
    left: 0;
    background: url("../img/top/sp/keyvisual_decor_top_02.png") no-repeat 0 0/auto 100%;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--left .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -7.33rem;
    left: -0.37rem;
    background: url("../img/top/sp/keyvisual_decor_top_03.png") no-repeat 0 0/auto 100%;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item {
    height: 5.46rem;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(1) {
    top: -0.92rem;
    right: 0;
    background: url("../img/top/sp/keyvisual_decor_bottom_03.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: darken;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(2) {
    top: -6.38rem;
    right: 0;
    background: url("../img/top/sp/keyvisual_decor_bottom_02.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: multiply;
  }
  .p-section-top-keyvisual__layer.p-section-top-keyvisual__layer--right .p-section-top-keyvisual__layer-item:nth-child(3) {
    top: -11.8rem;
    right: 0.04rem;
    background: url("../img/top/sp/keyvisual_decor_bottom_01.png") no-repeat 0 0/auto 100%;
    mix-blend-mode: multiply;
  }
  .p-section-top-keyvisual__layer-item {
    width: 3.9rem;
    height: 3.37rem;
  }
  .p-section-top-keyvisual__wrapper {
    padding: 0 0.24rem 0.6rem;
  }
  .p-section-top-keyvisual__badges {
    width: 3.41rem;
    margin-bottom: 0.16rem;
  }
  .p-section-top-keyvisual__title {
    width: 2.92rem;
    margin-bottom: 0.24rem;
  }
  .p-section-top-keyvisual__text {
    width: 2.2rem;
    padding: 0.1rem 0.04rem 0.08rem 0;
    font-size: 0.12rem;
    line-height: 0.18rem;
  }
  .p-section-top-keyvisual__staff {
    right: 0;
    bottom: 0;
    width: 2.18rem;
  }
}

.p-section-top-lead {
  position: relative;
  background-color: #e6dedf;
}
.p-section-top-lead::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e6dedf;
}
.p-section-top-lead__heading {
  position: relative;
  border-top: 0.02rem solid #ba2626;
  border-bottom: 0.02rem solid #ba2626;
  color: #ba2626;
  font-weight: 900;
  text-align: center;
}
.p-section-top-lead__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.2rem;
  height: 0.1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ba2626;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-section-top-lead__list {
  padding-left: 0;
  list-style-type: none;
}
.p-section-top-lead__wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-section-top-lead__title {
  color: #ba2525;
  font-weight: 700;
}
@media print, (width >= 768px) {
  .p-section-top-lead {
    padding: 109px 0 52px;
  }
  .p-section-top-lead::after {
    bottom: -29px;
    width: 90px;
    height: 30px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .p-section-top-lead__heading {
    margin: 0 60px 34px;
    padding: 16px 0;
    font-size: 0.24rem;
    line-height: 1.3333333333;
  }
  .p-section-top-lead__heading::after {
    bottom: -11.5px;
  }
  .p-section-top-lead__thumbnail {
    width: 924px;
    margin: 34px auto 0;
  }
  .p-section-top-lead__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 58.8px;
  }
  .p-section-top-lead__item {
    width: 25%;
    padding: 0 1.8px;
  }
  .p-section-top-lead__image {
    height: 100px;
  }
  .p-section-top-lead__content {
    padding: 12px 14px 15px;
  }
  .p-section-top-lead__title {
    margin-bottom: 5px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .p-section-top-lead__text {
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-lead {
    padding: 0.42rem 0 0.47rem;
  }
  .p-section-top-lead::after {
    bottom: -0.14rem;
    width: 0.45rem;
    height: 0.15rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .p-section-top-lead__heading {
    margin-bottom: 0.18rem;
    padding: 0.12rem 0;
    font-size: 0.22rem;
    line-height: 1.4545454545;
  }
  .p-section-top-lead__heading::after {
    bottom: -0.11rem;
  }
  .p-section-top-lead__thumbnail {
    margin: 0.18rem -0.24rem 0;
  }
  .p-section-top-lead__list {
    margin-bottom: 0;
  }
  .p-section-top-lead__item {
    margin-bottom: 0.12rem;
  }
  .p-section-top-lead__item:last-child {
    margin-bottom: 0;
  }
  .p-section-top-lead__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 1.08rem;
  }
  .p-section-top-lead__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.08rem;
  }
  .p-section-top-lead__content {
    padding: 0.12rem 0.14rem 0.16rem;
  }
  .p-section-top-lead__title {
    margin-bottom: 0.04rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .p-section-top-lead__text {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
}

.p-section-top-affiliation__about-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.p-section-top-affiliation__about-item:last-child {
  margin-bottom: 0;
}
.p-section-top-affiliation__about-heading {
  position: relative;
  background-color: #eb6120;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-section-top-affiliation__about-heading::after {
  content: "";
  position: absolute;
  bottom: -0.12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 0.15rem solid #eb6120;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
}
.p-section-top-affiliation__about-title {
  font-weight: 700;
}
.p-section-top-affiliation__about-highlight {
  color: #eb6120;
}
.p-section-top-affiliation__about-text, .p-section-top-affiliation__service-text {
  font-size: 0.15rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: justify;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}
.p-section-top-affiliation__about-image {
  width: 2.68rem;
}
.p-section-top-affiliation sub {
  position: relative;
  top: -0.05rem;
  font-size: 0.09rem;
}
.p-section-top-affiliation__about-note {
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
}
.p-section-top-affiliation__banner, .p-section-top-affiliation__service {
  padding-left: 0;
  list-style-type: none;
}
.p-section-top-affiliation__service {
  position: relative;
}
.p-section-top-affiliation__service-item {
  background: #fff;
  -webkit-box-shadow: 0.04rem 0.04rem 0.17rem rgba(0, 0, 0, 0.16);
  box-shadow: 0.04rem 0.04rem 0.17rem rgba(0, 0, 0, 0.16);
}
.p-section-top-affiliation__service-item:last-child {
  margin-bottom: 0;
}
.p-section-top-affiliation__service-title {
  font-weight: 700;
}
.p-section-top-affiliation__service-highlight {
  color: #eb6120;
}
.p-section-top-affiliation__contact {
  background-color: #fff3b3;
}
.p-section-top-affiliation__contact-title {
  color: #eb6120;
  font-weight: 900;
  line-height: 1.45;
}
.p-section-top-affiliation__contact-text {
  font-size: 0.15rem;
  line-height: 1.5;
}
.p-section-top-affiliation__contact-button .c-button--secondary {
  -webkit-box-shadow: 0 0.02rem 0.02rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.02rem 0.02rem rgba(0, 0, 0, 0.25);
}
.p-section-top-affiliation__slogan {
  display: block;
  height: 1.6rem;
  margin: auto;
}
@media print, (width >= 768px) {
  .p-section-top-affiliation {
    padding: 84px 0 50px;
  }
  .p-section-top-affiliation .c-heading--primary {
    line-height: 1.45;
  }
  .p-section-top-affiliation__about {
    margin: 53px 0 26px;
  }
  .p-section-top-affiliation__about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .p-section-top-affiliation__about-heading {
    margin-bottom: 35px;
    padding: 6px 20px 7px;
    font-size: 0.3rem;
  }
  .p-section-top-affiliation__about-title {
    margin-bottom: 13px;
    font-size: 0.26rem;
    line-height: 31px;
  }
  .p-section-top-affiliation__about-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 3px;
    margin-right: 15px;
  }
  .p-section-top-affiliation__about-note {
    margin-top: 11px;
  }
  .p-section-top-affiliation__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px 51px;
  }
  .p-section-top-affiliation__banner-item {
    width: 33.3333333333%;
    height: 120px;
    padding: 0 7.5px;
  }
  .p-section-top-affiliation__service {
    margin: 0 -2px 0 2px;
  }
  .p-section-top-affiliation__service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
  }
  .p-section-top-affiliation__service-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 197px;
    height: 202px;
    margin-right: 36px;
  }
  .p-section-top-affiliation__service-title {
    margin-bottom: 6px;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .p-section-top-affiliation__service-content {
    padding: 18px 35px 20px 0;
  }
  .p-section-top-affiliation__contact {
    margin: -50px 0 48px;
    padding: 92px 0 27px;
  }
  .p-section-top-affiliation__contact-title {
    margin-bottom: 2px;
    font-size: 0.24rem;
  }
  .p-section-top-affiliation__contact-wrapper {
    position: relative;
    width: calc(100% - 60px);
    max-width: 924px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 300px 0 4px;
  }
  .p-section-top-affiliation__contact-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 295px;
  }
  .p-section-top-affiliation__slogan {
    max-width: 924px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-affiliation {
    padding: 0.36rem 0 0.2rem;
  }
  .p-section-top-affiliation .c-heading--primary {
    line-height: 1.45;
  }
  .p-section-top-affiliation__about {
    margin: 0.21rem 0 0.25rem;
  }
  .p-section-top-affiliation__about-item {
    margin-bottom: 0.33rem;
  }
  .p-section-top-affiliation__about-heading {
    margin-bottom: 0.24rem;
    padding: 0.08rem 0.2rem 0.09rem;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .p-section-top-affiliation__about-title {
    margin-bottom: 0.13rem;
    font-size: 0.22rem;
    line-height: 1.2;
  }
  .p-section-top-affiliation__about-image {
    margin: 0 auto 0.23rem;
  }
  .p-section-top-affiliation__about-note {
    margin-top: 0.11rem;
  }
  .p-section-top-affiliation__banner {
    margin-bottom: 0.6rem;
  }
  .p-section-top-affiliation__banner-item {
    height: 1.2rem;
  }
  .p-section-top-affiliation__banner-item:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .p-section-top-affiliation__service {
    margin-bottom: 0;
  }
  .p-section-top-affiliation__service-item {
    margin-bottom: 0.24rem;
  }
  .p-section-top-affiliation__service-image {
    width: 3.42rem;
    height: 1.2rem;
  }
  .p-section-top-affiliation__service-title {
    margin-bottom: 0.1rem;
    font-size: 0.22rem;
    line-height: 0.26rem;
  }
  .p-section-top-affiliation__service-content {
    padding: 0.29rem 0.28rem;
  }
  .p-section-top-affiliation__contact {
    margin: -0.74rem 0 0.32rem;
    padding: 1.44rem 0 0.52rem;
  }
  .p-section-top-affiliation__contact-title {
    margin-bottom: 0.05rem;
    font-size: 0.18rem;
  }
  .p-section-top-affiliation__contact-wrapper {
    padding: 0 0.24rem;
  }
  .p-section-top-affiliation__contact-text {
    margin-bottom: 0.14rem;
  }
  .p-section-top-affiliation__contact-button {
    width: 2.95rem;
    margin: auto;
  }
  .p-section-top-affiliation__slogan {
    width: 3.72rem;
  }
}

.p-section-top-flow__inner {
  background-color: #fff4ef;
}
.p-section-top-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  list-style-type: none;
}
.p-section-top-flow__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.92rem;
  margin-right: 0.08rem;
  padding: 0.22rem 0.17rem 0.17rem;
  border: 0.02rem solid #eb6120;
  background-color: #fff;
  line-height: 1.5;
}
.p-section-top-flow__item:last-child {
  margin-right: 0;
}
.p-section-top-flow__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.08rem;
}
.p-section-top-flow__index-number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.13rem;
  padding: 0.12rem 0.1rem 0.03rem;
  border-radius: 0.17rem;
  background-color: #eb6120;
  color: #fff;
  font-family: "Noto Sans Javanese", sans-serif;
  font-size: 0.18rem;
  line-height: 1;
}
.p-section-top-flow__index-text {
  color: #eb6120;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 0.14rem;
}
.p-section-top-flow__title {
  margin-bottom: 0.03rem;
  font-size: 0.2rem;
}
.p-section-top-flow__text {
  font-size: 0.14rem;
}
.p-section-top-flow .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 0.04rem !important;
  opacity: 1 !important;
}
.p-section-top-flow .mCSB_draggerContainer {
  background-color: #fff;
}
.p-section-top-flow .mCSB_dragger_bar {
  margin: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #fea49f !important;
}
.p-section-top-flow .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0.14rem !important;
}
@media print, (width >= 768px) {
  .p-section-top-flow {
    padding-top: 19px;
  }
  .p-section-top-flow__inner {
    margin-top: 39px;
    padding: 60px 0 46px;
  }
  .p-section-top-flow__content {
    margin-right: -2px;
  }
  .p-section-top-flow__list {
    padding-left: 2px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-flow {
    padding-top: 0.25rem;
  }
  .p-section-top-flow .c-heading {
    line-height: 1.46;
  }
  .p-section-top-flow__inner {
    margin-top: 0.31rem;
    padding: 0.6rem 0 0.46rem;
  }
  .p-section-top-flow__content {
    margin-right: -0.24rem;
  }
  .p-section-top-flow__content .mCustomScrollBox {
    padding-right: 0.24rem;
  }
  .p-section-top-flow__list {
    padding-left: 0;
  }
  .p-section-top-flow__index-number {
    padding-right: 0.1rem;
  }
}

.p-section-top-trust__heading {
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
}
.p-section-top-trust__heading-highlight {
  display: inline-block;
  background: linear-gradient(277.62deg, #eb6120 53.95%, #ff8c00 90.43%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.p-section-top-trust__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff4ef;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
.p-section-top-trust__subtitle-number {
  font-family: "Noto Sans Display", sans-serif;
}
.p-section-top-trust__subtitle-label {
  position: relative;
  background-color: #eb6120;
  color: #fff;
}
.p-section-top-trust__subtitle-main {
  color: #eb6120;
}
.p-section-top-trust__list, .p-section-top-trust__renovation-list, .p-section-top-trust__compare-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.p-section-top-trust__item:last-child {
  margin-bottom: 0;
}
.p-section-top-trust__renovation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-section-top-trust__renovation-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #a49f9f;
  border-bottom: 1px solid #a49f9f;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-section-top-trust__renovation-text {
  font-size: 0.14rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.p-section-top-trust__compare-item:last-child {
  margin-bottom: 0;
}
.p-section-top-trust__compare-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-section-top-trust__compare-title {
  background-color: #d5d5d6;
  font-weight: 400;
  text-align: center;
}
.p-section-top-trust__compare-item--us .p-section-top-trust__compare-title {
  background-color: #ffa800;
  font-weight: 500;
}
@media print, (width >= 768px) {
  .p-section-top-trust {
    padding: 3px 0 124px;
  }
  .p-section-top-trust__heading {
    margin-bottom: 80px;
    font-size: 0.32rem;
  }
  .p-section-top-trust__heading-highlight {
    padding: 0 0 1px 10px;
    background-position: right calc(100% + 4px);
    font-size: 0.4rem;
    line-height: 1.1;
  }
  .p-section-top-trust__subtitle {
    margin-bottom: 48px;
    padding: 26px 20px 12px;
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .p-section-top-trust__subtitle-label {
    top: -1px;
    left: 2px;
    margin: 0 8px;
    padding: 2px 5px 2px 4px;
    font-size: 0.24rem;
  }
  .p-section-top-trust__subtitle-main {
    font-size: 0.36rem;
  }
  .p-section-top-trust__item {
    margin-bottom: 59px;
  }
  .p-section-top-trust__renovation-list {
    margin: 0 -10px -20px;
  }
  .p-section-top-trust__renovation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .p-section-top-trust__renovation-title {
    min-height: 75px;
    margin-bottom: 16px;
    padding: 2px 10px 4px;
    font-size: 0.2rem;
  }
  .p-section-top-trust__renovation-image {
    width: 216px;
    height: 128px;
    margin-bottom: 10px;
  }
  .p-section-top-trust__renovation-text {
    margin-right: -1px;
  }
  .p-section-top-trust__compare-item {
    margin-bottom: 33px;
  }
  .p-section-top-trust__compare-title {
    display: inline-block;
    min-width: 337px;
    margin-bottom: 17px;
    padding: 3px 42px 2px 43px;
    font-size: 0.18rem;
    line-height: 1.65;
    clip-path: polygon(97.3% 0%, 100% 50%, 97.3% 100%, 0 100%, 0 0);
  }
  .p-section-top-trust__compare-flow {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 44px;
  }
  .p-section-top-trust__compare-dot {
    position: relative;
    top: 0;
    font-size: 0.22rem;
    line-height: 1;
  }
  .p-section-top-trust__compare-item--us .p-section-top-trust__compare-title {
    margin-left: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.22rem;
    line-height: 1.5;
    clip-path: polygon(95.5% 0%, 100% 50%, 95.5% 100%, 0 100%, 0 0);
  }
  .p-section-top-trust__compare-item--us .p-section-top-trust__compare-flow {
    margin-top: -57px;
  }
  .p-section-top-trust__compare-item--us .p-section-top-trust__compare-dot {
    top: 1px;
    font-size: 0.27rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-trust {
    padding: 0.05rem 0 0.09rem;
  }
  .p-section-top-trust__heading {
    margin-bottom: 0.51rem;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .p-section-top-trust__heading-highlight {
    margin-bottom: 0.07rem;
    padding-left: 0.1rem;
    background-position: right calc(100% + 0.03rem);
    font-size: 0.28rem;
    line-height: 1.3;
  }
  .p-section-top-trust__subtitle {
    margin: 0 -0.24rem 0.32rem;
    padding: 0.23rem 0.2rem 0.17rem;
    font-size: 0.18rem;
    line-height: 1.65;
  }
  .p-section-top-trust__subtitle-label {
    top: -1px;
    left: 0.04rem;
    margin: 0 0.06rem;
    padding: 0.02rem 0.12rem 0.03rem;
    font-size: 0.16rem;
    font-weight: 500;
  }
  .p-section-top-trust__subtitle-main {
    margin-top: 0.04rem;
    font-size: 0.22rem;
    line-height: 1.36;
  }
  .p-section-top-trust__item {
    margin-bottom: 0.49rem;
  }
  .p-section-top-trust__renovation-list {
    margin: 0 -0.08rem -0.19rem;
  }
  .p-section-top-trust__renovation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-bottom: 0.19rem;
    padding: 0 0.08rem;
  }
  .p-section-top-trust__renovation-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0.16rem;
    padding: 0.07rem 0.02rem 0.09rem;
    font-size: 0.18rem;
  }
  .p-section-top-trust__renovation-text {
    min-height: 0.84rem;
  }
  .p-section-top-trust__renovation-image {
    width: 1.63rem;
    height: 1.28rem;
    margin-bottom: 0.1rem;
  }
  .p-section-top-trust__compare {
    margin-top: -0.04rem;
  }
  .p-section-top-trust__compare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-top-trust__compare-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin-bottom: 0.35rem;
  }
  .p-section-top-trust__compare-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0.64rem;
    margin-bottom: 0.17rem;
    padding: 0.02rem 0.2rem 0.04rem;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .p-section-top-trust__compare-title::after {
    content: "";
    position: absolute;
    bottom: -0.12rem;
    left: 50%;
    width: 0.16rem;
    height: 0.12rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d5d5d6;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .p-section-top-trust__compare-item--us .p-section-top-trust__compare-title {
    margin-bottom: 0.21rem;
    font-weight: 700;
    line-height: 1.45;
  }
  .p-section-top-trust__compare-item--us .p-section-top-trust__compare-title::after {
    background-color: #ffa800;
  }
}

.p-section-top-warning {
  position: relative;
}
.p-section-top-warning::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  border-top: 0.3rem solid #e6dedf;
  border-right: 0.45rem solid transparent;
  border-left: 0.45rem solid transparent;
}
.p-section-top-warning__heading {
  color: #fff;
  text-align: center;
}
.p-section-top-warning__heading-text {
  display: inline-block;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
}
.p-section-top-warning__heading-text::after {
  content: "";
  position: absolute;
  background: url("../img/top/mark_icn.svg") no-repeat 0 0/100% auto;
}
.p-section-top-warning__heading-title {
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.2;
}
.p-section-top-warning__heading-tag {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.p-section-top-warning__heading-tag-text {
  position: relative;
}
.p-section-top-warning__heading-tag img {
  display: block;
  width: 100%;
}
.p-section-top-warning__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-top-warning__item {
  position: relative;
  background: #f4f4f4;
}
.p-section-top-warning__item::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.p-section-top-warning__item-title {
  color: #ba2525;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-section-top-warning__item-description {
  color: #333;
  line-height: 1.6;
  text-align: center;
}
.p-section-top-warning__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1.2;
  list-style: none;
}
.p-section-top-warning__item-tag > li {
  position: relative;
  background: #ffdc00;
}
.p-section-top-warning__item-tag > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("../img/top/plus_icn.svg") no-repeat center center/100% auto;
}
.p-section-top-warning__item-tag > li:last-child {
  margin-right: 0;
}
.p-section-top-warning__item-tag > li:last-child::after {
  display: none;
}
@media print, (width >= 768px) {
  .p-section-top-warning {
    padding: 44px 0 40px;
    background: url("../img/top/warning_bg.jpg") no-repeat center center/cover;
  }
  .p-section-top-warning::before {
    margin-left: -45px;
  }
  .p-section-top-warning__heading {
    padding: 21px 20px 5px;
    border-radius: 8px;
    background: linear-gradient(96.43deg, #ba2525 27.13%, #351101 69.19%);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
  .p-section-top-warning__heading-text {
    margin-bottom: 26px;
    padding-right: 22px;
    font-size: 0.18rem;
  }
  .p-section-top-warning__heading-text::after {
    top: 2px;
    right: 10px;
    width: 13px;
    height: 19px;
  }
  .p-section-top-warning__heading-title {
    font-size: 0.36rem;
  }
  .p-section-top-warning__heading-tag {
    top: -14px;
    left: -2px;
    width: 267px;
    margin-left: -6px;
  }
  .p-section-top-warning__heading-tag-text {
    top: -4px;
  }
  .p-section-top-warning__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-top-warning__item {
    width: 454px;
    height: 100%;
    margin-top: 23px;
    padding: 22px 20px 33px;
  }
  .p-section-top-warning__item::before {
    top: -13px;
    width: 29px;
    height: 26px;
    background: url("../img/top/warning_icn.svg") no-repeat center center/100% auto;
  }
  .p-section-top-warning__item-title {
    margin-bottom: 3px;
    font-size: 0.22rem;
  }
  .p-section-top-warning__item-description {
    margin-bottom: 13px;
    font-size: 0.15rem;
  }
  .p-section-top-warning__item-tag > li {
    margin-right: 25px;
    padding: 4px 16px;
  }
  .p-section-top-warning__item-tag > li::after {
    right: -17px;
    width: 9px;
    height: 9px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-warning {
    padding: 0 0 0.4rem;
    background: url("../img/top/sp/warning_bg.jpg") no-repeat 0 0/100% 100%;
  }
  .p-section-top-warning::before {
    margin-left: -0.24rem;
    border-top-width: 0.16rem;
    border-right-width: 0.24rem;
    border-left-width: 0.24rem;
  }
  .p-section-top-warning::after {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 50%;
    margin-left: -0.23rem;
    border-top: 0.16rem solid #856165;
    border-right: 0.23rem solid transparent;
    border-left: 0.23rem solid transparent;
  }
  .p-section-top-warning__heading {
    margin: 0 -0.24rem;
    padding: 0.2rem 0.14rem 0.22rem;
    background: linear-gradient(110.77deg, #ba2525 11.78%, #351101 82.26%);
    -webkit-box-shadow: 0 0.1rem 0.15rem -0.03rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 0.15rem -0.03rem rgba(0, 0, 0, 0.1);
  }
  .p-section-top-warning__heading-text {
    margin-bottom: 0.26rem;
    padding-right: 0.22rem;
    font-size: 0.14rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .p-section-top-warning__heading-text::after {
    top: 0.03rem;
    right: 0.06rem;
    width: 0.09rem;
    height: 0.14rem;
  }
  .p-section-top-warning__heading-title {
    font-size: 0.2rem;
  }
  .p-section-top-warning__heading-tag {
    left: 1px;
    width: 2.32rem;
    margin-top: -0.27rem;
    margin-left: -0.17rem;
  }
  .p-section-top-warning__heading-tag-text {
    display: inline-block;
    margin-top: 0.03rem;
    line-height: 1;
    vertical-align: top;
  }
  .p-section-top-warning__item {
    margin-top: 0.24rem;
    padding: 0.24rem 0.2rem 0.26rem;
  }
  .p-section-top-warning__item::before {
    top: -0.13rem;
    width: 0.29rem;
    height: 0.26rem;
    background: url("../img/top/warning_icn.svg") no-repeat center center/100% auto;
  }
  .p-section-top-warning__item-title {
    margin-bottom: 0.02rem;
    font-size: 0.2rem;
  }
  .p-section-top-warning__item-description {
    margin-bottom: 0.13rem;
    font-size: 0.14rem;
  }
  .p-section-top-warning__item-tag > li {
    margin-right: 0.25rem;
    padding: 0.05rem 0.16rem 0.04rem;
  }
  .p-section-top-warning__item-tag > li::after {
    right: -0.17rem;
    width: 0.09rem;
    height: 0.09rem;
  }
}

.p-section-top-pricing__heading {
  position: relative;
  background: #eb6120;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.p-section-top-pricing__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  border-top: 0.21rem solid #eb6120;
  border-right: 0.21rem solid transparent;
  border-left: 0.21rem solid transparent;
}
.p-section-top-pricing__heading-title {
  font-weight: 900;
}
.p-section-top-pricing__heading-attention {
  color: #fff3b3;
}
.p-section-top-pricing__heading p:last-child {
  margin-bottom: 0;
}
.p-section-top-pricing__box {
  background: #fff4ef;
}
.p-section-top-pricing__box-title {
  color: #eb6120;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-section-top-pricing__box-description {
  line-height: 1.5;
}
.p-section-top-pricing__list {
  padding-left: 0;
  list-style: none;
}
.p-section-top-pricing__item p:last-child {
  margin-bottom: 0;
}
.p-section-top-pricing__item-heading {
  font-size: 0.15rem;
  line-height: 1.5;
  text-align: center;
}
.p-section-top-pricing__item-icon {
  width: 0.88rem;
  margin: 0 auto 0.06rem;
}
.p-section-top-pricing__item-title {
  margin-bottom: 0;
  color: #4181ca;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-section-top-pricing__item-title--orange {
  color: #e8692b;
}
.p-section-top-pricing__item-title--red {
  color: #c30d23;
}
.p-section-top-pricing__item-title--blue {
  color: #526da3;
}
.p-section-top-pricing__item-subtitle {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-section-top-pricing__item-description {
  font-size: 0.14rem;
  line-height: 1.8;
}
.p-section-top-pricing__item-description--attention {
  margin-bottom: 0;
  color: #eb6120;
  font-weight: 500;
}
.p-section-top-pricing__item-price {
  text-align: center;
}
.p-section-top-pricing__item-price-text {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-section-top-pricing__item-price-number {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.3rem;
}
.p-section-top-pricing__item-text {
  background: #eb6120;
  color: #fff;
}
.p-section-top-pricing__item-text > span {
  font-size: 0.14rem;
}
.p-section-top-pricing__note {
  line-height: 1.5;
  text-align: center;
}
.p-section-top-pricing__text {
  text-align: center;
}
.p-section-top-pricing__text > span {
  display: inline-block;
  position: relative;
  color: #eb6120;
  font-weight: 700;
  line-height: 1.2;
}
.p-section-top-pricing__text > span::before, .p-section-top-pricing__text > span::after {
  content: "";
  position: absolute;
  border-left: 0.02rem solid #eb6120;
}
.p-section-top-pricing__text > span::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-section-top-pricing__text > span::after {
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-section-top-pricing__button {
  text-align: center;
}
.p-section-top-pricing__link {
  display: inline-block;
  position: relative;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-bottom: 1px solid #eb6120;
  color: #eb6120;
  font-weight: 500;
  text-decoration: none;
}
.p-section-top-pricing__link::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.17rem;
  height: 0.17rem;
  background: url("../img/common/arrow_icn_01.svg") no-repeat center center/100% auto;
}
.p-section-top-pricing__link:hover {
  border-color: transparent;
}
.p-section-top-pricing .c-button--secondary {
  margin: 0 auto;
}
@media print, (width >= 768px) {
  .p-section-top-pricing {
    padding-top: 61px;
  }
  .p-section-top-pricing .l-wrapper {
    max-width: 1000px;
  }
  .p-section-top-pricing__heading {
    width: 720px;
    margin: 0 auto;
    padding: 22px 20px 25px;
    border-radius: 20px 20px 0 0;
    font-size: 0.16rem;
    line-height: 1.2;
  }
  .p-section-top-pricing__heading::after {
    bottom: -20px;
    margin-left: -21px;
  }
  .p-section-top-pricing__heading-title {
    margin-bottom: 3px;
    padding-right: 9px;
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .p-section-top-pricing__box {
    padding: 32px 38px 44px;
  }
  .p-section-top-pricing__box-title {
    margin-bottom: 1px;
    text-align: center;
  }
  .p-section-top-pricing__box-description {
    margin-bottom: 12px;
    font-size: 0.15rem;
    text-align: center;
  }
  .p-section-top-pricing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 64px;
    border: 4px solid #eb6120;
    background: #fff;
  }
  .p-section-top-pricing__item {
    width: calc(25% + 2px);
    border-right: 1px solid #eb6120;
  }
  .p-section-top-pricing__item:nth-of-type(1) {
    width: calc(25% - 2px);
  }
  .p-section-top-pricing__item:nth-of-type(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-section-top-pricing__item:last-child {
    border: none;
  }
  .p-section-top-pricing__item-heading {
    padding: 36px 10px 33px;
  }
  .p-section-top-pricing__item-subtitle {
    margin-bottom: 3px;
  }
  .p-section-top-pricing__item-group {
    display: block !important;
    height: auto !important;
  }
  .p-section-top-pricing__item-row {
    position: relative;
    padding: 13px 20px 12px;
    border-top: 1px solid #cecece;
  }
  .p-section-top-pricing__item-description--attention {
    padding-top: 3px;
  }
  .p-section-top-pricing__item-price {
    padding: 16px 10px 29px;
  }
  .p-section-top-pricing__item-price-text {
    margin-bottom: 5px;
  }
  .p-section-top-pricing__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    padding-right: 5px;
  }
  .p-section-top-pricing__item-text > span {
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .p-section-top-pricing__item-text--last {
    bottom: -4px;
  }
  .p-section-top-pricing__item .c-list--note {
    margin-top: 2px;
    margin-bottom: 6px;
  }
  .p-section-top-pricing__note {
    margin: 26px 0 5px;
    font-size: 0.15rem;
  }
  .p-section-top-pricing__text {
    margin-bottom: 9px;
  }
  .p-section-top-pricing__text > span {
    padding: 0 26px;
    font-size: 0.2rem;
  }
  .p-section-top-pricing__text > span::before, .p-section-top-pricing__text > span::after {
    top: 2px;
    height: 24px;
  }
  .p-section-top-pricing__button {
    margin-top: 23px;
  }
  .p-section-top-pricing__link {
    padding-right: 49px;
    padding-bottom: 5px;
    font-size: 0.15rem;
  }
  .p-section-top-pricing__link::after {
    top: 6px;
  }
  .p-section-top-pricing__contact {
    width: 568px;
    margin: auto;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-pricing {
    padding-top: 0.41rem;
  }
  .p-section-top-pricing .l-wrapper {
    padding: 0;
  }
  .p-section-top-pricing__heading {
    padding: 0.16rem 0.24rem 0.19rem;
    border-radius: 0.2rem 0.2rem 0 0;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .p-section-top-pricing__heading::after {
    bottom: -0.1rem;
    margin-left: -0.16rem;
    border-top-width: 0.11rem;
    border-right-width: 0.16rem;
    border-left-width: 0.16rem;
  }
  .p-section-top-pricing__heading-title {
    margin-bottom: 2px;
    font-size: 0.24rem;
    line-height: 1.3;
  }
  .p-section-top-pricing__box {
    padding: 0.3rem 0.24rem 0.56rem;
  }
  .p-section-top-pricing__box-title {
    margin-bottom: 1px;
  }
  .p-section-top-pricing__box-description {
    margin-bottom: 0.19rem;
    font-size: 0.14rem;
  }
  .p-section-top-pricing__list {
    margin: 0 0 0.5rem;
  }
  .p-section-top-pricing__item {
    position: relative;
    margin-bottom: 0.36rem;
    padding: 0.19rem 0.19rem 0.3rem;
    border: 1px solid #eb6120;
    background: #fff;
  }
  .p-section-top-pricing__item:last-child {
    margin-bottom: 0;
  }
  .p-section-top-pricing__item-subtitle {
    margin-bottom: 3px;
  }
  .p-section-top-pricing__item-row {
    height: auto !important;
    padding: 0.14rem 0.08rem 0;
  }
  .p-section-top-pricing__item-row:first-child {
    padding-top: 0.15rem;
  }
  .p-section-top-pricing__item-row:last-child {
    margin-bottom: 0;
  }
  .p-section-top-pricing__item-group {
    display: none;
  }
  .p-section-top-pricing__item-description--attention {
    padding-top: 3px;
  }
  .p-section-top-pricing__item-price {
    padding-top: 0.17rem;
  }
  .p-section-top-pricing__item-price-text {
    margin-bottom: 5px;
  }
  .p-section-top-pricing__item-price .p-section-top-pricing__item-text {
    margin-bottom: 0.16rem;
  }
  .p-section-top-pricing__item-text {
    margin: 0 -0.08rem 0.13rem;
    padding: 0.05rem 0.2rem 0.06rem;
    text-align: center;
  }
  .p-section-top-pricing__item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: -0.21rem;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.84rem;
    height: 0.4rem;
    margin: 0 auto;
    padding: 0.04rem 0.42rem 0.04rem 0.3rem;
    border-radius: 0.4rem;
    background: #eb6120;
    color: #fff;
    font-size: 0.15rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .p-section-top-pricing__item-button::before {
    content: "詳しく見る";
  }
  .p-section-top-pricing__item-button-icon {
    position: absolute;
    top: 0;
    right: 0.24rem;
    bottom: 0;
    width: 0.2rem;
    height: 0.2rem;
    margin: auto 0;
  }
  .p-section-top-pricing__item-button-icon::before, .p-section-top-pricing__item-button-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: no-repeat center center/100% auto;
  }
  .p-section-top-pricing__item-button-icon::before {
    background-image: url("../img/top/sp/plus_icn_01.svg");
  }
  .p-section-top-pricing__item-button-icon::after {
    opacity: 0;
    background-image: url("../img/top/sp/plus_icn_02.svg");
  }
  .p-section-top-pricing__item-button.is-active::before {
    content: "閉じる";
  }
  .p-section-top-pricing__item-button.is-active .p-section-top-pricing__item-button-icon::before {
    opacity: 0;
  }
  .p-section-top-pricing__item-button.is-active .p-section-top-pricing__item-button-icon::after {
    opacity: 1;
  }
  .p-section-top-pricing__item .c-list--note {
    margin-top: 2px;
    margin-bottom: 6px;
  }
  .p-section-top-pricing__note {
    margin-bottom: 0.06rem;
    font-size: 0.14rem;
  }
  .p-section-top-pricing__text {
    margin-bottom: 0.06rem;
  }
  .p-section-top-pricing__text > span {
    padding: 0 0.27rem;
    font-size: 0.18rem;
  }
  .p-section-top-pricing__text > span::before, .p-section-top-pricing__text > span::after {
    top: 50%;
    height: 0.24rem;
    margin-top: -0.1rem;
  }
  .p-section-top-pricing__button {
    margin-top: 0.14rem;
  }
  .p-section-top-pricing__link {
    padding-right: 0.49rem;
    padding-bottom: 0.03rem;
    font-size: 0.14rem;
  }
  .p-section-top-pricing__link::after {
    top: 0.04rem;
  }
  .p-section-top-pricing__contact {
    margin: 0 -0.04rem;
  }
  .p-section-top-pricing__contact .c-button--secondary .c-button__wrapper::before {
    margin-top: 1px;
  }
  .p-section-top-pricing__contact .c-button--secondary::after {
    right: 0.2rem;
  }
}

.p-section-top-advantage__title {
  position: relative;
  background: #fff3b3;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.p-section-top-advantage__title::before {
  content: "";
  position: absolute;
  left: 0;
  margin: 0 auto;
  background: url("../img/top/tooltip_txt.svg") no-repeat center center/100% auto;
}
.p-section-top-advantage__title-text {
  display: inline-block;
  position: relative;
  font-weight: 900;
}
.p-section-top-advantage__title-text::before, .p-section-top-advantage__title-text::after {
  content: "";
  position: absolute;
}
.p-section-top-advantage__title-text::before {
  border-top: 0.02rem solid #333;
  border-left: 0.02rem solid #333;
}
.p-section-top-advantage__title-text::after {
  border-right: 0.02rem solid #333;
  border-bottom: 0.02rem solid #333;
}
.p-section-top-advantage__title-attention {
  color: #eb6120;
}
.p-section-top-advantage__title-icon {
  position: relative;
}
.p-section-top-advantage__title-icon::after {
  content: "";
  position: absolute;
  background: url("../img/top/mark_icn_01.svg") no-repeat center center/100% auto;
}
.p-section-top-advantage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-top-advantage__item {
  background: #fff;
  -webkit-box-shadow: 0.04rem 0.04rem 0.18rem rgba(0, 0, 0, 0.25);
  box-shadow: 0.04rem 0.04rem 0.18rem rgba(0, 0, 0, 0.25);
}
.p-section-top-advantage__item-image {
  position: relative;
  padding-top: 62.3287671233%;
}
.p-section-top-advantage__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-section-top-advantage__item-title {
  position: absolute;
  bottom: -1px;
  left: 0;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0.18rem 0.24rem 0.04rem 0.16rem;
  background: #fff;
  color: #eb6120;
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-section-top-advantage__item-info {
  padding: 0.12rem 0.16rem 0.2rem;
  font-size: 0.15rem;
  line-height: 1.8;
}
.p-section-top-advantage__item-info p:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-top-advantage {
    padding: 81px 0 41px;
  }
  .p-section-top-advantage__title {
    left: 6px;
    width: 780px;
    margin: 0 auto -17px;
    padding: 53px 32px 46px 20px;
    border-radius: 140px;
    font-size: 0.36rem;
  }
  .p-section-top-advantage__title::before {
    top: -49px;
    right: 11px;
    left: 0;
    width: 131px;
    height: 102px;
  }
  .p-section-top-advantage__title-text {
    margin-bottom: 5px;
    padding: 0 26px;
    font-size: 0.4rem;
  }
  .p-section-top-advantage__title-text::before, .p-section-top-advantage__title-text::after {
    width: 13px;
    height: 26px;
  }
  .p-section-top-advantage__title-text::before {
    top: -5px;
    left: -2px;
  }
  .p-section-top-advantage__title-text::after {
    right: 0;
    bottom: -1px;
  }
  .p-section-top-advantage__title-icon {
    padding-right: 36px;
  }
  .p-section-top-advantage__title-icon::after {
    top: 11px;
    right: -4px;
    width: 25px;
    height: 41px;
  }
  .p-section-top-advantage__list {
    position: relative;
  }
  .p-section-top-advantage__list::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 94px;
    left: 50%;
    width: 110vw;
    height: 100px;
    margin-left: -54vw;
    background: url("../img/top/pattern_bg.png") repeat-x 0 0/auto 100%;
  }
  .p-section-top-advantage__item {
    width: 292px;
    margin-right: 24px;
  }
  .p-section-top-advantage__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-advantage {
    padding: 0.56rem 0 0.2rem;
  }
  .p-section-top-advantage__title {
    margin: 0 -0.24rem -0.23rem;
    padding: 0.4rem 0.1rem 0.48rem;
    font-size: 0.28rem;
  }
  .p-section-top-advantage__title::before {
    top: -0.37rem;
    right: 0;
    left: 0;
    width: 0.99rem;
    height: 0.78rem;
  }
  .p-section-top-advantage__title-text {
    margin-bottom: 0.06rem;
    padding: 0 0.18rem;
    font-size: 0.28rem;
  }
  .p-section-top-advantage__title-text::before, .p-section-top-advantage__title-text::after {
    width: 0.08rem;
    height: 0.17rem;
  }
  .p-section-top-advantage__title-text::before {
    top: 0.02rem;
    left: 0;
  }
  .p-section-top-advantage__title-text::after {
    right: -1px;
    bottom: -0.04rem;
  }
  .p-section-top-advantage__title-icon {
    padding-right: 0.22rem;
  }
  .p-section-top-advantage__title-icon::after {
    top: 0.1rem;
    right: 0.07rem;
    width: 0.15rem;
    height: 0.26rem;
  }
  .p-section-top-advantage__list {
    position: relative;
    width: 2.92rem;
    margin: 0 auto;
  }
  .p-section-top-advantage__item {
    margin-bottom: 0.12rem;
  }
  .p-section-top-advantage__item:last-child {
    margin-bottom: 0;
  }
  .p-section-top-advantage__item-info {
    min-height: 1.13rem;
    padding-top: 0.12rem;
  }
  .p-section-top-advantage__item-title {
    bottom: 0;
  }
}

.p-section-top-case {
  background-color: #fff4ef;
}
.p-section-top-case .c-list.c-list--categories {
  position: relative;
  z-index: 1;
}
.p-section-top-case__action {
  width: 2.44rem;
  margin: 0.32rem auto 0;
}
.p-section-top-case .c-button.c-button--primary {
  background-color: #fff;
}
@media print, (width >= 768px) {
  .p-section-top-case {
    padding: 61px 0 69px;
  }
  .p-section-top-case .l-wrapper {
    position: relative;
    left: 2px;
  }
  .p-section-top-case .c-heading.c-heading--primary {
    margin-bottom: 42px;
  }
  .p-section-top-case .c-list.c-list--primary {
    margin-bottom: 14px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-case {
    padding: 0.37rem 0 0.48rem;
  }
  .p-section-top-case .c-heading.c-heading--primary {
    margin-bottom: 0.23rem;
    line-height: 1.48;
  }
  .p-section-top-case .c-list.c-list--primary {
    margin-bottom: 0.29rem;
  }
}

.js-scrollbar {
  cursor: -webkit-grab;
  cursor: grab;
}
.js-scrollbar.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js-scrollbar * {
  -webkit-user-drag: none;
}

.p-section-company-information {
  background-color: #f6f6f6;
}
.p-section-company-information__heading {
  border-bottom: 1px solid #eb6120;
  line-height: 1.5;
}
.p-section-company-information__introduction-company {
  font-size: 0.14rem;
  text-align: center;
}
.p-section-company-information__introduction-about {
  font-size: 0.14rem;
  text-align: center;
}
@media print, (width >= 768px) {
  .p-section-company-information {
    margin-top: 46px;
    padding: 35px 0 19px;
  }
  .p-section-company-information .c-heading.c-heading--primary {
    margin-bottom: 32px;
  }
  .p-section-company-information__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 2px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-section-company-information__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
  }
  .p-section-company-information__heading {
    margin-bottom: 17px;
    padding-bottom: 15px;
    font-size: 0.24rem;
  }
  .p-section-company-information__introduction {
    width: 280px;
    margin-top: 10px;
  }
  .p-section-company-information__introduction-image {
    height: 240px;
    margin-bottom: 8px;
  }
  .p-section-company-information__introduction-company {
    margin-bottom: -2px;
  }
  .p-section-company-information__about-name {
    margin-left: 16px;
    font-size: 0.2rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-information {
    margin-top: 0.32rem;
    padding: 0.38rem 0 0.32rem;
  }
  .p-section-company-information .c-heading.c-heading--primary {
    margin-bottom: 0.16rem;
  }
  .p-section-company-information__content {
    margin-bottom: 0.35rem;
  }
  .p-section-company-information__heading {
    margin-bottom: 0.18rem;
    padding-bottom: 0.17rem;
    font-size: 0.18rem;
  }
  .p-section-company-information__introduction-image {
    width: 2.8rem;
    height: 2.4rem;
    margin: 0 auto 0.04rem;
  }
  .p-section-company-information__introduction-company {
    margin-bottom: -0.07rem;
  }
  .p-section-company-information__about-name {
    margin-left: 0.16rem;
    font-size: 0.18rem;
  }
}

.p-section-company-profile__table {
  border-bottom: 1px solid #d0d0d0;
}
.p-section-company-profile__table-heading {
  font-weight: 700;
}
.p-section-company-profile__table-link {
  position: relative;
}
.p-section-company-profile__table-link::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/common/icn_external_01.svg") no-repeat center/auto 100%;
}
.p-section-company-profile__image-item:last-child {
  margin-bottom: 0;
}
.p-section-company-profile__image-item iframe {
  width: 100%;
}
@media print, (width >= 768px) {
  .p-section-company-profile {
    padding: 76px 0 80px;
  }
  .p-section-company-profile .c-heading.c-heading--primary {
    margin-bottom: 50px;
  }
  .p-section-company-profile__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 2px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-section-company-profile__content {
    width: 574px;
    margin-right: 46px;
  }
  .p-section-company-profile__image {
    width: 304px;
    margin-top: 1px;
  }
  .p-section-company-profile__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 44px;
  }
  .p-section-company-profile__table-heading {
    width: 173px;
    padding: 8px 10px 6px 0;
  }
  .p-section-company-profile__table-content {
    width: calc(100% - 173px);
    padding-top: 13px;
    padding-bottom: 11px;
    line-height: 19px;
  }
  .p-section-company-profile__table-link {
    padding-right: 38px;
  }
  .p-section-company-profile__table-link::after {
    top: 2px;
    width: 21px;
    height: 20px;
  }
  .p-section-company-profile__image-item {
    margin-bottom: 24px;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-profile {
    padding: 0.45rem 0 0.4rem;
  }
  .p-section-company-profile .c-heading.c-heading--primary {
    margin-bottom: 0.26rem;
  }
  .p-section-company-profile__content {
    margin-bottom: 0.46rem;
  }
  .p-section-company-profile__image {
    width: 3.04rem;
    margin: 0 auto;
  }
  .p-section-company-profile__table {
    min-height: 0.65rem;
    padding: 0.1rem 0;
  }
  .p-section-company-profile__table-content {
    line-height: 0.22rem;
  }
  .p-section-company-profile__table-heading {
    font-size: 0.16rem;
    line-height: 1.3;
  }
  .p-section-company-profile__table-link {
    padding-right: 0.37rem;
  }
  .p-section-company-profile__table-link::after {
    top: 1px;
    width: 0.21rem;
    height: 0.2rem;
  }
  .p-section-company-profile__image-item {
    margin-bottom: 0.24rem;
  }
}

.p-section-contact-thanks__description .c-text:last-child {
  margin-bottom: 0;
}
.p-section-contact-thanks__action {
  width: 2.44rem;
  margin: 0 auto;
}
@media print, (width >= 768px) {
  .p-section-contact-thanks {
    padding: 37px 0 89px;
  }
  .p-section-contact-thanks__description {
    margin-bottom: 56px;
    text-align: center;
  }
  .p-section-contact-thanks__description .c-text {
    margin-bottom: 29px;
  }
}
@media only screen and (width < 768px) {
  .p-section-contact-thanks {
    padding: 0.23rem 0 0.4rem;
  }
  .p-section-contact-thanks__description {
    margin-bottom: 0.25rem;
  }
  .p-section-contact-thanks__description .c-text {
    margin-bottom: 0.27rem;
  }
}

.p-section-contact__head .c-list.c-list--note.c-list--sz2 {
  font-size: 0.14rem;
}
@media print, (width >= 768px) {
  .p-section-contact {
    padding: 46px 0 80px;
  }
  .p-section-contact .c-section-contact {
    margin-bottom: 70px;
    padding: 30px 0 64px;
  }
  .p-section-contact .c-section-contact .l-wrapper {
    max-width: 890px;
  }
  .p-section-contact .c-section-contact .c-section-contact__text {
    margin-bottom: 10px;
  }
  .p-section-contact__head {
    margin-bottom: 30px;
  }
  .p-section-contact__head .c-list.c-list--note.c-list--sz2 {
    text-align: center;
  }
  .p-section-contact .c-heading.c-heading--primary {
    margin-bottom: 29px;
  }
}
@media only screen and (width < 768px) {
  .p-section-contact {
    padding: 0.26rem 0 0.56rem;
  }
  .p-section-contact .c-section-contact {
    margin-bottom: 0.35rem;
    padding: 0.3rem 0 0.48rem;
  }
  .p-section-contact__head {
    margin-bottom: 0.26rem;
  }
  .p-section-contact__head .c-list.c-list--note.c-list--sz2 {
    margin: 0 0.04rem 0 0.03rem;
    line-height: 0.2rem;
  }
  .p-section-contact__body {
    padding: 0 0.035rem;
  }
  .p-section-contact .c-heading.c-heading--primary {
    margin-bottom: 0.2rem;
  }
}

.p-block-contact-privacy__heading {
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
}
.p-block-contact-privacy__body {
  background-color: #f3f3f3;
  font-size: 0.14rem;
  line-height: 1.5;
}
.p-block-contact-privacy__description {
  margin-bottom: 0;
}
.p-block-contact-privacy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-block-contact-privacy__item-heading {
  margin-left: 0.13rem;
  text-indent: -0.13rem;
}
@media print, (width >= 768px) {
  .p-block-contact-privacy {
    max-width: 840px;
    margin: 93px auto 0;
  }
  .p-block-contact-privacy__heading {
    margin-bottom: 13px;
  }
  .p-block-contact-privacy__body {
    min-height: 240px;
    padding: 21px 136px 20px 32px;
  }
}
@media only screen and (width < 768px) {
  .p-block-contact-privacy {
    margin-top: 0.23rem;
  }
  .p-block-contact-privacy__heading {
    margin-bottom: 0.16rem;
  }
  .p-block-contact-privacy__body {
    padding: 0.15rem 0.2rem;
  }
}

.p-section-privacy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-privacy__item:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-privacy {
    padding: 38px 0 74px;
  }
  .p-section-privacy__description {
    margin-bottom: 56px;
  }
  .p-section-privacy__item {
    margin-bottom: 56px;
  }
  .p-section-privacy__item-heading {
    margin-bottom: 15px;
    font-size: 0.32rem;
    line-height: 46px;
  }
  .p-section-privacy__item-description {
    margin-bottom: 8px;
  }
  .p-section-privacy .c-list.c-list--disc {
    margin-bottom: 7px;
  }
  .p-section-privacy .p-block-privacy-contact {
    margin-top: 53px;
  }
}
@media only screen and (width < 768px) {
  .p-section-privacy {
    padding: 0.23rem 0 0.47rem;
  }
  .p-section-privacy__description {
    margin-bottom: 0.33rem;
  }
  .p-section-privacy__item {
    margin-bottom: 0.33rem;
  }
  .p-section-privacy__item-heading {
    margin-bottom: 0.09rem;
    font-size: 0.22rem;
    line-height: 1.46;
  }
  .p-section-privacy__item-description {
    margin-bottom: 0.02rem;
  }
  .p-section-privacy .c-list.c-list--disc {
    margin-bottom: 0.02rem;
  }
  .p-section-privacy .p-block-privacy-contact {
    margin-top: 0.3rem;
  }
}

.p-block-privacy-contact__heading {
  font-weight: 700;
}
@media print, (width >= 768px) {
  .p-block-privacy-contact__heading {
    margin-bottom: 11px;
    font-size: 0.22rem;
  }
}
@media only screen and (width < 768px) {
  .p-block-privacy-contact__heading {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
  }
}

.p-section-case-related .c-block-category {
  border: 1px solid #eb6120;
}
@media print, (width >= 768px) {
  .p-section-case-related {
    padding: 70px 0 54px;
  }
  .p-section-case-related .c-heading.c-heading--primary {
    margin-bottom: 39px;
  }
  .p-section-case-related .c-block-category {
    min-height: 92px;
    margin-bottom: 44px;
    padding: 4px 15px 2px;
  }
  .p-section-case-related .c-block-category .c-block-category__heading {
    margin-right: 13px;
  }
  .p-section-case-related .c-block-category .c-list__item {
    margin-right: 8px;
    margin-bottom: 5px;
  }
}
@media only screen and (width < 768px) {
  .p-section-case-related {
    padding: 0.43rem 0 0.16rem;
  }
  .p-section-case-related .c-heading.c-heading--primary {
    margin-bottom: 0.21rem;
  }
  .p-section-case-related .c-block-category {
    margin-bottom: 0.24rem;
    padding: 0.06rem 0.1rem 0.13rem 0.15rem;
  }
  .p-section-case-related .c-list--categories .c-list__item {
    margin: 0 0.06rem 0.02rem 0;
  }
  .p-section-case-related .c-list--primary .c-list__item:not(.c-list--categories .c-list__item) {
    width: calc((100% - 0.22rem) / 2);
    margin: 0 0.22rem 0.22rem 0;
  }
  .p-section-case-related .c-list--primary .c-list__item:not(.c-list--categories .c-list__item):nth-child(even) {
    margin-right: 0;
  }
  .p-section-case-related .c-list--primary .c-card__image {
    height: 0.95rem;
  }
  .p-section-case-related .c-list--primary .c-card__address {
    margin-bottom: 0.03rem;
    font-size: 0.12rem;
  }
  .p-section-case-related .c-list--primary .c-card__heading {
    font-size: 0.14rem;
    line-height: 0.17rem;
  }
  .p-section-case-related .c-list--primary .c-card__content {
    padding-top: 0.05rem;
  }
}

@media print, (width >= 768px) {
  .p-section-case-detail {
    padding-top: 55px;
  }
}
@media only screen and (width < 768px) {
  .p-section-case-detail {
    padding-top: 0.4rem;
  }
}

.p-block-case-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #585858;
  color: #fff;
}
.p-block-case-detail__title-english {
  position: relative;
  opacity: 0.5;
}
.p-block-case-detail__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-block-case-detail__image-item:nth-child(even) {
  margin-right: 0;
}
.p-block-case-detail__table-block {
  border-bottom: 1px solid #d0d0d0;
}
.p-block-case-detail__table-block:first-child {
  padding-top: 0;
}
.p-block-case-detail__table-heading {
  font-weight: 700;
}
.p-block-case-detail__table-content {
  line-height: 1.4;
}
@media print, (width >= 768px) {
  .p-block-case-detail {
    max-width: 884px;
    margin: 0 40px;
  }
  .p-block-case-detail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-block-case-detail__left {
    width: 414px;
    margin-right: 28px;
    padding-top: 7px;
  }
  .p-block-case-detail__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-block-case-detail__title {
    min-height: 48px;
    margin-bottom: 20px;
    padding: 5px 20px;
  }
  .p-block-case-detail__title-japanese {
    margin-right: 10px;
    font-size: 0.2rem;
  }
  .p-block-case-detail__title-english {
    top: 2px;
    left: -3px;
  }
  .p-block-case-detail__image {
    margin-right: 2px;
  }
  .p-block-case-detail__image-item {
    width: calc((100% - 20px) / 2);
    height: 120px;
    margin: 0 20px 20px 0;
  }
  .p-block-case-detail__heading {
    margin-bottom: 10px;
    font-size: 0.22rem;
    line-height: 26px;
  }
  .p-block-case-detail__table {
    margin-top: 1px;
  }
  .p-block-case-detail__table-block {
    padding: 7px 0 11px;
  }
  .p-block-case-detail__table-heading {
    margin-bottom: -1px;
  }
}
@media only screen and (width < 768px) {
  .p-block-case-detail__left {
    margin-bottom: 0.02rem;
  }
  .p-block-case-detail__title {
    min-height: 0.32rem;
    margin-bottom: 0.12rem;
    padding: 0 0.2rem;
    line-height: 1.2;
  }
  .p-block-case-detail__title-japanese {
    margin-right: 0.1rem;
    font-size: 0.18rem;
  }
  .p-block-case-detail__title-english {
    left: -0.02rem;
    font-size: 0.14rem;
  }
  .p-block-case-detail__image {
    margin: 0 0.15rem;
  }
  .p-block-case-detail__image-item {
    width: calc((100% - 0.16rem) / 2);
    height: 1.14rem;
    margin: 0 0.16rem 0.12rem 0;
  }
  .p-block-case-detail__heading {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
  }
  .p-block-case-detail__table {
    margin-top: 0.09rem;
  }
  .p-block-case-detail__table-block {
    padding: 0.07rem 0.07rem 0.1rem 0;
  }
  .p-block-case-detail__table-heading {
    margin-bottom: 0.02rem;
    font-size: 0.16rem;
  }
  .p-block-case-detail__table-content {
    font-size: 0.16rem;
    line-height: 1.45;
  }
}

.p-block-slider-case__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f38016;
  color: #fff;
  line-height: 1;
}
.p-block-slider-case__label-english {
  position: relative;
  opacity: 0.5;
}
.p-block-slider-case__slide {
  position: relative;
}
.p-block-slider-case__thumbnail-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-block-slider-case__thumbnail-wrapper .swiper-slide-thumb-active .p-block-slider-case__slide-image::before {
  visibility: hidden;
  opacity: 0;
}
.p-block-slider-case__thumbnail-wrapper .p-block-slider-case__slide-image {
  position: relative;
  cursor: pointer;
}
.p-block-slider-case__thumbnail-wrapper .p-block-slider-case__slide-image::before {
  content: "";
  visibility: visible;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.p-block-slider-case__thumbnail-wrapper .p-block-slider-case__slide-image:hover::before {
  visibility: hidden;
  opacity: 0;
}
.p-block-slider-case .swiper-button-prev,
.p-block-slider-case .swiper-button-next {
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border-radius: 1rem;
  outline: none;
  background: url("../img/case/icn_arrow.svg") no-repeat 0 0/auto 100%;
}
.p-block-slider-case .swiper-button-prev::after,
.p-block-slider-case .swiper-button-next::after {
  display: none;
}
.p-block-slider-case .swiper-button-next {
  right: 0;
}
.p-block-slider-case .swiper-button-next::before {
  -webkit-mask-image: url("../img/facility/icn_arrow_02.svg");
}
.p-block-slider-case .swiper-button-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-block-slider-case__slide-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media print, (width >= 768px) {
  .p-block-slider-case {
    max-width: 1000px;
    margin: 0 auto 38px;
  }
  .p-block-slider-case__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    min-height: 48px;
    padding: 10px;
  }
  .p-block-slider-case__label-japanese {
    margin-right: 10px;
    font-size: 0.2rem;
  }
  .p-block-slider-case__label-english {
    font-size: 0.16rem;
  }
  .p-block-slider-case__slider {
    margin-bottom: 20px;
    padding: 0 40px;
  }
  .p-block-slider-case__slider .p-block-slider-case__slide-image {
    height: 528px;
  }
  .p-block-slider-case__thumbnail {
    margin: 0 -10px;
    padding: 0 40px;
  }
  .p-block-slider-case__thumbnail-wrapper .p-block-slider-case__thumbnail-image {
    width: 25% !important;
    padding: 0 10px;
  }
  .p-block-slider-case__thumbnail-wrapper .p-block-slider-case__slide-image {
    height: 120px;
    margin-bottom: 20px;
  }
  .p-block-slider-case .swiper-button-prev,
  .p-block-slider-case .swiper-button-next {
    top: calc(50% - 2px);
    width: 48px;
    height: 48px;
  }
  .p-block-slider-case .swiper-button-prev::before,
  .p-block-slider-case .swiper-button-next::before {
    width: 27px;
    height: 24px;
    -webkit-mask-size: 27px 24px;
  }
}
@media only screen and (width < 768px) {
  .p-block-slider-case {
    margin-bottom: 0.13rem;
  }
  .p-block-slider-case__label {
    width: 100%;
    min-height: 0.32rem;
    margin-bottom: 0.16rem;
    padding: 0 0.1rem 0.03rem;
  }
  .p-block-slider-case__label-japanese {
    margin-right: 0.1rem;
    font-size: 0.18rem;
  }
  .p-block-slider-case__label-english {
    top: 1px;
    font-size: 0.14rem;
  }
  .p-block-slider-case__slider {
    margin: 0 -0.15rem 0.08rem;
    padding: 0 0.15rem;
  }
  .p-block-slider-case__slider .p-block-slider-case__slide-image {
    height: 2.08rem;
  }
  .p-block-slider-case__thumbnail {
    margin: 0 -0.035rem;
  }
  .p-block-slider-case__thumbnail .p-block-slider-case__thumbnail-image {
    width: 25% !important;
    margin-bottom: 0.07rem;
    padding: 0 0.035rem;
  }
  .p-block-slider-case__thumbnail .p-block-slider-case__slide-image {
    height: 0.48rem;
  }
  .p-block-slider-case .swiper-button-prev,
  .p-block-slider-case .swiper-button-next {
    top: calc(50% + 0.06rem);
    width: 0.32rem;
    height: 0.32rem;
  }
}

.p-section-blog-detail__head {
  border-bottom: 0.02rem solid #dcdcdc;
}
.p-section-blog-detail__heading {
  font-weight: 700;
}
.p-section-blog-detail__time {
  display: block;
  font-size: 0.14rem;
  font-weight: 400;
}
.p-section-blog-detail__action {
  margin-top: 0.35rem;
}
@media print, (width >= 768px) {
  .p-section-blog-detail {
    padding: 45px 0 112px;
  }
  .p-section-blog-detail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-blog-detail__body {
    width: 608px;
    margin-right: 44px;
  }
  .p-section-blog-detail__aside {
    width: 272px;
    margin-top: 11px;
  }
  .p-section-blog-detail__head {
    margin-bottom: 41px;
    padding-bottom: 23px;
  }
  .p-section-blog-detail__heading {
    margin-bottom: 20px;
    font-size: 0.28rem;
    line-height: 1.47;
  }
  .p-section-blog-detail__time {
    margin-top: 18px;
  }
}
@media only screen and (width < 768px) {
  .p-section-blog-detail {
    padding: 0.32rem 0 0.58rem;
  }
  .p-section-blog-detail__body {
    margin-bottom: 0.49rem;
  }
  .p-section-blog-detail__head {
    margin-bottom: 0.26rem;
    padding-bottom: 0.07rem;
  }
  .p-section-blog-detail__heading {
    margin-bottom: 0.07rem;
    font-size: 0.2rem;
    line-height: 1.44;
  }
  .p-section-blog-detail__time {
    margin-top: 0.02rem;
  }
}

.p-section-service {
  background-color: #fff4ef;
}
.p-section-service__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
.p-section-service__anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #eb6120;
  border-radius: 0.08rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.25);
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-section-service__anchor-link::after {
  content: "";
  width: 0.08rem;
  height: 0.13rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("../img/common/icn_arrow_03.svg") no-repeat center 100%/100%;
}
.p-section-service__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.p-section-service__item {
  background-color: #fff;
}
.p-section-service__title {
  color: #eb6120;
  font-weight: 700;
}
.p-section-service__text {
  margin-bottom: 0;
  font-size: 0.15rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-section-service__estimated {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #eb6120;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.p-section-service__estimated-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.05rem 0.1rem;
  background-color: #eb6120;
  color: #fff;
}
.p-section-service__estimated-text {
  padding: 0.05rem 0.09rem;
}
.p-section-service__price {
  color: #c11313;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1;
}
.p-section-service__note {
  margin-top: 0.04rem;
}
@media print, (width >= 768px) {
  .p-section-service {
    padding: 30px 0 96px;
  }
  .p-section-service__inner {
    margin-top: 25px;
  }
  .p-section-service__anchor {
    margin: 0 -2.66px -18px -3px;
  }
  .p-section-service__anchor-item {
    width: 25%;
    padding: 0 2.6px 5px;
  }
  .p-section-service__anchor-link {
    position: relative;
    padding: 19px 20px 37px;
  }
  .p-section-service__anchor-link::after {
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  .p-section-service__block {
    padding-top: 74px;
  }
  .p-section-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 37px;
  }
  .p-section-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 454px;
    margin: 0 16px 19px 0;
    padding: 32px 32px 31px;
  }
  .p-section-service__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-section-service__item--full {
    width: 100%;
    margin-right: 0;
  }
  .p-section-service__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }
  .p-section-service__title {
    margin: -1px 0 9px;
    font-size: 0.22rem;
    line-height: 26px;
  }
  .p-section-service__estimated {
    margin-top: 16px;
  }
  .p-section-service__price {
    margin-top: 6px;
  }
}
@media only screen and (width < 768px) {
  .p-section-service {
    padding: 0.24rem 0 0.14rem;
  }
  .p-section-service__anchor {
    margin: 0 -0.02rem 0.03rem;
  }
  .p-section-service__anchor-item {
    width: 50%;
    padding: 0 0.02rem 0.05rem;
  }
  .p-section-service__anchor-link {
    min-height: 0.56rem;
    padding: 0.05rem;
  }
  .p-section-service__anchor-link::after {
    margin-bottom: -0.03rem;
  }
  .p-section-service__block {
    margin-bottom: 0.3rem;
    padding-top: 0.32rem;
  }
  .p-section-service__block:last-child {
    margin-bottom: 0;
  }
  .p-section-service__list {
    margin-top: 0.33rem;
  }
  .p-section-service__item {
    padding: 0.24rem 0.24rem 0.23rem;
  }
  .p-section-service__item:not(:last-child) {
    margin-bottom: 0.16rem;
  }
  .p-section-service__image {
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.12rem;
  }
  .p-section-service__title {
    margin-bottom: 0.04rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
  .p-section-service__estimated {
    margin-top: 0.16rem;
  }
  .p-section-service__estimated-text {
    padding-right: 0.09rem;
  }
  .p-section-service__price {
    margin: 0.07rem 0 0.04rem;
  }
}

.c-parts {
  padding: 2rem 0 1rem;
}
.c-parts__row {
  margin-bottom: 0.5rem;
}
/*# sourceMappingURL=styles.css.map */