@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;
  }
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

.checkbox-item {
  display: inline-block;
  margin-left: 0 !important;
  line-height: 1.5;
}

.checkbox-item.vertical-item {
  display: block;
}

.checkbox-item label {
  cursor: pointer;
}

.checkbox-item input {
  display: none;
}

.checkbox-item-text {
  display: block;
  position: relative;
  font-weight: 500;
}

.checkbox-item-text::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0;
  border: 1px solid #bebebe;
  background: #f0f0f0 no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .checkbox-item-text::before {
    top: 4px;
  }

  .is-chromium .checkbox-item-text::before {
    top: 2px;
  }

  .checkbox-item {
    margin-right: 15px;
    font-size: 0.14rem;
    letter-spacing: 0.024em;
  }

  .checkbox-item:last-child {
    margin-right: 0;
  }

  .checkbox-item .checkbox-item-text {
    padding: 0 0 3px 20px;
    font-size: 0.16rem;
  }

  .checkbox-item .checkbox-item-text::before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }

  .checkbox-item input:checked + .checkbox-item-text::before {
    border-color: #bebebe;
    background: #f0f0f0 url(../img/common/icn_radio_01.svg) center center/100% no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .checkbox-item {
    display: block;
    font-size: 0.16rem;
    line-height: 1.625;
  }

  .checkbox-item .checkbox-item-text {
    padding: 0.04rem 0 0.03rem 0.32rem;
    color: #222;
    font-weight: 400;
  }

  .checkbox-item .checkbox-item-text::before {
    width: 0.26rem;
    height: 0.26rem;
  }

  .checkbox-item {
    margin: 0 0.28rem 0.07rem 0;
  }

  .checkbox-item .checkbox-item-text::before {
    top: 0.05rem;
    border-radius: 50%;
  }

  .checkbox-item input:checked + .checkbox-item-text::before {
    border-color: #bebebe;
    background: #f0f0f0 url(../img/common/icn_radio_02.svg) center center/100% no-repeat;
  }
}

@media print, (min-width: 768px) {
  .block-checkbox {
    position: absolute;
    top: 32px;
    right: 0;
  }

  .block-checkbox .checkbox-row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-checkbox {
    margin-bottom: 0.14rem;
  }

  .block-checkbox .wrapper {
    padding: 0;
  }

  .block-checkbox .checkbox-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.28rem;
  }
}

@media print, (min-width: 768px) {
  .container {
    background-color: #fcfcfc;
  }
}

@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;
  }
}

.section-news .wrapper {
  position: relative;
}

.news-list {
  margin: 0 auto;
  padding-left: 0;
}

.news-list .news-time {
  color: #363646;
}

.news-list .news-tag {
  margin-right: 0.14rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.36;
}

@media print, (min-width: 768px) {
  .section-news {
    padding-top: 98px;
    padding-bottom: 205px;
  }

  .section-news .title-common-primary {
    margin-bottom: 70px;
  }

  .section-news .title-common-primary .title-english {
    color: #363646;
    font-family: Helvetica, sans-serif;
  }

  .news-list {
    width: 1000px;
  }

  .news-list > li:not(:last-child) .news-inner::before {
    border-color: #d6d6d6;
  }

  .news-list .news-inner {
    padding: 58px 0 57px;
  }

  .news-list .news-time {
    min-width: 102px;
    margin-right: 0;
    font-size: 0.15rem;
    letter-spacing: 0.094em;
  }

  .news-list .news-tag {
    padding: 4px 15px 5px;
  }

  .news-list .news-title {
    margin-left: 5px;
    color: #252531;
  }

  .pagination-common {
    margin-top: 149px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news {
    padding-top: 0.48rem;
  }

  .section-news .title-common-primary {
    margin-bottom: 0.44rem;
  }

  .section-news .pagination-common {
    margin-top: 0.79rem;
  }

  .section-news .checkbox-item {
    min-width: 1.06rem;
    margin: 0 0.05rem 0.07rem 0;
  }

  .news-list > li:not(:last-child) .news-inner::before {
    border-color: #e6e6e6;
  }

  .news-list > li:last-child .news-inner::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200%;
    height: 0;
    border: 1px solid #e6e6e6;
  }

  .news-list .news-inner {
    padding: 0.35rem 0 0.27rem;
  }

  .news-list .news-time {
    margin-right: 0.14rem;
    font-size: 0.14rem;
    letter-spacing: 0.1em;
  }

  .news-list .news-tag {
    min-width: 1rem;
    padding: 0.02rem 0.03rem 0.03rem;
    letter-spacing: 0.024em;
  }

  .news-list .news-title {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.875;
  }
}

.section-news-detail .detail-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.section-news-detail .heading-time {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.section-news-detail .heading-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #363646;
  color: #fff;
  font-size: 0.14rem;
  font-weight: bold;
}

.section-news-detail .button-back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-news-detail .button-back .button-text {
  display: inline-block;
  margin: 0 auto;
  color: #363646;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.section-news-detail .button-back .button-text:hover {
  color: #ff6f05;
}

@media print, (min-width: 768px) {
  .section-news-detail {
    margin-bottom: 159px;
    padding: 92px 0 91px;
  }

  .section-news-detail .wrapper {
    width: 836px;
  }

  .section-news-detail .detail-heading {
    margin-bottom: 16px;
  }

  .section-news-detail .heading-time {
    margin-right: 16px;
  }

  .section-news-detail .heading-tag {
    min-width: 99px;
    padding: 4px 4px 3px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }

  .is-mac .section-news-detail .heading-tag {
    padding-bottom: 4px;
  }

  .section-news-detail .detail-title {
    margin-bottom: 66px;
    font-size: 0.3rem;
    letter-spacing: 0.125em;
    line-height: 1.6666666667;
  }

  .section-news-detail .pagination {
    margin-top: 146px;
    margin-bottom: 27px;
  }

  .section-news-detail .button-back .button-text {
    transition: color 0.26s ease;
    font-size: 0.17rem;
    text-underline-offset: 7px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-news-detail {
    padding-top: 0.46rem;
  }

  .section-news-detail .detail-heading {
    margin-bottom: 0.19rem;
  }

  .section-news-detail .heading-time {
    margin-right: 0.14rem;
    padding-top: 1px;
  }

  .section-news-detail .heading-tag {
    min-width: 1rem;
    padding: 0.04rem 0.02rem 0.03rem;
    letter-spacing: 0.024em;
    line-height: 1.215;
  }

  .section-news-detail .detail-title {
    margin-bottom: 0.37rem;
    font-size: 0.22rem;
    letter-spacing: 0.1em;
    line-height: 1.4545454545;
  }

  .section-news-detail .pagination {
    margin-top: 0.54rem;
    margin-bottom: 0.23rem;
  }

  .section-news-detail .button-back .button-text {
    font-size: 0.15rem;
    text-underline-offset: 0.09rem;
  }
}
