@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-top-keyvisual .keyvisual-title {
  color: #ffaa70;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-shadow: 2px 2px 10px #fff, 2px 2px 10px #fff, -2px -2px 10px #fff, 2px -2px 10px #fff, -2px 2px 10px #fff;
}
.section-top-keyvisual .list-item {
  position: relative;
}
.section-top-keyvisual .keyvisual-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-keyvisual .item-link {
  text-decoration: none;
}
.section-top-keyvisual .item-link:hover .item-content {
  color: #fff;
}
.section-top-keyvisual .item-content {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-weight: 600;
}
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 600px;
    background: url("../img/top/keyvisual_img_01.jpg") center/cover no-repeat;
  }
  .section-top-keyvisual .wrapper {
    height: 100%;
    min-height: 600px;
    background: url("../img/top/top_img_keyvisual.jpg") center/cover no-repeat;
  }
  .section-top-keyvisual .keyvisual-title {
    width: 527px;
    margin-bottom: 42px;
    margin-left: 125px;
    padding-top: 58px;
    font-size: 0.7rem;
    line-height: 1.1428571429;
    text-align: center;
  }
  .is-mac .section-top-keyvisual .keyvisual-title, .is-firefox .section-top-keyvisual .keyvisual-title {
    width: 545px;
  }
  .section-top-keyvisual .keyvisual-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 660px;
    margin-left: 56px;
  }
  .section-top-keyvisual .list-item {
    width: 142px;
    height: 142px;
    margin-right: 23px;
    margin-bottom: 5px;
    border-radius: 50%;
    background-color: #fff;
  }
  .section-top-keyvisual .list-item::after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -10px;
    left: 50%;
    width: 85%;
    height: 17px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(114, 84, 84, 0.4);
    -webkit-filter: blur(9px);
    filter: blur(9px);
  }
  .section-top-keyvisual .item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 142px;
    height: 142px;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 50%;
  }
  .section-top-keyvisual .item-link:hover .image-activity {
    opacity: 1;
  }
  .section-top-keyvisual .item-link:hover .image-default {
    opacity: 0;
  }
  .section-top-keyvisual .image-default,
  .section-top-keyvisual .image-activity,
  .section-top-keyvisual .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 142px;
    height: 142px;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 50%;
  }
  .section-top-keyvisual .image-activity {
    opacity: 0;
  }
  .section-top-keyvisual .item-content {
    padding-bottom: 27px;
    font-size: 0.14rem;
    letter-spacing: 0.14em;
    line-height: 1.1428571429;
    text-align: center;
  }
  .section-top-keyvisual .item-content.has-small-padding {
    padding-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    min-height: 12.9rem;
    padding-bottom: 0.22rem;
    background: url("../img/top/sp/top_img_keyvisual.jpg") center/cover no-repeat;
  }
  .section-top-keyvisual .wrapper {
    padding: 0;
  }
  .section-top-keyvisual .keyvisual-title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0.59rem;
    padding: 0.74rem 0.8rem 0;
    font-size: 0.59rem;
    letter-spacing: 0.2em;
    line-height: 1.1525423729;
  }
  .section-top-keyvisual .keyvisual-title .title-bottom {
    display: block;
    margin-right: 0.12rem;
    padding-top: 1.34rem;
  }
  .section-top-keyvisual .list-item {
    margin-bottom: 0.08rem;
  }
  .section-top-keyvisual .item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.12rem 0.62rem 0.07rem 0.98rem;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(82%, #b3b3b3), to(#edebeb));
    background: linear-gradient(90deg, #fff 0%, #b3b3b3 82%, #edebeb 100%);
  }
  .section-top-keyvisual .item-link::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #fff), color-stop(50%, #fff), color-stop(71%, #eeebeb));
    background: linear-gradient(90deg, #fff 33%, #fff 50%, #eeebeb 71%);
    -webkit-filter: blur(0.15rem);
    filter: blur(0.15rem);
  }
  .section-top-keyvisual .item-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(82%, #cc7441), to(#edebeb));
    background: linear-gradient(90deg, #fff 0%, #cc7441 82%, #edebeb 100%);
  }
  .section-top-keyvisual .item-link:hover::after {
    opacity: 1;
  }
  .section-top-keyvisual .item-link:hover::before {
    opacity: 0;
  }
  .section-top-keyvisual .item-image {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0.23rem;
    width: 0.44rem;
    height: 0.49rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-top-keyvisual .item-image.is-top {
    width: 0.56rem;
    height: 0.54rem;
  }
  .section-top-keyvisual .item-image.is-information {
    width: 0.47rem;
    height: 0.52rem;
  }
  .is-ios .section-top-keyvisual .item-image.is-information {
    width: 0.46rem;
    height: 0.52rem;
  }
  .section-top-keyvisual .item-image.is-staff {
    width: 0.57rem;
    height: 0.51rem;
  }
  .section-top-keyvisual .item-image.is-benefits {
    width: 0.5rem;
    height: 0.51rem;
  }
  .section-top-keyvisual .item-image.is-education {
    width: 0.48rem;
    height: 0.52rem;
  }
  .section-top-keyvisual .item-image.is-process {
    width: 0.61rem;
    height: 0.61rem;
  }
  .section-top-keyvisual .item-content {
    font-size: 0.32rem;
    letter-spacing: 0.075em;
  }
}

.section-top-message .title-common-primary {
  background-color: #f0bc97;
}
.section-top-message .content-title {
  color: #ffb67a;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.section-top-message .content-title .title-highlight {
  background-color: #ffb67a;
  color: #fff;
}
.section-top-message .content-subtile {
  position: relative;
  padding-left: 0.4rem;
  color: #ffb67a;
  font-weight: 700;
  letter-spacing: 0.175em;
}
.section-top-message .content-subtile::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.24rem;
  height: 0.41rem;
  background: url("../img/top/top_icn_01.svg") center/contain no-repeat;
}
.section-top-message .content-description {
  font-weight: 500;
  text-align: justify;
}
.section-top-message .information-title {
  background-color: #ffb67a;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-top-message .information-title .title-highlight {
  background-color: #fff;
  color: #ffb67a;
}
.section-top-message .information-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-message .list-item:nth-child(1) .item-title::before {
  background: url("../img/top/number_icn_01.svg") center/contain no-repeat;
}
.section-top-message .list-item:nth-child(2) .item-title::before {
  background: url("../img/top/number_icn_02.svg") center/contain no-repeat;
}
.section-top-message .list-item:nth-child(3) .item-title::before {
  background: url("../img/top/number_icn_03.svg") center/contain no-repeat;
}
.section-top-message .item-title {
  position: relative;
  color: #ffb67a;
  font-weight: 700;
  letter-spacing: 0.175em;
}
.section-top-message .item-title::before {
  position: absolute;
  content: "";
  width: 0.97rem;
  height: 0.81rem;
}
.section-top-message .item-description {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: justify;
}
@media print, (min-width: 768px) {
  .section-top-message {
    padding-bottom: 140px;
  }
  .section-top-message .title-common-primary {
    margin-bottom: 126px;
  }
  .section-top-message .title-english.has-large-width {
    width: 55%;
    padding-right: 0;
    padding-left: 7px;
    text-align: left;
  }
  .is-mac .section-top-message .title-english.has-large-width {
    width: 60%;
  }
  .section-top-message .title-japanese.has-large-width {
    width: 45%;
    padding-left: 15px;
  }
  .is-mac .section-top-message .title-japanese.has-large-width {
    width: 50%;
  }
  .section-top-message .message-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .section-top-message .introduction-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 398px;
    height: 463px;
    margin-right: 110px;
  }
  .section-top-message .introduction-image img {
    position: absolute;
    top: -39px;
    left: 39px;
  }
  .section-top-message .introduction-content {
    padding-right: 92px;
  }
  .section-top-message .content-title {
    margin-bottom: 17px;
    font-size: 0.21rem;
    line-height: 1.4;
  }
  .section-top-message .content-title .title-main {
    padding-right: 10px;
  }
  .section-top-message .content-title .title-highlight {
    position: relative;
    top: 1px;
    padding: 4px 6px 3px 4px;
    font-size: 0.24rem;
  }
  .is-mac .section-top-message .content-title .title-highlight {
    padding: 5px 4px;
  }
  .section-top-message .content-subtile {
    margin-bottom: 15px;
    font-size: 0.34rem;
    line-height: 1.4;
  }
  .is-mac .section-top-message .content-subtile, .is-firefox .section-top-message .content-subtile {
    font-size: 0.33rem;
  }
  .section-top-message .content-subtile::before {
    left: 5px;
    -webkit-transform: translateY(calc(-50% - 3px));
    -ms-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
  }
  .is-firefox .section-top-message .content-subtile::before {
    -webkit-transform: translateY(calc(-50% - 1px));
    -ms-transform: translateY(calc(-50% - 1px));
    transform: translateY(calc(-50% - 1px));
  }
  html.is-mac .section-top-message .content-subtile::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-top-message .content-description {
    font-size: 0.24rem;
    letter-spacing: 0.14em;
    line-height: 1.6666666667;
  }
  .section-top-message .information-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 19px;
    padding: 0 0 0 48px;
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .section-top-message .information-title .title-main {
    padding-right: 18px;
    position: relative;
  }
  .is-firefox .section-top-message .information-title .title-main, .is-mac .section-top-message .information-title .title-main {
    top: 1px;
  }
  .section-top-message .information-title .title-highlight {
    padding: 0 20px 0 6px;
    border-top: 2px solid #ffb67a;
    border-right: 2px solid #ffb67a;
    border-bottom: 2px solid #ffb67a;
  }
  .section-top-message .information-list {
    padding: 55px 0 41px;
  }
  .section-top-message .list-item:nth-child(1) {
    width: 934px;
    margin-bottom: 79px;
  }
  .section-top-message .list-item:nth-child(1) .item-title {
    margin-right: -35px;
  }
  .section-top-message .list-item:nth-child(2) {
    width: 743px;
    margin-bottom: 79px;
    margin-left: 78px;
  }
  .section-top-message .list-item:nth-child(3) {
    width: 850px;
    margin-left: 170px;
  }
  .section-top-message .list-item::after {
    content: "";
    position: absolute;
    top: 368px;
    right: -88px;
    width: 237px;
    height: 276px;
    background: url("../img/top/message_img_02.png") center/contain no-repeat;
  }
  .section-top-message .item-title {
    margin-bottom: 10px;
    padding-left: 115px;
    font-size: 0.32rem;
    line-height: 1.5625;
  }
  .section-top-message .item-title::before {
    top: -41px;
    left: 2px;
  }
  .section-top-message .title-number {
    bottom: -5px;
    left: -3px;
    margin-right: 9px;
    font-size: 1.08rem;
    letter-spacing: -0.07em;
    line-height: 1;
  }
  .section-top-message .title-number::before {
    z-index: -1;
    left: 7px;
    width: 93px;
    height: 93px;
  }
  .is-tablet .section-top-message .title-number::before {
    bottom: -20px;
    width: 110px;
  }
  .is-mac .section-top-message .title-number::before {
    bottom: -20px;
    width: 108px;
  }
  .section-top-message .item-description {
    padding-left: 9px;
    font-size: 0.21rem;
    line-height: 1.7619047619;
  }
  .section-top-message .message-information {
    padding: 0 100px;
  }
}
@media print {
  .section-top-message .list-item:nth-child(2) {
    page-break-before: always;
  }
  .section-top-message .list-item::after {
    top: 500px;
    right: -90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-message {
    padding-bottom: 0.36rem;
  }
  .section-top-message .wrapper {
    padding-right: 0.9rem;
  }
  .section-top-message .title-common-primary {
    margin-bottom: 0.74rem;
  }
  .section-top-message .message-introduction {
    margin-bottom: 0.56rem;
  }
  .section-top-message .introduction-image {
    position: relative;
    right: 0.07rem;
    width: 5.66rem;
    height: 6.57rem;
    margin-bottom: -0.06rem;
  }
  .section-top-message .introduction-image img {
    position: absolute;
    top: -0.39rem;
    left: 0.39rem;
  }
  .section-top-message .content-title {
    margin-bottom: 0.36rem;
    font-size: 0.31rem;
    line-height: 1.2;
  }
  .section-top-message .content-title .title-main {
    display: block;
    margin-bottom: 0.07rem;
    padding-left: 0.09rem;
  }
  .section-top-message .content-title .title-highlight {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.11rem 0.17rem 0.09rem 0.26rem;
  }
  .section-top-message .content-title .title-large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.37rem;
  }
  .section-top-message .content-title .title-small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.3rem;
  }
  .section-top-message .content-subtile {
    margin-right: -0.05rem;
    margin-bottom: 0.2rem;
    font-size: 0.33rem;
    line-height: 1.3888888889;
  }
  .section-top-message .content-subtile::before {
    left: 0;
    -webkit-transform: translateY(calc(-50% - 0.02rem));
    -ms-transform: translateY(calc(-50% - 0.02rem));
    transform: translateY(calc(-50% - 0.02rem));
  }
  .section-top-message .content-description {
    font-size: 0.29rem;
    letter-spacing: 0.137em;
    line-height: 1.7931034483;
  }
  .section-top-message .information-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.35rem;
    padding: 0 0 0 0.63rem;
    font-size: 0.33rem;
    line-height: 1.7272727273;
  }
  .section-top-message .information-title .title-main {
    position: relative;
    padding-right: 0.22rem;
  }
  .section-top-message .information-title .title-highlight {
    padding: 1px 0.15rem 0 0.19rem;
    border-top: 0.03rem solid #ffb67a;
    border-right: 0.03rem solid #ffb67a;
    border-bottom: 0.03rem solid #ffb67a;
  }
  .is-ios .section-top-message .information-title .title-highlight {
    padding-bottom: 1px;
  }
  .section-top-message .information-list {
    padding: 1px 0 20px;
  }
  .section-top-message .list-item {
    margin-bottom: 0.54rem;
  }
  .section-top-message .list-item:last-child {
    margin-bottom: 0;
  }
  .section-top-message .list-item:last-child .item-description {
    letter-spacing: 0.123em;
  }
  .section-top-message .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 1.08rem;
    margin-bottom: 0.25rem;
    padding-left: 1.26rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .section-top-message .item-title::before {
    top: 0.16rem;
    left: 0;
  }
  .is-ios .section-top-message .item-title::before {
    top: 0.18rem;
  }
  .is-android .section-top-message .item-title::before {
    top: 0.2rem;
  }
  .section-top-message .title-number {
    position: absolute;
    top: 0.08rem;
    left: -0.06rem;
    margin-right: 0.16rem;
    font-size: 1.08rem;
    letter-spacing: -0.08em;
    line-height: 1;
  }
  .section-top-message .title-number::before {
    z-index: -1;
    top: 0.64rem;
    left: 0.06rem;
    width: 0.93rem;
    height: 0.26rem;
  }
  .is-android .section-top-message .title-number::before {
    top: unset;
    bottom: 0.06rem;
  }
  .is-ios .section-top-message .title-number::before {
    top: unset;
    bottom: 0.14rem;
  }
  .section-top-message .item-description {
    font-size: 0.29rem;
    line-height: 1.7931034483;
  }
  .section-top-message .item-image {
    position: relative;
    left: 0.05rem;
    width: 2.37rem;
    height: 2.76rem;
    margin-top: 0.15rem;
    margin-left: 0.68rem;
    float: right;
    shape-outside: circle(43%);
    clip-path: circle(68%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.section-top-personnel .title-common-primary {
  background-color: #92b2d4;
}
.section-top-personnel .content-position {
  color: #92b2d4;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.section-top-personnel .content-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #92b2d4;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.section-top-personnel .content-subtile {
  position: relative;
  color: #92b2d4;
  font-weight: 700;
  letter-spacing: 0.155em;
}
.section-top-personnel .content-subtile::before {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/top/top_icn_02.svg") center/contain no-repeat;
}
.section-top-personnel .information-title {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #92b2d4;
  font-weight: 700;
  letter-spacing: 0.175em;
}
.section-top-personnel .information-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  background-color: #92b2d4;
}
.section-top-personnel .information-description {
  letter-spacing: 0.14em;
  text-align: justify;
}
.section-top-personnel .personnel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-personnel .item-content {
  background-color: #fff9f0;
}
.section-top-personnel .content-title {
  color: #92b2d4;
  font-weight: 700;
  letter-spacing: 0.135em;
}
.section-top-personnel .content-subtitle {
  background-color: #fff;
  color: #92b2d4;
  font-weight: 700;
  letter-spacing: 0.135em;
  text-align: center;
}
.section-top-personnel .content-description {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: justify;
}
.section-top-personnel .information-image {
  overflow: hidden;
  border-radius: 12px;
}
.section-top-personnel .information-manager {
  overflow: hidden;
  border-radius: 0.13rem;
}
@media print, (min-width: 768px) {
  .section-top-personnel {
    padding-bottom: 19px;
  }
  .section-top-personnel .title-common-primary {
    margin-bottom: 101px;
  }
  .section-top-personnel .title-english {
    padding-right: 5px;
  }
  .section-top-personnel .title-japanese {
    padding-left: 73px;
  }
  .section-top-personnel .primary-title {
    padding: 35px 0 39px;
  }
  .section-top-personnel .wrapper.has-padding {
    padding: 0 100px;
  }
  .section-top-personnel .personnel-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-top-personnel .introduction-image {
    position: absolute;
    top: -18px;
    left: -105px;
    width: 460px;
    height: 466px;
  }
  .section-top-personnel .introduction-content {
    width: 591px;
  }
  .section-top-personnel .content-position {
    margin-bottom: 7px;
    font-size: 0.21rem;
    line-height: 1.4285714286;
  }
  .section-top-personnel .content-name {
    margin-bottom: 22px;
    padding: 1px 5px 0 6px;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  html.is-tablet .section-top-personnel .content-name {
    padding: 0 5px 1px 6px;
  }
  .section-top-personnel .content-subtile {
    margin-bottom: 35px;
    padding-left: 40px;
    font-size: 0.34rem;
    line-height: 1.3823529412;
  }
  .is-mac .section-top-personnel .content-subtile, .is-firefox .section-top-personnel .content-subtile {
    font-size: 0.32rem;
  }
  .section-top-personnel .content-subtile::before {
    top: 2px;
    left: 4px;
    width: 24px;
    height: 41px;
  }
  .is-tablet .section-top-personnel .content-subtile::before {
    top: 3px;
  }
  .section-top-personnel .content-information {
    margin-bottom: 48px;
  }
  .section-top-personnel .content-information.has-image {
    position: relative;
    width: 595px;
    margin-bottom: 69px;
  }
  .section-top-personnel .information-title {
    margin-bottom: 2px;
    font-size: 0.28rem;
    line-height: 1.2857142857;
  }
  .section-top-personnel .information-title.has-large-margin {
    margin-bottom: 13px;
  }
  .section-top-personnel .information-title::after {
    bottom: 8px;
    height: 2px;
    margin-left: 13px;
  }
  .section-top-personnel .information-manager {
    position: absolute;
    top: 46px;
    right: -405px;
    width: 346px;
    height: 215px;
  }
  .section-top-personnel .information-description {
    letter-spacing: 0.123em;
  }
  .is-tablet .section-top-personnel .information-description {
    letter-spacing: 0.1em;
  }
  .is-mac .section-top-personnel .information-description {
    letter-spacing: 0.11em;
  }
  .section-top-personnel .personnel-list {
    width: calc(100% - 60px);
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 13px 0 20px;
  }
  .section-top-personnel .item-content {
    margin-bottom: 52px;
    padding: 53px 95px 30px;
  }
  .section-top-personnel .content-title {
    margin-bottom: 7px;
    font-size: 0.42rem;
    line-height: 1.3571428571;
    text-align: center;
  }
  .section-top-personnel .content-subtitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 15px;
    padding: 7px 27px 6px;
    font-size: 0.26rem;
    line-height: 1.2;
  }
  .is-tablet .section-top-personnel .content-subtitle {
    padding: 7px 10px 6px;
  }
  .is-mac .section-top-personnel .content-subtitle {
    padding: 8px 10px 4px;
  }
  .is-firefox .section-top-personnel .content-subtitle {
    padding: 8px 10px 4px;
  }
  .section-top-personnel .content-description {
    font-size: 0.22rem;
    line-height: 1.6818181818;
  }
  .section-top-personnel .item-information {
    margin-bottom: 35px;
  }
  .section-top-personnel .item-information.has-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 56px;
    margin-bottom: 58px;
  }
  .section-top-personnel .item-information.has-image .information-content {
    padding-top: 2px;
  }
  .section-top-personnel .list-item {
    margin-bottom: 110px;
  }
  .section-top-personnel .information-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 346px;
    height: 215px;
    margin-right: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-personnel {
    padding-bottom: 0.19rem;
  }
  .section-top-personnel .wrapper {
    padding-right: 0.9rem;
  }
  .section-top-personnel .title-common-primary {
    margin-bottom: 0.67rem;
  }
  .section-top-personnel .introduction-image {
    position: relative;
    left: 0.04rem;
    width: 5.95rem;
    height: 6.25rem;
    margin-bottom: 0.34rem;
  }
  .section-top-personnel .content-position {
    margin-bottom: 0.07rem;
    font-size: 0.31rem;
    line-height: 1.1935483871;
  }
  .section-top-personnel .content-name {
    margin-bottom: 0.39rem;
    padding: 0.15rem 0.32rem 0.1rem 0.25rem;
    font-size: 0.37rem;
    line-height: 1.0810810811;
  }
  .section-top-personnel .content-name .title-highlight {
    display: block;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .section-top-personnel .content-subtile {
    margin-bottom: 0.24rem;
    padding-left: 0.4rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .section-top-personnel .content-subtile::before {
    top: 0;
    left: 0.04rem;
    width: 0.24rem;
    height: 0.41rem;
  }
  .section-top-personnel .content-information {
    margin-bottom: 0.48rem;
  }
  .section-top-personnel .information-title {
    margin-bottom: 0.02rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .section-top-personnel .information-title.has-large-margin {
    margin-bottom: 0.13rem;
  }
  .section-top-personnel .information-title::after {
    bottom: 0.12rem;
    height: 2px;
    margin-left: 0.13rem;
  }
  .section-top-personnel .information-manager {
    position: relative;
    left: -0.3rem;
    width: 6.92rem;
    height: 4.3rem;
    margin: 0.1rem auto 0.1rem;
  }
  .section-top-personnel .information-description {
    letter-spacing: 0.123em;
  }
  .section-top-personnel .information-description.has-small-spacing {
    letter-spacing: 0.11em;
  }
  .is-ios .section-top-personnel .information-description.has-margin {
    letter-spacing: 0.1em;
  }
  .section-top-personnel .personnel-list {
    padding: 0.37rem 0 0.1rem;
  }
  .section-top-personnel .item-content {
    margin-bottom: 0.76rem;
    padding: 0.65rem 0.6rem 0.76rem;
  }
  .section-top-personnel .content-title {
    margin-bottom: 0.44rem;
    font-size: 0.52rem;
    line-height: 1.25;
    text-align: center;
  }
  .section-top-personnel .content-subtitle {
    margin-bottom: 0.42rem;
    padding: 0.31rem 0.36rem 0.3rem;
    font-size: 0.36rem;
    line-height: 1.3611111111;
  }
  .section-top-personnel .content-description {
    font-size: 0.29rem;
    line-height: 1.7931034483;
    padding-right: 0.3rem;
  }
  .section-top-personnel .content-description.has-margin {
    letter-spacing: 0.1em;
  }
  .is-ios .section-top-personnel .content-description.has-margin {
    letter-spacing: 0.08em;
  }
  .section-top-personnel .item-information {
    margin-bottom: 0.4rem;
    padding: 0 0.9rem 0 0.6rem;
  }
  .section-top-personnel .item-information.has-margin {
    margin-bottom: 0;
  }
  .section-top-personnel .list-item {
    margin-bottom: 1.1rem;
  }
  .section-top-personnel .list-item:last-child {
    margin-bottom: 0;
  }
  .section-top-personnel .information-image {
    width: 6.3rem;
    height: 3.9rem;
    margin: 0 auto 0.6rem;
  }
}
/*# sourceMappingURL=top.css.map */
