@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a img {
  border: none;
}

a:focus, *:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1em;
}

li > ul, li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

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

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

html, body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  word-break: break-all;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #000000;
}

a {
  color: #1571DA;
}

@-webkit-keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 520px) {
  .c-btn__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-btn__area > *:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 520px) {
  .c-btn__area > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.c-btn__area--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__area--right > *:not(:last-child) {
  margin-right: 10px;
}
.c-btn__area--set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__area--set > *:not(:last-child) {
  margin-right: 10px;
}

.c-btn__main {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main {
    min-width: 200px;
  }
}
.c-btn__main:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__main--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main--sm {
    padding: 8px;
  }
}
.c-btn__main--sm:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__main--lg {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 18px 30px;
  min-width: 100px;
  font-size: 2rem;
  color: #fff;
  border-color: #9B6F00;
  background-color: #9B6F00;
}
.c-btn__main--lg:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__main--lg {
    min-width: 350px;
    font-size: 2.2rem;
  }
}
.c-btn__main--lg:hover {
  border-color: #684a00;
  background-color: #684a00;
  color: #fff;
}
.c-btn__main--lg.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__main--lg.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__primary {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #fff;
  border-color: #333333;
  background-color: #333333;
}
.c-btn__primary:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__primary {
    min-width: 200px;
  }
}
.c-btn__primary:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__primary--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #fff;
  border-color: #333333;
  background-color: #333333;
}
.c-btn__primary--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__primary--sm {
    padding: 8px;
  }
}
.c-btn__primary--sm:hover {
  border-color: #60B0CE;
  background-color: #60B0CE;
  color: #fff;
}
.c-btn__primary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__primary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__secondary {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #333333;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__secondary {
    min-width: 200px;
  }
}
.c-btn__secondary:hover {
  border-color: #ccc;
  background-color: #cccccc;
}
.c-btn__secondary.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}
.c-btn__secondary--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #333333;
  border-color: #ccc;
  background-color: #fff;
}
.c-btn__secondary--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__secondary--sm {
    padding: 8px;
  }
}
.c-btn__secondary--sm:hover {
  border-color: #ccc;
  background-color: #cccccc;
}
.c-btn__secondary--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__secondary--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__cancel {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 10px 16px;
  min-width: 100px;
  color: #000000;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__cancel {
    min-width: 200px;
  }
}
.c-btn__cancel:hover {
  border-color: #F4F6F8;
  background-color: #F4F6F8;
}
.c-btn__cancel.is-disabled {
  color: #ccc;
}
.c-btn__cancel--sm {
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  padding: 6px;
  min-width: 100px;
  color: #000000;
  border-color: #fff;
  background-color: #fff;
}
.c-btn__cancel--sm:hover {
  text-decoration: none;
}
@media screen and (min-width: 520px) {
  .c-btn__cancel--sm {
    padding: 8px;
  }
}
.c-btn__cancel--sm:hover {
  border-color: #F4F6F8;
  background-color: #F4F6F8;
}
.c-btn__cancel--sm.is-disabled {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.c-btn__cancel--sm.is-disabled:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
}

.c-btn__text {
  color: #333333;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}
.c-btn__text:hover {
  text-decoration: underline;
}
.c-btn__text.is-disabled {
  color: #ccc;
}

.c-btn--all {
  width: 100%;
}

.is-1 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-1 {
    font-size: 5.6rem;
  }
}
.is-1.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .is-1.c-title {
    margin-bottom: 2rem;
  }
}

.is-2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-2 {
    font-size: 3rem;
  }
}
.is-2.c-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 520px) {
  .is-2.c-title {
    margin-bottom: 2rem;
  }
}
.is-2.c-title-bd {
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}

.is-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-3 {
    font-size: 2rem;
  }
}
.is-3.c-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 520px) {
  .is-3.c-title {
    margin-bottom: 1rem;
  }
}

.is-4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-4 {
    font-size: 2rem;
  }
}
.is-4.c-title {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 520px) {
  .is-4.c-title {
    margin-bottom: 0.6rem;
  }
}

.is-5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 520px) {
  .is-5 {
    font-size: 1.6rem;
  }
}
.is-5.c-title {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 520px) {
  .is-5.c-title {
    margin-bottom: 2rem;
  }
}

.c-title--bd {
  border-bottom: 2px solid #000000;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 30px;
}
.c-list__top {
  margin-top: 5px;
}

.c-list__bottom {
  margin-bottom: 5px;
}

.c-list {
  list-style: none;
  padding-left: 1rem;
}
.c-list li {
  text-indent: -0.85rem;
  margin-left: 0.5rem;
  line-height: 1.4;
}
.c-list li:not(:last-child) {
  margin-bottom: 4px;
}
.c-list li::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  top: 50%;
  margin-top: -4px;
}

.c-list--none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--none li:not(:last-child) {
  margin-bottom: 8px;
}

.c-list--kome {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--kome li {
  font-size: 1.3rem;
  text-indent: -19px;
  margin-left: 19px;
}
.c-list--kome li:not(:last-child) {
  margin-bottom: 5px;
}
.c-list--kome li::before {
  content: "※";
  padding-right: 5px;
}

.c-list--ranking {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list--ranking li:not(:last-child) {
  margin-bottom: 8px;
}
.c-list--ranking__1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #E4C500;
  border-color: #E4C500;
  color: #fff;
}
.c-list--ranking__2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #ABABAB;
  border-color: #ABABAB;
  color: #fff;
}
.c-list--ranking__3 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #C28428;
  border-color: #C28428;
  color: #fff;
}
.c-list--ranking__other {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid;
  background-color: #fff;
  border-color: #888;
  color: #888;
}
.c-list--ranking li {
  position: relative;
  padding-left: 28px;
}

.c-link__arrow {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.c-link__arrow:hover {
  text-decoration: underline;
}

.c-link__arrow--w {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow--w::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--w:hover {
  text-decoration: underline;
  color: #333333;
}

.c-link__arrow--bk {
  display: inline-block;
  margin-left: 13px;
  position: relative;
  color: #000000;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.c-link__arrow--bk::before {
  top: 8px;
  left: -11px;
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-link__arrow--bk:hover {
  text-decoration: underline;
  color: #333333;
}

@media all and (-ms-high-contrast: none) {
  .c-link__arrow::before,
  .c-link__arrow--w::before,
  .c-link__arrow--bk::before {
    top: 6px;
  }
}
@supports (-ms-ime-align: auto) {
  .c-link__arrow::before,
  .c-link__arrow--w::before,
  .c-link__arrow--bk::before {
    top: 6px;
  }
}
.c-link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.c-link:hover {
  text-decoration: underline;
}

.c-link--bk {
  color: #000000;
  text-decoration: underline;
}
.c-link--bk:hover {
  color: #000000;
  text-decoration: none;
}

.c-link--w {
  color: #fff;
  text-decoration: underline;
}
.c-link--w:hover {
  color: #fff;
  text-decoration: none;
}

.c-link--gray {
  color: #ccc;
}
.c-link--gray:hover {
  color: #000000;
  text-decoration: underline;
}

.c-link--arrow {
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  color: #000000;
}
.c-link--arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: url("/ir/sitewide/img/common/icon-arrow.svg") no-repeat center center/contain;
}
.c-link--arrow:hover {
  text-decoration: none;
}
.c-link--arrow-wh {
  text-decoration: none;
  position: relative;
  color: white;
  padding-right: 40px;
}
.c-link--arrow-wh:before {
  content: "";
  position: absolute;
  top: 54%;
  right: 0px;
  translate: 0 -50%;
  width: 26px;
  height: 26px;
  background: url("/ir/sitewide/img/common/icon-arrow-wh.svg") no-repeat center center/contain;
}
.c-link--arrow-wh:hover {
  text-decoration: underline;
}

.c-icon--sm {
  color: #999;
  font-size: 12px;
}

[class*=c-tag--] {
  font-size: 11px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  padding: 1px 6px 0;
}

.c-tag--red {
  background-color: #D14328;
  border: 1px solid #D14328;
  color: #fff;
}
.c-tag--gray {
  background-color: #E0E6EB;
  border: 1px solid #ccc;
}
.c-tag--dgray {
  background-color: #4B4B4B;
  border: 1px solid #4B4B4B;
  color: #fff;
}
.c-tag--white {
  border: 1px solid #000000;
}

.c-tag__title {
  margin-bottom: 3px;
}

.c-figure {
  margin: 0;
  display: block;
}
.c-figure + * {
  margin-top: 10px;
}

.c-img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.c-embed__gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-embed__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-embed__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-embed__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-input:disabled, .p-textarea:disabled,
.p-checkbox:disabled + .p-checkbox--single::after {
  background-color: #ccc;
  border-color: #ccc;
}

.p-checkbox:disabled + .p-checkbox--single,
.p-radio:disabled + .p-radio__label {
  opacity: 0.5;
}

.p-input {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #F4F6F8;
  border-radius: 3px;
  padding: 4px 10px;
  width: 100%;
  height: 30px;
}
.p-input:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input__title {
  margin-bottom: 5px;
}
.p-input__item:not(:last-child) {
  margin-bottom: 15px;
}
.p-input__error__title {
  color: #D14328;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  margin-left: 23px;
}
.p-input__error__title::before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #D14328;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 2px;
  left: -23px;
}
.p-input--sm {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #F4F6F8;
  border-radius: 3px;
  padding: 4px 10px;
  width: 180px;
  height: 30px;
  display: inline-block;
}
.p-input--sm:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-input--md {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #F4F6F8;
  border-radius: 3px;
  padding: 4px 10px;
  width: 100%;
  height: 30px;
}
.p-input--md:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
@media screen and (min-width: 520px) {
  .p-input--md {
    width: 50%;
  }
}
.p-input--num {
  font: inherit;
  border-style: none;
  color: inherit;
  border: 1px solid #F4F6F8;
  border-radius: 3px;
  padding: 4px 10px;
  width: 46px;
  height: 30px;
  display: inline-block;
}
.p-input--num:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}

.p-checkbox__item:not(:last-child) {
  margin-bottom: 5px;
}

.p-checkbox {
  display: none;
}
.p-checkbox__link {
  color: #000000;
}
.p-checkbox__link:hover {
  color: #333333;
  text-decoration: underline;
}

.p-checkbox--single {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 21px;
}
.p-checkbox--single::after, .p-checkbox--single::before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
}
.p-checkbox--single::after {
  left: 0;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 2px solid #393737;
  background-color: #fff;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.p-checkbox--single::before {
  left: 5px;
  margin-top: -5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 9;
  opacity: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.p-checkbox:checked + .p-checkbox--single::after {
  background-color: #333333;
  border-color: #333333;
}

.p-checkbox:checked + .p-checkbox--single::before {
  opacity: 1;
}

.p-radio {
  display: none;
}
.p-radio__item {
  display: inline-block;
  margin-right: 30px;
}
.p-radio__label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.p-radio__label::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #fff;
}

.p-radio:checked + .p-radio__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50%;
}

.p-radio-input:checked + .p-radio::before {
  background-color: #fff;
}

.p-radio:disabled + .p-radio__label::before {
  border-color: #ccc;
  background-color: #ccc;
}

.p-search {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 3px;
  border: 1px solid;
  font-size: 1.3rem;
  width: 100%;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
  padding: 8px 30px 8px 15px;
}
.p-search:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search__wrap {
  position: relative;
}
.p-search__inner::after {
  position: absolute;
  right: 14px;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}
.p-search--border {
  font: inherit;
  border-style: none;
  color: inherit;
  position: relative;
  border-radius: 3px;
  border: 1px solid;
  font-size: 1.3rem;
  width: 100%;
  background-color: #fff;
  border-color: #F4F6F8;
  padding: 6px 30px 6px 15px;
}
.p-search--border:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-search--border__wrap {
  position: relative;
}
.p-search--border__inner::after {
  position: absolute;
  right: 10px;
  top: 6px;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
}

.p-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  padding: 5px 10px 4px;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #F4F6F8;
  background-color: #fff;
  font-size: 1.3rem;
}
.p-select:focus {
  outline: none;
}
.p-select:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}
.p-select__wrap {
  position: relative;
}
.p-select__wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}
.p-select__option {
  color: #000000;
  font-size: 1.6rem;
  background-color: #fff;
}

.p-category {
  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;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media screen and (min-width: 520px) {
  .p-category {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 960px) {
  .p-category {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.p-category:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 520px) {
  .p-category:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .p-category:not(:last-child) {
    margin-bottom: 16px;
  }
}
.p-category__choice {
  padding-left: 12.5px;
  padding-right: 12.5px;
  -ms-flex-preferred-size: 171px;
      flex-basis: 171px;
}
.p-category__choice:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__choice:nth-of-type(n + 3) {
  margin-top: 50px;
}
.p-category__choice .p-select {
  padding: 9px 10px 7px;
  font-weight: 700;
  height: 38px;
}
.p-category__search {
  padding-left: 25px;
  padding-right: 25px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: block;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 50px;
}
.p-category__search:nth-child(-n+2) {
  margin-top: 0;
}
.p-category__search:nth-of-type(n + 3) {
  margin-top: 25px;
}
@media screen and (min-width: 520px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .p-category__search:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 520px) {
  .p-category__search {
    padding-left: 4.75px;
    padding-right: 4.75px;
  }
}
@media screen and (min-width: 960px) {
  .p-category__search {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.p-textarea {
  padding: 8px 10px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #F4F6F8;
  line-height: 1.4;
}
.p-textarea:focus-within {
  border: 1px solid #b8dae2;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
          box-shadow: 0px 0px 0px 1px rgb(184, 218, 226);
}

.p-media {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 70px 1fr;
  color: #000000;
}
.p-media:not(:last-child) {
  margin-bottom: 50px;
}
.p-media__img {
  grid-row: 1;
  grid-column: 1/2;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.p-media:hover .p-media__img, .p-media--lg:hover .p-media__img {
  opacity: 0.65;
}
.p-media__img--border {
  border: 1px solid #F4F6F8;
}
.p-media__text {
  grid-row: 1;
  grid-column: 2/3;
  padding-left: 10px;
}
.p-media:hover {
  text-decoration: none;
  color: #000000;
}
.p-media:hover .p-media__link {
  text-decoration: underline;
  color: #000000;
}
.p-media--lg:hover .p-media__link {
  text-decoration: underline;
  color: #000000;
}
.p-media--lg {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  grid-template-columns: 124px 1fr;
  color: #000000;
}
.p-media--lg:not(:last-child) {
  margin-bottom: 50px;
}
.p-media--lg:hover {
  text-decoration: none;
  color: #000000;
}

.p-media-block {
  display: block;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  color: #000000;
}
.p-media-block:hover {
  text-decoration: none;
  color: #333333;
}
.p-media-block:hover .p-media-block__img__inner {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  text-decoration: none;
}
.p-media-block__img {
  width: 100%;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.p-media-block__img__inner {
  position: absolute;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 110px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-media-block__text {
  padding-top: 10px;
}

.p-table {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-table th {
  padding: 10px;
  background-color: #F1F1F1;
  border: 1px solid #ccc;
}
.p-table td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
  border: 1px solid #ccc;
}

@media screen and (min-width: 520px) {
  .p-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 520px) {
  .p-table__row > * {
    width: 100%;
  }
}

.p-table__item {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 520px) {
  .p-table__item {
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
.p-table__item--th {
  padding: 10px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
}
.p-table__item--td {
  padding: 10px;
  background-color: #fff;
  vertical-align: top;
}

.p-hero {
  color: #fff;
  padding: 15px 18px;
}
@media screen and (min-width: 960px) {
  .p-hero {
    padding: 30px 0;
  }
}

.p-breadcrumb {
  position: relative;
  z-index: 9;
  padding-top: 10px;
}

.p-breadcrumb__ul {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  list-style: none;
  letter-spacing: -0.4em;
}
@media screen and (max-width: calc(520px - 1px)) {
  .p-breadcrumb__ul {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .p-breadcrumb__ul {
    width: 1210px;
  }
}

.p-breadcrumb__item {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  color: #000000;
}
.p-breadcrumb__item:not(:last-child) {
  padding-right: 30px;
}
.p-breadcrumb__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
  border-top: solid #000000 1px;
  border-right: solid #000000 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-breadcrumb__link {
  color: #999;
}

.p-accordion__trigger {
  position: relative;
  cursor: pointer;
  background-color: #F3F3F3;
  padding: 10px 28px 10px 40px;
  font-weight: 700;
}
.p-accordion__trigger.is-open {
  background-color: #333333;
}
.p-accordion__trigger.is-open::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
}
.p-accordion__trigger::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 17px;
  right: 15px;
}

.p-accordion__content {
  padding: 40px;
}

.p-accordion__body {
  display: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.p-pagetop__link {
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.p-pagetop__link::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 16px;
}

.js-pagetop {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: block;
  z-index: 9999999;
}
@media screen and (min-width: 960px) {
  .js-pagetop {
    right: 30px;
  }
}

.l-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  margin-top: 84px;
}
@media screen and (min-width: 960px) {
  .l-wrapper {
    margin-top: 100px;
  }
}

.l-container {
  padding: 80px 0;
}
@media screen and (min-width: 520px) {
  .l-container {
    padding: 90px 0;
  }
}
.l-container--top {
  padding-top: 80px;
}
@media screen and (min-width: 520px) {
  .l-container--top {
    padding-top: 90px;
  }
}
.l-container--bottom {
  padding-bottom: 80px;
}
@media screen and (min-width: 520px) {
  .l-container--bottom {
    padding-bottom: 90px;
  }
}

.l-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: calc(520px - 1px)) {
  .l-content {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .l-content {
    width: 1210px;
  }
}
.l-content--sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.l-content--sm:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 520px) {
  .l-content--sm:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 520px) {
  .l-content--sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .l-content--sm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .l-content--sm {
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .l-content--sm {
    width: 500px;
  }
}
@media screen and (min-width: 520px) {
  .l-content--sm {
    width: calc(520px - 100px);
  }
}
@media screen and (min-width: 960px) {
  .l-content--sm {
    width: calc(960px - 50px);
  }
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 84px;
}
@media screen and (min-width: 520px) {
  .l-main {
    padding-top: 100px;
  }
}

.l-unit:not(:last-child) {
  margin-bottom: 80px;
}

.l-unit--sm:not(:last-child) {
  margin-bottom: 40px;
}

.l-unit--lg:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 520px) {
  .l-unit--lg:not(:last-child) {
    margin-bottom: 90px;
  }
}

.l-row {
  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;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (min-width: 520px) {
  .l-row {
    margin-left: -9.5px;
    margin-right: -9.5px;
  }
}
@media screen and (min-width: 960px) {
  .l-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.l-row:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 520px) {
  .l-row:not(:last-child) {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 960px) {
  .l-row:not(:last-child) {
    margin-bottom: 32px;
  }
}

.l-row--sm {
  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;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
@media screen and (min-width: 520px) {
  .l-row--sm {
    margin-left: -4.75px;
    margin-right: -4.75px;
  }
}
@media screen and (min-width: 960px) {
  .l-row--sm {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.l-row--sm:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 520px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media screen and (min-width: 960px) {
  .l-row--sm:not(:last-child) {
    margin-bottom: 16px;
  }
}

.l-row--lg {
  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;
  margin-left: -16px;
  margin-right: -16px;
}
.l-row--lg:not(:last-child) {
  margin-bottom: 16px;
}

.empty {
  padding: 0 !important;
  margin: 0 !important;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 84px;
  z-index: 9999;
  background: white;
}
@media screen and (min-width: 960px) {
  .l-header {
    height: 100px;
  }
}
.l-header__inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 20px 25px 20px 20px;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    padding: 20px;
  }
}
.l-header__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  width: 150px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__hum {
  width: 84px;
  height: 84px;
  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;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .l-header__hum {
    display: none;
  }
}
.l-header__hum__menu {
  width: 40px;
  height: auto;
  position: absolute;
  top: 20px;
}
.l-header__hum span {
  display: block;
  width: 40px;
  height: 4px;
  background: #000000;
}
.l-header__hum span:nth-of-type(1) {
  margin-top: 14px;
}
.l-header__hum span:nth-of-type(1), .l-header__hum span:nth-of-type(2) {
  margin-bottom: 4px;
}
.l-header__hum.is-active span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header__hum.is-active span:nth-of-type(1) {
  rotate: 30deg;
  margin-bottom: -12px;
}
.l-header__hum.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hum.is-active span:nth-of-type(3) {
  rotate: -30deg;
}
.l-header__bg {
  background: #333333;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-header__bg.is-active {
  opacity: 0.6;
  pointer-events: all;
}

.l-nav ul {
  /*SP*/
  list-style: none;
  padding-left: 0;
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100vh;
  padding-top: 84px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-nav ul li {
  border-top: 1px solid #ddd;
}
.l-nav ul a {
  padding: 20px;
  display: block;
}
@media screen and (min-width: 960px) {
  .l-nav ul {
    /*PC*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    width: initial;
    height: initial;
    padding-top: 0;
    background: initial;
    right: 0;
  }
  .l-nav ul li {
    border: none;
  }
  .l-nav ul a {
    padding: 0;
  }
}
.l-nav.is-active ul {
  right: 0;
}

.l-footer {
  background-color: #333333;
  color: #fff;
  margin-top: auto;
  text-align: center;
  position: relative;
  z-index: 9;
}
.l-footer a {
  color: #fff;
}
.l-footer__top {
  padding: 80px 0;
}
@media screen and (min-width: 520px) {
  .l-footer__top {
    padding: 100px 0 60px;
  }
}
.l-footer__inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 520px) {
  .l-footer__inner {
    max-width: 1210px;
  }
}
.l-footer__logo {
  width: 250px;
  height: auto;
  margin-bottom: 40px;
}
.l-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 520px) {
  .l-footer__menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-bottom: 25px;
  }
}
.l-footer__copyright {
  background: white;
  padding: 20px;
  color: #000000;
}

.l-single {
  margin-top: 70px;
}
.l-single__hero {
  background: url("/ir/sitewide/img/common/bg-hero-sp.jpg") no-repeat center center/cover;
  width: 100%;
  color: white;
  padding: 40px 0;
}
@media screen and (min-width: 520px) {
  .l-single__hero {
    background: url("/ir/sitewide/img/common/bg-hero.jpg") no-repeat center center/cover;
    padding: 50px 0;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .l-single__hero__title h1 {
    font-size: 40px;
  }
}

.l-ac__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-ac__item a {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 520px) {
  .l-ac__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
.l-ac__item p:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-article {
  margin-top: 20px;
}
.l-article > * {
  margin-top: 20px;
}
.l-article > *:first-child {
  margin-top: 0;
}
.l-article h1, .l-article h2, .l-article h3, .l-article h4, .l-article h5, .l-article h6 {
  font-weight: 700;
  margin-top: 50px;
}
.l-article h1 {
  font-size: 36px;
}
.l-article h2 {
  font-size: 32px;
}
.l-article h3 {
  font-size: 30px;
}
.l-article h4 {
  font-size: 28px;
}
.l-article h5 {
  font-size: 26px;
}
.l-article h6 {
  font-size: 24px;
}
.l-article hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
.l-article ul, .l-article ol {
  padding-left: 1.2em;
}
.l-article ul li, .l-article ol li {
  margin-top: 5px;
}
.l-article .wp-element-caption {
  font-size: 14px;
}
.l-article label {
  margin-top: 20px;
  display: inline-block;
}
.l-article input[name=post_password] {
  background: #F4F6F8;
  height: 40px;
  border-radius: 4px;
  padding: 5px;
  margin-right: 20px;
}
.l-article input[name=Submit] {
  background: #000000;
  color: white;
  border-radius: 4px;
  padding: 0 20px;
  height: 40px;
}
.l-article .wp-block-quote {
  margin-top: 50px;
  border-left: 4px solid #ccc;
  padding-left: 30px;
}
.l-article .wp-block-table {
  margin-top: 50px;
}
.l-article .wp-block-table .has-fixed-layout thead {
  border-bottom: none;
}
.l-article .wp-block-table .has-fixed-layout th, .l-article .wp-block-table .has-fixed-layout td {
  padding: 10px 16px;
  border: 1px solid #ddd;
}
.l-article .wp-block-table .has-fixed-layout th {
  background: #000000;
  color: white;
}
.l-article .wp-block-embed {
  margin-top: 50px;
}
.l-article .wp-block-image {
  margin-top: 50px;
}
.l-article .wp-block-image + .wp-block-image {
  margin-top: 20px;
}

.pagenation {
  margin: 40px auto 0;
}
.pagenation ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0;
  list-style: none;
  gap: 10px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul.page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  background: white;
  border-radius: 4px;
  border: 1px solid #000000;
  text-decoration: none;
}
.pagenation ul.page-numbers .page-numbers.current {
  color: white;
  background: #000000;
}
.pagenation ul.page-numbers .next, .pagenation ul.page-numbers .prev {
  position: relative;
}
.pagenation ul.page-numbers .next:before, .pagenation ul.page-numbers .prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid #000000;
  border-width: 2px 2px 0 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.pagenation ul.page-numbers .next:before {
  rotate: 45deg;
  margin-left: -5px;
}
.pagenation ul.page-numbers .prev:before {
  rotate: -135deg;
  margin-left: 5px;
}

.u-align-left {
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-align-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-align-right {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-text-font-main {
  font-family: "Noto Sans JP", sans-serif;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-sm {
  font-size: 1.4rem;
}

.u-text-indent {
  text-indent: 1em !important;
}

.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-text-nowrap {
  white-space: nowrap !important;
}

.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-text-none {
  text-transform: none !important;
}

.u-text-lowercase {
  text-transform: lowercase !important;
}

.u-text-uppercase {
  text-transform: uppercase !important;
}

.u-text-capitalize {
  text-transform: capitalize !important;
}

.u-text-smallcaps {
  font-variant: small-caps !important;
}

.u-text-vertical {
  -webkit-writing-mode: vertical-rl !important;
      -ms-writing-mode: tb-rl !important;
          writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.u-text-vertical--upright {
  text-orientation: upright !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

.u-text-caution {
  color: #D14328;
}

@media screen and (min-width: 520px) {
  .u-text-center-pc {
    text-align: center;
  }
}

.u-text-center-sp {
  text-align: center;
}
@media screen and (min-width: 520px) {
  .u-text-center-sp {
    text-align: left;
  }
}

@media screen and (min-width: 520px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-br-pc {
    display: block;
  }
}

.u-red {
  color: #333333;
}

.tp-main {
  background: url("/ir/sitewide/img/common/bg-hero-sp.jpg") no-repeat center center/cover;
  width: 100%;
  color: white;
  padding: 60px 0;
}
@media screen and (min-width: 520px) {
  .tp-main {
    background: url("/ir/sitewide/img/common/bg-hero.jpg") no-repeat center center/cover;
    padding: 50px 0;
  }
}
.tp-main__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 960px) {
  .tp-main__unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tp-main__info {
  width: 100%;
  border: 1px solid white;
  padding: 15px;
}
@media screen and (min-width: 960px) {
  .tp-main__info {
    max-width: 450px;
    padding: 40px;
  }
}
.tp-main__info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tp-main__info table {
  text-align: right;
}
@media screen and (max-width: calc(960px - 1px)) {
  .tp-main__info table {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .tp-main__info table {
    width: 80%;
  }
}
.tp-main__info table th {
  text-align: right;
  font-weight: 400;
}
.tp-main__info table th, .tp-main__info table td {
  vertical-align: baseline;
  white-space: nowrap;
}
.tp-main__info table .tp-main__info__stockPrice .price {
  font-size: clamp(30px, 10vw, 50px);
}
@media screen and (min-width: 960px) {
  .tp-main__info table .tp-main__info__stockPrice .price {
    font-size: 60px;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .tp-main__info table .tp-main__info__stockPrice th, .tp-main__info table .tp-main__info__stockPrice td:last-of-type {
    font-size: 12px;
  }
}
.tp-main__info table .tp-main__info__marketCap .price {
  font-size: clamp(16px, 5vw, 30px);
}
@media screen and (min-width: 960px) {
  .tp-main__info table .tp-main__info__marketCap .price {
    font-size: 30px;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .tp-main__info table .tp-main__info__marketCap th, .tp-main__info table .tp-main__info__marketCap td:last-of-type {
    font-size: 12px;
  }
}

.tp-block .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 960px) {
  .tp-block .l-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}

.tp-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: calc(960px - 1px)) {
  .tp-news .c-title--bd {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: calc(520px - 1px)) {
  .tp-news .c-title--bd {
    gap: 10px;
  }
}
.tp-news__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tp-news__item a {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 520px) {
  .tp-news__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
.tp-news__item p:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tp-news .no-post {
  margin-top: 20px;
}

.tp-financial {
  width: 100%;
  background: #F4F6F8;
  padding: 30px;
}
@media screen and (min-width: 960px) {
  .tp-financial {
    padding: 40px 50px;
    width: 480px;
  }
}
.tp-financial .c-title--bd {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: calc(520px - 1px)) {
  .tp-financial .c-title--bd {
    gap: 10px;
  }
}
.tp-financial__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tp-financial__item:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.tp-financial__item a {
  display: block;
  padding: 15px 0;
}

.tp-company {
  margin-top: 80px;
}
@media screen and (min-width: 520px) {
  .tp-company {
    margin-top: 60px;
  }
}
.tp-company__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tp-company__item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .tp-company__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 120px;
  }
}
.tp-company__item:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.tp-company__item .is-3 {
  width: 80px;
}
.tp-company__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nw__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 960px) {
  .nw__unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}
.nw__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nw__sidebar {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .nw__sidebar {
    max-width: 320px;
  }
}
.nw__sidebar .c-title--bd {
  padding-bottom: 10px;
}
.nw__sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.nw-article__title {
  font-size: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}/*# sourceMappingURL=common.css.map */