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

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

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

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

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

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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

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

button {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
html.is-frozen-os {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  html {
    min-width: 1280px;
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  background-color: #fcf7f0;
  color: #0d0d0d;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}

a:not([class]) {
  -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;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}
html.is-touchable a:not([class]):hover {
  text-decoration-color: inherit;
}

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;
}
.trans:hover {
  opacity: 0.8;
}
html.is-touchable .trans:hover {
  opacity: 1;
}

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

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

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

@media print, (min-width: 768px) {
  .container {
    position: relative;
    min-width: 1280px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

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

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

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

.header-common {
  position: relative;
  margin: 0 auto;
}
.header-common::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: #0058a4;
}
.header-common .header-logo {
  display: inline-block;
}
.header-common .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-common .header-phone-text {
  color: #0058a4;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.header-common .header-group-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0058a4;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.header-common .header-group-mail::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  background: url("../img/common/icon_mail.svg") center/contain no-repeat;
}
.header-common .header-message-text {
  position: relative;
}
.header-common .header-navigation {
  position: relative;
}
.header-common .header-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-common .header-list-item {
  position: relative;
}
.header-common .header-list-item:last-child {
  margin-right: 0;
}
.header-common .header-list-link {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  cursor: pointer;
}
.header-common .header-sub-menu {
  top: 100%;
}
.header-common .sub-menu-list {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-common .menu-list-item {
  position: relative;
  font-weight: 500;
}
.header-common .menu-list-item:last-child {
  margin-bottom: 0;
}
.header-common .menu-list-link {
  position: relative;
}
.header-common .menu-list-link::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/icon_triangle.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .header-common {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1280px;
    height: 170px;
  }
  .header-common::before {
    z-index: 1;
    width: 100%;
    height: 10px;
  }
  .header-common .header-logo {
    width: 145px;
    margin-top: 38px;
    margin-right: 7px;
  }
  .header-common .header-wrapper {
    padding-left: 33px;
  }
  .header-common .header-group-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    right: 0;
    margin-top: 10px;
  }
  .header-common .header-group-text {
    margin-top: 24px;
    margin-right: 32px;
    text-align: right;
  }
  .header-common .header-phone-text {
    margin: 12px 30px 0 0;
    font-size: 0.26rem;
  }
  .header-common .header-phone-number {
    margin-left: 10px;
    font-size: 0.38rem;
    pointer-events: none;
  }
  .header-common .header-group-mail {
    width: 240px;
    min-height: 108px;
    margin-top: -1px;
    border-radius: 0 0 0 20px;
    font-size: 0.24rem;
  }
  .header-common .header-group-mail::before {
    width: 30px;
    height: 24px;
  }
  .header-common .header-message-text {
    top: 4px;
  }
  .header-common .header-navigation {
    display: block !important;
    position: absolute;
    top: 160px;
    left: 50%;
    width: 1024px;
    margin-left: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  html.is-tablet .header-common .header-navigation {
    left: 53%;
  }
  .header-common .header-list::before {
    top: -3px;
    left: 0;
    width: 34px;
    height: 32px;
  }
  .header-common .header-list-item {
    margin-right: 33px;
    padding-bottom: 16px;
    padding-left: 20px;
  }
  .header-common .header-list-item.is-home::before, .header-common .header-list-item.is-home::after {
    display: none;
  }
  .header-common .header-list-item.is-dot::before {
    display: none;
  }
  .header-common .header-list-item.is-dot::after {
    top: 13px;
    width: 10px;
    height: 10px;
  }
  .header-common .header-list-item.is-about .header-sub-menu {
    left: -16px;
    width: 158px;
  }
  .header-common .header-list-item.is-treatment .header-sub-menu {
    left: -46px;
    width: 290px;
  }
  .header-common .header-list-item.is-recruitment .header-sub-menu {
    left: -129px;
    width: 340px;
  }
  .header-common .header-list-item.is-blog .header-sub-menu {
    left: -110px;
    width: 238px;
  }
  .header-common .header-list-item:last-child {
    margin-right: 0;
  }
  .header-common .header-list-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 2px;
    width: 8px;
    height: 7px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../img/common/icon_arrow_3.svg") center/contain no-repeat;
    cursor: pointer;
  }
  .header-common .header-list-item::after {
    content: "";
    position: absolute;
    top: 9px;
    left: -3px;
    width: 18px;
    height: 18px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border-radius: 50%;
    background: #58b4e2;
    cursor: pointer;
  }
  .header-common .header-list-item.is-active::after {
    background: #0058a4;
  }
  .header-common .header-list-item.is-active .header-sub-menu {
    visibility: visible;
    z-index: 2;
    opacity: 1;
  }
  .header-common .header-list-link {
    font-family: "Shippori Mincho", serif;
    font-size: 0.2rem;
  }
  .header-common .header-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
  }
  .header-common .sub-menu-list {
    padding: 20px 20px 26px;
    border-radius: 0 0 5px 5px;
    background: #0058a4;
  }
  .header-common .menu-list-item {
    margin-bottom: 6px;
  }
  .header-common .menu-list-item:last-child {
    margin-bottom: 0;
  }
  .header-common .menu-list-link {
    margin-left: 14px;
    padding-left: 13px;
  }
  .header-common .menu-list-link::before {
    top: 8px;
    width: 7px;
    height: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .header-common .header-navigation {
    left: 53%;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.86rem;
    margin: 0 !important;
    padding-bottom: 0.1rem;
  }
  .header-common::before {
    width: 100%;
    height: 0.08rem;
  }
  .header-common::after {
    height: 2.8rem;
  }
  .header-common .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0.73rem;
    margin-top: 0.19rem;
    margin-right: 0.07rem;
  }
  .header-common .header-wrapper {
    padding-left: 0.12rem;
  }
  .header-common .header-group-text {
    margin-top: 0.2rem;
    margin-right: 0.32rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .header-common .header-phone-text {
    margin: 0.12rem 0.3rem 0 0;
    font-size: 0.26rem;
  }
  .header-common .header-phone-number {
    margin-left: 0.1rem;
    font-size: 0.38rem;
  }
  .header-common .header-group-mail {
    width: 2.4rem;
    min-height: 1.08rem;
    border-radius: 0 0 0 0.2rem;
    font-size: 0.24rem;
  }
  .header-common .header-group-mail::before {
    width: 0.3rem;
    height: 0.24rem;
  }
  .header-common .header-message-text {
    top: 0.04rem;
  }
  .header-common .header-navigation {
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    padding: 0.74rem 0;
    overflow: hidden auto;
    background: #095393;
  }
  .header-common .header-navigation::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .header-common .header-navigation::before {
    content: "";
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.08rem;
    background: #58b4e2;
  }
  .header-common .header-list {
    display: block;
    margin-bottom: 0.56rem;
  }
  .header-common .menu-list-link {
    padding-left: 0.17rem;
  }
  .header-common .menu-list-link::before {
    top: 0.11rem;
    left: 0.02rem;
    width: 0.07rem;
    height: 0.1rem;
  }
  .header-common .header-list-item {
    padding-bottom: 0.08rem;
    padding-left: 0.42rem;
  }
  .header-common .header-list-item.is-active .header-list-link::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-common .header-list-item:last-child {
    margin-right: 0;
  }
  .header-common .header-list-item.is-treatment, .header-common .header-list-item.is-blog {
    background: #0177b5;
  }
  .header-common .header-list-item.is-recruitment {
    background: #f27355;
  }
  .header-common .header-list-item.is-treatment, .header-common .header-list-item.is-dot, .header-common .header-list-item.is-recruitment, .header-common .header-list-item.is-blog {
    border-bottom: 1px solid #fff;
  }
  .header-common .header-list-item.is-treatment {
    border-top: 1px solid #fff;
  }
  .header-common .header-list-item.is-treatment, .header-common .header-list-item.is-recruitment, .header-common .header-list-item.is-blog {
    padding-top: 0.11rem;
    padding-bottom: 0.11rem;
  }
  .header-common .header-list-item.is-treatment .header-list-link::before, .header-common .header-list-item.is-recruitment .header-list-link::before, .header-common .header-list-item.is-blog .header-list-link::before {
    top: 0.18rem;
    left: -0.16rem;
    width: 0.12rem;
    height: 0.02rem;
    background: #fff;
  }
  .header-common .header-list-item.is-treatment .header-list-link::after, .header-common .header-list-item.is-recruitment .header-list-link::after, .header-common .header-list-item.is-blog .header-list-link::after {
    content: "";
    position: absolute;
    top: 0.14rem;
    left: -0.11rem;
    width: 0.02rem;
    height: 0.12rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: #fff;
  }
  .header-common .header-list-item.is-treatment .header-sub-menu, .header-common .header-list-item.is-recruitment .header-sub-menu, .header-common .header-list-item.is-blog .header-sub-menu {
    display: none;
  }
  .header-common .header-list-item.is-treatment .sub-menu-list, .header-common .header-list-item.is-recruitment .sub-menu-list, .header-common .header-list-item.is-blog .sub-menu-list {
    margin-top: 0.09rem;
    margin-left: 0;
  }
  .header-common .header-list-item.is-treatment .menu-list-item, .header-common .header-list-item.is-recruitment .menu-list-item, .header-common .header-list-item.is-blog .menu-list-item {
    padding: 0 0 0.06rem;
    padding-bottom: 0.06rem;
    border-bottom: 0;
  }
  .header-common .header-list-item.is-treatment .menu-list-item:last-child, .header-common .header-list-item.is-recruitment .menu-list-item:last-child, .header-common .header-list-item.is-blog .menu-list-item:last-child {
    padding-bottom: 0;
  }
  .header-common .header-list-item.is-treatment .menu-list-link, .header-common .header-list-item.is-recruitment .menu-list-link, .header-common .header-list-item.is-blog .menu-list-link {
    padding-left: 0.18rem;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 0.16rem;
  }
  .header-common .header-list-item.is-treatment .menu-list-link::before, .header-common .header-list-item.is-recruitment .menu-list-link::before, .header-common .header-list-item.is-blog .menu-list-link::before {
    top: 0.07rem;
    left: 0.04rem;
  }
  .header-common .header-list-item.is-dot {
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
  }
  .header-common .header-list-link {
    display: block;
    position: relative;
    color: #fff;
    font-size: 0.2rem;
  }
  .header-common .header-list-link::before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: -0.15rem;
    width: 0.07rem;
    height: 0.1rem;
    background: url("../img/common/icon_triangle.svg") center/contain no-repeat;
  }
  .header-common .header-sub-menu {
    display: block;
    position: relative;
  }
  .header-common .sub-menu-list {
    margin-left: -0.17rem;
  }
  .header-common .menu-list-item {
    margin-right: 0.27rem;
    padding: 0.08rem 0 0.07rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.18);
  }
  .header-common .menu-list-item.is-first {
    border-top: 0.01rem solid rgba(255, 255, 255, 0.18);
  }
  .header-common .menu-list-item:last-child {
    border-bottom: 0;
  }
  .header-common .menu-list-link {
    font-family: "Shippori Mincho", serif;
    font-size: 0.2rem;
    font-weight: 500;
  }
  .header-common .button-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0.08rem;
    right: 0;
    -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: 0.54rem;
    min-height: 0.55rem;
    border-radius: 0 0 0 0.2rem;
    background: #58b4e2;
    color: #fff;
    cursor: pointer;
  }
  .header-common .button-hamburger.is-fixed {
    position: fixed;
  }
  .header-common .button-hamburger-text {
    position: relative;
    top: -0.07rem;
    font-size: 0.1rem;
    font-weight: 700;
  }
  .header-common .button-hamburger-icon {
    position: relative;
    top: -0.04rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-common .button-hamburger-line {
    display: block;
    height: 0.02rem;
    background: #fff;
  }
  .header-common .button-hamburger-line:nth-child(3) {
    width: 0.23rem;
  }
  .header-common .button-hamburger-line:nth-child(2) {
    width: 0.19rem;
    margin-bottom: 0.03rem;
  }
  .header-common .button-hamburger-line:nth-child(1) {
    width: 0.14rem;
    margin-bottom: 0.03rem;
  }
  .header-common .header-list-social {
    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-bottom: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-common .social-item {
    margin: 0 0.32rem;
  }
  .header-common .social-link {
    display: inline-block;
    width: 0.4rem;
  }
}

.header-common.is-fixed {
  position: fixed;
  z-index: 4;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.header-common.is-fixed::after {
  display: none;
}
.header-common.is-fixed .header-group-mail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-common.is-fixed .header-group-text {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .header-common.is-fixed .header-logo {
    width: 106px;
    margin-top: 34px;
  }
  .header-common.is-fixed .header-wrapper {
    padding-bottom: 27px;
    padding-left: 27px;
  }
  .header-common.is-fixed .header-group-mail {
    min-height: 78px;
    font-size: 0.2rem;
  }
  .header-common.is-fixed .header-navigation {
    top: 119px;
  }
  .header-common.is-fixed .header-group-text {
    margin-bottom: 0;
  }
  .header-common.is-fixed .header-message-text {
    top: -3px;
  }
  .header-common.is-fixed .header-group-mail::before {
    top: -3px;
    left: -10px;
  }
  .header-common.is-fixed .header-phone-text {
    margin: 8px 34px 0 0;
    font-size: 0.22rem;
  }
  .header-common.is-fixed .header-group-text {
    margin-top: 15px;
    margin-right: 26px;
  }
  .header-common.is-fixed .header-phone-number {
    font-size: 0.34rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common.is-fixed .header-logo {
    width: 0.56rem;
    margin-top: 0.15rem;
  }
  .header-common.is-fixed .header-wrapper {
    padding-left: 0.11rem;
  }
  .header-common.is-fixed .header-group-text {
    margin-top: 0.2rem;
    margin-right: 0.26rem;
    margin-bottom: 0;
  }
}

@media print, (min-width: 768px) {
  .header-common:not(.is-fixed) {
    margin-left: 0 !important;
  }
}

.footer-common {
  position: relative;
  background-color: #095393;
  color: #fff;
}
.footer-common .footer-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-common .footer-item-link {
  display: inline-block;
}
.footer-common .footer-logo {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-common .footer-navigation-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.footer-common .footer-navigation-box:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
}
.footer-common .footer-navigation-title {
  border-bottom: 1px solid #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
}
.footer-common .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-common .footer-list-item {
  position: relative;
}
.footer-common .footer-list-item::before {
  content: "";
  position: absolute;
  background: url("../img/common/icon_triangle.svg") center/contain no-repeat;
}
.footer-common .footer-list-item:last-child {
  margin-bottom: 0;
}
.footer-common .footer-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-common .footer-small-text {
  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;
}
.footer-common .footer-text {
  position: relative;
  font-weight: 500;
  line-height: 1.5714285714;
}
.footer-common .footer-text-link {
  position: absolute;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 52px 0 26px;
  }
  .footer-common .footer-viewport {
    margin-bottom: 50px;
  }
  .footer-common .footer-logo {
    width: 52px;
    margin-top: 8px;
    margin-right: 80px;
  }
  .footer-common .footer-navigation-group {
    margin-bottom: 0;
  }
  .footer-common .footer-navigation-group:first-child {
    margin-bottom: 40px;
  }
  .footer-common .footer-navigation-left {
    min-width: 248px;
    margin-right: 57px;
  }
  .footer-common .footer-navigation-right {
    width: 560px;
  }
  .footer-common .footer-navigation-right.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-common .footer-navigation-box {
    margin-right: 65px;
  }
  .footer-common .footer-navigation-box:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
  }
  .footer-common .footer-navigation-title {
    margin-bottom: 21px;
    padding-bottom: 12px;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .footer-common .footer-list-item {
    margin-bottom: 6px;
    padding-left: 23px;
  }
  .footer-common .footer-list-item::before {
    top: 10px;
    left: 9px;
    width: 7px;
    height: 10px;
  }
  .footer-common .footer-list-item:last-child {
    margin-bottom: 0;
  }
  .footer-common .footer-navigation-wrapper .footer-list {
    margin-right: 57px;
  }
  .footer-common .footer-navigation-wrapper .footer-list:last-child {
    margin-right: 0;
  }
  .footer-common .footer-list {
    max-width: 320px;
  }
  .footer-common .footer-text {
    margin-right: 106px;
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .footer-common .footer-text-link {
    top: 2px;
    right: -106px;
    width: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.5rem 0 1.6rem;
  }
  .footer-common .footer-viewport {
    display: block;
    margin-bottom: 0.45rem;
    padding: 0 0.18rem;
  }
  .footer-common .footer-logo {
    width: 0.52rem;
    margin-bottom: 0.28rem;
  }
  .footer-common .footer-navigation-group {
    display: block;
    margin-bottom: 0;
  }
  .footer-common .footer-navigation-group:first-child {
    margin-bottom: 0.26rem;
  }
  .footer-common .footer-navigation-left {
    margin-bottom: 0.26rem;
  }
  .footer-common .footer-navigation-box {
    margin-bottom: 0.27rem;
  }
  .footer-common .footer-navigation-box:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
  }
  .footer-common .footer-navigation-title {
    margin-bottom: 0.21rem;
    padding-bottom: 0.11rem;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .footer-common .footer-list-item {
    margin-bottom: 0.06rem;
    padding-left: 0.23rem;
  }
  .footer-common .footer-list-item::before {
    top: 0.1rem;
    left: 0.09rem;
    width: 0.07rem;
    height: 0.1rem;
  }
  .footer-common .footer-list-item:last-child {
    margin-bottom: 0;
  }
  .footer-common .footer-navigation-wrapper {
    display: block;
  }
  .footer-common .footer-navigation-wrapper .footer-list {
    margin-bottom: 0.06rem;
  }
  .footer-common .footer-text {
    margin-right: 1.06rem;
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .footer-common .footer-text-link {
    top: 0.02rem;
    right: -1.06rem;
    width: 0.9rem;
  }
}

@media print, (min-width: 768px) {
  .button-common-top {
    visibility: hidden;
    position: fixed;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 46px;
    -webkit-transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, top 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    pointer-events: none;
  }
  .button-common-top.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .button-common-top.is-stuck {
    position: absolute;
    top: -70px;
    bottom: unset;
  }
  .button-common-top:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top {
    position: relative;
    top: 0.02rem;
    width: 0.44rem;
  }
}

.button-common-banner {
  position: fixed;
  z-index: 3;
  top: 50%;
  right: 10px;
  width: 76px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.button-common-banner.is-stuck {
  position: absolute;
  top: -325px;
}

.contact-fixed {
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
}
.contact-fixed .contact-fixed-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-fixed .contact-fixed-group:first-child {
  padding: 0.07rem 0.1rem;
  background: #fff;
}
.contact-fixed .fixed-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  min-height: 0.7rem;
}
.contact-fixed .fixed-group-item::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  width: 0.28rem;
  height: 0.22rem;
  margin-right: 0.04rem;
}
.contact-fixed .fixed-group-item.is-recruit {
  background: #ff6f4d;
}
.contact-fixed .fixed-group-item.is-recruit::before {
  top: 0;
  background: url("../img/common/sp/icon_recruit.svg") center/contain no-repeat;
}
.contact-fixed .fixed-group-item.is-mail {
  background: #0058a4;
}
.contact-fixed .fixed-group-item.is-mail::before {
  top: 3px;
  background: url("../img/common/sp/icon_mail.svg") center/contain no-repeat;
}
.contact-fixed .fixed-group-text {
  font-family: "Shippori Mincho", serif;
  font-size: 0.2rem;
  font-weight: 600;
}
.contact-fixed .contact-fixed-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  margin-right: 0.05rem;
  border-radius: 0.25rem;
  background: #42a8db;
}
.contact-fixed .contact-fixed-phone::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0.06rem;
  width: 0.4rem;
  height: 0.28rem;
  margin-right: 0.11rem;
  background: url("../img/common/sp/icon_phone.svg") center/contain no-repeat;
}
.contact-fixed .contact-phone-text {
  font-family: "Shippori Mincho", serif;
  font-size: 0.26rem;
  letter-spacing: 0.03em;
}

.section-contact-common {
  position: relative;
}
.section-contact-common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/contact_mask.png") top/contain no-repeat;
}
.section-contact-common .contact-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px) brightness(1.1);
  backdrop-filter: blur(50px) brightness(1.1);
}
.section-contact-common .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-contact-common .contact-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.section-contact-common .contact-fax {
  margin-bottom: 0;
}
.section-contact-common .contact-address-text {
  margin-bottom: 0;
}
.section-contact-common .contact-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-contact-common .contact-list,
.section-contact-common .contact-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-contact-common .contact-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-contact-common .contact-list-item:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: none;
}
.section-contact-common .contact-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-contact-common .title-text {
  position: relative;
  margin-bottom: 0;
  color: #0058a4;
  font-weight: 500;
  line-height: 1.5555555556;
}
.section-contact-common .title-text::before {
  content: "";
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #0058a4;
}
.section-contact-common .contact-item-text {
  margin-bottom: 0;
}
.section-contact-common .contact-images {
  display: inline-block;
}
@media print, (min-width: 768px) {
  .section-contact-common {
    padding: 72px 0 56px;
    background: url("../img/common/contact_bg.jpg") center/cover no-repeat;
  }
  .section-contact-common .contact-wrapper {
    padding: 50px 50px 36px 71px;
    border-radius: 5px;
  }
  .section-contact-common .contact-box {
    margin-bottom: 38px;
  }
  .section-contact-common .contact-information {
    margin-top: 15px;
    margin-right: 57px;
  }
  .section-contact-common .contact-images {
    width: 290px;
    margin-bottom: -2px;
  }
  .section-contact-common .contact-group {
    margin-bottom: 2px;
  }
  .section-contact-common .contact-telephone-text {
    margin-bottom: -8px;
  }
  .section-contact-common .contact-fax {
    margin-bottom: 0;
  }
  .section-contact-common .contact-group-classic {
    margin-right: 16px;
  }
  .section-contact-common .contact-telephone-number,
  .section-contact-common .contact-fax-number {
    margin-left: 9px;
  }
  .section-contact-common .contact-telephone-number {
    font-size: 0.26rem;
    pointer-events: none;
  }
  .section-contact-common .contact-fax-number {
    font-size: 0.2rem;
  }
  .section-contact-common .contact-address {
    margin-bottom: 6px;
  }
  .section-contact-common .contact-address-text {
    margin-bottom: 0;
  }
  .section-contact-common .contact-map {
    width: 535px;
  }
  .section-contact-common .contact-social-list {
    margin-top: 4px;
  }
  .section-contact-common .contact-list {
    margin-left: -35px;
  }
  .section-contact-common .list-item {
    width: 42px;
    margin-right: 1px;
  }
  .section-contact-common .contact-list-item {
    padding: 18px 30px;
    border-right: 1px solid #0058a4;
  }
  .section-contact-common .contact-list-item:nth-child(1) {
    width: 405px;
  }
  .section-contact-common .contact-list-item:nth-child(2) {
    width: 271px;
    padding-right: 10px;
    padding-left: 36px;
  }
  .section-contact-common .contact-list-item:nth-child(2) .contact-item-title {
    margin-right: 30px;
  }
  .section-contact-common .contact-list-item:nth-child(3) {
    padding-right: 10px;
    padding-left: 28px;
  }
  .section-contact-common .contact-list-item:nth-child(3) .contact-item-title {
    margin-right: 24px;
  }
  .section-contact-common .contact-item-title {
    margin-right: 31px;
  }
  .section-contact-common .contact-item-image {
    width: 35px;
    margin-top: 13px;
    margin-bottom: 2px;
  }
  .section-contact-common .title-text {
    padding-left: 6px;
    font-size: 0.18rem;
  }
  .section-contact-common .title-text::before {
    left: -6px;
    width: 6px;
    height: 6px;
  }
  .section-contact-common .contact-item-text {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact-common {
    padding: 0.5rem 0 0.41rem;
    background: url("../img/common/sp/contact_bg.jpg") center/cover no-repeat;
  }
  .section-contact-common .contact-wrapper {
    padding: 0.28rem 0.28rem 0.17rem;
    border-radius: 0.05rem;
  }
  .section-contact-common .contact-box {
    display: block;
    margin-bottom: 0.08rem;
  }
  .section-contact-common .contact-information {
    margin-top: 0.15rem;
    margin-bottom: 0.3rem;
  }
  .section-contact-common .contact-images {
    width: 2.7rem;
    margin-bottom: -0.04rem;
  }
  .section-contact-common .contact-group {
    display: block;
    margin-bottom: 0.09rem;
  }
  .section-contact-common .contact-telephone-text {
    margin-bottom: -0.08rem;
  }
  .section-contact-common .contact-fax {
    margin-bottom: 0;
  }
  .section-contact-common .contact-group-classic {
    margin-bottom: 0.05rem;
  }
  .section-contact-common .contact-telephone-number,
  .section-contact-common .contact-fax-number {
    margin-left: 0.09rem;
  }
  .section-contact-common .contact-telephone-number {
    font-size: 0.26rem;
  }
  .section-contact-common .contact-fax-number {
    font-size: 0.2rem;
  }
  .section-contact-common .contact-address {
    margin-bottom: 0.06rem;
  }
  .section-contact-common .contact-address-text {
    margin-bottom: 0;
  }
  .section-contact-common .contact-map {
    width: 2.91rem;
    margin: 0 -0.06rem;
  }
  .section-contact-common .contact-social-list {
    margin-left: -0.04rem;
  }
  .section-contact-common .contact-list {
    display: block;
    padding-left: 0.08rem;
  }
  .section-contact-common .list-item {
    width: 0.42rem;
    margin-right: 0.01rem;
  }
  .section-contact-common .contact-list-item {
    padding: 0.13rem 0.06rem 0.14rem;
    border-bottom: 0.01rem solid #0058a4;
  }
  .section-contact-common .contact-list-item:nth-child(3) {
    border-bottom: 0;
  }
  .section-contact-common .contact-item-title {
    margin-right: 0.28rem;
  }
  .section-contact-common .contact-item-image {
    width: 0.35rem;
    margin-top: 0.05rem;
    margin-bottom: 0.02rem;
    margin-left: -0.05rem;
  }
  .section-contact-common .title-text {
    padding-left: 0.06rem;
    font-size: 0.18rem;
  }
  .section-contact-common .title-text::before {
    left: -0.06rem;
    width: 0.06rem;
    height: 0.06rem;
  }
  .section-contact-common .contact-item-text {
    margin-bottom: 0;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}

.link-common {
  position: relative;
  padding-left: 0.14rem;
  color: #0058a4;
}
.link-common::before {
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0.01rem;
  width: 0.1rem;
  height: 0.1rem;
  background: url("../img/common/link_triangle.svg") center/contain no-repeat;
}

.breadcrumb-common {
  position: relative;
  z-index: 2;
  color: #fff;
}
.breadcrumb-common .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-common .breadcrumb-item {
  display: inline;
  position: relative;
  line-height: 1.75;
}
.breadcrumb-common .breadcrumb-item:last-child {
  padding-right: 0;
}
.breadcrumb-common .breadcrumb-item:last-child.is-arrow {
  position: absolute;
}
.breadcrumb-common .breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb-common .breadcrumb-item.is-arrow {
  padding: 0;
}
.breadcrumb-common .breadcrumb-icon {
  display: inline-block;
  position: relative;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    margin-top: -0.56rem;
    text-align: right;
  }
  .breadcrumb-common .breadcrumb-icon {
    top: 3px;
    left: -4px;
    width: 26px;
  }
  .breadcrumb-common .breadcrumb {
    margin-right: -5px;
  }
  .breadcrumb-common .breadcrumb-item {
    margin-right: -3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    margin-top: -0.4rem;
  }
  .breadcrumb-common .breadcrumb {
    padding-bottom: 0.05rem;
  }
  .breadcrumb-common .breadcrumb-icon {
    top: 0.04rem;
    width: 0.24rem;
  }
  .breadcrumb-common .breadcrumb-item {
    padding-right: 0.08rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-common.is-spacing {
    margin-top: -0.6rem;
  }
}

.keyvisual-common {
  position: relative;
}
.keyvisual-common::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgba(254, 252, 251, 0.95)), to(rgba(253, 249, 245, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(254, 252, 251, 0.95) 40%, rgba(253, 249, 245, 0) 100%);
}
.keyvisual-common .keyvisual-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.keyvisual-common .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-shadow: 0 0 20px #000;
}
@media print, (min-width: 768px) {
  .keyvisual-common {
    padding: 290px 0 123px;
  }
  .keyvisual-common.is-large {
    padding: 366px 0 176px;
  }
  .keyvisual-common::after {
    height: 420px;
  }
  .keyvisual-common .keyvisual-title {
    font-size: 0.33rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    padding: 2rem 0 1rem;
  }
  .keyvisual-common::after {
    height: 2.8rem;
  }
  .keyvisual-common .keyvisual-title {
    font-size: 0.28rem;
  }
}

.button-entry {
  background: url("../img/common/icon_arrow_1.svg") no-repeat, #0058a4;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.button-entry.is-back {
  background: url("../img/common/icon_arrow_2.svg") no-repeat, #959595;
}
@media print, (min-width: 768px) {
  .button-entry {
    min-width: 330px;
    min-height: 66px;
    padding: 16px 20px 18px 42px;
    border-radius: 33px;
    background-position: left 91px center, center;
    background-size: 8px auto, auto;
    font-size: 0.18rem;
  }
  .button-entry.is-back {
    min-width: 178px;
    padding-left: 36px;
    background-position: left 44px center, center;
    background-size: 8px auto, auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-entry {
    min-width: 2.4rem;
    min-height: 0.3rem;
    padding: 0.08rem 0.2rem 0.1rem 0.42rem;
    border-radius: 0.2rem;
    background-position: left 0.58rem center, center;
    background-size: 0.08rem auto, auto;
    font-size: 0.16rem;
  }
  .button-entry.is-back {
    min-width: 1.5rem;
    background-position: left 0.76rem center, center;
    background-size: 0.08rem auto, auto;
  }
}

.button-common-primary {
  display: block;
  border-radius: 0.33rem;
  background: #0058a4;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.button-common-primary .button-wrapper {
  position: relative;
}
.button-common-primary .button-wrapper::before {
  content: "";
  position: absolute;
  background: url("../img/common/icon_triangle.svg") center/contain no-repeat;
}
.button-common-primary.is-center {
  margin-right: auto;
  margin-left: auto;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    width: 330px;
    min-height: 66px;
    padding: 13px 20px 18px;
  }
  .button-common-primary .button-wrapper {
    padding-left: 24px;
  }
  .button-common-primary .button-wrapper::before {
    top: 10px;
    left: 1px;
    width: 8px;
    height: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-width: 3rem;
    padding: 0.18rem 0.2rem 0.17rem 0.42rem;
    font-size: 0.18rem;
  }
  .button-common-primary .button-wrapper::before {
    top: 0.08rem;
    left: -0.22rem;
    width: 0.08rem;
    height: 0.1rem;
  }
}

.button-common-secondary {
  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;
  background: #0e65b1;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.8;
}
.button-common-secondary .button-text {
  position: relative;
}
.button-common-secondary .button-text::before {
  content: "";
  position: absolute;
  background: url("../img/common/icon_arrow_1.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .button-common-secondary {
    padding: 40px 20px 24px;
    border-radius: 5px;
    font-size: 0.2rem;
  }
  .button-common-secondary .button-image {
    width: 40px;
    margin-bottom: 19px;
  }
  .button-common-secondary .button-text {
    padding-left: 9px;
  }
  .button-common-secondary .button-text::before {
    top: 14px;
    left: -13px;
    width: 15px;
    height: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    padding: 0.4rem 0.2rem 0.24rem;
    border-radius: 0.05rem;
    font-size: 0.2rem;
  }
  .button-common-secondary .button-image {
    width: 0.4rem;
    margin-bottom: 0.19rem;
  }
  .button-common-secondary .button-text {
    padding-left: 0.09rem;
  }
  .button-common-secondary .button-text::before {
    top: 0.14rem;
    left: -0.13rem;
    width: 0.15rem;
    height: 0.12rem;
  }
}

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

.button-common-skip:focus {
  display: block;
  z-index: 100;
  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;
}

.section-faq .block-faq-viewport {
  border-radius: 5px;
  background: #f8f2e7;
}
.section-faq .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-faq .faq-item.is-active .item-question::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.section-faq .faq-item.is-active .item-answer {
  display: none;
}
.section-faq .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background: #fff;
}
.section-faq .item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.section-faq .item-question::before, .section-faq .item-question::after {
  content: "";
  position: absolute;
  top: 0.19rem;
  right: 0;
  width: 0.19rem;
  height: 0.02rem;
  background: #0058a4;
}
.section-faq .item-question::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.section-faq .item-question:hover {
  opacity: 0.8;
}
.section-faq .question-heading {
  color: #0058a4;
  line-height: 1.4074074074;
}
.section-faq .question-content {
  font-family: "Shippori Mincho", serif;
  font-size: 0.18rem;
  font-weight: 500;
}
.section-faq .item-answer {
  display: none;
  position: relative;
}
.section-faq .item-answer::before {
  content: "";
  position: absolute;
  color: #58b4e2;
}
.section-faq .answer-heading {
  color: #58b4e2;
  line-height: 1.4074074074;
}
.section-faq .content-text {
  margin-bottom: 0.07rem;
}
.section-faq .content-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-faq {
    padding: 105px 0 100px;
  }
  .section-faq .question-content {
    line-height: 1.6666666667;
  }
  .section-faq .block-faq-viewport {
    margin: 0 10px;
    padding: 50px;
  }
  .section-faq .faq-list {
    margin: -10px 0;
  }
  .section-faq .faq-item {
    padding: 10px 0;
  }
  .section-faq .item-wrapper {
    padding: 20px 30px;
  }
  .section-faq .item-question {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35px;
  }
  .section-faq .question-heading {
    margin-right: 7px;
    font-size: 0.27rem;
  }
  .section-faq .item-answer {
    margin-top: -3px;
    padding-bottom: 7px;
  }
  .section-faq .item-answer::before {
    top: -5px;
    left: 2px;
    font-size: 0.27rem;
  }
  .section-faq .answer-heading {
    padding: 0 8px 0 2px;
    font-size: 0.27rem;
  }
  .section-faq .answer-content {
    max-width: calc(100% - 50px);
    padding-top: 6px;
    padding-left: 26px;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .section-faq .content-text {
    margin-bottom: 7px;
  }
  .section-faq .content-text:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-faq {
    padding: 0.7rem 0;
  }
  .section-faq .block-faq-viewport {
    padding: 0.15rem;
  }
  .section-faq .faq-item {
    margin-bottom: 0.1rem;
  }
  .section-faq .item-wrapper {
    padding: 0.1rem 0.1rem 0.16rem;
  }
  .section-faq .answer-content {
    padding-top: 0.04rem;
    padding-left: 0.27rem;
    line-height: 1.6666666667;
  }
  .section-faq .question-heading {
    margin-top: 0.03rem;
    margin-right: 0.1rem;
    font-size: 0.22rem;
  }
  .section-faq .answer-heading {
    margin-right: 0.12rem;
    font-size: 0.22rem;
  }
  .section-faq .item-answer::before {
    top: -0.02rem;
    left: 0.02rem;
    font-size: 0.22rem;
  }
  .section-faq .question-content {
    padding-top: 0.08rem;
    line-height: 1.3;
  }
  .section-faq .question-content::after {
    margin-top: 0.15rem;
  }
  .section-faq .item-question {
    padding-right: 0.35rem;
  }
}
/*# sourceMappingURL=qa.css.map */
