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;
  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 {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #323232;
  font-family: "Zen Maru Gothic", serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 500;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    line-height: 1.9375;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

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

.hidden {
  display: none;
}

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

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

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

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

.container {
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

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

@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 .navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.header-common .navigation-link {
  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;
  width: 100%;
  height: 100%;
  color: #fff;
}
.header-common .navigation-item .inline{
  display: inline-block;
}
.header-common .navigation-item:first-child {
  background-color: #f3828c;
}
.header-common .navigation-item:nth-child(2) {
  background-color: #ff3c82;
}
.header-common .navigation-item:nth-child(2) {
  background-color: #ff3c82;
}
.header-common .navigation-item:nth-child(2) .link-japanese{
  letter-spacing: -.025em;
}
.header-common .navigation-item:nth-child(3) {
  background-color: #96c86e;
}
.header-common .navigation-item:nth-child(4) {
  background-color: #50b4e6;
}
.header-common .link-english,
.header-common .link-phone {
  font-family: "Jost", sans-serif;
  font-weight: 800;
}
.header-common .link-english {
  letter-spacing: 0.1em;
}
.header-common .link-japanese {
  font-weight: 700;
}
.header-common .header-logo a {
  display: block;
}
@media print, (min-width: 768px) {
  .header-common {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-common::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 42px;
    background-color: #fff;
  }
  .header-common::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 500px);
    height: 109px;
    background-color: #fff;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 20px;
  }
  .header-common .header-logo {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 234px;
    margin-top: 16px;
  }
  .header-common .header-logo::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 24px;
    left: -3px;
    width: 277px;
    height: 69px;
    background: url("../img/common/header_logo_layer.png") no-repeat no-repeat 0 0/100% 100%;
  }
  .header-common .header-navigation {
    position: relative;
    z-index: 2;
  }
  .header-common .navigation-item {
    width: 179px;
    height: 62px;
    margin-left: 10px;
    border-radius: 0 0 15px 15px;
  }
  .header-common .link-english,
  .header-common .link-time {
    font-size: 0.12rem;
    line-height: 1.3;
  }
  .header-common .time-number {
    font-size: 0.14rem;
  }
  .header-common .link-japanese {
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .header-common .link-phone {
    margin-bottom: -2px;
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .header-common .time-text {
    margin-right: 3px;
  }
}
@media print, (max-width: 1280px) and (min-width: 768px) {
  .header-common::after {
    left: 0;
    width: calc(50% - 363px);
  }
  .header-common .header-logo::after {
    left: -24px;
    width: 320px;
    height: 77px;
  }
}
@media print, (max-width: 1200px) and (min-width: 768px) {
  .header-common .header-logo::after {
    height: 75px;
  }
}
@media print, (max-width: 850px) and (min-width: 768px) {
  .header-common .navigation-item {
    width: 152px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: relative;
  }
  .header-common .header-logo {
    position: absolute;
    z-index: 99;
    top: 0.08rem;
    left: 0.1rem;
    width: 1.44rem;
    height: 0.45rem;
  }
  .header-common .header-navigation {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header-common .navigation-item {
    width: 50%;
    padding: 0.13rem;
  }
  .header-common .link-english,
  .header-common .link-time {
    font-size: 0.1rem;
  }
  .header-common .link-japanese,
  .header-common .time-number {
    font-size: 0.1rem;
    line-height: 1.2;
  }
  .header-common .link-phone {
    font-size: 0.14rem;
    line-height: 1.1;
  }
}
@media print {
  .header-common {
    position: relative;
  }
}

.footer-common {
  position: relative;
  z-index: 1;
  background-color: #e3ea96;
}
.footer-common::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  background: url("../img/common/footer_decor.png") no-repeat 0 0/100% 100%;
}
.footer-common .wrapper {
  position: relative;
}
.footer-common .wrapper::before, .footer-common .wrapper::after {
  content: "";
  position: absolute;
}
.footer-common .wrapper::before {
  background: url("../img/common/footer_decor_01.png") no-repeat center center/cover;
}
.footer-common .wrapper::after {
  background: url("../img/common/footer_decor_02.png") no-repeat center center/cover;
}
.footer-common .footer-heading {
  color: #7f4f21;
  font-weight: 700;
  text-align: center;
}
.footer-common .information-heading {
  color: #7f4f21;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.footer-common .footer-map {
  overflow: hidden;
}
.footer-common .footer-map iframe {
  width: 100%;
  height: 100%;
}
.footer-common .information-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.02em;
}
.footer-common .information-table dt {
  color: #7f4f21;
  font-weight: 700;
}
.is-mac .footer-common .information-table dt {
  border-width: 1px;
}
.footer-common .information-table dd {
  border-bottom: 0.5px solid #323232;
}
.footer-common .information-table dd:nth-child(2) {
  border-top: 0.5px solid #323232;
}
.footer-common small {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding-bottom: 32px;
  }
  .footer-common::before {
    top: -117px;
    height: 242px;
  }
  .footer-common .wrapper::before {
    bottom: -35px;
    left: -69px;
    width: 123px;
    height: 91px;
  }
  .footer-common .wrapper::after {
    right: -75px;
    bottom: -36px;
    width: 132px;
    height: 93px;
  }
  .footer-common .footer-decoration {
    position: relative;
    top: -203px;
    max-width: 958px;
    margin: 0 auto -234px;
  }
  .footer-common .footer-heading {
    margin-bottom: 46px;
    font-size: 0.3rem;
  }
  .footer-common .heading-space {
    margin-right: 13px;
  }
  .footer-common .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 74px;
  }
  .footer-common .footer-information {
    width: 514px;
    margin-right: 20px;
  }
  .footer-common .information-heading {
    margin-bottom: 21px;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .footer-common .footer-map {
    width: 100%;
    max-width: 515px;
    height: 333px;
    margin-top: 10px;
    border: 10px solid #fff;
    border-radius: 40px;
    -webkit-box-shadow: #7f4f21 10px 10px 0;
    box-shadow: #7f4f21 10px 10px 0;
  }
  .footer-common .information-table {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .footer-common .information-table dt,
  .footer-common .information-table dd {
    padding: 25px 0;
  }
  .footer-common .information-table dt {
    width: 130px;
    border-bottom: 2px solid #7f4f21;
  }
  .footer-common .information-table dt:first-child {
    border-top: 2px solid #7f4f21;
  }
  .footer-common .information-table dd {
    width: calc(100% - 130px);
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .footer-common .wrapper::before {
    left: 0;
  }
  .footer-common .wrapper::after {
    right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    margin-top: 1.2rem;
    padding-bottom: 0.7rem;
  }
  .footer-common::before {
    top: -0.75rem;
    height: 1rem;
  }
  .footer-common .footer-heading {
    font-size: 0.2rem;
  }
  .footer-common .footer-decoration {
    position: relative;
    top: -1.1rem;
    margin: 0 auto -1.2rem;
  }
  .footer-common .information-table {
    margin-bottom: 0.1rem;
  }
  .footer-common .information-table dt,
  .footer-common .information-table dd {
    padding: 0.15rem 0;
  }
  .footer-common .information-table dt {
    width: 0.7rem;
    border-bottom: 0.01rem solid #7f4f21;
  }
  .footer-common .information-table dt:first-child {
    border-top: 0.01rem solid #7f4f21;
  }
  .footer-common .information-table dd {
    width: calc(100% - 0.7rem);
  }
  .footer-common .information-heading {
    font-size: 0.16rem;
  }
  .footer-common .footer-inner {
    margin-bottom: 0.3rem;
  }
  .footer-common .footer-map {
    border: 0.05rem solid #fff;
    -webkit-box-shadow: #7f4f21 0.06rem 0.06rem 0;
    box-shadow: #7f4f21 0.06rem 0.06rem 0;
    height: 2rem;
    border-radius: 0.2rem;
  }
}
@media print, (max-width: 980px) and (min-width: 768px) {
  .footer-common .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-common .footer-information {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-common .footer-map {
    max-width: 100%;
  }
}
@media print {
  .footer-common dt {
    border-width: 1px !important;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.title-common-primary {
  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;
}
.title-common-primary .title-english img {
  width: auto;
  height: 100%;
}
.title-common-primary .title-japanese {
  color: #7f4f21;
  letter-spacing: 0.06em;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    height: 69px;
  }
  .title-common-primary .title-japanese {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    height: 0.34rem;
    margin-bottom: 0.1rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.16rem;
  }
}

.submit-button {
  width: 2.54rem;
  min-height: 0.65rem;
  margin: 0 auto;
  padding: 0.09rem 0 0.06rem;
  border: 0.05rem solid #dc6e78;
  border-radius: 0.35rem;
  background-color: #f3828c;
  -webkit-box-shadow: #7f4f21 0.05rem 0.05rem 0;
  box-shadow: #7f4f21 0.05rem 0.05rem 0;
  color: #fff;
  cursor: pointer;
}
.submit-button span {
  display: block;
}
.submit-button .button-english {
  font-family: "Jost", sans-serif;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
.submit-button .button-japanese {
  letter-spacing: 0.06em;
}
@media print, (min-width: 768px) {
  .submit-button .button-english {
    margin-bottom: -13px;
  }
  .submit-button .button-japanese {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .submit-button .button-japanese {
    font-size: 0.18rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin-bottom: -121px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin-bottom: 0.5rem;
  }
}

.keyvisual-greeting {
  position: relative;
}
.keyvisual-greeting .information-item {
  position: absolute;
  z-index: 2;
}
.keyvisual-greeting .keyvisual-title {
  color: #7f4f21;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
.keyvisual-greeting .text-small {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.keyvisual-greeting .keyvisual-copyright {
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Jost", sans-serif;
  font-size: 0.1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.keyvisual-greeting .keyvisual-copyright .copyright-icon {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media print, (min-width: 768px) {
  .keyvisual-greeting {
    max-width: 1300px;
    margin: 0 auto;
    padding: 42px 43px 42px 36px;
  }
  .keyvisual-greeting .keyvisual-image {
    width: 100%;
    height: 660px;
    overflow: hidden;
    border-radius: 40px;
  }
  .keyvisual-greeting .information-item:nth-child(1) {
    top: 136px;
    left: 18px;
  }
  .keyvisual-greeting .information-item:nth-child(2) {
    top: 82px;
    right: 22px;
  }
  .keyvisual-greeting .information-item:nth-child(3) {
    right: 68px;
    bottom: 120px;
  }
  .keyvisual-greeting .keyvisual-text {
    position: absolute;
    z-index: 1;
    bottom: 91px;
    left: 97px;
  }
  .keyvisual-greeting .keyvisual-title {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -6px;
    font-size: 0.5rem;
    line-height: 1.2;
  }
  .keyvisual-greeting .keyvisual-title .title-wrapper {
    margin-bottom: 12px;
    padding: 2px 0 6px 20px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: #7f4f21 6px 6px 0;
    box-shadow: #7f4f21 6px 6px 0;
  }
  .keyvisual-greeting .keyvisual-title .title-comma {
    letter-spacing: -0.3em;
  }
  .keyvisual-greeting .text-small {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-greeting {
    padding: 0.1rem;
  }
  .keyvisual-greeting .information-item:first-child {
    bottom: 0.75rem;
    left: 0.03rem;
    width: 0.86rem;
  }
  .keyvisual-greeting .information-item:nth-child(2) {
    top: 0.02rem;
    right: 0.86rem;
    width: 0.88rem;
  }
  .keyvisual-greeting .information-item:nth-child(3) {
    right: 0.04rem;
    bottom: 0.66rem;
    width: 0.88rem;
  }
  .keyvisual-greeting .keyvisual-text {
    position: absolute;
    z-index: 1;
    bottom: 0.15rem;
    left: 0.21rem;
  }
  .keyvisual-greeting .keyvisual-title {
    margin-bottom: 0;
    padding: 0 0.06rem 0.02rem;
    overflow: hidden;
    border-radius: 0.05rem;
    background-color: #fff;
    -webkit-box-shadow: #7f4f21 0.02rem 0.02rem 0;
    box-shadow: #7f4f21 0.02rem 0.02rem 0;
    font-size: 0.19rem;
    line-height: 1.2;
  }
  .keyvisual-greeting .keyvisual-title .title-comma {
    letter-spacing: -0.65em;
  }
  .keyvisual-greeting .text-small {
    margin-top: 0.03rem;
    font-size: 0.1rem;
  }
}

.keyvisual-philosophy {
  position: relative;
}
.keyvisual-philosophy .philosophy-tittle {
  color: #7f4f21;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.keyvisual-philosophy .wrapper {
  position: relative;
  z-index: 1;
}
.keyvisual-philosophy .philosophy-image {
  position: relative;
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .keyvisual-philosophy {
    position: relative;
    min-height: 640px;
    padding: 69px 0 111px;
  }
  .keyvisual-philosophy::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -200px;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/top/philosophy_bg.png") no-repeat 0 0/100% 100%;
  }
  .keyvisual-philosophy .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1114px;
  }
  .keyvisual-philosophy .philosophy-content {
    margin-right: 36px;
    padding-left: 16px;
  }
  .keyvisual-philosophy .philosophy-tittle {
    margin-bottom: 22px;
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .keyvisual-philosophy .philosophy-text {
    font-size: 0.18rem;
    line-height: 2.1111111111;
  }
  .keyvisual-philosophy .philosophy-image {
    z-index: 1;
    top: -168px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 15px solid #fff;
    border-radius: 50px;
    -webkit-box-shadow: #7f4f21 8px 8px 0;
    box-shadow: #7f4f21 8px 8px 0;
  }
  .keyvisual-philosophy .philosophy-image figure {
    max-width: 381px;
    height: 433px;
  }
}
@media print, (max-width: 1150px) and (min-width: 768px) {
  .keyvisual-philosophy {
    min-height: 700px;
  }
  .keyvisual-philosophy::before {
    background: url("../img/top/philosophy_bg_02.png") no-repeat center center/cover;
    border-radius: 50px 50px 0 0;
  }
}
@media print, (max-width: 1030px) and (min-width: 768px) {
  .keyvisual-philosophy {
    min-height: 800px;
  }
  .keyvisual-philosophy .philosophy-content {
    padding-left: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-philosophy {
    position: relative;
    padding: 0.24rem 0 0.5rem;
  }
  .keyvisual-philosophy::before {
    content: "";
    position: absolute;
    top: -0.53rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/top/sp/philosophy_bg_02.png") no-repeat center center/cover;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .keyvisual-philosophy .philosophy-content {
    padding-left: 0.05rem;
  }
  .keyvisual-philosophy .philosophy-tittle {
    margin-bottom: 0.18rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .keyvisual-philosophy .philosophy-text {
    font-size: 0.14rem;
    line-height: 2.0714285714;
  }
  .keyvisual-philosophy .philosophy-image {
    position: absolute;
    z-index: 1;
    top: -0.59rem;
    right: 0.15rem;
    border: 0.05rem solid #fff;
    border-radius: 0.1rem;
    -webkit-box-shadow: #7f4f21 0.04rem 0.04rem 0;
    box-shadow: #7f4f21 0.04rem 0.04rem 0;
  }
  .keyvisual-philosophy .philosophy-image figure {
    width: 1.23rem;
  }
}

.section-top-goal {
  position: relative;
  z-index: 1;
}
.section-top-goal .goal-inner {
  position: relative;
}
.section-top-goal .goal-inner::before {
  content: "";
  position: absolute;
  background: url("../img/top/goal_decor.png") no-repeat center center/cover;
}
.section-top-goal .goal-list {
  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;
}
@media print, (min-width: 768px) {
  .section-top-goal::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -47px;
    right: 25px;
    left: 11px;
    height: 708px;
    background: url("../img/top/goal_bg_decor.png") no-repeat center center/contain;
  }
  .section-top-goal .goal-inner {
    max-width: 912px;
    height: 599px;
    margin: 0 auto;
    padding-top: 89px;
    background: url("../img/top/goal_bg.jpg") no-repeat center center/cover;
  }
  .section-top-goal .goal-inner::before {
    top: -181px;
    right: 0;
    left: -25px;
    width: 669px;
    height: 193px;
    margin: auto;
  }
  .section-top-goal .title-common-primary {
    margin-bottom: 15px;
  }
  .section-top-goal .goal-item {
    width: 25%;
    margin: 0 10px;
  }
  .section-top-goal .goal-item:nth-child(3) {
    width: 24.1228070175%;
    margin-right: -14px;
    margin-left: 24px;
  }
}
@media print, (max-width: 1150px) and (min-width: 768px) {
  .section-top-goal {
    z-index: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-goal {
    padding-bottom: 0.6rem;
  }
  .section-top-goal::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -0.35rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/top/sp/goal_bg_decor.png") repeat 0 0/auto 100%;
  }
  .section-top-goal .goal-item {
    margin: 0 0.1rem;
  }
  .section-top-goal .title-common-primary {
    margin-bottom: 0;
  }
  .section-top-goal .goal-inner {
    width: 3.7rem;
    min-height: 2.47rem;
    margin: 0 auto;
    padding-top: 0.15rem;
    background: url("../img/top/sp/goal_bg.jpg") no-repeat center center/cover;
  }
  .section-top-goal .goal-inner::before {
    top: -0.83rem;
    left: 50%;
    width: 3rem;
    height: 0.87rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.section-top-feature .title-common-primary {
  position: relative;
}
.section-top-feature .title-common-primary::before, .section-top-feature .title-common-primary::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.section-top-feature .title-common-primary::before {
  background: url("../img/top/feature_decor_01.png") no-repeat center 100%/100%;
}
.section-top-feature .title-common-primary::after {
  background: url("../img/top/feature_decor_02.png") no-repeat center 100%/100%;
}
.section-top-feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-feature .feature-inner {
  background-color: #fff;
}
.section-top-feature .feature-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -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;
  color: #7f4f21;
  font-family: "Jost", sans-serif;
  font-weight: 800;
}
.section-top-feature .feature-order span {
  display: block;
}
.section-top-feature .order-text {
  font-size: 0.12rem;
}
.section-top-feature .feature-title {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.section-top-feature .feature-text,
.section-top-feature .feature-note {
  margin-bottom: 0;
}
.section-top-feature .wrapper {
  position: relative;
}
.section-top-feature .wrapper::before {
  content: "";
  position: absolute;
  background: url("../img/top/feature_decor_05.png") no-repeat center 100%/100%;
}
@media print, (min-width: 768px) {
  .section-top-feature {
    position: relative;
    z-index: 1;
    min-height: 1678px;
    margin-bottom: -142px;
    padding: 195px 0 100px;
  }
  .section-top-feature::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -120px;
    right: 0;
    left: 0;
    height: 100%;
    background: url("../img/top/feature_bg.png") no-repeat 0 0/100% 100%;
  }
  .section-top-feature .title-common-primary {
    margin-bottom: 27px;
  }
  .section-top-feature .title-common-primary::before {
    top: -99px;
    left: 39px;
    width: 231px;
    height: 144px;
  }
  .section-top-feature .title-common-primary::after {
    top: -290px;
    right: -88px;
    width: 404px;
    height: 395px;
  }
  .section-top-feature .feature-inner {
    padding: 20px 20px 30px 20px;
    border-radius: 50px;
    -webkit-box-shadow: #7f4f21 10px 10px 0;
    box-shadow: #7f4f21 10px 10px 0;
  }
  .section-top-feature .feature-order {
    top: -27px;
    left: 41px;
  }
  .section-top-feature .order-text {
    margin-bottom: -9px;
  }
  .section-top-feature .order-number {
    font-size: 0.5rem;
    line-height: 1;
  }
  .section-top-feature .feature-image {
    height: 202px;
    margin-bottom: 11px;
    overflow: hidden;
    border-radius: 40px;
  }
  .section-top-feature .feature-title {
    margin-bottom: 2px;
    font-size: 0.24rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  .section-top-feature .feature-text,
  .section-top-feature .feature-note {
    padding: 0 15px 0 20px;
  }
  .section-top-feature .feature-note {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .section-top-feature .feature-item {
    position: relative;
  }
  .section-top-feature .feature-item:first-child .feature-title {
    text-shadow: #f3828c 0.05rem 0 0, #f3828c 0.0490033rem 0.993347px 0, #f3828c 4.60531px 1.94709px 0, #f3828c 4.12668px 2.82321px 0, #f3828c 3.48353px 3.58678px 0, #f3828c 2.70151px 4.20735px 0, #f3828c 1.81179px 4.6602px 0, #f3828c 0.849836px 4.92725px 0, #f3828c -0.145998px 4.99787px 0, #f3828c -1.13601px 4.86924px 0, #f3828c -2.08073px 4.54649px 0, #f3828c -2.94251px 4.04248px 0, #f3828c -3.68697px 3.37732px 0, #f3828c -4.28444px 2.57751px 0, #f3828c -4.71111px 1.67494px 0, #f3828c -4.94996px 0.7056px 0, #f3828c -4.99147px -0.291871px 0, #f3828c -4.83399px -1.27771px 0, #f3828c -4.48379px -2.2126px 0, #f3828c -3.95484px -3.05929px 0, #f3828c -3.26822px -3.78401px 0, #f3828c -2.4513px -4.35788px 0, #f3828c -1.53666px -4.75801px 0, #f3828c -0.560763px -4.96846px 0, #f3828c 0.437495px -4.98082px 0, #f3828c 1.41831px -4.79462px 0, #f3828c 2.34258px -4.41727px 0, #f3828c 3.17346px -3.86382px 0, #f3828c 3.87783px -3.15633px 0, #f3828c 4.4276px -2.32301px 0, #f3828c 4.80085px -1.39708px 0, #f3828c 4.98271px -0.415447px 0;
  }
  .section-top-feature .feature-item:first-child::before {
    display: none;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 13.6923076923vw;
    height: 172px;
    background: url("../img/top/feature_decor_03.png") no-repeat center 100%/100%;
  }
  .section-top-feature .feature-item:nth-child(2) .feature-title {
    text-shadow: #fbb45a 0.05rem 0 0, #fbb45a 0.0490033rem 0.993347px 0, #fbb45a 4.60531px 1.94709px 0, #fbb45a 4.12668px 2.82321px 0, #fbb45a 3.48353px 3.58678px 0, #fbb45a 2.70151px 4.20735px 0, #fbb45a 1.81179px 4.6602px 0, #fbb45a 0.849836px 4.92725px 0, #fbb45a -0.145998px 4.99787px 0, #fbb45a -1.13601px 4.86924px 0, #fbb45a -2.08073px 4.54649px 0, #fbb45a -2.94251px 4.04248px 0, #fbb45a -3.68697px 3.37732px 0, #fbb45a -4.28444px 2.57751px 0, #fbb45a -4.71111px 1.67494px 0, #fbb45a -4.94996px 0.7056px 0, #fbb45a -4.99147px -0.291871px 0, #fbb45a -4.83399px -1.27771px 0, #fbb45a -4.48379px -2.2126px 0, #fbb45a -3.95484px -3.05929px 0, #fbb45a -3.26822px -3.78401px 0, #fbb45a -2.4513px -4.35788px 0, #fbb45a -1.53666px -4.75801px 0, #fbb45a -0.560763px -4.96846px 0, #fbb45a 0.437495px -4.98082px 0, #fbb45a 1.41831px -4.79462px 0, #fbb45a 2.34258px -4.41727px 0, #fbb45a 3.17346px -3.86382px 0, #fbb45a 3.87783px -3.15633px 0, #fbb45a 4.4276px -2.32301px 0, #fbb45a 4.80085px -1.39708px 0, #fbb45a 4.98271px -0.415447px 0;
  }
  .section-top-feature .feature-item:nth-child(3) .feature-title {
    text-shadow: #fa9628 0.05rem 0 0, #fa9628 0.0490033rem 0.993347px 0, #fa9628 4.60531px 1.94709px 0, #fa9628 4.12668px 2.82321px 0, #fa9628 3.48353px 3.58678px 0, #fa9628 2.70151px 4.20735px 0, #fa9628 1.81179px 4.6602px 0, #fa9628 0.849836px 4.92725px 0, #fa9628 -0.145998px 4.99787px 0, #fa9628 -1.13601px 4.86924px 0, #fa9628 -2.08073px 4.54649px 0, #fa9628 -2.94251px 4.04248px 0, #fa9628 -3.68697px 3.37732px 0, #fa9628 -4.28444px 2.57751px 0, #fa9628 -4.71111px 1.67494px 0, #fa9628 -4.94996px 0.7056px 0, #fa9628 -4.99147px -0.291871px 0, #fa9628 -4.83399px -1.27771px 0, #fa9628 -4.48379px -2.2126px 0, #fa9628 -3.95484px -3.05929px 0, #fa9628 -3.26822px -3.78401px 0, #fa9628 -2.4513px -4.35788px 0, #fa9628 -1.53666px -4.75801px 0, #fa9628 -0.560763px -4.96846px 0, #fa9628 0.437495px -4.98082px 0, #fa9628 1.41831px -4.79462px 0, #fa9628 2.34258px -4.41727px 0, #fa9628 3.17346px -3.86382px 0, #fa9628 3.87783px -3.15633px 0, #fa9628 4.4276px -2.32301px 0, #fa9628 4.80085px -1.39708px 0, #fa9628 4.98271px -0.415447px 0;
  }
  .section-top-feature .feature-item:nth-child(3)::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 205px;
    width: 13vw;
    height: 162px;
    background: url("../img/top/feature_decor_04.png") no-repeat center 100%/100%;
  }
  .section-top-feature .feature-item:nth-child(4) .feature-title {
    text-shadow: #96c86e 0.05rem 0 0, #96c86e 0.0490033rem 0.993347px 0, #96c86e 4.60531px 1.94709px 0, #96c86e 4.12668px 2.82321px 0, #96c86e 3.48353px 3.58678px 0, #96c86e 2.70151px 4.20735px 0, #96c86e 1.81179px 4.6602px 0, #96c86e 0.849836px 4.92725px 0, #96c86e -0.145998px 4.99787px 0, #96c86e -1.13601px 4.86924px 0, #96c86e -2.08073px 4.54649px 0, #96c86e -2.94251px 4.04248px 0, #96c86e -3.68697px 3.37732px 0, #96c86e -4.28444px 2.57751px 0, #96c86e -4.71111px 1.67494px 0, #96c86e -4.94996px 0.7056px 0, #96c86e -4.99147px -0.291871px 0, #96c86e -4.83399px -1.27771px 0, #96c86e -4.48379px -2.2126px 0, #96c86e -3.95484px -3.05929px 0, #96c86e -3.26822px -3.78401px 0, #96c86e -2.4513px -4.35788px 0, #96c86e -1.53666px -4.75801px 0, #96c86e -0.560763px -4.96846px 0, #96c86e 0.437495px -4.98082px 0, #96c86e 1.41831px -4.79462px 0, #96c86e 2.34258px -4.41727px 0, #96c86e 3.17346px -3.86382px 0, #96c86e 3.87783px -3.15633px 0, #96c86e 4.4276px -2.32301px 0, #96c86e 4.80085px -1.39708px 0, #96c86e 4.98271px -0.415447px 0;
  }
  .section-top-feature .feature-item:nth-child(5) .feature-title {
    text-shadow: #50b4e6 0.05rem 0 0, #50b4e6 0.0490033rem 0.993347px 0, #50b4e6 4.60531px 1.94709px 0, #50b4e6 4.12668px 2.82321px 0, #50b4e6 3.48353px 3.58678px 0, #50b4e6 2.70151px 4.20735px 0, #50b4e6 1.81179px 4.6602px 0, #50b4e6 0.849836px 4.92725px 0, #50b4e6 -0.145998px 4.99787px 0, #50b4e6 -1.13601px 4.86924px 0, #50b4e6 -2.08073px 4.54649px 0, #50b4e6 -2.94251px 4.04248px 0, #50b4e6 -3.68697px 3.37732px 0, #50b4e6 -4.28444px 2.57751px 0, #50b4e6 -4.71111px 1.67494px 0, #50b4e6 -4.94996px 0.7056px 0, #50b4e6 -4.99147px -0.291871px 0, #50b4e6 -4.83399px -1.27771px 0, #50b4e6 -4.48379px -2.2126px 0, #50b4e6 -3.95484px -3.05929px 0, #50b4e6 -3.26822px -3.78401px 0, #50b4e6 -2.4513px -4.35788px 0, #50b4e6 -1.53666px -4.75801px 0, #50b4e6 -0.560763px -4.96846px 0, #50b4e6 0.437495px -4.98082px 0, #50b4e6 1.41831px -4.79462px 0, #50b4e6 2.34258px -4.41727px 0, #50b4e6 3.17346px -3.86382px 0, #50b4e6 3.87783px -3.15633px 0, #50b4e6 4.4276px -2.32301px 0, #50b4e6 4.80085px -1.39708px 0, #50b4e6 4.98271px -0.415447px 0;
  }
  .section-top-feature .feature-item:nth-child(6) .feature-title {
    text-shadow: #dcaad2 0.05rem 0 0, #dcaad2 0.0490033rem 0.993347px 0, #dcaad2 4.60531px 1.94709px 0, #dcaad2 4.12668px 2.82321px 0, #dcaad2 3.48353px 3.58678px 0, #dcaad2 2.70151px 4.20735px 0, #dcaad2 1.81179px 4.6602px 0, #dcaad2 0.849836px 4.92725px 0, #dcaad2 -0.145998px 4.99787px 0, #dcaad2 -1.13601px 4.86924px 0, #dcaad2 -2.08073px 4.54649px 0, #dcaad2 -2.94251px 4.04248px 0, #dcaad2 -3.68697px 3.37732px 0, #dcaad2 -4.28444px 2.57751px 0, #dcaad2 -4.71111px 1.67494px 0, #dcaad2 -4.94996px 0.7056px 0, #dcaad2 -4.99147px -0.291871px 0, #dcaad2 -4.83399px -1.27771px 0, #dcaad2 -4.48379px -2.2126px 0, #dcaad2 -3.95484px -3.05929px 0, #dcaad2 -3.26822px -3.78401px 0, #dcaad2 -2.4513px -4.35788px 0, #dcaad2 -1.53666px -4.75801px 0, #dcaad2 -0.560763px -4.96846px 0, #dcaad2 0.437495px -4.98082px 0, #dcaad2 1.41831px -4.79462px 0, #dcaad2 2.34258px -4.41727px 0, #dcaad2 3.17346px -3.86382px 0, #dcaad2 3.87783px -3.15633px 0, #dcaad2 4.4276px -2.32301px 0, #dcaad2 4.80085px -1.39708px 0, #dcaad2 4.98271px -0.415447px 0;
  }
  .section-top-feature .wrapper::before {
    bottom: -142px;
    left: -49px;
    width: 250px;
    height: 146px;
  }
}
@media print, (min-width: 1300px) {
  .section-top-feature .feature-item:nth-child(1)::before {
    width: 178px;
  }
  .section-top-feature .feature-item:nth-child(3)::before {
    width: 169px;
  }
}
@media print, (max-width: 1110px) and (min-width: 1029.98px) {
  .section-top-feature {
    min-height: 1800px;
  }
  .section-top-feature .wrapper::before {
    left: -23px;
  }
}
@media print, (max-width: 1150px) and (min-width: 768px) {
  .section-top-feature::before {
    background: url("../img/top/feature_bg_02.png") no-repeat 0 0/100% 100%;
  }
}
@media print, (min-width: 1030px) {
  .section-top-feature .feature-list {
    margin: 0 -20px;
  }
  .section-top-feature .feature-inner {
    min-height: 433px;
  }
  .section-top-feature .feature-item {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .section-top-feature .feature-item:nth-child(1) .feature-inner, .section-top-feature .feature-item:nth-child(2) .feature-inner, .section-top-feature .feature-item:nth-child(3) .feature-inner {
    min-height: 515px;
  }
  .section-top-feature .feature-item:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .section-top-feature .feature-item:nth-child(3) {
    margin-top: 40px;
  }
  .section-top-feature .feature-item:nth-child(5) {
    margin-top: 20px;
  }
  .section-top-feature .feature-item:nth-child(6) {
    margin-top: 40px;
  }
}
@media print, (max-width: 1110px) and (min-width: 1030px) {
  .section-top-feature .feature-inner {
    min-height: 535px !important;
    padding: 20px 10px;
  }
}
@media print, (max-width: 900px) and (min-width: 768px) {
  .section-top-feature .title-common-primary {
    margin-bottom: 35px;
  }
  .section-top-feature .title-common-primary::before {
    left: 0;
  }
  .section-top-feature .title-common-primary::after {
    top: -300px;
    right: -72px;
    width: 300px;
  }
}
@media print, (max-width: 1029.98px) and (min-width: 768px) {
  .section-top-feature::before {
    overflow: hidden;
    border-radius: 0 0 50px 50px;
  }
  .section-top-feature .feature-item {
    width: 50%;
    min-height: 500px;
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .section-top-feature .feature-item:nth-child(1)::before {
    bottom: 0;
  }
  .section-top-feature .feature-item:nth-child(3)::before {
    right: 0;
    left: unset;
  }
  .section-top-feature .feature-inner {
    height: 100%;
  }
  .section-top-feature .wrapper {
    padding-bottom: 170px;
  }
  .section-top-feature .wrapper::before {
    bottom: 20px;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-feature {
    margin-top: -1.25rem;
    position: relative;
    padding: 1.5rem 0 0;
    overflow: hidden;
    border-radius: 0 0 0.4rem 0.4rem;
  }
  .section-top-feature .title-common-primary {
    margin-bottom: 0.65rem;
  }
  .section-top-feature .wrapper {
    padding-bottom: 0.2rem;
  }
  .section-top-feature .wrapper::before {
    bottom: 0em;
    left: 0.22rem;
    width: 1rem;
    height: 0.8rem;
  }
  .section-top-feature::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: url("../img/top/sp/feature_bg.png") no-repeat center center/cover;
  }
  .section-top-feature .feature-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -0.1rem;
  }
  .section-top-feature .feature-title {
    font-size: 0.14rem;
    line-height: 1.8;
    letter-spacing: -0.07em;
    margin-bottom: 0;
  }
  .section-top-feature .feature-inner {
    min-height: 3.1rem;
    border-radius: 0.3rem;
    height: 100%;
    -webkit-box-shadow: #7f4f21 0.05rem 0.05rem 0;
    box-shadow: #7f4f21 0.05rem 0.05rem 0;
  }
  .section-top-feature .feature-item {
    position: relative;
    width: 50%;
    margin-bottom: 0.3rem;
    padding: 0 0.05rem;
  }
  .section-top-feature .feature-item:nth-child(2n) {
    margin-top: 0.2rem;
  }
  .section-top-feature .feature-item:nth-child(1) .feature-inner, .section-top-feature .feature-item:nth-child(2) .feature-inner {
    min-height: 4rem;
  }
  .section-top-feature .feature-item:first-child .feature-title {
    text-shadow: #f3828c 3px 0px 0px, #f3828c 2.83487px 0.981584px 0px, #f3828c 2.35766px 1.85511px 0px, #f3828c 1.62091px 2.52441px 0px, #f3828c 0.705713px 2.91581px 0px, #f3828c -0.287171px 2.98622px 0px, #f3828c -1.24844px 2.72789px 0px, #f3828c -2.07227px 2.16926px 0px, #f3828c -2.66798px 1.37182px 0px, #f3828c -2.96998px 0.42336px 0px, #f3828c -2.94502px -0.571704px 0px, #f3828c -2.59586px -1.50383px 0px, #f3828c -1.96093px -2.27041px 0px, #f3828c -1.11013px -2.78704px 0px, #f3828c -0.137119px -2.99686px 0px, #f3828c 0.850987px -2.87677px 0px, #f3828c 1.74541px -2.43999px 0px, #f3828c 2.44769px -1.73459px 0px, #f3828c 2.88051px -0.838247px 0px;
  }
  .section-top-feature .feature-item:first-child::before {
    display: none;
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 1.25rem;
    height: 1.2rem;
    background: url("../img/top/feature_decor_03.png") no-repeat center 100%/100%;
  }
  .section-top-feature .feature-item:nth-child(2) .feature-title {
    text-shadow: #fbb45a 3px 0px 0px, #fbb45a 2.83487px 0.981584px 0px, #fbb45a 2.35766px 1.85511px 0px, #fbb45a 1.62091px 2.52441px 0px, #fbb45a 0.705713px 2.91581px 0px, #fbb45a -0.287171px 2.98622px 0px, #fbb45a -1.24844px 2.72789px 0px, #fbb45a -2.07227px 2.16926px 0px, #fbb45a -2.66798px 1.37182px 0px, #fbb45a -2.96998px 0.42336px 0px, #fbb45a -2.94502px -0.571704px 0px, #fbb45a -2.59586px -1.50383px 0px, #fbb45a -1.96093px -2.27041px 0px, #fbb45a -1.11013px -2.78704px 0px, #fbb45a -0.137119px -2.99686px 0px, #fbb45a 0.850987px -2.87677px 0px, #fbb45a 1.74541px -2.43999px 0px, #fbb45a 2.44769px -1.73459px 0px, #fbb45a 2.88051px -0.838247px 0px;
  }
  .section-top-feature .feature-item:nth-child(3) .feature-title {
    text-shadow: #fa9628 3px 0px 0px, #fa9628 2.83487px 0.981584px 0px, #fa9628 2.35766px 1.85511px 0px, #fa9628 1.62091px 2.52441px 0px, #fa9628 0.705713px 2.91581px 0px, #fa9628 -0.287171px 2.98622px 0px, #fa9628 -1.24844px 2.72789px 0px, #fa9628 -2.07227px 2.16926px 0px, #fa9628 -2.66798px 1.37182px 0px, #fa9628 -2.96998px 0.42336px 0px, #fa9628 -2.94502px -0.571704px 0px, #fa9628 -2.59586px -1.50383px 0px, #fa9628 -1.96093px -2.27041px 0px, #fa9628 -1.11013px -2.78704px 0px, #fa9628 -0.137119px -2.99686px 0px, #fa9628 0.850987px -2.87677px 0px, #fa9628 1.74541px -2.43999px 0px, #fa9628 2.44769px -1.73459px 0px, #fa9628 2.88051px -0.838247px 0px;
  }
  .section-top-feature .feature-item:nth-child(4) .feature-title {
    text-shadow: #96c86e 3px 0px 0px, #96c86e 2.83487px 0.981584px 0px, #96c86e 2.35766px 1.85511px 0px, #96c86e 1.62091px 2.52441px 0px, #96c86e 0.705713px 2.91581px 0px, #96c86e -0.287171px 2.98622px 0px, #96c86e -1.24844px 2.72789px 0px, #96c86e -2.07227px 2.16926px 0px, #96c86e -2.66798px 1.37182px 0px, #96c86e -2.96998px 0.42336px 0px, #96c86e -2.94502px -0.571704px 0px, #96c86e -2.59586px -1.50383px 0px, #96c86e -1.96093px -2.27041px 0px, #96c86e -1.11013px -2.78704px 0px, #96c86e -0.137119px -2.99686px 0px, #96c86e 0.850987px -2.87677px 0px, #96c86e 1.74541px -2.43999px 0px, #96c86e 2.44769px -1.73459px 0px, #96c86e 2.88051px -0.838247px 0px;
  }
  .section-top-feature .feature-item:nth-child(5) .feature-title {
    text-shadow: #50b4e6 3px 0px 0px, #50b4e6 2.83487px 0.981584px 0px, #50b4e6 2.35766px 1.85511px 0px, #50b4e6 1.62091px 2.52441px 0px, #50b4e6 0.705713px 2.91581px 0px, #50b4e6 -0.287171px 2.98622px 0px, #50b4e6 -1.24844px 2.72789px 0px, #50b4e6 -2.07227px 2.16926px 0px, #50b4e6 -2.66798px 1.37182px 0px, #50b4e6 -2.96998px 0.42336px 0px, #50b4e6 -2.94502px -0.571704px 0px, #50b4e6 -2.59586px -1.50383px 0px, #50b4e6 -1.96093px -2.27041px 0px, #50b4e6 -1.11013px -2.78704px 0px, #50b4e6 -0.137119px -2.99686px 0px, #50b4e6 0.850987px -2.87677px 0px, #50b4e6 1.74541px -2.43999px 0px, #50b4e6 2.44769px -1.73459px 0px, #50b4e6 2.88051px -0.838247px 0px;
  }
  .section-top-feature .feature-item:nth-child(6) .feature-title {
    text-shadow: #dcaad2 3px 0px 0px, #dcaad2 2.83487px 0.981584px 0px, #dcaad2 2.35766px 1.85511px 0px, #dcaad2 1.62091px 2.52441px 0px, #dcaad2 0.705713px 2.91581px 0px, #dcaad2 -0.287171px 2.98622px 0px, #dcaad2 -1.24844px 2.72789px 0px, #dcaad2 -2.07227px 2.16926px 0px, #dcaad2 -2.66798px 1.37182px 0px, #dcaad2 -2.96998px 0.42336px 0px, #dcaad2 -2.94502px -0.571704px 0px, #dcaad2 -2.59586px -1.50383px 0px, #dcaad2 -1.96093px -2.27041px 0px, #dcaad2 -1.11013px -2.78704px 0px, #dcaad2 -0.137119px -2.99686px 0px, #dcaad2 0.850987px -2.87677px 0px, #dcaad2 1.74541px -2.43999px 0px, #dcaad2 2.44769px -1.73459px 0px, #dcaad2 2.88051px -0.838247px 0px;
  }
  .section-top-feature .feature-text {
    font-size: 0.14rem;
    padding: 0.1rem 0.15rem 0.15rem;
  }
  .section-top-feature .feature-note {
    margin-top: -0.1rem;
    font-size: 0.12rem;
    padding: 0 0.15rem 0.15rem;
  }
  .section-top-feature .feature-order {
    top: -0.24rem;
  }
  .section-top-feature .order-number {
    margin-top: -0.1rem;
    font-size: 0.3rem;
  }
  .section-top-feature .feature-image {
    height: 1.25rem;
    overflow: hidden;
    border-radius: 0.25rem;
    padding: 0.1rem 0.1rem 0;
    margin-bottom: 0.15rem;
  }
  .section-top-feature .title-common-primary::before {
    top: -0.4rem;
    left: 0;
    width: 1rem;
    height: 0.7rem;
  }
  .section-top-feature .title-common-primary::after {
    top: -2.38rem;
    right: -0.48rem;
    width: 1.73rem;
    height: 2.9rem;
  }
}
@media print {
  .section-top-feature .feature-item {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.section-top-areas {
  width: 100%;
  background: url("../img/top/areas_bg.png") no-repeat center/100% 100%;
}
.section-top-areas .areas-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.section-top-areas .areas-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.section-top-areas .areas-title {
  margin-bottom: 0;
  font-weight: 700;
}
.section-top-areas .areas-order {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.section-top-areas .areas-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  background-color: #fff;
}
.section-top-areas .areas-item:first-child {
  border-color: #f3828c;
}
.section-top-areas .areas-item:first-child .areas-label {
  background-color: #f3828c;
}
.section-top-areas .areas-item:first-child .title-highlight {
  color: #f3828c;
}
.section-top-areas .areas-item:first-child .areas-order {
  color: rgba(243, 130, 140, 0.2);
}
.section-top-areas .areas-item:nth-child(2) {
  border-color: #fbb45a;
  background-color: #fffaeb;
}
.section-top-areas .areas-item:nth-child(2) .areas-label {
  background-color: #fbb45a;
}
.section-top-areas .areas-item:nth-child(2) .title-highlight {
  color: #fbb45a;
}
.section-top-areas .areas-item:nth-child(2) .areas-order {
  color: rgba(251, 180, 90, 0.2);
}
.section-top-areas .areas-item:nth-child(3) {
  border-color: #fa9628;
}
.section-top-areas .areas-item:nth-child(3) .areas-label {
  background-color: #fa9628;
}
.section-top-areas .areas-item:nth-child(3) .title-highlight {
  color: #fa9628;
}
.section-top-areas .areas-item:nth-child(3) .areas-order {
  color: rgba(250, 150, 40, 0.2);
}
.section-top-areas .areas-item:nth-child(4) {
  border-color: #96c86e;
  background-color: #fffaeb;
}
.section-top-areas .areas-item:nth-child(4) .areas-label {
  background-color: #96c86e;
}
.section-top-areas .areas-item:nth-child(4) .title-highlight {
  color: #96c86e;
}
.section-top-areas .areas-item:nth-child(4) .areas-order {
  color: rgba(150, 200, 110, 0.2);
}
.section-top-areas .areas-item:nth-child(5) {
  border-color: #50b4e6;
}
.section-top-areas .areas-item:nth-child(5) .areas-label {
  background-color: #50b4e6;
}
.section-top-areas .areas-item:nth-child(5) .title-highlight {
  color: #50b4e6;
}
.section-top-areas .areas-item:nth-child(5) .areas-order {
  color: rgba(80, 180, 230, 0.2);
}
.section-top-areas .order-text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media print, (min-width: 768px) {
  .section-top-areas {
    position: relative;
    min-height: 1664px;
    margin-top: -226px;
    padding: 315px 0 178px;
    border-radius: 80px 80px 0 0;
  }
  .section-top-areas::before, .section-top-areas::after {
    content: "";
    position: absolute;
    height: 247px;
  }
  .section-top-areas::before {
    width: 39.5384615385vw;
    background: url("../img/top/areas_decor_01.png") no-repeat center/contain;
  }
  .section-top-areas::after {
    width: 39.1538461538vw;
    background: url("../img/top/areas_decor_02.png") no-repeat center/contain;
  }
  .section-top-areas .title-common-primary {
    margin-bottom: 29px;
  }
  .section-top-areas .areas-list {
    max-width: 982px;
  }
  .section-top-areas .areas-item {
    margin-bottom: 30px;
    padding: 40px;
    border-width: 10px;
    border-radius: 40px;
    -webkit-box-shadow: #7f4f21 10px 10px 0;
    box-shadow: #7f4f21 10px 10px 0;
  }
  .section-top-areas .areas-label {
    width: 93px;
    height: 93px;
    margin-right: 20px;
    padding-bottom: 2px;
    border-radius: 15px;
    font-size: 0.35rem;
    line-height: 1.1428571429;
  }
  .section-top-areas .areas-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-top-areas .order-number {
    font-size: 1.27rem;
    letter-spacing: -0.04em;
  }
  .section-top-areas .order-text {
    font-size: 0.37rem;
    line-height: 1;
  }
  .section-top-areas .areas-title {
    font-size: 0.3rem;
    line-height: 1.5;
  }
}
@media print, (min-width: 1300px) {
  .section-top-areas::before {
    top: 199px;
    left: 39px;
  }
  .section-top-areas::after {
    top: 200px;
    right: 39px;
  }
}
@media print, (min-width: 768px) and (max-width: 1299.98px) {
  .section-top-areas::before {
    top: 165px;
    left: 0;
  }
  .section-top-areas::after {
    top: 164px;
    right: 0;
  }
}
@media print, (min-width: 768px) and (max-width: 980px) {
  .section-top-areas {
    min-height: 1520px;
  }
  .section-top-areas .areas-item {
    padding: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-areas {
    position: relative;
    padding: 1.6rem 0 0.6rem;
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .section-top-areas::before {
    content: "";
    position: absolute;
    top: 0.9rem;
    right: 0;
    left: 0;
    height: 0.81rem;
    background: url("../img/top/sp/areas_decor.png") no-repeat 0 0/auto 100%;
  }
  .section-top-areas .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-top-areas .areas-title {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .section-top-areas .areas-list {
    margin-right: 0.05rem;
  }
  .section-top-areas .areas-item {
    min-height: 0.91rem;
    margin-bottom: 0.15rem;
    padding: 0.08rem 0.03rem 0.08rem 0.16rem;
    border-width: 0.05rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: #7f4f21 0.06rem 0.06rem 0;
    box-shadow: #7f4f21 0.06rem 0.06rem 0;
  }
  .section-top-areas .areas-label {
    width: 0.49rem;
    height: 0.49rem;
    margin-right: 0.1rem;
    border-radius: 0.08rem;
    font-size: 0.1869rem;
    line-height: 1.1428571429;
  }
  .section-top-areas .areas-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0.15rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-top-areas .order-number {
    font-size: 0.67rem;
    letter-spacing: -0.04em;
  }
  .section-top-areas .order-text {
    font-size: 0.2rem;
    line-height: 1;
  }
}

.section-top-voice {
  position: relative;
  background: #fffaeb;
}
.section-top-voice::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  background: no-repeat center/100% 100%;
}
.section-top-voice .voice-wrapper {
  position: relative;
}
.section-top-voice .voice-wrapper::after, .section-top-voice .voice-wrapper::before {
  content: "";
  position: absolute;
  z-index: 2;
  background: no-repeat center/contain;
}
.section-top-voice .voice-wrapper::after {
  background-image: url("../img/top/voice_decor_01.png");
}
.section-top-voice .voice-wrapper::before {
  background-image: url("../img/top/voice_decor_02.png");
}
.section-top-voice .swiper-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-top-voice .swiper-arrow .swiper-button-next {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.section-top-voice .swiper-arrow .swiper-button-prev,
.section-top-voice .swiper-arrow .swiper-button-next {
  top: 0;
  margin-top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.section-top-voice .swiper-arrow .swiper-button-prev::after,
.section-top-voice .swiper-arrow .swiper-button-next::after {
  display: none;
}
.section-top-voice .swiper-arrow .swiper-button-prev:hover,
.section-top-voice .swiper-arrow .swiper-button-next:hover {
  opacity: 0.7;
}
.section-top-voice .voice-slider-viewport {
  position: relative;
  padding-top: 50px;
}
.section-top-voice .voice-slider-viewport::before {
  content: "";
  position: absolute;
  background: no-repeat 0 0/auto 100%;
}
.section-top-voice .voice-slider-viewport .heading-text {
  display: block;
}
.section-top-voice .voice-slider-viewport .voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-top-voice .voice-slider-viewport .voice-head::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: no-repeat 0 0/auto 100%;
}
.section-top-voice .voice-slider-viewport .voice-heading {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.section-top-voice .voice-slider-viewport .voice-heading .heading-text {
  display: inline;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.section-top-voice .voice-slider-viewport .voice-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Jost", sans-serif;
  font-weight: 800;
}
.section-top-voice .voice-slider-viewport.is-first .voice-point {
  color: #f3828c;
}
.section-top-voice .voice-slider-viewport.is-first .heading-text {
  background: #f3828c;
}
.section-top-voice .voice-slider-viewport.is-first .voice-head::after {
  background-image: url("../img/top/voice_icn_hand_01.png");
}
.section-top-voice .voice-slider-viewport.is-second .voice-point {
  color: #fa9628;
}
.section-top-voice .voice-slider-viewport.is-second .heading-text {
  background: #fa9628;
}
.section-top-voice .voice-slider-viewport.is-second::before {
  background-image: url("../img/top/voice_person_02.png");
}
.section-top-voice .voice-slider-viewport.is-second .voice-head::after {
  background-image: url("../img/top/voice_icn_hand_02.png");
}
.section-top-voice .voice-slider-viewport.is-third .voice-point {
  color: #96c86e;
}
.section-top-voice .voice-slider-viewport.is-third .heading-text {
  background: #96c86e;
}
.section-top-voice .voice-slider-viewport.is-third::before {
  background-image: url("../img/top/voice_person_03.png");
}
.section-top-voice .voice-slider-viewport.is-third .voice-head::after {
  background-image: url("../img/top/voice_icn_hand_03.png");
}
.section-top-voice .voice-slider-viewport.is-fourth .voice-point {
  color: #50b4e6;
}
.section-top-voice .voice-slider-viewport.is-fourth .heading-text {
  background: #50b4e6;
}
.section-top-voice .voice-slider-viewport.is-fourth::before {
  background-image: url("../img/top/voice_person_04.png");
}
.section-top-voice .voice-slider-viewport.is-fourth .voice-head::after {
  background-image: url("../img/top/voice_icn_hand_04.png");
}
.section-top-voice .voice-point-number {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1;
}
.section-top-voice .voice-point-text {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.section-top-voice .voice-point-number {
  font-weight: 800;
}
.section-top-voice .voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
}
.section-top-voice .voice-content p {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-top-voice {
    padding: 178px 0 157px;
  }
  .section-top-voice::after {
    bottom: -32px;
    width: 100%;
    height: 100px;
    background-image: url("../img/top/voice_decor_03.png");
  }
  .section-top-voice .title-common-primary {
    margin-bottom: 0;
  }
  .section-top-voice .voice-wrapper::after, .section-top-voice .voice-wrapper::before {
    width: 498px;
  }
  .section-top-voice .voice-wrapper::after {
    top: -164px;
    left: -6px;
    height: 221px;
  }
  .section-top-voice .voice-wrapper::before {
    top: -157px;
    right: -13px;
    height: 217px;
  }
  .section-top-voice .voice-swiper {
    margin: 0 -547px;
  }
  .section-top-voice .swiper-arrow {
    margin-top: 62px;
  }
  .section-top-voice .swiper-arrow .swiper-button-prev,
  .section-top-voice .swiper-arrow .swiper-button-next {
    width: 41px;
    background: url("../img/top/icn_arrow_slider.svg") no-repeat 0 0/auto 100%;
    background-size: 41px 25px;
  }
  .section-top-voice .swiper-arrow .swiper-button-prev {
    left: calc(50% - 429px);
  }
  .section-top-voice .swiper-arrow .swiper-button-next {
    right: calc(50% - 430px);
    margin-top: -21px;
  }
  .section-top-voice .voice-head {
    top: -7px;
    margin-bottom: -10px;
    padding-right: 170px;
  }
  .section-top-voice .voice-head::after {
    right: 14px;
    bottom: -5px;
    width: 163px;
    height: 12px;
  }
  .section-top-voice .voice-inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .section-top-voice .voice-slider-viewport {
    padding-top: 50px;
  }
  .section-top-voice .voice-slider-viewport::before {
    top: 15px;
    right: 7px;
    width: 180px;
    height: 270px;
  }
  .section-top-voice .voice-slider-viewport.is-first::before {
    background-image: url("../img/top/voice_person_01.png");
  }
  .section-top-voice .voice-slider-viewport.is-first .voice-head::after {
    right: 12px;
    background-image: url("../img/top/voice_icn_hand_01.png");
  }
  .section-top-voice .voice-slider-viewport.is-second .voice-head::after {
    right: 6px;
  }
  .section-top-voice .voice-point {
    top: -8px;
    min-width: 147px;
    margin-right: 9px;
  }
  .section-top-voice .voice-point-text {
    left: 8px;
    width: 21px;
    font-size: 0.23rem;
  }
  .section-top-voice .voice-point-number {
    font-size: 105px;
  }
  .section-top-voice .voice-heading {
    top: -2px;
    line-height: 1.7;
  }
  .section-top-voice .voice-heading .heading-text {
    padding: 0 8px 1px;
    border-radius: 5px;
    font-size: 0.24rem;
  }
  .section-top-voice .voice-content {
    min-height: 227px;
    padding: 31px 40px;
    border: 4px solid #323232;
    border-radius: 4px;
    line-height: 1.9375;
  }
}
@media print, (min-width: 1300px) {
  .section-top-voice .voice-wrapper::before, .section-top-voice .voice-wrapper::after {
    width: 498px;
  }
}
@media print, (min-width: 768px) and (max-width: 1239.98px) {
  .section-top-voice .voice-swiper {
    margin: 0;
    padding: 0 60px;
  }
  .section-top-voice .swiper-arrow {
    width: 100%;
  }
  .section-top-voice .swiper-arrow .swiper-button-prev {
    left: 10px;
  }
  .section-top-voice .swiper-arrow .swiper-button-next {
    right: 10px;
  }
  .section-top-voice .voice-point-text {
    font-size: 0.2rem;
  }
  .section-top-voice .voice-point-number {
    font-size: 0.8rem;
  }
  .section-top-voice .voice-heading {
    line-height: 1.2;
  }
  .section-top-voice .voice-heading .heading-text {
    padding: 0 4px;
    border-radius: 5px;
    font-size: 0.16rem;
  }
  .section-top-voice .voice-point {
    min-width: 109px;
    margin-right: 5px;
  }
  .section-top-voice .voice-content {
    padding: 20px;
    font-size: 0.15rem;
  }
}
@media print, (max-width: 1110px) and (min-width: 768px) {
  .section-top-voice .voice-wrapper::before, .section-top-voice .voice-wrapper::after {
    width: 350px;
  }
  .section-top-voice .voice-wrapper::before {
    top: -189px;
  }
  .section-top-voice .voice-wrapper::after {
    top: -195px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-voice {
    padding: 0.6rem 0;
  }
  .section-top-voice::after {
    bottom: -0.18rem;
    width: 100%;
    height: 0.31rem;
    background: url("../img/top/sp/voice_decor_03.png") no-repeat center center/cover;
  }
  .section-top-voice .title-common-primary {
    margin-bottom: 0;
  }
  .section-top-voice .voice-head {
    top: -0.1rem;
    margin-bottom: 0.02rem;
  }
  .section-top-voice .voice-head::after {
    right: 0.02rem;
    bottom: -0.16rem;
    width: 0.7rem;
    height: 0.07rem;
  }
  .section-top-voice .voice-wrapper::after, .section-top-voice .voice-wrapper::before {
    width: 38.3076923077vw;
    height: 2.21rem;
  }
  .section-top-voice .voice-wrapper::after {
    left: 0;
    top: -1.38rem;
  }
  .section-top-voice .voice-wrapper::before {
    right: 0;
    top: -1.37rem;
  }
  .section-top-voice .voice-swiper {
    margin: 0 -3.3rem;
  }
  .section-top-voice .swiper-arrow {
    margin-top: 0.41rem;
  }
  .section-top-voice .swiper-arrow .swiper-button-prev,
  .section-top-voice .swiper-arrow .swiper-button-next {
    width: 0.36rem;
    background: url("../img/top/icn_arrow_slider.svg") no-repeat 0 0/auto 100%;
    background-size: 0.36rem 0.22rem;
  }
  .section-top-voice .swiper-arrow .swiper-button-prev {
    left: calc(50% - 1.97rem);
  }
  .section-top-voice .swiper-arrow .swiper-button-next {
    right: calc(50% - 1.97rem);
    margin-top: -0.21rem;
  }
  .section-top-voice .voice-slider-viewport {
    padding-top: 0.5rem;
  }
  .section-top-voice .voice-slider-viewport::before {
    top: 0.42rem;
    right: 0.02rem;
    width: 0.73rem;
    height: 1.25rem;
  }
  .section-top-voice .voice-slider-viewport.is-first::before {
    background-image: url("../img/top/sp/voice_person_01.png");
  }
  .section-top-voice .voice-slider-viewport.is-first .voice-head::after {
    background-image: url("../img/top/sp/voice_icn_hand_01.png");
  }
  .section-top-voice .voice-slider-viewport.is-second::before {
    background-image: url("../img/top/sp/voice_person_02.png");
  }
  .section-top-voice .voice-slider-viewport.is-second .voice-head::after {
    right: 0.03rem;
    background-image: url("../img/top/sp/voice_icn_hand_02.png");
  }
  .section-top-voice .voice-slider-viewport.is-third::before {
    background-image: url("../img/top/sp/voice_person_03.png");
  }
  .section-top-voice .voice-slider-viewport.is-third .voice-head::after {
    right: 0.03rem;
    background-image: url("../img/top/sp/voice_icn_hand_03.png");
  }
  .section-top-voice .voice-slider-viewport.is-fourth::before {
    background-image: url("../img/top/sp/voice_person_04.png");
  }
  .section-top-voice .voice-slider-viewport.is-fourth .voice-head::after {
    right: 0.04rem;
    background-image: url("../img/top/sp/voice_icn_hand_04.png");
  }
  .section-top-voice .voice-point {
    top: 0.04rem;
    min-width: 0.8rem;
    margin-right: 0;
  }
  .section-top-voice .voice-point-text {
    left: 0.02rem;
    width: 0.14rem;
    font-size: 0.11rem;
  }
  .section-top-voice .voice-point-number {
    font-size: 0.45rem;
  }
  .section-top-voice .voice-heading {
    line-height: 1;
  }
  .section-top-voice .voice-heading .heading-text {
    padding: 0 0.05rem 0.01rem;
    border-radius: 0.03rem;
    font-size: 0.11rem;
  }
  .section-top-voice .voice-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.12rem;
    padding: 0.15rem 0.21rem;
    border: 0.03rem solid #323232;
    border-radius: 0.03rem;
    font-size: 0.12rem;
    line-height: 1.8333333333;
  }
}

.flow-daily {
  position: relative;
  z-index: 2;
}
.flow-daily::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.03rem;
  left: 0;
  width: 100%;
  height: 100%;
}
.flow-daily::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-daily .daily-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.flow-daily .daily-inner::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.flow-daily .title-common-primary {
  margin-bottom: 0.26rem;
}
.flow-daily .daily-wrapper {
  position: relative;
}
.flow-daily .daily-tabs {
  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;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow-daily .daily-tab {
  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 0.05rem;
  -webkit-transition: 0.26s ease;
  transition: 0.26s ease;
  color: #7f4f21;
  font-weight: bold;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.flow-daily .daily-tab.current {
  background: #7f4f21;
  color: #fff;
  pointer-events: none;
}
.flow-daily .daily-tab:hover {
  background: #7f4f21;
  color: #fff;
}
.flow-daily .daily-content-tab {
  display: none;
}
.flow-daily .daily-content-tab.current {
  display: block;
}
.flow-daily .daily-notes {
  margin: 0;
  padding: 0;
  font-size: 0.14rem;
  line-height: 1.7142857143;
  list-style: none;
}
.flow-daily .notes-item {
  margin-left: 0.14rem;
  text-indent: -0.14rem;
}
.flow-daily .daily-image {
  position: relative;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .flow-daily {
    margin-top: -196px;
    padding: 255px 0 171px;
  }
  .flow-daily::after {
    background: url("../img/top/flow_bg_01.png") no-repeat center/100% 100%;
  }
  .flow-daily::before {
    top: -41px;
    width: 1242px;
    height: 243px;
    background: url("../img/top/flow_decor_01.png") no-repeat center/auto 100%;
  }
  .flow-daily .daily-inner::before {
    top: 0;
    width: 100%;
    height: 137px;
    background: url("../img/top/flow_decor_02.png") no-repeat center/100% 100%;
  }
  .flow-daily .daily-inner::after {
    top: 55px;
    width: 1263px;
    height: 1594px;
    margin-left: 4px;
    background: url("../img/top/flow_decor_03.png") no-repeat center/auto 100%;
  }
  .flow-daily .title-common-primary .title-english {
    max-width: 876px;
  }
  .flow-daily .daily-tab {
    width: 230px;
    min-height: 57px;
    margin-right: 19px;
    border: 3px solid #7f4f21;
    border-radius: 28px;
    font-size: 0.2rem;
  }
  .flow-daily .daily-tab:last-child {
    margin-right: 0;
  }
  .flow-daily .tab-number {
    position: relative;
    top: -2px;
    font-size: 0.24rem;
  }
  .flow-daily .daily-content-tab {
    max-width: 1096px;
  }
  .flow-daily .daily-notes {
    margin-top: -110px;
  }
  .flow-daily #tab-second .daily-notes {
    margin-top: -60px;
  }
  .flow-daily .daily-image {
    top: -3px;
    left: -8px;
    margin: 0 -8px;
  }
  .flow-daily .daily-image img {
    width: 100%;
  }
}
@media print, (min-width: 768px) and (max-width: 1099.98px) {
  .flow-daily .daily-notes {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .flow-daily {
    padding: 0.9rem 0 0.6rem;
    background: #e0e791;
  }
  .flow-daily::after {
    z-index: 1;
    background: url("../img/top/sp/flow_bg_01.png") no-repeat top/4rem auto;
  }
  .flow-daily::before {
    z-index: 2;
    top: 0;
    background: url("../img/top/sp/flow_decor_03.png") repeat-y top -0.14rem center/4rem 8.2rem;
    pointer-events: none;
  }
  .flow-daily .daily-inner::before {
    top: -0.7rem;
    width: 100%;
    height: 0.42rem;
    background: url("../img/top/sp/flow_decor_02.png") no-repeat center/100% 100%;
  }
  .flow-daily .daily-inner::after {
    top: -0.58rem;
    left: 50%;
    width: 4rem;
    height: 0.59rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/top/sp/flow_decor_04.png") no-repeat center/4rem 100%;
  }
  .flow-daily .wrapper {
    position: relative;
    z-index: 2;
  }
  .flow-daily .wrapper::before {
    content: "";
    position: absolute;
    top: -1.7rem;
    left: 50%;
    width: 4rem;
    height: 0.79rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/top/sp/flow_decor_01.png") no-repeat center/4rem 100%;
  }
  .flow-daily .daily-tab {
    width: 1.8rem;
    min-height: 0.57rem;
    margin-right: 0.1rem;
    margin-bottom: 0.4rem;
    padding: 0 0.2rem;
    border: 0.02rem solid #7f4f21;
    border-radius: 0.2rem;
    font-size: 0.2rem;
  }
  .flow-daily .daily-tab:nth-child(even) {
    margin-right: 0;
  }
  .flow-daily .daily-notes {
    margin-top: 0.2rem;
  }
  .flow-daily .daily-wrapper {
    margin: 0 -0.15rem;
  }
  .flow-daily .daily-image {
    width: 4.01rem;
  }
  .flow-daily .daily-image img {
    width: 100%;
  }
}

.flow-process {
  position: relative;
}
.flow-process::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-process::before {
  content: "";
  position: absolute;
  right: 0;
}
.flow-process .process-point {
  position: relative;
  z-index: 2;
}
@media print, (min-width: 768px) {
  .flow-process {
    min-height: 805px;
    padding: 168px 0;
    background: url("../img/top/flow_bg_02.png") no-repeat center/100% 100%;
  }
  .flow-process::after {
    top: 51px;
    width: 1188px;
    height: 231px;
    margin-left: -24px;
    background: url("../img/top/flow_decor_04.png") no-repeat center/auto 100%;
  }
  .flow-process::before {
    top: -85px;
    width: 192px;
    height: 335px;
    background: url("../img/top/flow_decor_05.png") no-repeat center/auto 100%;
  }
  .flow-process .title-common-primary {
    margin-bottom: 27px;
  }
  .flow-process .process-point {
    left: 10px;
    max-width: 1096px;
    margin: 0 -20px;
  }
}
@media print, (min-width: 980px) {
  .flow-process .process-point .point-tb {
    display: none;
  }
}
@media print, (max-width: 979.98px) and (min-width: 768px) {
  .flow-process {
    margin-top: -40px;
  }
  .flow-process .process-point {
    max-width: 652px;
    margin: 0 auto 30px;
  }
  .flow-process .process-point .point-pc {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .flow-process {
    padding: 1.3rem 0;
    background: url("../img/top/flow_bg_02.png") no-repeat center center/cover;
  }
  .flow-process::after {
    top: 0.67rem;
    width: 5.94rem;
    height: 1.16rem;
    margin-left: -0.35rem;
    background: url("../img/top/sp/flow_decor_06.png") no-repeat center/auto 100%;
  }
  .flow-process::before {
    top: -0.45rem;
    width: 0.96rem;
    height: 1.68rem;
    background: url("../img/top/sp/flow_decor_05.png") no-repeat center/auto 100%;
  }
  .flow-process .wrapper {
    padding: 0;
  }
  .flow-process .title-common-primary {
    margin-bottom: 0.5rem;
  }
  .flow-process .process-wrapper {
    width: 100%;
    overflow: scroll;
  }
  .flow-process .process-point {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .flow-process .process-point .point-tb {
    display: none;
  }
}

.section-top-schedule {
  position: relative;
  z-index: 2;
}
.section-top-schedule .schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
.section-top-schedule .month-english {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.06em;
}
.section-top-schedule .schedule-item:nth-child(1) .month-english {
  color: #f3828c;
}
.section-top-schedule .schedule-item:nth-child(2) .month-english {
  color: #fbb45a;
}
.section-top-schedule .schedule-item:nth-child(3) .month-english {
  color: #fa9628;
}
.section-top-schedule .schedule-item:nth-child(4) .month-english {
  color: #96c86e;
}
.section-top-schedule .schedule-item:nth-child(5) .month-english {
  color: #82d2e9;
}
.section-top-schedule .schedule-item:nth-child(6) .month-english {
  color: #50b4e6;
}
.section-top-schedule .schedule-item:nth-child(7) .month-english {
  color: #dcaad2;
}
.section-top-schedule .schedule-item:nth-child(8) .month-english {
  color: #f3828c;
}
.section-top-schedule .schedule-item:nth-child(9) .month-english {
  color: #fbb45a;
}
.section-top-schedule .schedule-item:nth-child(10) .month-english {
  color: #fa9628;
}
.section-top-schedule .schedule-item:nth-child(11) .month-english {
  color: #96c86e;
}
.section-top-schedule .schedule-item:nth-child(12) .month-english {
  color: #82d2e9;
}
.section-top-schedule .schedule-item:nth-child(12) .schedule-content {
  letter-spacing: -0.11em;
}
.section-top-schedule .schedule-inner {
  border-radius: 0.2rem;
  background-color: #fff;
}
.section-top-schedule .schedule-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}
.section-top-schedule .schedule-month::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../img/top/schedule_ine.png") repeat-x 0 0;
}
.section-top-schedule .month-japanese {
  color: #7f4f21;
  letter-spacing: 0.03em;
  line-height: 1;
}
.section-top-schedule .month-japanese .month-number {
  font-family: "Jost", sans-serif;
}
.section-top-schedule .title-common-primary {
  position: relative;
}
.section-top-schedule .title-common-primary::before, .section-top-schedule .title-common-primary::after {
  content: "";
  position: absolute;
}
.section-top-schedule .title-common-primary::before {
  background: url("../img/top/schedule_decor_03.png") no-repeat center 100%/100%;
}
.section-top-schedule .title-common-primary::after {
  background: url("../img/top/schedule_decor_04.png") no-repeat center 100%/100%;
}
@media print, (min-width: 768px) {
  .section-top-schedule {
    min-height: 998px;
    margin-top: -34px;
    padding: 139px 0 100px;
    background: url("../img/top/schedule_decor_01.png") calc(0% - 4px) calc(0% + 19px)/22.9231% no-repeat, url("../img/top/schedule_decor_02.png") calc(100% + 5px) calc(0% + 14px)/23.3846% no-repeat, url("../img/top/schedule_bg.png") 50% 50%/100% 100% no-repeat;
    -webkit-mask: url("../img/top/schedule_mask.png") 50% 50%/100% 100% no-repeat;
  }
  .section-top-schedule .schedule-container {
    position: relative;
  }
  .section-top-schedule .title-common-primary .title-english {
    height: 115px;
  }
  .section-top-schedule .schedule-list {
    margin: 0 -10px 5px;
  }
  .section-top-schedule .schedule-item {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .section-top-schedule .schedule-inner {
    padding: 14px 20px 15px;
    -webkit-box-shadow: #7f4f21 5px 5px 0;
    box-shadow: #7f4f21 5px 5px 0;
  }
  .section-top-schedule .schedule-month {
    margin-bottom: 12px;
    padding-bottom: 5px;
  }
  .section-top-schedule .schedule-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .section-top-schedule .schedule-note span {
    margin-right: 15px;
  }
  .section-top-schedule .month-japanese .month-number {
    font-size: 0.4rem;
  }
  .section-top-schedule .month-japanese span + span {
    font-size: 0.2rem;
  }
  .section-top-schedule .month-english {
    padding-bottom: 2px;
    font-size: 0.2rem;
    line-height: 1;
  }
  .section-top-schedule .schedule-content {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
  .section-top-schedule .title-common-primary {
    margin-bottom: 32px;
  }
  .section-top-schedule .title-common-primary::before {
    top: -56px;
    left: calc(50% - 411px);
    width: 231px;
    height: 144px;
  }
  .section-top-schedule .title-common-primary::after {
    top: -79px;
    right: calc(50% - 462px);
    width: 237px;
    height: 182px;
  }
}
@media print, (max-width: 1270px) and (min-width: 768px) {
  .section-top-schedule .schedule-container {
    padding-top: 100px;
  }
}
@media print, (max-width: 860px) and (min-width: 768px) {
  .section-top-schedule .schedule-container::after {
    top: -105px;
  }
}
@media print, (min-width: 1426px) {
  .section-top-schedule .schedule-container::before {
    top: -130px;
  }
  .section-top-schedule .schedule-container::after {
    top: -111px;
  }
}
@media print, (min-width: 1300px) {
  .section-top-schedule .schedule-container::after {
    top: -111px;
  }
}
@media print, (width: 1300px) {
  .section-top-schedule .schedule-container::before {
    top: -130px;
  }
}
@media print, (max-width: 1210px) and (min-width: 768px) {
  .section-top-schedule .schedule-container::before {
    top: -113px;
  }
}
@media print, (max-width: 1135px) and (min-width: 768px) {
  .section-top-schedule {
    padding-bottom: 150px;
  }
  .section-top-schedule .schedule-item {
    width: 33.3333333333%;
  }
  .section-top-schedule .title-common-primary::after {
    right: calc(50% - 405px);
    width: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-schedule {
    margin-top: -0.4rem;
    padding: 1.13rem 0 1rem;
    background: url("../img/top/sp/schedule_bg.png") no-repeat center/100% 100%;
  }
  .section-top-schedule::before, .section-top-schedule::after {
    content: "";
    position: absolute;
  }
  .section-top-schedule::before {
    top: -0.17rem;
    left: -0.42rem;
    width: 1.41rem;
    height: 1.1rem;
    background: url("../img/top/schedule_decor_01.png") no-repeat center 100%/100%;
  }
  .section-top-schedule::after {
    top: 0.11rem;
    right: -0.36rem;
    width: 1.4rem;
    height: 0.86rem;
    background: url("../img/top/schedule_decor_02.png") no-repeat center 100%/100%;
  }
  .section-top-schedule .title-common-primary .title-english {
    height: 0.55rem;
  }
  .section-top-schedule .title-common-primary::before {
    top: -0.43rem;
    left: -0.13rem;
    width: 1.42rem;
    height: 0.94rem;
  }
  .section-top-schedule .title-common-primary::after {
    top: -0.83rem;
    right: -0.14rem;
    width: 1.34rem;
    height: 1.32rem;
  }
  .section-top-schedule .schedule-list {
    margin: 0 -0.05rem 0.3rem;
  }
  .section-top-schedule .schedule-item {
    width: 50%;
    margin-bottom: 0.1rem;
    padding: 0 0.05rem;
  }
  .section-top-schedule .schedule-inner {
    padding: 0.1rem 0.08rem;
    -webkit-box-shadow: #7f4f21 0.03rem 0.03rem 0;
    box-shadow: #7f4f21 0.03rem 0.03rem 0;
  }
  .section-top-schedule .schedule-month {
    margin-bottom: 0.1rem;
    padding-bottom: 0.08rem;
    font-size: 0.16rem;
    line-height: 1;
  }
  .section-top-schedule .month-number {
    font-size: 0.3rem;
  }
  .section-top-schedule .schedule-note {
    font-size: 0.13rem;
  }
  .section-top-schedule .schedule-note > span {
    display: block;
  }
}

@media print, (min-width: 768px) {
  .promise-block {
    position: relative;
    margin-right: 40px;
    padding: 47px 35px 8px 33px;
    border-radius: 40px;
  }
  .promise-block:last-child {
    margin-right: 0;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(1) .item-heading {
    color: #dcaad2;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(1) .item-heading::before {
    background: url("../img/top/promise_title_decor_01.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(2) .item-heading {
    color: #50b4e6;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(2) .item-heading::before {
    background: url("../img/top/promise_title_decor_02.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(1) .item-heading {
    color: #82d2e9;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(1) .item-heading::before {
    background: url("../img/top/promise_title_decor_03.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(2) .item-heading {
    color: #96c86e;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(2) .item-heading::before {
    background: url("../img/top/promise_title_decor_04.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(3) .item-heading {
    color: #fa9628;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(3) .item-heading::before {
    background: url("../img/top/promise_title_decor_05.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(4) .item-heading {
    color: #fbb45a;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(4) .item-heading::before {
    background: url("../img/top/promise_title_decor_06.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(5) .item-heading {
    color: #f3828c;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(5) .item-heading::before {
    background: url("../img/top/promise_title_decor_07.png") no-repeat center 100%/100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .promise-block {
    position: relative;
    margin-bottom: 0.2rem;
    padding: 0.14rem 0.18rem 0.09rem;
    border-radius: 0.1rem;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(1) .item-heading {
    color: #dcaad2;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(1) .item-heading::before {
    background: url("../img/top/sp/promise_title_decor_07.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(2) .item-heading {
    color: #50b4e6;
  }
  .promise-block:nth-child(1) .promise-item:nth-child(2) .item-heading::before {
    background: url("../img/top/sp/promise_title_decor_06.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(1) .item-heading {
    color: #82d2e9;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(1) .item-heading::before {
    background: url("../img/top/sp/promise_title_decor_05.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(2) .item-heading {
    color: #96c86e;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(2) .item-heading::before {
    background: url("../img/top/sp/promise_title_decor_04.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(3) .item-heading {
    color: #fa9628;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(3) .item-heading::before {
    background: url("../img/top/sp/promise_title_decor_03.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(4) .item-heading {
    color: #fbb45a;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(4) .item-heading::before {
    background: url("../img/top/sp/promise_title_decor_02.png") no-repeat center 100%/100%;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(5) .item-heading {
    color: #f3828c;
  }
  .promise-block:nth-child(2) .promise-item:nth-child(5) .item-heading::before {
    background: url("../img/top/sp/promise_title_decor_01.png") no-repeat center 100%/100%;
  }
}

.section-top-promise {
  position: relative;
  z-index: 2;
}
.section-top-promise .promise-list {
  padding-left: 0;
  list-style-type: none;
}
.section-top-promise .promise-block {
  background-color: #fff;
}
.section-top-promise .promise-heading {
  color: #7f4f21;
}
.section-top-promise .promise-heading .heading-english {
  font-family: "Jost", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.section-top-promise .promise-heading .heading-japanese {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.section-top-promise .item-heading {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.section-top-promise .item-heading::before {
  content: "";
  position: absolute;
}
.section-top-promise .item-text {
  letter-spacing: 0.06em;
}
@media print, (min-width: 768px) {
  .section-top-promise {
    position: relative;
    z-index: 2;
    padding: 65px 0;
  }
  .section-top-promise::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4px;
    right: 13px;
    left: 45px;
    height: 558px;
    background: url("../img/top/promise_decor_02.png") repeat-x 0 0/auto 100%;
  }
  .section-top-promise .wrapper {
    position: relative;
    max-width: 1064px;
    border: 10px solid #7f4f21;
    border-radius: 85px;
    background-color: #fffaeb;
  }
  .section-top-promise .item-heading {
    padding-top: 20px;
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .section-top-promise .item-heading::before {
    top: -9px;
    left: 33%;
    width: 15px;
    height: 15px;
  }
  .section-top-promise .promise-heading {
    position: absolute;
    top: -33px;
    left: 50%;
    width: 100%;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-top-promise .promise-heading span {
    display: block;
    text-align: center;
  }
  .section-top-promise .promise-heading .heading-english {
    margin-bottom: -4px;
    font-size: 0.14rem;
    line-height: 1.4;
  }
  .section-top-promise .promise-heading .heading-japanese {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-top-promise .title-common-primary {
    position: absolute;
    top: calc(44% - 2px);
    right: -36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-top-promise .title-common-primary .title-english {
    width: 66px;
    height: 418px;
    margin-left: 3px;
  }
  .section-top-promise .title-common-primary .title-japanese {
    display: block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .section-top-promise .promise-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 85px 74px 75px;
  }
  .section-top-promise .promise-inner::before, .section-top-promise .promise-inner::after {
    content: "";
    position: absolute;
  }
  .section-top-promise .promise-inner::before {
    z-index: -1;
    top: -173px;
    right: 59px;
    left: 63px;
    height: 354px;
    background: url("../img/top/promise_decor_01.png") no-repeat center center/contain;
  }
  .section-top-promise .promise-inner::after {
    top: -19px;
    right: 57px;
    left: 63px;
    height: 16px;
    background: url("../img/top/promise_decor_01_layer.png") no-repeat center center/contain;
  }
  .section-top-promise .promise-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .section-top-promise .promise-item {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 30px;
  }
  .section-top-promise .promise-item:last-child {
    margin-right: 0;
  }
  .section-top-promise .item-text {
    margin-right: 8px;
    padding-top: 20px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media print, (max-width: 1120px) and (min-width: 1050px) {
  .section-top-promise .promise-inner {
    padding-right: 100px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-top-promise .promise-block {
    margin-right: 20px;
  }
}
@media print, (max-width: 1049.98px) and (min-width: 768px) {
  .section-top-promise .promise-inner {
    padding-right: 60px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-top-promise .promise-block {
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-top-promise .promise-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-top-promise .promise-item {
    margin-right: 5px;
  }
}
@media print, (max-width: 849.98px) and (min-width: 768px) {
  .section-top-promise .item-heading {
    font-size: 0.26rem;
  }
  .section-top-promise .item-text {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-promise {
    margin-bottom: -0.6rem;
    padding: 0.6rem 0 0;
  }
  .section-top-promise .title-common-primary {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.78rem;
  }
  .section-top-promise .promise-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0.19rem 0.19rem 0;
    border: 0.05rem solid #7f4f21;
    border-radius: 0.2rem;
    background-color: #fffaeb;
  }
  .section-top-promise .promise-inner::before, .section-top-promise .promise-inner::after {
    content: "";
    position: absolute;
  }
  .section-top-promise .promise-inner::before {
    z-index: -1;
    top: 1.52rem;
    left: 50%;
    width: 3.21rem;
    height: 1.24rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/top/sp/promise_decor_01.png") no-repeat center 100%/100%;
  }
  .section-top-promise .promise-inner::after {
    top: 2.05rem;
    left: 50%;
    width: 3.22rem;
    height: 0.06rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/top/sp/promise_decor_01_layer.png") no-repeat center 100%/100%;
  }
  .section-top-promise .promise-heading {
    position: absolute;
    top: -0.21rem;
    left: 0.03rem;
    width: 100%;
    text-align: center;
  }
  .section-top-promise .heading-english {
    margin-right: 0.07rem;
    font-size: 0.1rem;
  }
  .section-top-promise .heading-japanese {
    font-size: 0.14rem;
  }
  .section-top-promise .promise-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .section-top-promise .promise-item {
    margin-bottom: 0.07rem;
  }
  .section-top-promise .item-heading {
    margin-bottom: -0.01rem;
    padding-left: 0.2rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .section-top-promise .item-heading::before {
    top: 0.1rem;
    left: 0.03rem;
    width: 0.1rem;
    height: 0.1rem;
  }
  .section-top-promise .item-text {
    padding-left: 0.2rem;
    font-size: 0.12rem;
    line-height: 1.75;
  }
}

.section-top-content .content-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-top-content .content-table dt {
  color: #7f4f21;
  font-weight: 700;
}
.section-top-content .content-table dt,
.section-top-content .content-table dd {
  position: relative;
  letter-spacing: 0.06em;
}
.section-top-content .content-table dt::before,
.section-top-content .content-table dd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../img/top/schedule_ine.png") repeat-x 0 0;
}
.section-top-content .content-table span {
  display: block;
}
.section-top-content .wrapper {
  position: relative;
  background-color: #fff;
}
.section-top-content .wrapper::before, .section-top-content .wrapper::after {
  content: "";
  position: absolute;
}
.section-top-content .wrapper::before {
  background: url("../img/top/content_decor_02.png") no-repeat center 100%/100%;
}
.section-top-content .wrapper::after {
  background: url("../img/top/content_decor_01.png") no-repeat center 100%/100%;
}
.section-top-content .content-note span {
  display: block;
}
.section-top-content .content-intro {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-shadow: #f3828c 0.05rem 0 0, #f3828c 0.0490033rem 0.993347px 0, #f3828c 4.60531px 1.94709px 0, #f3828c 4.12668px 2.82321px 0, #f3828c 3.48353px 3.58678px 0, #f3828c 2.70151px 4.20735px 0, #f3828c 1.81179px 4.6602px 0, #f3828c 0.849836px 4.92725px 0, #f3828c -0.145998px 4.99787px 0, #f3828c -1.13601px 4.86924px 0, #f3828c -2.08073px 4.54649px 0, #f3828c -2.94251px 4.04248px 0, #f3828c -3.68697px 3.37732px 0, #f3828c -4.28444px 2.57751px 0, #f3828c -4.71111px 1.67494px 0, #f3828c -4.94996px 0.7056px 0, #f3828c -4.99147px -0.291871px 0, #f3828c -4.83399px -1.27771px 0, #f3828c -4.48379px -2.2126px 0, #f3828c -3.95484px -3.05929px 0, #f3828c -3.26822px -3.78401px 0, #f3828c -2.4513px -4.35788px 0, #f3828c -1.53666px -4.75801px 0, #f3828c -0.560763px -4.96846px 0, #f3828c 0.437495px -4.98082px 0, #f3828c 1.41831px -4.79462px 0, #f3828c 2.34258px -4.41727px 0, #f3828c 3.17346px -3.86382px 0, #f3828c 3.87783px -3.15633px 0, #f3828c 4.4276px -2.32301px 0, #f3828c 4.80085px -1.39708px 0, #f3828c 4.98271px -0.415447px 0;
}
@media print, (min-width: 768px) {
  .section-top-content {
    min-height: 1350px;
    margin-top: -160px;
    padding: 204px 0 100px;
    background: url("../img/top/content_bg.png") no-repeat center/100% 100%;
  }
  .section-top-content .title-common-primary {
    margin-bottom: 19px;
  }
  .section-top-content .content-container {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
  }
  .section-top-content .content-container::before, .section-top-content .content-container::after {
    content: "";
    position: absolute;
  }
  .section-top-content .content-container::before {
    top: -219px;
    left: -31px;
    width: 251px;
    height: 891px;
    background: url("../img/top/content_decor_03.png") no-repeat center 100%/100%;
  }
  .section-top-content .content-container::after {
    top: -235px;
    right: 27px;
    width: 189px;
    height: 748px;
    background: url("../img/top/content_decor_04.png") no-repeat center 100%/100%;
  }
  .section-top-content .wrapper {
    position: relative;
    z-index: 1;
    max-width: 1016px;
    padding: 70px 24px 73px;
    border: 10px solid #7f4f21;
    border-radius: 80px;
  }
  .section-top-content .wrapper::before {
    top: -177px;
    right: 0;
    left: -10px;
    width: 847px;
    height: 181px;
    margin: 0 auto;
  }
  .section-top-content .wrapper::after {
    right: -122px;
    bottom: -106px;
    width: 276px;
    height: 230px;
  }
  .section-top-content .content-table {
    margin-bottom: 21px;
    padding-left: 52px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-top-content .content-table dt,
  .section-top-content .content-table dd {
    margin-bottom: 13px;
    padding-bottom: 16px;
  }
  .section-top-content .content-table dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 86px;
  }
  .section-top-content .content-table dd {
    width: calc(100% - 124px);
    padding-left: 46px;
  }
  .section-top-content .content-note {
    margin-bottom: 6px;
    padding: 0 52px;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .section-top-content .content-intro {
    font-size: 0.25rem;
  }
}
@media print, (max-width: 1120px) and (min-width: 768px) {
  .section-top-content .wrapper::after {
    right: -80px;
    bottom: -88px;
    width: 200px;
    height: 200px;
  }
}
@media print, (max-width: 1020px) and (min-width: 768px) {
  .section-top-content .wrapper::before {
    width: 615px;
  }
}
@media print, (min-width: 768px) and (max-width: 1279.98px) {
  .section-top-content {
    min-height: 1400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-content {
    margin-top: -0.45rem;
    padding: 1.35rem 0 0;
    overflow: hidden;
    border-radius: 0 0 0.3rem 0.3rem;
    background: url("../img/top/sp/content_bg.png") no-repeat center/100% 100%;
  }
  .section-top-content .wrapper {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border: 0.05rem solid #7f4f21;
    border-radius: 0.1rem;
  }
  .section-top-content .wrapper::before {
    top: -1.49rem;
    left: 50%;
    width: 3rem;
    height: 1.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-top-content .wrapper::after {
    right: -0.2rem;
    bottom: -0.43rem;
    width: 1rem;
    height: 1rem;
  }
  .section-top-content .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-top-content .content-container {
    position: relative;
    padding: 0 0.15rem;
    top: -0.57rem;
  }
  .section-top-content .content-container::before, .section-top-content .content-container::after {
    content: "";
    position: absolute;
  }
  .section-top-content .content-container::before {
    top: -0.83rem;
    left: -0.13rem;
    width: 0.7rem;
    height: 2.6rem;
    background: url("../img/top/content_decor_03.png") no-repeat center 100%/100%;
  }
  .section-top-content .content-container::after {
    top: -1.2rem;
    right: -0.18rem;
    width: 0.65rem;
    height: 1.32rem;
    background: url("../img/top/sp/content_decor_04.png") no-repeat center 100%/100%;
  }
  .section-top-content .content-table {
    margin-bottom: 0.3rem;
  }
  .section-top-content .content-table dt,
  .section-top-content .content-table dd {
    padding: 0.1rem 0;
  }
  .section-top-content .content-table dt {
    width: 0.62rem;
  }
  .section-top-content .content-table dd {
    width: calc(100% - 0.72rem);
    padding-left: 0.1rem;
  }
  .section-top-content .content-note {
    margin-bottom: 0.4rem;
    font-size: 0.12rem;
  }
  .section-top-content .content-intro {
    font-size: 0.2rem;
    line-height: 1.8;
  }
}

.form-common {
  background-color: #fffaeb;
}
.form-common .form-row {
  position: relative;
}
.form-common .form-row::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url("../img/top/schedule_ine.png") repeat-x 0 0;
}
.form-common .form-row:last-child::before {
  display: none;
}
.form-common .head-validate {
  margin-left: 0.08rem;
  border-radius: 0.05rem;
  background-color: #f3828c;
  color: #fff;
  line-height: 1;
}
.form-common .input-common input {
  width: 100%;
  height: 0.35rem;
  padding: 0.18rem;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #969696;
}
.form-common .input-common input::-webkit-input-placeholder {
  color: #969696;
  font-weight: 400;
}
.form-common .input-common input::-moz-placeholder {
  color: #969696;
  font-weight: 400;
}
.form-common .input-common input:-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}
.form-common .input-common input::-ms-input-placeholder {
  color: #969696;
  font-weight: 400;
}
.form-common .input-common input::placeholder {
  color: #969696;
  font-weight: 400;
}
.form-common .select-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-common .select-common select {
  width: 2.33rem;
  height: 0.36rem;
  margin-right: 0.09rem;
  padding: 0 0.2rem 0.02rem;
  border-radius: 0.05rem;
  background: #fff url("../img/common/icn_dropdown.png") no-repeat right 0.14rem/0.13rem;
  background-position: calc(100% - 0.09rem);
  color: #969696;
  font-weight: 400;
  cursor: pointer;
}
.form-common .select-common select:focus {
  outline-color: #969696;
}
.form-common .textarea-common textarea {
  width: 100%;
  height: 1.56rem;
  padding: 0.18rem;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #969696;
  font-weight: 400;
}
.form-common .textarea-common textarea:focus {
  outline-color: #969696;
}
.form-common .form-submit {
  text-align: center;
}
@media print, (min-width: 768px) {
  .form-common {
    max-width: 1006px;
    margin: 0 auto;
    padding: 120px;
    border-radius: 80px;
  }
  .form-common .head-text {
    font-size: 0.18rem;
  }
  .form-common .head-validate {
    position: relative;
    top: -1px;
    padding: 0 9px 2px 10px;
    font-size: 0.16rem;
  }
  .form-common .input-common input::-webkit-input-placeholder {
    font-size: 0.18rem;
  }
  .form-common .input-common input::-moz-placeholder {
    font-size: 0.18rem;
  }
  .form-common .input-common input:-ms-input-placeholder {
    font-size: 0.18rem;
  }
  .form-common .input-common input::-ms-input-placeholder {
    font-size: 0.18rem;
  }
  .form-common .input-common input::placeholder {
    font-size: 0.18rem;
  }
  .form-common .select-common select {
    font-size: 0.18rem;
  }
  .form-common .select-common .select-text {
    font-size: 0.18rem;
  }
  .form-common .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    padding-bottom: 21px;
  }
  .form-common .form-head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 231px;
    padding-right: 20px;
  }
  .form-common .form-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common {
    padding: 0.8rem 0.2rem 0.3rem;
    border-radius: 0.1rem;
  }
  .form-common .form-row {
    margin-bottom: 0.12rem;
    padding-bottom: 0.2rem;
  }
  .form-common .form-head {
    margin-bottom: 0.15rem;
  }
  .form-common .head-validate {
    padding: 0 0.05rem 0.01rem;
  }
  .is-ios .form-common .head-validate {
    padding-bottom: 0.02rem;
  }
  .form-common .head-text {
    font-size: 0.16rem;
  }
}

.section-top-contact {
  position: relative;
}
.section-top-contact .wrapper {
  position: relative;
}
.section-top-contact .wrapper::after {
  content: "";
  position: absolute;
  background: url("../img/top/contact_decor_02.png") no-repeat 0 0/100% 100%;
}
@media print, (min-width: 768px) {
  .section-top-contact {
    margin-top: -194px;
    padding-bottom: 350px;
  }
  .section-top-contact::before {
    content: "";
    background: url("../img/top/contact_decor_01.png") 50% 100%/contain no-repeat;
    height: 76px;
    position: absolute;
    margin: 0 auto;
    top: -144px;
    right: 100px;
    left: 100px;
  }
  .section-top-contact .title-common-primary {
    margin-bottom: -93px;
  }
  .section-top-contact .wrapper::after {
    bottom: -181px;
    left: -26px;
    width: 1169px;
    height: 206px;
  }
}
@media print, (max-width: 1279.98px) and (min-width: 768px) {
  .section-top-contact::before {
    top: -154px;
  }
}
@media print, (max-width: 959.98px) and (min-width: 768px) {
  .section-top-contact::before {
    top: -155px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-contact {
    padding: 0.6rem 0;
  }
  .section-top-contact .title-common-primary {
    margin-bottom: -0.45rem;
  }
  .section-top-contact .wrapper::before {
    content: "";
    top: -0.83rem;
    width: 3.65rem;
    height: 0.76rem;
    margin: 0 auto;
    position: absolute;
    background: url("../img/top/contact_decor_01.png") 50% 0%/contain no-repeat;
  }
  .section-top-contact .wrapper::after {
    bottom: -0.75rem;
    left: 0.1rem;
    width: 3.8rem;
    height: 0.85rem;
  }
}

.flow-introduction {
  position: relative;
}
.flow-introduction .introduction-image img {
  width: 100%;
}
.flow-introduction .introduction-text {
  position: absolute;
  top: 50%;
  left: 0;
}
.flow-introduction .introduction-text span {
  border-radius: 0.09rem;
  background: #fff;
  -webkit-box-shadow: #7f4f21 0.05rem 0.05rem 0;
  box-shadow: #7f4f21 0.05rem 0.05rem 0;
  color: #7f4f21;
  letter-spacing: 0.06em;
}
@media print, (min-width: 768px) {
  .flow-introduction {
    margin-bottom: -34px;
  }
  .flow-introduction .introduction-text {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -70px;
    padding: 0 110px;
    line-height: 1.6;
  }
  .flow-introduction .introduction-text span {
    margin-bottom: -15px;
    padding: 0 9px 1px;
    font-size: 0.3rem;
    line-height: 1.24;
  }
}
@media print, (min-width: 768px) and (max-width: 1100.98px) {
  .flow-introduction .introduction-text {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .flow-introduction {
    margin-bottom: -0.24rem;
  }
  .flow-introduction .introduction-text {
    z-index: 2;
    padding: 0 0.3rem 0.01rem;
    line-height: 1.7;
  }
  .flow-introduction .introduction-text span {
    padding: 0 0.1rem;
    font-size: 0.16rem;
    line-height: 2;
  }
}

@media print, (min-width: 768px) {
  .scroll-hint-icon-wrap {
    display: none !important;
  }
}

.scroll-hint-icon {
  z-index: 2;
}
/*# sourceMappingURL=top.css.map */