@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;
  }
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

.news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  list-style: none;
}

.news-list > li {
  position: relative;
}

.news-list > li:not(:last-child) .news-inner {
  position: relative;
}

.news-list > li:not(:last-child) .news-inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 200%;
  height: 0;
  border-bottom: 1px solid #d6d6d6;
}

.news-list .news-item {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-list .news-item:hover + .news-inner .news-time,
.news-list .news-item:hover + .news-inner .news-tag,
.news-list .news-item:hover + .news-inner .news-title {
  opacity: 0.8;
}

.news-list .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-list .news-time {
  transition: opacity 0.26s ease;
  color: #919191;
  font-weight: bold;
}

.news-list .news-tag,
.news-list .news-title {
  display: inline-block;
  transition: opacity 0.26s ease;
}

.news-list .news-tag {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #363646;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.024em;
  line-height: 1.25;
}

.news-list .news-title {
  display: -webkit-box;
  overflow: hidden;
  color: #252531;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .news-list .news-title {
    -webkit-line-clamp: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-list .news-title {
    -webkit-line-clamp: 2;
  }
}

@media print, (min-width: 768px) {
  .news-list {
    width: 1144px;
    margin-bottom: -15px;
    padding-left: 2px;
  }

  .news-list > li {
    display: inline-block;
  }

  .news-list .news-item {
    height: calc(100% - 40px);
  }

  .news-list .news-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 31px;
  }

  .news-list .news-time {
    min-width: 121px;
    font-size: 0.16rem;
  }

  .news-list .news-tag {
    min-width: 100px;
    margin-right: 30px;
    padding: 4px 3px 2px;
    font-size: 0.16rem;
  }

  .news-list .news-title {
    -ms-flex: 1;
    flex: 1;
    font-size: 0.17rem;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767.98px) {
  .news-list {
    margin-bottom: 0.27rem;
    padding-left: 0;
  }

  .news-list .news-item {
    height: calc(100% - 0.3rem);
  }

  .news-list .news-inner {
    padding: 0.17rem 0 0.11rem;
  }

  .news-list .inner-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.09rem;
  }

  .news-list .news-time {
    margin-right: 0.12rem;
    font-size: 0.14rem;
  }

  .news-list .news-tag {
    min-width: 1rem;
    padding: 0.03rem 0.02rem;
    font-size: 0.14rem;
  }

  .news-list .news-title {
    color: #222;
    font-size: 0.14rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.1428571429;
  }
}

.list-common-blog {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.list-common-blog.list-secondary .blog-item {
  display: -ms-flexbox;
  display: flex;
}

.list-common-blog.list-primary .item-image {
  margin-bottom: 0.11rem;
}

.list-common-blog .blog-item {
  display: block;
  color: #363646;
}

.list-common-blog .item-title {
  display: -webkit-box;
  overflow: hidden;
  color: #222;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.6666666667;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-common-blog .item-info {
  color: #707070;
  font-weight: bold;
}

.list-common-blog .item-date {
  display: block;
  margin-bottom: -0.07rem;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
}

.list-common-blog .item-category {
  font-size: 0.14rem;
  letter-spacing: 0.02em;
}

@media print, (min-width: 768px) {
  .list-common-blog .item-image {
    width: 368px;
    height: 240px;
  }

  .list-common-blog .item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }

  .list-common-blog .item-title {
    margin-bottom: 11px;
  }

  .list-common-blog .item-text {
    margin-bottom: 17px;
  }

  .list-common-blog.list-primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
  }

  .list-common-blog.list-primary > li {
    width: 33.3333333333%;
    margin-bottom: 80px;
    padding: 0 40px;
  }

  .list-common-blog.list-secondary > li {
    margin-bottom: 41px;
  }

  .list-common-blog.list-secondary .item-content {
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 0 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-blog .item-title {
    margin-bottom: 0.13rem;
  }

  .list-common-blog.list-primary > li {
    margin-bottom: 0.72rem;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  }

  .list-common-blog.list-primary .item-image {
    width: 3.27rem;
    height: 2.13rem;
  }

  .list-common-blog.list-secondary {
    margin-bottom: 0;
  }

  .list-common-blog.list-secondary > li {
    margin-bottom: 0.24rem;
  }

  .list-common-blog.list-secondary .item-image {
    width: 1.59rem;
    height: 1.04rem;
    margin-bottom: 0;
  }

  .list-common-blog.list-secondary .item-title {
    margin-bottom: 0.06rem;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .list-common-blog.list-secondary .item-content {
    -ms-flex: 1;
    flex: 1;
    padding: 0.04rem 0 0 0.12rem;
  }

  .list-common-blog.list-secondary .item-info {
    padding-left: 0.02rem;
    letter-spacing: 0.1em;
  }

  .list-common-blog.list-secondary .item-date {
    margin-bottom: 0;
    font-family: Helvetica, sans-serif;
  }

  .list-common-blog.list-secondary .item-category {
    display: inline-block;
    font-size: 0.12rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}

.list-common-study {
  padding-left: 0;
  list-style: none;
}

.list-common-study .study-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.list-common-study .study-item:hover::before {
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
}

.list-common-study .study-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: -1px;
  transition: transform 0.26s ease, -webkit-clip-path 0.26s ease;
  transition: transform 0.26s ease, clip-path 0.26s ease;
  background-color: #303138;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.list-common-study .study-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/common/icn_arrow.svg) no-repeat center center/0.23rem, #ff5d07;
}

.list-common-study .study-content {
  background-color: #fff;
}

.list-common-study .study-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.list-common-study .study-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.list-common-study .study-category {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-common-study .category-item {
  position: relative;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.list-common-study .category-item span {
  display: inline-block;
}

.list-common-study .category-title {
  position: relative;
  font-weight: bold;
}

.list-common-study .category-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #efeff4;
}

.list-common-study .study-link {
  position: absolute;
  color: #000;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) {
  .list-common-study {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 44px 72px;
  }

  .list-common-study > li {
    width: 33.3333333333%;
    margin-bottom: 20px;
    padding: 0 12px;
  }

  .list-common-study .study-item {
    height: 100%;
  }

  .list-common-study .study-item::before {
    width: 30px;
    height: 30px;
  }

  .list-common-study .study-item::after {
    width: 56px;
    height: 56px;
  }

  .list-common-study .study-image {
    width: 368px;
    height: 240px;
  }

  .list-common-study .study-content {
    height: 100%;
    padding: 55px 24px 58px;
    line-height: 2;
  }

  .list-common-study .study-title {
    margin-bottom: 6px;
    color: #303138;
    font-size: 0.2rem;
    letter-spacing: 0.08em;
  }

  .list-common-study .study-text {
    display: -webkit-box;
    margin-bottom: 46px;
    overflow: hidden;
    color: #000;
    font-size: 0.16rem;
    font-weight: 500;
    letter-spacing: 0.024em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .list-common-study .study-text p:last-child {
    margin-bottom: 0;
  }

  .list-common-study .category-item {
    margin-bottom: 5px;
    color: #363646;
  }

  .list-common-study .category-title {
    margin-right: 11px;
  }

  .list-common-study .category-title::after {
    right: -4px;
    height: 14px;
  }

  .list-common-study .category-detail {
    font-weight: 500;
  }

  .list-common-study .study-link {
    right: 64px;
    bottom: 14px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .list-common-study {
    margin-bottom: 0;
  }

  .list-common-study > li:not(:last-child) {
    margin-bottom: 0.24rem;
  }

  .list-common-study .study-item::before {
    width: 0.17rem;
    height: 0.17rem;
  }

  .list-common-study .study-item::after {
    width: 0.4rem;
    height: 0.4rem;
  }

  .list-common-study .study-image {
    width: 100%;
    height: 2.13rem;
  }

  .list-common-study .study-content {
    padding: 0.21rem 0.23rem 0.61rem;
  }

  .list-common-study .study-title {
    margin-bottom: 0.15rem;
    color: #222;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }

  .list-common-study .category-item {
    margin-bottom: 0.05rem;
    color: #222;
  }

  .list-common-study .category-title {
    margin-right: 0.09rem;
  }

  .list-common-study .category-title::after {
    right: -0.04rem;
    height: 0.14rem;
  }

  .list-common-study .category-detail {
    font-weight: 400;
  }

  .list-common-study .study-link {
    right: 0.48rem;
    bottom: 0.08rem;
    font-weight: 500;
  }
}

.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%;
  }
}

@keyframes path-move-pc {
  0% {
    top: 30px;
    height: 0;
    opacity: 0;
  }

  30% {
    height: 70px;
    opacity: 1;
  }

  100% {
    top: 120px;
    height: 0;
    opacity: 0;
  }
}

@media print, (min-width: 768px) {
  .title-common-primary .title-japanese {
    font-size: 0.72rem;
  }

  .title-common-primary .title-english {
    margin-bottom: 11px;
    font-family: Helvetica, sans-serif;
  }

  .sub-title {
    font-size: 0.32rem;
    letter-spacing: 0.08em;
    line-height: 1.6875;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-japanese {
    font-size: 0.24rem;
  }

  .title-common-primary .title-english {
    margin-bottom: 0.04rem;
    padding-left: 0.15rem;
    font-family: Helvetica, sans-serif;
    font-size: 0.12rem;
    letter-spacing: 0;
  }

  .title-common-primary .title-english::before {
    top: 49%;
    width: 0.12rem;
    height: 0.06rem;
  }

  .sub-title {
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
}

.section-top-feature .feature-detail p:last-child {
  margin-bottom: 0;
}

.section-top-feature .feature-banner {
  background-color: #ff5d07;
  color: #fff;
}

.section-top-feature .banner-number {
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
}

.section-top-feature .number-pieces {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.section-top-feature .feature-technical {
  background-color: #efeff4;
}

.section-top-feature .feature-technical .item-detail {
  color: #303138;
}

.section-top-feature .feature-technical .item-note {
  display: block;
}

.section-top-feature .feature-technical .technical-quality {
  padding-left: 0;
  list-style-type: none;
}

.section-top-feature .feature-about .procedure-list {
  padding-left: 0;
  list-style-type: none;
}

.section-top-feature .feature-about .software-text {
  font-size: 0.17rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
}

.section-top-feature .feature-about .feature-procedure {
  position: relative;
  background-color: #efeff4;
}

.section-top-feature .feature-about .feature-procedure::before {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media print, (min-width: 768px) {
  .section-top-feature {
    padding-top: 228px;
  }

  .section-top-feature .wrapper {
    max-width: 1410px;
  }

  .section-top-feature .title-common-primary {
    margin-bottom: 61px;
  }

  .section-top-feature .title-common-secondary {
    margin-bottom: -3px;
  }

  .section-top-feature .feature-detail {
    color: #303138;
  }

  .section-top-feature .feature-experience .wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 480px;
  }

  .section-top-feature .feature-experience .feature-intro {
    -ms-flex-item-align: center;
    align-self: center;
    width: 400px;
  }

  .section-top-feature .feature-banner {
    display: grid;
    position: relative;
    right: -156px;
    width: 900px;
    height: 480px;
    padding: 54px 64px 0 107px;
    justify-items: center;
  }

  .section-top-feature .feature-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 99%;
    width: 200vw;
    height: 100%;
    background-color: #ff5d07;
  }

  .section-top-feature .experience-project {
    grid-row: 1;
    width: 289px;
    padding-top: 3px;
    padding-right: 34px;
    border-right: 1px solid #dbdbdb;
    text-align: center;
  }

  .section-top-feature .banner-title {
    font-size: 0.2rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }

  .section-top-feature .banner-icon {
    margin-bottom: -12px;
  }

  .section-top-feature .banner-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -49px;
    font-size: 0.8rem;
  }

  .section-top-feature .number-pieces {
    display: inline-block;
    padding-top: 30px;
    font-size: 0.3rem;
  }

  .section-top-feature .banner-left {
    display: -ms-flexbox;
    display: flex;
    width: 440px;
  }

  .section-top-feature .banner-left .banner-title {
    padding-top: 4px;
    padding-left: 18px;
  }

  .section-top-feature .is-target {
    grid-column: 2;
    margin-top: -176px;
    padding: 26px 0 0 16px;
    border-top: 1px solid #dbdbdb;
  }

  .section-top-feature .is-target .banner-number {
    margin: -52px 0 0 11px;
  }

  .section-top-feature .is-target .banner-block {
    margin-bottom: -12px;
  }

  .section-top-feature .is-cumulative {
    grid-row: 1/2;
    padding: 7px 0 0 18px;
  }

  .section-top-feature .is-cumulative .banner-number {
    margin: -52px 0 0 -10px;
  }

  .section-top-feature .feature-technical {
    padding: 128px 0 54px;
  }

  .section-top-feature .feature-technical .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-top-feature .feature-technical .feature-intro {
    width: 500px;
  }

  .section-top-feature .feature-technical .item-detail {
    margin-bottom: 0;
    font-size: 0.12rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .section-top-feature .feature-technical .technical-content {
    width: 682px;
    padding-top: 3px;
  }

  .section-top-feature .feature-technical .item-logo {
    margin-bottom: 26px;
  }

  .section-top-feature .feature-technical .technical-quality {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -6px;
  }

  .section-top-feature .feature-technical .quality-item {
    margin-bottom: 10px;
  }

  .section-top-feature .feature-technical .quality-item:not(:nth-child(2n)) {
    margin-right: 78px;
  }

  .section-top-feature .feature-technical .item-note {
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .section-top-feature .feature-about {
    padding: 133px 0 127px;
  }

  .section-top-feature .feature-about .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-top-feature .feature-about .feature-intro {
    width: 480px;
  }

  .section-top-feature .feature-about .feature-procedure {
    width: 688px;
    min-height: 336px;
    margin-top: 8px;
    padding: 65px 70px 20px 90px;
    border-radius: 170px;
  }

  .section-top-feature .feature-about .feature-procedure::before {
    top: -19px;
    width: 76px;
    height: 40px;
  }

  .section-top-feature .feature-about .procedure-software {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .section-top-feature .feature-about .software-text {
    width: 115px;
    margin-right: 15px;
  }

  .section-top-feature .feature-about .software-image {
    width: 379px;
  }
}

@media (max-width: 1341px) and (min-width: 768px) {
  .section-top-feature .feature-banner {
    right: -22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-feature {
    margin-bottom: 0.81rem;
  }

  .section-top-feature .title-common-primary {
    margin-bottom: 0.78rem;
  }

  .section-top-feature .title-common-secondary {
    margin-bottom: 0.04rem;
  }

  .section-top-feature .feature-detail {
    margin-bottom: 0.21rem;
  }

  .section-top-feature .feature-banner {
    padding: 0.29rem 0.17rem 0.02rem;
  }

  .section-top-feature .feature-experience {
    margin-bottom: 0.4rem;
  }

  .section-top-feature .experience-project,
  .section-top-feature .banner-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.18rem;
  }

  .section-top-feature .experience-project:not(:last-child),
  .section-top-feature .banner-left:not(:last-child) {
    margin-bottom: 0.22rem;
    border-bottom: 1px solid #dbdbdb;
  }

  .section-top-feature .experience-project.is-third .number-pieces,
  .section-top-feature .banner-left.is-third .number-pieces {
    right: 0.27rem;
  }

  .section-top-feature .experience-project.is-third .banner-number,
  .section-top-feature .banner-left.is-third .banner-number {
    padding-bottom: 10px;
  }

  .section-top-feature .experience-project.is-third .banner-number,
  .section-top-feature .banner-left.is-third .banner-number {
    padding-left: 20px;
  }

  .section-top-feature .banner-number {
    font-size: 0.6rem;
    letter-spacing: -0.01em;
  }

  .section-top-feature .banner-icon {
    position: relative;
    top: -0.07rem;
    width: 0.76rem;
    margin-right: 0.1rem;
  }

  .section-top-feature .banner-block {
    position: relative;
    min-width: 1.6rem;
  }

  .section-top-feature .banner-title {
    margin-bottom: -0.21rem;
    font-size: 0.16rem;
    font-weight: 400;
    text-align: center;
  }

  .section-top-feature .number-pieces {
    position: absolute;
    right: -0.03rem;
    bottom: 0.26rem;
    padding-left: 0.05rem;
    font-size: 0.22rem;
    font-weight: bold;
  }

  .section-top-feature .feature-technical {
    padding: 0.77rem 0 0.54rem;
  }

  .section-top-feature .feature-technical .title-common-secondary {
    margin-bottom: 0.07rem;
  }

  .section-top-feature .feature-technical .feature-intro {
    margin-bottom: 0.7rem;
  }

  .section-top-feature .feature-technical .item-detail {
    font-size: 0.12rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }

  .section-top-feature .feature-technical .item-logo {
    width: 2.24rem;
    margin-bottom: 0.15rem;
  }

  .section-top-feature .feature-technical .quality-item:not(:last-child) {
    margin-bottom: 0.54rem;
  }

  .section-top-feature .feature-technical .item-note {
    margin-top: 5px;
    letter-spacing: 0.09em;
  }

  .section-top-feature .feature-about {
    padding-top: 0.67rem;
  }

  .section-top-feature .feature-about .title-common-secondary {
    margin-bottom: 0.07rem;
  }

  .section-top-feature .feature-about .experience-title {
    margin-bottom: 0.16rem;
  }

  .section-top-feature .feature-about .feature-intro {
    margin-bottom: 0.55rem;
  }

  .section-top-feature .feature-about .feature-procedure {
    border-radius: 0.16rem;
  }

  .section-top-feature .feature-about .feature-procedure::before {
    top: -0.16rem;
    width: 0.72rem;
    height: 0.37rem;
  }

  .section-top-feature .feature-about .procedure-list {
    padding: 0.51rem 0 0.38rem 0.15rem;
  }

  .section-top-feature .feature-about .procedure-software:not(:last-child) {
    margin-bottom: 0.09rem;
  }

  .section-top-feature .feature-about .software-text {
    display: inline-block;
    margin-bottom: 0.02rem;
  }

  .section-top-feature .feature-about .software-image {
    width: 2.96rem;
  }
}

.section-top-service .title-common-primary .title-english,
.section-top-service .title-common-primary .title-japanese {
  color: #fff;
}

.section-top-service .service-intro {
  color: #fff;
}

.section-top-service .button-text::before {
  background-color: #566076;
}

@media print, (min-width: 768px) {
  .section-top-service {
    padding: 150px 0 160px;
  }

  .section-top-service .wrapper {
    max-width: 1410px;
  }

  .section-top-service .service-intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
  }

  .section-top-service .title-common-primary {
    margin-top: -28px;
  }

  .section-top-service .service-subtitle {
    margin-bottom: 6px;
  }

  .section-top-service .service-detail {
    width: 686px;
    font-size: 0.17rem;
  }

  .section-top-service .service-list {
    margin: 0 146px 44px;
  }

  .section-top-service .service-list > li {
    width: 50%;
    margin-bottom: 16px;
    padding: 0 8px;
  }

  .section-top-service .service-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 87px 49px 84px 24px;
  }

  .section-top-service .service-item::before {
    width: 31px;
    height: 31px;
  }

  .section-top-service .service-item::after {
    width: 56px;
    height: 56px;
  }

  .section-top-service .service-content {
    width: 380px;
  }

  .section-top-service .service-title {
    display: -webkit-box;
    min-height: unset;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .section-top-service .service-title span {
    display: inline-block;
    position: relative;
    top: -3px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .section-top-service .service-icon {
    position: relative;
    top: -8px;
    left: -8px;
    margin: 0 auto -12px;
  }

  .section-top-service .service-description {
    color: #303138;
    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;
  }

  .section-top-service .service-more {
    right: 30px;
    bottom: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-service {
    padding-top: 0.69rem;
    padding-bottom: 0.72rem;
  }

  .section-top-service .title-common-primary {
    margin-bottom: 0.38rem;
  }

  .section-top-service .service-subtitle {
    margin-bottom: 0.1rem;
  }

  .section-top-service .service-detail {
    margin-bottom: 0.53rem;
    font-size: 0.16rem;
  }

  .section-top-service .service-list {
    margin-bottom: 0.56rem;
  }

  .section-top-service .service-title span {
    margin-top: 0.05rem;
  }

  .section-top-service .service-icon {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto 0.07rem;
  }

  .section-top-service .service-description {
    margin-bottom: 0.54rem;
  }
}

.section-top-company {
  background-color: #252531;
  color: #fff;
}

.section-top-company .title-english,
.section-top-company .title-japanese {
  color: #fff;
}

.section-top-company .button-text::before {
  background-color: #566076;
}

@media print, (min-width: 768px) {
  .section-top-company {
    position: relative;
    padding: 135px 0 92px;
  }

  .section-top-company .company-content {
    width: 622px;
    padding-left: 22px;
  }

  .section-top-company .is-flex {
    display: inline-block;
  }

  .section-top-company .title-common-primary {
    margin-bottom: 60px;
  }

  .section-top-company .company-subtitle {
    margin-bottom: 6px;
  }

  .section-top-company .company-description {
    margin-bottom: 61px;
  }

  .section-top-company .company-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50% - 203px);
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-company {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0.32rem;
    padding-bottom: 0.72rem;
  }

  .wrapper {
    -ms-flex-order: 1;
    order: 1;
  }

  .title-common-primary {
    margin-bottom: 0.38rem;
  }

  .company-banner {
    -ms-flex-order: 0;
    order: 0;
    width: 3.27rem;
    height: 2.3rem;
    margin: 0 auto 0.38rem;
  }

  .company-subtitle {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }

  .company-description {
    margin-bottom: 0.35rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 2.1428571429;
  }

  .company-description p:last-child {
    margin-bottom: 0;
  }
}

.section-top-keyvisual {
  position: relative;
}

.section-top-keyvisual::before {
  content: "";
  position: absolute;
  z-index: 1;
}

.section-top-keyvisual .wrapper {
  position: relative;
}

.section-top-keyvisual .wrapper::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.section-top-keyvisual .keyvisual-content {
  position: relative;
  z-index: 2;
}

.section-top-keyvisual .keyvisual-text {
  font-weight: bold;
}

.section-top-keyvisual .keyvisual-text p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding-top: 32px;
    padding-bottom: 51px;
  }

  .section-top-keyvisual::before {
    top: 39px;
    left: 50%;
    width: calc(100% + 51px);
    height: 692px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/top/keyvisual_img_01.png) 100% 100%/100% 100% no-repeat;
  }

  .section-top-keyvisual::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 677px;
    left: calc(50% + 823px);
    width: 100vw;
    height: 65px;
    background-color: #fff;
  }

  .section-top-keyvisual .wrapper {
    padding-top: 460px;
  }

  .section-top-keyvisual .wrapper::before {
    top: -123px;
    right: -248px;
    width: 811px;
    height: 953px;
    background: url(../img/common/bgr_keyvisual.png) center/contain no-repeat;
  }

  .section-top-keyvisual .keyvisual-content {
    left: -56px;
  }

  .section-top-keyvisual .keyvisual-title {
    width: 606px;
    margin-bottom: 26px;
  }

  .section-top-keyvisual .keyvisual-text {
    color: #000;
    font-size: 0.16rem;
    letter-spacing: 0.024em;
    line-height: 2;
  }

  .section-top-keyvisual .keyvisual-scroll {
    position: absolute;
    bottom: -122px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .section-top-keyvisual .keyvisual-scroll::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1px;
    height: 70px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: path-move-pc 1.4s ease-in-out infinite;
    border-left: 1px solid #303138;
  }

  .section-top-keyvisual .scroll-text {
    display: block;
    height: 150px;
    color: #303138;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.16rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

@media (max-width: 1450px) and (min-width: 768px) {
  .section-top-keyvisual .keyvisual-content {
    left: 0;
  }
}

@media (min-width: 2200px) {
  .section-top-keyvisual::after {
    left: calc(50% + 960px);
  }
}

@media (min-width: 2600px) {
  .section-top-keyvisual::after {
    left: calc(50% + 1130px);
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding-bottom: 0.93rem;
  }

  .section-top-keyvisual .wrapper::before {
    top: 0;
    right: 0;
    width: 3.45rem;
    height: 4.06rem;
    background: url(../img/top/sp/keyvisual_decor_01.png) center/contain no-repeat;
  }

  .section-top-keyvisual .keyvisual-image {
    position: relative;
    z-index: 1;
    top: 1.03rem;
    left: -0.25rem;
    width: 3.85rem;
    margin-bottom: -2rem;
  }

  .section-top-keyvisual .keyvisual-content {
    left: 0;
    padding-top: 3.72rem;
  }

  .section-top-keyvisual .keyvisual-title {
    width: 2.68rem;
    margin: 0 0 0.11rem 0.1rem;
  }

  .section-top-keyvisual .keyvisual-text {
    color: #303138;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 2.1428571429;
  }
}

.section-top-study {
  background-color: #efeff4;
}

.section-top-study .title-common-primary {
  text-align: center;
}

.section-top-study .title-common-primary .title-english {
  display: inline-block;
}

@media print, (min-width: 768px) {
  .section-top-study {
    padding-top: 141px;
    padding-bottom: 160px;
  }

  .section-top-study .title-common-primary {
    margin-bottom: 89px;
  }

  .section-top-study .title-common-primary .title-english {
    margin-bottom: 8px;
  }

  .section-top-study .title-common-primary .title-japanese {
    font-size: 0.72rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-study {
    padding-top: 0.48rem;
    padding-bottom: 0.72rem;
  }

  .section-top-study .title-common-primary {
    margin-bottom: 0.42rem;
  }

  .section-top-study .title-common-primary .title-english {
    margin-bottom: 0.04rem;
  }

  .section-top-study .title-common-primary .title-japanese {
    font-size: 0.24rem;
  }
}

.section-top-news .news-list > li:not(:last-child) .news-inner::before {
  display: none;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding-top: 147px;
    padding-bottom: 200px;
  }

  .section-top-news .title-common-primary {
    margin-bottom: 56px;
    text-align: center;
  }

  .section-top-news .title-common-primary .title-english {
    display: inline-block;
  }

  .section-top-news .news-list {
    width: unset;
    margin: 0 173px 48px;
    padding-left: 0;
  }

  .section-top-news .news-list .news-title {
    color: #303138;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding-top: 0.7rem;
    padding-bottom: 1.6rem;
  }

  .section-top-news .title-common-primary {
    margin: 0 0 0.24rem;
  }

  .section-top-news .title-common-primary .title-english {
    margin-bottom: 0.03rem;
  }

  .section-top-news .news-list {
    margin-bottom: 0.4rem;
  }
}

.section-top-recruit .wrapper {
  display: -ms-flexbox;
  display: flex;
}

.section-top-recruit .recruit-image {
  position: relative;
  z-index: 1;
}

.section-top-recruit .recruit-image::before {
  content: "";
  position: absolute;
  height: 8px;
  background: #ff5d07;
}

.section-top-recruit .recruit-content {
  position: relative;
  -ms-flex: 1;
  flex: 1;
}

.section-top-recruit .recruit-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ff5d07;
  pointer-events: none;
}

.section-top-recruit .recruit-title {
  color: #fff;
  font-weight: bold;
}

.section-top-recruit .title-japanese {
  display: block;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.section-top-recruit .title-japanese::before {
  content: "";
  position: absolute;
}

.section-top-recruit .title-english {
  position: relative;
  letter-spacing: 0;
}

@media print, (min-width: 768px) {
  .section-top-recruit {
    padding-bottom: 160px;
  }

  .section-top-recruit .wrapper {
    padding: 0 52px 0 97px;
  }

  .section-top-recruit .recruit-image {
    width: 528px;
    margin-top: 100px;
  }

  .section-top-recruit .recruit-image::before {
    top: 45px;
    left: -49px;
    width: 120px;
  }

  .section-top-recruit .recruit-content {
    margin-left: -332px;
    padding: 152px 40px 100px 373px;
  }

  .section-top-recruit .recruit-title {
    margin-bottom: -13px;
  }

  .section-top-recruit .title-japanese {
    margin-bottom: -14px;
    padding-left: 50px;
    font-size: 0.24rem;
  }

  .section-top-recruit .title-japanese::before {
    top: -8px;
    left: 2px;
    width: 42px;
    height: 42px;
    background: url("../img/top/icn_recruit.png") center/contain no-repeat;
  }

  .section-top-recruit .title-english {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-recruit {
    padding-bottom: 1.4rem;
  }

  .section-top-recruit .wrapper {
    margin: 0 -0.24rem 0 0;
  }

  .section-top-recruit .recruit-image {
    width: 2.6rem;
    margin-top: 0.34rem;
    pointer-events: none;
  }

  .section-top-recruit .recruit-image::before {
    top: 0.3rem;
    left: -0.24rem;
    width: 0.55rem;
  }

  .section-top-recruit .recruit-content {
    margin-left: -2.05rem;
    padding: 2.08rem 0.2rem 0.2rem 0.32rem;
  }

  .section-top-recruit .recruit-content::before {
    height: calc(100% - 0.49rem);
  }

  .section-top-recruit .recruit-title {
    margin-bottom: 0.15rem;
  }

  .section-top-recruit .title-japanese {
    margin-bottom: -0.12rem;
    padding-left: 0.34rem;
    font-size: 0.16rem;
  }

  .section-top-recruit .title-japanese::before {
    top: -0.03rem;
    left: 0.02rem;
    width: 0.25rem;
    height: 0.24rem;
    background: url("../img/top/icn_recruit.png") center/contain no-repeat;
  }

  .section-top-recruit .title-english {
    padding-left: 0.02rem;
    font-size: 0.52rem;
  }
}

@media print, (min-width: 768px) {
  .section-top-contact {
    padding-bottom: 160px;
  }

  .section-top-contact .wrapper {
    max-width: 1412px;
  }

  .section-top-contact .banner-common-contact {
    margin-bottom: 0;
  }

  .section-top-contact .banner-common-contact .banner-link::before {
    top: -22px;
    right: -22px;
    bottom: -22px;
    left: -22px;
    border-width: 22px;
  }

  .section-top-contact .banner-common-contact .banner-wrap {
    width: unset;
  }

  .section-top-contact .banner-common-contact .banner-content {
    padding: 132px 20px 40px 210px;
  }

  .section-top-contact .banner-common-contact .banner-content::before {
    top: 25px;
    left: -11px;
    font-size: 0.98rem;
  }

  .section-top-contact .banner-common-contact .banner-title {
    margin-bottom: 26px;
    font-size: 0.54rem;
  }

  .section-top-contact .banner-common-contact .banner-text {
    padding-left: 3px;
    font-weight: bold;
  }

  .section-top-contact .banner-common-contact .banner-inner {
    bottom: 132px;
    left: 210px;
  }

  .section-top-contact .banner-common-contact .inner-tel {
    margin-bottom: 14px;
  }

  .section-top-contact .banner-common-contact .banner-image {
    width: 571px;
  }
}

@media (max-width: 1420px) and (min-width: 768px) {
  .section-top-contact .banner-common-contact .banner-content {
    padding-left: 150px;
  }

  .section-top-contact .banner-common-contact .banner-inner {
    left: 150px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-contact .wrapper {
    padding: 0;
  }
}

.section-top-blog .title-common-primary {
  text-align: center;
}

.section-top-blog .title-common-primary .title-english {
  display: inline-block;
}

@media print, (min-width: 768px) {
  .section-top-blog {
    padding-top: 147px;
    padding-bottom: 159px;
  }

  .section-top-blog .title-common-primary {
    margin-bottom: 97px;
  }

  .section-top-blog .title-common-primary .title-japanese {
    font-size: 0.72rem;
  }

  .section-top-blog .list-blog-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -4px 13px;
  }

  .section-top-blog .list-blog-detail.list-secondary .blog-item {
    display: block;
  }

  .section-top-blog .list-blog-detail.list-secondary .item-content {
    padding: 0;
  }

  .section-top-blog .list-blog-detail > li {
    width: 33.3333333333%;
    margin-bottom: 80px;
    padding: 0 28px;
  }

  .section-top-blog .list-blog-detail .item-image {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-blog {
    padding-top: 0.51rem;
    padding-bottom: 0.8rem;
  }

  .section-top-blog .title-common-primary {
    margin-bottom: 0.42rem;
  }

  .section-top-blog .title-common-primary .title-english {
    margin-bottom: 0.04rem;
  }

  .section-top-blog .title-common-primary .title-japanese {
    font-size: 0.24rem;
  }

  .section-top-blog .list-common-blog.list-secondary {
    margin-bottom: 0.8rem;
  }
}

@media print, (min-width: 768px) {
  .list-common-study .study-category {
    margin-right: -20px;
  }
}
