@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;
}

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;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  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, (min-width: 768px) {
  html {
    min-width: 1400px;
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-os {
    overflow: auto hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  color: #3c3c3c;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.1666666667;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  main {
    min-height: calc(100vh - 4.09rem);
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    min-height: calc(100vh - 4.36rem);
  }
}

a {
  color: inherit;
}
a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.5s ease;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-underline-offset: 0.03rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}

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

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

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

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

.container {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media print, (min-width: 768px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-common {
    padding: 21px 39px 20px 45px;
    min-width: 1400px;
  }
  .header-common + main {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.6rem;
    padding-left: 0.1rem;
  }
  .header-common + main {
    padding-top: 0.6rem;
  }
}

.header-common.is-otoiawase {
  display: none;
}
.header-common.is-otoiawase + main {
  padding-top: 0;
}

@media print, (min-width: 768px) {
  .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;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-contact {
    margin-bottom: 0.3rem;
  }
}

.button-header-contact {
  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: #1482a0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .button-header-contact {
    width: 260px;
    min-height: 50px;
    padding: 14.5px 20px 13.5px;
    font-size: 0.2rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-contact {
    width: 2rem;
    min-height: 0.4rem;
    margin: 0 auto;
    padding: 0.1rem 0.1rem 0.11rem;
  }
}

.header-logo {
  display: block;
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .header-logo {
    width: 474px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 2.37rem;
    margin-right: 0.2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    visibility: hidden;
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
    opacity: 0;
    background-color: #fff;
    pointer-events: none;
  }
  .navigation-header-sitemap::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .navigation-header-sitemap .menu-sitemap {
    margin-bottom: 0.3rem;
    padding-top: 0.8rem;
  }
  .navigation-header-sitemap .menu-wrapper {
    -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;
  }
  .navigation-header-sitemap .menu-child {
    border-bottom: 1px solid #3c3c3c;
  }
  .navigation-header-sitemap .child-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    margin: 0.05rem 0;
    padding: 0.1rem;
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
  }
  .button-header-burger .button-line {
    position: absolute;
    top: calc(50% - 0.01rem);
    right: 0;
    left: 0;
    width: 0.24rem;
    height: 0.02rem;
    margin: 0 auto;
    -webkit-transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: width 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    background-color: #3c3c3c;
  }
  .button-header-burger .button-line:nth-child(1) {
    -webkit-transform: translateY(-0.09rem);
    -ms-transform: translateY(-0.09rem);
    transform: translateY(-0.09rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    -webkit-transform: translateY(0.09rem);
    -ms-transform: translateY(0.09rem);
    transform: translateY(0.09rem);
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-active .button-line {
    width: 0.26rem;
  }
  .button-header-burger.is-active .button-line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .button-header-burger.is-active .button-line:nth-child(2) {
    opacity: 0;
  }
  .button-header-burger.is-active .button-line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap.is-ready {
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
}

@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

.menu-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-sitemap .child-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.2777777778;
  text-align: center;
}
@media print, (min-width: 768px) {
  .menu-sitemap .child-wrapper {
    min-width: 62px;
    margin: 0 5px;
    padding: 2px 19px 1px 18px;
  }
  html.is-tablet .menu-sitemap .child-wrapper {
    padding: 2px 18px 1px 17px;
  }
  .menu-sitemap .menu-child {
    position: relative;
  }
  .menu-sitemap .menu-child::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 1px;
    width: 1px;
    border-right: 1px solid #3c3c3c;
  }
  .menu-sitemap .menu-child:first-child .child-wrapper {
    margin-left: 0;
    padding-left: 0;
  }
  .menu-sitemap .menu-child:last-child::after {
    content: none;
  }
  .menu-sitemap .menu-child:last-child .child-wrapper {
    margin-right: 0;
    padding-right: 0;
  }
}

.footer-common {
  position: relative;
  z-index: 9999;
}

.footer-wrapper {
  background-color: #e4f0f3;
  color: #282828;
}
@media print, (min-width: 768px) {
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 38px 55px 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-wrapper {
    padding: 0.3rem 0.2rem 0.1rem;
  }
}

.footer-information {
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
}
.footer-information .footer-logo {
  display: block;
}
.footer-information .information-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-information .phone-link {
  color: #1482a0;
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-weight: 300;
  line-height: 1;
}
.footer-information .information-address {
  font-size: 0.14rem;
  line-height: 1.5;
}
.footer-information .address-time time:last-child {
  margin-left: -0.065rem;
}
@media print, (min-width: 768px) {
  .footer-information {
    padding-top: 4px;
  }
  .footer-information .footer-logo {
    width: 3.62rem;
    margin-bottom: 4px;
  }
  .footer-information .information-address {
    margin-bottom: 10px;
  }
  .footer-information .phone-icon {
    width: 54px;
    margin-right: 9px;
  }
  .footer-information .phone-link {
    font-size: 0.45rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-information {
    margin-bottom: 0.3rem;
  }
  .footer-information .information-address {
    margin-bottom: 0.1rem;
  }
  .footer-information .footer-logo {
    width: 2.6rem;
    margin-bottom: 0.2rem;
  }
  .footer-information .phone-icon {
    width: 0.4rem;
  }
  .footer-information .phone-link {
    font-size: 0.4rem;
  }
}

@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    padding-bottom: 46px;
  }
}

.footer-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list .list-item {
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-size: 0.15rem;
  letter-spacing: 0.025em;
  line-height: 1.7333333333;
}
.footer-list .item-link {
  position: relative;
}
.footer-list .item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid #282828;
}
.footer-list .item-link {
  padding-left: 0.14rem;
}
@media print, (min-width: 768px) {
  .footer-list .list-item {
    text-align: right;
  }
  .footer-list .item-link {
    padding-right: 14px;
  }
  .footer-list .item-link::after {
    right: 0;
    width: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-list .list-item {
    margin-bottom: 0.06rem;
  }
  .footer-list .item-link {
    padding-left: 0.14rem;
  }
  .footer-list .item-link::after {
    left: 0;
    width: 0.07rem;
  }
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c5160;
  color: #fff;
  font-family: "ヒラギノ明朝", "Hiragino Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", yumincho, "MS Mincho", "MS 明朝", "SimSun", "宋体", "Times New Roman", georgia, serif;
  font-size: 0.12rem;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    padding: 0.1rem 0.4rem 0.26rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    padding: 0.1rem 0.2rem 0.9rem;
    line-height: 1.5;
    text-align: center;
  }
  html.is-otoawase .footer-copyright {
    padding: 0.1rem 0.2rem 0.8rem;
  }
}

.footer-common.is-otoiawase {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .button-common-top {
    display: block;
    position: relative;
    z-index: 1001;
    width: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .button-common-top .wrapper {
    position: fixed;
    bottom: 0.05rem;
    right: 0.05rem;
    left: 0.05rem;
    display: block;
  }
  .button-common-top .contact-inner {
    right: 0;
    width: 100%;
    padding: 0.1rem 0.2rem;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    background-color: rgba(130, 130, 130, 0.9);
    cursor: pointer;
    border-radius: 0.04rem;
  }
  .button-common-top .contact-button {
    background-color: #b42328;
    color: #fff;
    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.5rem;
    padding: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-top.is-static .wrapper {
    position: absolute;
  }
}

.button-common-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-up {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-common-primary .button-wrapper {
  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;
  max-width: 100%;
  border-radius: 0.1rem;
  background-color: #b42328;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}
html.is-android .button-common-primary .button-wrapper {
  font-weight: 700;
}
.button-common-primary .button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/arrow_icn_01.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .button-common-primary .button-wrapper {
    min-width: 4.5rem;
    min-height: 0.6rem;
    padding: 7px 60px 5px;
    font-size: 0.25rem;
  }
  .button-common-primary .button-wrapper::after {
    width: 0.26rem;
    height: 0.27rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary .button-wrapper {
    min-width: 3rem;
    min-height: 0.6rem;
    padding: 6px 44px;
    font-size: 0.18rem;
  }
  .button-common-primary .button-wrapper::after {
    width: 0.16rem;
    height: 0.17rem;
  }
}

.title-common-primary {
  color: #1e50b4;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 600;
}
html.is-android .title-common-primary {
  font-weight: 700;
}
.title-common-primary .icon-common-signature .icon-note {
  font-size: 0.2444444444em;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.46rem;
    line-height: 1.4347826087;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    line-height: 1.5;
  }
}

.title-common-secondary {
  letter-spacing: 0.075em;
  text-align: center;
  font-weight: 600;
}
html.is-android .title-common-secondary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.34rem;
    line-height: 1.1764705882;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.26rem;
    line-height: 1.5;
  }
}

.title-common-tertiary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.title-common-tertiary .title-large {
  position: relative;
  letter-spacing: 0.3em;
}
.title-common-tertiary .title-large::before, .title-common-tertiary .title-large::after {
  content: "";
  position: absolute;
  background: url("../img/common/title_decoration_01.svg") 50% 50%/100% auto no-repeat;
}
.title-common-tertiary .title-large::before {
  left: 0;
}
.title-common-tertiary .title-large::after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    font-size: 0.32rem;
  }
  .title-common-tertiary .title-small {
    margin-bottom: 21px;
  }
  .title-common-tertiary .title-large {
    padding: 0 45px 0 59px;
    font-size: 0.45rem;
  }
  .title-common-tertiary .title-large::before, .title-common-tertiary .title-large::after {
    top: calc(50% - 19px);
    width: 0.33rem;
    height: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    font-size: 0.22rem;
  }
  .title-common-tertiary .title-small {
    margin-bottom: 0.2rem;
  }
  .title-common-tertiary .title-large {
    padding: 0 0.25rem 0 0.35rem;
    font-size: 0.3rem;
  }
  .title-common-tertiary .title-large::before, .title-common-tertiary .title-large::after {
    width: 0.23rem;
    height: 0.3rem;
  }
}

.paragraph-common {
  font-family: "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .paragraph-common {
    font-size: 0.24rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common {
    font-size: 0.17rem;
    line-height: 1.6470588235;
  }
}

.block-common-primary {
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-weight: 600;
}
.block-common-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-common-primary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-common-primary ul .item-dot {
  position: relative;
  margin-right: 0.08rem;
}
html.is-android .block-common-primary {
  font-weight: 700;
}
.block-common-primary .block-introduction {
  position: relative;
  background-color: #d1f0f8;
}
.block-common-primary .block-introduction::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-common-primary .introduction-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -0.025rem 0 0 -0.025rem;
  border-right: 0.02rem solid #1e80ff;
  border-bottom: 0.02rem solid #1e80ff;
  border-radius: 0 0 0.32rem;
  color: #1e80ff;
}
.block-common-primary .introduction-title .title-small {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.block-common-primary .introduction-title .title-large {
  letter-spacing: 0.025em;
}
.block-common-primary .introduction-title .title-number {
  display: inline-block;
  -webkit-transform: scaleX(0.9);
  -ms-transform: scaleX(0.9);
  transform: scaleX(0.9);
}
.block-common-primary .introduction-list {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.block-common-primary .introduction-list .list-item:last-child {
  margin-bottom: 0;
}
.block-common-primary .introduction-list h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  display: inline-block;
}
.block-common-primary .block-main {
  position: relative;
}
.block-common-primary .detail-decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border: 0.02rem solid #fff;
  border-radius: 50%;
  background-color: #f06e14;
  color: #fff;
  letter-spacing: 0.05em;
}
.block-common-primary .detail-decoration .decoration-content {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.block-common-primary .main-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-radius: 0.2rem;
  background-color: #1e80ff;
  color: #fff;
  letter-spacing: 0.025em;
}
.block-common-primary .detail-describe {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .block-common-primary .block-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 57px;
  }
  .block-common-primary .block-introduction::before {
    bottom: -50px;
    border-top: 55px solid #d1f0f8;
    border-right: 36px solid transparent;
    border-left: 36px solid transparent;
  }
  .block-common-primary .introduction-title {
    width: 530px;
    min-height: 223px;
    margin-right: 55px;
    padding: 47px 49px 20px 227px;
    color: #1e80ff;
  }
  .block-common-primary .introduction-title .title-small {
    font-size: 0.31rem;
  }
  .block-common-primary .introduction-title .title-large {
    font-size: 0.49rem;
  }
  .block-common-primary .introduction-title .title-number {
    font-size: 0.67rem;
  }
  .block-common-primary .introduction-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 57px 200px 0 0;
  }
  .block-common-primary .introduction-list {
    font-size: 0.32rem;
  }
  .block-common-primary .introduction-list .list-item {
    margin-bottom: 25px;
  }
  .block-common-primary .block-main {
    margin-top: 90px;
  }
  .block-common-primary .main-detail {
    padding: 26px 30px 46px;
  }
  .block-common-primary .detail-decoration {
    top: -28px;
    left: 26px;
    width: 1.61rem;
    height: 1.61rem;
    font-size: 0.52rem;
  }
  .block-common-primary .detail-title {
    margin-bottom: 20px;
    font-size: 0.7rem;
  }
  .block-common-primary .detail-title .title-large {
    font-size: 0.9rem;
  }
  .block-common-primary .detail-title .text-small {
    font-size: 0.38rem;
  }
  .block-common-primary .detail-describe {
    font-size: 0.54rem;
  }
  .block-common-primary ul .item-dot {
    top: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-primary .block-introduction {
    margin-bottom: 0.8rem;
    padding-bottom: 0.4rem;
  }
  .block-common-primary .block-introduction::before {
    bottom: -0.3rem;
    border-top: 0.35rem solid #d1f0f8;
    border-right: 0.25rem solid transparent;
    border-left: 0.25rem solid transparent;
  }
  .block-common-primary .introduction-title {
    min-width: 3.35rem;
    min-height: 1.5rem;
    margin-right: 55px;
    margin-bottom: 0.4rem;
    padding: 0.35rem 0.2rem 0.15rem 0.45rem;
    color: #1e80ff;
  }
  .block-common-primary .introduction-title .title-small {
    font-size: 0.22rem;
  }
  .block-common-primary .introduction-title .title-large {
    margin-bottom: 0.02rem;
    font-size: 0.28rem;
  }
  .block-common-primary .introduction-title .title-number {
    font-size: 0.36rem;
  }
  .block-common-primary .introduction-inner {
    padding-right: 0.2rem;
    padding-left: 0.3rem;
  }
  .block-common-primary .introduction-list {
    font-size: 0.2rem;
  }
  .block-common-primary .introduction-list .list-item {
    margin-bottom: 0.14rem;
  }
  .block-common-primary .block-main {
    padding-bottom: 0.8rem;
  }
  .block-common-primary .detail-decoration {
    top: -0.4rem;
    left: 0.2rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.3rem;
  }
  .block-common-primary .main-detail {
    min-height: 1.5rem;
    padding: 0.65rem 0.1rem;
  }
  .block-common-primary .detail-title {
    margin-bottom: 0.2rem;
    font-size: 0.34rem;
  }
  .block-common-primary .detail-title .title-large {
    font-size: 0.4rem;
  }
  .block-common-primary .detail-title .text-small {
    font-size: 0.22rem;
  }
  .block-common-primary .detail-describe {
    font-size: 0.2rem;
  }
  .block-common-primary ul .item-dot {
    top: 0.04rem;
  }
}

.block-common-tertiary {
  border-radius: 0.2rem;
  background-color: #fae6b4;
}
.block-common-tertiary .block-title {
  color: #e65014;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 600;
}
html.is-android .block-common-tertiary .block-title {
  font-weight: 700;
}
.block-common-tertiary .content-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.block-common-tertiary .link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.45rem;
  padding: 0.1rem 0.4rem 0.1rem 0.25rem;
  background-color: #1e4cb4;
  color: #fff;
  letter-spacing: 0.05em;
  clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
  font-weight: 600;
}
html.is-android .block-common-tertiary .link-block {
  font-weight: 700;
}
.block-common-tertiary .link-block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.13rem;
  width: 0.19rem;
  height: 0.22rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/arrow_icn_01.svg") 50% 50%/100% auto no-repeat;
}
.block-common-tertiary .block-wrapper {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .block-common-tertiary {
    max-width: 850px;
    margin: 0 auto;
    padding: 32px 45px 20px;
  }
  .block-common-tertiary .block-wrapper {
    max-width: 759px;
    margin: 0 auto 15px;
  }
  .block-common-tertiary .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-common-tertiary .block-title {
    margin-bottom: 12px;
    font-size: 0.37rem;
  }
  .block-common-tertiary .content-note {
    width: 430px;
    padding-right: 10px;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .block-common-tertiary .link-block {
    width: 330px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-tertiary {
    padding: 0.4rem 0.1rem;
  }
  .block-common-tertiary .block-wrapper {
    margin-bottom: 0.2rem;
  }
  .block-common-tertiary .block-title {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .block-common-tertiary .content-note {
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.section-relive-keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center center;
  background: url("../img/relive/keyvisual_bg_01.jpg") 50% 50%/100% 100% no-repeat;
}
.section-relive-keyvisual .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  place-content: center center;
}
@media print, (min-width: 768px) {
  .section-relive-keyvisual {
    min-height: 500px;
  }
  .section-relive-keyvisual .keyvisual-title {
    width: 6.2rem;
    height: 2.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-relive-keyvisual {
    min-height: 2rem;
  }
  .section-relive-keyvisual .keyvisual-title {
    width: 3.1rem;
    height: 1.19rem;
  }
}

.section-relive-introduction .title-common-primary {
  color: #1e80ff;
}
@media print, (min-width: 768px) {
  .section-relive-introduction {
    padding: 137px 0 144px;
  }
  .section-relive-introduction .title-common-primary {
    margin-bottom: 37px;
  }
  .section-relive-introduction .introduction-content {
    margin-bottom: 53px;
  }
}
@media print {
  .section-relive-introduction {
    page-break-after: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-relive-introduction {
    padding: 0.6rem 0;
  }
  .section-relive-introduction .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-relive-introduction .introduction-content {
    margin-bottom: 0.4rem;
  }
}

.section-relive-service .staff-information {
  border-bottom: 1px solid #888;
}
.section-relive-service .menu-wrapper,
.section-relive-service .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-relive-service .introduction-title {
  font-weight: 600;
}
html.is-android .section-relive-service .introduction-title {
  font-weight: 700;
}
.section-relive-service .introduction-label {
  background-color: #3c80ff;
  color: #fff;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 700;
}
.section-relive-service .introduction-detail {
  font-weight: 300;
  letter-spacing: 0.025em;
}
.section-relive-service .content-list {
  font-weight: 400;
}
.section-relive-service .menu-list .list-item:last-child {
  margin-bottom: 0;
}
.section-relive-service .item-introduction,
.section-relive-service .introduction-inner,
.section-relive-service .item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-relive-service .introduction-inner {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-relive-service .main-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-relive-service .introduction-image {
  width: 1.65rem;
  height: 1.61rem;
}
.section-relive-service .main-image {
  width: 1.05rem;
  height: 1.15rem;
}
.section-relive-service .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1e80ff;
  background-color: #fff;
}
.section-relive-service .introduction-label {
  margin-left: -0.01rem;
}
.section-relive-service .introduction-label .label-text {
  margin-right: 0.1rem;
}
.section-relive-service .list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-relive-service .list-child .child-dot {
  margin-right: 0.07rem;
}
.section-relive-service .service-content .introduction-title {
  background-color: #fff;
}
.section-relive-service .list-item .introduction-title,
.section-relive-service .list-item .main-image,
.section-relive-service .list-item .introduction-image,
.section-relive-service .list-item .main-content {
  position: relative;
}
.section-relive-service .list-item .introduction-title {
  z-index: 3;
  border: 0.02rem solid #1e80ff;
  color: #3c80ff;
}
.section-relive-service .list-item .main-image {
  z-index: 4;
}
.section-relive-service .list-item .main-content {
  z-index: 2;
}
.section-relive-service .list-item .introduction-image {
  z-index: 1;
  bottom: -0.02rem;
}
.section-relive-service .staff-position {
  border-top: 1px solid #888;
}
@media print, (min-width: 768px) {
  .section-relive-service {
    padding-bottom: 140px;
  }
  .section-relive-service .staff-information {
    margin-bottom: 51px;
    padding-bottom: 46px;
  }
  .section-relive-service .information-wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
  .section-relive-service .service-content {
    padding: 148px 0 0;
  }
  .section-relive-service .content-staff .title-common-secondary {
    margin-bottom: 59px;
  }
  .section-relive-service .staff-position {
    padding: 40px 30px 0 42px;
  }
  .section-relive-service .service-content .introduction-title {
    width: 2.42rem;
    min-height: 2.42rem;
    padding: 27px 15px 27px 28px;
    font-size: 0.48rem;
    line-height: 1.2291666667;
    margin: 0;
  }
  .section-relive-service .service-content .title-small {
    font-size: 0.29rem;
  }
  .section-relive-service .service-content .introduction-label {
    position: absolute;
    top: 17px;
    padding: 6px 40px 6px 36px;
    font-size: 0.22rem;
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  }
  .section-relive-service .service-content .label-number {
    position: relative;
    top: 0.01rem;
    font-size: 0.35rem;
  }
  .section-relive-service .introduction-detail {
    width: 550px;
    margin-right: 5px;
    padding: 67px 15px 43px 33px;
    font-size: 0.25rem;
    line-height: 1.48;
  }
  .section-relive-service .item-main {
    margin-top: -62px;
  }
  .section-relive-service .main-content {
    max-width: 800px;
    min-height: 202px;
    padding: 39px 70px 12px;
  }
  .section-relive-service .content-menu {
    padding-bottom: 168px;
  }
  .section-relive-service .content-list {
    font-size: 0.29rem;
  }
  .section-relive-service .content-list .list-child {
    margin-bottom: 15px;
  }
  .section-relive-service .content-list .child-dot {
    position: relative;
    top: 6px;
    font-size: 0.17rem;
  }
  .section-relive-service .content-menu .list-item {
    margin-bottom: 83px;
  }
  .section-relive-service .content-menu .title-common-secondary {
    margin-bottom: 0.79rem;
  }
  .section-relive-service .main-image {
    margin: 39px 50px 46px 45px;
  }
  .section-relive-service .list-item .introduction-inner {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-relive-service {
    padding-bottom: 0.6rem;
  }
  .section-relive-service .staff-information {
    margin-bottom: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .section-relive-service .service-content .introduction-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.6rem;
    padding: 0.1rem 0.1rem 0.1rem 0.2rem;
    font-size: 0.3rem;
    line-height: 1.2291666667;
  }
  .section-relive-service .service-content .title-small {
    font-size: 0.2rem;
  }
  .section-relive-service .service-content .introduction-label {
    position: absolute;
    top: -1.1rem;
    left: 1.6rem;
    padding: 0.1rem 0.3rem 0.1rem 0.2rem;
    font-size: 0.16rem;
    clip-path: polygon(0% 0%, 88% 0%, 100% 50%, 88% 100%, 0% 100%);
  }
  .section-relive-service .service-content .label-number {
    font-size: 0.24rem;
  }
  .section-relive-service .content-menu {
    padding-bottom: 1rem;
  }
  .section-relive-service .menu-list .list-item {
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .section-relive-service .menu-list .item-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-relive-service .menu-list .introduction-image {
    margin: 0 auto;
  }
  .section-relive-service .menu-list .introduction-detail {
    padding: 0.2rem 0.2rem 0;
    font-size: 0.19rem;
    line-height: 1.5;
  }
  .section-relive-service .introduction-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-relive-service .item-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-relive-service .main-image {
    margin: -0.2rem auto 0;
  }
  .section-relive-service .content-list {
    padding: 0.3rem 0.1rem;
    font-size: 0.21rem;
  }
  .section-relive-service .content-list .list-child {
    margin-bottom: 0.2rem;
  }
  .section-relive-service .content-list .list-child:last-child {
    margin-bottom: 0;
  }
  .section-relive-service .staff-position {
    padding-top: 0.2rem;
  }
  .section-relive-service .title-common-secondary {
    margin-bottom: 0.5rem;
  }
}

.list-staff-information {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #040000;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  letter-spacing: 0;
}
.list-staff-information .item-image {
  width: 2.3rem;
  height: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(201, 217, 217)), to(rgb(142, 140, 140)));
  background: linear-gradient(180deg, rgb(201, 217, 217) 0%, rgb(142, 140, 140) 100%);
}
.list-staff-information .item-name {
  margin-bottom: 0.1rem;
}
.list-staff-information .item-position {
  margin-bottom: 0;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .list-staff-information {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.275rem;
  }
  .list-staff-information .list-item {
    max-width: 285px;
    padding: 0.275rem;
  }
  .list-staff-information .item-image {
    margin-bottom: 23px;
  }
  .list-staff-information .item-name {
    font-size: 0.28rem;
  }
  .list-staff-information .item-position {
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-staff-information {
    -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;
  }
  .list-staff-information .list-item {
    margin-bottom: 0.6rem;
  }
  .list-staff-information .list-item:last-child {
    margin-bottom: 0;
  }
  .list-staff-information .item-image {
    margin-bottom: 0.2rem;
  }
  .list-staff-information .item-name {
    font-size: 0.22rem;
  }
  .list-staff-information .item-position {
    font-size: 0.16rem;
  }
}

.list-staff-position {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.05rem -0.11rem;
  color: #040000;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.005em;
}
.list-staff-position .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.05rem 0.11rem;
}
.list-staff-position .item-dot {
  margin-right: 0.04rem;
  color: #5f5f5f;
  font-size: 0.15rem;
}
.list-staff-position .item-number {
  color: #c83b41;
}
.list-staff-position .item-number .number-unit {
  position: relative;
}
@media print, (min-width: 768px) {
  .list-staff-position {
    font-size: 0.25rem;
  }
  .list-staff-position .item-number {
    font-size: 0.33rem;
  }
  .list-staff-position .item-number .number-unit {
    top: -3px;
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-staff-position {
    font-size: 0.18rem;
  }
  .list-staff-position .item-number {
    font-size: 0.22rem;
  }
  .list-staff-position .item-number .number-unit {
    top: -0.01rem;
    font-size: 0.18rem;
  }
}

.section-relive-feedback .feedback-wrapper {
  background-color: #e1e7e8;
}
.section-relive-feedback .feedback-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-relive-feedback .list-item {
  position: relative;
  background-color: #fff;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.section-relive-feedback .list-item:last-child {
  margin-bottom: 0;
}
.section-relive-feedback .item-introduction,
.section-relive-feedback .introduction-inner,
.section-relive-feedback .introduction-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-relive-feedback .item-introduction {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-relive-feedback .introduction-information {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-relive-feedback .item-introduction {
  color: #040000;
}
.section-relive-feedback .introduction-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -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-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  transform: scaleX(0.8);
  color: #1e80ff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.section-relive-feedback .introduction-case::before {
  content: "";
  position: absolute;
  width: 0.02rem;
  background-color: #1e80ff;
}
.section-relive-feedback .introduction-case .case-number {
  font-weight: 500;
}
.section-relive-feedback .item-content {
  color: #231815;
}
.section-relive-feedback .item-content .content-detail {
  margin-bottom: 0;
}
.section-relive-feedback .information-avatar {
  width: 1.64rem;
  height: 1.64rem;
}
.section-relive-feedback .information-avatar img {
  border-radius: 50%;
}
.section-relive-feedback .introduction-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
  font-weight: 500;
}
.section-relive-feedback .information-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.16rem;
  line-height: 1.375;
}
.section-relive-feedback .information-profile .profile-name {
  font-size: 0.21rem;
}
@media print, (min-width: 768px) {
  .section-relive-feedback .feedback-wrapper {
    padding: 149px 0 119px;
  }
  .section-relive-feedback .introduction-case {
    margin-right: 18px;
    padding-right: 20px;
    font-size: 0.29rem;
  }
  .section-relive-feedback .introduction-case .case-number {
    font-size: 0.61rem;
  }
  .section-relive-feedback .introduction-case::before {
    top: -0.48rem;
    right: 0;
    bottom: 5px;
  }
  .section-relive-feedback .introduction-information {
    width: 1.16rem;
  }
  .section-relive-feedback .information-profile {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 4px;
  }
  .section-relive-feedback .information-inner {
    margin-right: 9px;
  }
  .section-relive-feedback .introduction-title {
    width: 5rem;
    font-size: 0.32rem;
    line-height: 1.40625;
  }
  .section-relive-feedback .item-introduction {
    margin-bottom: 31px;
  }
  .section-relive-feedback .list-item {
    margin-bottom: 72px;
    padding: 48px 36px 33px;
  }
  .section-relive-feedback .information-avatar {
    position: absolute;
    top: -34px;
    right: 49px;
  }
  .section-relive-feedback .item-content {
    padding: 0 14px;
    font-size: 0.22rem;
    line-height: 1.8181818182;
  }
  .section-relive-feedback .button-common-primary {
    padding: 102px 0 86px;
  }
  .section-relive-feedback .title-common-tertiary {
    margin-bottom: 76px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-relive-feedback .feedback-wrapper {
    padding: 1rem 0;
  }
  .section-relive-feedback .list-item {
    margin-bottom: 0.5rem;
    padding-bottom: 0.4rem;
  }
  .section-relive-feedback .introduction-case {
    width: 0.75rem;
    padding: 0.3rem 0.1rem 0 0;
    font-size: 0.21rem;
  }
  .section-relive-feedback .introduction-case::before {
    top: 0;
    right: 0;
    bottom: 5px;
  }
  .section-relive-feedback .introduction-case .case-number {
    font-size: 0.5rem;
  }
  .section-relive-feedback .information-avatar {
    margin-bottom: 0.2rem;
  }
  .section-relive-feedback .introduction-inner {
    margin-bottom: 0.3rem;
  }
  .section-relive-feedback .introduction-title {
    padding-top: 0.3rem;
    padding-right: 0.1rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-relive-feedback .item-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-relive-feedback .introduction-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0.3rem;
    text-align: center;
  }
  .section-relive-feedback .item-content {
    padding: 0 0.2rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .section-relive-feedback .button-common-primary {
    padding: 0.6rem 0;
  }
  .section-relive-feedback .title-common-tertiary {
    margin-bottom: 0.6rem;
  }
}

.block-common-primary .introduction-title {
  border-right: 0.02rem solid #1e80ff;
  border-bottom: 0.02rem solid #1e80ff;
}
/*# sourceMappingURL=relive.css.map */