@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+KR:wght@400;700&display=swap");
/* ---------------------------------------------------------------- */
/* normalize */
/* ---------------------------------------------------------------- */
/* normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* -------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* normalize: html5 display definitions */
/* -------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* normalize: links */
/* -------------------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* normalize: text-level semantics */
/* -------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* normalize: embedded content */
/* -------------------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* normalize: grouping content */
/* -------------------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* normalize: forms */
/* -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* normalize: tables */
/* -------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ---------------------------------------------------------------- */
/* initialize */
/* ---------------------------------------------------------------- */
.color-ini {
  color: #fff;
}

.color-pri {
  color: #254377;
}

.color-sec {
  color: #a71f24;
}

.color-ter {
  color: #e9ecf1;
}

.color-qua {
  color: #e0e0e0;
}

.bg-ini {
  background-color: #fff;
}

.bg-pri {
  background-color: #254377;
}

.bg-sec {
  background-color: #a71f24;
}

.bg-ter {
  background-color: #e9ecf1;
}

.bg-qua {
  background-color: #e0e0e0;
}

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

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #254377;
}

.en-content {
  letter-spacing: 0.01em;
}

.kr-content {
  font-family: "Noto Sans KR", sans-serif;
}

@media print {
  html,
  body {
    width: 1024px;
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 40em) {
  body {
    font-size: 4vw;
  }
}
hr {
  border: 0;
  border-top: 0.1rem solid #e9ecf1;
  margin: 4em 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #254377;
}
a:focus, a:hover {
  color: #a71f24;
}

main a {
  text-decoration: none;
  border-bottom: 1px solid #a71f24;
}

ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  font-size: 90%;
  margin: 0.5em 0 0.5em 1em;
}

ol.list {
  padding-left: 1.5em;
  counter-reset: number;
}
ol.list li {
  text-indent: -1.5em;
}
ol.list li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border-radius: 50%;
  background-color: #a71f24;
  text-indent: 0;
  text-align: center;
  font-weight: 700;
  font-family: "urw-din-condensed", sans-serif;
  font-size: 0.5em;
  line-height: 2;
  color: #fff;
  -webkit-transform: translateY(-0.333em);
      -ms-transform: translateY(-0.333em);
          transform: translateY(-0.333em);
}
ol.list li ol.list li::before {
  content: counter(number) ".";
  width: auto;
  height: auto;
  margin-right: 0.666em;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
  font-weight: 700;
  font-size: 1em;
  line-height: normal;
  color: #a71f24;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

ul.list {
  padding-left: 1em;
}
ul.list li {
  text-indent: -1em;
}
ul.list li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #a71f24;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
ul.list li ul li::before {
  width: 0.25em;
  height: 0.25em;
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 0.5em;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1em;
}

table {
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #e9ecf1;
}
table th,
table td {
  text-align: left;
  padding: 0.5em 1.5em 0.5em 0;
  border-bottom: 1px solid #e9ecf1;
  vertical-align: top;
}
table th:last-of-type,
table td:last-of-type {
  padding-right: 0;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  color: #a71f24;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 0;
}

h1 {
  font-size: 3em;
  line-height: 1.2;
}

h2 {
  font-size: 2.5em;
  line-height: 1.25;
}

h3 {
  font-size: 2em;
  line-height: 1.3;
}

h4 {
  font-size: 1.75em;
  line-height: 1.4;
}

h5 {
  font-size: 1.5em;
  line-height: 1.5;
}

h6 {
  font-size: 1.25em;
  line-height: 1.6;
}

/* ---------------------------------------------------------------- */
/* global-header */
/* ---------------------------------------------------------------- */
/* global-header */
.global-header {
  position: relative;
  height: 17.5em;
  padding-top: 2em;
}
.global-header h1 {
  margin: 0;
  font-size: 1em;
}
.global-header .logo {
  max-width: 7.5em;
  margin: 0 auto 1em;
}
.global-header .site-title {
  position: absolute;
  top: 3em;
  left: 2em;
  font-weight: 700;
  line-height: 1.2;
}
.global-header .site-title a {
  text-decoration: none;
  font-size: 0.75em;
}

/* global-header: responsive */
@media screen and (max-width: 40em) {
  body {
    padding-top: 4em;
  }
  .global-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 4em;
    padding-top: 0;
    background-color: #fff;
  }
  .global-header .logo {
    position: absolute;
    top: 0.333em;
    left: 1em;
    width: 2.5em;
  }
  .global-header .site-title {
    top: 0.75em;
    left: 4.5em;
  }
  .global-header .navi-container {
    position: absolute;
    top: 4em;
    left: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    z-index: 10;
    background-color: #fff;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .global-header::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .global-header.open-navi .navi-container {
    -webkit-box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.1);
    height: 26em;
  }
  .global-header.open-navi::before {
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/* global-header primary-navi */
.global-header .primary-navi {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.global-header .primary-navi::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 60em;
  height: 0;
  border-top: 1px solid #254377;
  -webkit-transition-property: width, max-width;
  -o-transition-property: width, max-width;
  transition-property: width, max-width;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.global-header .primary-navi .navi-item {
  display: inline-block;
  padding: 1em 0.6em;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
}
.global-header .primary-navi.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.global-header .primary-navi.is-fixed::after {
  width: 100%;
  max-width: 100%;
}

/* global-header primary-navi: responsive */
@media screen and (max-width: 40em) {
  .global-header .navi-container .primary-navi {
    padding: 1em 0;
    background-color: transparent;
  }
  .global-header .navi-container .primary-navi .navi-item {
    display: table;
    padding: 0.5em;
    margin: 0 auto;
  }
  .global-header .navi-container .primary-navi.is-fixed {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .global-header .navi-container .primary-navi.is-fixed::after {
    width: 90%;
    max-width: 60em;
  }
}
/* global-header primary-navi : curent */
.home-content .primary-navi .navi-item.home {
  color: #a71f24;
}

.about-content .primary-navi .navi-item.about {
  color: #a71f24;
}

.category-content .primary-navi .navi-item.category {
  color: #a71f24;
}

.profile-content .primary-navi .navi-item.profile {
  color: #a71f24;
}

.recruit-content .primary-navi .navi-item.recruit {
  color: #a71f24;
}

.topics-content .primary-navi .navi-item.topics {
  color: #a71f24;
}

.ja-content .language-navi .navi-item.ja {
  color: #a71f24;
}

.en-content .language-navi .navi-item.en {
  color: #a71f24;
}

.kr-content .language-navi .navi-item.kr {
  color: #a71f24;
}

/* global-header language-navi */
.global-header .language-navi {
  position: absolute;
  top: 3em;
  right: 2em;
}
.global-header .language-navi .navi-item {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.75em;
}
.global-header .language-navi .navi-item + .navi-item {
  margin-left: 2em;
}

/* global-header language-navi: responsive */
@media screen and (max-width: 40em) {
  .global-header .navi-container .language-navi {
    position: relative;
    top: auto;
    right: auto;
    padding: 1em 0;
    text-align: center;
    font-size: 1.25em;
  }
}
/* global-header toggle-button */
.global-header .toggle-button {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 4em;
  height: 4em;
}

/* global-header toggle-button: responsive */
@media screen and (max-width: 40em) {
  .global-header .toggle-button {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* global-footer */
/* ---------------------------------------------------------------- */
/* global-footer */
.global-footer {
  width: 90%;
  max-width: 40em;
  margin: 8em auto 4em;
  text-align: center;
}
.global-footer .logo {
  max-width: 5em;
  margin: 0 auto;
}
.global-footer .copyright {
  margin-top: 4em;
  font-size: 0.75em;
}
.global-footer .wiki {
  padding: 0;
  margin: 4em 0 0;
  text-align: left;
  font-size: 0.625em;
}

/* global-footer primary-navi */
.global-footer .primary-navi {
  width: 100%;
  margin-top: 2em;
  border-bottom: 1px solid #254377;
  text-align: center;
}
.global-footer .primary-navi .navi-item {
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
}

/* global-footer primary-navi: responsive */
@media screen and (max-width: 40em) {
  .global-footer .primary-navi {
    border-bottom: 0;
  }
  .global-footer .primary-navi .navi-item {
    position: relative;
    width: 100%;
    margin-bottom: 0.2em;
    border: 1px solid #e9ecf1;
  }
  .global-footer .primary-navi .navi-item::after {
    content: "\e900";
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1em;
    text-decoration: none;
    font-family: "icon" !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    line-height: 1;
    color: #a71f24;
  }
}
/* global-footer language-navi */
.global-footer .language-navi {
  margin-top: 1em;
}
.global-footer .language-navi .navi-item {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.75em;
}
.global-footer .language-navi .navi-item + .navi-item {
  margin-left: 2em;
}

/* global-footer language-navi: responsive */
@media screen and (max-width: 40em) {
  .global-footer .language-navi {
    margin-top: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #254377;
  }
  .global-footer .language-navi .navi-item {
    font-size: 1em;
  }
}
/* global-footer contact-container */
.global-footer .contact-container {
  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;
  margin-top: 4em;
}
.global-footer .contact-container .contact-item {
  width: 10em;
}
.global-footer .contact-container .contact-item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.global-footer .contact-container .contact-item a::before {
  display: block;
  margin: 0 auto 0.5em;
  font-size: 1.5em;
}

/* global-footer contact-container: responsive */
@media screen and (max-width: 40em) {
  .global-footer .contact-container .contact-item {
    width: 100%;
  }
  .global-footer .contact-container .contact-item + .contact-item {
    margin-top: 3em;
  }
}
/* global-footer sns-container */
.global-footer .sns-container {
  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;
  margin-top: 4em;
}
.global-footer .sns-container .sns-item {
  margin: 0 0.5em;
}
.global-footer .sns-container .sns-item a {
  display: inline-block;
  position: relative;
  min-width: 18em;
  padding: 1.5em 1em 1.5em 2em;
  border: 1px solid #e9ecf1;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875em;
}
.global-footer .sns-container .sns-item a.icon::before {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 1.5em;
  color: #254377;
}

/* global-footer sns-container: responsive */
@media screen and (max-width: 40em) {
  .global-footer .sns-container .sns-item {
    width: 100%;
  }
  .global-footer .sns-container .sns-item + .sns-item {
    margin-top: 1em;
  }
}
.global-footer .privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}
.global-footer .privacy-policy a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.global-footer .privacy-policy a + a {
  margin-left: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #000;
}

/* ---------------------------------------------------------------- */
/* elements */
/* ---------------------------------------------------------------- */
/* accordion */
.accordion {
  margin-bottom: 0.2em;
  border: 1px solid #e9ecf1;
}

.accordion-trigger {
  position: relative;
  padding: 1em;
}
.accordion-trigger .secondary-title {
  margin-bottom: 0;
}
.accordion-trigger .accordion-icon {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.75em);
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #254377;
}
.accordion-trigger .accordion-icon::before, .accordion-trigger .accordion-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.accordion-trigger.open .accordion-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.accordion-trigger.open .accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
      -ms-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.isnt-touch .accordion-trigger:hover {
  cursor: pointer;
}
.isnt-touch .accordion-trigger:hover .accordion-icon {
  background-color: #a71f24;
}

.accordion-target {
  display: none;
  padding: 1.5em 2.25em;
}

/* box */
.border-box {
  padding: 2em;
  border: 1px solid #e9ecf1;
}

.base-box {
  padding: 2em;
  background-color: #e9ecf1;
}

/* button */
.button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1em 4em;
  background-color: #a71f24;
  border: 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
}
.button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  index: -1;
  width: 100%;
  height: 100%;
  background-color: #254377;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.button::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  font-family: "icon" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.button:after {
  content: "\e900";
}
.button[target=_blank]::before {
  content: "\e902";
}
.button[href^="mailto:"]::after, .button[href^="javascript:mailto"]::after, .button[href*="/contact/"]::after {
  content: "\e904";
}
.button[href^="tel:"]::after {
  content: "\e903";
}
.button[href^="https://goo.gl/maps/"]::after, .button[href^="https://www.google.com/maps/"]::after {
  content: "\e905";
}
.button[href^="https://www.facebook.com/"]::after {
  content: "\e906";
}
.button[href^="https://twitter.com/"]::after {
  content: "\e907";
}
.button[href^="https://instagram.com/"]::before {
  content: "\e909";
}
.button[download]::before {
  content: "󩂚";
}
.button.outline {
  border: 1px solid #fff;
  background: transparent;
  text-shadow: none;
  color: #254377;
}
.button.disabled, .button[disabled] {
  cursor: default;
  opacity: 0.25;
}

.isnt-touch .button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #254377;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .button:focus, .isnt-touch .button:hover {
  color: #fff;
}
.isnt-touch .button:focus::before, .isnt-touch .button:hover::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.isnt-touch .button.outline {
  color: #254377;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.isnt-touch .button.outline:focus, .isnt-touch .button.outline:hover {
  border-color: #254377;
  color: #fff;
}
.isnt-touch .button.disabled:focus::before, .isnt-touch .button.disabled:hover::before, .isnt-touch .button[disabled]:focus::before, .isnt-touch .button[disabled]:hover::before {
  content: none;
}

/* icon */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.ttf?vcbp9b") format("truetype"), url("../fonts/icon.woff?vcbp9b") format("woff"), url("../fonts/icon.svg?vcbp9b#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  display: inline-block;
}
.icon:before {
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #a71f24;
}
.icon:before {
  content: "\e900";
}
.icon[target=_blank]::before {
  content: "\e902";
}
.icon[href^="mailto:"]::before, .icon[href^="javascript:mailto"]::before, .icon[href*="/contact/"]::before {
  content: "\e904";
}
.icon[href^="tel:"]::before {
  content: "\e903";
}
.icon[href^="https://goo.gl/maps/"]::before, .icon[href^="https://www.google.com/maps/"]::before {
  content: "\e905";
}
.icon[href^="https://www.facebook.com/"]::before {
  content: "\e906";
}
.icon[href^="https://twitter.com/"]::before {
  content: "\e907";
}
.icon[href^="https://instagram.com/"]::before {
  content: "\e909";
}
.icon[download]::before {
  content: "󩂚";
}
.icon--arrow:before {
  content: "\e900";
}
.icon--direction:before {
  content: "\e901";
}
.icon--newtab:before {
  content: "\e902";
}
.icon--phone:before {
  content: "\e903";
}
.icon--email:before {
  content: "\e904";
}
.icon--pin:before {
  content: "\e905";
}
.icon--facebook:before {
  content: "\e906";
}
.icon--x:before {
  content: "\e907";
}
.icon--twitter:before {
  content: "\e908";
}
.icon--instagram:before {
  content: "\e909";
}
.icon--download:before {
  content: "\e90a";
}
.icon--check:before {
  content: "\e90b";
}
.icon--symbol:before {
  content: "\e90c";
}

/* legacy-alert */
.legacy-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 10px 0;
  background-color: red;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  color: white;
}

/* primary-title */
.primary-title {
  position: relative;
  display: table;
  margin: 0 auto 1em;
  padding: 1em 0 0.5em;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
.primary-title::before, .primary-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.primary-title::before {
  top: 0;
  font-family: "icon" !important;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 0.666em;
  letter-spacing: 0;
  line-height: 1;
  color: #a71f24;
}
.primary-title::after {
  bottom: 0;
  width: 2em;
  height: 0.1em;
  background-color: #a71f24;
}
.primary-title.in-sub {
  padding-bottom: 0;
}
.primary-title.in-sub::after {
  bottom: 1.2em;
}
.primary-title.in-sub .sub {
  display: inline-block;
  margin-top: 2em;
  font-size: 50%;
}

.secondary-title {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}
.secondary-title::before {
  content: "";
  display: inline-block;
  width: 0.666em;
  height: 0.666em;
  margin-right: 0.333em;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  background-image: url(../images/ico_symbol_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.tertiary-title {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}
.tertiary-title::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  background-color: #a71f24;
}

/* toggle-button */
.toggle-button {
  width: 4em;
  height: 4em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background-color: #254377;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.toggle-button .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2em;
  height: 0.125em;
  margin: -0.1em 0 0 -0.6em;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggle-button .line:nth-of-type(1) {
  -webkit-transform: translateY(-0.4em);
      -ms-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
.toggle-button .line:nth-of-type(3) {
  -webkit-transform: translateY(0.4em);
      -ms-transform: translateY(0.4em);
          transform: translateY(0.4em);
}
.toggle-button.close .line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle-button.close .line:nth-of-type(2) {
  opacity: 0;
}
.toggle-button.close .line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.isnt-touch .toggle-button:hover {
  cursor: pointer;
}
.isnt-touch .toggle-button:hover .line:nth-of-type(1) {
  -webkit-transform: translateY(-0.6em);
      -ms-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
}
.isnt-touch .toggle-button:hover .line:nth-of-type(3) {
  -webkit-transform: translateY(0.6em);
      -ms-transform: translateY(0.6em);
          transform: translateY(0.6em);
}
.isnt-touch .toggle-button.close:hover .line {
  width: 1.6em;
  margin: -0.1em 0 0 -0.8em;
}
.isnt-touch .toggle-button.close:hover .line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.isnt-touch .toggle-button.close:hover .line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ---------------------------------------------------------------- */
/* container */
/* ---------------------------------------------------------------- */
/* profile-container */
.profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-container .profile-group {
  width: 48%;
}
.profile-container .secondary-title {
  margin-bottom: 0.5em;
}
.profile-container .profile-item {
  margin-bottom: 0.2em;
}
.profile-container .profile-item a, .profile-container .profile-item span {
  display: block;
  position: relative;
  padding: 1em;
  border: 1px solid #e9ecf1;
  font-weight: bold;
  font-size: 0.875em;
}
.profile-container .profile-item a {
  text-decoration: none;
}
.profile-container .profile-item a.icon::before {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  margin-right: 0;
  font-weight: normal;
}

/* profile-container: responsive */
@media screen and (max-width: 40em) {
  .profile-container .profile-group {
    width: 100%;
  }
  .profile-container .profile-group + .profile-group {
    margin-top: 2em;
  }
}
/* topics-container */
.topics-container {
  border-top: 1px dotted #e0e0e0;
}
.topics-container .topics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  border-bottom: 1px dotted #e0e0e0;
}
.topics-container .date {
  min-width: 8em;
  white-space: nowrap;
  color: #a71f24;
}

.primary-content .topics-container .topics-item {
  font-size: 0.875em;
}

/* topics-footer */
.topics-footer {
  margin-top: 3em;
}

/* pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25em;
  margin-bottom: 0;
}
.pagination__anchor {
  display: inline-block;
  width: 3em;
  height: 3em;
  border-bottom: 0;
  background-color: #e0e0e0;
  text-align: center;
  font-size: 0.675em;
  line-height: 3;
  color: #254377;
}
.pagination__item {
  margin-bottom: 0;
}
.pagination__item--active .pagination__anchor {
  background-color: #254377;
  color: #fff;
}

.isnt-touch .pagination__anchor:focus, .isnt-touch .pagination__anchor:hover {
  background-color: #a71f24;
  color: #fff;
}

/* category-container */
.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-container .category-item {
  width: calc(33.333% - 0.2em);
  margin: 0.1em;
}
.category-container .category-item a, .category-container .category-item span {
  display: block;
  position: relative;
  padding: 2em;
  border: 1px solid #e9ecf1;
  font-weight: bold;
  font-size: 0.875em;
}
.category-container .category-item a {
  text-decoration: none;
}
.category-container .category-item a.icon::before {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  margin-right: 0;
}

/* category-container: responsive */
@media screen and (max-width: 60em) {
  .category-container .category-item {
    width: calc(50% - 0.2em);
  }
}
@media screen and (max-width: 40em) {
  .category-container .category-item {
    width: 100%;
    margin: 0 0 0.2em 0;
  }
  .category-container .category-item a {
    padding: 1em;
  }
}
/* visual-container */
.visual-container {
  margin-top: 4em;
  height: 33.333vw;
  background-image: url(../images/img_map_01.png);
  background-repeat: repeat-x;
  background-position-x: 0;
  background-position-y: bottom;
  background-size: 100%;
  -webkit-animation-name: map;
          animation-name: map;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* visual-container: responsive */
@media screen and (max-width: 40em) {
  .visual-container {
    height: 66.666vw;
    background-size: 200%;
    -webkit-animation-name: map-sp;
            animation-name: map-sp;
  }
}
/* visual-container: keyframes */
@-webkit-keyframes map {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100vw;
  }
}
@keyframes map {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100vw;
  }
}
@-webkit-keyframes map-sp {
  0% {
    background-position-x: -100vw;
  }
  100% {
    background-position-x: 100vw;
  }
}
@keyframes map-sp {
  0% {
    background-position-x: -100vw;
  }
  100% {
    background-position-x: 100vw;
  }
}
/* ---------------------------------------------------------------- */
/* content */
/* ---------------------------------------------------------------- */
/* profile-content */
.profile-content.kimihito-kato-content .profile-item--kimihito-kato a {
  background-color: #254377;
  color: #fff;
}
.profile-content.kimihito-kato-content .profile-item--kimihito-kato a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.shinsuke-ishiwatari-content .profile-item--shinsuke-ishiwatari a {
  background-color: #254377;
  color: #fff;
}
.profile-content.shinsuke-ishiwatari-content .profile-item--shinsuke-ishiwatari a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.tomoyuki-kataoka-content .profile-item--tomoyuki-kataoka a {
  background-color: #254377;
  color: #fff;
}
.profile-content.tomoyuki-kataoka-content .profile-item--tomoyuki-kataoka a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.hironari-hashioka-content .profile-item--hironari-hashioka a {
  background-color: #254377;
  color: #fff;
}
.profile-content.hironari-hashioka-content .profile-item--hironari-hashioka a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.kohei-kasamatsu-content .profile-item--kohei-kasamatsu a {
  background-color: #254377;
  color: #fff;
}
.profile-content.kohei-kasamatsu-content .profile-item--kohei-kasamatsu a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.peter-tam-content .profile-item--peter-tam a {
  background-color: #254377;
  color: #fff;
}
.profile-content.peter-tam-content .profile-item--peter-tam a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.hiroyuki-takahashi-content .profile-item--hiroyuki-takahashi a {
  background-color: #254377;
  color: #fff;
}
.profile-content.hiroyuki-takahashi-content .profile-item--hiroyuki-takahashi a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.yui-kayano-content .profile-item--yui-kayano a {
  background-color: #254377;
  color: #fff;
}
.profile-content.yui-kayano-content .profile-item--yui-kayano a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.shingo-okubo-content .profile-item--shingo-okubo a {
  background-color: #254377;
  color: #fff;
}
.profile-content.shingo-okubo-content .profile-item--shingo-okubo a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.takafumi-murase-content .profile-item--takafumi-murase a {
  background-color: #254377;
  color: #fff;
}
.profile-content.takafumi-murase-content .profile-item--takafumi-murase a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.yasuhito-yamada-content .profile-item--yasuhito-yamada a {
  background-color: #254377;
  color: #fff;
}
.profile-content.yasuhito-yamada-content .profile-item--yasuhito-yamada a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.yuko-kaneko-content .profile-item--yuko-kaneko a {
  background-color: #254377;
  color: #fff;
}
.profile-content.yuko-kaneko-content .profile-item--yuko-kaneko a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.tasuku-tajima-content .profile-item--tasuku-tajima a {
  background-color: #254377;
  color: #fff;
}
.profile-content.tasuku-tajima-content .profile-item--tasuku-tajima a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.nozomu-kijima-content .profile-item--nozomu-kijima a {
  background-color: #254377;
  color: #fff;
}
.profile-content.nozomu-kijima-content .profile-item--nozomu-kijima a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.yukihiro-hanada-content .profile-item--yukihiro-hanada a {
  background-color: #254377;
  color: #fff;
}
.profile-content.yukihiro-hanada-content .profile-item--yukihiro-hanada a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.soh-nakayama-content .profile-item--soh-nakayama a {
  background-color: #254377;
  color: #fff;
}
.profile-content.soh-nakayama-content .profile-item--soh-nakayama a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.kento-suzuki-content .profile-item--kento-suzuki a {
  background-color: #254377;
  color: #fff;
}
.profile-content.kento-suzuki-content .profile-item--kento-suzuki a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.takeshi-nakamura-content .profile-item--takeshi-nakamura a {
  background-color: #254377;
  color: #fff;
}
.profile-content.takeshi-nakamura-content .profile-item--takeshi-nakamura a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.seiya-ozaki-content .profile-item--seiya-ozaki a {
  background-color: #254377;
  color: #fff;
}
.profile-content.seiya-ozaki-content .profile-item--seiya-ozaki a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.takeru-fujikawa-content .profile-item--takeru-fujikawa a {
  background-color: #254377;
  color: #fff;
}
.profile-content.takeru-fujikawa-content .profile-item--takeru-fujikawa a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.shin-jinnai-content .profile-item--shin-jinnai a {
  background-color: #254377;
  color: #fff;
}
.profile-content.shin-jinnai-content .profile-item--shin-jinnai a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.kaede-makino-content .profile-item--kaede-makino a {
  background-color: #254377;
  color: #fff;
}
.profile-content.kaede-makino-content .profile-item--kaede-makino a.icon::before {
  content: "\e90b";
  color: #fff;
}
.profile-content.takuma-suematsu-content .profile-item--takuma-suematsu a {
  background-color: #254377;
  color: #fff;
}
.profile-content.takuma-suematsu-content .profile-item--takuma-suematsu a.icon::before {
  content: "\e90b";
  color: #fff;
}

/* category-content */
.category-content.entertainment-content .category-item--entertainment a {
  background-color: #254377;
  color: #fff;
}
.category-content.entertainment-content .category-item--entertainment a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.sports-content .category-item--sports a {
  background-color: #254377;
  color: #fff;
}
.category-content.sports-content .category-item--sports a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.media-content .category-item--media a {
  background-color: #254377;
  color: #fff;
}
.category-content.media-content .category-item--media a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.internet-content .category-item--internet a {
  background-color: #254377;
  color: #fff;
}
.category-content.internet-content .category-item--internet a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.startup-content .category-item--startup a {
  background-color: #254377;
  color: #fff;
}
.category-content.startup-content .category-item--startup a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.risk-content .category-item--risk a {
  background-color: #254377;
  color: #fff;
}
.category-content.risk-content .category-item--risk a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.international-content .category-item--international a {
  background-color: #254377;
  color: #fff;
}
.category-content.international-content .category-item--international a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.license-content .category-item--license a {
  background-color: #254377;
  color: #fff;
}
.category-content.license-content .category-item--license a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.ma-content .category-item--ma a {
  background-color: #254377;
  color: #fff;
}
.category-content.ma-content .category-item--ma a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.finance-content .category-item--finance a {
  background-color: #254377;
  color: #fff;
}
.category-content.finance-content .category-item--finance a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.bankruptcy-content .category-item--bankruptcy a {
  background-color: #254377;
  color: #fff;
}
.category-content.bankruptcy-content .category-item--bankruptcy a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.medical-content .category-item--medical a {
  background-color: #254377;
  color: #fff;
}
.category-content.medical-content .category-item--medical a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.corporate-content .category-item--corporate a {
  background-color: #254377;
  color: #fff;
}
.category-content.corporate-content .category-item--corporate a.icon::before {
  content: "\e90b";
  color: #fff;
}
.category-content.litigation-content .category-item--litigation a {
  background-color: #254377;
  color: #fff;
}
.category-content.litigation-content .category-item--litigation a.icon::before {
  content: "\e90b";
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* layout */
/* ---------------------------------------------------------------- */
/* wrapper */
.w-wide {
  width: 90%;
  max-width: 80em;
  margin: 0 auto;
}

.w-middle {
  width: 90%;
  max-width: 60em;
  margin: 0 auto;
}

.w-narrow {
  width: 90%;
  max-width: 40em;
  margin: 0 auto;
}

/* margin: auto */
.m-auto {
  margin: auto;
}

/* margin: top */
.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-6 {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mt-9 {
  margin-top: 9em;
}

.mt-10 {
  margin-top: 10em;
}

/* margin: right */
.mr-0 {
  margin-right: 0em;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 2em;
}

.mr-3 {
  margin-right: 3em;
}

.mr-4 {
  margin-right: 4em;
}

.mr-5 {
  margin-right: 5em;
}

.mr-6 {
  margin-right: 6em;
}

.mr-7 {
  margin-right: 7em;
}

.mr-8 {
  margin-right: 8em;
}

.mr-9 {
  margin-right: 9em;
}

.mr-10 {
  margin-right: 10em;
}

/* margin: bottom */
.mb-0 {
  margin-bottom: 0em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mb-6 {
  margin-bottom: 6em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mb-8 {
  margin-bottom: 8em;
}

.mb-9 {
  margin-bottom: 9em;
}

.mb-10 {
  margin-bottom: 10em;
}

/* margin: left */
.ml-0 {
  margin-left: 0em;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.ml-4 {
  margin-left: 4em;
}

.ml-5 {
  margin-left: 5em;
}

.ml-6 {
  margin-left: 6em;
}

.ml-7 {
  margin-left: 7em;
}

.ml-8 {
  margin-left: 8em;
}

.ml-9 {
  margin-left: 9em;
}

.ml-10 {
  margin-left: 10em;
}

/* padding */
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p-4 {
  padding: 4em;
}

.p-5 {
  padding: 5em;
}

.p-6 {
  padding: 6em;
}

.p-7 {
  padding: 7em;
}

.p-8 {
  padding: 8em;
}

.p-9 {
  padding: 9em;
}

.p-10 {
  padding: 10em;
}

/* padding: top */
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pt-5 {
  padding-top: 5em;
}

.pt-6 {
  padding-top: 6em;
}

.pt-7 {
  padding-top: 7em;
}

.pt-8 {
  padding-top: 8em;
}

.pt-9 {
  padding-top: 9em;
}

.pt-10 {
  padding-top: 10em;
}

/* padding: right */
.pr-0 {
  padding-right: 0em;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.pr-3 {
  padding-right: 3em;
}

.pr-4 {
  padding-right: 4em;
}

.pr-5 {
  padding-right: 5em;
}

.pr-6 {
  padding-right: 6em;
}

.pr-7 {
  padding-right: 7em;
}

.pr-8 {
  padding-right: 8em;
}

.pr-9 {
  padding-right: 9em;
}

.pr-10 {
  padding-right: 10em;
}

/* padding: bottom */
.pb-0 {
  padding-bottom: 0em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pb-5 {
  padding-bottom: 5em;
}

.pb-6 {
  padding-bottom: 6em;
}

.pb-7 {
  padding-bottom: 7em;
}

.pb-8 {
  padding-bottom: 8em;
}

.pb-9 {
  padding-bottom: 9em;
}

.pb-10 {
  padding-bottom: 10em;
}

/* padding: left */
.pl-0 {
  padding-left: 0em;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pl-3 {
  padding-left: 3em;
}

.pl-4 {
  padding-left: 4em;
}

.pl-5 {
  padding-left: 5em;
}

.pl-6 {
  padding-left: 6em;
}

.pl-7 {
  padding-left: 7em;
}

.pl-8 {
  padding-left: 8em;
}

.pl-9 {
  padding-left: 9em;
}

.pl-10 {
  padding-left: 10em;
}

/* ---------------------------------------------------------------- */
/* typography */
/* ---------------------------------------------------------------- */
/* typography: text-align */
.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-justify {
  text-align: justify;
}

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
  .sp-ta-justify {
    text-align: justify !important;
  }
}
/* typography: decoration */
.td-none {
  text-decoration: none;
}

.td-underline {
  text-decoration: underline;
}

.td-overline {
  text-decoration: overline;
}

/* typography: white-space */
.ws-normal {
  white-space: normal;
}

.ws-nowrap {
  white-space: nowrap;
}

/* typography: font-family */
.ff-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-sans-kr {
  font-family: "Noto Sans KR", sans-serif;
}

.ff-serif {
  font-family: serif;
}

/* typography: font-size */
.fz-small {
  font-size: 80%;
}

.fz-big {
  font-size: 120%;
}

.fz-10 {
  font-size: 0.625em;
}

.fz-12 {
  font-size: 0.75em;
}

.fz-14 {
  font-size: 0.875em;
}

.fz-16 {
  font-size: 1em;
}

.fz-18 {
  font-size: 1.125em;
}

.fz-20 {
  font-size: 1.25em;
}

.fz-22 {
  font-size: 1.375em;
}

.fz-24 {
  font-size: 1.5em;
}

.fz-28 {
  font-size: 1.75em;
}

.fz-32 {
  font-size: 2em;
}

.fz-40 {
  font-size: 2.5em;
}

.fz-48 {
  font-size: 3em;
}

.fz-64 {
  font-size: 4em;
}

/* typography: font-weight */
.fw-normal {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

/* typography: font-style */
.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

/* typography: letter-spacing */
.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-2 {
  letter-spacing: 0.2em;
}

.ls-3 {
  letter-spacing: 0.3em;
}

.ls-4 {
  letter-spacing: 0.4em;
}

/* typography: line-height */
.lh-10 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

.lh-18 {
  line-height: 1.8;
}

.lh-20 {
  line-height: 2;
}

.lh-22 {
  line-height: 2.2;
}

.lh-24 {
  line-height: 2.4;
}

.lh-26 {
  line-height: 2.6;
}

.lh-28 {
  line-height: 2.8;
}

.lh-30 {
  line-height: 3;
}

.lh-32 {
  line-height: 3.2;
}

/* line-brake */
.pc-brake {
  display: inline;
}

.sp-brake {
  display: none;
}

@media screen and (max-width: 40em) {
  .pc-brak {
    display: none;
  }
  .sp-brake {
    display: inline;
  }
}
/*# sourceMappingURL=style.css.map */