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

.keyvisual-common-secondary {
  width: 100%;
}
@media print, (min-width: 768px) {
  .keyvisual-common-secondary {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-secondary {
    height: 5.18rem;
  }
}

.keyvisual-common-primary {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.keyvisual-common-primary .keyvisual-wrapper {
  background-color: #fff;
}
.keyvisual-common-primary .content-title {
  color: #ffb67a;
  letter-spacing: 0.215em;
}
.keyvisual-common-primary .content-subtitle {
  border: solid #ffb67a;
}
.keyvisual-common-primary .subtitle-text {
  color: #534741;
  font-weight: 600;
  letter-spacing: 0.235em;
}
.keyvisual-common-primary .content-detail {
  font-weight: 700;
  letter-spacing: 0.075em;
}
.keyvisual-common-primary .content-detail .detail-text {
  background-color: #ffb67a;
  color: #fff;
}
.keyvisual-common-primary .content-detail .detail-text:last-child {
  margin-bottom: 0;
}
.keyvisual-common-primary .keyvisual-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.keyvisual-common-primary .slider-swiper {
  height: 100%;
}
.keyvisual-common-primary .detail-title {
  letter-spacing: 0.075em;
}
.keyvisual-common-primary .slider-slide {
  width: 100% !important;
}
.keyvisual-common-primary .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.keyvisual-common-primary .item-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.keyvisual-common-primary .item-detail {
  width: 100%;
  background-color: rgba(255, 182, 122, 0.83);
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.keyvisual-common-primary .detail-title {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}
.keyvisual-common-primary .detail-subtitle {
  margin-bottom: 0;
}
.keyvisual-common-primary .swiper-button-prev,
.keyvisual-common-primary .swiper-button-next {
  content: "";
  display: block;
}
.keyvisual-common-primary .swiper-button-prev::after,
.keyvisual-common-primary .swiper-button-next::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.keyvisual-common-primary .swiper-button-prev::after {
  top: 0;
  left: 0;
  background: url("../img/common/slider_icn_left.svg") center/contain no-repeat;
}
.keyvisual-common-primary .swiper-button-next::after {
  top: 0;
  right: 0;
  background: url("../img/common/slider_icn_right.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .keyvisual-common-primary {
    background: url("../img/common/keyvisual_decoration_01.png") center/cover no-repeat;
  }
  .keyvisual-common-primary .content-title {
    position: relative;
    left: 7px;
    margin: 0 -10px 48px;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
    line-height: 1.32;
  }
  .is-firefox .keyvisual-common-primary .content-title, .is-tablet .keyvisual-common-primary .content-title {
    font-size: 0.48rem;
  }
  .keyvisual-common-primary .content-subtitle {
    margin-bottom: 31px;
    padding: 31px 5px 23px;
    border-width: 2px 0;
  }
  .keyvisual-common-primary .subtitle-text {
    margin-bottom: 0;
    font-size: 0.31rem;
    line-height: 1.4516129032;
  }
  .keyvisual-common-primary .content-detail {
    font-size: 0.25rem;
    line-height: 1.72;
  }
  .keyvisual-common-primary .content-detail .detail-text {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 22px;
  }
  .keyvisual-common-primary .content-detail .detail-text:last-child {
    padding-right: 25px;
  }
  .keyvisual-common-primary .keyvisual-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .keyvisual-common-primary .keyvisual-content {
    width: 493px;
    min-height: 600px;
    padding: 67px 40px 75px 49px;
  }
  .keyvisual-common-primary .keyvivisual-slider {
    max-width: 706px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .keyvisual-common-primary .slider-item {
    width: 100%;
  }
  .keyvisual-common-primary .item-detail {
    margin: 324px 0 60px;
    padding: 21px 20px 0;
  }
  .keyvisual-common-primary .detail-title {
    padding: 1px 0 4px;
    font-size: 0.35rem;
    line-height: 1.2571428571;
  }
  .keyvisual-common-primary .detail-subtitle {
    padding: 4px 0 0;
    font-size: 0.27rem;
    line-height: 1.9285714286;
  }
  .is-mac .keyvisual-common-primary .detail-subtitle {
    padding-top: 2px;
  }
  .is-tablet .keyvisual-common-primary .detail-subtitle {
    padding-top: 3px;
  }
  .keyvisual-common-primary .swiper-button-prev {
    top: calc(50% + 11px);
    left: 55px;
  }
  .keyvisual-common-primary .swiper-button-next {
    top: calc(50% + 11px);
    right: 55px;
  }
  .keyvisual-common-primary .swiper-button-prev::after,
  .keyvisual-common-primary .swiper-button-next::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-primary .wrapper {
    padding: 0;
  }
  .keyvisual-common-primary .content-title {
    margin-bottom: 0.3rem;
    margin: 0 0 0.3rem;
    padding: 0 0.8rem;
    font-size: 0.7rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .is-ios .keyvisual-common-primary .content-title {
    font-size: 0.67rem;
  }
  .keyvisual-common-primary .content-subtitle {
    margin: 0 0.8rem 0.43rem;
    padding: 0.4rem 0 0;
    border-width: 0.02rem 0 0;
  }
  .keyvisual-common-primary .subtitle-text {
    margin-bottom: 0;
    font-size: 0.41rem;
    line-height: 1.4634146341;
  }
  .keyvisual-common-primary .content-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0.02rem;
    font-size: 0.3rem;
    line-height: 1.65;
  }
  .keyvisual-common-primary .content-detail .detail-text:first-child {
    padding: 0.04rem 0.16rem 0 1.01rem;
  }
  .is-ios .keyvisual-common-primary .content-detail .detail-text:first-child {
    padding: 0.03rem 0.16rem 0 1.01rem;
  }
  .is-android .keyvisual-common-primary .content-detail .detail-text:first-child {
    padding-top: 0.02rem;
  }
  .keyvisual-common-primary .content-detail .detail-text:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.04rem 0.25rem 0 0.17rem;
    background-color: #ccc;
  }
  .is-android .keyvisual-common-primary .content-detail .detail-text:last-child {
    padding-top: 0.02rem;
  }
  .is-ios .keyvisual-common-primary .content-detail .detail-text:first-child {
    padding: 0.02rem 0.16rem 0.01rem 1.01rem;
  }
  .is-ios .keyvisual-common-primary .content-detail .detail-text:last-child {
    padding: 0.02rem 0.25rem 0.01rem 0.17rem;
  }
  .keyvisual-common-primary .keyvisual-content {
    width: 100%;
    padding: 0.58rem 0 0;
  }
  .keyvisual-common-primary .keyvivisual-slider {
    height: 6.9rem;
    margin-top: -1px;
  }
  .keyvisual-common-primary .slider-item {
    width: 100%;
  }
  .keyvisual-common-primary .item-detail {
    margin: 0.23rem 0.22rem;
    padding: 0.21rem 0.44rem 0;
  }
  .keyvisual-common-primary .detail-title {
    padding: 0.22rem 0 0.38rem;
    font-size: 0.4rem;
    line-height: 1.375;
  }
  .keyvisual-common-primary .detail-title.has-small-padding {
    padding: 0;
  }
  .keyvisual-common-primary .detail-subtitle {
    padding: 0.05rem 0.2rem 0.03rem;
    font-size: 0.27rem;
    line-height: 1.5;
  }
  .is-ios .keyvisual-common-primary .detail-subtitle {
    padding: 0.05rem 0.2rem 0.03rem;
  }
  .is-android .keyvisual-common-primary .detail-subtitle {
    padding: 0.03rem 0.2rem;
  }
  .keyvisual-common-primary .swiper-button-prev {
    top: calc(50% + 0.14rem);
    left: 0.19rem;
  }
  .keyvisual-common-primary .swiper-button-next {
    top: calc(50% + 0.14rem);
    right: 0.3rem;
  }
  .keyvisual-common-primary .swiper-button-prev::after,
  .keyvisual-common-primary .swiper-button-next::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.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-education .title-common-primary {
  background-color: #d4cb9b;
}
.section-education .information-label {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  background: #ffedef;
  border-radius: 0.05rem;
  display: inline-block;
  min-width: 2.72rem;
  color: #333;
}
.section-education .information-label .text-small {
  font-size: 0.19rem;
  letter-spacing: 0.14em;
  position: relative;
  top: -0.02rem;
}
.section-education .information-description {
  letter-spacing: 0.12em;
}
.section-education .information-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-education .information-item {
  border: 0.02rem solid #ffe0f6;
  border-radius: 0.05rem;
  overflow: hidden;
}
.section-education .information-item-title {
  letter-spacing: 0.2em;
  margin-bottom: 0.22rem;
  background: #ffedef;
  text-align: center;
  color: #333;
}
.section-education .information-item-title .text-small {
  font-size: 0.19rem;
  letter-spacing: 0.14em;
  position: relative;
  top: -0.02rem;
}
.section-education .information-item-image {
  width: 2.42rem;
  margin: 0 auto;
}
.section-education .information-item-image.is-modify {
  position: relative;
}
.section-education .information-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-education .information-sub-item:last-child {
  margin-bottom: 0;
}
.section-education .sub-item-image {
  border-radius: 0.51rem;
  overflow: hidden;
  position: relative;
}
@media print, (min-width: 768px) {
  .section-education .education-information {
    padding-top: 84px;
  }
  .section-education .education-information .wrapper {
    max-width: 1102px;
  }
  .section-education .information-label {
    font-size: 0.26rem;
    min-height: 53px;
    padding: 10px 48px 4px;
  }
  .is-firefox .section-education .information-label, .is-mac .section-education .information-label {
    padding-top: 8px;
  }
  .section-education .information-head {
    margin-bottom: 55px;
  }
  .section-education .information-description {
    font-size: 0.22rem;
    line-height: 1.6704545455;
    margin-top: 16px;
    margin-left: 18px;
  }
  .section-education .information-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 31px;
  }
  .section-education .information-item {
    width: calc((100% - 74px) / 3);
    margin: 0 37px 30px 0;
    min-height: 190px;
  }
  .section-education .information-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-education .information-item-title {
    font-size: 0.26rem;
    min-height: 51px;
    padding: 2px 0;
  }
  .is-firefox .section-education .information-item-title {
    padding-top: 4px;
  }
  .section-education .information-item-image.is-modify {
    top: 10px;
    left: -2px;
  }
  .section-education .information-sub-item {
    margin-bottom: 38px;
  }
  .section-education .information-sub-item .information-label {
    margin-bottom: 15px;
  }
  .section-education .information-sub-item.has-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-education .information-sub-item.has-image .sub-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
  }
  .section-education .sub-item-description {
    margin-left: 20px;
  }
  .section-education .sub-item-image {
    width: 267px;
    height: 151px;
    top: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-education .education-information {
    padding-top: 0.8rem;
  }
  .section-education .information-description {
    margin-top: 0.2rem;
    padding-right: 0.3rem;
  }
  .section-education .information-label,
  .section-education .information-item-title {
    font-size: 0.32rem;
  }
  .section-education .information-label .text-small,
  .section-education .information-item-title .text-small {
    font-size: 0.23rem;
  }
  .section-education .information-label {
    padding: 0.15rem 0.1rem;
  }
  .is-ios .section-education .information-label {
    padding-top: 0.18rem;
    padding-bottom: 0.12rem;
  }
  .section-education .information-item-title {
    min-height: 0.8rem;
    padding: 0.13rem 0.05rem 0.1rem;
  }
  .is-android .section-education .information-item-title {
    padding-top: 0.1rem;
  }
  .section-education .information-head {
    margin-bottom: 0.55rem;
  }
  .section-education .information-list {
    margin-bottom: 0.6rem;
  }
  .section-education .information-item {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .section-education .information-item:last-child {
    margin-bottom: 0;
  }
  .section-education .information-item-image {
    width: 4.84rem;
  }
  .section-education .information-item-image.is-modify {
    top: 0.46rem;
  }
  .section-education .information-sub-item {
    margin-bottom: 0.5rem;
  }
  .section-education .information-sub-item .information-label {
    margin-bottom: 0.2rem;
  }
  .section-education .sub-item-description {
    padding-right: 0.3rem;
  }
  .section-education .sub-item-image {
    margin-top: 0.3rem;
    height: 3.56rem;
  }
}

.section-education-flow .flow-list,
.section-education-flow .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-education-flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-education-flow .list-item {
  position: relative;
}
.section-education-flow .list-item:last-child {
  margin-bottom: 0;
}
.section-education-flow .item-content {
  border-radius: 0.05rem;
  background-color: #fff;
}
.section-education-flow .item-title {
  display: inline-block;
  text-align: center;
  background-color: #7386a7;
  border-radius: 0.05rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 0.5rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
}
.section-education-flow .item-title .title-content {
  display: block;
}
.section-education-flow .content-description {
  letter-spacing: 0.12em;
}
.section-education-flow .flow-image {
  position: relative;
  width: 12.01rem;
  height: 4.12rem;
}
.section-education-flow .flow-title {
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7386a7;
  font-size: 0.35rem;
  letter-spacing: 0.2em;
}
.section-education-flow .flow-title::before {
  position: absolute;
  content: "";
  background: url("../img/education/flow_icn_01.svg") center/cover no-repeat;
  width: 0.38rem;
  height: 0.32rem;
}
.section-education-flow .flow-title::after {
  position: absolute;
  content: "";
  background: url("../img/education/flow_icn_01.svg") center/cover no-repeat;
  width: 0.38rem;
  height: 0.32rem;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media print, (min-width: 768px) {
  .section-education-flow {
    padding-top: 88px;
  }
  .section-education-flow .flow-list {
    width: 1200px;
    margin: 0 auto;
    gap: 24px;
  }
  .section-education-flow .list-item {
    max-width: 563px;
    margin-bottom: -6px;
  }
  .section-education-flow .item-title {
    left: 50px;
    font-size: 0.26rem;
    line-height: 1.1;
  }
  .section-education-flow .item-title .title-content {
    padding: 12px 45px 9px;
  }
  .section-education-flow .item-content {
    margin-left: 73px;
    padding: 27px 36px 0 59px;
    width: 490px;
    min-height: 161px;
  }
  .section-education-flow .item-content.is-modify {
    padding-right: 30px;
  }
  .section-education-flow .content-description {
    font-size: 0.23rem;
    line-height: 1.6086956522;
    margin-bottom: 1px;
  }
  .section-education-flow .content-description .dot {
    position: relative;
  }
  .is-mac .section-education-flow .content-description .dot {
    top: -2px;
  }
  .section-education-flow .content-description:last-child {
    margin-bottom: 0;
  }
  .section-education-flow .flow-title {
    padding-left: 141px;
    padding-right: 60px;
    font-size: 0.37rem;
    margin-bottom: 16px;
  }
  .section-education-flow .flow-title::before {
    top: 15px;
    left: 66px;
  }
  .section-education-flow .flow-title::after {
    top: 15px;
    right: 0;
  }
  .section-education-flow .flow-image-wrapper {
    position: unset !important;
    overflow: visible !important;
  }
  .section-education-flow .flow-image {
    top: -86px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-education-flow {
    padding-top: 0.8rem;
  }
  .section-education-flow .list-item {
    margin: 0 auto 0.2rem;
    width: 6rem;
  }
  .section-education-flow .item-title {
    left: -0.28rem;
    font-size: 0.32rem;
  }
  .section-education-flow .item-title .title-content {
    padding: 0.12rem 0.4rem 0.09rem;
  }
  .is-android .section-education-flow .item-title .title-content {
    padding-top: 0.08rem;
  }
  .section-education-flow .item-content {
    margin: 0 auto;
    padding: 0.3rem 0.3rem 0 0.3rem;
    width: 6rem;
    min-height: 1.61rem;
  }
  .section-education-flow .content-description {
    font-size: 0.29rem;
  }
  .section-education-flow .content-description:last-child {
    margin-bottom: 0;
  }
  .section-education-flow .flow-title {
    padding-left: 0.5rem;
    padding-right: 0.44rem;
    font-size: 0.45rem;
  }
  .section-education-flow .flow-title::before {
    top: 0.22rem;
    left: 0;
  }
  .section-education-flow .flow-title::after {
    top: 0.22rem;
    right: 0;
  }
}

.section-education-rank .image-gallery img {
  border-radius: 0.67rem;
}
.section-education-rank .gallery-caption {
  display: block;
  letter-spacing: 0.12em;
  text-align: center;
}
.section-education-rank .rank-image {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .section-education-rank {
    padding-bottom: 87px;
  }
  .section-education-rank .rank-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
  }
  .section-education-rank .wrapper {
    max-width: 1100px;
  }
  .section-education-rank .image-gallery img {
    width: 350px;
    height: 197px;
  }
  .section-education-rank .gallery-caption {
    margin-top: 25px;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-education-rank {
    padding: 0.8rem 0;
    overflow: hidden;
  }
  .section-education-rank .image-gallery {
    margin-bottom: 0.7rem;
  }
  .section-education-rank .image-gallery:last-child {
    margin-bottom: 0;
  }
  .section-education-rank .image-gallery img {
    width: 6.3rem;
    height: 3.54rem;
  }
  .section-education-rank .gallery-caption {
    margin-top: 0.1rem;
    font-size: 0.38rem;
  }
}
/*# sourceMappingURL=education.css.map */
