@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,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.container {
  overflow: hidden;
  background-color: #fff;
}

.eJOY__extension_ai_adv_root_class .container {
  display: none !important;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-helvetica {
  font-family: Helvetica, sans-serif;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.font-outfit {
  font-family: Outfit, sans-serif;
}

.first-view {
  transition: opacity 0.26s;
  opacity: 0;
}

.wf-active .first-view {
  opacity: 1;
}

.pointer-none {
  pointer-events: none;
}

.is-relative {
  position: relative;
}

.is-flex {
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  main {
    padding-top: 80px;
  }

  body {
    color: #363646;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 1.7647058824;
  }

  .container {
    min-width: 1340px;
  }

  .wrapper {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }

  html::-webkit-scrollbar {
    display: none;
  }

  main {
    padding-top: 0.52rem;
  }

  .has-menu {
    position: fixed;
    left: 0;
    width: 100%;
  }

  body {
    color: #222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.875;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }

  .md {
    display: none !important;
  }
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

header .wrapper {
  width: unset;
}

header .header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

header .header-content .header-logo {
  margin-bottom: 0;
}

header .header-content .logo-link {
  display: block;
}

.header-navigation {
  z-index: 101;
}

.navigation-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navigation-menu > li a {
  display: block;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1340px;
  }

  header .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1536px;
    min-height: 80px;
    padding: 0 22px;
  }

  header .header-content {
    margin-right: 32px;
  }

  header .header-logo {
    margin-right: 13px;
  }

  header .logo-link {
    width: 80px;
  }

  .header-navigation {
    display: block !important;
    -ms-flex: 1;
    flex: 1;
    height: auto !important;
    opacity: 1 !important;
  }

  .navigation-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
    padding-right: 49px;
  }

  .navigation-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
    font-size: 0.16rem;
    letter-spacing: 0.048em;
  }

  .navigation-menu > li {
    position: relative;
    margin: 6px 28px 0;
  }

  .navigation-menu .menu-title {
    color: #000;
    letter-spacing: 0.024em;
  }
}

@media only screen and (max-width: 767.98px) {
  header .wrapper {
    width: 100%;
    padding: 0;
  }

  header .header-inner {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 100;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 0.52rem;
    padding: 0 0.52rem 0 0.15rem;
  }

  header .header-content {
    margin-right: 0.32rem;
  }

  header .header-content .header-logo {
    margin-right: 0.09rem;
  }

  header .header-content .logo-link {
    width: 0.6rem;
  }

  header .header-button-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.52rem;
    height: 0.52rem;
    background-color: #efeff4;
  }

  header .header-button-contact .button-image {
    display: block;
    width: 0.26rem;
  }

  .header-navigation {
    display: none;
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 0.52rem;
  }

  .is-android .header-navigation {
    height: 100vh !important;
  }

  .navigation-group {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: background-color 0.3s ease;
    background-color: #f5f6f7;
  }

  .navigation-group::before {
    content: "";
    position: absolute;
    top: -0.33rem;
    right: 0;
    width: 2.35rem;
    height: 4.06rem;
    background: url("../img/common/sp/bgr_keyvisual.png") center/contain no-repeat;
  }

  .is-android .navigation-group {
    padding-bottom: 0.1rem;
  }

  .navigation-menu {
    position: relative;
    padding: 0.53rem 0.37rem 0.2rem;
    font-size: 0.16rem;
    letter-spacing: 0.025em;
  }

  .navigation-menu > li:not(:last-child) {
    margin-bottom: 0.25rem;
  }

  .navigation-menu > li {
    position: relative;
    transition: margin 0.4s ease;
  }

  .navigation-menu > li::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.04rem;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
  }

  .navigation-menu > li.is-active {
    margin-bottom: 0.25rem;
  }

  .navigation-menu .menu-title {
    opacity: 1;
    color: #363646;
    font-size: 0.17rem;
    letter-spacing: 0.072em;
  }

  .navigation-menu .button-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0.27rem;
    cursor: pointer;
  }

  .navigation-menu .button-sub-menu::before,
  .navigation-menu .button-sub-menu::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 0.02rem;
    width: 0.11rem;
    height: 0.01rem;
    border-bottom: 0.02rem solid #222;
  }

  .navigation-menu .button-sub-menu::before {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navigation-menu .button-sub-menu::after {
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.4s ease;
  }

  .navigation-menu .button-sub-menu.is-open::after {
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  .sub-menu {
    display: none;
    margin-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0;
    font-size: 0.14rem;
    list-style: none;
  }

  .sub-menu li {
    position: relative;
  }

  .sub-menu li a {
    color: #222;
    font-size: 0.14rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .sub-menu li a .text-small {
    margin-left: -0.06rem;
    font-size: 0.12rem;
    letter-spacing: 0.072em;
  }

  .sub-menu > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }

  .sub-menu .button-sub-menu::before {
    width: 0;
    height: 0;
    border-width: 0.2rem 0.1rem 0;
    border-style: solid;
    border-color: #000 transparent transparent;
    background: transparent;
  }

  .sub-menu .button-sub-menu::after {
    display: none;
  }

  .sub-menu .button-sub-menu.is-open::before {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .button-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.52rem;
    height: 0.52rem;
    transition: background-color 0.4s ease;
    background-color: #363646;
    cursor: pointer;
  }

  .button-menu span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.15rem;
    height: 1px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    border-bottom: 1px solid #fff;
  }

  .button-menu span:nth-child(1) {
    top: 0.19rem;
  }

  .button-menu span:nth-child(2) {
    top: 0.26rem;
  }

  .button-menu span:nth-child(3) {
    top: 0.33rem;
  }

  .button-menu.is-active {
    background-color: #3e3e3e;
  }

  .button-menu.is-active span:nth-of-type(1) {
    width: 0.18rem;
    -ms-transform: translate(-50%, 0.07rem) rotate(-45deg);
    transform: translate(-50%, 0.07rem) rotate(-45deg);
  }

  .button-menu.is-active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }

  .button-menu.is-active span:nth-of-type(3) {
    width: 0.18rem;
    -ms-transform: translate(-50%, -0.07rem) rotate(45deg);
    transform: translate(-50%, -0.07rem) rotate(45deg);
  }

  .group-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .group-link a {
    display: inline-block;
  }

  .group-link .link-contact {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    min-height: 0.56rem;
    margin: 0 auto 0.31rem;
    padding: 0.1rem 0.1rem 0.1rem 0.41rem;
    border-radius: 0.08rem;
    background-color: #252531;
    color: #fff;
    font-size: 0.14rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .group-link .link-contact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.18rem;
    width: 0.26rem;
    height: 0.26rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/sp/icn_mail_01.png") center/contain no-repeat;
  }

  .group-link .link-instagram {
    width: 0.34rem;
    margin: 0 auto 0.1rem;
  }

  .group-link .link-privacy {
    margin: 0 auto;
    color: #363646;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
}

@media print {
  header {
    position: absolute;
  }
}

.section-common-scroll {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 1340px;
  pointer-events: none;
}

.button-fixed-wrap {
  position: fixed;
  z-index: 2;
  right: 30px;
  bottom: 34px;
  pointer-events: auto;
}

.button-fixed {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  padding: 16px 10px 20px;
  transition: border-color 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  border: 1px solid #82828e;
  border-radius: 50%;
  background-color: #252531;
  color: #fff;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.65;
  text-align: center;
}

.button-fixed::before,
.button-fixed::after {
  content: "";
  position: absolute;
  top: 59px;
  left: 33px;
  width: 33px;
  height: 22px;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.button-fixed::before {
  opacity: 1;
  background: url("../img/common/icn_contact.svg") center/contain no-repeat;
}

.button-fixed::after {
  opacity: 0;
  background: url("../img/common/icn_contact_01.svg") center/contain no-repeat;
}

.button-fixed .button-text {
  display: block;
}

.button-fixed:hover {
  border-color: #464650;
  opacity: 1;
  background-color: #fff;
  color: #ff5d07;
}

.button-fixed:hover::before {
  opacity: 0;
}

.button-fixed:hover::after {
  opacity: 1;
}

footer {
  position: relative;
  background-color: #efeff4;
  color: #303138;
}

footer .footer-logo .logo-link {
  display: block;
}

footer .navigation-list {
  padding-left: 0;
  list-style: none;
}

footer .navigation-list li a {
  font-weight: bold;
  line-height: 1.5;
}

footer .footer-info {
  letter-spacing: 0.02em;
}

footer .info-name,
footer .info-address {
  display: block;
  color: #303138;
}

footer .footer-small {
  display: block;
  text-align: center;
}

.footer-link a {
  font-size: 0.16rem;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.footer-link .link-privacy {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.footer-link .link-instagram {
  display: block;
}

@media print, (min-width: 768px) {
  footer {
    padding-top: 78px;
    padding-bottom: 28px;
  }

  footer .wrapper {
    max-width: 1292px;
  }

  footer .footer-logo {
    margin-bottom: -13px;
  }

  footer .footer-logo .logo-link {
    width: 80px;
  }

  footer .footer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 175px;
  }

  footer .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  footer .navigation-list li {
    max-height: 40px;
    margin-bottom: 20px;
  }

  footer .navigation-list li:not(:first-child) {
    margin-left: 53px;
  }

  footer .navigation-list li a {
    display: block;
    color: #000;
    font-size: 0.16rem;
    letter-spacing: 0.024em;
  }

  footer .footer-info {
    width: 430px;
    padding-top: 75px;
    letter-spacing: 0.02em;
  }

  footer .info-name {
    margin-bottom: 4px;
  }

  footer .info-address {
    margin-bottom: 20px;
  }

  footer .footer-small {
    font-size: 0.14rem;
    font-weight: 300;
    letter-spacing: 0.1em;
  }

  .footer-link a {
    color: #303138;
  }

  .footer-link .link-privacy {
    margin-bottom: 27px;
  }

  .footer-link .link-instagram {
    width: 38px;
  }
}

@media only screen and (max-width: 767.98px) {
  footer {
    padding-top: 0.79rem;
    padding-bottom: 0.31rem;
  }

  footer .wrapper {
    padding-left: 0.4rem;
  }

  footer .footer-logo {
    margin-bottom: 0.36rem;
  }

  footer .footer-logo .logo-link {
    width: 0.8rem;
  }

  footer .footer-wrap {
    padding-bottom: 0.68rem;
  }

  footer .navigation-list {
    margin-bottom: 0.34rem;
  }

  footer .navigation-list li a {
    color: #363646;
  }

  footer .navigation-list li:not(:last-child) {
    margin-bottom: 0.1rem;
  }

  footer .navigation-list li:not(:last-child) a {
    display: inline-block;
    font-size: 0.16rem;
  }

  footer .footer-info {
    letter-spacing: 0.02em;
  }

  footer .info-name {
    margin-bottom: 0.11rem;
    font-weight: 400;
  }

  footer .info-address {
    margin-bottom: 0.09rem;
    font-weight: 400;
    line-height: 1.75;
  }

  footer .footer-small {
    font-size: 0.12rem;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .footer-link a {
    color: #363646;
  }

  .footer-link .link-instagram {
    display: block;
    width: 0.32rem;
  }

  .footer-link .link-privacy {
    margin-bottom: 0.26rem;
  }
}

.button-top {
  z-index: 100;
  width: 0.9rem;
  height: 1rem;
  cursor: pointer;
}

.button-top span {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff url(../img/common/btn_top.png) no-repeat center/100% auto;
  text-indent: -999px;
}

.button-top .button-text {
  color: #252531;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff, 0 -1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;
}

@media print, (min-width: 768px) {
  .button-top {
    position: absolute;
    z-index: 100;
    right: 34px;
    bottom: 160px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: auto;
  }

  .button-top:hover {
    opacity: 0.8;
  }
}

.section-keyvisual-common .wrapper {
  position: relative;
}

.section-keyvisual-common .wrapper::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .section-keyvisual-common {
    padding-top: 124px;
    padding-bottom: 64px;
  }

  .section-keyvisual-common.is-blog .wrapper::before {
    top: -237px;
    right: -243px;
    width: 783px;
    height: 919px;
    background: url(../img/common/bgr_keyvisual_01.png) center/contain no-repeat;
  }

  .section-keyvisual-common .wrapper::before {
    top: -287px;
    right: -248px;
    width: 811px;
    height: 953px;
    background: url("../img/common/bgr_keyvisual.png") center/contain no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-keyvisual-common {
    padding-top: 0.48rem;
    padding-bottom: 0.78rem;
  }

  .section-keyvisual-common .wrapper::before {
    top: -1.22rem;
    right: 0;
    width: 2.35rem;
    height: 4.06rem;
    background: url("../img/common/sp/bgr_keyvisual.png") center/contain no-repeat;
  }
}

.keyvisual-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 0 auto;
  padding-left: 0;
  list-style: none;
}

.keyvisual-link > li {
  position: relative;
}

.keyvisual-link > li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.14rem;
  height: 0.08rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background 0.3s ease, transform 0.3s ease;
}

.keyvisual-link > li:hover::before {
  -ms-transform: translateY(calc(-50% + 4px));
  transform: translateY(calc(-50% + 4px));
  background: url("../img/common/icn_arrow_down_01.svg") center/contain no-repeat;
}

.keyvisual-link .link-admissions {
  display: block;
  position: relative;
  color: #222;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.keyvisual-link .link-admissions::before,
.keyvisual-link .link-admissions::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
}

.keyvisual-link .link-admissions::before {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}

.keyvisual-link .link-admissions::after {
  transition: width 0.3s ease;
  border-bottom: 1px solid #ff6f05;
}

@media print, (min-width: 768px) {
  .keyvisual-link {
    position: absolute;
    top: -126px;
    right: 28px;
    max-width: 1000px;
  }

  .keyvisual-link > li {
    margin: 0 0 0 73px;
  }

  .keyvisual-link > li::before {
    background: url("../img/common/icn_arrow_down.svg") center/contain no-repeat;
  }

  .keyvisual-link .link-admissions {
    padding: 0 28px 0 0;
    font-size: 0.17rem;
  }

  .keyvisual-link .link-admissions:hover::after {
    width: 100%;
  }

  .keyvisual-link .link-admissions::before,
  .keyvisual-link .link-admissions::after {
    bottom: -1px;
  }

  .keyvisual-link .link-admissions::after {
    width: 16px;
  }
}

.breadcrumb-common {
  color: #222;
}

.breadcrumb-common.is-light {
  background-color: #fff;
}

.breadcrumb-common .breadcrumb-wrapper {
  margin: 0;
  padding: 0;
}

.breadcrumb-common .breadcrumb-item,
.breadcrumb-common .item-wrapper {
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}

.breadcrumb-common .breadcrumb-item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
}

.breadcrumb-common .item-wrapper {
  color: #222;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 2.1428571429;
  }

  .breadcrumb-common.is-default {
    background-color: #f8f8fa;
  }

  .breadcrumb-common .wrapper {
    width: 100%;
    max-width: 1536px;
    padding-left: 40px;
  }

  .breadcrumb-common .breadcrumb-wrapper {
    max-width: 876px;
  }

  .breadcrumb-common .breadcrumb-item:not(:last-child)::after {
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.16rem 0 0.08rem;
    font-size: 0.11rem;
    font-weight: 400;
  }

  .breadcrumb-common .breadcrumb-wrapper {
    line-height: 1.5;
  }

  .breadcrumb-common .wrapper {
    padding: 0 0.15rem 0 0.2rem;
  }

  .breadcrumb-common .breadcrumb-item:not(:last-child)::after {
    margin: 0 -1px;
  }
}

.block-common-contact .wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.banner-common-contact .banner-wrap {
  position: relative;
  overflow: hidden;
  background-color: #252531;
  color: #fff;
}

.banner-common-contact .banner-content {
  position: relative;
  z-index: 1;
  background-color: #252531;
}

.banner-common-contact .banner-content::before {
  content: "CONTACT";
  position: absolute;
  color: #566076;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  writing-mode: vertical-rl;
  mix-blend-mode: multiply;
}

.banner-common-contact .banner-title {
  font-weight: bold;
  line-height: 1.2;
}

.banner-common-contact .banner-text p:last-child {
  margin-bottom: 0;
}

.banner-common-contact .inner-tel {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.banner-common-contact .inner-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icn_phone.svg") center/contain no-repeat;
}

.banner-common-contact .inner-time {
  display: block;
  letter-spacing: 0.024em;
  line-height: 1.2;
}

.banner-common-contact .banner-image {
  mix-blend-mode: overlay;
}

@media print, (min-width: 768px) {
  .block-common-contact .button-common-primary {
    margin-bottom: 100px;
  }

  .banner-common-contact {
    position: relative;
    margin-bottom: 208px;
  }

  .banner-common-contact .banner-link {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .banner-common-contact .banner-link:hover::before {
    -ms-transform: scaleX(0.984) scaleY(0.98);
    transform: scaleX(0.984) scaleY(0.98);
    border-radius: 44px;
  }

  .is-firefox .banner-common-contact .banner-link:hover::before {
    -ms-transform: none;
    transform: none;
    border-width: 30px !important;
    border-radius: 50px;
  }

  .banner-common-contact .banner-link:hover ~ .banner-wrap .banner-content::after {
    -ms-transform: translate(-155px, 155px);
    transform: translate(-155px, 155px);
  }

  .banner-common-contact .banner-link::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    transition: all 0.4s ease;
    border: 20px solid #fff;
    background: transparent;
    pointer-events: none;
  }

  .banner-common-contact .banner-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    transition: border-radius 0.4s ease, border-width 0.4s ease;
    pointer-events: none;
  }

  .banner-common-contact .banner-content {
    -ms-flex: 1;
    flex: 1;
    padding: 75px 50px 40px 120px;
  }

  .banner-common-contact .banner-content::before {
    z-index: -1;
    top: 13px;
    left: -8px;
    transition: color 0.4s ease;
    font-size: 0.78rem;
  }

  .banner-common-contact .banner-content::after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    width: 310px;
    height: 310px;
    -ms-transform: translate(-310px, 310px);
    transform: translate(-310px, 310px);
    transition: transform 0.26s ease;
    border-radius: 50%;
    background-color: #ff762e;
    filter: blur(30px);
  }

  .banner-common-contact .banner-title {
    margin-bottom: 13px;
    font-size: 0.4rem;
    letter-spacing: 0.1em;
  }

  .banner-common-contact .banner-text {
    margin-bottom: 46px;
  }

  .banner-common-contact .banner-inner {
    z-index: 1;
    bottom: 75px;
    left: 120px;
  }

  .banner-common-contact .inner-tel {
    margin-bottom: 6px;
    padding-left: 32px;
  }

  .banner-common-contact .inner-tel::before {
    left: 0;
    width: 25px;
    height: 25px;
  }

  .banner-common-contact .inner-time {
    padding-left: 3px;
    font-size: 0.14rem;
  }

  .banner-common-contact .banner-image {
    width: 346px;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-common-contact {
    padding-top: 1.2rem;
  }

  .block-common-contact.is-light {
    background-color: #fff;
  }

  .block-common-contact .wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .block-common-contact .button-common-primary {
    margin-bottom: 0.8rem;
  }

  .banner-common-contact .banner-link {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    min-height: 0.56rem;
    margin: 0 auto;
    padding: 0.1rem 0.1rem 0.12rem 0.41rem;
    border-radius: 0.08rem;
    background-color: #ff5d07;
    color: #fff;
    font-size: 0.14rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
  }

  .banner-common-contact .banner-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 0.26rem;
    height: 0.26rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/sp/icn_mail_01.png) center/contain no-repeat;
  }

  .banner-common-contact .banner-content {
    padding: 0.73rem 0.47rem 0.64rem;
  }

  .banner-common-contact .banner-content::before {
    top: 0.25rem;
    left: -0.13rem;
    font-size: 0.72rem;
  }

  .banner-common-contact .banner-title {
    margin-bottom: 0.23rem;
    font-size: 0.24rem;
    letter-spacing: 0.072em;
    text-align: center;
  }

  .banner-common-contact .banner-text {
    position: relative;
    margin-bottom: 0.37rem;
  }

  .banner-common-contact .banner-inner {
    position: absolute;
    z-index: 3;
    bottom: -1.34rem;
    left: 0.79rem;
    width: 2.4rem;
  }

  .banner-common-contact .inner-tel {
    margin: 0 0 0.08rem 0.32rem;
  }

  .banner-common-contact .inner-tel::before {
    left: -0.3rem;
    width: 0.22rem;
    height: 0.22rem;
    pointer-events: none;
  }

  .banner-common-contact .inner-time {
    padding-left: 0.14rem;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
    font-size: 0.12rem;
    font-weight: 500;
  }

  .banner-common-contact .banner-image {
    width: 100%;
  }
}

.button-common-primary {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.button-common-primary.is-light .button-text::after {
  background-color: #fff;
}

.button-common-primary.is-light:hover .button-text {
  color: #363646;
}

.button-common-primary.is-light:hover .button-arrow {
  background: url("../img/common/icn_arrow_01.svg") center/contain no-repeat;
}

.button-common-primary.is-reverse .button-text {
  text-align: center;
}

.button-common-primary.is-reverse .button-text::after {
  right: 0;
  left: unset;
}

.button-common-primary.is-reverse .button-arrow {
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: left 0.26s ease;
}

.button-common-primary:hover .button-text::after {
  width: 100%;
}

.button-common-primary .button-text {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.26s ease;
  background-color: #303138;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.button-common-primary .button-text::before,
.button-common-primary .button-text::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}

.button-common-primary .button-text::before {
  z-index: -2;
  right: 0;
  width: 100%;
  background-color: #303138;
}

.button-common-primary .button-text::after {
  z-index: -1;
  left: 0;
  width: 0;
  transition: width 0.26s ease;
  background-color: #ff5d07;
}

.button-common-primary .button-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 0.24rem;
  height: 0.14rem;
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  transition: right 0.26s ease, background 0.26s ease;
  background: url("../img/common/icn_arrow_left.svg") center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .button-common-primary.is-reverse .button-arrow {
    right: unset;
    left: 31px;
  }

  .button-common-primary.is-reverse:hover .button-arrow {
    right: unset;
    left: 27px;
  }

  .button-common-primary:hover .button-arrow {
    right: 27px;
  }

  .button-common-primary .button-text {
    min-width: 344px;
    min-height: 64px;
    padding: 16px 32px 10px;
    font-size: 0.2rem;
  }

  .button-common-primary .button-arrow {
    right: 31px;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-reverse .button-arrow {
    right: unset;
    left: 0.22rem;
  }

  .button-common-primary .button-text {
    min-width: 2.4rem;
    min-height: 0.64rem;
    padding: 0.16rem 0.24rem 0.1rem;
    background-color: #252531;
    font-size: 0.16rem;
  }

  .button-common-primary .button-text::before {
    background-color: #252531;
  }

  .button-common-primary .button-arrow {
    right: 0.22rem;
  }
}

.button-common-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  cursor: pointer;
}

.button-common-secondary.is-send {
  border-radius: 0.1rem;
  background-color: #363646;
  color: #fff;
  letter-spacing: 0.024em;
}

.button-common-secondary.is-back {
  border: 1px solid #b5b5b5;
  border-radius: 1rem;
  background-color: #f7f7f7;
  color: #363646;
}

@media print, (min-width: 768px) {
  .button-common-secondary.is-send {
    width: 340px;
    min-height: 83px;
    margin-bottom: 56px;
    padding: 12px 10px;
    font-size: 0.24rem;
    line-height: 1.3333333333;
  }

  .button-common-secondary.is-back {
    width: 186px;
    min-height: 71px;
    padding: 10px;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    padding: 0.05rem;
  }

  .button-common-secondary.is-send {
    width: 2.5rem;
    min-height: 0.62rem;
    margin-bottom: 0.4rem;
    padding-bottom: 0.08rem;
    border-radius: 0.08rem;
    font-size: 0.18rem;
  }

  .section-form-entry .button-common-secondary.is-send {
    width: 100%;
    min-height: 0.55rem;
    border-radius: 0.04rem;
  }

  .button-common-secondary.is-back {
    width: 1.37rem;
    min-height: 0.52rem;
    padding-bottom: 0.08rem;
    font-size: 0.15rem;
    letter-spacing: 0.1em;
  }
}

.title-common-primary {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2;
}

.title-common-primary span {
  display: block;
}

.title-common-primary .title-english {
  position: relative;
  font-family: Roboto, sans-serif;
}

.title-common-primary .title-english::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.24rem;
  height: 0.11rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff5d07;
}

@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    margin-bottom: 6px;
    padding-left: 32px;
    color: #303138;
    font-size: 0.2rem;
    letter-spacing: 0;
  }

  .title-common-primary .title-english::before {
    top: 50%;
  }

  .title-common-primary .title-japanese {
    color: #252531;
    font-size: 0.56rem;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    margin-bottom: 0.07rem;
    padding-left: 0.32rem;
    color: #363646;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
  }

  .title-common-primary .title-english::before {
    top: 42%;
  }

  .title-common-primary .title-japanese {
    color: #363646;
    font-size: 0.28rem;
    letter-spacing: 0.072em;
  }
}

.title-common-secondary {
  font-weight: bold;
}

.title-common-secondary .title-english {
  display: block;
  color: #ff5d07;
  font-family: Roboto, sans-serif;
}

@media print, (min-width: 768px) {
  .title-common-secondary.is-small .title-english {
    margin-bottom: -8px;
  }

  .title-common-secondary.is-small .title-japanese {
    font-size: 0.3rem;
  }

  .title-common-secondary .title-english {
    font-size: 0.17rem;
    letter-spacing: 0;
  }

  .title-common-secondary .title-japanese {
    color: #303138;
    font-size: 0.32rem;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-english {
    margin-bottom: -0.18rem;
    font-size: 0.12rem;
    letter-spacing: 0.024em;
  }

  .title-common-secondary .title-japanese {
    font-size: 0.2rem;
    letter-spacing: 0.11em;
  }
}

.title-common-tertiary .title-english {
  display: block;
  color: #ff5d07;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .title-common-tertiary .title-english {
    font-size: 0.17rem;
  }

  .title-common-tertiary .title-japanese {
    font-size: 0.3rem;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-tertiary .title-english {
    margin-bottom: -1px;
    font-size: 0.12rem;
  }

  .title-common-tertiary .title-japanese {
    display: inline-block;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.list-common-blog {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.list-common-blog.list-secondary .blog-item {
  display: -ms-flexbox;
  display: flex;
}

.list-common-blog.list-primary .item-image {
  margin-bottom: 0.11rem;
}

.list-common-blog .blog-item {
  display: block;
  color: #363646;
}

.list-common-blog .item-title {
  display: -webkit-box;
  overflow: hidden;
  color: #222;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.6666666667;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-common-blog .item-info {
  color: #707070;
  font-weight: bold;
}

.list-common-blog .item-date {
  display: block;
  margin-bottom: -0.07rem;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
}

.list-common-blog .item-category {
  font-size: 0.14rem;
  letter-spacing: 0.02em;
}

@media print, (min-width: 768px) {
  .list-common-blog .item-image {
    width: 368px;
    height: 240px;
  }

  .list-common-blog .item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }

  .list-common-blog .item-title {
    margin-bottom: 11px;
  }

  .list-common-blog .item-text {
    margin-bottom: 17px;
  }

  .list-common-blog.list-primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
  }

  .list-common-blog.list-primary > li {
    width: 33.3333333333%;
    margin-bottom: 80px;
    padding: 0 40px;
  }

  .list-common-blog.list-secondary > li {
    margin-bottom: 41px;
  }

  .list-common-blog.list-secondary .item-content {
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 0 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-blog .item-title {
    margin-bottom: 0.13rem;
  }

  .list-common-blog.list-primary > li {
    margin-bottom: 0.72rem;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  }

  .list-common-blog.list-primary .item-image {
    width: 3.27rem;
    height: 2.13rem;
  }

  .list-common-blog.list-secondary {
    margin-bottom: 0;
  }

  .list-common-blog.list-secondary > li {
    margin-bottom: 0.24rem;
  }

  .list-common-blog.list-secondary .item-image {
    width: 1.59rem;
    height: 1.04rem;
    margin-bottom: 0;
  }

  .list-common-blog.list-secondary .item-title {
    margin-bottom: 0.06rem;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .list-common-blog.list-secondary .item-content {
    -ms-flex: 1;
    flex: 1;
    padding: 0.04rem 0 0 0.12rem;
  }

  .list-common-blog.list-secondary .item-info {
    padding-left: 0.02rem;
    letter-spacing: 0.1em;
  }

  .list-common-blog.list-secondary .item-date {
    margin-bottom: 0;
    font-family: Helvetica, sans-serif;
  }

  .list-common-blog.list-secondary .item-category {
    display: inline-block;
    font-size: 0.12rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}

.list-common-study {
  padding-left: 0;
  list-style: none;
}

.list-common-study .study-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.list-common-study .study-item:hover::before {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
}

.list-common-study .study-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -1px;
  transition: transform 0.26s ease, -webkit-clip-path 0.26s ease;
  transition: transform 0.26s ease, clip-path 0.26s ease;
  background-color: #303138;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.list-common-study .study-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/common/icn_arrow.svg) no-repeat center center/0.23rem, #ff5d07;
}

.list-common-study .study-content {
  background-color: #fff;
}

.list-common-study .study-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.list-common-study .study-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.list-common-study .study-category {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-common-study .category-item {
  position: relative;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.list-common-study .category-item span {
  display: inline-block;
}

.list-common-study .category-title {
  position: relative;
  font-weight: bold;
}

.list-common-study .category-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #efeff4;
}

.list-common-study .study-link {
  position: absolute;
  color: #000;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .list-common-study {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 44px 72px;
  }

  .list-common-study > li {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 12px;
  }

  .list-common-study .study-item {
    height: 100%;
  }

  .list-common-study .study-item::before {
    width: 30px;
    height: 30px;
  }

  .list-common-study .study-item::after {
    width: 56px;
    height: 56px;
  }

  .list-common-study .study-image {
    width: 368px;
    height: 240px;
  }

  .list-common-study .study-content {
    height: 100%;
    padding: 55px 24px 58px;
    line-height: 2;
  }

  .list-common-study .study-title {
    margin-bottom: 6px;
    color: #303138;
    font-size: 0.2rem;
    letter-spacing: 0.08em;
  }

  .list-common-study .study-text {
    display: -webkit-box;
    margin-bottom: 46px;
    overflow: hidden;
    color: #000;
    font-size: 0.16rem;
    font-weight: 500;
    letter-spacing: 0.024em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .list-common-study .study-text p:last-child {
    margin-bottom: 0;
  }

  .list-common-study .category-item {
    margin-bottom: 5px;
    color: #363646;
  }

  .list-common-study .category-title {
    margin-right: 11px;
  }

  .list-common-study .category-title::after {
    right: -4px;
    height: 14px;
  }

  .list-common-study .category-detail {
    font-weight: 500;
  }

  .list-common-study .study-link {
    right: 64px;
    bottom: 14px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-study {
    margin-bottom: 0;
  }

  .list-common-study > li:not(:last-child) {
    margin-bottom: 0.24rem;
  }

  .list-common-study .study-item::before {
    width: 0.17rem;
    height: 0.17rem;
  }

  .list-common-study .study-item::after {
    width: 0.4rem;
    height: 0.4rem;
  }

  .list-common-study .study-image {
    width: 100%;
    height: 2.13rem;
  }

  .list-common-study .study-content {
    padding: 0.21rem 0.23rem 0.61rem;
  }

  .list-common-study .study-title {
    margin-bottom: 0.15rem;
    color: #222;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }

  .list-common-study .category-item {
    margin-bottom: 0.05rem;
    color: #222;
  }

  .list-common-study .category-title {
    margin-right: 0.09rem;
  }

  .list-common-study .category-title::after {
    right: -0.04rem;
    height: 0.14rem;
  }

  .list-common-study .category-detail {
    font-weight: 400;
  }

  .list-common-study .study-link {
    right: 0.48rem;
    bottom: 0.08rem;
    font-weight: 500;
  }
}

.post-content {
  color: #363646;
  line-height: 1.7647058824;
  overflow-wrap: break-word;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .post-content {
    word-break: break-all;
  }
}

.post-content img {
  margin-bottom: 1em;
}

.post-content blockquote {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  background: #f8f1e5;
}

.post-content blockquote p {
  margin-bottom: 1em;
}

.post-content blockquote p:last-child {
  margin-bottom: 0;
}

.post-content blockquote::before,
.post-content blockquote::after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}

.post-content blockquote::before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}

.post-content blockquote::after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}

.post-content ul,
.post-content ol {
  margin-bottom: 1.5em;
}

.post-content ol {
  list-style: decimal;
}

.post-content ol:last-child {
  margin-bottom: 0;
}

.post-content ul {
  padding-left: 0;
  list-style: none;
}

.post-content ul:last-child {
  margin-bottom: 0;
}

.post-content ul > li {
  position: relative;
  text-indent: 1em;
}

.post-content ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-bottom: 0.1rem;
  line-height: 1.5;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content b,
.post-content strong {
  font-weight: bold;
}

.post-content h2 {
  font-size: 0.24rem;
}

.post-content h3 {
  font-size: 0.22rem;
}

.post-content h4 {
  font-size: 0.2rem;
}

.post-content h5 {
  font-size: 0.18rem;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.post-content i,
.post-content em {
  font-style: italic;
}

.post-content a {
  color: inherit;
  text-decoration: underline;
}

.post-content a:hover {
  text-decoration: none;
}

.post-content .alignleft,
.post-content .alignright,
.post-content .aligncenter {
  display: block;
}

.post-content .aligncenter,
.post-content .alignright {
  margin-left: auto;
}

.post-content .alignleft,
.post-content .aligncenter {
  margin-right: auto;
}

.post-content .alignright {
  margin-right: 0;
}

.post-content .alignleft {
  margin-left: 0;
}

.post-content table {
  border-width: 1px;
}

.post-content tbody,
.post-content thead,
.post-content tr,
.post-content th,
.post-content td {
  border-color: inherit;
}

.post-content th,
.post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}

.post-content figure,
.post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}

@media print, (min-width: 768px) {
  .post-content {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
    font-size: 0.16rem;
    font-weight: 500;
    letter-spacing: 0.024em;
    line-height: 2;
  }

  .post-content p {
    margin-bottom: 32px;
  }

  .post-content p > img {
    margin-bottom: 4px;
  }

  .post-content p + div {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.875;
  }

  .post-content p {
    margin-bottom: 0.3rem;
  }

  .post-content p + div {
    margin-top: 0.32rem;
  }
}

@media print, (min-width: 768px) {
  .section-keyvisual-common .title-common-primary .title-english {
    font-family: Helvetica, sans-serif;
  }
}

.section-service-all .service-list {
  position: relative;
  padding-left: 0;
  list-style-type: none;
}

.section-service-all .service-item:hover .content-more::before {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
}

.section-service-all .content-title {
  font-weight: 700;
}

.section-service-all .title-icon {
  display: inline-block;
  position: relative;
}

.section-service-all .title-icon img {
  display: inline-block;
}

.section-service-all .title-note {
  position: relative;
  font-size: 0.12rem;
}

.section-service-all .content-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section-service-all .content-description p {
  margin-bottom: 0;
}

.section-service-all .content-more {
  display: block;
  position: relative;
  color: #000;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
}

.section-service-all .content-more::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.section-service-all .content-more::before {
  content: "";
  display: inline-block;
  position: absolute;
  transition: transform 0.26s ease, -webkit-clip-path 0.26s ease;
  transition: transform 0.26s ease, clip-path 0.26s ease;
  background-color: #303138;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media print, (min-width: 768px) {
  .section-service-all {
    margin-bottom: 53px;
  }

  .section-service-all .title-common-secondary {
    margin-bottom: 26px;
  }

  .section-service-all .title-common-secondary .title-english {
    font-family: Helvetica, sans-serif;
  }

  .section-service-all .service-list {
    margin: 0 auto;
    padding: 84px 0 85px 1px;
    border-radius: 23px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  }

  .section-service-all .service-list > li {
    padding: 0 156px 12px;
  }

  .section-service-all .service-list > li:not(:last-child) {
    margin-bottom: 44px;
  }

  .section-service-all .service-item {
    display: -ms-flexbox;
    display: flex;
  }

  .section-service-all .item-image {
    width: 371px;
    height: 249px;
    margin-right: 100px;
  }

  .section-service-all .item-content {
    -ms-flex: 1;
    flex: 1;
    padding-top: 49px;
    color: #303138;
  }

  .section-service-all .content-title {
    margin-bottom: 10px;
    padding-left: 4px;
    font-size: 0.2rem;
  }

  .section-service-all .title-icon {
    top: -4px;
    width: 56px;
  }

  .section-service-all .content-description {
    width: 433px;
    margin-bottom: 16px;
    font-size: 0.17rem;
  }

  .section-service-all .content-more {
    margin-right: 16px;
  }

  .section-service-all .content-more::before {
    z-index: 2;
    top: 11px;
    right: -63px;
    width: 29px;
    height: 29px;
  }

  .section-service-all .content-more::after {
    top: -16px;
    right: -63px;
    width: 56px;
    height: 56px;
    background: url("../img/common/icn_arrow.svg") no-repeat center center/23px, #ff5d07;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-service-all {
    margin-bottom: 0.7rem;
  }

  .section-service-all .title-common-secondary {
    margin-bottom: -0.04rem;
  }

  .section-service-all .service-list li {
    margin-bottom: 0.39rem;
    padding-top: 0.52rem;
  }

  .section-service-all .item-content {
    color: #222;
  }

  .section-service-all .item-image {
    width: 100%;
    height: 2.2rem;
    margin-bottom: 0.22rem;
  }

  .section-service-all .content-title {
    margin: 0 0 0.07rem -0.2rem;
    font-size: 0.16rem;
  }

  .section-service-all .title-icon {
    top: 0.03rem;
    left: 0.18rem;
    width: 0.44rem;
  }

  .section-service-all .title-text {
    padding-left: 0.23rem;
  }

  .section-service-all .title-note {
    display: block;
    top: -0.17rem;
    left: 0.61rem;
    letter-spacing: 0.1em;
  }

  .section-service-all .content-description {
    margin: 0 0 0.24rem 0.06rem;
    font-size: 0.16rem;
  }

  .section-service-all .content-more {
    margin-right: 0.55rem;
  }

  .section-service-all .content-more::before {
    z-index: 2;
    top: 0.14rem;
    right: -0.56rem;
    width: 0.24rem;
    height: 0.24rem;
  }

  .section-service-all .content-more::after {
    top: -0.1rem;
    right: -0.56rem;
    width: 0.48rem;
    height: 0.48rem;
    background: url("../img/common/icn_arrow.svg") no-repeat center center/24px, #ff5d07;
  }
}

.section-service-contract .contract-list {
  padding-left: 0;
  list-style-type: none;
}

.section-service-contract .contract-item:nth-child(2n) {
  background-color: #f8f8fa;
}

.section-service-contract .content-title {
  font-weight: 700;
}

.section-service-contract .content-title::before {
  content: "";
  display: inline-block;
  position: relative;
}

.section-service-contract .content-title.is-blue::before {
  background: #19599a;
}

.section-service-contract .content-description p {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-service-contract {
    padding-top: 100px;
    padding-bottom: 114px;
  }

  .section-service-contract .title-common-secondary {
    margin-bottom: 51px;
  }

  .section-service-contract .contract-list {
    margin-right: -14px;
  }

  .section-service-contract .contract-item {
    margin-bottom: 65px;
  }

  .section-service-contract .contract-item:nth-child(2n) {
    margin-bottom: 80px !important;
    padding: 50px 0 49px;
  }

  .section-service-contract .contract-item .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-service-contract .contract-content {
    width: 564px;
    margin-left: -7px;
    padding-top: 67px;
  }

  .section-service-contract .content-title {
    margin-bottom: 0;
    padding-left: 16px;
    font-size: 0.25rem;
    letter-spacing: 0.08em;
  }

  .section-service-contract .content-title::before {
    top: -2px;
    left: -16px;
    width: 16px;
    height: 16px;
  }

  .section-service-contract .content-title.is-orange::before {
    background: #ff5d07;
  }

  .section-service-contract .content-title.is-black::before {
    background: #363646;
  }

  .section-service-contract .content-description {
    color: #303138;
    font-size: 0.17rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-service-contract {
    padding-top: 0.58rem;
  }

  .section-service-contract .contract-list > li:not(:last-child) {
    margin-bottom: 0.55rem;
  }

  .section-service-contract .contract-item:nth-child(2n) {
    margin-bottom: 0.52rem !important;
    padding: 0.6rem 0 0.72rem;
  }

  .section-service-contract .contract-image {
    width: 3.35rem;
    margin-left: -0.04rem;
  }

  .section-service-contract .contract-content {
    margin-bottom: 0.13rem;
  }

  .section-service-contract .content-title {
    margin-bottom: 0.16rem;
    padding-left: 0.08rem;
    color: #363646;
    font-size: 0.2rem;
  }

  .section-service-contract .content-title::before {
    top: -0.03rem;
    left: -0.08rem;
    width: 0.1rem;
    height: 0.1rem;
  }

  .section-service-contract .content-title.is-orange::before {
    background: #ff6f05;
  }

  .section-service-contract .content-title.is-black::before {
    background: #000;
  }

  .section-service-contract .content-description {
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-japanese {
    letter-spacing: 0.072em;
  }
}

.section-service-intro {
  position: relative;
}

.section-service-intro .wrapper {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-service-intro {
    min-height: 735px;
    padding-top: 86px;
    padding-bottom: 200px;
    background-color: #f8f8fa;
  }

  .section-service-intro .title-common-primary .title-english {
    font-family: Helvetica, sans-serif;
  }

  .section-service-intro .wrapper {
    padding-top: 137px;
  }

  .section-service-intro .keyvisual-link {
    position: absolute;
    top: unset;
    right: unset;
    bottom: 101px;
    left: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1340px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-service-intro .keyvisual-link > li:first-child {
    margin-left: 0;
  }

  .section-service-intro .keyvisual-link > li:not(:first-child) {
    margin: 0 0 0 82px;
  }

  .section-service-intro .keyvisual-link .link-admissions {
    padding-right: 32px;
  }

  .section-service-intro .title-common-primary {
    margin-bottom: 13px;
  }

  .section-service-intro .title-common-primary .title-english {
    margin-bottom: 21px;
  }

  .section-service-intro .title-common-primary .title-japanese {
    font-size: 40px;
    letter-spacing: 0.08em;
  }

  .section-service-intro .intro-info {
    width: 666px;
  }

  .section-service-intro .info-text {
    color: #303138;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
    line-height: 1.7647058824;
  }

  .section-service-intro .intro-image {
    position: absolute;
    top: 0;
    right: -118px;
    width: 632px;
    height: 424px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-service-intro {
    padding-top: 0.45rem;
    padding-bottom: 0.32rem;
  }

  .section-service-intro .keyvisual-link {
    display: block;
    margin: 0.24rem 0.24rem 0;
    padding: 0.37rem 0.68rem 0.41rem;
    border-radius: 0.1rem;
    background-color: #f8f8fa;
  }

  .section-service-intro .keyvisual-link > li::before {
    top: 52%;
    right: 0.02rem;
    background: url("../img/common/icn_arrow_down.svg") center/contain no-repeat;
  }

  .section-service-intro .keyvisual-link > li:not(:last-child) {
    margin-bottom: 0.22rem;
  }

  .section-service-intro .keyvisual-link .link-admissions {
    font-weight: 500;
  }

  .section-service-intro .keyvisual-link .link-admissions::before {
    top: unset;
    bottom: -1px;
    border-color: #fff;
  }

  .section-service-intro .title-common-primary {
    margin-bottom: 0.77rem;
  }

  .section-service-intro .title-common-primary .title-english {
    margin-bottom: 0.04rem;
  }

  .section-service-intro .title-common-primary .title-english::before {
    top: 50%;
  }

  .section-service-intro .title-common-primary .title-japanese {
    line-height: 1.4285714286;
  }

  .section-service-intro .info-text {
    margin-bottom: 0.13rem;
    color: #222;
  }

  .section-service-intro .info-text p:last-child {
    margin-bottom: 0;
  }

  .section-service-intro .intro-image {
    width: 100%;
    height: 2.19rem;
  }
}

.service-feature {
  background-color: #363646;
  color: #fff;
}

.service-feature .title-english,
.service-feature .title-japanese {
  color: #fff;
}

.service-feature .feature-description p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .service-feature {
    padding: 153px 0 151px 47px;
  }

  .service-feature .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-feature .title-common-primary {
    margin-right: 158px;
  }

  .service-feature .title-common-primary .title-english {
    margin-bottom: 14px;
    font-family: Helvetica, sans-serif;
  }

  .service-feature .title-common-primary .title-japanese {
    font-size: 0.32rem;
    letter-spacing: 0.1em;
  }

  .service-feature .feature-description {
    width: 896px;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-feature {
    padding: 0.72rem 0 0.61rem;
  }

  .service-feature .title-common-primary {
    margin-right: 0;
    margin-bottom: 0.39rem;
    text-align: center;
  }

  .service-feature .title-common-primary .title-english {
    margin-bottom: 0.06rem;
  }

  .service-feature .title-common-primary .title-english::before {
    left: 1.18rem;
  }

  .service-feature .title-common-primary::before {
    left: 1.18rem;
  }

  .service-feature .title-japanese {
    font-size: 0.2rem;
  }
}

.service-article .article-detail p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .service-article {
    padding: 92px 0 35px;
  }

  .service-article .service-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -70px;
  }

  .service-article .article-column {
    -ms-flex: 1;
    flex: 1;
    min-width: 44.4620253165%;
    margin-bottom: 40px;
    padding: 0 70px;
  }

  .service-article .title-common-secondary {
    margin-bottom: 13px;
  }

  .service-article .article-detail {
    color: #303138;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
    line-height: 1.7647058824;
  }

  .service-article .article-detail p {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-article {
    padding-top: 0.52rem;
  }

  .service-article .article-column:not(:last-child) {
    margin-bottom: 0.35rem;
  }

  .service-article .title-common-secondary {
    margin-bottom: 0.04rem;
  }

  .service-article .title-common-secondary .title-english {
    margin-bottom: -0.16rem;
  }

  .service-article .article-detail p {
    margin-bottom: 0.12rem;
  }
}

.service-point p:last-child {
  margin-bottom: 0;
}

.service-point .point-list {
  padding-left: 0;
  list-style-type: none;
}

.service-point .point-number {
  position: relative;
  color: #efeff4;
  font-family: Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.service-point .point-title {
  color: #ff5d07;
}

.service-point .point-detail p:last-child {
  margin-bottom: 0;
}

.service-point .button-common-primary::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right 0.26s ease, background 0.26s ease;
  background: url("../img/service/icn_mail_service.svg") center/contain no-repeat;
}

.service-point .button-text {
  border-radius: 0.08rem;
}

.service-point .button-text::before,
.service-point .button-text::after {
  border-radius: 0.08rem;
}

@media print, (min-width: 768px) {
  .service-point {
    margin-bottom: 160px;
    padding-top: 45px;
  }

  .service-point .title-common-secondary {
    margin-bottom: 18px;
  }

  .service-point .point-list {
    margin-bottom: 122px;
  }

  .service-point .point-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 43px 28px 38px;
    box-shadow: rgba(47, 47, 47, 0.08) 0 0 25px;
  }

  .service-point .point-item:not(:last-child) {
    margin-bottom: 26px;
  }

  .service-point .point-number {
    top: -6px;
    width: 98px;
    margin-right: 23px;
    letter-spacing: 0.04em;
  }

  .service-point .point-content {
    width: 968px;
  }

  .service-point .point-title {
    margin-bottom: 8px;
    font-size: 0.24rem;
    letter-spacing: 0.08em;
  }

  .service-point .point-detail {
    color: #000;
  }

  .service-point .button-text {
    min-width: 480px;
    min-height: 100px;
    padding: 29px 50px 10px 126px;
    font-size: 0.25rem;
  }

  .service-point .button-common-primary::before {
    left: 58px;
    width: 47px;
    height: 35px;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-point {
    padding-top: 0.5rem;
    padding-bottom: 0.56rem;
  }

  .service-point .title-common-secondary {
    margin-bottom: 0.16rem;
  }

  .service-point .point-item {
    padding: 0 0.27rem 0.29rem 0.28rem;
    box-shadow: rgba(47, 47, 47, 0.08) 0 0 0.25rem;
  }

  .service-point .point-item:not(:last-child) {
    margin-bottom: 0.16rem;
  }

  .service-point .point-number {
    display: block;
    top: -0.08rem;
    margin-bottom: -0.26rem;
    text-align: center;
  }

  .service-point .point-title {
    margin-bottom: 0.09rem;
    font-size: 0.18rem;
    letter-spacing: 0.072em;
  }

  .service-point .point-list {
    margin-bottom: 0.56rem;
  }

  .service-point .button-text {
    min-width: 3.27rem;
    min-height: 0.68rem;
  }

  .service-point .button-common-primary::before {
    left: 0.3rem;
    width: 0.42rem;
    height: 0.31rem;
  }

  .service-point .button-text {
    padding: 0.2rem 0.24rem 0.12rem 0.89rem;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  }

  .service-point .point-detail {
    letter-spacing: 0.1em;
  }
}

.service-study {
  background-color: #f8f8fa;
}

@media print, (min-width: 768px) {
  .service-study {
    padding: 92px 0 28px;
  }

  .service-study .title-common-secondary {
    margin-bottom: 42px;
    text-align: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-study {
    padding: 0.61rem 0 0.64rem;
  }

  .service-study .title-common-secondary {
    margin-bottom: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  .service-blog {
    padding-top: 102px;
  }

  .service-blog .title-common-secondary {
    text-align: center;
  }

  .service-blog .title-common-secondary .title-english {
    font-family: Helvetica, sans-serif;
  }

  .service-blog .list-blog-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -4px 13px;
  }

  .service-blog .list-blog-detail.list-secondary .blog-item {
    display: block;
  }

  .service-blog .list-blog-detail.list-secondary .item-content {
    padding: 0;
  }

  .service-blog .list-blog-detail > li {
    width: 33.3333333333%;
    margin-bottom: 80px;
    padding: 0 28px;
  }

  .service-blog .list-blog-detail .item-image {
    margin-bottom: 11px;
  }
}

.service-flow .flow-list {
  padding-left: 0;
  list-style-type: none;
}

.service-flow .flow-step {
  display: inline-block;
  min-width: 0.82rem;
  padding: 0.07rem 0.07rem 0.06rem;
  background-color: #363646;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.0625;
  text-align: center;
}

.service-flow .flow-item {
  position: relative;
}

.service-flow .flow-item::after {
  position: absolute;
  width: 0.16rem;
  height: 0.18rem;
  background: url("../img/service/icn_next.svg") no-repeat center/cover;
}

.service-flow .flow-detail p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .service-flow {
    padding-top: 155px;
  }

  .service-flow .title-common-secondary {
    margin-bottom: 90px;
    text-align: center;
  }

  .service-flow .flow-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .service-flow .flow-item {
    width: 33.3333333333%;
    padding: 16px 49px 103px;
  }

  .service-flow .flow-item::after {
    content: "";
    top: 110px;
    right: -8px;
  }

  .service-flow .flow-item:nth-child(4n)::after {
    display: none;
  }

  .service-flow .flow-item:last-child::after {
    display: none;
  }

  .service-flow .flow-step {
    margin-bottom: 29px;
    font-size: 0.16rem;
  }

  .is-mac .service-flow .flow-step {
    padding-bottom: 4px;
  }

  .service-flow .flow-title {
    margin-bottom: 8px;
    padding-left: 5px;
    color: #303138;
    font-size: 0.2rem;
    letter-spacing: 0.08em;
  }

  .service-flow .flow-detail {
    padding-left: 5px;
    color: #000;
    font-size: 0.16rem;
    letter-spacing: 0.024em;
    line-height: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-flow {
    padding: 0.53rem 0 0;
  }

  .title-common-secondary {
    margin-bottom: 0.3rem;
  }

  .flow-item:not(:last-child) {
    margin-bottom: 0.29rem;
    padding-bottom: 0.46rem;
  }

  .flow-item:not(:last-child)::after {
    content: "";
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
  }

  .flow-step {
    margin-bottom: 0.13rem;
  }

  .flow-title {
    margin-bottom: 0.03rem;
    font-size: 0.16rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .service-blog {
    padding-top: 0.5rem;
  }

  .service-blog .title-common-secondary {
    margin-bottom: 0.33rem;
  }
}

@media print, (min-width: 768px) {
  .block-common-contact {
    padding-top: 60px;
  }
}
