@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

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

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

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

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

button:focus {
  outline: 0;
}

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

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

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

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

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  main {
    padding-top: 80px;
  }

  .container {
    min-width: 1083px;
  }

  .wrapper {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
    min-height: 100vh;
  }

  main {
    padding-top: 0.61rem;
  }

  body {
    font-size: 0.14rem;
  }

  .container {
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .md {
    display: none !important;
  }
}
header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.header-logo .logo-image {
  display: block;
}

.menu-list a {
  color: #fff;
  display: block;
  font-weight: 500;
}

.button-header a {
  -webkit-transition: all 0.5s ease !important;
}
.button-header a:hover {
  opacity: 0.6 !important;
}

@media print, (min-width: 768px) {
  header {
    min-width: 1100px;
    height: 80px;
  }
  header .wrapper {
    padding: 24px 0 22px;
    width: 910px;
  }

  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -49%);
        transform: translate(-50%, -49%);
  }
  .header-logo .logo-image {
    width: 171px;
    height: auto;
  }
  .header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .header-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 18px;
  }
  .header-navigation .header-logo, .header-navigation .menu-list-two {
    -ms-flex-order: 1;
        order: 1;
  }
  .header-navigation .header-logo {
    padding: 0 20px;
  }

  .menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -7px;
  }
  .menu-list:first-child {
    max-width: 360px;
  }
  .menu-list:last-child {
    max-width: 400px;
  }
  .menu-list li {
    padding: 5px;
  }
  .menu-list li:not(.button-header) a::after {
    content: "";
    position: absolute;
    background: #fff;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -ms-transform-origin: right top;
        transform-origin: right top;
    transition: transform 0.4s;
    bottom: -2px;
    left: 15px;
    width: calc(100% - (15px * 2));
    height: 1px;
  }
  .menu-list li:not(.button-header) a:hover::after {
    transition: transform 0.2s;
    -ms-transform-origin: left top;
        transform-origin: left top;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .menu-list a {
    font-size: 14px;
    padding: 0 15px;
    letter-spacing: 0.25em;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease;
  }
  .wf-active .menu-list a {
    opacity: 1;
  }
  .menu-list .button-header {
    padding-left: 20px;
  }
  .menu-list .button-header a {
    padding: 3px 23px 1px;
    background: #fff;
    color: #000;
    letter-spacing: 0.15em;
  }

  .menu-list-two {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 0.61rem;
  }
  header .wrapper {
    text-align: right;
    padding: 0.14rem 0.2rem;
    min-height: 0.6rem;
  }

  .header-logo {
    width: 100%;
  }
  .header-logo .logo-image {
    width: 1.1rem;
    margin: 0 auto;
  }

  .header-navigation {
    position: fixed;
    width: 100%;
    height: calc(100% - .6rem);
    overflow-y: auto;
    top: 0.6rem;
    left: 0;
    z-index: 99999;
    background: #000;
    display: none;
  }

  .menu-list li {
    text-align: center;
    padding: 0.05rem;
  }
  .menu-list a {
    color: #fff;
    font-size: 0.16rem;
    padding: 0.15rem;
  }

  .button-menu {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 0.2rem;
    width: 0.16rem;
    height: 0.16rem;
  }

  .button-menu-hamburger {
    display: block;
    cursor: pointer;
    z-index: 2;
    width: 0.16rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    transition-property: transform;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .button-menu-hamburger::before, .button-menu-hamburger::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .button-menu-hamburger::before {
    top: -0.06rem;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
  }
  .button-menu-hamburger::after {
    bottom: -0.06rem;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .button-menu.is-active .button-menu-hamburger {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .button-menu.is-active .button-menu-hamburger::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
  }
  .button-menu.is-active .button-menu-hamburger::after {
    bottom: 0;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  background: #000;
}
footer .footer-navigation a, footer .footer-link a {
  color: #fff;
  font-weight: bold;
}
footer .footer-navigation a:hover, footer .footer-link a:hover {
  opacity: 0.7;
}
footer small {
  color: #fff;
}
footer small .text-entity {
  color: transparent;
  text-shadow: 0 0 #fff;
}
footer .footer-social li {
  display: inline-block;
}
footer .footer-social a:hover {
  opacity: 0.7;
}
footer .footer-logo .logo-image {
  display: inline-block;
}
footer .footer-language a {
  color: rgba(255, 255, 255, 0.5);
}
footer .footer-language .is-current {
  pointer-events: none;
}
footer .footer-language .is-current span {
  color: #fff;
}
footer .footer-language .is-current::after {
  color: #fff;
}
footer .footer-bottom {
  display: -ms-flexbox;
  display: flex;
}
footer .footer-language {
  position: relative;
}
footer .footer-language li {
  display: inline-block;
  position: relative;
}
footer .footer-language li:not(:last-child)::after {
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.is-tablet footer .footer-language li:not(:last-child)::after {
  top: 5px;
}
footer .footer-language li span, footer .footer-language li a {
  display: inline-block;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 100px 0 110px;
  }

  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-logo .logo-image {
    width: 171px;
    height: auto;
  }

  .footer-navigation li:not(:last-child)::after, .footer-link li:not(:last-child)::after {
    content: "｜";
    color: #fff;
    display: inline-block;
  }

  .footer-navigation {
    margin-bottom: 29px;
  }
  .footer-navigation a {
    letter-spacing: 0.155em;
    font-size: 17px;
  }
  .footer-navigation li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-navigation li::after {
    margin-left: 16px;
    font-size: 17px;
  }

  .footer-social {
    margin-bottom: 26px;
  }
  .footer-social li {
    display: inline-block;
    padding: 0 15px;
  }
  .footer-social .is-instagram {
    padding-left: 18px;
  }

  .footer-link {
    margin-bottom: 12px;
  }
  .footer-link a {
    font-size: 12px;
    letter-spacing: 0.204em;
  }
  .footer-link li {
    display: inline-block;
    margin-right: 16px;
  }
  .footer-link li::after {
    margin-left: 14px;
    font-size: 12px;
  }

  .footer-bottom {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer-bottom small {
    font-size: 12px;
    letter-spacing: 0.204em;
  }

  .footer-language {
    top: -3px;
  }
  .footer-language li {
    margin: 0;
  }
  .footer-language li:not(:last-child)::after {
    height: 54%;
    position: absolute;
    top: 4px;
    right: -1px;
  }
  .footer-language span, .footer-language a {
    min-width: 21px;
    font-size: 12px;
    letter-spacing: 0.24em;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding: 0.18rem 0 0.22rem;
  }

  .footer-logo, .footer-social, .footer-link, .footer-bottom {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 0.35rem;
    text-align: center;
  }
  .footer-logo .logo-image {
    width: 1.5rem;
    margin: 0 auto;
  }
  .footer-logo .logo-image img {
    width: 100%;
  }

  .footer-link li {
    padding: 0.045rem;
    border-top: 0.01rem solid #fff;
  }
  .footer-link a {
    font-size: 0.11rem;
    padding: 0.08rem 0.1rem;
    text-align: center;
    display: block;
  }

  .footer-social {
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .footer-social li {
    margin: 0 0.22rem;
  }
  .footer-social li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .footer-social .is-youtube {
    width: 0.29rem;
  }
  .footer-social .is-instagram {
    width: 0.25rem;
  }

  .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom .footer-language, .footer-bottom small {
    border-top: 0.01rem solid #fff;
  }
  .footer-bottom .footer-language {
    padding: 0.08rem 0.05rem 0.07rem;
  }
  .footer-bottom small, .footer-bottom .footer-language {
    width: 100%;
  }
  .footer-bottom small {
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
    font-size: 0.09rem;
    letter-spacing: 0.204em;
    font-weight: bold;
    display: block;
    padding: 0.18rem 0.05rem 0;
    color: #8d8d8d;
  }
  .footer-bottom .footer-language {
    text-align: center;
  }
  .footer-bottom .footer-language span, .footer-bottom .footer-language a {
    min-width: 48px;
    font-size: 0.11rem;
    letter-spacing: 0.25em;
    padding: 0.05rem;
  }
  .footer-bottom .footer-language li {
    margin-right: 0;
  }
  .footer-bottom .footer-language li:not(:last-child)::after {
    height: 39%;
    position: absolute;
    top: 0.07rem;
    right: -0.01rem;
  }
}
.section-sub-keyvisual {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 99;
}
.section-sub-keyvisual.no-background .keyvisual-title {
  color: #000;
}
.section-sub-keyvisual .keyvisual-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  transition: all 0.2s ease;
}
.wf-active .section-sub-keyvisual .keyvisual-title {
  opacity: 1;
}
.section-sub-keyvisual .keyvisual-title > span {
  display: block;
}
.section-sub-keyvisual .keyvisual-title .title-big {
  letter-spacing: 0.115em;
}
.section-sub-keyvisual .keyvisual-title .title-small {
  letter-spacing: 0.2em;
}
.section-sub-keyvisual .keyvisual-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-sub-keyvisual .keyvisual-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-sub-keyvisual .keyvisual-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.section-sub-keyvisual.is-contact .keyvisual-background::after {
  background: rgba(0, 0, 0, 0.1);
}

@media print, (min-width: 768px) {
  .section-sub-keyvisual {
    min-height: 420px;
    padding-bottom: 136px;
    padding-top: 129px;
  }
  .section-sub-keyvisual .keyvisual-title .title-big {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 6px;
  }
  .section-sub-keyvisual .keyvisual-title .title-small {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .section-sub-keyvisual.no-background {
    min-height: unset;
    padding-bottom: 75px;
    padding-top: 156px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-sub-keyvisual {
    min-height: 1.15rem;
    padding: 15px 0;
  }
  .section-sub-keyvisual .keyvisual-title .title-big {
    font-size: 0.28rem;
    line-height: 1.07;
    margin-bottom: 0.04rem;
  }
  .section-sub-keyvisual .keyvisual-title .title-small {
    font-size: 0.09rem;
  }
  .section-sub-keyvisual.no-background {
    min-height: unset;
    padding-top: 0.35rem;
    padding-bottom: 0.42rem;
  }
  .section-sub-keyvisual.no-background .title-small {
    font-size: 0.11rem;
  }
  .section-sub-keyvisual .keyvisual-background {
    max-width: 100%;
  }
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}

.label-primary {
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.label-primary::after {
  content: "";
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  height: 1px;
}
@media print, (min-width: 768px) {
  .label-primary {
    font-size: 16px;
    padding-bottom: 7px;
    letter-spacing: 0.2em;
  }
  .label-primary::after {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-primary {
    font-size: 0.14rem;
    padding-bottom: 0.02rem;
    position: relative;
  }
  .label-primary::after {
    width: 3rem;
  }
}

.title-primary {
  color: #000;
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .title-primary {
    font-size: 34px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    font-size: 0.16rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.05rem;
  }
}

.button-primary {
  color: #fff;
  background: #000;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.184em;
  cursor: pointer;
  position: relative;
  background: linear-gradient(to right, #f0f, #00dedb);
  overflow: hidden;
  z-index: 1;
}
.button-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #000;
}
.button-primary:hover::before {
  left: 100%;
}
.button-primary > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.button-primary > input:disabled {
  background: #000;
}
@media print, (min-width: 768px) {
  .button-primary {
    min-width: 300px;
    min-height: 50px;
    padding: 16px 10px 13px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    min-width: 2.6rem;
    min-height: 0.5rem;
    padding: 0.17rem 0.1rem 0.15rem;
    font-size: 0.12rem;
  }
}

.tag {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tag.tag-gray {
  background: #666;
}
.tag.tag-border {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  height: calc( 100% - 2px );
}
.tag.tag-border span {
  top: 0;
}

@media print, (min-width: 768px) {
  .tag {
    font-size: 14px;
    letter-spacing: 0.2em;
    min-width: 90px;
    padding: 0 2px;
  }
  .tag span {
    position: relative;
    top: 1.1px;
  }

  .is-tablet .tag {
    padding: 0 2px 3px;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag {
    font-size: 0.1rem;
    min-width: 0.7rem;
    padding: 0.01rem 0.02rem;
  }
  .tag span {
    letter-spacing: 0.12em;
    top: 0.005rem;
  }
}
.keyvisual-link {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.13em;
  z-index: 1;
  background-image: linear-gradient(to right, #f0f, #00dedb);
}
.keyvisual-link::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: -1;
  transition: all 0.3s ease;
}
.keyvisual-link:hover::before {
  width: 100%;
}
.keyvisual-link > span {
  display: block;
}
.keyvisual-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-43%);
      transform: translateY(-43%);
  background: url(../img/common/icon_arrow_right_white.svg) no-repeat center center/contain;
}
.keyvisual-link .link-text {
  opacity: 0;
  transition: all 0.24s ease;
}
.wf-active .keyvisual-link .link-text {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .keyvisual-link {
    display: block;
    position: fixed;
    top: 280px;
    right: 60px;
    min-width: 220px;
    min-height: 70px;
    padding: 12px 25px 11px 26px;
  }
  .keyvisual-link .link-title {
    font-size: 20px;
    margin-bottom: 2px;
    letter-spacing: 0.13em;
  }
  .keyvisual-link .link-text {
    font-size: 11px;
  }
  .keyvisual-link .text-small {
    font-size: 8px;
  }
  .keyvisual-link::after {
    right: 10px;
    width: 7px;
    height: 14px;
  }
}
main {
  position: relative;
  z-index: 1;
}
main::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  top: 3%;
  left: 50%;
  -ms-transform: translate(-43%, 0);
      transform: translate(-43%, 0);
}

@media print, (min-width: 768px) {
  main::after {
    width: 105px;
    height: 7197px;
    background: url(../img/company/company_decor.svg) no-repeat center center;
  }
}
@media only screen and (max-width: 767.98px) {
  main::after {
    width: 1.28rem;
    height: 52.46rem;
    background: url(../img/company/sp/company_decor.svg) no-repeat center center;
  }
}
@media print, (min-width: 768px) {
  .section-sub-keyvisual {
    padding-top: 100px !important;
    padding-bottom: 152px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-sub-keyvisual {
    padding-top: 45px !important;
    padding-bottom: 46px !important;
  }
}
.section-page-description {
  text-align: center;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-page-description {
    padding: 52px 0 222px;
    font-size: 21px;
    line-height: 1.875;
    letter-spacing: 0.155em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-page-description {
    padding: 0.11rem 0 0.42rem;
    font-size: 0.12rem;
    line-height: 2;
    letter-spacing: 0.155em;
  }
  .is-iphone .section-page-description .page-description-text {
    margin: 0 -0.2rem;
  }
}
.label-primary {
  letter-spacing: 0.2em;
}

.section-company-information .information-inner {
  position: relative;
}
.section-company-information .information-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  height: 1px;
  background: #000;
}
.section-company-information .information-list, .section-company-information .information-label {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.155em;
}

@media print, (min-width: 768px) {
  .section-company-information .information-inner {
    padding: 118px 0 0px 100px;
  }
  .section-company-information .information-inner::before {
    width: 100%;
  }
  .section-company-information .information-list, .section-company-information .information-label {
    font-size: 16px;
    line-height: 2.5;
  }
  .section-company-information .information-label {
    margin-bottom: 25px;
  }
  .section-company-information .information-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .section-company-information .information-list dt {
    width: 250px;
    padding-right: 15px;
  }
  .section-company-information .information-list dd {
    width: calc(100% - 250px);
  }
  .section-company-information .information-list .button-call {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-information .information-inner {
    padding: 0.38rem  0.19rem 0.2rem;
    position: relative;
    margin-right: -0.15rem;
  }
  .section-company-information .information-inner::before {
    width: 3rem;
  }
  .section-company-information .custom-position {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .section-company-information .information-list, .section-company-information .information-label {
    font-size: 0.1rem;
    line-height: 2;
  }
  .section-company-information .information-label {
    margin-bottom: 0.18rem;
    padding-left: 0.05rem;
  }
  .section-company-information .information-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -2px;
  }
  .section-company-information .information-list dt {
    width: 1.02rem;
    padding-right: 0.1rem;
  }
  .section-company-information .information-list dd {
    width: calc(100% - 1.02rem);
  }
  .section-company-information .is-link {
    padding-left: 0.06rem;
    margin-right: -18px;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-company-information .is-link dt {
    width: 0.65rem;
    font-size: 0.11rem;
    margin-top: -2px;
  }
  .section-company-information .is-link dd {
    padding-left: 6px;
    width: calc(100% - .65rem);
  }
  .section-company-information .is-link dd address {
    letter-spacing: 0.1em;
    margin-right: -0.2rem;
  }
}
.section-company-reform .label-primary {
  text-align: center;
}
.section-company-reform .reform-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-company-reform .inner-content, .section-company-reform .reform-text-bottom {
  font-weight: bold;
  line-height: 2.1;
}

@media print, (min-width: 768px) {
  .section-company-reform .title-primary {
    margin-bottom: 88px;
    width: 100%;
    text-align: center;
  }
  .section-company-reform .reform-inner {
    width: 960px;
    margin: 0 auto;
    padding: 89px 0 95px;
  }
  .section-company-reform .inner-content, .section-company-reform .reform-text-bottom {
    font-size: 20px;
    line-height: 2.1;
    letter-spacing: 0.05em;
  }
  .section-company-reform .inner-content {
    width: calc( 100% - 390px );
    padding-right: 50px;
    margin-bottom: 25px;
  }
  .section-company-reform .inner-content p:not(:last-child) {
    margin-bottom: 33px;
  }
  .section-company-reform .inner-image {
    width: 390px;
    margin: 6px 0 25px;
  }
  .section-company-reform .reform-text-bottom {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-reform .title-primary {
    margin-bottom: 0.29rem;
    width: 100%;
    text-align: center;
  }
  .section-company-reform .reform-inner {
    padding: 0.43rem 0 0.79rem;
  }
  .section-company-reform .inner-content, .section-company-reform .reform-text-bottom, .section-company-reform .title-primary {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .section-company-reform .inner-content {
    font-size: 0.14rem;
    letter-spacing: 0.17em;
  }
  .section-company-reform .reform-text-bottom {
    font-size: 0.14rem;
  }
  .section-company-reform .inner-content {
    margin-bottom: 0.6rem;
    line-height: 2;
	text-align: left;
  }
  .section-company-reform .inner-content p:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .section-company-reform .inner-image {
    text-align: center;
    width: 2.1rem;
    margin: 0 auto 0.45rem;
  }
  .section-company-reform .inner-image img {
    width: 100%;
  }
  .section-company-reform .reform-text-bottom {
    text-align: right;
    line-height: 1.6;
  }
}
.section-company-access .label-primary {
  text-align: center;
}
.section-company-access .access-inner {
  color: #000;
  font-weight: bold;
}
.section-company-access .access-inner .access-title {
  text-align: center;
  letter-spacing: 0.155em;
}
.section-company-access .access-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-company-access .access-inner {
    width: 770px;
    margin: 0 auto;
    padding: 80px 0 106px;
  }
  .section-company-access .access-title {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 42px;
  }
  .section-company-access .access-list {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.06em;
    margin-bottom: 63px;
    margin-right: -20px;
  }
  .section-company-access .access-link {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-access .access-inner {
    padding: 0.42rem 0 0.6rem;
  }
  .section-company-access .access-title {
    font-size: 0.14rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
    text-align: center;
  }
  .is-iphone .section-company-access .access-title {
    margin: 0 -0.2rem;
  }
  .section-company-access .access-list {
    font-size: 0.1rem;
    line-height: 2.1;
    margin-bottom: 0.4rem;
    letter-spacing: 0.08em;
  }
  .section-company-access .access-link {
    margin-bottom: 0.2rem;
  }
}
.section-company-policy .policy-item .item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-company-policy .policy-item .item-title {
  text-align: center;
  color: #000;
}
.section-company-policy .policy-item .item-description {
  color: #000;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-company-policy {
    margin-bottom: 186px;
  }
  .section-company-policy .policy-list {
    padding: 106px 0 88px;
  }
  .section-company-policy .policy-item:not(:last-child) {
    padding: 0 0 194px;
  }
  .section-company-policy .policy-item .item-image {
    width: 770px;
    margin: 0 auto 65px;
  }
  .section-company-policy .policy-item .item-title {
    margin-bottom: 38px;
  }
  .section-company-policy .policy-item .item-description {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.155em;
    text-align: center;
  }
  .section-company-policy .policy-item .item-description span {
    display: inline-block;
  }
  .section-company-policy .policy-item .item-description span:not(:last-child) {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-policy .policy-item {
    padding: 0.2rem 0 0.58rem;
  }
  .section-company-policy .policy-item .item-image {
    /*width: 3.75rem;*/
    margin: 0 -0.3rem 0.33rem;
  }
  .section-company-policy .policy-item .item-title {
    margin-bottom: 0.35rem;
  }
  .section-company-policy .policy-item .item-description {
    font-size: 0.14rem;
    line-height: 2;
    letter-spacing: 0.15em;
    text-align: left;
  }
  .section-company-policy .policy-item .item-description span {
    display: inline;
  }
}
.section-company-history .history-list {
  text-align: center;
}
.section-company-history .list-item .item-content {
  display: none;
  font-weight: bold;
  text-align: left;
}
.section-company-history .list-item .item-content dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-company-history .list-item .item-content ul li {
  display: -ms-flexbox;
  display: flex;
}
.section-company-history .list-item .item-content ul li::before {
  content: "・";
  display: inline-block;
  font-size: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-company-history .list-item .item-heading {
  position: relative;
  display: inline-block;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: left;
  letter-spacing: 0.184em;
  cursor: pointer;
}
.section-company-history .list-item .item-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.3s ease;
  background: url(../img/common/icon_arrow_down_white.svg) no-repeat center center/contain;
}
.section-company-history .list-item.is-active .item-heading::after {
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
}

@media print, (min-width: 768px) {
  .section-company-history {
    margin-bottom: 234px;
  }
  .section-company-history .history-list {
    padding: 90px 0;
  }
  .section-company-history .list-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .section-company-history .list-item .item-content {
    line-height: 1.57;
    letter-spacing: 0.1em;
    width: 845px;
    margin: 40px auto 0;
  }
  .section-company-history .list-item .item-content dt {
    font-size: 16px;
    width: 108px;
    padding-left: 5px;
  }
  .section-company-history .list-item .item-content dt:not(:last-child) {
    margin-bottom: 57px;
  }
  .section-company-history .list-item .item-content dd {
    font-size: 14px;
    width: calc(100% - 108px);
  }
  .section-company-history .list-item .item-content dd:not(:last-child) {
    margin-bottom: 57px;
  }
  .is-tablet .section-company-history .list-item .item-content dd ul {
    margin-right: -20px;
  }
  .section-company-history .list-item .item-heading {
    min-width: 300px;
    min-height: 50px;
    font-size: 14px;
    padding: 15px 30px;
  }
  .section-company-history .list-item .item-heading::after {
    right: 16px;
    width: 16px;
    height: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-history {
    margin-bottom: 0.39rem;
  }
  .section-company-history .history-list {
    padding: 0.3rem 0;
  }
  .section-company-history .list-item:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .section-company-history .list-item .item-content {
    line-height: 1.57;
    width: 2.6rem;
    margin: 0.3rem auto 0;
  }
  .section-company-history .list-item .item-content dt {
    width: 0.66rem;
    font-size: 14px;
    padding-left: 0.05rem;
  }
  .is-iphone .section-company-history .list-item .item-content dt {
    white-space: nowrap;
  }
  .section-company-history .list-item .item-content dt:not(:last-child) {
    margin-bottom: 0.46rem;
  }
  .section-company-history .list-item .item-content dd {
    width: calc(100% - .66rem);
    font-size: 0.12rem;
    line-height: 1.16;
  }
  .section-company-history .list-item .item-content dd:not(:last-child) {
    margin-bottom: 0.46rem;
  }
  .section-company-history .list-item .item-heading {
    min-width: 2.6rem;
    min-height: 0.5rem;
    font-size: 0.14rem;
    padding: 0.16rem 0.3rem 0.14rem 0.19rem;
  }
  .section-company-history .list-item .item-heading::after {
    right: 0.16rem;
    width: 0.16rem;
    height: 0.08rem;
  }
}
@media only screen and (max-width: 374px) {
  .section-company-history .list-item .item-content dt {
    padding-left: 0;
    width: 0.7rem;
  }
  .section-company-history .list-item .item-content dd {
    width: calc(100% - .7rem);
  }
}

/*# sourceMappingURL=company.css.map */

/* ↓250805言語切り替えボタン */

/* ===== 共通スタイル ===== */
.language-switcher-dropdown {
  position: absolute;
  z-index: 1000;
}

.language-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100px; /* 必要に応じて調整 */
  font-family: 'Roboto', sans-serif;
}

.language-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 6px 30px 6px 30px; /* 左右のアイコン分を空ける */
  background-color: #000;
  color: #fff;
  border: 1px solid #555;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* hover時の見た目 */
.language-select-wrapper select:hover {
  border-color: #aaa;
}

/* アイコン（左：🌐） */
.language-select-wrapper .icon-left {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* アイコン（右：▼） */
.language-select-wrapper .icon-right {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #fff;
}

/* ===== PC表示時（右上） ===== */
@media screen and (min-width: 768px) {
  .language-switcher-dropdown {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
	
  .what-we-do {
    margin-bottom: 60px;
    margin-top: 60px;	
  }
	
  .what-title {
	font-size: 20px;	
  }
	
  .amazon-bottom {
	text-align: center;
	padding-bottom: 120px;
	}
}

/* ===== SP表示時（メニュー内右下） ===== */
@media screen and (max-width: 767px) {
  .language-switcher-dropdown {
    bottom: 20px;
    right: 20px;
    top: auto;
    transform: none;
  }
	
  .what-we-do {
	margin-bottom: 0.3rem;
	text-align: left;
	padding-top: 0.3rem;
  }
	
  .what-title {
	font-size: 0.2rem;
	margin-top: 0.4rem;
  }

  .amazon-bottom {
	padding-bottom: 0.6rem;	
	padding-bottom: 0.6rem;	
  }

	/* sp表示調整用<br> */
  .mobile-break {
    display: block; /* スマホでブロック化して改行 */
  }
	
}

