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

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

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

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

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

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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

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

button {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

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

body {
  color: #000;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.7619047619;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.21rem;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.29rem;
  }
}

a:not([class]) {
  display: inline-block;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

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;
  cursor: pointer;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.001;
}
.load html.is-visible, html.wf-active .load {
  opacity: 1;
}

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

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

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100dvh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1280px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.is-disable {
  pointer-events: none;
}

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

.header-common {
  position: relative;
  z-index: 10000;
}
.header-common .button-common-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}
.header-common .button-common-skip:focus {
  display: block;
  z-index: 999;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}
.header-common .header-inner {
  position: relative;
}
.header-common .header-image {
  display: block;
}
.header-common .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-common .item-link {
  position: relative;
}
.header-common .item-link::before {
  content: "";
  position: absolute;
  top: 50%;
}
.header-common .item-link {
  font-weight: 500;
  text-decoration: none;
}
.header-common .button-menu {
  position: absolute;
  z-index: 1002;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header-common .button-menu span {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #000;
}
@media print, (min-width: 768px) {
  .header-common {
    border-bottom: 2px solid #e6a28a;
  }
  .header-common .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 21px;
  }
  .header-common .header-image {
    width: 420px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 4px;
  }
  .header-common .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    max-width: 707px;
    margin-right: 8px;
    margin-bottom: 5px;
  }
  .header-common .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
    margin-left: 16px;
  }
  .header-common .item-link {
    padding-left: 21px;
  }
  .header-common .item-link::before {
    left: 0;
    width: 17px;
    height: 17px;
    -webkit-transform: translateY(calc(-50% - 1px));
    -ms-transform: translateY(calc(-50% - 1px));
    transform: translateY(calc(-50% - 1px));
    background: url("../img/common/arrow_icn_right.svg") center/cover no-repeat;
  }
  .header-common .item-link {
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    border-bottom: 0.02rem solid #e6a28a;
  }
  .header-common .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 12rem;
    margin: 0 auto;
    padding: 0.23rem 0.13rem 0.22rem;
  }
  .header-common .header-image {
    width: 5rem;
  }
  .header-common .navigation-menu {
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0.97rem;
    right: 0;
    width: 100%;
    height: calc(100% - 0.97rem);
    padding: 0.76rem 0.99rem 1rem;
    overflow: hidden auto;
    background-color: #fff;
  }
  .is-ios .header-common .navigation-menu {
    top: 0.96rem;
    height: calc(100% - 0.96rem);
  }
  .header-common .menu-list {
    margin-bottom: 0.62rem;
  }
  .header-common .menu-item {
    width: 100%;
    border-bottom: 1px dotted #aeaead;
  }
  .header-common .item-link {
    display: block;
    padding: 0.22rem 0 0.24rem 0.63rem;
    font-size: 0.34rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
  }
  .header-common .item-link::before {
    left: 0.12rem;
    width: 0.39rem;
    height: 0.39rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/sp/arrow_icn_right.svg") center/cover no-repeat;
  }
  .header-common .button-menu {
    top: 0.28rem;
    right: 0.22rem;
    width: 0.6rem;
    height: 0.4rem;
  }
  .header-common .button-menu.is-active {
    pointer-events: none;
  }
  .header-common .button-menu span {
    right: 0;
    width: 0.6rem;
  }
  .header-common .button-menu span:nth-child(1) {
    top: 0;
  }
  .header-common .button-menu span:nth-child(2) {
    top: 0.19rem;
  }
  .header-common .button-menu span:nth-child(3) {
    top: 0.38rem;
  }
  .header-common .menu-close {
    display: block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 0.48rem;
    font-size: 0.34rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
  }
  .header-common .menu-close::after,
  .header-common .menu-close::before {
    content: "";
    position: absolute;
    top: 0.17rem;
    right: -0.05rem;
    width: 0.49rem;
    height: 0.04rem;
    background: #000;
  }
  .header-common .menu-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-common .menu-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-common .overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0.97rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header-common .navigation-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.5rem;
    min-height: 1.1rem;
    margin: 0 auto 0.56rem;
    padding: 0.1rem 1.26rem 0 1.02rem;
    border-radius: 0.13rem;
    background-color: #9bb8d4;
    color: #fff;
    font-size: 0.37rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-decoration: none;
  }
  .is-ios .header-common .navigation-search {
    padding: 0.06rem 1.26rem 0 1.02rem;
  }
  .is-android .header-common .navigation-search {
    padding: 0.22rem 1.26rem 0.21rem 1.02rem;
  }
  .header-common .navigation-search::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.76rem;
    width: 0.42rem;
    height: 0.42rem;
    -webkit-transform: translateY(calc(-50% + 0.02rem));
    -ms-transform: translateY(calc(-50% + 0.02rem));
    transform: translateY(calc(-50% + 0.02rem));
    background: url("../img/common/search_icn_01.svg") center/cover no-repeat;
  }
}

.footer-common {
  position: relative;
  z-index: 9999;
  background-color: #ffedde;
}
.footer-common .navigation-common-fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.footer-common .navigation-fixed {
  margin: 0;
  padding: 0;
  list-style: none;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-common .navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.footer-common .navigation-item:last-child {
  margin-bottom: 0;
}
.footer-common .navigation-button {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
  opacity: 0;
}
.footer-common .navigation-button.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: none;
}
.footer-common .navigation-button.is-active .navigation-icon {
  pointer-events: auto;
}
.footer-common .navigation-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  pointer-events: none;
}
.footer-common .navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: auto;
}
.footer-common .navigation-link.is-search {
  background-color: #9bb8d4;
}
.footer-common .navigation-link.is-search::after {
  background: url("../img/common/search_icn_01.svg") center/cover no-repeat;
}
.footer-common .navigation-link.is-mail {
  background-color: #e0beb1;
}
.footer-common .navigation-link.is-mail::after {
  background: url("../img/common/mail_icn_01.svg") center/cover no-repeat;
}
.footer-common .navigation-link.is-home {
  background-color: #b2d4cd;
}
.footer-common .navigation-link.is-home::after {
  background: url("../img/common/home_icn_01.svg") center/cover no-repeat;
}
.footer-common .navigation-link::after {
  content: "";
  position: absolute;
}
.footer-common .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-common .list-item {
  font-weight: 500;
}
.footer-common .item-link {
  position: relative;
  color: #333;
  text-decoration: none;
}
.footer-common .item-link::before {
  content: "";
  position: absolute;
  top: 50%;
}
.footer-common .information-name {
  font-weight: 500;
}
.footer-common .information-phone {
  text-decoration: none;
}
.footer-common .content-description {
  font-weight: 500;
}
.footer-common .navigation-copyright {
  background-color: #4d4d4d;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.footer-common .content-image {
  display: block;
  cursor: pointer;
}
.footer-common .navigation-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .footer-common .navigation-common-fixed {
    top: 92px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .is-mac .footer-common .navigation-common-fixed {
    top: 90px;
  }
  .is-tablet .footer-common .navigation-common-fixed {
    top: 90px;
  }
  .footer-common .navigation-item {
    width: 54px;
    margin-bottom: 6px;
  }
  .footer-common .navigation-text {
    font-size: 0.19rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
  .footer-common .navigation-link {
    width: 54px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .footer-common .navigation-link.is-search {
    padding: 17px 17px 52px 15px;
  }
  .footer-common .navigation-link.is-search::after {
    bottom: 17px;
    left: 14px;
    width: 27px;
    height: 27px;
  }
  .footer-common .navigation-link.is-mail {
    padding: 17px 17px 37px 15px;
  }
  .footer-common .navigation-link.is-mail::after {
    bottom: 15px;
    left: 14px;
    width: 27px;
    height: 17px;
  }
  .footer-common .navigation-link.is-home {
    padding: 17px 17px 44px 15px;
  }
  .footer-common .navigation-link.is-home::after {
    bottom: 15px;
    left: 14px;
    width: 27px;
    height: 26px;
  }
  .footer-common .navigation-button {
    bottom: 92px;
    left: 0;
    max-width: 1280px;
    height: 54px;
  }
  .footer-common .navigation-icon {
    width: 54px;
    height: 54px;
  }
  .footer-common .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 77px 83px 25px 111px;
  }
  .footer-common .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-common .list-wrapper {
    margin-right: 55px;
  }
  .footer-common .list-wrapper:first-child {
    max-width: 279px;
  }
  .footer-common .list-wrapper:last-child {
    max-width: 200px;
    margin-right: 0;
  }
  .footer-common .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    font-size: 0.19rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
  }
  .footer-common .item-link {
    padding-left: 28px;
  }
  .footer-common .item-link::before {
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(calc(-50% - 1px));
    -ms-transform: translateY(calc(-50% - 1px));
    transform: translateY(calc(-50% - 1px));
    background: url("../img/common/arrow_icn_right.svg") center/cover no-repeat;
  }
  .is-tablet .footer-common .item-link::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer-common .footer-content {
    padding-top: 3px;
  }
  .footer-common .content-image {
    width: 392px;
    margin: 0 28px 3px auto;
  }
  .footer-common .content-description {
    width: 441px;
    margin-left: auto;
    padding-left: 38px;
    font-size: 0.15rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
    text-align: center;
  }
  .footer-common .content-information {
    width: 398px;
    margin-left: auto;
    padding: 10px 0;
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    line-height: 1.8125;
  }
  .is-mac .footer-common .content-information {
    width: 403px;
  }
  .is-tablet .footer-common .content-information {
    width: 410px;
  }
  .footer-common .navigation-copyright {
    font-size: 0.18rem;
    letter-spacing: 0.2em;
    line-height: 1.7777777778;
  }
  .footer-common .copyright-content {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 0 3px;
  }
}
@media screen and (min-width: 768px) and (max-height: 1570px) {
  .is-tablet .footer-common .navigation-fixed {
    padding-left: 1.5px;
  }
}
@media screen and (min-width: 768px) and (max-height: 850px) {
  .footer-common .navigation-text {
    font-size: 0.16rem;
  }
  .footer-common .navigation-link.is-search {
    padding: 15px 14px 40px 15px;
  }
  .footer-common .navigation-link.is-search::after {
    bottom: 10px;
    left: 18px;
    width: 20px;
    height: 20px;
  }
  .footer-common .navigation-link.is-mail {
    padding: 15px 14px 40px 15px;
  }
  .footer-common .navigation-link.is-mail::after {
    bottom: 10px;
    left: 14px;
    width: 27px;
    height: 17px;
  }
  .footer-common .navigation-link.is-home {
    padding: 15px 14px 40px 15px;
  }
  .footer-common .navigation-link.is-home::after {
    bottom: 10px;
    left: 14px;
    width: 27px;
    height: 26px;
  }
  .footer-common .navigation-button.is-active {
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-height: 750px) {
  .footer-common .navigation-link.is-search {
    padding: 10px 14px 35px 15px;
  }
  .footer-common .navigation-link.is-search::after {
    bottom: 8px;
  }
  .footer-common .navigation-link.is-mail {
    padding: 10px 14px 32px 15px;
  }
  .footer-common .navigation-link.is-mail::after {
    bottom: 10px;
  }
  .footer-common .navigation-link.is-home {
    padding: 10px 14px 35px 15px;
  }
  .footer-common .navigation-link.is-home::after {
    bottom: 8px;
    left: 14px;
  }
}
@media screen and (min-width: 768px) and (max-height: 715px) {
  .footer-common .navigation-text {
    font-size: 0.15rem;
  }
  .footer-common .navigation-item {
    width: 40px;
    padding-left: 29px;
  }
  .footer-common .navigation-link.is-search {
    padding: 7px 10px 26px 10px;
  }
  .footer-common .navigation-link.is-search::after {
    left: 11px;
    bottom: 7px;
    width: 16px;
    height: 16px;
  }
  .footer-common .navigation-link.is-mail {
    padding: 7px 10px 21px 10px;
  }
  .footer-common .navigation-link.is-mail::after {
    left: 8px;
    bottom: 7px;
    width: 23px;
    height: 13px;
  }
  .footer-common .navigation-link.is-home {
    padding: 7px 10px 27px 10px;
  }
  .footer-common .navigation-link.is-home::after {
    left: 9px;
    bottom: 7px;
    width: 21px;
    height: 20px;
  }
  .footer-common .navigation-icon {
    width: 39px;
    height: 39px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-height: 603px) {
  .footer-common .navigation-text {
    font-size: 0.14rem;
  }
  .footer-common .navigation-button.is-active {
    bottom: 20px;
  }
}
@media print {
  .footer-common {
    position: unset;
  }
  .footer-common .navigation-common-fixed {
    position: absolute;
  }
  .footer-common .navigation-fixed {
    top: 0;
    left: unset;
  }
  .footer-common .navigation-button {
    position: absolute;
    bottom: 335px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common .navigation-common-fixed {
    top: 0.96rem;
  }
  .footer-common .navigation-item {
    margin-bottom: 0.17rem;
  }
  .footer-common .navigation-link {
    width: 0.85rem;
    padding: 0.28rem 0 0.49rem;
    border-top-left-radius: 0.09rem;
    border-bottom-left-radius: 0.09rem;
  }
  .footer-common .navigation-link.is-search {
    padding-top: 0.38rem;
    padding-bottom: 0.81rem;
    font-size: 0.3rem;
    letter-spacing: 0.2em;
  }
  .footer-common .navigation-link.is-search::after {
    bottom: 0.21rem;
    width: 0.42rem;
    height: 0.42rem;
  }
  .footer-common .navigation-link.is-mail::after {
    width: 0.42rem;
    height: 0.26rem;
    bottom: 0.24rem;
  }
  .footer-common .navigation-link.is-home::after {
    bottom: 0.19rem;
    width: 0.42rem;
    height: 0.41rem;
  }
  .footer-common .navigation-button {
    bottom: 0.92rem;
    height: 0.85rem;
  }
  .footer-common .navigation-icon {
    width: 0.85rem;
  }
  .footer-common .footer-navigation {
    padding-bottom: 0.88rem;
  }
  .footer-common .footer-wrapper {
    padding: 0.68rem 0.86rem 0;
  }
  .footer-common .footer-list {
    margin-bottom: 0.9rem;
  }
  .footer-common .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.26rem;
    font-size: 0.3rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
  }
  .footer-common .item-link {
    padding-left: 0.38rem;
  }
  .is-ios .footer-common .item-link {
    padding-bottom: 1px;
  }
  .footer-common .item-link::before {
    left: 0;
    width: 0.26rem;
    height: 0.26rem;
    -webkit-transform: translateY(calc(-50% - 0.01rem));
    -ms-transform: translateY(calc(-50% - 0.01rem));
    transform: translateY(calc(-50% - 0.01rem));
    background: url("../img/common/sp/arrow_icn_right.svg") center/cover no-repeat;
  }
  .is-android .footer-common .item-link::before {
    -webkit-transform: translateY(calc(-50% + 0.02rem));
    -ms-transform: translateY(calc(-50% + 0.02rem));
    transform: translateY(calc(-50% + 0.02rem));
  }
  .footer-common .footer-content {
    padding-top: 0.03rem;
  }
  .footer-common .content-image {
    width: 6.01rem;
    margin-bottom: 0.06rem;
    margin-left: -0.1rem;
  }
  .footer-common .content-description {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding-left: 0.45rem;
    font-size: 0.23rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
    text-align: center;
  }
  .footer-common .content-information {
    margin-right: -0.3rem;
    padding: 0.22rem 0.05rem 0.09rem;
    font-size: 0.24rem;
    letter-spacing: 0.2em;
    line-height: 1.3;
  }
  .is-ios .footer-common .content-information {
    padding-right: 0;
    padding-left: 0;
    margin-right: -0.28rem;
  }
  .footer-common .information-name {
    margin-bottom: 0.13rem;
  }
  .footer-common .information-address {
    margin-bottom: 0.13rem;
  }
  .footer-common .navigation-copyright {
    font-size: 0.21rem;
    letter-spacing: 0.2em;
    line-height: 1.7142857143;
  }
  .footer-common .copyright-content {
    display: block;
    padding: 0.04rem 0 0.01rem;
  }
  .is-ios .footer-common .copyright-content {
    padding: 0.15rem 0 0.1rem;
  }
}

.title-common-primary .primary-title {
  position: relative;
  color: #fff;
}
.title-common-primary .title-english {
  font-family: "acumin-variable", sans-serif;
  font-size: 0.58rem;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.title-common-primary .title-japanese {
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media print, (min-width: 768px) {
  .title-common-primary .primary-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 227px;
    padding: 34px 0 39px;
  }
  .title-common-primary .primary-title::after {
    content: "";
    position: absolute;
    bottom: 53px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
    background: #fff;
  }
  .title-common-primary .title-english {
    width: 50%;
    padding-right: 25px;
    line-height: 1.3;
    text-align: right;
  }
  .is-mac .title-common-primary .title-english {
    padding-bottom: 0;
  }
  .is-tablet .title-common-primary .title-english {
    padding-bottom: 0;
  }
  .title-common-primary .title-japanese {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    width: 50%;
    padding-bottom: 10px;
    padding-left: 112px;
    font-size: 0.24rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .primary-title {
    margin: 0;
    padding-bottom: 0.09rem;
    text-align: center;
  }
  .title-common-primary .title-english {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.1rem;
    line-height: 1.2;
  }
  .title-common-primary .title-english::after {
    content: "";
    position: absolute;
    bottom: 0.11rem;
    left: -0.07rem;
    width: calc(100% + 0.14rem);
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .is-ios .title-common-primary .title-english::after {
    bottom: 0.1rem;
  }
  .is-android .title-common-primary .title-english::after {
    bottom: 0.11rem;
  }
  .title-common-primary .title-japanese {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.24rem;
    line-height: 1.2;
  }
}

.title-common-spacing {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media print, (min-width: 768px) {
  .title-spacing-pc {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

@media only screen and (max-width: 767.98px) {
  .title-spacing-sp {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.section-policy .title-common-primary {
  background-color: #e6a28a;
}
.section-policy .introduction-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-policy .wrapper.has-padding {
  font-weight: 500;
  letter-spacing: 0.075em;
}
.section-policy .policy-content,
.section-policy .description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-policy .description-subtitle:last-child,
.section-policy .description-information:last-child,
.section-policy .content-description:last-child {
  margin-bottom: 0;
}
.section-policy .description-information .information-phone {
  text-decoration: none;
}
.section-policy .policy-deputy {
  text-align: right;
}
@media print, (min-width: 768px) {
  .section-policy {
    padding-bottom: 141px;
  }
  .section-policy .title-common-primary {
    margin-bottom: 71px;
  }
  .section-policy .title-english.has-large-width {
    width: 63%;
    padding-right: 0;
    padding-left: 16px;
    text-align: left;
  }
  .is-tablet .section-policy .title-english {
    letter-spacing: 0.03em;
  }
  .is-mac .section-policy .title-english {
    padding-left: 2px;
  }
  .section-policy .title-japanese.has-small-width {
    width: 39%;
    padding-left: 0;
  }
  .section-policy .wrapper.has-padding {
    padding: 0 50px;
    font-size: 0.21rem;
    line-height: 2.0476190476;
  }
  .section-policy .policy-introduction {
    margin-bottom: 44px;
    padding-right: 30px;
  }
  .section-policy .content-description,
  .section-policy .introduction-description,
  .section-policy .description-title,
  .section-policy .description-list {
    margin-bottom: 42px;
  }
  .section-policy .policy-content {
    padding-right: 30px;
  }
  .section-policy .description-subtitle {
    margin-bottom: 42px;
  }
  .section-policy .description-subtitle.has-small-margin {
    margin-bottom: 0;
  }
  .section-policy .description-information {
    margin-bottom: 1px;
  }
  .section-policy .deputy-name {
    margin-bottom: 3px;
    padding-top: 7px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-policy {
    padding-bottom: 0.68rem;
  }
  .section-policy .title-common-primary {
    margin-bottom: 0.59rem;
  }
  .section-policy .wrapper.has-padding {
    padding: 0 0.9rem 0 0.55rem;
    font-size: 0.28rem;
    line-height: 1.5357142857;
  }
  .section-policy .policy-introduction {
    margin-bottom: 0.42rem;
  }
  .section-policy .introduction-item {
    margin-bottom: 0.2rem;
  }
  .section-policy .content-description,
  .section-policy .introduction-description,
  .section-policy .description-title,
  .section-policy .description-list {
    margin-bottom: 0.4rem;
  }
  .section-policy .description-subtitle {
    margin-bottom: 0.4rem;
  }
  .section-policy .description-subtitle.has-small-margin {
    margin-bottom: 0.1rem;
  }
  .section-policy .description-information {
    margin-bottom: 0.01rem;
  }
  .section-policy .list-content {
    padding-left: 0.59rem;
    text-indent: -0.59rem;
  }
  .section-policy .deputy-name {
    margin-bottom: 0.05rem;
    padding-top: 0.2rem;
  }
}
/*# sourceMappingURL=privacy_policy.css.map */
