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

.wp-pager {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.28rem;
  margin: 0 auto;
  padding: 0;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  list-style: none;
}

.wp-pager.post-pager {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-pager.post-pager .arrow.pointer-none {
  display: none;
}

.wp-pager.post-pager .arrow.pointer-none a {
  color: #898989;
}

.wp-pager.post-pager .arrow.pointer-none a:hover {
  color: #3a3a3e;
}

.wp-pager.post-pager .prev.pointer-none a::before,
.wp-pager.post-pager .prev.pointer-none a::after {
  background: url("../img/common/sp/icn_arrow_left_02.svg") center/contain no-repeat;
}

.wp-pager.post-pager .next.pointer-none a::before,
.wp-pager.post-pager .next.pointer-none a::after {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background: url("../img/common/sp/icn_arrow_left_02.svg") center/contain no-repeat;
}

.wp-pager.post-pager.is-blog {
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-pager.post-pager.is-blog .arrow:hover a {
  color: #ff6f05;
}

.wp-pager.post-pager.is-blog .arrow a {
  color: #363646;
}

.wp-pager.post-pager.is-blog .next a::before {
  background: url("../img/common/icn_arrow_right_01.svg") center/contain no-repeat;
}

.wp-pager.post-pager.is-blog .prev a::before {
  background: url("../img/common/icn_arrow_left_01.svg") center/contain no-repeat;
}

.wp-pager.post-pager .arrow a {
  display: block;
  position: relative;
  width: unset;
  height: unset;
  transition: color 0.26s ease;
  background: transparent;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.wp-pager.post-pager .arrow a::before,
.wp-pager.post-pager .arrow a::after {
  content: "";
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.26s ease, transform 0.26s ease;
}

.wp-pager.post-pager .arrow a::before {
  opacity: 1;
}

.wp-pager.post-pager .arrow a::after {
  opacity: 0;
}

.wp-pager.post-pager .arrow a:hover::before {
  opacity: 0;
}

.wp-pager.post-pager .arrow a:hover::after {
  opacity: 1;
}

.wp-pager.post-pager .next a,
.wp-pager.post-pager .prev a {
  color: #222;
}

.wp-pager.post-pager .next:hover a,
.wp-pager.post-pager .prev:hover a {
  color: #ff5d07;
}

.wp-pager a {
  display: block;
  color: #363646;
}

.wp-pager .page-numbers {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px 5px;
  transition: all 0.3s ease;
  background: transparent;
  color: #363646;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.wp-pager .page-numbers.current {
  pointer-events: none;
}

.wp-pager .page-numbers.current,
.wp-pager .page-numbers:hover {
  background-color: #ff5d07;
  color: #fff;
}

.wp-pager .arrow {
  position: absolute;
  top: 0;
}

.wp-pager .arrow.is-disable {
  pointer-events: none;
}

.wp-pager .arrow a {
  display: block;
}

@media print, (min-width: 768px) {
  .pagination-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 148px;
    margin-bottom: 27px;
  }

  .wp-pager {
    padding: 0 130px;
  }

  .wp-pager.post-pager {
    width: 524px;
    margin: 0 auto;
    padding: 0;
  }

  .wp-pager.post-pager.is-blog {
    width: 560px;
  }

  .wp-pager.post-pager.is-blog .next a {
    padding-right: 34px;
  }

  .wp-pager.post-pager.is-blog .prev a {
    padding-left: 34px;
  }

  .wp-pager.post-pager .arrow a {
    font-size: 0.17rem;
  }

  .wp-pager.post-pager .arrow a::before,
  .wp-pager.post-pager .arrow a::after {
    top: 47%;
    width: 10px;
    height: 18px;
  }

  .wp-pager.post-pager .next {
    right: 0;
  }

  .wp-pager.post-pager .next:hover a::before,
  .wp-pager.post-pager .next:hover a::after {
    -ms-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
  }

  .wp-pager.post-pager .next a {
    padding-right: 18px;
  }

  .wp-pager.post-pager .next a::before,
  .wp-pager.post-pager .next a::after {
    right: 0;
  }

  .wp-pager.post-pager .next a::before {
    background: url("../img/common/icn_arrow_right_02.svg") center/contain no-repeat;
  }

  .wp-pager.post-pager .next a::after {
    background: url("../img/common/icn_arrow_right_02.svg") center/contain no-repeat;
  }

  .wp-pager.post-pager .prev {
    left: 0;
  }

  .wp-pager.post-pager .prev:hover a::before,
  .wp-pager.post-pager .prev:hover a::after {
    -ms-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px);
  }

  .wp-pager.post-pager .prev a {
    padding-left: 18px;
  }

  .wp-pager.post-pager .prev a::before,
  .wp-pager.post-pager .prev a::after {
    left: 0;
  }

  .wp-pager.post-pager .prev a::before {
    background: url("../img/common/icn_arrow_left_03.svg") center/contain no-repeat;
  }

  .wp-pager.post-pager .prev a::after {
    background: url("../img/common/icn_arrow_left_03.svg") center 1px/97% auto no-repeat;
  }

  .wp-pager .page-numbers {
    min-width: 40px;
    min-height: 40px;
    margin: 0 12px;
    padding: 0 5px;
    font-size: 0.2rem;
  }

  .wp-pager .arrow a {
    width: 40px;
    height: 40px;
  }

  .wp-pager .next {
    right: 81px;
  }

  .wp-pager .next a {
    background: url("../img/common/icn_arrow_right_01.svg") no-repeat right 16px center;
  }

  .wp-pager .prev {
    left: 81px;
  }

  .wp-pager .prev a {
    background: url("../img/common/icn_arrow_left_01.svg") no-repeat left 16px center;
  }
}

@media only screen and (max-width: 767.98px) {
  .pagination-common {
    margin: 0.61rem 0 0.12rem;
  }

  .wp-pager {
    width: 100%;
  }

  .wp-pager.post-pager.is-blog .arrow a {
    color: #222;
    font-size: 0.16rem;
  }

  .wp-pager.post-pager.is-blog .next a {
    padding-right: 0.25rem;
  }

  .wp-pager.post-pager.is-blog .prev a {
    padding-left: 0.25rem;
  }

  .wp-pager.post-pager .arrow a {
    font-size: 0.15rem;
  }

  .wp-pager.post-pager .arrow a::before,
  .wp-pager.post-pager .arrow a::after {
    top: 53%;
    width: 0.1rem;
    height: 0.18rem;
  }

  .wp-pager.post-pager .prev {
    left: 0;
  }

  .wp-pager.post-pager .prev a {
    padding-left: 0.19rem;
  }

  .wp-pager.post-pager .prev a::before,
  .wp-pager.post-pager .prev a::after {
    left: 0;
  }

  .wp-pager.post-pager .prev a::before {
    background: url("../img/common/sp/icn_arrow_left_on_01.svg") center/contain no-repeat;
  }

  .wp-pager.post-pager .prev a::after {
    background: url("../img/common/sp/icn_arrow_left_on_01.svg") center/contain no-repeat;
  }

  .wp-pager.post-pager .next {
    right: 0;
  }

  .wp-pager.post-pager .next a {
    padding-right: 0.19rem;
  }

  .wp-pager.post-pager .next a::before,
  .wp-pager.post-pager .next a::after {
    right: 0;
  }

  .wp-pager.post-pager .next a::before {
    background: url("../img/common/sp/icn_arrow_right_02.svg") center/contain no-repeat;
  }

  .wp-pager.post-pager .next a::after {
    background: url("../img/common/sp/icn_arrow_right_on_01.svg") center/contain no-repeat;
  }

  .wp-pager .page-numbers {
    min-width: 0.32rem;
    min-height: 0.32rem;
    margin: 0 0.1rem 0.2rem;
    padding: 0 0.05rem;
    font-size: 0.14rem;
  }

  .wp-pager .page-numbers.is-big {
    font-size: 0.15rem;
  }

  .wp-pager .arrow a {
    width: 0.32rem;
    height: 0.32rem;
  }

  .wp-pager .next {
    right: -0.09rem;
  }

  .wp-pager .next a {
    background: url("../img/common/icn_arrow_right_01.svg") no-repeat 0.11rem 0.08rem;
    background-size: 0.08rem auto;
  }

  .wp-pager .prev {
    left: -0.09rem;
  }

  .wp-pager .prev a {
    background: url("../img/common/icn_arrow_left_01.svg") no-repeat 0.11rem 0.08rem;
    background-size: 0.08rem auto;
  }
}

.input-common,
.textarea-common,
.select-common {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  box-shadow: none;
  font-family: inherit;
  line-height: inherit;
  appearance: none;
}

.input-common.error,
.textarea-common.error,
.select-common.error {
  border-color: #c70000;
}

.input-common,
.textarea-common {
  border: none;
  background: #fff;
}

.textarea-common {
  width: 100%;
  resize: none;
}

.textarea-common:-ms-input-placeholder {
  color: rgba(54, 54, 70, 0.5);
}

.textarea-common::placeholder {
  color: rgba(54, 54, 70, 0.5);
}

.is-ios .textarea-common:-ms-input-placeholder {
  letter-spacing: 0;
}

.is-ios .textarea-common::placeholder {
  letter-spacing: 0;
}

select:required:invalid {
  color: rgba(54, 54, 70, 0.5);
}

.select-common {
  position: relative;
  overflow: hidden;
  border: 1px solid #363646;
  border-radius: 0.08rem;
  background: url(../img/common/icn_select.svg) no-repeat right 0.22rem center/0.16rem auto;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.select-common::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 24px;
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease;
  background: url(../img/common/icn_select.svg) center/contain no-repeat;
}

.select-common::-ms-expand {
  display: none;
}

.select-common option {
  color: #363646;
}

.select-common option:first-child {
  display: none;
}

span.error {
  width: 100%;
  color: #c70000;
  font-size: 0.9em;
}

@media print, (min-width: 768px) {
  .input-common {
    height: 45px;
    padding: 2px 20px;
  }

  .select-common {
    width: 360px;
    height: 35px;
    padding: 2px 40px 2px 15px;
    font-size: 0.17rem;
    letter-spacing: 0.08em;
  }
}

@media only screen and (max-width: 767.98px) {
  .textarea-common {
    padding: 0.04rem 0.05rem 0;
  }

  .select-common {
    height: 0.55rem;
    padding: 0.04rem 0.4rem 0.04rem 0.19rem;
    background: url(../img/common/icn_select.svg) no-repeat right 0.19rem center/0.19rem auto;
    letter-spacing: 0.1em;
  }

  .is-ios .select-common {
    color: #363646 !important;
  }

  .input-common {
    height: 0.55rem;
    padding: 0.04rem 0.19rem;
    letter-spacing: 0.1em;
  }
}

.form-file-row {
  position: relative;
}

.form-file-row .file-inner {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 1.5em;
}

.form-file-row .file-inner::before {
  content: "ファイルを選択";
  display: inline-block;
  top: 0;
  left: 0;
  border: 1px solid #747474;
  background: #f2f2f2;
  cursor: pointer;
}

.form-file-row input {
  display: block;
  position: absolute;
  z-index: 21;
  overflow: hidden;
  border: none;
  background: none;
  box-shadow: none;
  text-indent: -1000px;
  cursor: pointer;
  appearance: none;
}

.form-file-row .mwform-file-delete {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  width: 2em;
  color: #c70000;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.form-file-row .mwform-file-delete.error {
  margin: 0 !important;
  padding: 0;
  -ms-transform: none;
  transform: none;
  background: none;
  font-size: 1em;
}

.form-file-row .form-file-name {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.form-file-row .mw-wp-form_file {
  padding-left: 0.5em;
}

.form-file-row .mw-wp-form_file a {
  color: inherit;
  text-decoration: none;
}

.form-file-row .mw-wp-form_file + .form-file-name {
  display: none !important;
}

.form-file-row .error:not(.mwform-file-delete) {
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
}

.form-file-row .error:not(.mwform-file-delete).is-error-hide {
  display: none;
}

.first-not-show-name .form-file-name {
  display: none;
}

.first-not-show-name .form-file-name.is-name-show {
  display: block;
}

@media print, (min-width: 768px) {
  .form-file-row {
    font-size: 0.14rem;
  }

  .form-file-row .file-inner {
    min-width: 130px;
    min-height: 31px;
  }

  .form-file-row .file-inner::before {
    width: 130px;
    padding: 4px 5px 2px;
    border-radius: 3px;
    text-align: center;
  }

  .form-file-row .mwform-file {
    width: 130px;
    height: 31px;
  }

  .form-file-row .mwform-file-delete {
    top: 8px;
    right: -25px;
  }

  .form-file-row .form-file-name {
    max-width: 400px;
    padding: 2px 0 0 12px;
  }

  .form-file-row .mw-wp-form_file {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-file-row {
    min-width: 78%;
    font-size: 0.28rem;
  }

  .form-file-row .file-inner {
    min-height: 0.29rem;
  }

  .form-file-row .file-inner::before {
    padding: 0.02rem 0.1rem;
    border-radius: 0.1rem;
  }

  .mwform-file {
    width: 2.2rem;
    height: 0.58rem;
  }

  .mwform-file-delete {
    top: 0.1rem;
    right: -0.28rem;
  }

  .form-file-name {
    max-width: 3rem;
    margin-left: 0.11rem;
  }
}

.mwform-checkbox-field,
.mwform-radio-field {
  display: inline-block;
  margin-left: 0 !important;
  line-height: 1.5;
}

.mwform-checkbox-field.vertical-item,
.mwform-radio-field.vertical-item {
  display: block;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  cursor: pointer;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

.mwform-checkbox-field-text,
.mwform-radio-field-text {
  display: block;
  position: relative;
  font-weight: 500;
}

.mwform-checkbox-field-text::before,
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0;
  border: 1px solid #d9dae6;
  background: #fff no-repeat center center/90% auto;
}

.mwform-checkbox-field {
  position: relative;
}

.mwform-checkbox-field input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.mwform-checkbox-field input:focus + .mwform-checkbox-field-text::before {
  border: 1px solid #363646;
}

.form-agree .mwform-checkbox-field input:focus + .mwform-checkbox-field-text::before {
  border: 2px solid #363646;
}

@media print, (min-width: 768px) {
  .mwform-checkbox-field-text::before,
  .mwform-radio-field-text::before {
    top: 4px;
  }

  .mwform-checkbox-field,
  .mwform-radio-field {
    font-size: 0.14rem;
  }

  .mwform-checkbox-field:last-child,
  .mwform-radio-field:last-child {
    margin-right: 0;
  }

  .mwform-checkbox-field {
    margin-right: 15px;
    letter-spacing: 0.024em;
  }

  .mwform-radio-field {
    margin-right: 30px;
  }

  .mwform-checkbox-field .mwform-checkbox-field-text,
  .mwform-radio-field .mwform-radio-field-text {
    padding: 0 0 3px 20px;
    font-size: 0.16rem;
  }

  .mwform-checkbox-field .mwform-checkbox-field-text::before,
  .mwform-radio-field .mwform-radio-field-text::before {
    width: 18px;
    height: 18px;
  }

  .mwform-radio-field .mwform-radio-field-text::before {
    background-size: 13px auto;
  }

  .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
    border-color: #363646;
    background: #363646 url(../img/common/icn_tick_white.svg) center/12px 11px no-repeat;
  }

  .mwform-radio-field .mwform-radio-field-text::before {
    border-radius: 100%;
  }

  .mwform-radio-field input:checked + .mwform-radio-field-text::before {
    background: #f0f0f0 url(../img/common/icn_radio_01.svg) center center/100% no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .mwform-checkbox-field,
  .mwform-radio-field {
    display: block;
    font-size: 0.16rem;
    line-height: 1.625;
  }

  .mwform-checkbox-field .mwform-checkbox-field-text,
  .mwform-radio-field .mwform-radio-field-text {
    padding: 0.04rem 0 0.03rem 0.32rem;
    color: #222;
    font-weight: 400;
  }

  .mwform-checkbox-field .mwform-checkbox-field-text::before,
  .mwform-radio-field .mwform-radio-field-text::before {
    width: 0.26rem;
    height: 0.26rem;
  }

  .mwform-checkbox-field {
    margin: 0 0.28rem 0.1rem 0;
  }

  .mwform-checkbox-field .mwform-checkbox-field-text::before {
    border-radius: 50%;
  }

  .mwform-radio-field .mwform-radio-field-text::before {
    background-size: 0.16rem auto;
  }

  .mwform-checkbox-field-text::before,
  .mwform-radio-field-text::before {
    top: 0.05rem;
  }

  .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
    border-color: #363646;
    background: #363646 url(../img/common/sp/icn_tick_white.svg) center/0.15rem 0.13rem no-repeat;
  }

  .mwform-radio-field .mwform-radio-field-text::before {
    border-radius: 100%;
  }

  .mwform-radio-field input:checked + .mwform-radio-field-text::before {
    background: #f0f0f0 url(../img/common/sp/icn_radio_01.svg) center center/100% no-repeat;
  }
}

.button-submit:disabled {
  background-color: #ccc;
  pointer-events: none;
}

.button-submit.is-back {
  background: #a7a7a7;
}

button.button-submit {
  display: block;
}

button[type=submit]:focus {
  outline: 0.03rem solid #000;
}

@media print, (min-width: 768px) {
  .form-button {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-button {
    margin-top: 0.97rem;
  }
}

.contact-form.is-form-confirm .text-required,
.contact-form.is-form-confirm .form-policy,
.contact-form.is-form-confirm .form-agree {
  display: none;
}

.contact-form .form-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form .form-heading p {
  margin-bottom: 0;
}

.contact-form .form-content {
  -ms-flex: 1;
  flex: 1;
  color: #363646;
}

.contact-form .form-content p {
  margin-bottom: 0;
}

.contact-form .form-input {
  width: 100%;
  border: none;
}

.contact-form .form-input:-ms-input-placeholder {
  color: rgba(54, 54, 70, 0.5);
}

.contact-form .form-input::placeholder {
  color: rgba(54, 54, 70, 0.5);
}

.contact-form .form-content {
  border-radius: 0.08rem;
}

@media print, (min-width: 768px) {
  .contact-form .form-row {
    display: -ms-flexbox;
    display: flex;
  }

  .contact-form .form-row.is-modify {
    margin-bottom: 36px;
  }

  .contact-form .form-heading {
    min-width: 220px;
    margin-right: 27px;
    padding: 21px 0 10px;
  }

  .contact-form .form-heading .text-required {
    top: 2px;
  }

  .contact-form .form-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 35px;
  }

  .contact-form .form-heading,
  .contact-form .form-content {
    min-height: 100px;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-form .form-row:not(:last-child) {
    margin-bottom: 0.2rem;
    padding-bottom: 0.17rem;
  }

  .contact-form .form-heading {
    margin-bottom: -1px;
    font-size: 0.18rem;
  }

  .contact-form .form-content > span:not(:first-child) {
    margin: 0.04rem 0 0;
  }

  .contact-form .form-content.is-textarea {
    line-height: 1.625;
  }
}

.contact-form .form-file-input {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .form-file-input::before {
  content: "ファイルを選択";
  display: block;
  z-index: 10;
  border: 1px solid #0d3165;
  background-color: transparent;
  color: #000;
  text-align: center;
  pointer-events: none;
}

.contact-form .form-file-input input[type=file] {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

.contact-form .mwform-file-delete {
  visibility: hidden;
  position: absolute;
  top: 62%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.is-mac .contact-form .mwform-file-delete {
  top: 53%;
}

@media print, (min-width: 768px) {
  .contact-form .content-input-file {
    padding: 22px 26px 4px;
  }

  .contact-form .form-file-input {
    margin-bottom: 6px;
  }

  .contact-form .form-file-input::before {
    width: 123px;
    height: 35px;
    margin-right: 10px;
    padding: 7px 6px 6px;
    font-size: 0.12rem;
    letter-spacing: 0.024em;
  }

  .contact-form .form-file-input input[type=file] {
    width: 123px;
    height: 35px;
  }

  .contact-form .fi-filename {
    -ms-flex-negative: 6;
    flex-shrink: 6;
    padding-top: 5px;
    padding-right: 25px;
    color: #9b9999;
    font-size: 0.12rem;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
}

@media only screen and (max-width: 767.98px) {
  .contact-form .form-file-input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.07rem;
  }

  .contact-form .form-file-input::before {
    width: 100%;
    height: 0.55rem;
    padding: 0.11rem 0.19rem;
    border-radius: 0.08rem;
    font-size: 0.16rem;
    text-align: left;
  }

  .contact-form .form-file-input input[type=file] {
    width: 100%;
    height: 0.55rem;
  }

  .contact-form .mwform-file-delete {
    position: relative;
    top: 0.05rem;
    right: unset;
    left: 0.06rem;
    -ms-flex-order: 1;
    order: 1;
    -ms-transform: unset;
    transform: unset;
  }

  .contact-form .fi-filename {
    max-width: 3rem;
    margin-top: 0.08rem;
    color: #9b9999;
    font-size: 0.13rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}

.form-agree {
  text-align: center;
}

.form-agree .mwform-checkbox-field {
  margin-right: 0 !important;
}

.form-agree .mwform-checkbox-field-text {
  color: #222;
  letter-spacing: 0.1em;
}

.form-agree .mwform-checkbox-field-text::before {
  border-color: #363646;
}

@media print, (min-width: 768px) {
  .form-agree .mwform-checkbox-field-text {
    padding-left: 24px !important;
    font-size: 0.17rem;
  }

  .form-agree .mwform-checkbox-field-text::before {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-agree .mwform-checkbox-field-text {
    padding-left: 0.34rem;
    font-size: 0.16rem;
  }

  .form-agree .mwform-checkbox-field-text::before {
    top: 0.06rem;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 0;
  }
}

.block-common-service {
  background-color: #303138;
}

.block-common-service .service-primary-title {
  color: #fff;
}

.block-common-service .text-english {
  display: block;
  font-family: Helvetica, sans-serif;
}

.block-common-service .text-english::before {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #ff5d07;
}

.block-common-service .service-list {
  padding-left: 0;
  list-style-type: none;
}

.block-common-service .service-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.block-common-service .service-item:hover::before {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
}

.block-common-service .service-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -1px;
  width: 0.25rem;
  height: 0.25rem;
  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%);
}

.block-common-service .service-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../img/common/icn_arrow.svg) no-repeat center center/0.23rem, #ff5d07;
}

.block-common-service .service-icon {
  text-align: center;
}

.block-common-service .service-title {
  color: #303138;
  text-align: center;
}

.block-common-service .service-title span {
  display: block;
  color: #363646;
  font-size: 0.12rem;
}

.block-common-service .service-description {
  display: -webkit-box;
  overflow: hidden;
  color: #222;
  font-weight: 400;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.block-common-service .service-description p:last-child {
  margin-bottom: 0;
}

.block-common-service .service-more {
  position: absolute;
  color: #000;
  font-size: 0.14rem;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .block-common-service {
    padding: 95px 0 100px;
  }

  .block-common-service .service-primary-title {
    margin-bottom: 48px;
    line-height: 1.35;
    text-align: center;
  }

  .block-common-service .text-english {
    padding-left: 10px;
    font-size: 0.2rem;
    letter-spacing: 0;
  }

  .block-common-service .text-english::before {
    top: -2px;
    left: -8px;
    width: 24px;
    height: 11px;
  }

  .block-common-service .text-japanese {
    font-size: 0.4rem;
    letter-spacing: 0.08em;
  }

  .block-common-service .service-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 104px;
  }

  .block-common-service .service-list > li {
    display: inline-block;
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 12px;
  }

  .block-common-service .service-item {
    display: block;
    padding: 28px 24px 93px;
  }

  .block-common-service .service-icon {
    width: 56px;
    margin: 0 auto 7px;
  }

  .block-common-service .service-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 48px;
    margin-bottom: 18px;
    font-size: 0.2rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }

  .block-common-service .service-title > span {
    padding-top: 5px;
  }

  .block-common-service .service-more {
    right: 22px;
    bottom: 11px;
    padding-right: 34px;
    letter-spacing: 0.05em;
    text-align: right;
  }

  .block-common-service .service-description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.875;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-common-service {
    padding-top: 0.79rem;
    padding-bottom: 0.56rem;
  }

  .block-common-service .service-primary-title {
    margin-bottom: 0.35rem;
    line-height: 1.1;
  }

  .block-common-service .text-english {
    padding-left: 0.04rem;
    font-size: 0.12rem;
    letter-spacing: 0;
  }

  .block-common-service .text-english::before {
    top: -0.01rem;
    left: -0.04rem;
    width: 0.12rem;
    height: 0.06rem;
  }

  .block-common-service .text-japanese {
    font-size: 0.24rem;
  }

  .block-common-service .service-list > li {
    width: 3.28rem;
    margin-bottom: 0.08rem;
  }

  .block-common-service .service-item {
    padding: 0.32rem 0.23rem 0.38rem;
  }

  .block-common-service .service-icon {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto 0.1rem;
  }

  .block-common-service .service-title {
    margin-bottom: 0.19rem;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
    font-size: 0.2rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }

  .block-common-service .service-description {
    margin-bottom: 0.47rem;
  }

  .block-common-service .service-more {
    right: 0;
    padding-right: 0.56rem;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.05em;
  }

  .block-common-service .service-more::before {
    top: 0.14rem;
    right: 0;
  }

  .block-common-service .service-more::after {
    top: -0.1rem;
    right: 0;
  }
}

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

.container {
  background-color: #f8f8fa;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-common .breadcrumb-wrapper {
    display: -webkit-box;
    width: 2.5rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

@media print, (min-width: 768px) {
  .post-content {
    font-size: 0.17rem;
    letter-spacing: 0.1em;
    line-height: 1.7647058824;
  }
}

@media only screen and (max-width: 767.98px) {
  .post-content {
    color: #222;
  }

  .title-common-secondary {
    color: #363646;
  }
}

.section-study {
  position: relative;
  z-index: 1;
}

.section-study > .wrapper {
  position: relative;
}

.section-study > .wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.section-study .filter-title {
  color: #707070;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.section-study .filter-heading {
  font-weight: bold;
}

.section-study .filter-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-study .study-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-study .study-button button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.21rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  cursor: pointer;
}

.section-study .button-clear {
  width: 1.62rem;
  border: 0.01rem solid #919191;
  background-color: #fff;
  color: #919191;
  font-size: 0.14rem;
}

.section-study .button-filter {
  width: 2.29rem;
  background-color: #ff5d07;
  color: #fff;
  font-size: 0.16rem;
}

@media print, (min-width: 768px) {
  .section-study {
    padding-top: 98px;
    padding-bottom: 160px;
  }

  .section-study > .wrapper::before {
    top: -241px;
    right: -248px;
    width: 811px;
    height: 953px;
    background: url(../img/common/bgr_keyvisual.png) center/contain no-repeat;
  }

  .section-study .title-common-primary {
    margin-bottom: 112px;
  }

  .section-study .title-common-primary .title-english {
    font-family: Helvetica, sans-serif;
  }

  .section-study .study-filter {
    margin: 0 56px 72px;
    padding: 27px 48px 32px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .section-study .filter-title {
    margin-bottom: 35px;
    font-size: 0.25rem;
  }

  .section-study .filter-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .section-study .filter-row.is-first .common-checkbox {
    min-width: 263px;
    margin-right: 32px;
  }

  .section-study .filter-heading {
    width: 140px;
    margin-right: 8px;
  }

  .section-study .filter-content {
    -ms-flex: 1;
    flex: 1;
    padding-top: 2px;
  }

  .section-study .filter-content > span:nth-child(2n) {
    margin-right: 60px !important;
  }

  .section-study .common-checkbox {
    margin-right: 23px;
  }

  .section-study .common-checkbox-text {
    padding: 2px 0 8px 26px;
    color: #363646;
  }

  .section-study .study-button {
    margin-top: 18px;
  }

  .section-study .study-button button {
    min-height: 40px;
  }

  .section-study .button-clear {
    margin-right: 16px;
  }

  .is-safari .section-study .button-clear {
    padding-top: 2px;
  }

  .section-study .list-common-study {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 84px;
  }

  .section-study .list-common-study > li {
    margin-bottom: 80px;
  }

  .section-study .wrapper-pagination {
    display: -ms-flexbox;
    display: flex;
  }

  .block-common-contact {
    margin-bottom: -14px;
    padding-top: 161px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767.98px) {
  p:last-child {
    margin-bottom: 0;
  }

  .section-study {
    padding-top: 0.48rem;
  }

  .section-study > .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;
  }

  .section-study .title-common-primary {
    margin-bottom: 0.82rem;
  }

  .section-study .title-common-primary .title-english {
    letter-spacing: 0;
  }

  .section-study .study-filter {
    position: relative;
    margin-bottom: 0.81rem;
    padding: 0.32rem 0.21rem 0 0.24rem;
    overflow: hidden;
    background-color: #fff;
  }

  .section-study .study-filter.is-active .filter-title::before {
    opacity: 1;
  }

  .section-study .study-filter.is-active .button-accordion::after {
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  .section-study .filter-title {
    position: relative;
    margin-bottom: 0;
    padding: 0 0.7rem 0.32rem 0.17rem;
    font-size: 0.2rem;
    font-weight: 500;
  }

  .section-study .filter-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200%;
    height: 0.01rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.26s ease;
    border-bottom: 0.01rem solid #efeff4;
    opacity: 0;
  }

  .section-study .filter-content {
    margin-bottom: 0.11rem;
  }

  .section-study .filter-row {
    margin-bottom: 0.12rem;
  }

  .section-study .filter-row.is-first .common-checkbox {
    margin-right: 0;
    margin-bottom: 0.16rem;
  }

  .section-study .filter-heading {
    margin-bottom: 0.09rem;
    color: #707070;
    font-size: 0.14rem;
    letter-spacing: 0.02em;
  }

  .section-study .filter-wrap {
    padding-top: 0.28rem;
    padding-bottom: 0.55rem;
  }

  .section-study .common-checkbox {
    margin-right: 0.23rem;
    margin-bottom: 0.06rem;
  }

  .section-study .common-checkbox input:checked + .common-checkbox-text::before {
    background-size: 0.12rem 0.09rem;
  }

  .section-study .common-checkbox-text {
    padding: 0 0 0 0.26rem;
    color: #222;
    line-height: 1.5;
  }

  .section-study .common-checkbox-text::before {
    top: 0.03rem;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: unset;
  }

  .section-study .study-button {
    display: block;
    margin: 0.5rem auto 0;
  }

  .section-study .study-button button {
    min-height: 0.4rem;
    margin: 0 auto;
    padding: 0.02rem 0.05rem 0.03rem;
  }

  .section-study .study-button .button-clear {
    margin-bottom: 0.16rem;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  }

  .section-study .list-common-study {
    margin-bottom: 0.86rem;
  }

  .section-study .list-common-study > li {
    margin-bottom: 0.16rem;
  }

  .section-study .wrapper-pagination {
    display: -ms-flexbox;
    display: flex;
  }

  .section-study .wp-pager .next {
    right: -0.33rem;
  }

  .section-study .wp-pager .prev {
    left: -0.33rem;
  }

  .button-accordion {
    position: absolute;
    top: 0.21rem;
    right: 0.31rem;
    width: 0.5rem;
    height: 0.5rem;
    background: transparent;
    cursor: pointer;
  }

  .button-accordion::before,
  .button-accordion::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    height: 1px;
    border-bottom: 0.05rem solid #d5d5d5;
  }

  .button-accordion::before {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .button-accordion::after {
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.5s ease;
  }
}

.common-title-secondary .title-english {
  font-family: Roboto, sans-serif;
}

.section-casestudy-keyvisual {
  background-color: #fff;
}

.section-casestudy-keyvisual .keyvisual-title,
.section-casestudy-keyvisual .keyvisual-company {
  font-weight: 700;
}

.section-casestudy-keyvisual .keyvisual-info {
  font-size: 0.14rem;
}

.section-casestudy-keyvisual .info-detail time {
  letter-spacing: 0;
}

.section-casestudy-keyvisual .detail-title {
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .section-casestudy-keyvisual {
    padding: 103px 0 122px;
  }

  .section-casestudy-keyvisual .wrapper {
    padding-right: 140px;
    padding-left: 140px;
  }

  .section-casestudy-keyvisual .keyvisual-title {
    margin-bottom: 52px;
    color: #252531;
    font-size: 0.4rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }

  .section-casestudy-keyvisual .keyvisual-company {
    margin-bottom: 2px;
    font-size: 0.17rem;
  }

  .section-casestudy-keyvisual .keyvisual-info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 43px;
    line-height: 2.2857142857;
  }

  .section-casestudy-keyvisual .info-detail {
    margin-right: 30px;
  }

  .section-casestudy-keyvisual .info-detail.is-modify {
    color: #373a3c;
  }

  .section-casestudy-keyvisual .info-detail time {
    margin-right: 3px;
  }

  .section-casestudy-keyvisual .detail-title {
    margin-right: 3px;
  }

  .section-casestudy-keyvisual .detail-title::after {
    content: "|";
    color: #efeff4;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-casestudy-keyvisual {
    padding-top: 0.73rem;
    padding-bottom: 0.52rem;
  }

  .section-casestudy-keyvisual .keyvisual-title {
    margin-bottom: 0.22rem;
    color: #363646;
    font-size: 0.24rem;
    letter-spacing: 0.072em;
    line-height: 1.3333333333;
  }

  .section-casestudy-keyvisual .keyvisual-company {
    margin-bottom: 0.26rem;
    color: #000;
    font-size: 0.16rem;
    letter-spacing: 0.024em;
  }

  .section-casestudy-keyvisual .keyvisual-info {
    margin-bottom: 0.26rem;
    color: #000;
    letter-spacing: 0.024em;
  }

  .section-casestudy-keyvisual .info-detail {
    margin-bottom: 0.02rem;
  }

  .section-casestudy-keyvisual .info-detail time {
    margin-right: 0.04rem;
    letter-spacing: 0.024em;
  }

  .section-casestudy-keyvisual .detail-title {
    margin-right: 0.07rem;
  }
}

.section-casestudy-article {
  background-color: #fff;
}

.section-casestudy-article ul {
  padding-left: 0;
  list-style-type: none;
}

@media print, (min-width: 768px) {
  .section-casestudy-article {
    padding-bottom: 222px;
  }

  .section-casestudy-article .wrapper {
    position: relative;
    padding: 91px 18px 0;
    padding-top: 91px;
  }

  .section-casestudy-article .wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 36px);
    height: 1px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid #ff5d07;
  }

  .section-casestudy-article .common-title-secondary {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-casestudy-article {
    position: relative;
    padding: 0.6rem 0 0.77rem;
  }

  .section-casestudy-article::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0.24rem;
    left: 0.24rem;
    border-bottom: 1px solid #ff5d07;
  }

  .section-casestudy-article .title-common-secondary {
    margin-bottom: 0.12rem;
  }

  .section-casestudy-article .title-common-secondary .title-japanese {
    letter-spacing: 0.072em;
  }
}

@media print, (min-width: 768px) {
  .article-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
  }

  .article-wrap .title-common-secondary {
    margin-bottom: 12px;
  }

  .article-wrap .article-column {
    width: 584px;
    margin-bottom: 46px;
  }

  .article-wrap .post-content {
    color: #303138;
  }
}

@media only screen and (max-width: 767.98px) {
  .article-wrap {
    margin-bottom: 0.73rem;
  }

  .article-wrap .article-column:not(:last-child) {
    margin-bottom: 0.48rem;
  }
}

.article-point .content-list {
  list-style: none;
}

.article-point .content-list > li {
  list-style: none;
  text-indent: 0;
}

.article-point .content-list > li::before {
  display: none;
}

.article-point .item-block {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.article-point .item-wrapper {
  position: relative;
}

.article-point .item-wrapper::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #efeff4;
}

.article-point .item-detail p:last-child {
  margin-bottom: 0;
}

.article-point .item-title {
  position: relative;
  color: #ff5d07;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  text-indent: 0;
}

.article-point .item-title::before {
  content: "◆";
}

.article-point .item-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ff5d07;
}

@media print, (min-width: 768px) {
  .article-point {
    margin-bottom: 136px;
  }

  .article-point .title-common-secondary {
    margin-bottom: 87px;
  }

  .article-point .item-block {
    padding-bottom: 15px;
    box-shadow: rgba(139, 139, 139, 0.08) 0 0 0.25rem;
  }

  .article-point .item-title {
    margin-bottom: 10px;
    font-size: 0.2rem;
    letter-spacing: 0;
  }

  .article-point .item-title::before {
    position: relative;
    top: -3px;
    left: -1px;
    font-size: 0.16rem;
  }

  .article-point .item-detail {
    color: #303138;
  }

  .article-point .item-wrapper::after {
    width: 900px;
    height: 196px;
  }

  .article-point .content-list {
    width: 938px;
    margin: 0 auto;
  }

  .article-point .list-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .article-point .list-item:nth-child(even) {
    padding-right: 48px;
  }

  .article-point .list-item:nth-child(even) .item-block {
    margin-bottom: 134px;
    padding: 42px 98px 42px 99px;
  }

  .article-point .list-item:nth-child(even) .item-wrapper::after {
    right: -48px;
    bottom: -70px;
  }

  .article-point .list-item:nth-child(even) .item-title::after {
    top: 3px;
    right: -146px;
    width: 100px;
    height: 32px;
  }

  .article-point .list-item:nth-child(even) .item-image {
    width: 838px;
    padding-left: 100px;
  }

  .article-point .list-item:nth-child(odd) {
    padding: 0 8px 0 40px;
  }

  .article-point .list-item:nth-child(odd) .item-block {
    position: relative;
    margin-bottom: 104px;
    padding: 43px 100px 41px;
  }

  .article-point .list-item:nth-child(odd) .item-wrapper::after {
    bottom: -40px;
    left: -48px;
  }

  .article-point .list-item:nth-child(odd) .item-title::after {
    top: 3px;
    left: -148px;
    width: 100px;
    height: 32px;
  }

  .article-point .list-item:nth-child(odd) .item-image {
    width: 798px;
    padding-left: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .article-point {
    margin-bottom: 0.65rem;
  }

  .article-point .post-content {
    margin-top: 0.21rem;
  }

  .article-point .item-block {
    padding: 0.4rem 0.28rem 0.37rem 0.29rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0.03rem 0.15rem;
  }

  .article-point .item-wrapper::after {
    width: 3.23rem;
  }

  .article-point .item-title {
    margin-bottom: 0.14rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.17rem;
    letter-spacing: 0;
  }

  .article-point .item-title::before {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 0.02rem;
    font-size: 0.1rem;
  }

  .article-point .item-title::after {
    width: 0.4rem;
    height: 0.16rem;
  }

  .article-point .list-item:not(:last-child) {
    margin-bottom: 0.4rem;
  }

  .article-point .list-item:nth-child(even) .item-block {
    margin-bottom: 0.73rem;
  }

  .article-point .list-item:nth-child(even) .item-title::after {
    top: -0.14rem;
    right: -0.52rem;
  }

  .article-point .list-item:nth-child(even) .item-wrapper::after {
    right: -0.42rem;
    bottom: -0.41rem;
    height: 3.9rem;
  }

  .article-point .list-item:nth-child(odd) .item-block {
    margin-bottom: 0.85rem;
  }

  .article-point .list-item:nth-child(odd) .item-title::after {
    top: -0.13rem;
    left: -0.53rem;
  }

  .article-point .list-item:nth-child(odd) .item-wrapper::after {
    bottom: -0.45rem;
    left: -0.24rem;
    height: 3.4rem;
  }
}

@media print, (min-width: 768px) {
  .article-wrapper {
    padding: 0 135px 0 146px;
    color: #303138;
  }
}

.article-voice .voice-company {
  letter-spacing: 0.1em;
}

.article-voice .voice-link {
  display: inline-block;
  color: #ff5d07;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .article-voice {
    margin-bottom: 85px;
  }

  .article-voice .title-common-secondary {
    margin-bottom: 37px;
  }

  .article-voice .voice-company {
    margin-bottom: -9px;
    color: #363646;
    font-size: 0.17rem;
  }

  .article-voice .voice-link {
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 767.98px) {
  .article-voice {
    padding-bottom: 0.57rem;
  }

  .article-voice .voice-company {
    margin-bottom: -1px;
    font-size: 0.16rem;
  }

  .article-voice .title-common-secondary {
    margin-bottom: 0.28rem;
  }

  .article-voice .voice-link {
    margin-bottom: 0.25rem;
    font-weight: 500;
  }
}

.article-comment .profile-avt {
  width: 1.36rem;
  height: 1.36rem;
  overflow: hidden;
  border-radius: 50%;
}

.article-comment .profile-avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-comment .detail-item {
  margin-bottom: 0;
}

.article-comment .info-name {
  font-weight: 700;
}

.article-comment .text-left {
  font-weight: 700;
}

.article-comment .text-left::after {
  content: "/";
}

@media print, (min-width: 768px) {
  .article-comment .title-common-secondary {
    margin-bottom: 18px;
  }

  .article-comment .comment-profile {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .article-comment .profile-avt {
    margin-right: 32px;
  }

  .article-comment .profile-info {
    padding-top: 38px;
  }

  .article-comment .info-name {
    margin-bottom: 0;
    color: #000;
    font-size: 0.17rem;
    letter-spacing: 0.024em;
  }

  .article-comment .info-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 0.024em;
  }

  .article-comment .detail-item {
    margin-right: 24px;
  }

  .article-comment .text-left {
    color: #000;
    font-size: 0.14rem;
  }

  .article-comment .text-left::after {
    margin: 0 3px 0 4px;
  }

  .article-comment .text-right {
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .article-comment .title-common-secondary {
    margin-bottom: 0.31rem;
  }

  .article-comment .info-name {
    margin-bottom: 0.03rem;
    font-size: 0.16rem;
  }

  .article-comment .comment-profile {
    text-align: center;
  }

  .article-comment .profile-info {
    margin-bottom: 0.28rem;
  }

  .article-comment .profile-avt {
    margin: 0 auto 0.13rem;
  }

  .article-comment .detail-item {
    margin-bottom: -0.02rem;
  }

  .article-comment .text-left {
    margin-right: 0.11rem;
  }

  .article-comment .text-left::after {
    position: relative;
    left: 0.06rem;
  }
}

.section-casestudy {
  background-color: #f8f8fa;
}

@media print, (min-width: 768px) {
  .section-casestudy {
    padding: 92px 0 36px;
  }

  .section-casestudy .title-common-secondary {
    margin-bottom: 43px;
    text-align: center;
  }

  .section-casestudy .study-content {
    padding-bottom: 62px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-casestudy {
    padding: 0.52rem 0 0.41rem;
  }

  .section-casestudy .title-common-secondary {
    margin-bottom: 0.31rem;
  }

  .section-casestudy .title-common-secondary .title-english {
    margin-bottom: -0.12rem;
  }

  .section-casestudy .title-common-secondary .title-japanese {
    letter-spacing: 0.072em;
  }

  .section-casestudy .list-common-study > li {
    margin-bottom: 0.15rem;
  }
}

.text-no-blog {
  margin-bottom: 0;
  color: #c6c6c6;
  font-weight: bold;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .section-blog-post.no-blog {
    padding-bottom: 232px;
  }

  .text-no-blog {
    padding: 19px 0 0 56px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-blog-post.no-blog {
    padding-bottom: 2.32rem;
  }

  .section-blog-post.no-blog .blog-wrap {
    margin-bottom: 1.99rem;
  }

  .text-no-blog {
    margin-top: 0.21rem;
    font-size: 0.22rem;
    letter-spacing: 0.072em;
  }
}
