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

@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;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    min-width: 1250px;
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: #464646;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 400;
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.14rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.13rem;
    line-height: 2;
  }
}

html.is-tablet main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.6rem;
  }
}

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

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.04rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.001;
}
.load html.is-visible, html.wf-active .load {
  opacity: 1;
}

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

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

html.is-tablet .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.29rem;
    padding-left: 0.29rem;
  }
}

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

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.antonio-light {
  font-family: antonio, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.antonio-regular {
  font-family: antonio, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.antonio-semibold {
  font-family: antonio, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.antonio-bold {
  font-family: antonio, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-thin {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 100;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-extralight {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 200;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-light {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 300;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 700;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-extrabold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 800;
}

/* font-optical-sizing is for variable fonts – safe to ignore in W3C validator */
.noto-sans-black {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 900;
}

.button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.header-common {
  position: relative;
  z-index: 10000;
}
@media print, (min-width: 768px) {
  .header-common .header-navigation {
    position: relative;
    top: -2px;
  }
  .header-common .header-navigation .navigation-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 15px 18px 25px;
  }
}
@media print {
  .header-common .header-viewport {
    padding: 19px 30px 18px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0.6rem;
    background-color: #fff;
  }
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.12rem;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header-common .header-viewport.is-active .header-navigation {
    right: 0;
  }
  .header-common .header-viewport.is-active .header-wrapper {
    opacity: 0;
    pointer-events: none;
  }
}

.logo-header-common {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-common {
    width: 237px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-common {
    width: 1.85rem;
  }
}

.header-navigation .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    position: absolute;
    top: 100%;
    right: -100%;
    width: 100%;
    height: 100dvh;
    overflow: hidden auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #fff;
  }
  .header-navigation .header-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 3.13rem;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .header-navigation .navigation-viewport {
    height: 100%;
  }
  .header-navigation .logo-header-common {
    margin: 0.1rem 0.12rem;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    margin-right: 32px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-header-sitemap .navigation-item {
    padding: 0 18px;
  }
  .navigation-header-sitemap .navigation-item:first-child {
    padding-left: 0;
  }
  .navigation-header-sitemap .navigation-item:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    margin-bottom: 0.38rem;
  }
  .navigation-header-sitemap .logo-header-common {
    margin: 0.1rem 0.12rem;
  }
  .navigation-header-sitemap .navigation-item {
    padding: 0.03rem 0;
  }
  .navigation-header-sitemap .navigation-item:nth-child(odd) {
    background-color: #f4f4f4;
  }
}

.label-header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
@media print, (min-width: 768px) {
  .label-header-primary {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0.14rem 0.28rem 0.14rem 0.24rem;
    font-size: 0.16rem;
  }
  .label-header-primary .link-japanese {
    position: relative;
    padding-left: 0.2rem;
  }
  .label-header-primary .link-japanese::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.05rem;
    margin-top: 0.02rem;
    background: url("../img/common/arrow_icn_right_01.svg") center/100% auto no-repeat;
  }
  .label-header-primary .link-english {
    color: #3e679f;
    font-size: 0.15rem;
  }
}

.button-header-menu {
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .button-header-menu {
    position: absolute;
    z-index: 999;
    top: -0.02rem;
    right: 0;
    width: 0.5rem;
    height: 0.6rem;
    background-color: #fff;
  }
  .button-header-menu .button-wrapper {
    position: absolute;
    top: calc(50% - 0.08rem);
    left: calc(50% - 0.1rem);
    width: 0.19rem;
    height: 0.15rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .button-header-menu .button-line {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 0.09rem);
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #707070;
  }
  .button-header-menu .button-line:nth-of-type(1) {
    top: 0;
  }
  .button-header-menu .button-line:nth-of-type(2) {
    top: 0.08rem;
  }
  .button-header-menu .button-line:nth-of-type(3) {
    top: 0.15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-menu.is-active .button-wrapper {
    left: calc(50% - 0.08rem);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(1) {
    top: 0.06rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(2) {
    opacity: 0;
  }
  .button-header-menu.is-active .button-line:nth-of-type(3) {
    top: 0.06rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.footer-common {
  position: relative;
  /*z-index: 9999;*/
  background-color: #f4f4f4;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .contact-link {
  -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;
  font-size: 0.12rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.02rem;
}
.footer-common .contact-link:hover {
  text-decoration-color: transparent;
}
.footer-common .information-address {
  color: #000;
  font-size: 0.12rem;
  line-height: 2.1666666667;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding-top: 66px;
    padding-bottom: 30px;
  }
  .footer-common .footer-logo {
    width: 237px;
    margin-bottom: 24px;
    margin-left: 4px;
  }
  .footer-common .navigation-contact {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-common .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .footer-common .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 511px;
  }
  .footer-common .button-common-primary,
  .footer-common .button-common-secondary {
    width: 200px;
    padding: 10px 10px 11px;
    font-size: 0.15rem;
  }
  .footer-common .button-common-primary {
    margin-bottom: 15px;
  }
  .footer-common .button-common-secondary {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding-top: 0.44rem;
    padding-bottom: 0.26rem;
  }
  .footer-common .footer-logo {
    width: 1.9rem;
    margin-bottom: 0.2rem;
  }
  .footer-common .information-address {
    margin-bottom: 0.06rem;
  }
  .footer-common .footer-navigation {
    margin-bottom: 0.48rem;
  }
}

.navigation-footer-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-footer-sitemap .navigation-child {
  color: #000;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navigation-footer-sitemap .navigation-child {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 20px;
  }
}

.footer-copyright {
  display: block;
  font-size: 0.1rem;
}
@media print, (min-width: 768px) {
  .footer-copyright {
    text-align: end;
  }
}

.keyvisual-common {
  background-color: #f2f2f2;
}
.keyvisual-common .keyvisual-title {
  margin-bottom: 0;
  color: #000;
}
.keyvisual-common .title-english {
  display: block;
}
.keyvisual-common .title-japanese {
  display: block;
  color: #3e679f;
}
@media print, (min-width: 768px) {
  .keyvisual-common {
    padding: 40px 0;
  }
  .keyvisual-common .title-english {
    margin-bottom: 3px;
    font-size: 0.5rem;
    line-height: 1.2;
  }
  .keyvisual-common .title-japanese {
    font-size: 0.16rem;
    line-height: 1.375;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    padding: 0.37rem 0 0.31rem;
  }
  .keyvisual-common .title-english {
    margin-bottom: 0.01rem;
    font-size: 0.35rem;
    line-height: 1.2;
  }
  .keyvisual-common .title-japanese {
    font-size: 0.12rem;
    line-height: 1.75;
  }
}

.title-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.title-common-primary .title-english,
.title-common-primary .title-japanese {
  display: block;
  position: relative;
}
.title-common-primary .title-english {
  color: #000;
  line-height: 1.3;
}
.title-common-primary .title-japanese {
  color: #3e679f;
}
.title-common-primary.is-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    font-size: 0.42rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.16rem;
  }
  .title-common-primary.is-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title-common-primary.is-horizontal .title-english {
    margin-right: 10px;
    font-size: 0.7rem;
  }
  .title-common-primary.is-horizontal .title-japanese {
    top: 11px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    font-size: 0.35rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.13rem;
  }
  .title-common-primary.is-horizontal .title-english {
    font-size: 0.5rem;
  }
  .title-common-primary.is-horizontal .title-japanese {
    font-size: 0.16rem;
  }
}

.title-common-secondary {
  color: #000;
  line-height: 1.4;
  text-align: center;
}
.title-common-secondary .title-highlight {
  position: relative;
  color: #3e679f;
}
.title-common-secondary .title-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #3e679f;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.3rem;
  }
  .title-common-secondary .title-highlight::before {
    width: 5px;
    height: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.24rem;
  }
  .title-common-secondary .title-highlight::before {
    width: 0.05rem;
    height: 0.05rem;
    margin-top: -0.01rem;
  }
}

.title-common-number {
  border-bottom: 1px solid #e8e8e8;
  color: #000;
}
@media print, (min-width: 768px) {
  .title-common-number {
    padding-bottom: 11px;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-number {
    padding-bottom: 0.12rem;
    font-size: 0.14rem;
  }
}

.title-common-tertiary {
  color: #000;
}
.title-common-tertiary.is-center, .title-common-tertiary.is-large {
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    font-size: 0.22rem;
  }
  .title-common-tertiary.is-center {
    font-size: 0.26rem;
  }
  .title-common-tertiary.is-large {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary.is-center, .title-common-tertiary.is-large {
    font-size: 0.22rem;
  }
  .title-common-tertiary.is-list {
    font-size: 0.18rem;
  }
}

.button-common-primary,
.button-common-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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.5rem;
  color: #fff;
}
.button-common-primary .button-icon,
.button-common-secondary .button-icon {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .button-common-primary,
  .button-common-secondary {
    padding: 8px 10px 10px;
  }
}

.button-common-primary {
  background-color: #79c11e;
}
.button-common-primary .button-icon {
  width: 0.15rem;
}
@media print, (min-width: 768px) {
  .button-common-primary .button-icon {
    margin-right: 10px;
  }
}

.button-common-secondary {
  background-color: #000;
}
@media print, (min-width: 768px) {
  .button-common-secondary .button-icon {
    top: 1px;
    width: 0.2rem;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary .button-icon {
    width: 0.18rem;
  }
}

@media print, (min-width: 768px) {
  .button-common-primary.is-header,
  .button-common-secondary.is-header {
    min-height: 52px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-header,
  .button-common-secondary.is-header {
    width: 100%;
    min-height: 0.65rem;
    font-size: 0.17rem;
    gap: 0.1rem;
  }
}

.button-common-primary.is-header .button-icon {
  width: 0.16rem;
}
@media print, (min-width: 768px) {
  .button-common-primary.is-header {
    width: 197px;
  }
  .button-common-primary.is-header .button-icon {
    top: 0.01rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-header {
    margin-bottom: 0.19rem;
  }
  .button-common-primary.is-header .button-icon {
    top: 0;
  }
}

@media print, (min-width: 768px) {
  .button-common-secondary.is-header {
    width: 160px;
    margin-left: 10px;
  }
  .button-common-secondary.is-header .button-icon {
    top: 1px;
    width: 0.22rem;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary.is-header {
    margin-bottom: 0.3rem;
  }
  .button-common-secondary.is-header .button-icon {
    top: 0.01rem;
    width: 0.22rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-mobile,
  .button-common-secondary.is-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0.55rem;
    height: 0.6rem;
    border-radius: unset;
  }
  .button-common-primary.is-mobile .button-text,
  .button-common-secondary.is-mobile .button-text {
    font-size: 0.1rem;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-mobile {
    gap: 0.05rem;
  }
  .button-common-primary.is-mobile .button-icon {
    width: 0.16rem;
  }
}

.button-common-primary.is-large .button-text {
  font-size: 0.16rem;
  line-height: 1.375;
}
.button-common-primary.is-large .button-icon {
  width: 0.16rem;
}
@media print, (min-width: 768px) {
  .button-common-primary.is-large {
    width: 260px;
    min-height: 64px;
  }
  .button-common-primary.is-large .button-icon {
    top: 1px;
    left: 1px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-large {
    width: 2.82rem;
    min-height: 0.64rem;
    gap: 0.05rem;
  }
  .button-common-primary.is-large .button-icon {
    left: -0.05rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common-secondary.is-mobile {
    gap: 0.02rem;
  }
  .button-common-secondary.is-mobile .button-text {
    position: relative;
    top: 0.04rem;
  }
  .button-common-secondary.is-mobile .button-icon {
    bottom: 0.01rem;
    width: 0.18rem;
  }
}

.button-common-tertiary {
  display: block;
  border: 1px solid #000;
  text-decoration: none;
}
.button-common-tertiary .button-content {
  display: block;
  position: relative;
  color: #000;
}
.button-common-tertiary .button-content::after {
  content: "";
  position: absolute;
  width: 0.19rem;
  height: 0.19rem;
  background: url("../img/common/arrow_icn_right_02.svg") center/100% 100% no-repeat;
}
.button-common-tertiary.is-center {
  margin-right: auto;
  margin-left: auto;
}
.button-common-tertiary.is-refresh {
  margin-right: auto;
  margin-left: auto;
}
.button-common-tertiary.is-refresh .button-content::after {
  width: 0.15rem;
  height: 0.14rem;
  background: url("../img/common/refresh_icn_01.svg") center/100% 100% no-repeat;
}
@media print, (min-width: 768px) {
  .button-common-tertiary {
    width: 209px;
    min-height: 54px;
  }
  .button-common-tertiary .button-content {
    padding: 15px 33px 14px 35px;
    font-size: 0.16rem;
    line-height: 1.4375;
  }
  .button-common-tertiary .button-content::after {
    top: calc(50% - 8px);
    right: 12px;
  }
  .button-common-tertiary.is-refresh .button-content::after {
    top: calc(50% - 6px);
    right: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-tertiary {
    width: 1.9rem;
    min-height: 0.46rem;
  }
  .button-common-tertiary .button-content {
    padding: 0.12rem 0.39rem 0.13rem 0.23rem;
    font-size: 0.14rem;
    line-height: 1.3571428571;
  }
  .button-common-tertiary .button-content::after {
    top: calc(50% - 0.08rem);
    right: 0.19rem;
  }
  .button-common-tertiary.is-refresh .button-content {
    padding: 0.12rem 0.39rem 0.13rem;
  }
  .button-common-tertiary.is-refresh .button-content::after {
    top: calc(50% - 0.07rem);
    right: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  .button-common-tertiary.is-finish .button-content {
    padding: 15px 33px 14px 63px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-tertiary.is-finish {
    width: 1.61rem;
  }
}

.button-common-form {
  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: 2.72rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button-common-form:hover {
  opacity: 0.8;
}
@media print, (min-width: 768px) {
  .button-common-form {
    padding: 12px 10px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-form {
    padding: 0.13rem 0.1rem;
    font-size: 0.15rem;
  }
}

.block-common-contact {
  overflow: hidden;
  border: 0.02rem solid #3e679f;
  border-radius: 0.1rem;
}
.block-common-contact .block-wrapper {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-common-contact .block-title {
  color: #000;
}
.block-common-contact .block-telephone {
  color: #3e679f;
  line-height: 1;
}
.block-common-contact .telephone-text {
  position: relative;
  padding-right: 0.09rem;
}
@media print, (min-width: 768px) {
  .block-common-contact {
    padding: 12px 10px 20px;
    pointer-events: none;
  }
  .block-common-contact .block-title {
    margin-bottom: 7px;
    font-size: 0.18rem;
  }
  .block-common-contact .block-telephone {
    margin: 0 -30px 12px;
    font-size: 0.3rem;
  }
  .block-common-contact .telephone-number {
    font-size: 0.4rem;
  }
  .block-common-contact .block-time {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-contact > .block-wrapper {
    padding: 0.11rem 0.1rem 0.19rem;
  }
  .block-common-contact .block-title {
    margin-bottom: 0.09rem;
    font-size: 0.16rem;
  }
  .block-common-contact .block-telephone {
    margin: 0 -0.3rem 0.11rem;
    font-size: 0.37rem;
  }
  .block-common-contact .block-telephone .telephone-text {
    font-size: 0.28rem;
  }
  .block-common-contact .block-time {
    font-size: 0.11rem;
  }
}

@media print, (min-width: 768px) {
  .block-common-contact.is-horizontal {
    max-width: 637px;
    margin: 0 auto;
    padding: 11px 0 8px;
  }
  .block-common-contact.is-horizontal .block-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .block-common-contact.is-horizontal .block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 38px 16px 39px;
    border-right: 1px solid #3e679f;
  }
  .block-common-contact.is-horizontal .block-title {
    margin-bottom: 5px;
    font-size: 0.2rem;
    line-height: 1.35;
  }
  .block-common-contact.is-horizontal .block-telephone {
    width: 290px;
    margin: 0;
    padding-bottom: 4px;
    padding-left: 33px;
  }
  .block-common-contact.is-horizontal .telephone-text {
    position: relative;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-contact.is-horizontal {
    margin: 0 0.25rem;
  }
  .block-common-contact.is-horizontal .block-title {
    display: block;
    margin-bottom: 0.09rem;
  }
}

.block-common-news {
  background-color: #f4f4f4;
}
.block-common-news .block-heading {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.block-common-news .block-heading:hover {
  opacity: 0.8;
}
.block-common-news .block-heading::before, .block-common-news .block-heading::after {
  content: "";
  position: absolute;
  width: 0.15rem;
  height: 1px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: #464646;
}
.block-common-news .block-heading::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-common-news.is-active .block-heading::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.block-common-news a.block-heading::before {
  top: 0;
  bottom: 0;
  height: unset;
  background: url("../img/common/arrow_icn_right_01.svg") center/100% auto no-repeat;
}
.block-common-news a.block-heading::after {
  content: none;
}
.block-common-news .heading-title {
  position: relative;
  margin-bottom: 0;
}
.block-common-news .post-common {
  display: none;
  border-top: 1px solid rgb(226, 226, 226);
}
@media print, (min-width: 768px) {
  .block-common-news .block-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 21px 50px 20px 35px;
  }
  .block-common-news .block-heading::before, .block-common-news .block-heading::after {
    top: calc(50% + 1px);
    right: 20px;
  }
  .block-common-news .heading-time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 127px;
    padding-right: 20px;
  }
  .block-common-news .heading-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .block-common-news .heading-time,
  .block-common-news .heading-title {
    font-size: 0.2rem;
  }
  .block-common-news a.block-heading {
    padding: 21px 40px 20px 35px;
  }
  .block-common-news a.block-heading::before {
    right: 19px;
    width: 9px;
    background: url("../img/common/arrow_icn_right_01.svg") center/100% auto no-repeat;
  }
  .block-common-news a.block-heading .heading-time {
    width: 135px;
    font-size: 0.22rem;
  }
  .block-common-news a.block-heading .heading-title {
    font-size: 0.17rem;
    line-height: 1.3529411765;
  }
  .block-common-news .post-common {
    margin: 0 20px;
    padding: 26px 16px 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-news .block-heading {
    display: block;
    padding: 0.16rem 0.41rem 0.19rem 0.2rem;
  }
  .block-common-news .block-heading::before, .block-common-news .block-heading::after {
    top: calc(50% - 0.01rem);
    right: 0.15rem;
  }
  .block-common-news .heading-time {
    display: block;
    margin-bottom: 0.03rem;
    font-size: 0.12rem;
  }
  .block-common-news .heading-title {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .block-common-news a.block-heading {
    padding: 0.16rem 0.28rem 0.16rem 0.2rem;
  }
  .block-common-news a.block-heading::before {
    right: 0.1rem;
    width: 0.06rem;
    background: url("../img/common/arrow_icn_right_01.svg") center/100% auto no-repeat;
  }
  .block-common-news a.block-heading .heading-time {
    margin-bottom: 0.02rem;
  }
  .block-common-news a.block-heading .heading-title {
    bottom: 0.01rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .block-common-news .post-common {
    margin: 0 0.18rem;
    padding: 0.25rem 0 0.37rem;
  }
}

.section-common-cta .cta-wrapper {
  background-color: #fff;
}
.section-common-cta .actions-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-common-cta .button-common-secondary,
.section-common-cta .button-common-primary {
  min-height: 0.64rem;
  font-size: 0.16rem;
}
@media print, (min-width: 768px) {
  .section-common-cta {
    min-height: 537px;
    padding: 45px 0 50px;
    background: url("../img/common/cta_bg_01.jpg") top left/100% 100% no-repeat;
  }
  .section-common-cta .title-common-primary {
    margin-bottom: 18px;
  }
  .section-common-cta .title-common-primary .title-english {
    font-size: 0.6rem;
  }
  .section-common-cta .title-common-primary .title-japanese {
    font-size: 0.18rem;
  }
  .section-common-cta .cta-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 592px;
    margin-right: auto;
    margin-left: auto;
    row-gap: 50px;
  }
  .section-common-cta .cta-detail {
    margin-bottom: 37px;
    text-align: center;
  }
  .section-common-cta .actions-button {
    max-width: 260px;
    padding-top: 11px;
  }
  .section-common-cta .button-common-secondary,
  .section-common-cta .button-common-primary {
    width: 260px;
  }
  .section-common-cta .button-common-primary {
    margin-bottom: 10px;
  }
  .section-common-cta .block-common-contact {
    width: 302px;
  }
  .section-common-cta .cta-wrapper {
    padding: 40px 40px 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-cta {
    min-height: 6.53rem;
    padding: 0.3rem 0 0.35rem;
    background: url("../img/common/sp/cta_bg_01.jpg") top left/100% 100% no-repeat;
  }
  .section-common-cta .title-common-primary {
    margin-bottom: 0.21rem;
  }
  .section-common-cta .title-common-primary .title-english {
    font-size: 0.5rem;
  }
  .section-common-cta .title-common-primary .title-japanese {
    font-size: 0.16rem;
  }
  .section-common-cta .cta-detail {
    margin-bottom: 0.3rem;
    font-size: 0.14rem;
    line-height: 2;
  }
  .section-common-cta .button-common-secondary,
  .section-common-cta .button-common-primary {
    -webkit-column-gap: 0.1rem;
    -moz-column-gap: 0.1rem;
    column-gap: 0.1rem;
  }
  .section-common-cta .cta-wrapper {
    padding: 0.3rem 0.25rem 0.46rem;
  }
  .section-common-cta .block-common-contact {
    margin-bottom: 0.2rem;
  }
  .section-common-cta .button-common-primary {
    margin-bottom: 0.15rem;
  }
  .section-common-cta .button-common-primary .button-icon {
    width: 0.17rem;
  }
  .section-common-cta .button-common-secondary .button-icon {
    top: 0.01rem;
    width: 0.22rem;
  }
}

@media print, (min-width: 768px) {
  .section-common-works {
    padding: 110px 0 140px;
  }
  .section-common-works .wrapper {
    position: relative;
  }
  .section-common-works .title-common-primary {
    margin-bottom: 60px;
  }
  .section-common-works .title-common-primary.is-horizontal .title-english {
    margin-right: 25px;
  }
  .section-common-works .title-common-primary.is-horizontal .title-japanese {
    top: 5px;
  }
  .section-common-works .button-common-tertiary {
    content: "";
    position: absolute;
    top: 34px;
    right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-works {
    padding: 0.5rem 0 0.76rem;
  }
  .section-common-works .list-common-works {
    margin-bottom: 0.46rem;
  }
  .section-common-works .button-common-tertiary {
    margin: 0 auto;
  }
  .section-common-works .title-common-primary {
    margin-bottom: 0.29rem;
  }
}

.section-common-works.is-business {
  background-color: #f4f4f4;
}
@media print, (min-width: 768px) {
  .section-common-works.is-business {
    padding: 70px 0 80px;
  }
  .section-common-works.is-business .title-common-primary {
    margin-bottom: 50px;
    padding-top: 2px;
  }
  .section-common-works.is-business .title-common-primary.is-horizontal .title-english {
    margin-right: 21px;
    font-size: 0.5rem;
    line-height: 1.3;
  }
  .section-common-works.is-business .title-common-primary.is-horizontal .title-japanese {
    top: 3px;
    font-size: 0.2rem;
    line-height: 1.35;
  }
  .section-common-works.is-business .button-common-tertiary {
    top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-works.is-business {
    padding: 0.5rem 0 0.56rem;
  }
  .section-common-works.is-business .title-common-primary {
    margin-bottom: 0.33rem;
  }
  .section-common-works.is-business .title-common-primary.is-horizontal .title-english {
    margin-bottom: 0.07rem;
    font-size: 0.4rem;
    line-height: 1.3;
  }
  .section-common-works.is-business .title-common-primary.is-horizontal .title-japanese {
    font-size: 0.14rem;
    line-height: 1.3571428571;
  }
}

.section-common-form .form-detail .detail-text:last-child {
  margin-bottom: 0;
}
.section-common-form .form-common {
  max-width: 609px;
}
@media print, (min-width: 768px) {
  .section-common-form {
    padding-bottom: 110px;
  }
  .section-common-form .wrapper {
    padding: 58px 0 80px;
    background-color: #f7f7f7;
  }
  .section-common-form .form-heading {
    margin-bottom: 45px;
    padding: 0 50px;
  }
  .section-common-form .form-detail {
    line-height: 1.8571428571;
    text-align: center;
  }
  .section-common-form .title-common-primary {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-form {
    padding-bottom: 0.65rem;
  }
  .section-common-form .form-heading {
    margin-bottom: 0.45rem;
  }
  .section-common-form .form-detail {
    line-height: 2.1538461538;
  }
  .section-common-form .title-common-primary {
    margin-bottom: 0.36rem;
  }
}

.section-common-finish .title-common-tertiary {
  line-height: 2.1818181818;
}
.section-common-finish .content-description {
  font-size: 0.14rem;
}
.section-common-finish .content-description:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-common-finish {
    padding: 86px 0 120px;
  }
  .section-common-finish .title-common-tertiary {
    margin-bottom: 25px;
  }
  .section-common-finish .finish-content {
    margin-bottom: 95px;
  }
  .section-common-finish .content-description {
    margin-bottom: 26px;
    line-height: 1.8571428571;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-finish {
    padding: 0.35rem 0 0.7rem;
  }
  .section-common-finish .title-common-tertiary {
    margin-bottom: 0.19rem;
    font-size: 0.22rem;
  }
  .section-common-finish .finish-content {
    margin-bottom: 0.37rem;
  }
  .section-common-finish .content-description {
    margin-bottom: 0.28rem;
    line-height: 2;
  }
}

.table-common-profile .table-wrapper {
  border-bottom: 1px solid #d1d1d1;
}
.table-common-profile .content-detail:last-child {
  margin-bottom: 0;
}
.table-common-profile .table-content {
  color: #000;
}
@media print, (min-width: 768px) {
  .table-common-profile {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .table-common-profile .table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-common-profile .table-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 228px;
    padding: 16px 20px 16px 46px;
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
  .table-common-profile .table-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 16px 16px 0;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .table-common-profile .content-detail a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-profile .table-heading {
    margin-bottom: 0.06rem;
    font-size: 0.14rem;
  }
  .table-common-profile .table-content {
    font-size: 0.13rem;
    line-height: 1.8461538462;
  }
  .table-common-profile .table-wrapper {
    margin-bottom: 0.11rem;
    padding-bottom: 0.18rem;
  }
  .table-common-profile .table-wrapper:last-child {
    margin-bottom: 0;
  }
}

.section-company-reason .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-company-reason .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #3e679f;
  color: #fff;
}
.section-company-reason .item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.section-company-reason .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-company-reason .list-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-company-reason {
    margin-bottom: 119px;
    padding-top: 72px;
  }
  .section-company-reason .reason-list {
    max-width: 857px;
    margin: 0 auto;
  }
  .section-company-reason .item-image {
    width: 250px;
  }
  .section-company-reason .content-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70px;
    margin-right: 19px;
    font-size: 0.55rem;
  }
  .section-company-reason .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 43px;
  }
  .section-company-reason .content-title {
    font-size: 0.31rem;
    line-height: 1.2;
  }
  .section-company-reason .content-title .title-small {
    font-size: 0.26rem;
  }
  .section-company-reason .content-title .title-number {
    font-size: 0.4rem;
  }
  .section-company-reason .content-wrapper {
    padding: 17px 0 17px 33px;
    border-left: 1px solid #fff;
  }
  .section-company-reason .list-item {
    margin-bottom: 20px;
  }
  .section-company-reason .title-common-secondary {
    margin-bottom: 62px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-reason {
    padding-top: 0.63rem;
    padding-bottom: 0.56rem;
  }
  .section-company-reason .content-title {
    display: block;
    font-size: 0.19rem;
    line-height: 1.35;
  }
  .section-company-reason .content-title .title-small {
    font-size: 0.16rem;
  }
  .section-company-reason .content-title .title-number {
    font-size: 0.22rem;
  }
  .section-company-reason .content-title.is-spacing {
    margin-right: -0.13rem;
  }
  .section-company-reason .content-number {
    font-size: 0.28rem;
  }
  .section-company-reason .item-content {
    padding: 0 0.09rem 0 0.16rem;
  }
  .section-company-reason .content-wrapper {
    padding: 0.1rem 0;
    border-top: 1px solid #fff;
  }
  .section-company-reason .item-image {
    width: 1.15rem;
  }
  .section-company-reason .title-common-secondary {
    margin-bottom: 0.46rem;
  }
  .section-company-reason .list-item {
    margin-bottom: 0.16rem;
  }
}

.section-company-message .message-content {
  color: #000;
}
.section-company-message .message-content .content-text:last-child {
  margin-bottom: 0;
}
.section-company-message .message-signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-company-message .message-wrapper {
  border: 1px solid #bababa;
}
@media print, (min-width: 768px) {
  .section-company-message {
    margin-bottom: 102px;
  }
  .section-company-message .message-content {
    margin-bottom: 34px;
    line-height: 1.8571428571;
  }
  .section-company-message .message-wrapper {
    padding: 40px 95px 49px;
  }
  .section-company-message .message-signature {
    padding-right: 4px;
  }
  .section-company-message .message-signature .signature-image {
    width: 171px;
  }
  .section-company-message .title-common-primary {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-message {
    padding-bottom: 0.5rem;
  }
  .section-company-message .message-wrapper {
    padding: 0.34rem 0.19rem 0.4rem;
  }
  .section-company-message .title-common-primary {
    margin-bottom: 0.21rem;
  }
  .section-company-message .message-content {
    margin-bottom: 0.31rem;
    font-size: 0.13rem;
    line-height: 2.1538461538;
  }
  .section-company-message .message-signature .signature-image {
    width: 1.42rem;
  }
}

.section-company-philosophy {
  background-color: #e9eff7;
}
.section-company-philosophy .philosophy-subtitle,
.section-company-philosophy .content-text {
  margin-right: auto;
  margin-left: auto;
}
@media print, (min-width: 768px) {
  .section-company-philosophy {
    padding: 70px 0 89px;
  }
  .section-company-philosophy .philosophy-subtitle {
    width: 160px;
    margin-bottom: 47px;
  }
  .section-company-philosophy .title-common-primary {
    margin-bottom: 43px;
  }
  .section-company-philosophy .content-text {
    /*width: 578px;*/
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-philosophy {
    padding: 0.45rem 0 0.62rem;
  }
  .section-company-philosophy .philosophy-subtitle {
    width: 1.5rem;
    margin-bottom: 0.35rem;
  }
  .section-company-philosophy .content-text {
    /*width: 3rem;*/
    width: 3.1rem;
    margin: 0 auto 0.5rem;
  }
}

.section-company-sdgs .sdgs-introduction {
  border: 1px solid #e2e2e2;
  border-width: 1px 0;
}
.section-company-sdgs .sdgs-services,
.section-company-sdgs .services-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-company-sdgs .sdgs-gallery {
  border-bottom: 1px solid #e2e2e2;
}
@media print, (min-width: 768px) {
  .section-company-sdgs {
    padding: 111px 0 130px;
  }
  .section-company-sdgs .introduction-image {
    width: 283px;
  }
  .section-company-sdgs .services-image-block {
    width: 109px;
    height: 109px;
  }
  .section-company-sdgs .gallery-image {
    width: 2.83rem;
    height: 2.13rem;
  }
  .section-company-sdgs .sdgs-introduction {
    padding: 51px 39px 31px 104px;
  }
  .section-company-sdgs .sdgs-introduction .introduction-detail {
    max-width: 490px;
  }
  .section-company-sdgs .sdgs-introduction .introduction-image {
    margin-top: 13px;
    margin-right: 50px;
  }
  .section-company-sdgs .sdgs-gallery,
  .section-company-sdgs .sdgs-introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-company-sdgs .services-image {
    gap: 18px;
    margin-top: 5px;
    margin-left: 50px;
  }
  .section-company-sdgs .sdgs-gallery {
    margin-bottom: 91px;
    padding: 0 38px 59px 39px;
  }
  .section-company-sdgs .sdgs-services {
    padding: 55px 38px 37px;
  }
  .section-company-sdgs .title-common-tertiary {
    margin-bottom: 30px;
  }
  .section-company-sdgs .title-common-primary {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-company-sdgs {
    padding: 0.47rem 0 0.91rem;
  }
  .section-company-sdgs .introduction-image {
    width: 1.9rem;
    margin: 0 auto 0.22rem;
  }
  .section-company-sdgs .services-image-block {
    width: 1.04rem;
    height: 1.04rem;
  }
  .section-company-sdgs .gallery-image {
    width: 3.32rem;
    height: 2.5rem;
    margin-bottom: 0.2rem;
  }
  .section-company-sdgs .gallery-image:last-child {
    margin-bottom: 0;
  }
  .section-company-sdgs .services-image {
    margin-bottom: 0.17rem;
  }
  .section-company-sdgs .sdgs-introduction {
    margin-bottom: 0.29rem;
    padding: 0.29rem 0 0.1rem;
  }
  .section-company-sdgs .sdgs-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0.2rem;
  }
  .section-company-sdgs .title-common-tertiary {
    margin-bottom: 0.19rem;
  }
  .section-company-sdgs .introduction-detail {
    font-size: 0.13rem;
    line-height: 2.1538461538;
  }
  .section-company-sdgs .sdgs-gallery {
    margin-bottom: 0.5rem;
    padding-bottom: 0.09rem;
  }
  .section-company-sdgs .title-common-primary {
    margin-bottom: 0.21rem;
  }
}

.list-common-dots .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767.98px) {
  .list-common-dots .list-item {
    font-size: 0.13rem;
    line-height: 2.1538461538;
  }
}
/*# sourceMappingURL=company.css.map */