@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  opacity: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media print, (width >= 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (width < 1024px) {
  html.is-has-menu {
    overflow: hidden;
  }
}
@media only screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
  html:has(body.is-modal-open) {
    overflow: hidden;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body * {
  letter-spacing: 0;
}
@media print, (width >= 768px) {
  body {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
  body.is-modal-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
  }
  .is-tablet body.is-modal-open {
    position: unset;
    overflow: unset;
  }
}
@media only screen and (width < 768px) {
  body {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  body.is-modal-open {
    overflow: hidden;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.03rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.u-hidden {
  display: none;
}

.u-font-roboto-slab {
  font-family: "Roboto Slab", serif;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-container.is-english-page {
  font-family: "Roboto", sans-serif;
}
.l-container.is-english-page .u-display-japanese {
  display: none;
}
.l-container:not(.is-english-page) .u-display-english {
  display: none;
}
@media only screen and (width < 768px) {
  .l-container {
    min-width: 3.2rem;
  }
}

@media print, (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 40px);
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (width >= 768px) {
  .l-main {
    background-color: #f1f1f1;
  }
}
@media only screen and (width < 768px) {
  .l-main {
    background-color: #f7f7f7;
  }
}

.l-footer {
  background-color: #2e2e2e;
  color: #fff;
}
@media print, (width >= 768px) {
  .l-footer {
    padding: 74px 0 70px;
  }
  .l-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto;
    padding: 49px 0 0;
    border-top: 1px solid #d9d9d9;
  }
  .is-english-page .l-footer__wrapper {
    max-width: 880px;
  }
}
@media only screen and (width < 768px) {
  .l-footer {
    padding: 0.32rem 0 0.3rem;
  }
  .l-footer__wrapper {
    padding: 0 0.2rem;
  }
}

.l-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-inner__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.l-footer-inner__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-footer-inner__text {
  font-weight: 500;
}
.l-footer-inner__text--english {
  font-weight: 400;
}
.l-footer-inner__address {
  display: block;
}
@media print, (width >= 768px) {
  .l-footer-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 532px;
  }
  .l-footer-inner__logo {
    width: 90px;
  }
  .l-footer-inner__content {
    padding-left: 40px;
  }
  .l-footer-inner__text {
    font-size: 0.17rem;
    line-height: 1.2;
  }
  .is-english-page .l-footer-inner__text {
    font-size: 0.2rem;
  }
  .l-footer-inner__text--english {
    font-size: 0.13rem;
  }
  .l-footer-inner__address {
    margin-top: 10px;
    font-size: 0.13rem;
    line-height: 1.6153846154;
  }
  .is-english-page .l-footer-inner__address {
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .l-footer-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer-inner__logo {
    width: 0.7rem;
  }
  .l-footer-inner__content {
    padding-left: 0.4rem;
  }
  .l-footer-inner__text {
    font-size: 0.13rem;
    line-height: 1.2;
  }
  .is-english-page .l-footer-inner__text {
    font-size: 0.17rem;
    line-height: 1;
  }
  .l-footer-inner__address {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    line-height: 1.4166666667;
  }
  .is-english-page .l-footer-inner__address {
    margin-top: 0.12rem;
    line-height: 1.5833333333;
  }
}

.l-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.12rem;
  line-height: 1.6666666667;
}
.l-footer-bottom__policy {
  display: block;
  text-decoration: none;
  pointer-events: none;
}
.l-footer-bottom__policy-text {
  display: inline-block;
  padding: 0.02rem 0.05rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1.3333333333;
  pointer-events: auto;
}
.l-footer-bottom__policy-text:hover {
  background-color: #fff000;
  color: #000;
}
.l-footer-bottom__copyright {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.l-footer-bottom__copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0.2rem;
  border-left: 1px solid #fff;
}
@media print, (width >= 768px) {
  .l-footer-bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 20px;
  }
  .is-firefox .l-footer-bottom__policy-text {
    padding-bottom: 3px;
  }
  .l-footer-bottom__copyright {
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media only screen and (width < 768px) {
  .l-footer-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.41rem;
  }
  .is-english-page .l-footer-bottom {
    margin-top: 0.39rem;
  }
  .l-footer-bottom__copyright {
    margin-left: 0.1rem;
    padding-left: 0.1rem;
  }
}

.l-footer-navigation {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto 50px;
}
.is-english-page .l-footer-navigation {
  max-width: 880px;
  margin-bottom: 46px;
}
.l-footer-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  gap: 2.7272727273%;
}
.is-english-page .l-footer-navigation__list {
  gap: 3.4090909091%;
}
.l-footer-navigation__item--no-hover .l-footer-navigation__link-wrapper {
  pointer-events: none;
}
.l-footer-navigation__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  font-weight: 500;
  text-decoration: none;
  pointer-events: none;
}
.is-english-page .l-footer-navigation__link {
  margin-bottom: 12px;
}
.l-footer-navigation__link-wrapper {
  display: inline-block;
  padding: 1px 5px 3px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 0.18rem;
  line-height: 1.2222222222;
  pointer-events: auto;
}
.l-footer-navigation__link--english .l-footer-navigation__link-wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
}
.is-english-page .l-footer-navigation__link-wrapper {
  font-size: 0.2rem;
}
a.l-footer-navigation__link .l-footer-navigation__link-wrapper:hover {
  background-color: #fff000;
  color: #000;
}
.l-footer-navigation__link--english {
  font-family: "Roboto", sans-serif;
}
.l-footer-navigation__sub-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-footer-navigation__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.l-footer-navigation__sub-item:last-child {
  margin-bottom: 0;
}
.is-english-page .l-footer-navigation__sub-item {
  margin-bottom: 0;
}
.l-footer-navigation__sub-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  pointer-events: none;
}
.l-footer-navigation__sub-link-wrapper {
  display: inline-block;
  padding: 1px 5px 3px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 0.12rem;
  line-height: 1.5;
  pointer-events: auto;
}
.is-english-page .l-footer-navigation__sub-link-wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.16rem;
}
.is-chromium .l-footer-navigation__sub-link-wrapper {
  padding-top: 2px;
  padding-bottom: 2px;
}
.l-footer-navigation__sub-link-wrapper:hover {
  background-color: #fff000;
  color: #000;
}
@media print, (width >= 1024px) {
  .l-footer-navigation__item:nth-child(1) {
    width: 11.8181818182%;
  }
  .l-footer-navigation__item:nth-child(2) {
    width: 20%;
  }
  .l-footer-navigation__item:nth-child(3) {
    width: 15.4545454545%;
  }
  .l-footer-navigation__item:nth-child(4) {
    width: 17.2727272727%;
  }
  .l-footer-navigation__item:nth-child(5) {
    width: 24.5454545455%;
  }
  .l-footer-navigation__item:nth-child(6) {
    width: 17.0454545455%;
  }
  .l-footer-navigation__item:nth-child(7) {
    width: 27.2727272727%;
  }
  .l-footer-navigation__item:nth-child(8) {
    width: 22.7272727273%;
  }
  .l-footer-navigation__item:nth-child(9) {
    width: 22.7272727273%;
  }
}
@media only screen and (768px <= width < 1024px) {
  .l-footer-navigation__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .is-english-page .l-footer-navigation__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l-footer-navigation__item {
    width: 30%;
    min-width: 190px;
    margin-top: 20px;
  }
  .is-english-page .l-footer-navigation__item {
    min-width: unset;
  }
  .l-footer-navigation__item:nth-child(6) {
    max-width: 100px;
  }
}

.l-button-skip {
  position: absolute;
  z-index: 10001;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}
.l-button-skip:focus {
  display: block;
  z-index: 1000;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 8px 12px 7px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.14rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.l-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: rgba(46, 46, 46, 0.5);
  color: #fff;
}
.l-header__wrapper {
  height: 100%;
}
.l-header .l-header__logo-image {
  display: none;
}
@media print, (width >= 1024px) {
  .l-header__close, .l-header__overlay, .l-header__menu {
    display: none;
  }
}
@media print, (width >= 1024px) {
  .l-header__inner {
    height: 90px;
  }
}
@media print, (width >= 768px) {
  .l-header {
    height: 90px;
  }
  .l-header.l-header--top {
    background-color: transparent;
  }
  .l-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
  }
  .l-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 230px;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (768px <= width < 1024px) {
  .l-header__close, .l-header__menu {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header__close:hover, .l-header__menu:hover {
    opacity: 0.8;
  }
}
@media only screen and (width < 1024px) {
  .l-header__menu {
    display: block;
    position: relative;
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.09rem;
    background: url("../img/common/sp/icn_menu_open.svg") center/cover no-repeat;
    cursor: pointer;
  }
  .l-header__close {
    display: block;
    position: absolute;
    z-index: 1;
    width: 0.3rem;
    height: 0.3rem;
    background: url("../img/common/sp/icn_menu_close.svg") center/cover no-repeat;
    cursor: pointer;
  }
  .l-header__overlay {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }
  .l-header__overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 3.4rem);
    height: 100%;
    pointer-events: none;
  }
  .is-has-menu .l-header__overlay::before {
    pointer-events: auto;
  }
  .is-has-menu .l-header__overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (768px <= width < 1024px) {
  .l-header__close {
    top: 30px;
    right: 36px;
  }
}
@media only screen and (width < 768px) {
  .l-header {
    height: 0.6rem;
  }
  .l-header.l-header--top {
    background-color: #2e2e2e;
  }
  .l-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.05rem 0.2rem;
  }
  .l-header__logo {
    width: 1.63rem;
  }
  .l-header__close {
    top: 0.15rem;
    right: 0.3rem;
  }
}

.l-header-navigation__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-navigation__item {
  position: relative;
}
.l-header-navigation__link {
  display: inline-block;
  position: relative;
  font-weight: 500;
  text-decoration: none;
}
.l-header-navigation__link--english {
  font-family: "Roboto Slab", serif;
}
.is-english-page .l-header-navigation__link--english {
  font-family: "Roboto", sans-serif;
}
.l-header-navigation__link-wrapper {
  display: block;
}
.l-header-navigation__sub-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-navigation__sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.14rem;
  line-height: 1.2857142857;
  text-decoration: none;
}
.l-header-navigation__language-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-navigation__language-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.14rem;
  font-weight: 700;
  text-decoration: none;
}
.l-header-navigation__language-item--active .l-header-navigation__language-link {
  background-color: #ffe600;
  color: #000;
  pointer-events: none;
}
@media print, (width >= 768px) {
  .l-header-navigation__language-link {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .l-header-navigation__language-link:hover {
    background-color: #ffe600;
    color: #000;
  }
}
@media print, (width >= 1024px) {
  .l-header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
  }
  .l-header-navigation__link {
    padding: 8px 0;
    font-size: 0.17rem;
    line-height: 1.2941176471;
  }
  .l-header-navigation__link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #fff000;
  }
  .l-header-navigation__link:hover::after {
    width: 100%;
  }
  .l-header-navigation__sub-list {
    visibility: hidden;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: solid #fff000;
    border-width: 0 1px 1px;
    opacity: 0;
  }
  .is-desktop-view .l-header-navigation__sub-list {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header-navigation__item {
    margin-right: 35px;
  }
  .l-header-navigation__item:last-child {
    margin-right: 0;
  }
  .l-header-navigation__item:hover .l-header-navigation__sub-list {
    visibility: visible;
    opacity: 1;
  }
  .l-header-navigation__item:has(.l-header-navigation__sub-list) .l-header-navigation__link {
    pointer-events: none;
  }
  .l-header-navigation__item:has(.l-header-navigation__sub-list).menu-item-102 .l-header-navigation__link, .l-header-navigation__item:has(.l-header-navigation__sub-list).menu-item-121 .l-header-navigation__link {
    pointer-events: auto;
  }
  .l-header-navigation__item--active .l-header-navigation__link::after {
    width: 100%;
  }
  .l-header-navigation__sub-item {
    border-top: 1px solid #fff000;
  }
  .l-header-navigation__sub-link {
    width: 180px;
    min-height: 50px;
    padding: 7px 20px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #000;
    font-weight: 500;
  }
  .l-header-navigation__sub-link:hover {
    background-color: #fff000;
    color: #000;
  }
  .l-header-navigation__contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
  }
  .l-header-navigation__contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 150px;
    height: 35px;
    padding: 8px 18px 7px 48px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 1.2666666667;
  }
  .l-header-navigation__contact-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: #fff;
    -webkit-mask-image: url("../img/common/icn_mail_01.svg");
    mask-image: url("../img/common/icn_mail_01.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .l-header-navigation__contact-wrapper:hover {
    background-color: #000;
    color: #ffe600;
  }
  .l-header-navigation__contact-wrapper:hover::after {
    background-color: #ffe600;
  }
  .l-header-navigation__language {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 40px;
  }
  .l-header-navigation__language-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .l-header-navigation__language-link {
    width: 27px;
    height: 27px;
    padding: 4px 2px 2px;
  }
  .is-mac .l-header-navigation__language-link {
    padding-top: 3px;
  }
  .l-header-navigation__language-link:hover {
    background-color: #ffe600;
    color: #000;
  }
}
@media only screen and (1024px <= width < 1150px) {
  .l-header-navigation__list {
    padding-right: 20px;
  }
  .l-header-navigation__language {
    padding-left: 20px;
  }
  .l-header-navigation__item {
    margin-right: 20px;
  }
}
@media print {
  .l-header-navigation__sub-list {
    display: none;
  }
}
@media only screen and (width < 1024px) {
  .l-header-navigation {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 3.4rem;
    height: 100%;
    padding: 0.73rem 0.38rem 1.5rem;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    background-color: #2e2e2e;
  }
  .is-has-menu .l-header-navigation {
    right: 0;
  }
  .l-header-navigation__contact {
    display: none;
  }
  .l-header-navigation__list {
    position: relative;
    z-index: 1;
  }
  .l-header-navigation__item {
    margin-bottom: 0.2rem;
  }
  .l-header-navigation__item:last-child {
    margin-bottom: 0;
  }
  .l-header-navigation .menu-item-97 .l-header-navigation__link[href],
  .l-header-navigation .menu-item-115 .l-header-navigation__link[href],
  .l-header-navigation .menu-item-109 .l-header-navigation__link[href] {
    padding-left: 0;
    pointer-events: none;
  }
  .l-header-navigation .menu-item-97 .l-header-navigation__link[href]::before,
  .l-header-navigation .menu-item-115 .l-header-navigation__link[href]::before,
  .l-header-navigation .menu-item-109 .l-header-navigation__link[href]::before {
    opacity: 0;
  }
  .l-header-navigation__link {
    min-height: 0.35rem;
    padding: 0.08rem 0;
    font-size: 0.16rem;
    line-height: 1.125;
  }
  .is-english-page .l-header-navigation__link {
    font-size: 0.18rem;
    line-height: 1;
  }
  .l-header-navigation__link[href] {
    position: relative;
    padding-left: 0.22rem;
  }
  .l-header-navigation__link[href]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.18rem;
    height: 0.18rem;
    margin-top: -0.1rem;
    background: url("../img/common/icn_arrow_01.svg") center/cover no-repeat;
  }
  .l-header-navigation__sub-list {
    padding-top: 0.09rem;
  }
  .l-header-navigation__sub-item {
    margin-bottom: 0.05rem;
  }
  .l-header-navigation__sub-item:last-child {
    margin-bottom: 0;
  }
  .l-header-navigation__sub-link {
    position: relative;
    padding: 0.02rem 0 0.02rem 0.29rem;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.2857142857;
  }
  .is-english-page .l-header-navigation__sub-link {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .l-header-navigation__sub-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.05rem;
    width: 0.14rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    background: url("../img/common/icn_arrow_01.svg") center/cover no-repeat;
  }
  .l-header-navigation__language {
    position: relative;
    z-index: 1;
    padding: 0.22rem 0 0 0.09rem;
  }
  .is-english-page .l-header-navigation__language {
    padding-top: 0.41rem;
  }
  .l-header-navigation__language-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.06rem;
  }
  .is-english-page .l-header-navigation__language-list {
    gap: 0.1rem;
  }
  .l-header-navigation__language-link {
    width: 0.35rem;
    height: 0.35rem;
    padding: 0.02rem;
  }
}
@media only screen and (768px <= width < 1024px) {
  .l-header-navigation__link[href] {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header-navigation__link[href]:hover {
    opacity: 0.7;
  }
  .l-header-navigation__sub-link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header-navigation__sub-link:hover {
    opacity: 0.7;
  }
  .l-header-navigation__language-link {
    padding-top: 3px;
  }
}
@media only screen and (width < 768px) {
  .l-header-navigation {
    overflow-y: auto;
  }
}

@media print, (width >= 1024px) {
  .l-header--top {
    height: 228px;
  }
  .l-header--top .l-header__wrapper {
    max-width: 1358px;
  }
  .l-header--top .l-header__inner {
    padding-right: 90px;
  }
  .l-header--top .l-header__logo {
    width: 183px;
    margin-top: 7px;
  }
  .l-header--top .l-header__logo .u-image {
    display: none;
  }
  .l-header--top .l-header__logo .l-header__logo-image {
    display: block;
  }
  .l-header--top .l-header-navigation__contact {
    display: none;
  }
  .l-header--top .l-header-navigation__list {
    padding-right: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .l-header--top .l-header-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 202px;
    min-height: 60px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    border-top: 1px solid transparent;
    border-right: 1px solid #ffe600;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 0.16rem;
    font-weight: 700;
  }
  .l-header--top .l-header-navigation__link::after {
    visibility: hidden;
    opacity: 0;
  }
  .is-english-page .l-header--top .l-header-navigation__link {
    width: 212px;
    font-size: 0.2rem;
  }
  .l-header--top a.l-header-navigation__link:hover {
    background-color: #fff000;
    color: #000;
  }
  .l-header--top .menu-item-97 a.l-header-navigation__link:hover,
  .l-header--top .menu-item-115 a.l-header-navigation__link:hover,
  .l-header--top .menu-item-109 a.l-header-navigation__link:hover {
    background-color: transparent;
    color: #fff;
  }
  .l-header--top .l-header-navigation__item {
    margin-right: -1px;
  }
  .l-header--top .l-header-navigation__item:nth-child(1), .l-header--top .l-header-navigation__item:nth-child(6) {
    display: none;
  }
  .l-header--top .l-header-navigation__item:last-child, .l-header--top .l-header-navigation__item:nth-child(5) {
    margin-right: 0;
  }
  .l-header--top .l-header-navigation__item:last-child .l-header-navigation__link, .l-header--top .l-header-navigation__item:nth-child(5) .l-header-navigation__link {
    width: 202px;
    border-right: 1px solid transparent;
  }
  .l-header--top .l-header-navigation__item:last-child:hover .l-header-navigation__link, .l-header--top .l-header-navigation__item:nth-child(5):hover .l-header-navigation__link {
    border-right-color: #ffe600;
  }
  .l-header--top .l-header-navigation__item:hover .l-header-navigation__link {
    border-color: #ffe600;
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header--top .menu-item-97:hover .l-header-navigation__link,
  .l-header--top .menu-item-115:hover .l-header-navigation__link,
  .l-header--top .menu-item-109:hover .l-header-navigation__link {
    pointer-events: none;
  }
  .l-header--top .l-header-navigation__sub-list {
    width: 100%;
  }
  .l-header--top .l-header-navigation__sub-link {
    width: 100%;
    min-height: 60px;
    font-size: 0.15rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
  .is-english-page .l-header--top .l-header-navigation__sub-link {
    font-size: 0.17rem;
    line-height: 1.1764705882;
  }
  .l-header--top .l-header-navigation__language-link {
    width: 30px;
    height: 30px;
    font-size: 0.16rem;
  }
  .is-english-page .l-header--top .l-header-navigation__language {
    padding-left: 51px;
  }
}
@media only screen and (1024px <= width < 1200px) {
  .l-header--top .l-header__wrapper {
    width: 100%;
  }
  .l-header--top .l-header__inner {
    padding-right: 65px;
  }
  .l-header--top .l-header-navigation__language {
    padding-left: 20px;
  }
  .l-header--top .l-header-navigation__link {
    width: 184px;
  }
  .l-header--top .l-header__logo {
    width: 120px;
  }
  .l-header--top .l-header-navigation__sub-link {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (768px <= width < 1024px) {
  .l-header--top .l-header__menu {
    margin-right: 59px;
  }
}

.c-section-keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-section-keyvisual__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-section-keyvisual__wrapper {
  position: relative;
  z-index: 1;
}
.c-section-keyvisual__title {
  margin-bottom: 0;
  color: #ffe600;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
}
.c-section-keyvisual__title.c-section-keyvisual__title--blue {
  color: #2a89e1;
}
.c-section-keyvisual__subtitle {
  position: absolute;
  color: #fff;
  font-weight: 700;
  line-height: 1.3333333333;
}
.c-section-keyvisual__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  border-top: 1px solid #fff;
}
@media print, (width >= 768px) {
  .c-section-keyvisual {
    min-height: 440px;
  }
  .c-section-keyvisual__wrapper {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
    padding: 136px 0 100px;
  }
  .c-section-keyvisual__title {
    font-size: 0.9rem;
    line-height: 1.1111111111;
  }
  .c-section-keyvisual__subtitle {
    bottom: 110px;
    left: 185px;
    font-size: 0.3rem;
  }
  .c-section-keyvisual__subtitle::before {
    left: -45px;
    width: 40px;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual {
    min-height: 2.4rem;
  }
  .c-section-keyvisual__wrapper {
    width: 100%;
    padding: 0.97rem 0.3rem 0.4rem;
  }
  .c-section-keyvisual__title {
    font-size: 0.4rem;
    line-height: 1;
  }
  .c-section-keyvisual__subtitle {
    bottom: 0.24rem;
    left: 0.57rem;
    font-size: 0.17rem;
  }
  .c-section-keyvisual__subtitle::before {
    left: -0.25rem;
    width: 0.2rem;
  }
}

.c-breadcrumb {
  position: relative;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-breadcrumb__list > li {
  position: relative;
  color: #fff;
}
.c-breadcrumb__list > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  background: url("../img/common/icn_arrow_01.svg") no-repeat center center/cover;
}
.c-breadcrumb__list > li:last-child {
  padding-right: 0;
}
.c-breadcrumb__list > li:last-child::after {
  content: none;
}
.c-breadcrumb__list a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .c-breadcrumb__list a:hover {
    opacity: 0.8;
  }
}
@media print, (width >= 768px) {
  .c-breadcrumb {
    margin-bottom: 12px;
  }
  .c-breadcrumb__list > li {
    padding-right: 25px;
    font-size: 0.12rem;
    line-height: 2.3333333333;
  }
  .c-breadcrumb__list > li::after {
    top: 50%;
    right: 6px;
    margin-top: -5px;
  }
  .is-chrome .c-breadcrumb__list > li::after {
    margin-top: -6px;
  }
  .is-english-page .c-breadcrumb__list > li::after, .is-safari .c-breadcrumb__list > li::after {
    margin-top: -7px;
  }
}
@media only screen and (width < 768px) {
  .c-breadcrumb {
    margin-bottom: 0.13rem;
  }
  .c-breadcrumb__list > li {
    padding-right: 0.25rem;
    font-size: 0.1rem;
    line-height: 2.3333333333;
  }
  .c-breadcrumb__list > li::after {
    top: 0.04rem;
    right: 0.04rem;
  }
}

.c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0.01rem solid #2a89e1;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #096fc3;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
.c-button--primary::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.17rem;
  height: 0.17rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #096fc3;
  -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
  mask-image: url("../img/common/icn_arrow_02.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media print, (width >= 768px) {
  .c-button--primary {
    width: 227px;
    min-height: 60px;
    padding: 10px 72px 10px 55px;
  }
  .c-button--primary::before {
    right: 58px;
    margin-top: -8px;
  }
  .c-button--primary:hover {
    background-color: #2a89e1;
    color: #fff;
  }
  .c-button--primary:hover::before {
    background-color: #fff;
  }
}
@media only screen and (width < 768px) {
  .c-button--primary {
    width: 2rem;
    min-height: 0.5rem;
    padding: 0.05rem 0.6rem 0.05rem 0.4rem;
  }
  .c-button--primary::before {
    right: 0.42rem;
    margin-top: -0.09rem;
  }
}

.c-heading--primary {
  position: relative;
  font-weight: 700;
  line-height: 1.3333333333;
}
.is-english-page .c-heading--primary {
  font-family: "Roboto Slab", serif;
}
.c-heading--primary::before {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000;
}
.c-heading--secondary {
  font-weight: 700;
  line-height: 1.6;
}
.is-english-page .c-heading--secondary {
  font-family: "Roboto Slab", serif;
}
.c-heading--tertiary {
  font-weight: 700;
  line-height: 1.5555555556;
}
@media print, (width >= 768px) {
  .c-heading--primary {
    margin-bottom: 40px;
    font-size: 0.3rem;
  }
  .is-english-page .c-heading--primary {
    font-size: 0.33rem;
    line-height: 1.2121212121;
  }
  .c-heading--primary::before {
    top: 21px;
    left: -45px;
    width: 40px;
  }
  .c-heading--secondary {
    margin-bottom: 20px;
    font-size: 0.25rem;
  }
  .c-heading--secondary.c-heading--sz4 {
    font-size: 0.2rem;
    line-height: 2;
  }
  .c-heading--tertiary {
    margin-bottom: 10px;
    font-size: 0.18rem;
  }
}
@media only screen and (width < 768px) {
  .c-heading--primary {
    margin-bottom: 0.18rem;
    padding-left: 0.25rem;
    font-size: 0.17rem;
  }
  .is-english-page .c-heading--primary {
    font-size: 0.2rem;
  }
  .c-heading--primary::before {
    top: 0.13rem;
    left: 0;
    width: 0.2rem;
  }
  .c-heading--secondary, .c-heading--tertiary {
    margin-bottom: 0.05rem;
    font-size: 0.16rem;
  }
}

.c-list--primary {
  font-weight: 700;
  line-height: 1.6470588235;
}
.is-english-page .c-list--primary {
  font-family: "Roboto Slab", serif;
}
.c-list--primary.c-list--em5 {
  font-weight: 400;
}
.c-list--primary .c-list__wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-list--primary .c-list__item {
  position: relative;
  margin-bottom: 0;
}
.c-list--primary .c-list__item::before {
  content: "";
  position: absolute;
  background: url("../img/common/icn_tick_01.svg") center/cover no-repeat;
}
.c-list--relate {
  position: relative;
  z-index: 1;
}
.c-list--relate .c-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-list--relate .c-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-right: 1px solid #ffe600;
  text-align: center;
}
.c-list--relate .c-list__item:last-child {
  border-right: none;
}
.c-list--relate .c-list__item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  background-color: #454545;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.c-list--relate .c-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #2e2e2e;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.c-list--relate .c-list__item--current {
  pointer-events: none;
}
.c-list--relate .c-list__item--current::after {
  opacity: 1;
}
.c-list--relate .c-list__item--current .c-list__link {
  background-color: #454545;
  color: #ffe600;
}
.c-list--recruit {
  position: relative;
  z-index: 1;
}
.c-list--recruit .c-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-list--recruit .c-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-right: 1px solid #7bbefd;
}
.c-list--recruit .c-list__item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  background-color: #454545;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.c-list--recruit .c-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
  text-decoration: none;
}
.c-list--recruit .c-list__link:hover {
  background-color: #454545;
}
.c-list--recruit .c-list__link--contact {
  background-color: #7bbefd;
  color: #000;
}
.c-list--recruit .c-list__link--contact .c-list__link-text {
  position: relative;
  padding-left: 0.34rem;
  letter-spacing: -0.03em;
}
.c-list--recruit .c-list__link--contact .c-list__link-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.05rem;
  width: 0.22rem;
  height: 0.22rem;
  background: url("../img/common/icn_mail_01.svg") no-repeat center/auto 100%;
}
.c-list--recruit .c-list__link--contact:hover {
  background-color: #57a9f6;
  color: #000;
}
.c-list--recruit .c-list__item--current {
  pointer-events: none;
}
.c-list--recruit .c-list__item--current::after {
  opacity: 1;
}
.c-list--recruit .c-list__item--current:has(.c-list__link--contact)::after {
  background-color: #7bbefd;
}
.c-list--recruit .c-list__item--current .c-list__link {
  background-color: #454545;
  color: #7bbefd;
}
.c-list--recruit .c-list__item--current .c-list__link--contact {
  background-color: #7bbefd;
  color: #000;
}
.c-list--dot .c-list__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list--dot .c-list__wrapper .c-list__item {
  position: relative;
  margin-bottom: 0.15rem;
  padding-left: 0.16rem;
  line-height: 1.3333333333;
}
.c-list--dot .c-list__wrapper .c-list__item:last-child {
  margin-bottom: 0;
}
.c-list--dot .c-list__wrapper .c-list__item::before {
  content: "";
  position: absolute;
  top: 0.07rem;
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background-color: #2a89e1;
}
.c-list--number .c-list__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list-counter;
}
.c-list--number .c-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.05rem;
  counter-increment: list-counter;
}
.c-list--number .c-list__item::before {
  content: counter(list-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-family: "Roboto Serif", serif;
  font-weight: 700;
}
.is-safari .c-list--number .c-list__item::before {
  top: 0.01rem;
}
.c-list--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -0.04rem;
  padding-left: 0;
  list-style: none;
}
.c-list--tag .c-list__item {
  margin-right: 0.02rem;
  margin-bottom: 0.01rem;
}
@media print, (width >= 768px) {
  .c-list--primary {
    font-size: 0.17rem;
  }
  .c-list--primary .c-list__item {
    padding: 5px 0 5px 26px;
  }
  .c-list--primary .c-list__item::before {
    top: 10px;
    left: -2px;
    width: 20px;
    height: 20px;
  }
  .is-firefox .c-list--primary .c-list__item::before {
    top: 11px;
  }
  .c-list--primary + .c-heading--secondary {
    margin-top: 30px;
  }
  .c-list--primary + .c-heading--tertiary {
    margin-top: 25px;
  }
  .c-list--primary.c-list--sz4 {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .c-list--primary.c-list--sz3 {
    font-size: 0.15rem;
    line-height: 1.8666666667;
  }
  .c-list--relate {
    margin-top: -30px;
  }
  .c-list--relate .l-wrapper {
    max-width: 1000px;
  }
  .c-list--relate .c-list__item {
    width: 100%;
  }
  .c-list--relate .c-list__item::after {
    top: calc(100% - 1px);
    width: 23px;
    height: 13px;
  }
  .c-list--relate .c-list__link {
    height: 60px;
    padding: 15px 10px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .is-english-page .c-list--relate .c-list__link {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .c-list--relate .c-list__link:hover {
    background-color: #454545;
  }
  .c-list--recruit {
    margin-top: -30px;
  }
  .c-list--recruit .l-wrapper {
    max-width: 1000px;
  }
  .c-list--recruit .c-list__item {
    width: 100%;
  }
  .c-list--recruit .c-list__item::after {
    top: calc(100% - 1px);
    width: 23px;
    height: 13px;
  }
  .c-list--recruit .c-list__link {
    min-height: 60px;
    padding: 15px 10px;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .c-list--number .c-list__item {
    min-height: 28px;
    padding-left: 36px;
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
  .c-list--number .c-list__item::before {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .is-safari .is-english-page .c-list--number .c-list__item::before {
    top: -1px;
  }
}
@media only screen and (width < 768px) {
  .c-list--primary .c-list__item {
    padding: 0.05rem 0 0.07rem 0.26rem;
    font-size: 0.15rem;
  }
  .c-list--primary .c-list__item::before {
    top: 0.07rem;
    left: -0.02rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .c-list--primary + .c-heading--secondary {
    margin-top: 0.1rem;
  }
  .c-list--primary + .c-heading--tertiary {
    margin-top: 0.1rem;
  }
  .c-list--relate .l-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .c-list--relate .c-list__item {
    min-width: 0.98rem;
  }
  .c-list--relate .c-list__item::after {
    top: calc(100% - 0.04rem);
    width: 0.23rem;
    height: 0.13rem;
  }
  .c-list--relate .c-list__item--last {
    min-width: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--relate .c-list__item--wide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--relate .c-list__link {
    min-height: 0.4rem;
    padding: 0.06rem 0.05rem 0.05rem;
    font-size: 0.12rem;
    letter-spacing: -0.03em;
    line-height: 1.6666666667;
  }
  .is-english-page .c-list--relate .c-list__link {
    font-size: 0.13rem;
    letter-spacing: 0;
    line-height: 1.5384615385;
  }
  .c-list--about-us .c-list__link {
    padding-right: 0.05rem;
    padding-left: 0.05rem;
  }
  .c-list--about-us .c-list__item:nth-child(2) {
    width: 1.2rem;
  }
  .c-list--about-us .c-list__item:nth-child(3) {
    width: 1.49rem;
  }
  .c-list--recruit .l-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .c-list--recruit .c-list__item {
    min-width: 1.21rem;
  }
  .c-list--recruit .c-list__item::after {
    top: calc(100% - 0.04rem);
    width: 0.23rem;
    height: 0.13rem;
  }
  .c-list--recruit .c-list__item:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--recruit .c-list__item--wide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-list--recruit .c-list__link {
    min-height: 0.4rem;
    padding: 0.06rem 0.15rem 0.05rem;
    font-size: 0.12rem;
    letter-spacing: -0.03em;
    line-height: 1.6666666667;
  }
  .c-list--recruit .c-list__link--contact {
    min-width: 1.47rem;
    padding-right: 0.05rem;
    padding-left: 0.05rem;
  }
  .c-list--recruit .c-list__link--contact .c-list__link-text {
    padding-left: 0.24rem;
  }
  .c-list--recruit .c-list__link--contact .c-list__link-text::before {
    top: 0.04rem;
    width: 0.15rem;
    height: 0.12rem;
    background: url("../img/common/sp/icn_mail_01.svg") no-repeat center/auto 100%;
  }
  .c-list--dot .c-list__wrapper .c-list__item {
    margin-bottom: 0.08rem;
    padding-left: 0.15rem;
    font-size: 0.13rem;
    line-height: 1.4615384615;
  }
  .c-list--dot .c-list__wrapper .c-list__item::before {
    top: 0.07rem;
  }
  .c-list--number .c-list__item {
    padding-left: 0.24rem;
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
  .c-list--number .c-list__item::before {
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
}

.c-text--highlight {
  font-weight: 700;
}

.c-block-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.c-block-contact__wrapper {
  position: relative;
  width: 100%;
  background-color: #ffe600;
  text-decoration: none;
}
.c-block-contact__wrapper::before {
  content: "";
  position: absolute;
  background-color: #ffe600;
}
.c-block-contact__inner {
  display: block;
  position: relative;
}
.c-block-contact__image {
  display: block;
  position: absolute;
}
.c-block-contact__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.c-block-contact__text {
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.is-english-page .c-block-contact__text {
  display: none;
}
@media print, (width >= 768px) {
  .c-block-contact {
    min-height: 350px;
  }
  .c-block-contact__image {
    top: 22px;
    right: 68px;
    width: 150px;
    height: 150px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .is-english-page .c-block-contact__image {
    top: 3px;
  }
  .c-block-contact__wrapper {
    padding: 76px 0 50px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-top: 10px solid #2e2e2e;
  }
  .is-english-page .c-block-contact__wrapper {
    padding-top: 94px;
  }
  .c-block-contact__wrapper::before {
    top: -11px;
    left: calc(50% - 502px);
    width: 80px;
    height: 14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .c-block-contact__wrapper:hover {
    background-color: #ffd400;
  }
  .c-block-contact__wrapper:hover::before {
    background-color: #ffd400;
  }
  .c-block-contact__wrapper:hover .c-block-contact__image {
    -webkit-transform: scale(1.2666666667);
    -ms-transform: scale(1.2666666667);
    transform: scale(1.2666666667);
  }
  .c-block-contact__inner {
    width: calc(100% - 40px);
    max-width: 840px;
    margin: 0 auto;
  }
  .c-block-contact__title {
    margin-bottom: 2px;
    font-size: 1.4rem;
    line-height: 1.0714285714;
  }
  .c-block-contact__text {
    font-size: 0.21rem;
    line-height: 1.9047619048;
  }
}
@media only screen and (768px <= width < 1150px) {
  .c-block-contact__wrapper::before {
    left: 24px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media only screen and (768px <= width < 900px) {
  .c-block-contact__image {
    right: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (width < 768px) {
  .c-block-contact {
    min-height: 1.3rem;
  }
  .c-block-contact__wrapper {
    padding: 0.31rem 0 0.3rem;
    border-top: 0.04rem solid #2e2e2e;
  }
  .is-english-page .c-block-contact__wrapper {
    padding-top: 0.42rem;
  }
  .c-block-contact__wrapper::before {
    top: -0.05rem;
    left: 0.58rem;
    width: 0.4rem;
    height: 0.06rem;
  }
  .c-block-contact__inner {
    padding: 0 0.68rem;
  }
  .is-english-page .c-block-contact__inner {
    padding-left: 0.78rem;
  }
  .c-block-contact__image {
    top: 0;
    right: 0.77rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .is-english-page .c-block-contact__image {
    top: -0.11rem;
    right: 0.97rem;
  }
  .c-block-contact__title {
    margin-bottom: 0;
    font-size: 0.35rem;
    line-height: 1.1428571429;
  }
  .c-block-contact__text {
    font-size: 0.11rem;
    line-height: 1.7272727273;
  }
}

.c-modal {
  display: none;
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal__close {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  pointer-events: auto;
}
.c-modal__close::before {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: url("../img/common/icn_close_hover.svg") no-repeat center 100%/100%;
}
.c-modal__slider {
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.c-modal__slider.is-ready {
  visibility: visible;
  opacity: 1;
}
.c-modal__wrapper {
  pointer-events: auto;
}
.c-modal__slide {
  background-color: #fff;
}
.c-modal__slide-image {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-modal__slide-heading {
  font-weight: 700;
}
.c-modal__inner {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.c-modal__action {
  pointer-events: auto;
}
.c-modal__action-arrow {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 50%;
  background: url("../img/common/icn_arrow_slide_01.svg") center/0.6rem auto no-repeat;
}
.c-modal__action-arrow::before {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  background: url("../img/common/icn_arrow_slide_01_hover.svg") center/0.6rem auto no-repeat;
}
.c-modal__action-arrow--prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.c-modal__action-arrow::after {
  display: none;
}
.c-modal__product {
  pointer-events: auto;
}
.c-modal__product-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.c-modal__product-slide {
  width: auto !important;
  min-height: 0.3rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 0.3rem;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.c-modal__product-slide:hover {
  background-color: #d9d9d9;
}
.c-modal__product-slide.swiper-slide-thumb-active {
  background-color: #ffe600;
  pointer-events: none;
}
@media print, (width >= 768px) {
  .c-modal__close {
    top: 23px;
    right: 84px;
    width: 52px;
    height: 52px;
  }
  .c-modal__close::before {
    width: 52px;
    height: 52px;
  }
  .c-modal__close:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .c-modal__wrapper {
    overflow: hidden;
  }
  .c-modal__slider {
    max-width: 1020px;
    padding: 50px 110px 0;
  }
  .c-modal__slide {
    max-height: 80vh;
    padding: 34px 60px 50px;
    overflow-y: auto;
    border-radius: 20px;
  }
  .c-modal__slide-image {
    max-width: 680px;
    max-height: 400px;
    margin: 0 auto 16px;
  }
  .c-modal__slide-heading {
    margin-bottom: 10px;
    font-size: 0.25rem;
    line-height: 0.8;
  }
  .c-modal__slide-description {
    line-height: 1.3333333333;
  }
  .c-modal__inner {
    width: 100%;
    max-width: 1020px;
    overflow-y: auto;
  }
  .c-modal__action {
    margin-top: 22px;
  }
  .c-modal__action-arrow {
    width: 60px;
    height: 60px;
    margin-top: -16px;
  }
  .c-modal__action-arrow::before {
    width: 70px;
    height: 70px;
  }
  .c-modal__action-arrow:hover {
    -webkit-transform: scale(1.1666666667);
    -ms-transform: scale(1.1666666667);
    transform: scale(1.1666666667);
  }
  .c-modal__action-arrow:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .c-modal__action-arrow:hover.c-modal__action-arrow--prev {
    -webkit-transform: rotate(-180deg) scale(1.1666666667);
    -ms-transform: rotate(-180deg) scale(1.1666666667);
    transform: rotate(-180deg) scale(1.1666666667);
  }
  .c-modal__action-arrow--prev {
    left: 10px;
  }
  .c-modal__action-arrow--next {
    right: 10px;
  }
  .c-modal__product {
    max-width: 800px;
  }
  .c-modal__product-slide {
    margin: 0 5px;
    padding: 5px 20px 2px;
    font-size: 0.18rem;
  }
  .is-english-page .is-chrome .c-modal__product-slide {
    padding-top: 6px;
  }
  .is-mac .c-modal__product-slide {
    padding-top: 4px;
  }
}
@media only screen and (height < 750px) {
  .c-modal__slide-image {
    width: 68vh;
  }
}
@media only screen and (width < 768px) {
  .c-modal__close {
    top: 0.08rem;
    right: 0.11rem;
    width: 0.45rem;
    height: 0.45rem;
  }
  .c-modal__close::before {
    width: 0.45rem;
    height: 0.45rem;
  }
  .c-modal__slider {
    max-width: 3.6rem;
    padding: 0.35rem 0.3rem 0.22rem;
  }
  .c-modal__slide {
    padding: 0.21rem 0.2rem;
    border-radius: 0.2rem;
  }
  .c-modal__slide-heading {
    margin-bottom: 0.08rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .c-modal__slide-description {
    font-size: 0.12rem;
    line-height: 1.5833333333;
  }
  .c-modal__slide-image {
    width: 2.6rem;
    height: 1.8rem;
    margin: 0 auto 0.12rem;
  }
  .c-modal__inner {
    max-height: 80vh;
    overflow-y: auto;
  }
  .c-modal__action-arrow {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0;
    top: 1.88rem;
    background: url("../img/common/sp/icn_arrow_slide_01.svg") no-repeat center 100%/100%;
  }
  .c-modal__action-arrow::before {
    width: 0.55rem;
    height: 0.55rem;
  }
  .c-modal__action-arrow--prev {
    left: 0.02rem;
  }
  .c-modal__action-arrow--next {
    right: 0.01rem;
  }
  .c-modal__product-slide {
    margin: 0 0.02rem;
    padding: 0.08rem 0.1rem 0.06rem;
    font-size: 0.11rem;
  }
  .is-english-page .c-modal__product-slide {
    padding-top: 0.1rem;
  }
}

.wpcf7-list-item {
  display: inline-block;
  line-height: 1.5;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-list-item input {
  display: none;
}

.wpcf7-list-item-label {
  display: block;
  position: relative;
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0;
  border: 1px solid #454545;
  background: no-repeat center center/80% auto;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  border-radius: 100%;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/common/icon_radio.svg");
}
@media print, (width >= 768px) {
  .wpcf7-radio .wpcf7-list-item-label::before {
    background-size: 13px auto;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-radio .wpcf7-list-item-label::before {
    background-size: 0.16rem auto;
  }
}

.wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/common/icon_checkbox.svg");
}
@media print, (width >= 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label::before,
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    border-radius: 5px;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label::before,
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    border-radius: 0.1rem;
  }
}

@media print, (width >= 768px) {
  .wpcf7-acceptance,
  .wpcf7-checkbox,
  .wpcf7-radio {
    margin: 0 50px 5px 0;
    font-size: 0.14rem;
  }
  .wpcf7-acceptance .wpcf7-list-item,
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
  .wpcf7-acceptance .wpcf7-list-item-label,
  .wpcf7-checkbox .wpcf7-list-item-label,
  .wpcf7-radio .wpcf7-list-item-label {
    padding: 8px 0 8px 34px;
  }
  .wpcf7-acceptance .wpcf7-list-item-label::before,
  .wpcf7-checkbox .wpcf7-list-item-label::before,
  .wpcf7-radio .wpcf7-list-item-label::before {
    top: 3px;
    width: 25px;
    height: 25px;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-acceptance,
  .wpcf7-checkbox,
  .wpcf7-radio {
    display: block;
    margin: 0 0 0.1rem;
    font-size: 0.28rem;
  }
  .wpcf7-acceptance .wpcf7-list-item-label,
  .wpcf7-checkbox .wpcf7-list-item-label,
  .wpcf7-radio .wpcf7-list-item-label {
    padding: 0 0 0.1rem 0.43rem;
  }
  .is-english-page .wpcf7-acceptance .wpcf7-list-item-label,
  .is-english-page .wpcf7-checkbox .wpcf7-list-item-label,
  .is-english-page .wpcf7-radio .wpcf7-list-item-label {
    padding-bottom: 0.06rem;
  }
  .wpcf7-acceptance .wpcf7-list-item-label::before,
  .wpcf7-checkbox .wpcf7-list-item-label::before,
  .wpcf7-radio .wpcf7-list-item-label::before {
    top: -0.01rem;
    left: 0.1rem;
    width: 0.23rem;
    height: 0.23rem;
  }
  .is-english-page .wpcf7-acceptance .wpcf7-list-item-label::before,
  .is-english-page .wpcf7-checkbox .wpcf7-list-item-label::before,
  .is-english-page .wpcf7-radio .wpcf7-list-item-label::before {
    top: -0.03rem;
  }
}

.wpcf7-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 0.01rem solid #fff;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-button:disabled {
  background-color: #454545;
  pointer-events: none;
}
@media print, (width >= 768px) {
  .wpcf7-button {
    width: 280px;
    height: 70px;
    padding: 10px 81px 12px 116px;
    -webkit-transition: 0.26s ease;
    transition: 0.26s ease;
    border-radius: 60px;
    font-size: 0.18rem;
    background: #2a89e1 url("../img/common/icon_contact.svg") left 88px center/23px auto no-repeat;
  }
  .wpcf7-button:hover {
    background-color: #096fc3 url("../img/common/icon_contact.svg") left 88px center/23px auto no-repeat;
  }
  .is-english-page .wpcf7-button:hover {
    background-position: left 92px center;
  }
  .is-english-page .wpcf7-button {
    padding-bottom: 10px;
    background-position: left 92px center;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-button {
    width: 2rem;
    height: 0.5rem;
    padding: 0.1rem 0.1rem 0.1rem 0.4rem;
    border-radius: 0.6rem;
    font-size: 0.15rem;
    background: #2a89e1 url("../img/common/icon_contact.svg") left 56px center/19px auto no-repeat;
  }
}

.c-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media print, (width >= 768px) {
  .c-form__buttons {
    margin-top: 30px;
  }
}
@media only screen and (width < 768px) {
  .c-form__buttons {
    margin-top: 0.25rem;
  }
}

.wpcf7-range {
  position: relative;
  z-index: 2;
  width: 100%;
  outline: none;
  background: transparent;
  font-size: 1em;
  -webkit-appearance: none;
}
.wpcf7-range::-webkit-slider-thumb {
  position: relative;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  border: 0.02rem solid #2a89e1;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}
.wpcf7-range::-webkit-slider-thumb:hover {
  background-color: #2a89e1;
}
.wpcf7-range::-webkit-slider-runnable-track {
  width: 100%;
  border: 0.02rem solid #2a89e1;
  cursor: pointer;
}
.wpcf7-range::-ms-track {
  width: 100%;
  border-color: transparent;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.wpcf7-range::-ms-tooltip {
  display: none;
}
.wpcf7-range::-moz-range-thumb {
  -moz-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  border: 0.02rem solid #2a89e1;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.wpcf7-range::-moz-range-thumb:hover {
  background-color: #2a89e1;
}
.wpcf7-range::-ms-thumb {
  -ms-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  border: 0.02rem solid #2a89e1;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.wpcf7-range::-ms-thumb:hover {
  background-color: #2a89e1;
}
.wpcf7-range::-moz-range-track {
  width: 100%;
  border: 0.02rem solid #2a89e1;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}
.wpcf7-range::-ms-fill-lower, .wpcf7-range::-ms-fill-upper {
  width: 100%;
  background-color: #2a89e1;
  cursor: pointer;
}
@media print, (width >= 768px) {
  .wpcf7-range::-webkit-slider-thumb {
    bottom: 8px;
    width: 20px;
    height: 20px;
  }
  .wpcf7-range::-moz-range-thumb {
    width: 15px;
    height: 15px;
  }
  .wpcf7-range::-ms-thumb {
    width: 15px;
    height: 15px;
  }
  .wpcf7-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 6px;
  }
  .wpcf7-range::-moz-range-track {
    height: 4px;
    border-radius: 6px;
  }
  .wpcf7-range::-ms-fill-lower, .wpcf7-range::-ms-fill-upper {
    height: 6px;
    border-radius: 6px;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-range::-webkit-slider-thumb {
    bottom: 0.18rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .wpcf7-range::-moz-range-thumb {
    width: 0.3rem;
    height: 0.3rem;
  }
  .wpcf7-range::-ms-thumb {
    width: 0.3rem;
    height: 0.3rem;
  }
  .wpcf7-range::-webkit-slider-runnable-track {
    height: 0.12rem;
    border-radius: 0.12rem;
  }
  .wpcf7-range::-moz-range-track {
    height: 0.12rem;
    border-radius: 0.12rem;
  }
  .wpcf7-range::-ms-fill-lower, .wpcf7-range::-ms-fill-upper {
    height: 0.12rem;
    border-radius: 0.12rem;
  }
}

.c-form {
  line-height: 1.75;
}
.c-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #454545;
}
.c-form :-ms-input-placeholder {
  opacity: 1;
  color: #454545;
}
.c-form ::-moz-placeholder {
  opacity: 1;
  color: #454545;
}
.c-form ::-ms-input-placeholder {
  opacity: 1;
  color: #454545;
}
.c-form ::placeholder {
  opacity: 1;
  color: #454545;
}
.c-form__row:last-child {
  margin-bottom: 0;
}
.c-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
}
.is-english-page .c-form__head {
  font-weight: 400;
}
.c-form__text-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.04rem;
  background: #2a89e1;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.c-form__agree {
  border-radius: 0.1rem;
  background-color: #fff;
  font-weight: 700;
}
.c-form__agree a {
  color: #2a89e1;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.c-form__agree a:hover {
  text-decoration: none;
}
.c-form__agree .wpcf7-acceptance .wpcf7-list-item-label::before {
  border-radius: 0;
  border-color: #000;
}
@media print, (width >= 768px) {
  .c-form {
    font-size: 0.16rem;
  }
  .c-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 9px;
  }
  .is-english-page .c-form__row {
    margin-bottom: 7px;
  }
  .c-form__row--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-form__text-required {
    min-height: 22px;
    margin-top: 1px;
    padding: 1px 3px 2px;
    font-size: 0.11rem;
  }
  .is-english-page .c-form__text-required {
    margin-top: -2px;
  }
  .is-firefox .c-form__text-required {
    padding-bottom: 3px;
  }
  .c-form__head {
    width: 214px;
    padding: 9px 25px 9px 0;
  }
  .c-form__head .c-form__text-required {
    margin-right: 5px;
  }
  .is-english-page .c-form__head {
    font-size: 0.17rem;
  }
  .c-form__content {
    width: calc(100% - 200px);
  }
  .c-form__agree {
    margin-top: 20px;
    padding: 16px 14px 15px;
    text-align: center;
  }
  .c-form__agree .wpcf7-list-item {
    margin-right: 0;
    margin-left: 0;
  }
  .c-form__agree .wpcf7-acceptance {
    margin-right: 0;
  }
  .c-form__agree .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 6px;
    left: -3px;
    width: 28px;
    height: 28px;
  }
  .is-english-page .c-form__agree .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 4px;
  }
  .c-form__agree .wpcf7-acceptance .wpcf7-list-item-label {
    color: #000;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 1.3125;
  }
}
@media only screen and (width < 768px) {
  .c-form__row {
    margin-bottom: 0.08rem;
  }
  .c-form__head {
    margin-bottom: 0.02rem;
    font-size: 0.14rem;
  }
  .c-form__text-required {
    min-width: 0.25rem;
    min-height: 0.21rem;
    margin-right: 0.05rem;
    padding: 0.01rem 0.02rem 0.02rem;
    font-size: 0.1rem;
  }
  .c-form__agree {
    margin-top: 0.11rem;
  }
  .c-form__agree .wpcf7-acceptance .wpcf7-list-item-label {
    color: #000;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
  }
  .c-form__agree .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
  }
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  display: block;
  width: 100%;
  border: 1px solid #2a89e1;
  border-radius: 0.1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-text,
.wpcf7-textarea {
  background: #fff;
}

.wpcf7-textarea {
  width: 100%;
  overflow-y: auto;
  resize: none;
}
.wpcf7-textarea::-webkit-scrollbar {
  width: 3px;
}
.wpcf7-textarea::-webkit-scrollbar-track {
  margin: 0.05rem 0;
  background: transparent;
}
.wpcf7-textarea::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #aaa;
  cursor: pointer;
}
.wpcf7-textarea::-webkit-scrollbar-button {
  display: none;
}
@media print, (width >= 768px) {
  .wpcf7-textarea {
    height: 250px;
    padding: 10px 20px;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-textarea {
    font-size: 0.16rem;
    height: 2.5rem;
    padding: 0.1rem 0.2rem;
  }
}

@media print, (width >= 768px) {
  .wpcf7-text {
    height: 45px;
    padding: 2px 15px;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-text {
    font-size: 0.16rem;
    height: 0.4rem;
    padding: 0.04rem 0.15rem;
  }
}

.c-form__text-explain {
  font-size: 0.8em;
}

.c-form__input {
  position: relative;
}
.c-form__input select {
  display: none;
}
.c-form__input .c-form__select-selected {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid #2a89e1;
  border-radius: 0.1rem;
  background-color: #fff;
  cursor: pointer;
}
.c-form__input .c-form__select-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 0.08rem 0.07rem 0;
  border-style: solid;
  border-color: #565656 transparent transparent;
  pointer-events: none;
}
.c-form__input .c-form__select-selected.is-active {
  background-color: #e2edf9;
}
.c-form__input .c-form__select-selected.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-form__input .c-form__select-selected:hover {
  background-color: #e2edf9;
}
.c-form__input .c-form__select-items {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  border: 0.01rem solid #2a89e1;
  border-radius: 0.1rem;
  background: #fff;
  -webkit-box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.35);
}
.c-form__input .c-form__select-items .c-form__select-option {
  padding: 0.05rem 0.1rem;
  cursor: pointer;
}
.c-form__input .c-form__select-items .c-form__select-option:hover {
  background: #e2edf9;
  color: #000;
}
.c-form__input .c-form__select-items--hide {
  display: none;
}
@media print, (width >= 768px) {
  .c-form__input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    min-height: 45px;
  }
  .c-form__input .c-form__select-selected {
    min-height: 45px;
    padding: 8px 35px 8px 19px;
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
  .c-form__input .c-form__select-items {
    padding: 14px;
    font-size: 0.15rem;
  }
}
@media only screen and (width < 768px) {
  .c-form__input .c-form__select-selected {
    min-height: 0.4rem;
    padding: 0.06rem 0.19rem;
    font-size: 0.13rem;
  }
  .c-form__input .option-first {
    line-height: 2;
  }
  .c-form__input .c-form__select-selected,
  .c-form__input .c-form__select-items {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 3rem;
  }
  .c-form__input .c-form__select-items {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 3rem;
    padding: 0.1rem;
  }
}

.c-form-privacy__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-form-privacy__item:last-child {
  margin-bottom: 0;
}
.c-form-privacy__item a {
  text-decoration: underline;
  text-underline-offset: 0.02rem;
}
.c-form-privacy__item a:hover {
  text-decoration: none;
}
@media print, (width >= 768px) {
  .c-form-privacy {
    margin-top: 20px;
  }
  .c-form-privacy__title {
    margin-bottom: 12px;
    font-size: 0.16rem;
  }
  .c-form-privacy__list {
    margin-left: 1px;
  }
  .c-form-privacy__item {
    margin-bottom: 5px;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
  .is-english-page .c-form-privacy__item {
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .c-form-privacy {
    margin-top: 0.13rem;
  }
  .c-form-privacy__title {
    margin-bottom: 0.12rem;
    font-size: 0.14rem;
  }
  .c-form-privacy__item {
    margin-bottom: 0.06rem;
    font-size: 0.11rem;
    line-height: 1.4545454545;
  }
  .is-english-page .c-form-privacy__item {
    font-size: 0.13rem;
  }
}

.wpcf7-select {
  overflow: hidden;
  background: #fff url("../img/common/icon_select.svg") no-repeat right 0.2rem center/0.12rem auto;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.wpcf7-select::-ms-expand {
  display: none;
}
@media print, (width >= 768px) {
  .wpcf7-select {
    height: 45px;
    padding: 10px 40px 10px 20px;
  }
}
@media only screen and (width < 768px) {
  .wpcf7-select {
    height: 0.8rem;
    padding: 0.04rem 0.3rem;
  }
}

.c-form__file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__file .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-form__file .wpcf7-form-control-wrap::before {
  content: "ファイルを選択";
  display: block;
  border: 1px solid #747474;
  background: #f2f2f2;
  cursor: pointer;
}
.c-form__file .wpcf7-file {
  display: block;
  position: absolute;
  z-index: 21;
  overflow: hidden;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -1000px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form__file .c-form__file-name {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
@media print, (width >= 768px) {
  .c-form__file {
    font-size: 0.14rem;
  }
  .c-form__file .wpcf7-form-control-wrap {
    min-width: 130px;
    min-height: 31px;
  }
  .c-form__file .wpcf7-form-control-wrap::before {
    width: 130px;
    height: 31px;
    padding: 4px 5px 2px;
    border-radius: 3px;
    text-align: center;
  }
  .c-form__file .wpcf7-file {
    width: 130px;
    height: 31px;
  }
  .c-form__file .c-form__file-name {
    max-width: 400px;
    padding: 2px 0 0 12px;
  }
}
@media only screen and (width < 768px) {
  .c-form__file {
    min-width: 78%;
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
  }
  .c-form__file .wpcf7-form-control-wrap {
    min-height: 0.29rem;
    padding-right: 0.3rem;
  }
  .c-form__file .wpcf7-form-control-wrap::before {
    padding: 0.02rem 0.1rem;
    border-radius: 0.1rem;
  }
  .c-form__file .wpcf7-file {
    width: 2.2rem;
    height: 0.58rem;
  }
  .c-form__file .c-form__file-name {
    max-width: 3rem;
    margin-left: 0.11rem;
  }
}

.wpcf7-spinner {
  position: absolute;
  bottom: calc(50% - 0.66rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

.c-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.23rem;
  padding: 0.02rem 0.05rem 0.04rem 0.17rem;
  border: 0.01rem solid #096fc3;
  border-radius: 0.2rem;
  color: #096fc3;
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-tag::before {
  content: "#";
  position: absolute;
  top: 0.02rem;
  left: 0.05rem;
  font-size: 0.17rem;
  line-height: 0.8823529412;
}

.c-card--employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.2rem;
  text-decoration: none;
}
.c-card--employee .c-card__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-top: 50%;
}
.c-card--employee .c-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-card--employee .c-card__content {
  position: relative;
  background-color: #fff;
}
.c-card--employee .c-card__title {
  margin-bottom: 0.09rem;
  font-weight: 700;
}
.c-card--employee .c-card__link {
  position: absolute;
  padding-right: 0.17rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 0.12rem;
  line-height: 1.4166666667;
}
.c-card--employee .c-card__link::before {
  content: "";
  position: absolute;
  top: 0.02rem;
  right: 0;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #000;
  -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
  mask-image: url("../img/common/icn_arrow_02.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media print, (width >= 768px) {
  .c-card--employee {
    height: 100%;
  }
  .c-card--employee .c-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 140px;
    padding: 12px 10px 37px;
  }
  .c-card--employee .c-card__title {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .c-card--employee .c-card__link {
    right: 10px;
    bottom: 22px;
  }
  .c-card--employee:hover .c-card__image img {
    -webkit-transform: scale(1.1433333333);
    -ms-transform: scale(1.1433333333);
    transform: scale(1.1433333333);
  }
  .c-card--employee:hover .c-card__link {
    color: #096fc3;
  }
  .c-card--employee:hover .c-card__link::before {
    background-color: #096fc3;
  }
}
@media only screen and (768px <= width < 1024px) {
  .c-card--employee .c-card__content {
    padding-bottom: 55px;
  }
}
@media only screen and (width < 768px) {
  .c-card--employee .c-card__content {
    min-height: 1.2rem;
    padding: 0.15rem 0.1rem 0.37rem;
  }
  .c-card--employee .c-card__title {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .c-card--employee .c-card__link {
    right: 0.15rem;
    bottom: 0.15rem;
  }
}

.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .u-hover-trans:hover {
    opacity: 0.8;
  }
}

.u-load {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.001;
}
html.wf-active .u-load {
  opacity: 1;
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (width >= 768px) {
  .u-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (width < 768px) {
  .u-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (width < 1024px) {
  .u-tb-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media print, (width >= 1024px) {
  .u-tb-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.p-section-top-keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-section-top-keyvisual__slider {
  width: 100%;
}
.p-section-top-keyvisual__slide-image {
  height: 100%;
}
.p-section-top-keyvisual .swiper-pagination-bullet {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border: #000 0.01rem solid;
  border-radius: 0;
  background-color: #fff;
  font-size: 0;
}
.p-section-top-keyvisual .swiper-pagination-bullet-active {
  background-color: #000;
}
.p-section-top-keyvisual__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffe600;
}
.p-section-top-keyvisual__content-copyright {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.p-section-top-keyvisual__title {
  color: #ffe600;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.25);
}
.p-section-top-keyvisual__text {
  color: #ffe600;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  text-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.25);
}
.p-section-top-keyvisual__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.34rem;
}
.p-section-top-keyvisual__logo-image:nth-child(1) {
  width: 0.8rem;
}
.p-section-top-keyvisual__logo-image:nth-child(2) {
  width: 1.1rem;
}
.p-section-top-keyvisual__thumbnail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.p-section-top-keyvisual__thumbnail-image {
  display: none;
  width: 100%;
  height: 100%;
}
.p-section-top-keyvisual__thumbnail-image.is-active {
  display: block;
}
.p-section-top-keyvisual.is-resizing .p-section-top-keyvisual__slider-wrapper {
  visibility: hidden;
}
.p-section-top-keyvisual.is-resizing .p-section-top-keyvisual__thumbnail {
  display: block;
}
@media print, (width >= 768px) {
  .p-section-top-keyvisual {
    height: 100vh;
  }
  .p-section-top-keyvisual__slider {
    padding-right: 50px;
  }
  .p-section-top-keyvisual .swiper-pagination-bullet {
    padding-bottom: 6px;
  }
  .p-section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets,
  .p-section-top-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-section-top-keyvisual .swiper-pagination-custom,
  .p-section-top-keyvisual .swiper-pagination-fraction {
    z-index: 2;
    top: calc(50% - 32px);
    right: 21px;
    left: unset;
    width: 8px;
    height: 54px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
  .p-section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-section-top-keyvisual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 0;
    opacity: 1;
  }
  .p-section-top-keyvisual__content {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    padding-bottom: 102px;
  }
  .p-section-top-keyvisual__content-copyright {
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 1.8333333333;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .p-section-top-keyvisual__inner {
    position: absolute;
    z-index: 1;
    bottom: 48px;
    left: 67px;
  }
  .p-section-top-keyvisual__title {
    margin-bottom: -16px;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
  .p-section-top-keyvisual__text {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .p-section-top-keyvisual__logo {
    margin-top: 187px;
    padding-left: 13px;
  }
  .p-section-top-keyvisual__thumbnail {
    padding-right: 50px;
  }
}
@media only screen and (900px <= width < 1200px) {
  .p-section-top-keyvisual__inner {
    left: 20px;
  }
  .p-section-top-keyvisual__title {
    font-size: 1rem;
  }
  .p-section-top-keyvisual__text {
    font-size: 0.7rem;
  }
}
@media only screen and (768px <= width < 900px) {
  .p-section-top-keyvisual__inner {
    left: 20px;
  }
  .p-section-top-keyvisual__title {
    font-size: 0.8rem;
  }
  .p-section-top-keyvisual__text {
    font-size: 0.6rem;
  }
}
@media print {
  .p-section-top-keyvisual {
    height: auto;
  }
  .p-section-top-keyvisual__slide-image {
    width: 100%;
  }
  .p-section-top-keyvisual__thumbnail {
    display: block;
    z-index: 1;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-keyvisual {
    height: 100vh;
    padding-top: 0.59rem;
  }
  .p-section-top-keyvisual__slider {
    padding-bottom: 0.5rem;
  }
  .p-section-top-keyvisual .swiper-pagination-bullet {
    padding: 0.03rem;
  }
  .p-section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets,
  .p-section-top-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-section-top-keyvisual .swiper-pagination-custom,
  .p-section-top-keyvisual .swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    bottom: 0.21rem;
    left: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 0.34rem;
    height: 0.08rem;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
  .p-section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-section-top-keyvisual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
  }
  .p-section-top-keyvisual__content {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 0.5rem;
    padding: 0.03rem 0.15rem 0 0;
  }
  .p-section-top-keyvisual__content-copyright {
    font-size: 0.11rem;
    line-height: 2;
  }
  .p-section-top-keyvisual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0.81rem;
    left: 0.19rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(100% - 1.42rem);
  }
  .p-section-top-keyvisual__title {
    position: absolute;
    top: calc(50% - 0.37rem);
    left: 0.2rem;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.6rem;
    line-height: 0.8666666667;
  }
  .p-section-top-keyvisual__text {
    position: absolute;
    top: calc(50% + 0.53rem);
    left: 0.2rem;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.28rem;
    line-height: 1.25;
  }
  .p-section-top-keyvisual__logo {
    padding-left: 0.13rem;
  }
  .p-section-top-keyvisual__thumbnail {
    padding-top: 0.59rem;
    padding-bottom: 0.5rem;
  }
}

.p-section-business-service__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-business-service__item-image {
  width: 100%;
}
@media print, (width >= 768px) {
  .p-section-business-service {
    padding: 69px 0 130px;
  }
  .p-section-business-service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 10px;
  }
  .p-section-business-service__list-item {
    width: calc(50% - 5px);
  }
}
@media only screen and (width < 768px) {
  .p-section-business-service {
    padding: 0.38rem 0 1rem;
  }
  .p-section-business-service__list {
    max-width: 3.3rem;
    margin: 0.26rem auto 0;
  }
  .p-section-business-service__list-item {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .p-section-business-service__list-item:last-child {
    margin-bottom: 0;
  }
}

.p-section-business-transport__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-business-transport__list-item {
  width: 100%;
}
.p-section-business-transport__list-item:last-child {
  margin-bottom: 0;
}
.p-section-business-transport__item-image {
  width: 100%;
}
@media print, (width >= 768px) {
  .p-section-business-transport {
    padding: 69px 0 130px;
  }
  .p-section-business-transport__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-business-transport__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 5.5555555556%;
  }
  .p-section-business-transport__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 44.4444444444%;
  }
  .p-section-business-transport__list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (width < 768px) {
  .p-section-business-transport {
    padding: 0.38rem 0 1rem;
  }
  .p-section-business-transport__inner {
    margin-bottom: 0.26rem;
  }
  .p-section-business-transport__list {
    width: 100%;
    max-width: 3.3rem;
    margin: 0 auto;
  }
  .p-section-business-transport__list-item {
    margin-bottom: 0.1rem;
  }
}

.p-section-business-engineering__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  gap: 0.1rem;
}
.p-section-business-engineering__item-image {
  width: 100%;
}
@media print, (width >= 768px) {
  .p-section-business-engineering {
    padding: 69px 0 134px;
  }
  .p-section-business-engineering .c-heading--secondary {
    margin-bottom: 30px;
  }
  .p-section-business-engineering .c-heading--tertiary {
    margin-bottom: 4px;
  }
  .p-section-business-engineering__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-business-engineering__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3.3333333333%;
  }
  .p-section-business-engineering__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 61.1111111111%;
  }
  .p-section-business-engineering__list-item {
    width: calc(50% - 5px);
  }
}
@media only screen and (width < 768px) {
  .p-section-business-engineering {
    padding: 0.38rem 0 1rem;
  }
  .p-section-business-engineering .c-heading--secondary {
    margin-bottom: 0.15rem;
  }
  .p-section-business-engineering__inner {
    margin-bottom: 0.2rem;
  }
  .p-section-business-engineering__list {
    width: 100%;
  }
}

.p-section-business-cask__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-business-cask__list-item {
  width: 100%;
}
.p-section-business-cask__list-item:last-child {
  margin-bottom: 0;
}
.p-section-business-cask__item-image {
  width: 100%;
}
@media print, (width >= 768px) {
  .p-section-business-cask {
    padding: 69px 0 126px;
  }
  .p-section-business-cask .c-heading--secondary.c-heading--sz4 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .p-section-business-cask__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-business-cask__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 4.4444444444%;
  }
  .p-section-business-cask__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 36.6666666667%;
  }
  .p-section-business-cask__list-item {
    margin-bottom: 10px;
  }
}
@media only screen and (768px <= width < 800px) {
  .p-section-business-cask__inner {
    padding-right: 20px;
  }
}
@media only screen and (width < 768px) {
  .p-section-business-cask {
    padding: 0.38rem 0 1rem;
  }
  .p-section-business-cask__inner {
    margin-bottom: 0.26rem;
  }
  .p-section-business-cask__list {
    width: 100%;
    max-width: 3.3rem;
    margin: 0 auto;
  }
  .p-section-business-cask__list-item {
    margin-bottom: 0.1rem;
  }
}

@media print, (width >= 768px) {
  .p-section-business-line {
    padding: 100px 0 130px;
  }
  .p-section-business-line .l-wrapper {
    max-width: 1007px;
  }
}
@media only screen and (768px <= width < 1024px) {
  .p-section-business-line .l-wrapper {
    max-width: 550px;
  }
}
@media only screen and (width < 768px) {
  .p-section-business-line {
    padding: 0.5rem 0 1rem;
  }
  .p-section-business-line .l-wrapper {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}

.is-english-page .p-list-business-line {
  font-family: "Roboto Slab", serif;
}
.p-list-business-line__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.p-list-business-line__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.p-list-business-line__item-link::before {
  content: "";
  position: absolute;
}
.p-list-business-line__item:nth-child(1) .p-list-business-line__item-link::before {
  background-color: #ffe100;
}
.p-list-business-line__item:nth-child(2) .p-list-business-line__item-link::before {
  background-color: #2a89e1;
}
.p-list-business-line__item:nth-child(3) .p-list-business-line__item-link::before {
  background-color: #fff55c;
}
.p-list-business-line__item:nth-child(4) .p-list-business-line__item-link::before {
  background-color: #57a9f6;
}
.p-list-business-line__item-image {
  display: block;
  position: relative;
  z-index: 1;
}
.p-list-business-line__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #2e2e2e;
}
.p-list-business-line__item-inner {
  display: block;
}
.p-list-business-line__item-title {
  display: block;
  color: #ffe600;
  font-weight: 700;
  text-align: center;
}
.p-list-business-line__item:nth-child(1) .p-list-business-line__item-title {
  color: #ffe600;
}
.p-list-business-line__item:nth-child(2) .p-list-business-line__item-title {
  color: #2a89e1;
}
.p-list-business-line__item:nth-child(3) .p-list-business-line__item-title {
  color: #ffe600;
}
.p-list-business-line__item:nth-child(4) .p-list-business-line__item-title {
  color: #57a9f6;
}
.p-list-business-line__item-text {
  margin-bottom: 0;
  color: #fff;
}
.p-list-business-line__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.01rem solid #fff;
  border-radius: 0.03rem;
  color: #fff;
}
.p-list-business-line__item-button::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.17rem;
  height: 0.17rem;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
  mask-image: url("../img/common/icn_arrow_02.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media print, (width >= 768px) {
  .p-list-business-line__wrapper {
    gap: 1px;
    margin-bottom: 0;
  }
  .p-list-business-line__item {
    width: 25%;
  }
  .p-list-business-line__item-button {
    width: 104px;
    min-height: 40px;
    margin: 20px auto 0;
    padding: 3px 32px 4px 11px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    font-size: 0.14rem;
    line-height: 2;
  }
  .p-list-business-line__item-button::before {
    right: 19px;
    margin-top: -8px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .is-english-page .p-list-business-line__item-button {
    width: 108px;
  }
  .p-list-business-line__item-link {
    padding-top: 68px;
  }
  .p-list-business-line__item-link::before {
    top: 4px;
    left: 5px;
    -webkit-mask-image: url("../img/business/business_decor_img_01.svg");
    mask-image: url("../img/business/business_decor_img_01.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 11px);
    height: 152px;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .p-list-business-line__item-link:hover::before {
    top: -11px;
  }
  .p-list-business-line__item-link:hover .p-list-business-line__item-button {
    color: #000;
  }
  .p-list-business-line__item:nth-child(1) .p-list-business-line__item-link:hover .p-list-business-line__item-button {
    border-color: #ffe100;
    background-color: #ffe100;
  }
  .p-list-business-line__item:nth-child(2) .p-list-business-line__item-link:hover .p-list-business-line__item-button {
    border-color: #2a89e1;
    background-color: #2a89e1;
    color: #fff;
  }
  .p-list-business-line__item:nth-child(3) .p-list-business-line__item-link:hover .p-list-business-line__item-button {
    border-color: #fff55c;
    background-color: #fff55c;
  }
  .p-list-business-line__item:nth-child(4) .p-list-business-line__item-link:hover .p-list-business-line__item-button {
    border-color: #57a9f6;
    background-color: #57a9f6;
  }
  .p-list-business-line__item-link:hover .p-list-business-line__item-button::before {
    background-color: #000;
  }
  .p-list-business-line__item:nth-child(2) .p-list-business-line__item-link:hover .p-list-business-line__item-button::before {
    background-color: #fff;
  }
  .p-list-business-line__item-image {
    width: 80px;
    margin: 0 auto -40px;
  }
  .p-list-business-line__item-wrapper {
    padding: 53px 20px 40px;
  }
  .is-english-page .p-list-business-line__item-wrapper {
    min-height: 322px;
    padding-top: 49px;
  }
  .p-list-business-line__item-title {
    margin-bottom: 17px;
    font-size: 0.23rem;
    line-height: 1.7391304348;
  }
  .is-english-page .p-list-business-line__item-title {
    margin-bottom: 10px;
  }
  .p-list-business-line__item-text {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .is-english-page .p-list-business-line__item-text {
    line-height: 1.4375;
  }
}
@media only screen and (768px <= width < 1024px) {
  .p-list-business-line__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
  .p-list-business-line__item {
    width: calc(50% - 25px);
  }
}
@media only screen and (width < 768px) {
  .p-list-business-line__wrapper {
    gap: 0.15rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0.02rem;
  }
  .p-list-business-line__item {
    width: 50%;
    max-width: 1.7rem;
    margin-bottom: 0.02rem;
  }
  .p-list-business-line__item-link {
    padding-top: 0.27rem;
  }
  .p-list-business-line__item-link::before {
    top: 0.03rem;
    left: 0.1rem;
    -webkit-mask-image: url("../img/business/sp/business_decor_img_01.svg");
    mask-image: url("../img/business/sp/business_decor_img_01.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1.5rem;
    height: 0.94rem;
  }
  .p-list-business-line__item-image {
    width: 0.7rem;
    margin: 0 auto -0.24rem;
  }
  .p-list-business-line__item-wrapper {
    min-height: 2.4rem;
    padding: 0.4rem 0.2rem 0.3rem;
  }
  .is-english-page .p-list-business-line__item-wrapper {
    padding-top: 0.35rem;
  }
  .p-list-business-line__item-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .is-english-page .p-list-business-line__item-title {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-list-business-line__item-text {
    font-size: 0.13rem;
    line-height: 1.6153846154;
  }
  .is-english-page .p-list-business-line__item-text {
    font-size: 0.12rem;
    line-height: 1.4166666667;
  }
  .p-list-business-line__item-button {
    width: 0.95rem;
    min-height: 0.3rem;
    margin: 0.1rem auto 0;
    padding: 0.02rem 0.32rem 0.02rem 0.11rem;
    font-size: 0.11rem;
    line-height: 1.4545454545;
  }
  .is-english-page .p-list-business-line__item-button {
    width: 0.98rem;
  }
  .p-list-business-line__item-button::before {
    right: 0.19rem;
    margin-top: -0.08rem;
  }
}

.p-section-about-transnuclear__block:last-child {
  margin-bottom: 0;
}
.p-section-about-transnuclear__content--english {
  font-family: "Roboto Slab", serif;
}
.p-section-about-transnuclear .c-text:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-about-transnuclear {
    padding: 71px 0 80px;
  }
  .is-english-page .p-section-about-transnuclear {
    padding-bottom: 84px;
  }
  .p-section-about-transnuclear__block {
    margin-bottom: 80px;
  }
  .is-english-page .p-section-about-transnuclear__content {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-section-about-transnuclear .c-text {
    margin-bottom: 26px;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-transnuclear {
    padding: 0.48rem 0 0.49rem;
  }
  .is-english-page .p-section-about-transnuclear {
    padding-top: 0.47rem;
    padding-bottom: 0.14rem;
  }
  .p-section-about-transnuclear__block {
    margin-bottom: 0.48rem;
  }
  .p-section-about-transnuclear .c-text {
    margin-bottom: 0.25rem;
    line-height: 1.7857142857;
  }
  .is-english-page .p-section-about-transnuclear .c-text {
    margin-bottom: 0.26rem;
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
  .p-section-about-transnuclear .c-heading--primary {
    margin-bottom: 0.19rem;
  }
  .is-english-page .p-section-about-transnuclear .c-heading--primary {
    margin-bottom: 0.16rem;
  }
}

.p-section-about-expertise {
  background-color: #dce8f1;
}
.is-english-page .p-section-about-expertise {
  font-family: "Roboto Serif", serif;
}
.p-section-about-expertise__title {
  color: #006c8d;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.p-section-about-expertise__text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-section-about-expertise__description {
  color: #006c8d;
  font-weight: 700;
}
.p-section-about-expertise__image, .p-section-about-expertise__general {
  margin-right: auto;
  margin-left: auto;
}
@media print, (width >= 768px) {
  .p-section-about-expertise {
    padding: 91px 0 69px;
  }
  .p-section-about-expertise__wrapper {
    position: relative;
  }
  .p-section-about-expertise__title {
    max-width: 450px;
    margin-bottom: 6px;
    font-size: 0.5rem;
    line-height: 0.88;
  }
  .p-section-about-expertise__text {
    font-size: 0.3rem;
    line-height: 1;
  }
  .p-section-about-expertise__description {
    position: absolute;
    top: 48px;
    left: 460px;
    max-width: 365px;
    font-size: 0.19rem;
    line-height: 1.4736842105;
  }
  .p-section-about-expertise__image {
    max-width: 820px;
    margin-top: -14px;
    margin-bottom: 15px;
  }
  .is-english-page .p-section-about-expertise__image {
    margin-top: -42px;
  }
  .p-section-about-expertise__general {
    width: 344px;
  }
  .is-english-page .p-section-about-expertise__general {
    width: 374px;
  }
}
@media only screen and (768px <= width < 1024px) {
  .p-section-about-expertise__description {
    right: 0;
    left: unset;
    max-width: 322px;
    font-size: 0.17rem;
  }
}
@media print {
  .p-section-about-expertise__general {
    padding-top: 100px;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-expertise {
    padding: 0.49rem 0 0.53rem;
  }
  .is-english-page .p-section-about-expertise {
    padding-bottom: 0.37rem;
  }
  .p-section-about-expertise__wrapper {
    margin-bottom: 0.11rem;
    padding-left: 0.32rem;
  }
  .p-section-about-expertise__title {
    margin-bottom: 0.13rem;
    font-size: 0.3rem;
    line-height: 1;
  }
  .p-section-about-expertise__text {
    margin-bottom: 0.14rem;
    font-size: 0.2rem;
    line-height: 1.05;
  }
  .p-section-about-expertise__description {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .p-section-about-expertise__image {
    width: 3.56rem;
    margin-bottom: 0.16rem;
    margin-left: -0.05rem;
  }
  .p-section-about-expertise__general {
    width: 2.52rem;
  }
  .is-english-page .p-section-about-expertise__general {
    width: 2.77rem;
  }
}

.p-list-about-expertise__wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-about-expertise__item {
  border-left: 0.01rem solid #ffe600;
}
.p-list-about-expertise__item-title {
  color: #006c8d;
  font-weight: 700;
}
.is-english-page .p-list-about-expertise__item-title {
  font-family: "Roboto Serif", serif;
}
.p-list-about-expertise__item-text {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-list-about-expertise {
    margin-bottom: 55px;
  }
  .is-english-page .p-list-about-expertise {
    margin-bottom: 28px;
  }
  .p-list-about-expertise__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-list-about-expertise__item {
    width: 34.2222222222%;
    margin-bottom: 20px;
    padding-right: 24px;
    padding-left: 20px;
  }
  .p-list-about-expertise__item:nth-child(3n) {
    width: 31.5555555556%;
    padding-right: 0;
  }
  .p-list-about-expertise__item-title {
    margin-bottom: 10px;
    font-size: 0.16rem;
    line-height: 1.375;
  }
  .p-list-about-expertise__item-text {
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
  .is-english-page .p-list-about-expertise__item-text {
    line-height: 1.5714285714;
  }
}
@media only screen and (width < 768px) {
  .p-list-about-expertise {
    margin-bottom: 0.56rem;
  }
  .is-english-page .p-list-about-expertise {
    margin-bottom: 0.25rem;
  }
  .p-list-about-expertise__item {
    margin-bottom: 0.2rem;
    padding-left: 0.19rem;
  }
  .p-list-about-expertise__item:last-child {
    margin-bottom: 0;
  }
  .p-list-about-expertise__item-title {
    margin-bottom: 0.1rem;
    font-size: 0.15rem;
    line-height: 1.4666666667;
  }
  .is-english-page .p-list-about-expertise__item-title {
    font-size: 0.16rem;
    letter-spacing: -0.01em;
    line-height: 1.375;
  }
  .p-list-about-expertise__item-text {
    font-size: 0.13rem;
    line-height: 1.6153846154;
  }
  .is-english-page .p-list-about-expertise__item-text {
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
}

.p-section-about-history__list {
  position: relative;
  margin-bottom: 0;
  list-style: none;
}
.is-english-page .p-section-about-history__list {
  font-family: "Roboto Slab", serif;
}
.p-section-about-history__list::before {
  content: "";
  position: absolute;
}
.p-section-about-history__item:last-child {
  margin-bottom: 0;
}
.p-section-about-history__year {
  position: relative;
  font-weight: 700;
}
.p-section-about-history__item-wrapper {
  border-top: 0.03rem solid #2e2e2e;
  background-color: #fff;
}
.p-section-about-history__item-text {
  margin-bottom: 0;
}
.p-section-about-history__item:nth-child(1) .p-section-about-history__year,
.p-section-about-history__item:nth-child(1) .p-section-about-history__item-title {
  color: #2e2e2e;
}
.p-section-about-history__item:nth-child(2) .p-section-about-history__year,
.p-section-about-history__item:nth-child(2) .p-section-about-history__item-title {
  color: #707070;
}
.p-section-about-history__item:nth-child(2) .p-section-about-history__item-wrapper {
  border-color: #707070;
}
.p-section-about-history__item:nth-child(3) .p-section-about-history__year,
.p-section-about-history__item:nth-child(3) .p-section-about-history__item-title {
  color: #9e9e9e;
}
.p-section-about-history__item:nth-child(3) .p-section-about-history__item-wrapper {
  border-color: #9e9e9e;
}
.p-section-about-history__item:nth-child(4) .p-section-about-history__year,
.p-section-about-history__item:nth-child(4) .p-section-about-history__item-title {
  color: #2a89e1;
}
.p-section-about-history__item:nth-child(4) .p-section-about-history__item-wrapper {
  border-color: #2a89e1;
}
.p-section-about-history__item:nth-child(5) .p-section-about-history__year,
.p-section-about-history__item:nth-child(5) .p-section-about-history__item-title {
  color: #0070d9;
}
.p-section-about-history__item:nth-child(5) .p-section-about-history__item-wrapper {
  border-color: #0070d9;
}
.p-section-about-history__item:nth-child(6) .p-section-about-history__year,
.p-section-about-history__item:nth-child(6) .p-section-about-history__item-title {
  color: #ffb700;
}
.p-section-about-history__item:nth-child(6) .p-section-about-history__item-wrapper {
  border-color: #ffb700;
}
@media print, (width >= 768px) {
  .p-section-about-history {
    padding: 99px 0 170px;
  }
  .is-english-page .p-section-about-history {
    padding-bottom: 235px;
  }
  .p-section-about-history__list {
    padding-top: 1px;
    padding-left: 0;
  }
  .p-section-about-history__list::before {
    top: 0;
    left: 50%;
    width: 54px;
    height: 688px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/aboutus/history_decor_img_01.png") center/100% no-repeat;
  }
  .p-section-about-history__item {
    width: 42.5555555556%;
    margin-bottom: 50px;
  }
  .is-english-page .p-section-about-history__item {
    margin-bottom: 29px;
  }
  .p-section-about-history__year {
    margin-bottom: 5px;
    font-family: "Roboto Slab", serif;
    font-size: 0.35rem;
    line-height: 1.1428571429;
    text-align: end;
  }
  .p-section-about-history__item-wrapper {
    padding: 12px 20px 15px;
  }
  .p-section-about-history__item-title {
    margin-bottom: 7px;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .p-section-about-history__item-text {
    line-height: 1.4666666667;
  }
  .p-section-about-history__item--reverse {
    position: absolute;
    right: 0;
    margin-top: -103px;
  }
  .p-section-about-history__item--reverse .p-section-about-history__year {
    text-align: start;
  }
  .p-section-about-history__item--reverse .p-section-about-history__item-text {
    line-height: 1.6666666667;
  }
  .p-section-about-history__item:nth-child(3) {
    margin-bottom: 47px;
  }
  .is-english-page .p-section-about-history__item:nth-child(3) {
    margin-bottom: 24px;
  }
  .p-section-about-history__item:nth-child(4) {
    margin-top: -100px;
  }
  .p-section-about-history__item:nth-child(6) {
    margin-top: -119px;
  }
  .is-english-page .p-section-about-history__item:nth-child(6) {
    margin-top: -98px;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-history {
    padding: 0.49rem 0 1rem;
  }
  .is-english-page .p-section-about-history {
    padding-top: 0.39rem;
    padding-bottom: 1.02rem;
  }
  .p-section-about-history__list {
    padding-left: 0.35rem;
  }
  .p-section-about-history__list::before {
    top: 0.04rem;
    left: -0.05rem;
    width: 0.32rem;
    height: 8.5rem;
    background: url("../img/aboutus/sp/history_decor_img_01.png") center/100% no-repeat;
  }
  .is-ios .p-section-about-history__list::before {
    top: 0.02rem;
  }
  .is-english-page .p-section-about-history__list::before {
    top: -0.01rem;
    height: 8.8rem;
    background: url("../img/aboutus/sp/history_decor_img_02.png") center/100% no-repeat;
  }
  .p-section-about-history__item {
    margin-bottom: 0.12rem;
  }
  .p-section-about-history__year {
    top: 1px;
    margin-bottom: 0.05rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .p-section-about-history__item-wrapper {
    min-height: 0.94rem;
    padding: 0.07rem 0.2rem 0.09rem;
  }
  .p-section-about-history__item-title {
    margin-bottom: 0.05rem;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
  .p-section-about-history__item-text {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .is-english-page .p-section-about-history__item-text {
    line-height: 1.3846153846;
  }
  .p-section-about-history .c-heading--primary {
    margin-bottom: 0.48rem;
  }
  .is-english-page .p-section-about-history .c-heading--primary {
    margin-bottom: 0.4rem;
  }
  .p-section-about-history__item:nth-child(1) {
    margin-bottom: 0.08rem;
  }
  .is-english-page .p-section-about-history__item:nth-child(1) {
    margin-bottom: 0.11rem;
  }
  .p-section-about-history__item:nth-child(2) {
    margin-bottom: 0.13rem;
  }
  .is-english-page .p-section-about-history__item:nth-child(2) {
    margin-bottom: 0.11rem;
  }
  .is-english-page .p-section-about-history__item:nth-child(4) {
    margin-bottom: 0.06rem;
  }
}

.p-section-product__description {
  position: relative;
  font-weight: 700;
}
.is-english-page .p-section-product__description {
  font-family: "Roboto Slab", serif;
}
.p-section-product__description::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/product/icn_location.svg") no-repeat center/auto 100%;
}
.p-section-product__location {
  position: relative;
}
.p-section-product__modal-detail {
  position: absolute;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  cursor: pointer;
}
.p-section-product__modal-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.p-section-product__modal-detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.p-section-product__modal-detail.p-section-product__modal-detail--first::before {
  background: url("../img/product/icn_location_a.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail.p-section-product__modal-detail--first::after {
  background: url("../img/product/icn_location_a_hover.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail.p-section-product__modal-detail--second::before {
  background: url("../img/product/icn_location_b.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail.p-section-product__modal-detail--second::after {
  background: url("../img/product/icn_location_b_hover.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail.p-section-product__modal-detail--third::before {
  background: url("../img/product/icn_location_c.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail.p-section-product__modal-detail--third::after {
  background: url("../img/product/icn_location_c_hover.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail.p-section-product__modal-detail--fourth::before {
  background: url("../img/product/icn_location_d.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail.p-section-product__modal-detail--fourth::after {
  background: url("../img/product/icn_location_d_hover.svg") no-repeat 0 0/auto 100%;
}
.p-section-product__modal-detail:hover::before {
  opacity: 0;
}
.p-section-product__modal-detail:hover::after {
  opacity: 1;
}
@media print, (width >= 768px) {
  .p-section-product {
    padding: 100px 0 169px;
  }
  .p-section-product__wrapper {
    width: calc(100% - 40px);
    max-width: 1110px;
    margin: 0 auto;
  }
  .p-section-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 207px;
    padding-left: 50px;
  }
  .is-english-page .p-section-product__inner {
    padding-right: 7px;
  }
  .p-section-product__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-section-product .c-heading--primary {
    margin-bottom: 78px;
  }
  .p-section-product__location {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 550px;
    padding-top: 8px;
  }
  .is-english-page .p-section-product__location {
    width: 560px;
    padding-top: 30px;
  }
  .p-section-product__description {
    margin-left: 3px;
    padding-left: 38px;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .p-section-product__description::before {
    top: 0;
    width: 26px;
    height: 39px;
  }
  .p-section-product__modal-detail {
    width: 46px;
    height: 86px;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--first {
    top: 0;
    right: 52.1%;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--first {
    right: 50%;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--second {
    top: 78px;
    right: 16.5%;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--second {
    right: 15%;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--third {
    right: 11.8%;
    bottom: 134px;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--third {
    right: 10.3571428571%;
    bottom: 139px;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--fourth {
    top: 151px;
    right: 45.6%;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--fourth {
    right: 43.5714285714%;
  }
}
@media only screen and (1100px <= width < 1200px) {
  .p-section-product__inner {
    margin-right: 100px;
  }
}
@media only screen and (768px <= width < 1100px) {
  .p-section-product__inner {
    margin-right: 0;
  }
}
@media only screen and (768px <= width < 920px) {
  .p-section-product__inner {
    display: block;
  }
  .p-section-product__location {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-product {
    padding: 0.49rem 0 1rem;
  }
  .is-english-page .p-section-product {
    padding-top: 0.47rem;
  }
  .p-section-product .c-heading--primary {
    margin-bottom: 0.38rem;
  }
  .is-english-page .p-section-product .c-heading--primary {
    margin-bottom: 0.37rem;
  }
  .p-section-product__wrapper {
    padding: 0 0.2rem;
  }
  .p-section-product__content {
    margin-bottom: 0.29rem;
  }
  .is-english-page .p-section-product__content {
    margin-bottom: 0.36rem;
  }
  .p-section-product__description {
    padding-left: 0.33rem;
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .is-english-page .p-section-product__description {
    padding-left: 0.29rem;
    line-height: 1.1666666667;
  }
  .p-section-product__description::before {
    top: 0;
    width: 0.2rem;
    height: 0.3rem;
  }
  .p-section-product__modal-detail {
    width: 0.36rem;
    height: 0.67rem;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--first {
    top: -0.25rem;
    right: 51.1%;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--first {
    top: -0.29rem;
    right: 1.75rem;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--second {
    top: 0.33rem;
    right: 15.6%;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--second {
    top: 0.29rem;
    right: 0.51rem;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--third {
    right: 10.3%;
    bottom: 0.89rem;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--third {
    right: 0.3rem;
    bottom: 0.79rem;
  }
  .p-section-product__modal-detail.p-section-product__modal-detail--fourth {
    top: 0.72rem;
    right: 44.8%;
  }
  .is-english-page .p-section-product__modal-detail.p-section-product__modal-detail--fourth {
    top: 0.68rem;
    right: 1.53rem;
  }
}

.p-section-career__wrapper {
  position: relative;
  border-radius: 0.3rem;
  background-color: #fff;
}
.p-section-career__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-career__head-right {
  position: absolute;
}
.p-section-career__image {
  position: relative;
  z-index: 1;
}
.p-section-career__image::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/recruit/icn_decor.svg") no-repeat 0 0/auto 100%;
}
.p-section-career__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.05rem;
  background-color: #2a89e1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  text-align: center;
}
.p-section-career__heading {
  margin-bottom: 0;
  color: #096fc3;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.p-section-career__description p:last-child {
  margin-bottom: 0;
}
.p-section-career__box {
  background-color: #e4f0fc;
}
.p-section-career__box .c-heading.c-heading--primary::before {
  left: 0;
  width: 0.2rem;
}
.p-section-career__foot {
  position: relative;
}
.p-section-career__foot-image {
  z-index: 1;
}
.p-section-career__foot-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/recruit/icn_decor.svg") no-repeat 0 0/auto 100%;
}
.p-section-career__foot-description p:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-career {
    padding: 84px 0 130px;
  }
  .p-section-career .l-wrapper {
    max-width: 1000px;
  }
  .p-section-career__wrapper {
    padding: 70px 50px 74px;
    border-radius: 30px;
  }
  .p-section-career__head {
    margin-bottom: 45px;
    padding-left: 14px;
  }
  .p-section-career__head-right {
    top: -28px;
    right: -30px;
  }
  .p-section-career__head-left {
    max-width: 500px;
  }
  .p-section-career__image {
    width: 440px;
    height: 260px;
  }
  .p-section-career__image img {
    border-radius: 30px;
  }
  .p-section-career__image::after {
    bottom: -14px;
    left: -16px;
    width: 110px;
    height: 100px;
  }
  .p-section-career__label {
    width: 100px;
    min-height: 25px;
    margin-bottom: 13px;
    padding: 1px 5px 3px;
    font-size: 0.14rem;
  }
  .p-section-career__heading {
    font-size: 0.3rem;
    letter-spacing: -0.03em;
    line-height: 1.4;
  }
  .p-section-career__description {
    margin-bottom: 45px;
    line-height: 1.6666666667;
  }
  .p-section-career__box {
    margin-bottom: 46px;
    padding: 28px 40px 20px 30px;
    border-radius: 30px;
  }
  .p-section-career__box .c-heading.c-heading--primary {
    margin-bottom: 23px;
    padding-left: 25px;
    font-size: 0.18rem;
  }
  .p-section-career__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-career__foot-image {
    position: absolute;
    top: 8px;
    left: -80px;
    width: 410px;
    height: 260px;
  }
  .p-section-career__foot-image img {
    border-radius: 40px;
  }
  .p-section-career__foot-image::after {
    right: -17px;
    bottom: -10px;
    width: 110px;
    height: 100px;
  }
  .p-section-career__foot-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 510px;
    margin-left: auto;
    line-height: 1.6666666667;
  }
  .p-section-career__foot-description p {
    margin-bottom: 25px;
  }
}
@media only screen and (768px <= width < 1100px) {
  .p-section-career__image {
    width: 300px;
    height: 160px;
  }
  .p-section-career__head-right {
    right: 20px;
  }
  .p-section-career__foot {
    display: block;
  }
  .p-section-career__foot-image {
    position: relative;
    top: 8px;
    left: -30px;
    width: 300px;
    height: 180px;
    margin-left: 20px;
    float: left;
  }
  .p-section-career__foot-description {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    margin-left: 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-career {
    padding: 0.41rem 0 1.01rem;
  }
  .p-section-career .l-wrapper {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
  .p-section-career__wrapper {
    padding: 0.25rem 0.21rem 0.41rem;
    border-radius: 0.3rem;
  }
  .p-section-career__head {
    margin-bottom: 0.22rem;
  }
  .p-section-career__head-right {
    top: -0.15rem;
    right: 0.18rem;
  }
  .p-section-career__head-left {
    max-width: 2.75rem;
  }
  .p-section-career__image {
    width: 1.4rem;
    height: 0.8rem;
  }
  .p-section-career__image img {
    border-radius: 0.2rem;
  }
  .p-section-career__image::after {
    bottom: -0.05rem;
    left: -0.05rem;
    width: 0.7rem;
    height: 0.6rem;
    background: url("../img/recruit/sp/icn_decor.svg") no-repeat 0 0/auto 100%;
  }
  .p-section-career__label {
    width: 0.64rem;
    min-height: 0.23rem;
    margin-bottom: 0.15rem;
    padding: 0.02rem 0.02rem 0.03rem;
    font-size: 0.11rem;
  }
  .p-section-career__heading {
    font-size: 0.16rem;
    letter-spacing: -0.03em;
    line-height: 1.3125;
  }
  .p-section-career__description {
    margin-bottom: 0.27rem;
    line-height: 1.7857142857;
  }
  .p-section-career__box {
    margin: 0 -0.01rem 0.42rem;
    padding: 0.21rem 0.06rem 0.11rem;
    border-radius: 0.2rem;
  }
  .p-section-career__box .c-heading.c-heading--primary {
    margin-bottom: 0.16rem;
    padding-left: 0.25rem;
    font-size: 0.15rem;
  }
  .p-section-career__foot-image {
    position: relative;
    top: 0.02rem;
    left: -0.18rem;
    width: 1.4rem;
    height: 0.8rem;
    margin-left: 0.17rem;
    float: left;
  }
  .p-section-career__foot-image img {
    border-radius: 0.2rem;
  }
  .p-section-career__foot-image::after {
    right: -0.06rem;
    bottom: -0.06rem;
    width: 0.7rem;
    height: 0.6rem;
    background: url("../img/recruit/sp/icn_decor.svg") no-repeat 0 0/auto 100%;
  }
  .p-section-career__foot-description {
    margin-left: 0.03rem;
    line-height: 1.7857142857;
  }
  .p-section-career__foot-description p {
    margin-bottom: 0.26rem;
  }
}

.p-section-recruit-apply__description {
  letter-spacing: 0.05em;
}
@media print, (width >= 768px) {
  .p-section-recruit-apply {
    padding: 69px 0 130px;
  }
  .p-section-recruit-apply .c-heading--primary {
    margin-bottom: 37px;
    margin-left: -5px;
  }
  .p-section-recruit-apply__description {
    margin-bottom: 20px;
  }
}
@media only screen and (width < 768px) {
  .p-section-recruit-apply {
    padding: 0.49rem 0 1rem;
  }
  .p-section-recruit-apply .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .p-section-recruit-apply .c-heading--primary {
    margin-bottom: 0.14rem;
  }
  .p-section-recruit-apply__description {
    margin-bottom: 0.24rem;
  }
}

@media print, (width >= 768px) {
  .p-section-recruit {
    padding: 70px 0 130px;
  }
  .p-section-recruit .l-wrapper {
    max-width: 1000px;
  }
  .p-section-recruit .c-heading--primary {
    margin-left: 45px;
  }
}
@media only screen and (width < 768px) {
  .p-section-recruit {
    padding: 0.4rem 0 1rem;
  }
}

.p-block-recruit {
  border: 0.01rem solid #2a89e1;
  border-radius: 0.2rem;
}
.p-block-recruit + .p-block-recruit {
  margin-top: 0.2rem;
}
.p-block-recruit__title {
  color: #096fc3;
  font-weight: 700;
}
.p-block-recruit__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-block-recruit__item-image {
  height: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}
@media print, (width >= 768px) {
  .p-block-recruit {
    padding: 29px;
  }
  .p-block-recruit__title {
    margin-bottom: 20px;
    font-size: 0.23rem;
    line-height: 1.3043478261;
  }
  .p-block-recruit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-block-recruit__item {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (width < 768px) {
  .p-block-recruit {
    padding: 0.15rem;
  }
  .p-block-recruit__title {
    margin-bottom: 0.1rem;
    font-size: 0.17rem;
    line-height: 1.6470588235;
  }
  .p-block-recruit__list {
    margin-bottom: -0.2rem;
  }
  .p-block-recruit__item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.p-section-recruit-staff__head {
  border-radius: 0.2rem;
  background-color: #fff;
}
.p-section-recruit-staff__head-title {
  font-weight: 500;
}
.p-section-recruit-staff__head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}
.p-section-recruit-staff__head-item {
  margin-right: 0.1rem;
}
.p-section-recruit-staff__head-item:last-child {
  margin-right: 0;
}
.p-section-recruit-staff__head-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0.35rem;
  padding: 0.06rem 0.3rem 0.08rem 0.09rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0.01rem solid #2a89e1;
  border-radius: 0.2rem;
  color: #2a89e1;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.1333333333;
  text-decoration: none;
}
.p-section-recruit-staff__head-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.09rem;
  width: 0.17rem;
  height: 0.17rem;
  margin-top: -0.09rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #2a89e1;
  -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
  mask-image: url("../img/common/icn_arrow_02.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.p-section-recruit-staff__head-item--current {
  pointer-events: none;
}
.p-section-recruit-staff__head-item--current .p-section-recruit-staff__head-link {
  background-color: #2a89e1;
  color: #fff;
}
.p-section-recruit-staff__head-item--current .p-section-recruit-staff__head-link::before {
  background-color: #fff;
}
.p-section-recruit-staff__head-view {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #2a89e1;
  font-weight: 500;
  text-decoration: none;
}
.p-section-recruit-staff__head-view::before {
  content: "";
  position: absolute;
  top: 0.01rem;
  right: 0;
  width: 0.17rem;
  height: 0.17rem;
  background-color: #2a89e1;
  -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
  mask-image: url("../img/common/icn_arrow_02.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media print, (width >= 768px) {
  .p-section-recruit-staff {
    padding: 70px 0 130px;
  }
  .p-section-recruit-staff .l-wrapper {
    max-width: 1000px;
  }
  .p-section-recruit-staff__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 30px 10px 20px;
  }
  .p-section-recruit-staff__head-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
  }
  .p-section-recruit-staff__head-title {
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .p-section-recruit-staff__head-list {
    padding-left: 10px;
  }
  .p-section-recruit-staff__head-link {
    font-size: 0.15rem;
    line-height: 1.1333333333;
  }
  .p-section-recruit-staff__head-link:hover {
    background-color: #2a89e1;
    color: #fff;
  }
  .p-section-recruit-staff__head-link:hover::before {
    background-color: #fff;
  }
  .p-section-recruit-staff__head-view {
    padding-right: 22px;
    font-size: 0.15rem;
    line-height: 1.1333333333;
  }
}
@media only screen and (width < 768px) {
  .p-section-recruit-staff {
    padding: 0.4rem 0 1rem;
  }
  .p-section-recruit-staff__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.15rem;
    padding: 0.2rem;
  }
  .p-section-recruit-staff__head-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .p-section-recruit-staff__head-list {
    margin-bottom: 0.1rem;
    padding-left: 0;
  }
  .p-section-recruit-staff__head-item {
    margin-bottom: 0.1rem;
  }
  .p-section-recruit-staff__head-link {
    font-size: 0.14rem;
    line-height: 1.2142857143;
  }
  .p-section-recruit-staff__head-view {
    margin: 0 0 0 auto;
    padding-right: 0.22rem;
    font-size: 0.15rem;
    line-height: 1.1333333333;
  }
}

.p-block-recruit-staff {
  background-color: #fff;
}
.p-block-recruit-staff__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-block-recruit-staff__heading-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.05rem;
  background-color: #2a89e1;
  color: #fff;
  font-weight: 700;
}
.p-block-recruit-staff__heading-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.p-block-recruit-staff__heading-category {
  display: block;
  font-weight: 700;
}
.p-block-recruit-staff__heading-text {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}
.p-block-recruit-staff__information {
  border-radius: 0.1rem;
  background-color: #e4f0fc;
}
.p-block-recruit-staff__information-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0.03rem solid #2a89e1;
  font-weight: 700;
}
.p-block-recruit-staff__information-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-block-recruit-staff__information-item {
  position: relative;
  font-size: 0.14rem;
  line-height: 1.7857142857;
}
.p-block-recruit-staff__image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 65.671641791%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.p-block-recruit-staff__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.p-block-recruit-staff__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-block-recruit-staff__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0.01rem solid #2a89e1;
  color: #2a89e1;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.2857142857;
  text-decoration: none;
}
.p-block-recruit-staff__button-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.17rem;
  height: 0.17rem;
  background-color: #2a89e1;
  -webkit-mask-image: url("../img/common/icn_arrow_02.svg");
  mask-image: url("../img/common/icn_arrow_02.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media print, (width >= 768px) {
  .p-block-recruit-staff {
    padding: 50px;
    border-radius: 30px;
  }
  .p-block-recruit-staff__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .p-block-recruit-staff__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px;
  }
  .p-block-recruit-staff__heading {
    margin-bottom: 40px;
  }
  .p-block-recruit-staff__heading-tag {
    width: 50px;
    min-height: 40px;
    padding: 6px 5px;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .p-block-recruit-staff__heading-content {
    padding-top: 2px;
    padding-left: 20px;
  }
  .p-block-recruit-staff__heading-content:not(:has(.p-block-recruit-staff__heading-category)) {
    margin-top: -2px;
    padding-top: 0;
  }
  .p-block-recruit-staff__heading-category {
    margin-bottom: 5px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .p-block-recruit-staff__heading-text {
    font-size: 0.35rem;
  }
  .p-block-recruit-staff__information {
    padding: 15px 20px;
  }
  .p-block-recruit-staff__information-title {
    margin-bottom: 10px;
    padding-left: 7px;
    font-size: 0.17rem;
    line-height: 1.4705882353;
  }
  .p-block-recruit-staff__information-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-block-recruit-staff__information-item {
    margin-right: 15px;
    padding-right: 14px;
    border-right: 1px solid #000;
  }
  .p-block-recruit-staff__information-item--last {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
  .p-block-recruit-staff__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 335px;
  }
  .p-block-recruit-staff__button {
    margin-top: 30px;
  }
  .p-block-recruit-staff__button-wrapper {
    width: 240px;
    min-height: 50px;
    padding: 8px 74px 10px 52px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 40px;
  }
  .p-block-recruit-staff__button-wrapper::before {
    right: 59px;
    margin-top: -9px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .p-block-recruit-staff__button-wrapper:hover {
    background-color: #2a89e1;
    color: #fff;
  }
  .p-block-recruit-staff__button-wrapper:hover::before {
    background-color: #fff;
  }
}
@media only screen and (768px <= width < 1024px) {
  .p-block-recruit-staff {
    padding: 20px;
  }
  .p-block-recruit-staff__information-list {
    display: block;
  }
  .p-block-recruit-staff__information-item {
    padding-right: 0;
    margin-right: 0;
    border: 0;
  }
  .p-block-recruit-staff__image {
    width: 300px;
  }
}
@media only screen and (width < 768px) {
  .p-block-recruit-staff {
    padding: 0.2rem 0.2rem 0.3rem;
    border-radius: 0.2rem;
  }
  .p-block-recruit-staff__inner {
    margin-bottom: 0.2rem;
  }
  .p-block-recruit-staff__heading {
    margin-bottom: 0.2rem;
  }
  .p-block-recruit-staff__heading-tag {
    width: 0.5rem;
    min-height: 0.4rem;
    margin-top: 0.02rem;
    padding: 0.06rem 0.05rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .p-block-recruit-staff__heading-content {
    padding-left: 0.1rem;
  }
  .p-block-recruit-staff__heading-category {
    margin-bottom: 0.05rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .p-block-recruit-staff__heading-text {
    font-size: 0.2rem;
  }
  .p-block-recruit-staff__information {
    padding: 0.15rem;
  }
  .p-block-recruit-staff__information-title {
    margin-bottom: 0.1rem;
    padding-left: 0.07rem;
    font-size: 0.17rem;
    line-height: 1.4705882353;
  }
  .p-block-recruit-staff__information-list {
    display: block;
  }
  .p-block-recruit-staff__information-item {
    margin-right: 0;
    padding-right: 0;
  }
  .p-block-recruit-staff__image {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .p-block-recruit-staff__button-wrapper {
    width: 2rem;
    min-height: 0.46rem;
    padding: 0.08rem 0.55rem 0.08rem 0.3rem;
    border-radius: 0.3rem;
  }
  .p-block-recruit-staff__button-wrapper::before {
    right: 0.42rem;
    margin-top: -0.09rem;
  }
}

.p-list-recruit-staff__wrapper {
  padding-left: 0;
  list-style: none;
}
.p-list-recruit-staff__item-wrapper {
  position: relative;
  height: 100%;
  border: 0.01rem solid #2a89e1;
  border-radius: 0.15rem;
}
.p-list-recruit-staff__item-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -0.01rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1rem;
  height: 0.3rem;
  padding: 0.05rem;
  border-radius: 0 0 0.05rem 0.05rem;
  background-color: #2a89e1;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
.p-list-recruit-staff__item-title {
  color: #096fc3;
  font-weight: 700;
  text-align: center;
}
.p-list-recruit-staff__item-content {
  margin-bottom: 0;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.7857142857;
}
.p-list-recruit-staff__item-content p {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-list-recruit-staff + .p-list-recruit-staff {
    margin-top: 25px;
  }
  .p-list-recruit-staff__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px -20px;
  }
  .p-list-recruit-staff__item {
    width: 50%;
    padding: 0 12px 20px;
  }
  .p-list-recruit-staff__item-title {
    margin-bottom: 11px;
    font-size: 0.19rem;
    line-height: 1.5789473684;
  }
  .p-list-recruit-staff__item--wide {
    width: 100%;
  }
  .p-list-recruit-staff__item--wide .p-list-recruit-staff__item-title {
    text-align: left;
  }
  .p-list-recruit-staff__item-wrapper {
    padding: 43px 19px 19px;
  }
  .p-list-recruit-staff__item-tag {
    left: 19px;
  }
  .p-list-recruit-staff__item-content p + p {
    margin-top: 25px;
  }
}
@media only screen and (width < 768px) {
  .p-list-recruit-staff__wrapper {
    margin-bottom: 0;
  }
  .p-list-recruit-staff__item {
    width: 100%;
    padding-bottom: 0.2rem;
  }
  .p-list-recruit-staff__item-wrapper {
    padding: 0.43rem 0.15rem 0.15rem;
  }
  .p-list-recruit-staff__item-tag {
    left: 0.19rem;
  }
  .p-list-recruit-staff__item-title {
    margin-bottom: 0.11rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-list-recruit-staff__item-content {
    text-align: justify;
  }
  .p-list-recruit-staff__item-content p + p {
    margin-top: 0.15rem;
  }
}

.p-section-about-profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.02rem solid #ffe600;
}
.p-section-about-profile__info-title {
  font-weight: 700;
}
.p-section-about-profile__info-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-section-about-profile__photo {
  margin-right: auto;
  margin-left: auto;
}
@media print, (width >= 768px) {
  .p-section-about-profile {
    padding: 71px 0 50px;
  }
  .p-section-about-profile__row {
    margin-bottom: 52px;
  }
  .p-section-about-profile__info {
    padding: 9px 0;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .p-section-about-profile__info-title {
    width: 200px;
    padding-right: 20px;
  }
  .p-section-about-profile__photo {
    max-width: 830px;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-profile {
    padding: 0.4rem 0 0.2rem;
  }
  .p-section-about-profile__row {
    margin-bottom: 0.4rem;
  }
  .p-section-about-profile__info {
    padding: 0.07rem 0;
    font-size: 0.15rem;
  }
  .p-section-about-profile__info-title {
    width: 1rem;
    padding-right: 0.1rem;
  }
  .p-section-about-profile__photo {
    width: 8.3rem;
  }
  .p-section-about-profile__photo-wrapper {
    padding-bottom: 0.05rem;
  }
}

.p-section-about-partnership__logo {
  margin-right: auto;
  margin-left: auto;
}
.p-section-about-partnership__logo-detail {
  font-weight: 700;
  text-align: center;
  font-size: 0.16rem;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.p-section-about-partnership__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-about-partnership__item {
  position: relative;
}
.p-section-about-partnership__item::before {
  content: "";
  position: absolute;
  left: 1px;
  border-radius: 100%;
}
.p-section-about-partnership__item:last-child {
  margin-bottom: 0;
}
.p-section-about-partnership__info--orano .p-section-about-partnership__item::before {
  background-color: #fd0;
}
.p-section-about-partnership__info--kobelco .p-section-about-partnership__item::before {
  background-color: #0072bb;
}
@media print, (width >= 768px) {
  .p-section-about-partnership {
    padding: 30px 0 130px;
  }
  .p-section-about-partnership__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-about-partnership__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 265px;
  }
  .p-section-about-partnership__item {
    margin-bottom: 15px;
    padding-left: 18px;
    line-height: 1.4666666667;
  }
  .p-section-about-partnership__item::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
  .is-english-page .p-section-about-partnership__item::before {
    top: 4px;
  }
  .p-section-about-partnership__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 36.6666666667%;
  }
  .p-section-about-partnership__info--orano {
    padding-top: 21px;
    padding-right: 20px;
  }
  .p-section-about-partnership__info--orano .p-section-about-partnership__logo {
    width: 110px;
    margin-bottom: 6px;
  }
  .p-section-about-partnership__info--kobelco {
    padding-top: 11px;
    padding-left: 20px;
  }
  .p-section-about-partnership__info--kobelco .p-section-about-partnership__logo {
    width: 170px;
    margin-bottom: 0;
  }
  .p-section-about-partnership__info--kobelco .p-section-about-partnership__logo-detail {
    margin-top: -10px;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-partnership {
    padding: 0.4rem 0 1rem;
  }
  .p-section-about-partnership__item {
    margin-bottom: 0.1rem;
    padding-left: 0.18rem;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 1.5714285714;
  }
  .p-section-about-partnership__item::before {
    top: 0.06rem;
    width: 0.1rem;
    height: 0.1rem;
  }
  .p-section-about-partnership__photo {
    width: 2.2rem;
    margin: 0 auto 0.1rem;
  }
  .p-section-about-partnership__info--orano {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0.35rem;
  }
  .p-section-about-partnership__info--orano .p-section-about-partnership__logo {
    width: 1.1rem;
    margin-top: 0.25rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-section-about-partnership__info--orano .p-section-about-partnership__logo-detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.1rem;
    margin-bottom: 0;
  }
  .p-section-about-partnership__info--orano .p-section-about-partnership__list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-section-about-partnership__info--kobelco .p-section-about-partnership__logo {
    width: 1.7rem;
  }
  .p-section-about-partnership__info--kobelco .p-section-about-partnership__logo-detail {
    margin-top: -0.2rem;
  }
  .p-section-about-partnership .c-heading--primary {
    margin-bottom: 0.3rem;
  }
}

@media print, (width >= 768px) {
  .p-section-about-mission {
    padding: 93px 0 0;
  }
  .p-section-about-mission .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-about-mission .c-heading--primary {
    margin-bottom: 113px;
  }
  .p-section-about-mission__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 274px;
    padding-top: 80px;
  }
  .p-section-about-mission__text {
    margin-bottom: 0;
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .p-section-about-mission__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 610px;
    margin-left: -34px;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-mission {
    padding: 0.4rem 0 0;
  }
  .p-section-about-mission__text {
    margin-bottom: 0.2rem;
    font-size: 0.15rem;
    line-height: 1.8666666667;
  }
  .p-section-about-mission__image {
    width: 100%;
  }
}

@media print, (width >= 768px) {
  .p-section-about-ethic {
    padding: 49px 0 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-ethic {
    padding: 0.6rem 0 0;
  }
}

@media print, (width >= 768px) {
  .p-section-about-compliance {
    padding: 75px 0 130px;
  }
  .p-section-about-compliance__content {
    margin-bottom: 19px;
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-compliance {
    padding: 0.6rem 0 1rem;
  }
  .p-section-about-compliance__content {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}

.p-block-about-certificate {
  border: 0.04rem solid #d9d9d9;
}
.p-block-about-certificate__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  background-color: #f1f1f1;
  font-weight: 700;
}
.p-block-about-certificate__inner {
  background-color: #fff;
}
.p-block-about-certificate__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 3rem;
}
.p-block-about-certificate__image-wrapper:first-child {
  width: 33.3333333333%;
}
.p-block-about-certificate__image-wrapper:last-child {
  width: 66.6666666667%;
}
@media print, (width >= 768px) {
  .p-block-about-certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-block-about-certificate__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 121px;
    font-size: 0.17rem;
    line-height: 1.6470588235;
  }
  .is-english-page .p-block-about-certificate__title {
    max-width: 130px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.16rem;
  }
  .p-block-about-certificate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
  }
  .p-block-about-certificate__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px 10px 20px;
    font-size: 0.15rem;
    line-height: 1.8666666667;
  }
  .p-block-about-certificate__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 39.7350993377%;
  }
}
@media only screen and (width < 768px) {
  .p-block-about-certificate__title {
    padding: 0.15rem;
    font-size: 0.17rem;
    line-height: 1.6470588235;
  }
  .p-block-about-certificate__inner {
    padding: 0.2rem 0.2rem 0.15rem;
  }
  .p-block-about-certificate__content {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .p-block-about-certificate__image {
    margin: 0 auto;
  }
}

.p-section-policy {
  font-size: 0.14rem;
  line-height: 1.7857142857;
}
.p-section-policy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.2rem;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
.p-section-policy__text {
  margin-bottom: 0.2rem;
}
.p-section-policy__information {
  margin-bottom: 0.2rem;
}
.p-section-policy__information-text {
  margin-bottom: 0;
}
.p-section-policy__information-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-policy__information-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.84rem;
}
.p-section-policy__information-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-section-policy__information-link {
  color: #096fc3;
  text-underline-offset: 3px;
}
@media print, (width >= 768px) {
  .p-section-policy {
    padding: 100px 0 110px;
  }
  .p-section-policy__title {
    min-height: 40px;
  }
}
@media only screen and (width < 768px) {
  .p-section-policy {
    padding: 0.4rem 0 1rem;
  }
}

.p-list-policy__wrapper {
  margin-bottom: 0.2rem;
  padding: 0;
  list-style: none;
  counter-reset: list-counter;
}
.p-list-policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.1rem;
  counter-increment: list-counter;
}
.p-list-policy__item::before {
  content: counter(list-counter);
  position: absolute;
  top: 0;
}
@media print, (width >= 768px) {
  .p-list-policy__item {
    padding-left: 35px;
  }
  .p-list-policy__item::before {
    left: 9px;
  }
}
@media only screen and (width < 768px) {
  .p-list-policy__item {
    padding-left: 0.24rem;
  }
  .p-list-policy__item::before {
    left: 0;
  }
}

.p-table-policy {
  margin-bottom: 0.2rem;
}
.p-table-policy__row {
  padding: 0.09rem 0 0.1rem;
  border-top: 0.01rem solid #000;
}
.p-table-policy__row:last-child {
  border-bottom: 0.01rem solid #000;
}
@media print, (width >= 768px) {
  .p-table-policy__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-table-policy__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
    padding-right: 10px;
  }
  .p-table-policy__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.is-english-page .p-section-contact {
  font-family: "Roboto Slab", serif;
}
.p-section-contact__description {
  letter-spacing: 0.05em;
}
.is-english-page .p-section-contact__description {
  letter-spacing: 0;
}
@media print, (width >= 768px) {
  .p-section-contact {
    padding: 79px 0 130px;
  }
  .p-section-contact .c-heading--primary {
    margin-bottom: 37px;
  }
  .is-english-page .p-section-contact .c-heading--primary {
    margin-bottom: 35px;
  }
  .p-section-contact__description {
    margin-bottom: 20px;
  }
  .is-english-page .p-section-contact__description {
    font-size: 0.16rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-contact {
    padding: 0.49rem 0 1rem;
  }
  .p-section-contact .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .p-section-contact .c-heading--primary {
    margin-bottom: 0.14rem;
  }
  .p-section-contact__description {
    margin-bottom: 0.14rem;
  }
}

.p-section-contact-completion .c-heading--primary,
.p-section-contact-completion .c-heading--secondary {
  letter-spacing: 0.05em;
}
.p-section-contact-completion__description {
  letter-spacing: 0.05em;
}
.p-section-contact-completion__information {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-section-contact-completion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-contact-completion__information-phone, .p-section-contact-completion__information-mail {
  font-family: "Roboto Slab", serif;
}
@media print, (width >= 768px) {
  .p-section-contact-completion {
    padding: 79px 0 136px;
  }
  .p-section-contact-completion .l-wrapper {
    padding: 0 17px;
  }
  .p-section-contact-completion .c-heading--primary {
    margin-bottom: 35px;
  }
  .p-section-contact-completion .c-heading--secondary {
    margin-bottom: 13px;
  }
  .p-section-contact-completion__description {
    margin-bottom: 20px;
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .p-section-contact-completion__information {
    margin-bottom: 20px;
    font-size: 0.16rem;
    line-height: 1.3125;
  }
}
@media only screen and (width < 768px) {
  .p-section-contact-completion {
    padding: 0.4rem 0 1rem;
  }
  .p-section-contact-completion__description {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .p-section-contact-completion__information {
    margin-bottom: 0.25rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=styles.css.map */