@charset "UTF-8";
/*WEBフォントの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap");
/*
  フォントアイコン
  Google Material icon
  https://fonts.google.com/icons
*/
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone");
/*==============================================
/* 1. リセットCSS
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
/* ============================================= */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*==============================================
/* 2. 要素スタイルの定義
/* ============================================= */
/*----------------------------*/
/*全要素
/*----------------------------*/
* {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word; }

html {
  font-size: 100%; }

/*----------------------------*/
/*構造
/*----------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  position: relative;
  line-height: 1.8;
  margin: 0;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

@media screen and (max-width: 812px) {
  body {
    font-size: 90%; } }
/*構造化タグのdisplay属性のブロック可*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* マーク・強調：figure*/
figure {
  margin: 1em 0; }

/*----------------------------*/
/*見出し（H1 - H6）
/*----------------------------*/
/*----------------------------*/
/*リスト関連（UL/OL/DL）
/*----------------------------*/
/* -- UL：箇条書き --*/
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul > li {
  margin-left: 1.5em;
  list-style: disc;
  text-indent: 0px; }

ul ul > li {
  list-style: circle; }

ul ul ul > li {
  list-style: square; }

/* -- OL：番号付きリスト --  */
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

ol > li {
  margin-left: 1.5em;
  list-style: decimal;
  text-indent: 0px; }

/* -- DL：説明リスト --*/
dl {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  box-sizing: border-box;
  padding-left: 0.8em;
  margin: 0; }

/*----------------------------*/
/*テーブル・表組（TABEL）
/*----------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

table th, table td {
  border: 1px solid #333333;
  vertical-align: middle;
  padding: 0.6em; }

table th {
  font-weight: bold;
  background-color: #E6E6E6; }

table td {
  text-align: left;
  background-color: #FFFFFF; }

table caption {
  text-align: left;
  font-weight: bold; }

/*----------------------------*/
/*テキスト・リンク関連
/*----------------------------*/
/* -- a：リンク --*/
a {
  cursor: pointer;
  text-decoration: underline;
  color: #222222; }

body.is-pc a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none; }

a:not([href]) {
  cursor: text; }

/* -- p：段落 --*/
p {
  line-height: 1.8;
  margin: 0.5em 0px; }

/* -- blockquote：引用 --*/
blockquote {
  position: relative;
  background-color: #EFEFEF;
  padding: 2.5em 1.5em;
  margin: 1em 0;
  border-radius: 6px;
  font-style: italic; }

blockquote:before {
  content: "“";
  display: inline-block;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  font-size: 200%; }

blockquote:after {
  content: "”";
  display: inline-block;
  position: absolute;
  right: 1.0em;
  bottom: 0.5em;
  font-size: 200%;
  line-height: 1; }

/* -- strong：強調 --*/
strong {
  font-weight: bold; }

/* -- em：斜体 --*/
em {
  font-style: italic; }

/* -- 下線 --*/
ins {
  text-decoration: underline; }

/* -- 削除：del --*/
del {
  text-decoration: line-through double; }

/* -- 取り消し：s --*/
s {
  text-decoration: line-through; }

/* -- 水平線：hr --*/
hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #DFDFDF; }

/* マーク・強調：mark*/
mark,
.c-marker {
  display: inline;
  background: linear-gradient(transparent 60%, #FFFF99 60%); }

/*----------------------------*/
/*外部ソース読込関連（iframe）
/*----------------------------*/
iframe {
  max-width: 100%;
  border: none; }

@media screen and (max-width: 812px) {
  iframe {
    width: 100%; } }
/*----------------------------*/
/*画像スタイル関連
/*----------------------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  text-align: center;
  vertical-align: top; }

/*----------------------------*/
/*動画スタイル関連
/*----------------------------*/
video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain; }

.c-pageMainMidashi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5.3333333333vw, 64px); }
.c-pageMainMidashi__label {
  font-size: 2.25rem;
  font-weight: 900; }

h3.c-pageMidashi, .t-postEdit h3 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em; }
  h3.c-pageMidashi::after, .t-postEdit h3::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #666666;
    margin-top: 16px; }
  .c-pageMidashi + h3.c-pageMidashi, .t-innerAccordion h6 + h3.c-pageMidashi, .t-postEdit h3 + h3.c-pageMidashi, .t-postEdit h4 + h3.c-pageMidashi, .t-postEdit h5 + h3.c-pageMidashi, .t-postEdit h6 + h3.c-pageMidashi, .t-postEdit .c-pageMidashi + h3, .t-postEdit .t-innerAccordion h6 + h3, .t-postEdit h3 + h3, .t-postEdit h4 + h3, .t-postEdit h5 + h3, .t-postEdit h6 + h3 {
    margin-top: 4.5em; }
  @media screen and (max-width: 812px) {
    h3.c-pageMidashi, .t-postEdit h3 {
      font-size: 1.6875rem; } }

h4.c-pageMidashi, .t-postEdit h4 {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 1em; }
  h4.c-pageMidashi::after, .t-postEdit h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-image: repeating-linear-gradient(90deg, #666666, #666666 2px, #fff 2px, #fff 6px);
    margin-top: 12px; }
  .c-pageMidashi + h4.c-pageMidashi, .t-innerAccordion h6 + h4.c-pageMidashi, .t-postEdit h3 + h4.c-pageMidashi, .t-postEdit h4 + h4.c-pageMidashi, .t-postEdit h5 + h4.c-pageMidashi, .t-postEdit h6 + h4.c-pageMidashi, .t-postEdit .c-pageMidashi + h4, .t-postEdit .t-innerAccordion h6 + h4, .t-postEdit h3 + h4, .t-postEdit h4 + h4, .t-postEdit h5 + h4, .t-postEdit h6 + h4 {
    margin-top: 3.5em; }
  @media screen and (max-width: 812px) {
    h4.c-pageMidashi, .t-postEdit h4 {
      font-size: 1.5rem; } }

h5.c-pageMidashi, .t-postEdit h5 {
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0.5em; }
  .c-pageMidashi + h5.c-pageMidashi, .t-innerAccordion h6 + h5.c-pageMidashi, .t-postEdit h3 + h5.c-pageMidashi, .t-postEdit h4 + h5.c-pageMidashi, .t-postEdit h5 + h5.c-pageMidashi, .t-postEdit h6 + h5.c-pageMidashi, .t-postEdit .c-pageMidashi + h5, .t-postEdit .t-innerAccordion h6 + h5, .t-postEdit h3 + h5, .t-postEdit h4 + h5, .t-postEdit h5 + h5, .t-postEdit h6 + h5 {
    margin-top: 2.5em; }
  @media screen and (max-width: 812px) {
    h5.c-pageMidashi, .t-postEdit h5 {
      font-size: 1.3rem; } }

h6.c-pageMidashi, .t-innerAccordion h6, .t-postEdit h6 {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0.5em; }
  .c-pageMidashi + h6.c-pageMidashi, .t-innerAccordion h6 + h6.c-pageMidashi, .t-postEdit h3 + h6.c-pageMidashi, .t-postEdit h4 + h6.c-pageMidashi, .t-postEdit h5 + h6.c-pageMidashi, .t-postEdit h6 + h6.c-pageMidashi, .t-innerAccordion .c-pageMidashi + h6, .t-innerAccordion h6 + h6, .t-postEdit .t-innerAccordion h3 + h6, .t-postEdit .t-innerAccordion h4 + h6, .t-postEdit .t-innerAccordion h5 + h6, .t-postEdit .c-pageMidashi + h6, .t-postEdit h3 + h6, .t-postEdit h4 + h6, .t-postEdit h5 + h6, .t-postEdit h6 + h6 {
    margin-top: 2.5em; }
  @media screen and (max-width: 812px) {
    h6.c-pageMidashi, .t-innerAccordion h6, .t-postEdit h6 {
      font-size: 1.1rem; } }

.c-2dbtn {
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #FFFFFF;
  color: #000000;
  border: solid #999999 1px;
  transition: background-color 0.2s;
  color: #FFFFFF; }
  .c-2dbtn:hover {
    background-color: #f2f2f2; }

.c-3dbtn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0.25em;
  padding: 0.5em 1em;
  border: 1px #cccccc solid;
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: 0 5px 0 0 rgba(153, 153, 153, 0.6);
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s; }
  .c-3dbtn:hover {
    transform: translateY(2px);
    box-shadow: 0 3px 0 0 rgba(153, 153, 153, 0.6); }
  .c-3dbtn:active {
    transform: translateY(5px);
    box-shadow: 0 0px 0 0 rgba(153, 153, 153, 0.6); }

.c-textLink, .t-innerAccordion a {
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0s; }
  .c-textLink:hover, .t-innerAccordion a:hover, .c-textLink:active, .t-innerAccordion a:active, .c-textLink:focus, .t-innerAccordion a:focus {
    opacity: 0.6; }
  .c-textLink + a, .t-innerAccordion a + a {
    margin-left: 24px; }
.c-textLink:not([href$=".pdf"])[target="_blank"]:after, .t-innerAccordion a:not([href$=".pdf"])[target="_blank"]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1.5em;
  background-image: url("images/icon_ui/icon_link_target__blank__black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.c-textLink[href$=".pdf"], .t-innerAccordion a[href$=".pdf"], .c-textLink[href$=".pdf"][target="_blank"], .t-innerAccordion a[href$=".pdf"][target="_blank"] {
  color: #db0932;
  font-weight: 500; }
  .c-textLink[href$=".pdf"]:after, .t-innerAccordion a[href$=".pdf"]:after, .c-textLink[href$=".pdf"][target="_blank"]:after, .t-innerAccordion a[href$=".pdf"][target="_blank"]:after {
    content: "PDF";
    background-color: #db0932;
    color: #FFFFFF;
    font-size: 75%;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    letter-spacing: 0.1em;
    margin-left: 0.5em; }

.c-imgBtn {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px; }
.c-imgBtn img {
  display: block;
  width: 100%; }
.c-imgBtn__label {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.72);
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 2em;
  padding-bottom: 20px;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  transition: bottom 0.3s; }
  .c-imgBtn__label::after {
    position: absolute;
    bottom: 30px;
    right: 1.25em;
    transform: rotate(0deg);
    content: "";
    height: 1.5em;
    width: 1.5em;
    display: block;
    background-image: url(./images/icon_ui/icon_link__white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s; }
  .c-imgBtn:hover .c-imgBtn__label {
    bottom: 0px; }

  .c-imgBtn:hover .c-imgBtn__label::after {
    transform: rotate(90deg); }

.c-entryBtn {
  display: inline-flex;
  flex-direction: row;
  gap: 32px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #00479B;
  color: #FFFFFF;
  border: solid black 1px;
  border-radius: 0.25em;
  transition: background-color 0.2s;
  border: none;
  border-radius: 8px;
  padding: 2em 3em; }
  .c-entryBtn:hover {
    background-color: #003b82; }
  @media screen and (max-width: 420px) {
    .c-entryBtn {
      flex-direction: column;
      gap: 8px;
      width: 100%; } }
.c-entryBtn__ja {
  font-size: 85%;
  line-height: 100%;
  font-weight: 500; }
.c-entryBtn__en {
  position: relative;
  display: block;
  font-size: 1.625rem;
  line-height: 100%;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.075em;
  color: #EDFF00; }

.c-telBtn__to {
  font-size: 85%;
  line-height: 100%;
  font-weight: 500; }
.c-telBtn__num {
  position: relative;
  display: block;
  padding-left: 1.1em;
  font-size: 2.125rem;
  line-height: 100%;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.075em; }
  .c-telBtn__num:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(./images/icon_ui/icon_tel__blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em; }
.c-telBtn__note {
  font-size: 85%;
  line-height: 100%;
  font-weight: 500; }
.c-telBtn--white {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #FFFFFF;
  color: #00479B;
  border: solid #999999 1px;
  border-radius: 0.25em;
  transition: background-color 0.2s;
  border: none; }
  .c-telBtn--white:hover {
    background-color: #f2f2f2; }
  .c-telBtn--white .c-telBtn__note {
    color: #222222; }
.c-telBtn--blue {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #00479B;
  color: #FFFFFF;
  border: solid black 1px;
  border-radius: 0.25em;
  transition: background-color 0.2s;
  border: none; }
  .c-telBtn--blue:hover {
    background-color: #003b82; }
  .c-telBtn--blue .c-telBtn__note {
    color: #FFFFFF; }
  .c-telBtn--blue .c-telBtn__num:before {
    background-image: url(./images/icon_ui/icon_tel__white.svg); }

.c-fillBtn--white {
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #FFFFFF;
  color: #000000;
  border: solid #999999 1px;
  border-radius: 0.25em;
  transition: background-color 0.2s;
  justify-content: flex-start; }
  .c-fillBtn--white:hover {
    background-color: #f2f2f2; }
  .c-fillBtn--white {
    position: relative;
    padding: 24px 3em;
    border: none;
    font-weight: bold; }
  .c-fillBtn--white::after {
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%) rotate(0deg);
    content: "";
    height: 1.5em;
    width: 1.5em;
    display: block;
    background-size: contain;
    background-repeat: no-repeat; }
  .c-fillBtn--white[target="_blank"][href$=".pdf"] {
    color: #FFFFFF;
    padding-right: 4em; }
  .c-fillBtn--white[target="_blank"][href$=".pdf"]::after {
    background-image: unset;
    width: 2.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content: "PDF";
    font-size: 75%;
    padding: 0.2em 0.2em;
    border-radius: 3px;
    letter-spacing: 0.1em;
    margin-left: 0.5em; }
.c-fillBtn--white::after {
  background-image: url(./images/icon_ui/icon_link__black.svg); }
.c-fillBtn--white[target="_blank"]::after {
  background-image: url(./images/icon_ui/icon_link_target__blank__black.svg); }
.c-fillBtn--white[href$=".pdf"]::after, .c-fillBtn--white[href$=".pdf"][target="_blank"]::after {
  color: #FFFFFF;
  background-color: #00479B; }
.c-fillBtn--blue {
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #00479B;
  color: #FFFFFF;
  border: solid black 1px;
  border-radius: 0.25em;
  transition: background-color 0.2s;
  justify-content: flex-start; }
  .c-fillBtn--blue:hover {
    background-color: #003b82; }
  .c-fillBtn--blue {
    position: relative;
    padding: 24px 3em;
    border: none;
    font-weight: bold; }
  .c-fillBtn--blue::after {
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%) rotate(0deg);
    content: "";
    height: 1.5em;
    width: 1.5em;
    display: block;
    background-size: contain;
    background-repeat: no-repeat; }
  .c-fillBtn--blue[target="_blank"][href$=".pdf"] {
    color: #FFFFFF;
    padding-right: 4em; }
  .c-fillBtn--blue[target="_blank"][href$=".pdf"]::after {
    background-image: unset;
    width: 2.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content: "PDF";
    font-size: 75%;
    padding: 0.2em 0.2em;
    border-radius: 3px;
    letter-spacing: 0.1em;
    margin-left: 0.5em; }
  .c-fillBtn--blue::after {
    background-image: url(./images/icon_ui/icon_link__white.svg); }
  .c-fillBtn--blue[target="_blank"]::after {
    background-image: url(./images/icon_ui/icon_link_target__blank.svg); }
  .c-fillBtn--blue[href$=".pdf"]::after, .c-fillBtn--blue[href$=".pdf"][target="_blank"]::after {
    background-color: #FFFFFF;
    color: #00479B; }
.c-fillBtn--blue > * {
  color: #FFFFFF; }
.c-fillBtn--black {
  position: relative;
  z-index: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #222222;
  color: #FFFFFF;
  border: solid black 1px;
  border-radius: 0.25em;
  transition: background-color 0.2s;
  justify-content: flex-start; }
  .c-fillBtn--black:hover {
    background-color: #151515; }
  .c-fillBtn--black {
    position: relative;
    padding: 24px 3em;
    border: none;
    font-weight: bold; }
  .c-fillBtn--black::after {
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%) rotate(0deg);
    content: "";
    height: 1.5em;
    width: 1.5em;
    display: block;
    background-size: contain;
    background-repeat: no-repeat; }
  .c-fillBtn--black[target="_blank"][href$=".pdf"] {
    color: #FFFFFF;
    padding-right: 4em; }
  .c-fillBtn--black[target="_blank"][href$=".pdf"]::after {
    background-image: unset;
    width: 2.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content: "PDF";
    font-size: 75%;
    padding: 0.2em 0.2em;
    border-radius: 3px;
    letter-spacing: 0.1em;
    margin-left: 0.5em; }
.c-fillBtn--black::after {
  background-image: url(./images/icon_ui/icon_link__white.svg); }
.c-fillBtn--black[target="_blank"]::after {
  background-image: url(./images/icon_ui/icon_link_target__blank__white.svg); }
.c-fillBtn--black[href$=".pdf"]::after, .c-fillBtn--black[href$=".pdf"][target="_blank"]::after {
  color: #FFFFFF;
  background-color: #222222; }

.c-lineBtn--black {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.2em;
  color: #222222;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em;
  padding-right: 3em;
  opacity: 1;
  transition: opacity 0.3s; }
  .c-lineBtn--black:hover {
    opacity: 0.8; }
.c-lineBtn--black::after {
  position: absolute;
  top: 50%;
  right: 0.25em;
  transform: translateY(-50%) rotate(0deg);
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }
.c-lineBtn--black::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222222; }
.c-lineBtn--black[target="_blank"][href$=".pdf"] {
  color: #FFFFFF;
  padding-right: 4em; }
.c-lineBtn--black[target="_blank"][href$=".pdf"]::after {
  background-image: unset;
  width: 2.5em;
  text-align: center;
  content: "PDF";
  background-color: #222222;
  color: #FFFFFF;
  font-size: 75%;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  letter-spacing: 0.1em;
  margin-left: 0.5em; }
.c-lineBtn--black::after {
  background-image: url(./images/icon_ui/icon_link__black.svg); }
.c-lineBtn--black[target="_blank"]::after {
  background-image: url(./images/icon_ui/icon_link_target__blank__black.svg); }
.c-lineBtn--black[target="_blank"][href$=".pdf"] {
  color: #FFFFFF; }
.c-lineBtn--white {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0em;
  padding-right: 3em;
  opacity: 1;
  transition: opacity 0.3s; }
  .c-lineBtn--white:hover {
    opacity: 0.8; }
.c-lineBtn--white::after {
  position: absolute;
  top: 50%;
  right: 0.25em;
  transform: translateY(-50%) rotate(0deg);
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  background-size: contain;
  background-repeat: no-repeat; }
.c-lineBtn--white::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF; }
.c-lineBtn--white[target="_blank"][href$=".pdf"] {
  color: #FFFFFF;
  padding-right: 4em; }
.c-lineBtn--white[target="_blank"][href$=".pdf"]::after {
  background-image: unset;
  width: 2.5em;
  text-align: center;
  content: "PDF";
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 75%;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  letter-spacing: 0.1em;
  margin-left: 0.5em; }
.c-lineBtn--white::after {
  background-image: url(./images/icon_ui/icon_link__white.svg); }
.c-lineBtn--white[target="_blank"]::after {
  background-image: url(./images/icon_ui/icon_link_target__blank.svg); }
.c-lineBtn--white[target="_blank"][href$=".pdf"] {
  color: inherit; }

.c-basicBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-image: url(./images/bg_gray.png);
  font-weight: bold;
  text-decoration: none;
  padding: 1.5em;
  padding-right: 3em;
  padding-left: 3em;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s; }
  .c-basicBtn:hover {
    opacity: 0.8; }
.c-basicBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background-color: #00479B; }
.c-basicBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(0deg);
  width: 1.5em;
  height: 1.5em;
  background-image: url(images/icon_ui/icon_link__white.svg);
  background-repeat: no-repeat;
  transition: transform 0.3s; }
.c-basicBtn:hover:after {
  transform: translateY(-50%) rotate(90deg); }

.c-maruIcon {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 auto;
  background-color: #dfdfdf;
  background-position: center;
  background-size: cover;
  background-color: #252525;
  color: #FFFFFF; }
  .c-maruIcon > * {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    /*（円の直径 - 欲しいマージン） / √2 = いい感じに収まる長さ*/
    max-width: calc(90% / 1.414);
    max-height: calc(90% / 1.414);
    overflow: hidden; }

.c-shikakuIcon {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 auto;
  background-color: #dfdfdf;
  background-position: center;
  background-size: cover;
  background-color: #252525;
  color: #FFFFFF; }
  .c-shikakuIcon > * {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    /*（円の直径 - 欲しいマージン） / √2 = いい感じに収まる長さ*/
    max-width: 95%;
    max-height: 95%;
    overflow: hidden; }

.c-formIcon--hissu {
  vertical-align: center; }
.c-formIcon--hissu:before {
  display: inline-block;
  content: "必須";
  background-color: #e81e34;
  color: #FFFFFF;
  padding: 2px 3px;
  font-size: 75%;
  margin-right: 8px; }
.c-formIcon--any {
  vertical-align: center; }
.c-formIcon--any:before {
  display: inline-block;
  content: "任意";
  background-color: #5fb7fa;
  color: #FFFFFF;
  padding: 2px 3px;
  font-size: 75%;
  margin-right: 8px; }

@media screen and (max-width: 1200px) {
  .c-breakTable--breakContents th, .c-breakTable--breakContents td {
    display: block;
    width: 100%; } }
@media screen and (max-width: 1080px) {
  .c-breakTable--breakTablet th, .c-breakTable--breakTablet td {
    display: block;
    width: 100%; } }
@media screen and (max-width: 812px) {
  .c-breakTable--breakSP th, .c-breakTable--breakSP td {
    display: block;
    width: 100%;
    border-bottom: 0; }
  .c-breakTable--breakSP {
    border-bottom: solid 1px; } }

.c-tabel--onlyRowBorder {
  width: 100%;
  border-top: solid 1px #DFDFDF; }
.c-tabel--onlyRowBorder td, .c-tabel--onlyRowBorder th {
  border: none;
  border-bottom: solid 1px #DFDFDF;
  background-color: #FFFFFF;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em; }
* + .c-tabel--onlyRowBorder {
  margin-top: 24px; }

table .c-tabel--onlyRowBorder {
  border-top: none; }

table td > .c-tabel--onlyRowBorder tr:last-child th, table td > .c-tabel--onlyRowBorder tr:last-child td {
  border-bottom: none; }

.c-BlackTable, .t-innerAccordion table {
  border: solid 1px #ededed; }
.c-BlackTable td, .t-innerAccordion table td, .c-BlackTable th, .t-innerAccordion table th {
  border: solid 1px #ededed;
  padding: 1em 1.5em; }
.c-BlackTable th, .t-innerAccordion table th {
  background-color: #222222;
  color: #FFFFFF; }

/*--- DL 「・・・」リスト .c-dlTen ---*/
.c-dlTen {
  display: block;
  margin: 8px auto; }
  .c-dlTen dt, .c-dlTen dd {
    display: inline-block; }
  .c-dlTen dd {
    padding-left: 3.5em;
    position: relative;
    margin-left: 0.6em; }
  .c-dlTen dd::before {
    content: "・・・";
    display: inline-block;
    width: 3em;
    height: 1em;
    position: absolute;
    left: 0em; }

.c-img-sitelogo {
  display: inline-flex;
  width: 100%;
  max-width: 192px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url(images/logo_site.png); }
  .c-img-sitelogo::before {
    content: '';
    display: block;
    clear: both;
    padding-top: calc(100 / 192 * 100%); }

.c-kome {
  position: relative;
  display: block;
  padding-left: 1.2em;
  color: #333333aa; }
  .c-kome::before {
    position: absolute;
    left: 0em;
    display: inline-block;
    content: "※"; }
.c-kome--inline {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  color: #333333aa; }
  .c-kome--inline::before {
    position: absolute;
    left: 0em;
    display: inline-block;
    content: "※"; }

.c-shikiri {
  display: block;
  border: 0 none;
  height: 1px;
  background-color: #A0A0A0; }

.c-noPostMsg {
  display: block;
  padding: 24px;
  margin: 36px auto;
  width: 100%;
  max-width: 1200px;
  background-color: #efefef;
  border-radius: 3px; }
  .c-noPostMsg * {
    width: fit-content;
    margin: 0 auto; }

.o-burgerBtn {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  height: 100%;
  width: 100%; }
.o-burgerBtn__stick {
  position: absolute;
  top: 33%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: transform 0.3s,top 0.3s; }
.o-burgerBtn .o-burgerBtn__stick:nth-of-type(1) {
  transform: rotate(0deg);
  top: 0%; }
.o-burgerBtn .o-burgerBtn__stick:nth-of-type(2) {
  transform: rotate(0deg); }
.is-open .o-burgerBtn .o-burgerBtn__stick:nth-of-type(1) {
  transform: rotate(-30deg);
  top: 33%; }
.is-open .o-burgerBtn .o-burgerBtn__stick:nth-of-type(2) {
  transform: rotate(30deg); }
.o-burgerBtn__text {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%; }

.o-newsCategory {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  gap: 16px; }
.o-newsCategory__item {
  list-style: none;
  margin-left: 0; }
.o-newsCategory__link {
  display: inline-block;
  cursor: pointer;
  line-height: 100%;
  padding: 0.5em 1em;
  border: solid 1px #222222;
  border-radius: 3px;
  color: #222222;
  font-weight: 900;
  text-decoration: none;
  transition: color 0.3s,background-color 0.3s; }
  .o-newsCategory__link:hover, .o-newsCategory__link.is-current {
    color: #FFFFFF;
    background-color: #222222; }

.o-newsList__item {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #DFDFDF; }
  .o-newsList__item a {
    padding: 8px;
    padding-top: 48px;
    padding-bottom: 48px;
    transition: background-color 0.3s;
    background-color: #FFFFFF00; }
    .o-newsList__item a:hover {
      background-color: #DFDFDF33; }

.o-pager {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px; }
.o-pager__link {
  display: inline-block;
  height: 48px;
  min-width: 36px;
  width: fit-content;
  min-width: 48px;
  padding: 8px;
  border-radius: 999px;
  text-align: center;
  border: solid 1px #ededed;
  background-color: #ededed;
  transition: background 0.2s; }
  .o-pager__link:hover {
    background: #2f2f2f;
    color: #FFFFFF; }
.o-pager__link--current {
  display: inline-block;
  height: 48px;
  min-width: 36px;
  width: fit-content;
  min-width: 48px;
  padding: 8px;
  border-radius: 999px;
  text-align: center;
  border: solid 1px #ededed;
  background-color: #ededed;
  background: #222222;
  color: #FFFFFF; }
.o-pager .o-pager__ellipsis {
  display: inline-block;
  height: 48px;
  line-height: 48px; }

@media screen and (min-width: 812.25px) {
  .o-newsList-link {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none; }
  .o-newsList-link.is-new:after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3px 1px;
    padding-bottom: 2.5px;
    max-width: 3em;
    content: "NEW";
    border: solid 1px #F20F61;
    border-radius: 3px;
    line-height: 100%;
    color: #F20F61;
    font-size: 0.65625rem;
    font-family: "Cal Sans", sans-serif; }
  .o-newsList-link__time {
    display: block;
    width: 6em;
    font-size: 1.125rem;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.05em; }
  .o-newsList-link__label {
    display: block;
    width: fit-content;
    max-width: calc(100% - 6em - 4em);
    padding-left: clamp(16px, 3vw, 36px);
    padding-right: 1em;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; } }
@media screen and (max-width: 812px) {
  .o-newsList-link {
    display: block;
    width: 100%;
    text-decoration: none; }
  .o-newsList-link__time {
    display: block;
    width: fit-content;
    font-size: 1.125rem;
    font-family: "Cal Sans", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 8px; }
  .o-newsList-link__label {
    font-size: 1rem; }
  .o-newsList-link.is-new .o-newsList-link__label:after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3px 1px;
    padding-bottom: 2.5px;
    max-width: 3em;
    content: "NEW";
    border: solid 1px #F20F61;
    border-radius: 3px;
    line-height: 100%;
    color: #F20F61;
    font-size: 0.65625rem;
    font-family: "Cal Sans", sans-serif;
    margin-left: 0.25em; } }

.o-gmenu {
  display: flex;
  flex-direction: column;
  gap: 36px;
  background: #00479B;
  color: #FFFFFF;
  width: 100%;
  max-width: 455px;
  border-radius: 65px;
  border-top-left-radius: 0; }
.o-gmenu * {
  color: #FFFFFF; }
.o-gmenu > *:first-child {
  padding-top: 65px; }
.o-gmenu > *:last-child {
  padding-bottom: 36px; }
.o-gmenu__list {
  display: block;
  width: 100%; }
.o-gmenu__focusLink {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
.o-gmenu__focusLink a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border: solid 2px #FFFFFF;
  text-decoration: none;
  font-size: 1.4375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #00479B;
  transition: background-color 0.2s;
  white-space: nowrap; }
.o-gmenu__focusLink a:hover {
  background-color: #003472; }
.o-gmenu__copy {
  font-size: 0.75rem;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0.1em;
  white-space: nowrap; }
.o-gmenu--burgerOnly {
  display: none; }

.o-gmenu-list {
  display: flex;
  flex-direction: column; }
.o-gmenu-list__item {
  list-style: none;
  margin-left: 0;
  position: relative;
  background-color: #00479B;
  transition: background-color 0.3s; }
.o-gmenu-list__item:hover, .o-gmenu-list__item.is-open {
  background-color: #003472; }
.o-gmenu-list__btn {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  text-decoration: none;
  padding-right: 2em;
  font-weight: bold;
  padding: 1.1em 48px;
  min-width: 450px;
  cursor: pointer; }
.o-gmenu-list__btn span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px; }
.o-gmenu-list__btn span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 0px;
  font-family: 'Material Icons';
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  line-height: 100%;
  font-size: 150%;
  font-weight: 100;
  transition: transform 0.2s; }
.o-gmenu-list__btn:hover span:after {
  transform: translateY(-50%) rotate(90deg); }
.o-gmenu-list__item.is-open .o-gmenu-list__btn span:after {
  transform: translateY(-50%) rotate(45deg); }
.o-gmenu-list__link {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  text-decoration: none;
  padding-right: 2em;
  font-weight: bold;
  padding: 1.1em 48px;
  min-width: 450px; }
.o-gmenu-list__link span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px; }
.o-gmenu-list__link span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 0px;
  font-family: 'Material Icons';
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  line-height: 100%;
  font-size: 150%;
  font-weight: 100;
  transition: transform 0.2s; }
.o-gmenu-list__link:hover:after {
  transform: translateY(-50%) rotate(45deg); }
.o-gmenu-list__link:hover span:after {
  transform: translateY(-50%) rotate(90deg); }
.o-gmenu-list__link span:before {
  content: "";
  display: block;
  height: 1px;
  width: 0px;
  background-color: #FFFFFF;
  transition: width 0.2s;
  position: absolute;
  bottom: 0; }

.o-gmenu-list__link:hover span:before {
  width: 100%; }

.o-gmenu-childList {
  width: 0%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: inherit;
  transition: width 0.3s; }
  .o-gmenu-childList li {
    list-style: none;
    margin: 0;
    padding: 0; }
.o-gmenu-childList.is-open {
  width: 100%; }

.o-checkList {
  background-color: #F5F5F5;
  padding: 24px;
  border-radius: 8px; }
.o-checkList li {
  position: relative;
  font-size: 1.25rem;
  font-size: clamp(16px, 2.4630541872vw, 20px);
  font-weight: bold;
  border-bottom: dashed 2px #00479B;
  list-style: none;
  margin-left: 0;
  padding: 1.5em 0.6em;
  padding-left: 3em; }
  .o-checkList li:nth-last-of-type(1) {
    border-bottom: none; }
  .o-checkList li:before {
    content: "";
    display: block;
    width: 1.75em;
    height: 1.75em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.25em;
    margin: 0 auto;
    background-image: url(./images/icon_list__checkmarker.svg);
    background-repeat: no-repeat;
    background-size: contain; }

.o-tab {
  display: flex;
  flex-direction: column;
  gap: 64px; }
.o-tab__btnBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-basis: 100%;
  gap: 50px;
  width: 100%;
  border-bottom: solid 2px #00479B; }

.o-tab-btn {
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 1.0em;
  background-color: #C1C1C1;
  color: #EDEDED;
  border-radius: 8px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s; }
  .o-tab-btn:hover {
    opacity: 0.85; }
.o-tab-btn.is-current {
  color: #FFFFFF;
  background-color: #00479B; }
.o-tab__btnBox .o-tab-btn {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
  justify-content: center;
  align-items: center; }

.o-relationLink {
  margin-top: 160px;
  padding: clamp(36px, 6.25vw, 75px) 0;
  background-image: url(./images/bg_gray.png); }
.o-relationLink__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(36px, 8.3333333333vw, 100px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1240px) {
    .o-relationLink__inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 812px) {
    .o-relationLink__inner {
      flex-direction: column; } }
.o-relationLink__inner > * {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
  max-width: 480px; }
  @media screen and (max-width: 812px) {
    .o-relationLink__inner > * {
      max-width: unset;
      width: 100%; } }
.o-relationLink__linkbox {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fit, 1fr); }
  .o-relationLink__linkbox a {
    width: 100%;
    height: 100%; }

.o-relationLink-midashi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px; }
.o-relationLink-midashi > * {
  line-height: 100%; }
.o-relationLink-midashi__en {
  font-size: clamp(54px, 8.5vw, 102px);
  color: #FFFFFF; }
.o-relationLink-midashi__ja {
  font-size: clamp(16px, 1.5vw, 18px); }
.o-relationLink-midashi__note {
  font-size: 0.875rem; }

.o-focus, .t-innerAccordion .o-focus, .t-postEdit .o-focus {
  background: #eeeeee;
  border-radius: clamp(8px, 1.4814814815vw, 16px);
  padding: 32px clamp(8px, 1.4814814815vw, 16px); }
.o-focus h3, .t-innerAccordion .o-focus h3, .t-postEdit .o-focus h3, .o-focus h4, .t-innerAccordion .o-focus h4, .t-postEdit .o-focus h4, .o-focus h5, .t-innerAccordion .o-focus h5, .t-postEdit .o-focus h5, .o-focus h6, .t-innerAccordion .o-focus h6, .t-postEdit .o-focus h6 {
  display: block;
  color: #00479B;
  font-weight: bold;
  font-size: 1.5rem; }
.o-focus > *:nth-of-type(1), .t-innerAccordion .o-focus > *:nth-of-type(1), .t-postEdit .o-focus > *:nth-of-type(1) {
  margin-top: 0; }
.o-focus h3, .t-innerAccordion .o-focus h3, .t-postEdit .o-focus h3 {
  font-size: 1.875rem; }
.o-focus h4, .t-innerAccordion .o-focus h4, .t-postEdit .o-focus h4 {
  font-size: 1.59375rem; }
  .o-focus h4::after, .t-innerAccordion .o-focus h4::after, .t-postEdit .o-focus h4::after {
    background-image: repeating-linear-gradient(90deg, #666666, #666666 2px, #eeeeee 2px, #eeeeee 6px); }
.o-focus h5, .t-innerAccordion .o-focus h5, .t-postEdit .o-focus h5 {
  font-size: 1.3125rem; }
.o-focus h6, .t-innerAccordion .o-focus h6, .t-postEdit .o-focus h6 {
  font-size: 1.125rem; }
.o-focus__header {
  margin-bottom: 24px; }
.o-focus__main {
  margin: 0 auto; }
.o-focus__footer {
  margin-top: 24px; }

.o-attention, .t-innerAccordion .o-attention, .t-postEdit .o-attention {
  background: #ffdbdf;
  border-radius: clamp(8px, 1.4814814815vw, 16px);
  padding: 32px clamp(8px, 1.4814814815vw, 16px); }
.o-attention h3, .t-innerAccordion .o-attention h3, .t-postEdit .o-attention h3, .o-attention h4, .t-innerAccordion .o-attention h4, .t-postEdit .o-attention h4, .o-attention h5, .t-innerAccordion .o-attention h5, .t-postEdit .o-attention h5, .o-attention h6, .t-innerAccordion .o-attention h6, .t-postEdit .o-attention h6 {
  display: block;
  color: #e81e34;
  font-weight: bold;
  font-size: 1.5rem; }
.o-attention > *:nth-of-type(1), .t-innerAccordion .o-attention > *:nth-of-type(1), .t-postEdit .o-attention > *:nth-of-type(1) {
  margin-top: 0; }
.o-attention h3, .t-innerAccordion .o-attention h3, .t-postEdit .o-attention h3 {
  font-size: 1.875rem; }
.o-attention h4, .t-innerAccordion .o-attention h4, .t-postEdit .o-attention h4 {
  font-size: 1.59375rem; }
  .o-attention h4::after, .t-innerAccordion .o-attention h4::after, .t-postEdit .o-attention h4::after {
    background-image: repeating-linear-gradient(90deg, #666666, #666666 2px, #ffdbdf 2px, #ffdbdf 6px); }
.o-attention h5, .t-innerAccordion .o-attention h5, .t-postEdit .o-attention h5 {
  font-size: 1.3125rem; }
.o-attention h6, .t-innerAccordion .o-attention h6, .t-postEdit .o-attention h6 {
  font-size: 1.125rem; }
.o-attention__header {
  margin-bottom: 24px; }
.o-attention__main {
  margin: 0 auto; }
.o-attention__footer {
  margin-top: 24px; }

.o-important, .t-innerAccordion .o-important, .t-postEdit .o-important {
  background: #faf0b9;
  border-radius: clamp(8px, 1.4814814815vw, 16px);
  padding: 32px clamp(8px, 1.4814814815vw, 16px); }
.o-important h3, .t-innerAccordion .o-important h3, .t-postEdit .o-important h3, .o-important h4, .t-innerAccordion .o-important h4, .t-postEdit .o-important h4, .o-important h5, .t-innerAccordion .o-important h5, .t-postEdit .o-important h5, .o-important h6, .t-innerAccordion .o-important h6, .t-postEdit .o-important h6 {
  display: block;
  font-weight: bold;
  font-size: 1.5rem; }
.o-important > *:nth-of-type(1), .t-innerAccordion .o-important > *:nth-of-type(1), .t-postEdit .o-important > *:nth-of-type(1) {
  margin-top: 0; }
.o-important h3, .t-innerAccordion .o-important h3, .t-postEdit .o-important h3 {
  font-size: 1.875rem; }
.o-important h4, .t-innerAccordion .o-important h4, .t-postEdit .o-important h4 {
  font-size: 1.59375rem; }
  .o-important h4::after, .t-innerAccordion .o-important h4::after, .t-postEdit .o-important h4::after {
    background-image: repeating-linear-gradient(90deg, #666666, #666666 2px, #faf0b9 2px, #faf0b9 6px); }
.o-important h5, .t-innerAccordion .o-important h5, .t-postEdit .o-important h5 {
  font-size: 1.3125rem; }
.o-important h6, .t-innerAccordion .o-important h6, .t-postEdit .o-important h6 {
  font-size: 1.125rem; }
.o-important__header {
  margin-bottom: 24px; }
.o-important__main {
  margin: 0 auto; }
.o-important__footer {
  margin-top: 24px; }

.o-extraFocus, .t-innerAccordion .o-extraFocus, .t-postEdit .o-extraFocus {
  background: url(./images/bg_black.png);
  border-radius: clamp(8px, 1.4814814815vw, 16px);
  padding: 32px clamp(8px, 1.4814814815vw, 16px);
  color: #FFFFFF; }
.o-extraFocus h3, .t-innerAccordion .o-extraFocus h3, .t-postEdit .o-extraFocus h3, .o-extraFocus h4, .t-innerAccordion .o-extraFocus h4, .t-postEdit .o-extraFocus h4, .o-extraFocus h5, .t-innerAccordion .o-extraFocus h5, .t-postEdit .o-extraFocus h5, .o-extraFocus h6, .t-innerAccordion .o-extraFocus h6, .t-postEdit .o-extraFocus h6 {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.5rem; }
.o-extraFocus > *:nth-of-type(1), .t-innerAccordion .o-extraFocus > *:nth-of-type(1), .t-postEdit .o-extraFocus > *:nth-of-type(1) {
  margin-top: 0; }
.o-extraFocus h3, .t-innerAccordion .o-extraFocus h3, .t-postEdit .o-extraFocus h3 {
  font-size: 1.875rem; }
.o-extraFocus h4, .t-innerAccordion .o-extraFocus h4, .t-postEdit .o-extraFocus h4 {
  font-size: 1.59375rem; }
  .o-extraFocus h4::after, .t-innerAccordion .o-extraFocus h4::after, .t-postEdit .o-extraFocus h4::after {
    background-image: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 2px, #222222 2px, #222222 6px); }
.o-extraFocus h5, .t-innerAccordion .o-extraFocus h5, .t-postEdit .o-extraFocus h5 {
  font-size: 1.3125rem; }
.o-extraFocus h6, .t-innerAccordion .o-extraFocus h6, .t-postEdit .o-extraFocus h6 {
  font-size: 1.125rem; }
.o-extraFocus__header {
  margin-bottom: 24px; }
.o-extraFocus__main {
  margin: 0 auto; }
.o-extraFocus__footer {
  margin-top: 24px; }

.o-accordion {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ededed; }
.o-accordion + .o-accordion {
  margin-top: 32px; }

.o-accordion-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  background-color: #222222;
  color: #FFFFFF;
  padding: 24px;
  padding-right: calc(24px + 1.5em);
  transition: background 0.2s;
  cursor: pointer; }
  .o-accordion-btn:hover {
    background-color: black; }
.o-accordion-btn:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 24px;
  width: 1.5em;
  height: 1.5em;
  background-image: url(./images/icon_ui/icon_link__white.svg);
  transition: transform 0.2s; }
.o-accordion-btn.is-open:after {
  transform: translateY(-50%) rotate(45deg); }
.o-accordion-btn__label {
  display: block;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.375rem; }
  @media screen and (max-width: 812px) {
    .o-accordion-btn__label {
      font-size: 1.125rem; } }
.o-accordion-btn__num {
  display: block;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.1em;
  padding-top: 3px; }

.o-accordion-main > div {
  padding: 24px; }
.o-accordion-main .o-focus {
  border: solid 1px #252525; }

.o-focusLinkBox {
  width: fit-content;
  margin: 0 auto; }
  .p-career-recruit .o-focusLinkBox {
    padding: 48px 0; }
.o-focusLinkBox__midashi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 600; }
  @media screen and (min-width: 812.25px) {
    .o-focusLinkBox__midashi {
      justify-content: flex-end;
      padding-right: clamp(36px, 8vw, 80px); } }
  .o-focusLinkBox__midashi::after {
    margin-left: 0.5em;
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(./images/icon_ui/icon_arrow_triangle__right.svg);
    background-size: cover; }
    @media screen and (max-width: 812px) {
      .o-focusLinkBox__midashi::after {
        transform: rotate(90deg); } }

.o-keywordBox {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ededed; }
.o-keywordBox + .o-keywordBox {
  margin-top: 36px; }
.o-keywordBox__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  padding: 2em;
  background-color: #222222;
  color: #FFFFFF;
  font-size: 1.375rem; }
.o-keywordBox__note {
  width: 65%;
  padding: 2em 4em; }
@media screen and (max-width: 812px) {
  .o-keywordBox {
    flex-direction: column; }
  .o-keywordBox__note, .o-keywordBox__label {
    width: 100%;
    padding: 16px;
    flex-direction: column; } }

.o-gbox3col {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-row-gap: 36px;
  grid-column-gap: 36px;
  justify-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 596px) {
    .o-gbox3col {
      grid-template-columns: 1fr; } }
.o-gbox3col__item {
  display: flex;
  flex-direction: column;
  gap: 8px; }
.o-gbox3col__imgBox {
  text-align: center; }
.o-gbox3col__label {
  font-size: 1.25rem;
  font-weight: bold; }

.o-formFlow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 64px;
  margin-bottom: 64px; }
.o-formFlow__arrow {
  display: block;
  width: clamp(0px, 6.1425061425vw, 50px);
  height: clamp(0px, 6.1425061425vw, 50px);
  background-image: url(./images/icon_ui/icon_arrow_single__right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4; }
  .is-current + .o-formFlow__arrow {
    opacity: 1; }
.o-formFlow__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background-color: #00479B;
  color: #FFFFFF;
  border-radius: 5px;
  font-weight: bold;
  font-size: clamp(0px, 2.457002457vw, 20px);
  opacity: 0.4;
  width: clamp(0px, 29.484029484vw, 240px); }
  .o-formFlow__item.is-current {
    opacity: 1; }

.o-formAuthCode {
  border: solid #DFDFDF 1px;
  border-radius: 6px;
  padding: 24px 18px; }
  .o-formAuthCode > * {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto; }
  .o-formAuthCode__midashi {
    font-weight: bold;
    padding: 8px;
    margin-bottom: 16px; }
    .o-formAuthCode__midashi::before {
      display: inline-flex;
      content: "必須";
      color: #FFFFFF;
      background-color: #e81e34;
      padding: 0.2em 0.4em;
      font-size: 80%;
      margin-right: 1em; }

.o-formAgree {
  background-color: #EFEFEF;
  border-radius: 6px;
  padding: 24px 18px; }
  .o-formAgree > * {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto; }
  .o-formAgree__midashi {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 16px; }
    .o-formAgree__midashi::before {
      min-width: fit-content;
      display: inline-flex;
      content: "必須";
      color: #FFFFFF;
      background-color: #e81e34;
      padding: 0.2em 0.4em;
      font-size: 80%;
      margin-right: 0.5em; }

.o-formBtnbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 36px; }
.o-formBtnbox__back input {
  border: solid 1px #DFDFDF;
  background-image: url(./images/icon_ui/icon_arrow_single__left__white.svg);
  background-position: left center;
  background-repeat: no-repeat; }
.o-formBtnbox__send input {
  border: solid 1px #DFDFDF;
  background-image: url(./images/icon_ui/icon_arrow_single__right__white.svg);
  background-position: right center;
  background-repeat: no-repeat; }

.o-fitbox {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto; }
.o-fitbox > * {
  max-width: 100%; }

.o-focusLinkBox {
  width: fit-content;
  margin: 0 auto; }
  .p-career-recruit .o-focusLinkBox {
    padding: 48px 0; }
.o-focusLinkBox__midashi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 600; }
  @media screen and (min-width: 812.25px) {
    .o-focusLinkBox__midashi {
      justify-content: flex-end;
      padding-right: clamp(36px, 8vw, 80px); } }
  .o-focusLinkBox__midashi::after {
    margin-left: 0.5em;
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(./images/icon_ui/icon_arrow_triangle__right.svg);
    background-size: cover; }
    @media screen and (max-width: 812px) {
      .o-focusLinkBox__midashi::after {
        transform: rotate(90deg); } }

.o-schedule--rikei .o-schedule-item__time * {
  background-color: #00479B; }
.o-schedule--rikei .o-schedule-item__time:before {
  background-image: radial-gradient(circle, #00479b 20%, rgba(0, 71, 155, 0) 20%, rgba(0, 71, 155, 0) 100%, #00479b 100%); }
.o-schedule--bunkei .o-schedule-item__time * {
  background-color: #099309; }
.o-schedule--bunkei .o-schedule-item__time:before {
  background-image: radial-gradient(circle, #099309 20%, rgba(9, 147, 9, 0) 20%, rgba(9, 147, 9, 0) 100%, #099309 100%); }

.o-schedule-item {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
.o-schedule-item__time {
  position: relative;
  display: block; }
  .o-schedule-item__time * {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: #222222;
    border-radius: 999px;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: bold; }
  .o-schedule-item__time:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    height: 100%;
    width: 50px;
    background-color: #FFFFFF;
    background-image: radial-gradient(circle, black 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%, black 100%);
    background-size: 20px 20px;
    background-position: center top;
    background-repeat: repeat-y; }
  .o-schedule-item:last-child .o-schedule-item__time:before {
    display: none; }
.o-schedule-item__label {
  display: flex;
  height: 80px;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold; }
.o-schedule-item__desc {
  font-weight: 600;
  padding-left: 0;
  font-size: 0.875rem; }
  .o-schedule-item__desc .o-focus {
    position: relative;
    border-radius: 5px;
    padding: 16px;
    margin-top: 16px;
    padding-top: 48px; }
    .o-schedule-item__desc .o-focus:before {
      position: absolute;
      top: 16px;
      left: 16px;
      content: "";
      display: block;
      width: 80px;
      height: 20px;
      background-image: url(./images/icon_checkpoint.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
.o-schedule-item__main {
  padding-left: 24px;
  padding-bottom: 36px; }

.t-innerAccordion h5 {
  text-align: left;
  border-bottom: solid 1px #222222;
  font-size: 1.125rem;
  padding: 0.75em 0;
  margin-bottom: 1em; }
.t-innerAccordion ul li {
  position: relative;
  list-style: none;
  margin-left: 2em; }
  .t-innerAccordion ul li:before {
    position: absolute;
    content: "-";
    top: 0em;
    left: -1em;
    font-weight: bold;
    font-size: 150%;
    line-height: 100%;
    width: 1em;
    height: 1em; }
.t-innerAccordion table {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100% !important; }
.t-innerAccordion table th,
.t-innerAccordion table td {
  min-width: 180px; }
  @media screen and (max-width: 812px) {
    .t-innerAccordion table th,
    .t-innerAccordion table td {
      min-width: 100px;
      padding: 1em 0.5em; } }
.t-innerAccordion dl {
  display: flex;
  flex-direction: row;
  gap: 16px; }
.t-innerAccordion dl dd {
  padding-left: 0;
  font-weight: bold; }
.t-innerAccordion dl dt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 0.2em 0.5em;
  min-width: 6em; }
.t-innerAccordion blockquote {
  background-color: #FFFFFF; }
.t-innerAccordion .c-lineBtn--black[href$=".pdf"],
.t-innerAccordion .c-lineBtn--black[href$=".pdf"][target="_blank"] {
  color: #222222; }
  .t-innerAccordion .c-lineBtn--black[href$=".pdf"]:after,
  .t-innerAccordion .c-lineBtn--black[href$=".pdf"][target="_blank"]:after {
    content: "PDF";
    background-color: #222222;
    color: #FFFFFF; }
.t-innerAccordion .c-lineBtn--white[href$=".pdf"],
.t-innerAccordion .c-lineBtn--white[href$=".pdf"][target="_blank"] {
  color: #FFFFFF; }
  .t-innerAccordion .c-lineBtn--white[href$=".pdf"]:after,
  .t-innerAccordion .c-lineBtn--white[href$=".pdf"][target="_blank"]:after {
    content: "PDF";
    background-color: #FFFFFF;
    color: #222222; }
.t-innerAccordion .c-lineBtn--white:not([href$=".pdf"])[target="_blank"]::after {
  background-image: url("images/icon_ui/icon_link_target__blank.svg"); }
.t-innerAccordion .o-focus {
  margin: 16px auto; }
.t-innerAccordion .o-attention {
  margin: 16px auto; }
.t-innerAccordion .o-important {
  margin: 16px auto; }
.t-innerAccordion .o-extraFocus {
  margin: 16px auto; }

.t-postEdit:after {
  content: "";
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both; }
.t-postEdit p {
  margin-left: 0;
  margin-right: 0; }
.t-postEdit table {
  width: auto;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 24px; }
.t-postEdit a {
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0s; }
  .t-postEdit a:hover, .t-postEdit a:active, .t-postEdit a:focus {
    opacity: 0.6; }
  .t-postEdit a + a {
    margin-left: 24px; }
.t-postEdit a:not([href$=".pdf"])[target="_blank"]:after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("images/icon_ui/icon_link_target__blank__black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.t-postEdit a[href$=".pdf"],
.t-postEdit a[href$=".pdf"][target="_blank"] {
  color: #db0932;
  font-weight: 500; }
  .t-postEdit a[href$=".pdf"]:after,
  .t-postEdit a[href$=".pdf"][target="_blank"]:after {
    content: "PDF";
    background-color: #db0932;
    color: #FFFFFF;
    font-size: 75%;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    letter-spacing: 0.1em;
    margin-left: 0.5em; }
.t-postEdit .c-lineBtn--black[href$=".pdf"],
.t-postEdit .c-lineBtn--black[href$=".pdf"][target="_blank"] {
  color: #222222; }
  .t-postEdit .c-lineBtn--black[href$=".pdf"]:after,
  .t-postEdit .c-lineBtn--black[href$=".pdf"][target="_blank"]:after {
    content: "PDF";
    background-color: #222222;
    color: #FFFFFF; }
.t-postEdit .c-lineBtn--white[href$=".pdf"],
.t-postEdit .c-lineBtn--white[href$=".pdf"][target="_blank"] {
  color: #FFFFFF; }
  .t-postEdit .c-lineBtn--white[href$=".pdf"]:after,
  .t-postEdit .c-lineBtn--white[href$=".pdf"][target="_blank"]:after {
    content: "PDF";
    background-color: #FFFFFF;
    color: #222222; }
.t-postEdit .c-lineBtn--white:not([href$=".pdf"])[target="_blank"]::after {
  background-image: url("images/icon_ui/icon_link_target__blank.svg"); }
.t-postEdit .o-focus {
  margin: 16px auto; }
.t-postEdit .o-attention {
  margin: 16px auto; }
.t-postEdit .o-important {
  margin: 16px auto; }
.t-postEdit .o-extraFocus {
  margin: 16px auto; }

.t-webpage {
  /*
  	a {
  		font-weight: 500;
  		//color: $COLOR_LINK;
  		@include linkHover(0.6);
  
  		&+a {
  			margin-left: 24px;
  		}
  	}
  
  
  
  	a:not([href$=".pdf"])[target="_blank"] {
  		&:after {
  			content: "";
  			display: inline-block;
  			height: 1em;
  			width: 1.5em;
  			background-image: url("images/icon_ui/icon_link_target__blank__black.svg");
  			background-size: contain;
  			background-repeat: no-repeat;
  			background-position: center;
  		}
  	}
  
  	a[href$=".pdf"],
  	a[href$=".pdf"][target="_blank"] {
  		//color: #db0932;
  		font-weight: 500;
  
  		&:after {
  			content: "PDF";
  			background-color: $COLOR_BLACK;
  			color: #FFFFFF;
  			font-size: 75%;
  			padding: 0.2em 0.5em;
  			border-radius: 3px;
  			letter-spacing: 0.1em;
  			margin-left: 0.5em;
  		}
  	}
  		*/ }

.t-blog-edit a {
  color: #222222;
  line-height: 1.5; }
.t-blog-edit a[target="_blank"]:after {
  position: relative;
  top: 0.10em;
  left: 3px;
  display: inline-flex;
  width: auto;
  font-size: 120%;
  font-family: 'Material Icons';
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.t-blog-edit a[href$=".pdf"]:after {
  position: relative;
  top: 0.10em;
  left: 3px;
  display: inline-flex;
  width: auto;
  font-size: 120%;
  font-family: 'Material Icons';
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.t-blog-edit a[href^="tel:"]:before {
  position: relative;
  top: 0.20em;
  right: 2px;
  display: inline-flex;
  width: auto;
  font-size: 120%;
  font-family: 'Material Icons';
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.t-blog-edit a[href$=".doc"]:after,
.t-blog-edit a[href$=".docm"]:after,
.t-blog-edit a[href$=".docx"]:after {
  position: relative;
  top: 0.25em;
  left: 3px;
  display: inline-flex;
  width: auto;
  font-size: 120%;
  font-family: 'Material Icons';
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.t-blog-edit a[href$=".xlsx"]:after,
.t-blog-edit a[href$=".xls"]:after,
.t-blog-edit a[href$=".xlsm"]:after,
.t-blog-edit a[href$=".xlw"]:after {
  position: relative;
  top: 0.25em;
  left: 3px;
  display: inline-flex;
  width: auto;
  font-size: 120%;
  font-family: 'Material Icons';
  content: "";
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

.t-blog-pager {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px; }
.t-blog-pager__link {
  display: inline-block;
  height: 48px;
  min-width: 36px;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #333333;
  background: #333333;
  color: #FFFFFF;
  transition: background 0.2s; }
  .t-blog-pager__link:hover {
    background: #404040; }
.t-blog-pager__link--current {
  display: inline-block;
  height: 48px;
  min-width: 36px;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  border: solid 1px #333333;
  background: #FFFFFF;
  color: #333333; }
.t-blog-pager__ellipsis {
  display: inline-block;
  height: 48px;
  line-height: 48px; }

.t-basicForm {
  /*readonly 設定*/
  /*disabled 設定*/
  /* -- input::placeholder：プレースホルダー --*/
  /* -- textarea：テキストエリア --*/
  /* -- checkbox：チェックボックス --*/
  /* -- radio：ラジオボタン --*/
  /* -- label:ラベル要素 --*/
  /* -- select: セレクトボックス --*/ }
  .t-basicForm fieldset {
    border: none;
    padding: 0; }
  .t-basicForm input[type="text"], .t-basicForm input[type="tel"], .t-basicForm input[type="email"], .t-basicForm input[type="url"], .t-basicForm input[type="number"], .t-basicForm input[type="search"], .t-basicForm input[type="password"], .t-basicForm input[type="month"], .t-basicForm input[type="week"], .t-basicForm input[type="date"], .t-basicForm input[type="datetime-local"], .t-basicForm input[type="time"], .t-basicForm textarea {
    line-height: 2.2em;
    padding: 3px 8px;
    border: solid #CDCDCD 2px;
    background-color: #FFF;
    color: inherit;
    border-radius: 3px;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .t-basicForm input[type="week"], .t-basicForm input[type="datetime-local"], .t-basicForm input[type="date"], .t-basicForm input[type="time"], .t-basicForm input[type="month"] {
    min-width: 8em;
    min-height: 2.2em; }
  .t-basicForm input[type="week"] {
    letter-spacing: 0.05em; }
  .t-basicForm input[type="text"]:read-only, .t-basicForm input[type="tel"]:read-only, .t-basicForm input[type="email"]:read-only, .t-basicForm input[type="number"]:read-only, .t-basicForm input[type="search"]:read-only, .t-basicForm input[type="date"]:read-only, .t-basicForm input[type="datetime-local"]:read-only, .t-basicForm input[type="week"]:read-only, .t-basicForm input[type="time"]:read-only, .t-basicForm input[type="month"]:read-only, .t-basicForm input[type="url"]:read-only, .t-basicForm input[type="password"]:read-only, .t-basicForm textarea:read-only {
    background-color: #F9F9F9; }
  .t-basicForm input[type="text"]:disabled, .t-basicForm input[type="tel"]:disabled, .t-basicForm input[type="email"]:disabled, .t-basicForm input[type="number"]:disabled, .t-basicForm input[type="search"]:disabled, .t-basicForm input[type="date"]:disabled, .t-basicForm input[type="datetime-local"]:disabled, .t-basicForm input[type="week"]:disabled, .t-basicForm input[type="time"]:disabled, .t-basicForm input[type="month"]:disabled, .t-basicForm input[type="password"]:disabled, .t-basicForm textarea:disabled, .t-basicForm select:disabled {
    background-color: #F9F9F9; }
  .t-basicForm input::placeholder {
    color: #ADADAD; }
  .t-basicForm textarea {
    line-height: 2.0rem;
    padding: 2px 5px;
    width: 100%;
    resize: vertical; }
  .t-basicForm input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    width: 0em;
    height: 0em;
    position: relative;
    top: 0.3em; }
  .t-basicForm input[type="checkbox"] + label {
    position: relative;
    padding-left: 1.5em; }
    .t-basicForm input[type="checkbox"] + label::before {
      position: absolute;
      top: 0.3em;
      left: 0;
      content: "";
      height: 1.3em;
      width: 1.3em;
      background-image: url(images/icon_ui/icon_form_checkbox__unChecked.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .t-basicForm input:checked[type="checkbox"] + label {
    position: relative;
    padding-left: 1.5em; }
    .t-basicForm input:checked[type="checkbox"] + label::before {
      position: absolute;
      top: 0.3em;
      left: 0;
      content: "";
      height: 1.3em;
      width: 1.3em;
      background-image: url(images/icon_ui/icon_form_checkbox__checked.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .t-basicForm input:disabled[type="checkbox"], .t-basicForm input[type="checkbox"]:disabled + label {
    cursor: default;
    opacity: 0.5; }
  .t-basicForm input[type="radio"] {
    appearance: none;
    cursor: pointer;
    width: 0em;
    height: 0em;
    position: relative;
    top: 0.3em; }
  .t-basicForm input[type="radio"] + label {
    position: relative;
    padding-left: 1.5em; }
    .t-basicForm input[type="radio"] + label::before {
      position: absolute;
      top: 0.3em;
      left: 0;
      content: "";
      height: 1.3em;
      width: 1.3em;
      background-image: url(images/icon_ui/icon_form_radio__unChecked.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .t-basicForm input:checked[type="radio"] + label {
    position: relative;
    padding-left: 1.5em; }
    .t-basicForm input:checked[type="radio"] + label::before {
      position: absolute;
      top: 0.3em;
      left: 0;
      content: "";
      height: 1.3em;
      width: 1.3em;
      background-image: url(images/icon_ui/icon_form_radio__checked.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .t-basicForm input:disabled[type="radio"], .t-basicForm input[type="radio"]:disabled + label {
    cursor: default;
    opacity: 0.5; }
  .t-basicForm label {
    display: inline-block;
    width: fit-content;
    cursor: pointer; }
  .t-basicForm select {
    appearance: none;
    height: 2.2em;
    line-height: 2.2em;
    padding: 8px 3px;
    padding-right: 1.2em;
    border: solid #CDCDCD 2px;
    background: url(images/icon_ui/icon_form_select.svg) no-repeat right -2px center, #FFFFFF;
    color: inherit;
    border-radius: 3px;
    font-size: 1rem;
    max-width: calc( 100% - ( 8px + 1em ) );
    box-sizing: content-box;
    cursor: pointer; }
  .t-basicForm .o-formAgree {
    margin-top: 64px;
    margin-bottom: 36px; }
  .t-basicForm .o-formBtnbox {
    padding-top: 36px;
    margin-top: 72px; }

.t-basicForm-rowItem {
  display: flex;
  align-items: center; }
  .t-basicForm-rowItem + .t-basicForm-rowItem {
    margin-top: 16px; }
  .t-basicForm-rowItem__text {
    display: block;
    min-width: fit-content; }

.t-basicForm-thanksMsg {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto; }
.t-basicForm-thanksMsg__icon {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #099309;
  font-weight: bold;
  font-size: 1.25rem; }
.t-basicForm-thanksMsg__icon img {
  display: block;
  margin: 0 auto;
  margin-bottom: 36px;
  width: 120px; }
.t-basicForm-thanksMsg__text {
  margin-top: 36px; }

.t-basicForm-ErrorMsg {
  background-color: #ffe6eb;
  color: #de1d3d;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.2em 0.5em; }
.t-basicForm-ErrorMsg::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(./images/icon_ui/icon_caution__red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 100%;
  vertical-align: middle;
  margin-right: 0.5em; }
* + .t-basicForm-ErrorMsg {
  margin-top: 8px; }
.t-basicForm-ErrorMsg + * {
  margin-top: 1em; }

.t-basicForm-authcode__input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px; }
  @media screen and (max-width: 812px) {
    .t-basicForm-authcode__input {
      flex-direction: column;
      align-items: flex-start; } }

.l-body {
  position: relative; }

.l-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/bg_gray.png);
  height: 200px; }
.l-header h1 {
  width: 100%;
  max-width: 207px;
  height: auto; }

@media screen and (min-width: 812.25px) {
  .l-footer {
    background: center/cover no-repeat linear-gradient(0deg, #00000088 0%, #00000088 100%), center/cover no-repeat url("images/bg_footer__pc.jpg"); } }
@media screen and (max-width: 812px) {
  .l-footer {
    background: center/cover no-repeat url("images/bg_footer__sp.png"); } }
@media screen and (min-width: 1080.25px) {
  .l-footer__sitemap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 45px; } }
@media screen and (max-width: 812px) {
  .l-footer__sitemap {
    background-color: #000000AA;
    display: flex;
    flex-direction: column-reverse; } }
.l-footer__site {
  width: 100%; }
  @media screen and (max-width: 1640px) {
    .l-footer__site {
      padding: 20px;
      text-align: center; } }
  @media screen and (max-width: 812px) {
    .l-footer__site {
      padding-top: 64px; }
      .l-footer__site ul {
        width: fit-content;
        margin: 0 auto; } }
.l-footer__siteInner {
  text-align: center; }
  @media screen and (max-width: 812px) {
    .l-footer__siteInner {
      margin: 0 auto;
      width: 100%; } }
.l-footer__other {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  justify-items: stretch;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 440px) {
    .l-footer__other {
      grid-template-columns: 1fr; } }
  @media screen and (min-width: 812.25px) {
    .l-footer__other {
      grid-template-rows: auto; } }
  @media screen and (max-width: 812px) {
    .l-footer__other {
      padding-top: 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 32px; } }
.l-footer__copyright {
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 36px 8px; }
  @media screen and (max-width: 812px) {
    .l-footer__copyright {
      background-color: #000000AA; } }

@media screen and (min-width: 812.25px) {
  .l-footer-logolink {
    display: inline-flex;
    width: 100%;
    max-width: 180px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    opacity: 1;
    transition: opacity 0.3s;
    transition-delay: 0s;
    background-image: url(images/logo_footer__pc.png); }
    .l-footer-logolink::before {
      content: '';
      display: block;
      clear: both;
      padding-top: calc(115 / 180 * 100%); }
    .l-footer-logolink:hover, .l-footer-logolink:active, .l-footer-logolink:focus {
      opacity: 0.8; } }
@media screen and (max-width: 812px) {
  .l-footer-logolink {
    display: inline-flex;
    width: 100%;
    max-width: 290px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    opacity: 1;
    transition: opacity 0.3s;
    transition-delay: 0s;
    background-image: url(images/logo_footer.png); }
    .l-footer-logolink::before {
      content: '';
      display: block;
      clear: both;
      padding-top: calc(45 / 290 * 100%); }
    .l-footer-logolink:hover, .l-footer-logolink:active, .l-footer-logolink:focus {
      opacity: 0.8; } }

.l-footer-cpLinklist li {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  padding-left: 0; }
  .l-footer-cpLinklist li::before {
    display: inline-block;
    padding: 0 0.5em;
    color: #FFFFFF;
    content: "/"; }
.l-footer-cpLinklist li:nth-of-type(1)::before {
  display: none; }
.l-footer-cpLinklist a {
  color: #FFFFFF;
  font-size: 0.75rem;
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0s;
  text-decoration: none;
  display: inline-flex;
  align-items: center; }
  .l-footer-cpLinklist a:hover, .l-footer-cpLinklist a:active, .l-footer-cpLinklist a:focus {
    opacity: 0.8; }
  .l-footer-cpLinklist a::after {
    display: inline-block;
    height: 1.25em;
    width: 1.25em;
    margin-left: 0.5em;
    content: "";
    background-image: url(images/icon_ui/icon_link_target__blank.svg);
    background-size: contain;
    background-repeat: no-repeat; }

.l-footer-mainLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 400px;
  padding: clamp(24px, 4.5vw, 72px);
  color: #FFFFFF;
  background-color: #00000022;
  transition: background-color 0.3s;
  text-decoration: none; }
  @media screen and (max-width: 812px) {
    .l-footer-mainLink {
      height: 120px;
      background-color: #00000066; } }
  .l-footer-mainLink::after {
    position: relative;
    top: clamp(0px, 1vw, 16px);
    content: "";
    display: block;
    background-image: url(./images/icon_ui/icon_link__white.svg);
    height: clamp(0px, 2.3125vw, 37px);
    width: clamp(0px, 2.3125vw, 37px);
    transform: rotate(0deg);
    transition: transform 0.3s; }
    @media screen and (max-width: 812px) {
      .l-footer-mainLink::after {
        height: 24px;
        width: 24px; } }
  .l-footer-mainLink:hover::after {
    transform: rotate(90deg); }
  .l-footer-mainLink:hover {
    background-color: #00000066; }
    @media screen and (max-width: 812px) {
      .l-footer-mainLink:hover {
        background-color: #00000099; } }
  @media screen and (min-width: 1600.25px) {
    .l-footer-mainLink--left {
      padding-left: calc((100vw - 1600px)/2); } }
  @media screen and (max-width: 812px) {
    .l-footer-mainLink--left {
      border-bottom: solid 1px #000000AA; } }
  @media screen and (min-width: 1600px) {
    .l-footer-mainLink--right {
      padding-right: calc((100vw - 1600px)/2); } }
.l-footer-mainLink__text {
  display: inline-flex;
  flex-direction: row;
  align-items: last baseline;
  gap: 16px;
  flex-wrap: nowrap; }
  @media screen and (max-width: 812px) {
    .l-footer-mainLink__text {
      display: flex;
      width: 100%;
      flex-direction: column;
      gap: 0;
      justify-content: center;
      align-items: center; } }
.l-footer-mainLink__en {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(32px, 4.8125vw, 77px); }
.l-footer-mainLink__ja {
  font-weight: bold;
  font-size: clamp(14px, 1.6666666667vw, 20px); }

@media screen and (max-width: 1640px) {
  .l-footer-otherLinkBox {
    padding: 20px;
    width: 100%;
    max-width: 320px; } }

.l-footer-otherMidashi {
  display: inline-flex;
  flex-direction: column;
  align-items: last baseline;
  gap: 8px;
  text-decoration: none; }
  @media screen and (max-width: 812px) {
    .l-footer-otherMidashi {
      flex-direction: row-reverse; } }
.l-footer-otherMidashi + .l-footer-otherMidashi {
  margin-top: 36px; }
.l-footer-otherMidashi__en {
  font-family: "Cal Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 100%;
  color: #FFFFFF; }
  @media screen and (max-width: 812px) {
    .l-footer-otherMidashi__en {
      flex-direction: row-reverse;
      font-weight: 500; } }
.l-footer-otherMidashi__ja {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 100%;
  color: #FFFFFF; }

.l-footer-otherList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  color: #FFFFFF; }
  @media screen and (max-width: 812px) {
    .l-footer-otherList {
      gap: 0px; } }
.l-footer-otherList li {
  list-style: none;
  padding: 0;
  margin: 0; }
  .l-footer-otherList li::before {
    content: " - ";
    color: #FFFFFF; }
.l-footer-otherList a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8125rem;
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0s; }
  .l-footer-otherList a:hover, .l-footer-otherList a:active, .l-footer-otherList a:focus {
    opacity: 0.8; }

.l-fixedBtn {
  display: block;
  width: fit-content;
  position: fixed;
  right: 0;
  z-index: 10; }
.l-fixedBtn--entry {
  bottom: 30vh;
  opacity: 1 !important;
  right: -90px; }
  .l-fixedBtn--entry.is-visible {
    right: 0px; }
  @media screen and (max-width: 812px) {
    .l-fixedBtn--entry {
      bottom: 10px; } }
.l-fixedBtn--pagetop {
  bottom: 3vh;
  right: 10px; }
  .l-fixedBtn--pagetop a {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-family: "Cal Sans", sans-serif;
    color: #FFFFFF;
    letter-spacing: 0.25em;
    text-decoration: none; }
    .l-fixedBtn--pagetop a span {
      writing-mode: vertical-rl; }
    .l-fixedBtn--pagetop a::before {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
      content: "";
      height: 110px;
      width: 1px;
      background-color: #FFFFFF; }
    .l-fixedBtn--pagetop a:hover:before {
      animation: 1s linear 0s infinite running pagetopLine; }
  @media screen and (max-width: 812px) {
    .l-fixedBtn--pagetop {
      bottom: 160px; } }
@keyframes pagetopLine {
  0% {
    height: 0px; }
  100% {
    height: 110px; } }
.l-fixedEntryBtn {
  width: 90px;
  height: 130px;
  font-family: "Noto Sans JP", sans-serif;
  fill: #00479B;
  transition: fill 0.3s; }
.l-fixedEntryBtn:hover {
  fill: #0053b5; }
.l-fixedEntryBtn__diamond {
  fill: #EDFF00;
  stroke: #EDFF00;
  stroke-miterlimit: 10;
  transition: transform 0.3s;
  transform: scale(1) translateY(0%);
  transform-origin: center; }
.l-fixedEntryBtn:hover .l-fixedEntryBtn__diamond {
  transform: scale(1.5) translateY(8%); }
.l-fixedEntryBtn__ja {
  fill: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: -.04em; }
.l-fixedEntryBtn__en {
  fill: #EDFF00;
  font-size: 1rem;
  letter-spacing: .07em;
  font-weight: bold; }

@media screen and (min-width: 1200.25px) {
  .l-gmenu {
    position: absolute;
    top: clamp(0px, 3.75vw, 45px);
    z-index: 2; } }
@media screen and (max-width: 1200px) {
  .l-gmenu {
    display: none; } }

.l-fixedMenu {
  position: fixed;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  padding-top: 90px;
  max-height: 100%;
  border-radius: 20px;
  border-top-left-radius: 0px;
  background-color: #00479B;
  z-index: 10;
  top: 0px;
  left: 0; }
.l-fixedMenu.is-open {
  width: auto;
  overflow: visible; }
.l-fixedMenu a {
  color: #FFFFFF; }
.l-fixedMenu .o-gmenu--burgerOnly {
  display: block; }
.l-fixedMenu__ui {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 90px;
  height: 90px;
  padding: 18px;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #00479B;
  z-index: 2; }
.l-fixedMenu__insertBox {
  border-radius: inherit;
  overflow: auto;
  overflow-x: hidden; }
  .is-open .l-fixedMenu__insertBox {
    height: fit-content;
    max-height: calc( 90vh - 90px);
    max-height: calc( 100dvh - 90px ); }
  .l-fixedMenu__insertBox > *:first-child {
    padding-top: 0; }
  .l-fixedMenu__insertBox .o-gmenu-list {
    display: block; }
    @media screen and (max-width: 450px) {
      .l-fixedMenu__insertBox .o-gmenu-list__link, .l-fixedMenu__insertBox .o-gmenu-list__btn {
        padding: 1.1em 48px;
        padding-right: 2em;
        padding-left: 1em;
        min-width: 375px; } }
  .l-fixedMenu__insertBox .o-gmenu-childList {
    position: static;
    overflow: visible;
    height: 0px;
    max-height: fit-content;
    transition: height 0.5s; }
    .l-fixedMenu__insertBox .o-gmenu-childList.is-open {
      height: calc(75px * 3);
      max-height: fit-content; }

.l-pageHeader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  background-position: left;
  background-size: cover;
  background-image: url("https://placehold.jp/1200x450.png");
  padding: 20px; }
  @media screen and (min-width: 812.25px) {
    .l-pageHeader {
      height: 450px; } }
  @media screen and (max-width: 812px) {
    .l-pageHeader {
      height: 240px;
      align-items: center; } }
.l-pageHeader__midashi {
  color: #FFFFFF;
  font-weight: 900;
  font-size: clamp(24px, 4.8333333333vw, 58px); }

.l-breadline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-image: url(images/bg_gray.png);
  padding: 20px;
  cursor: default; }
.l-breadline__inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (min-width: 1200.25px) {
    .l-breadline__inner {
      width: 100%;
      max-width: calc(100% - 455px); } }
  @media screen and (max-width: 812px) {
    .l-breadline__inner {
      justify-content: flex-start; } }
.l-breadline__list {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: row; }
  .l-breadline__list:not(:nth-last-of-type(1)):after {
    content: "―";
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    padding: 0 0.5em;
    font-weight: 900; }
.l-breadline__link {
  font-weight: 500; }
a.l-breadline__link {
  font-weight: 900;
  color: #00479B; }

.js-modal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  overflow: auto; }

js-modal__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%; }

.js-modal__content {
  display: block;
  width: 100%; }

.js-modal__imgBox {
  display: block;
  height: auto;
  max-height: 90vh;
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 3px;
  overflow: auto; }

@media screen and (min-width: 1200.25px) {
  .l-escapeGmenu {
    margin-top: 200px; } }

.l-maxWidth--contents {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto; }
.l-maxWidth--tablet {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: auto; }
.l-maxWidth--sp {
  width: calc(100% - 40px);
  max-width: 812px;
  margin: auto; }
.l-maxWidth--contents .l-maxWidth--contents, .l-maxWidth--tablet .l-maxWidth--contents, .l-maxWidth--sp .l-maxWidth--contents, .l-maxWidth--contents .l-maxWidth--tablet, .l-maxWidth--tablet .l-maxWidth--tablet, .l-maxWidth--sp .l-maxWidth--tablet, .l-maxWidth--contents .l-maxWidth--sp, .l-maxWidth--tablet .l-maxWidth--sp, .l-maxWidth--sp .l-maxWidth--sp {
  width: 100%; }

.l-sectionBox {
  margin-top: 180px;
  margin-bottom: 180px; }
  @media screen and (max-width: 812px) {
    .l-sectionBox {
      margin-top: 120px;
      margin-bottom: 120px; } }
.l-sectionBox .l-sectionBox {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media screen and (max-width: 812px) {
    .l-sectionBox .l-sectionBox {
      margin-top: 120px;
      margin-bottom: 120px; } }
.c-pageMidashi + .l-sectionBox, .t-innerAccordion h6 + .l-sectionBox, .t-postEdit h3 + .l-sectionBox, .t-postEdit h4 + .l-sectionBox, .t-postEdit h5 + .l-sectionBox, .t-postEdit h6 + .l-sectionBox {
  margin-top: 60px; }

.l-scrollBox {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: auto; }
  .l-scrollBox > * {
    max-width: unset !important; }
.l-scrollBox--contents {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: auto; }
  @media screen and (max-width: 1200px) {
    .l-scrollBox--contents > * {
      max-width: 1200px !important; } }
.l-scrollBox--tablet {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: auto; }
  @media screen and (max-width: 1080px) {
    .l-scrollBox--tablet > * {
      max-width: 1080px !important; } }
.l-scrollBox--sp {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: auto; }
  @media screen and (max-width: 812px) {
    .l-scrollBox--sp > * {
      max-width: 812px !important; } }

.l-col2Tile {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  justify-items: stretch;
  justify-content: center; }
.l-col2Tile--breakTablet {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  justify-items: stretch;
  justify-content: center; }
  @media screen and (max-width: 1080px) {
    .l-col2Tile--breakTablet {
      display: grid;
      grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 16px;
      grid-column-gap: 16px;
      justify-items: stretch;
      justify-content: center; } }
.l-col2Tile--breakSP {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  justify-items: stretch;
  justify-content: center; }
  @media screen and (max-width: 812px) {
    .l-col2Tile--breakSP {
      display: grid;
      grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 16px;
      grid-column-gap: 16px;
      justify-items: stretch;
      justify-content: center; } }

.l-col3Tile {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  justify-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 100%; }
.l-col3Tile--breakTablet {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  justify-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 1080px) {
    .l-col3Tile--breakTablet {
      display: grid;
      grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
      grid-row-gap: 16px;
      grid-column-gap: 16px;
      justify-items: stretch;
      justify-content: center;
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 1080px) and (max-width: 736pxpx) {
    .l-col3Tile--breakTablet {
      grid-template-columns: 1fr; } }

.l-col3Tile--breakSP {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  justify-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 812px) {
    .l-col3Tile--breakSP {
      display: grid;
      grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
      grid-row-gap: 16px;
      grid-column-gap: 16px;
      justify-items: stretch;
      justify-content: center;
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 812px) and (max-width: 736pxpx) {
    .l-col3Tile--breakSP {
      grid-template-columns: 1fr; } }

.l-col3Tile * {
  width: auto;
  max-width: 100%; }

.l-colAutoTile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px; }
  .l-colAutoTile > * {
    width: fit-content;
    max-width: 100%; }

.l-sideBySide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  max-width: 100%; }
.l-sideBySide--breakTablet {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 1080px) {
    .l-sideBySide--breakTablet {
      flex-wrap: wrap; }
      .l-sideBySide--breakTablet > * {
        width: 100% !important; } }
.l-sideBySide--breakSP {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 812px) {
    .l-sideBySide--breakSP {
      flex-wrap: wrap; }
      .l-sideBySide--breakSP > * {
        width: 100% !important; } }
.l-sideBySide > *, .l-sideBySide--breakTablet > *, .l-sideBySide--breakSP > * {
  display: block;
  max-width: 100%; }

.l-col2LastFullWidth {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(16px, 2.962962963vw, 32px); }
  .l-col2LastFullWidth > * {
    display: block;
    width: calc((100% - 32px) / 2);
    /*要素が1つ目で且つ最後から1つ目であるばあい*/ }
    .l-col2LastFullWidth > *:nth-of-type(1):nth-last-of-type(1), .l-col2LastFullWidth > *:nth-of-type(n+2):nth-of-type(odd):nth-last-of-type(1) {
      width: 100%;
      max-width: unset; }
.l-col2LastFullWidth--breakTablet {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(16px, 2.962962963vw, 32px); }
  .l-col2LastFullWidth--breakTablet > * {
    display: block;
    width: calc((100% - 32px) / 2);
    /*要素が1つ目で且つ最後から1つ目であるばあい*/ }
    .l-col2LastFullWidth--breakTablet > *:nth-of-type(1):nth-last-of-type(1), .l-col2LastFullWidth--breakTablet > *:nth-of-type(n+2):nth-of-type(odd):nth-last-of-type(1) {
      width: 100%;
      max-width: unset; }
  @media screen and (max-width: 1080px) {
    .l-col2LastFullWidth--breakTablet {
      display: block; }
      .l-col2LastFullWidth--breakTablet > * {
        width: 100% !important; } }
.l-col2LastFullWidth--breakSP {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(16px, 2.962962963vw, 32px); }
  .l-col2LastFullWidth--breakSP > * {
    display: block;
    width: calc((100% - 32px) / 2);
    /*要素が1つ目で且つ最後から1つ目であるばあい*/ }
    .l-col2LastFullWidth--breakSP > *:nth-of-type(1):nth-last-of-type(1), .l-col2LastFullWidth--breakSP > *:nth-of-type(n+2):nth-of-type(odd):nth-last-of-type(1) {
      width: 100%;
      max-width: unset; }
  @media screen and (max-width: 812px) {
    .l-col2LastFullWidth--breakSP {
      display: block; }
      .l-col2LastFullWidth--breakSP > * {
        width: 100% !important; } }

@media screen and (min-width: 1200.25px) {
  .js-bugerMenu {
    opacity: 0; } }
@media screen and (max-width: 1200px) {
  .js-bugerMenu {
    opacity: 1 !important;
    pointer-events: auto !important; } }

.js-scrollPassedMarker {
  transition: opacity 0.5s; }
.js-scrollPassedMarker.is-nonPassed {
  opacity: 0; }
.js-scrollPassedMarker.is-scrillPassed {
  opacity: 1; }

.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7); }
.js-modal__inner {
  height: auto;
  max-height: 90vh;
  width: auto;
  max-width: 90vw;
  overflow: hidden; }

.js-modal-html[data-modal-index] {
  display: none; }

.js-modal-layout {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 80px calc(100% - (80px * 2)) 80px;
  grid-template-rows: 50px 1fr;
  gap: 0px 0px;
  grid-template-areas: "modal_ui modal_ui modal_ui" "modal_prev modal_main modal_next"; }
  @media screen and (max-width: 812px) {
    .js-modal-layout {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 50px 1fr 50px;
      grid-template-areas: "modal_ui modal_ui " "modal_main modal_main" "modal_prev modal_next"; } }
.js-modal-layout__ui {
  grid-area: modal_ui;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 80px;
  color: #FFFFFF;
  font-family: "Cal Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 0.25em; }
  @media screen and (max-width: 812px) {
    .js-modal-layout__ui {
      align-items: flex-end;
      padding: 10px; } }
.js-modal-layout__prev {
  grid-area: modal_prev;
  background-image: url(./images/icon_ui/icon_arrow_single__left__white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.js-modal-layout__next {
  grid-area: modal_next;
  background-image: url(./images/icon_ui/icon_arrow_single__right__white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.js-modal-layout__main {
  grid-area: modal_main;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }

.js-modal-content {
  position: relative;
  width: 100%;
  height: 100%; }
.js-modal-content__item {
  transform: translateX(0%); }
.js-modal-content__item.is-outerRight {
  animation-name: modalSlideNext; }
.js-modal-content__item.is-outerLeft {
  animation-name: modalSlidePrev; }

@keyframes modalSlideNext {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  49% {
    transform: translateX(100%);
    opacity: 0; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes modalSlidePrev {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  49% {
    transform: translateX(-100%);
    opacity: 0; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
.js-modal-close {
  cursor: pointer; }

.js-modal-btn {
  cursor: pointer; }

.p-top-common-enMidashi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto; }
.p-top-common-enMidashi__en {
  display: inline-block;
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(36px, 7.4074074074vw, 80px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 100%;
  text-align: center; }
.p-top-common-enMidashi__ja {
  display: inline-block;
  font-size: clamp(14px, 1.8518518519vw, 20px);
  font-weight: bold;
  line-height: 100%; }

.p-top-common-shikiri {
  display: block;
  border: 0 none;
  height: 1px;
  background-color: #A0A0A0; }

.p-top-common-kadomaru--white {
  display: block;
  width: 100%;
  height: 64px;
  background-image: url(./images/bg_gray.png); }
  .p-top-common-kadomaru--white::after {
    content: "";
    display: block;
    width: 100%;
    height: inherit;
    background-color: #FFFFFF;
    border-top-right-radius: 999px;
    border-top-left-radius: 999px; }
.p-top-common-kadomaru--gray {
  display: block;
  width: 100%;
  height: 64px;
  background-color: #FFFFFF; }
  .p-top-common-kadomaru--gray::after {
    content: "";
    display: block;
    width: 100%;
    height: inherit;
    background-image: url(./images/bg_gray.png);
    border-top-right-radius: 999px;
    border-top-left-radius: 999px; }
.p-top-common-kadomaru--blackGray {
  display: block;
  width: 100%;
  height: 64px;
  background-image: url(./images/bg_gray.png); }
  .p-top-common-kadomaru--blackGray::after {
    content: "";
    display: block;
    width: 100%;
    height: inherit;
    background-image: url(./images/bg_black.png);
    border-top-right-radius: 999px;
    border-top-left-radius: 999px; }

.p-top-pickup {
  display: block;
  width: 100%;
  background-image: url(images/bg_gray.png);
  padding: 81px 0; }
  @media screen and (max-width: 1240px) {
    .p-top-pickup {
      padding: 81px 20px; } }
.p-top-pickup__inner {
  position: relative;
  align-items: center;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 999px;
  height: 91px;
  padding: 0 36px;
  gap: clamp(0px, 2.6666666667vw, 32px);
  width: 100%;
  max-width: 1200px; }
  @media screen and (max-width: 812px) {
    .p-top-pickup__inner {
      display: grid;
      grid-auto-columns: 1fr;
      grid-auto-rows: 1fr;
      grid-template-columns: 1fr 30px;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-template-areas: "midashi midashi" "linklist arrow";
      height: unset;
      border-radius: 20px;
      padding: 16px; } }
.p-top-pickup__inner li {
  display: flex;
  align-items: center;
  width: 100%; }
.p-top-pickup__inner h2 {
  font-size: 1.375rem;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.05em; }
.p-top-pickup__midashi {
  width: 100%;
  max-width: 13em;
  grid-area: midashi; }
  @media screen and (max-width: 812px) {
    .p-top-pickup__midashi {
      text-align: center;
      max-width: unset; } }
.p-top-pickup__linklist {
  width: calc(100% - 15em - 30px);
  grid-area: linklist; }
  @media screen and (max-width: 812px) {
    .p-top-pickup__linklist {
      width: 100%; } }
.p-top-pickup__arrow {
  grid-area: arrow; }

.p-top-pickup-link {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  text-decoration: none; }
  @media screen and (max-width: 812px) {
    .p-top-pickup-link {
      display: grid; } }
.p-top-pickup-link.is-new:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3px 1px;
  padding-bottom: 2.5px;
  max-width: 3em;
  content: "NEW";
  border: solid 1px #F20F61;
  border-radius: 3px;
  line-height: 100%;
  color: #F20F61;
  font-size: 0.65625rem;
  font-family: "Cal Sans", sans-serif; }
  @media screen and (max-width: 812px) {
    .p-top-pickup-link.is-new:after {
      display: none; } }
.p-top-pickup-link__time {
  display: block;
  width: 6em;
  font-size: 1.125rem;
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.05em; }
.p-top-pickup-link__label {
  display: block;
  width: 100%;
  width: fit-content;
  max-width: calc(100% - 6em - 4em);
  padding-left: clamp(16px, 3vw, 36px);
  padding-right: 1em;
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  @media screen and (max-width: 812px) {
    .p-top-pickup-link__label {
      position: relative;
      width: 100%;
      max-width: unset;
      padding: 0;
      padding-right: 2.8em; } }
  .is-new .p-top-pickup-link__label:after {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 3px 1px;
    padding-bottom: 2.5px;
    max-width: 3em;
    content: "NEW";
    border: solid 1px #F20F61;
    border-radius: 3px;
    line-height: 100%;
    color: #F20F61;
    font-size: 0.65625rem;
    font-family: "Cal Sans", sans-serif; }
    @media screen and (min-width: 812.25px) {
      .is-new .p-top-pickup-link__label:after {
        display: none; } }

.p-top-pickup-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 90px;
  height: 100%; }
.p-top-pickup-arrow > span {
  display: inline-flex;
  width: 100%;
  max-width: 15px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer; }
  .p-top-pickup-arrow > span::before {
    content: '';
    display: block;
    clear: both;
    padding-top: calc(10 / 15 * 100%); }
.p-top-pickup-arrow__prev {
  background-image: url(./images/top/top_pickupNews__upper.svg); }
.p-top-pickup-arrow__next {
  background-image: url(./images/top/top_pickupNews__under.svg); }

.p-top-keyvidual {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 120px;
  background-image: url(images/bg_gray.png); }
.p-top-keyvidual__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px; }
  @media screen and (max-width: 812px) {
    .p-top-keyvidual__inner {
      height: 100%;
      max-height: calc(100vh - 200px - 10px); } }
.p-top-keyvidual video {
  width: unset;
  max-width: unset;
  height: auto; }
  @media screen and (max-width: 812px) {
    .p-top-keyvidual video {
      height: 100%;
      max-height: calc(100vh - 200px - 10px);
      min-height: unset;
      border-radius: 20px; } }
.p-top-keyvidual__scrollbtn {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 172px; }

.p-top-keyvidual-scrollbtn {
  width: 100%;
  max-width: 172px;
  font-family: "Cal Sans", sans-serif;
  color: #00479B;
  mix-blend-mode: hard-light;
  text-align: center; }
  .p-top-keyvidual-scrollbtn tspan {
    fill: #00479B;
    font-size: 10px; }
  .p-top-keyvidual-scrollbtn svg {
    transform-origin: 50% 50%;
    animation: 20s linear infinite circleAnim; }
  .p-top-keyvidual-scrollbtn span {
    position: absolute;
    display: block;
    width: fit-content;
    bottom: 50%;
    right: 0;
    left: 0;
    transform: translateY(50%);
    margin: 0 auto; }
    .p-top-keyvidual-scrollbtn span:after {
      display: block;
      content: "　";
      background-image: url(./images/top/top_scroll__arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      top: 0px;
      transition: top 0.3s; }

@keyframes circleAnim {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.p-top-intro {
  overflow: hidden;
  background-image: url(./images/bg_gray.png);
  padding-top: 36px;
  padding-bottom: 236px;
  overflow: hidden; }
  @media screen and (max-width: 812px) {
    .p-top-intro {
      padding-bottom: 110px; } }
.p-top-intro__inner {
  margin: 0 auto;
  position: relative; }
.p-top-intro h2 {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: clamp(22px, 4.1666666667vw, 45px);
  margin-bottom: 90px; }
  @media screen and (max-width: 1200px) {
    .p-top-intro h2 {
      margin-bottom: 24px; } }
.p-top-intro__deco {
  position: absolute;
  right: -100px;
  top: -120px;
  z-index: 2;
  width: 957px;
  width: clamp(400px, 88.6111111111vw, 957px);
  height: 665px;
  height: clamp(400px, 61.5740740741vw, 665px);
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .p-top-intro__deco {
      right: -200px;
      top: unset;
      bottom: 80px; } }
  @media screen and (max-width: 812px) {
    .p-top-intro__deco {
      right: -120px;
      bottom: 0px; } }
  .p-top-intro__deco {
    transition-property: width;
    transition-duration: 1s;
    transition-delay: 0.5s; }
  .is-scrollPassed .p-top-intro__deco {
    width: 975px;
    width: clamp(400px, 88.6111111111vw, 957px); }
  .is-nonPassed .p-top-intro__deco {
    width: 0px; }
  .p-top-intro__deco span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 957px;
    width: clamp(400px, 88.6111111111vw, 957px);
    height: 665px;
    height: clamp(400px, 61.5740740741vw, 665px);
    background-image: url(./images/top/top_intro__deco.png);
    background-size: contain;
    background-repeat: no-repeat; }
.p-top-intro__main {
  gap: 36px clamp(16px, 4.5161290323vw, 56px); }
@media screen and (max-width: 1200px) {
  .p-top-intro__main {
    display: flex;
    flex-direction: column-reverse;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto; } }

.p-top-intro-slide {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 580px;
  border-radius: 6px;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .p-top-intro-slide {
      margin: 0 auto; } }

.p-top-intro-msg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 1.15625rem;
  font-size: clamp(18px, 1.5322580645vw, 19px);
  line-height: 250%; }
.p-top-intro-msg > p {
  line-height: inherit;
  margin: 0; }
@media screen and (max-width: 1200px) {
  .p-top-intro-msg {
    padding-left: unset;
    font-size: clamp(16px, 2.2167487685vw, 18px);
    line-height: 200%;
    max-width: 580px; } }

.p-top-contentsLink {
  background-image: url(./images/bg_gray.png);
  padding-bottom: 36px; }
.p-top-contentsLink__inner {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 36px; }
  @media screen and (max-width: 812px) {
    .p-top-contentsLink__inner {
      width: 100%;
      max-width: 500px; } }
  @media screen and (max-width: 1640px) {
    .p-top-contentsLink__inner {
      padding-left: 20px;
      padding-right: 20px; } }

.p-top-contentsLink-bnr {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: clamp(0px, 0.8333333333vw, 10px); }
  @media screen and (min-width: 812.25px) {
    .p-top-contentsLink-bnr {
      display: inline-flex;
      width: 100%;
      max-width: 1600px;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      background-size: cover;
      color: #FFFFFF;
      text-indent: 0px;
      white-space: wrap; }
      .p-top-contentsLink-bnr::before {
        content: '';
        display: block;
        clear: both;
        padding-top: calc(500 / 1600 * 100%); }
      .p-top-contentsLink-bnr--about {
        background-image: url(./images/top/top_contentsLink__about.jpg); }
      .p-top-contentsLink-bnr--grow {
        background-image: url(./images/top/top_contentsLink__grow.jpg); }
      .p-top-contentsLink-bnr--individuality {
        background-image: url(./images/top/top_contentsLink__individuality.jpg); }
      .p-top-contentsLink-bnr--saga {
        background-image: url(./images/top/top_contentsLink__saga.jpg); }
      .p-top-contentsLink-bnr--faq {
        background-image: url(./images/top/top_contentsLink__faq.jpg); } }
  @media screen and (max-width: 812px) {
    .p-top-contentsLink-bnr {
      display: inline-flex;
      width: 100%;
      max-width: 500px;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden;
      color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle;
      width: 100%;
      max-width: 500px;
      color: #FFFFFF;
      text-indent: 0px;
      white-space: wrap; }
      .p-top-contentsLink-bnr::before {
        content: '';
        display: block;
        clear: both;
        padding-top: calc(500 / 500 * 100%); }
      .p-top-contentsLink-bnr--about {
        background-image: url(./images/top/top_contentsLink__about__sp.jpg); }
      .p-top-contentsLink-bnr--grow {
        background-image: url(./images/top/top_contentsLink__grow__sp.jpg); }
      .p-top-contentsLink-bnr--individuality {
        background-image: url(./images/top/top_contentsLink__individuality__sp.jpg); }
      .p-top-contentsLink-bnr--saga {
        background-image: url(./images/top/top_contentsLink__saga__sp.jpg); }
      .p-top-contentsLink-bnr--faq {
        background-image: url(./images/top/top_contentsLink__faq__sp.jpg); } }
  .p-top-contentsLink-bnr::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: opacity 0.3s;
    opacity: 1; }
  .p-top-contentsLink-bnr:hover::after {
    opacity: 0.3; }
.p-top-contentsLink-bnr__num {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: clamp(0px, 5vw, 60px);
  top: clamp(0px, 5vw, 60px);
  font-size: clamp(0px, 2.75vw, 33px);
  font-family: "Cal Sans", sans-serif;
  letter-spacing: 0.025em; }
  @media screen and (max-width: 812px) {
    .p-top-contentsLink-bnr__num {
      font-size: 1.625rem; } }
.p-top-contentsLink-bnr__desc {
  position: relative;
  display: block;
  z-index: 3;
  width: 60%;
  padding: clamp(0px, 5vw, 60px); }
  @media screen and (max-width: 812px) {
    .p-top-contentsLink-bnr__desc {
      width: 100%;
      padding: clamp(0px, 3.9408866995vw, 32px);
      padding-top: 72px; } }
.p-top-contentsLink-bnr__title {
  position: relative;
  display: block;
  width: fit-content;
  font-size: clamp(28px, 4.1666666667vw, 50px);
  font-weight: bold;
  padding: clamp(18px, 2.5vw, 30px);
  margin-bottom: 24px; }
  .p-top-contentsLink-bnr__title::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF; }
  .p-top-contentsLink-bnr__title::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    border-bottom: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF; }
.p-top-contentsLink-bnr__text {
  color: #FFFFFF;
  font-weight: bold;
  font-size: clamp(12px, 1.3333333333vw, 16px); }
.p-top-contentsLink-bnr__deco {
  position: absolute;
  right: clamp(0px, 5vw, 60px);
  bottom: clamp(0px, 5vw, 60px);
  z-index: 9;
  display: block;
  width: clamp(36px, 6.25vw, 75px);
  height: clamp(36px, 6.25vw, 75px);
  background-image: url(images/icon_ui/icon_link__white.svg);
  transition: transform 0.3s; }
.p-top-contentsLink-bnr:hover .p-top-contentsLink-bnr__deco {
  transform: rotate(90deg); }

.p-top-deco {
  display: flex;
  flex-direction: column;
  gap: 36px;
  user-select: none;
  background-image: url(./images/bg_gray.png);
  padding: 72px 0; }

.p-top-deco-01 {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(54px, 8.75vw, 105px);
  letter-spacing: 0.05em;
  color: #545454; }
.p-top-deco-01__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 24px; }
  .p-top-deco-01__item img {
    width: clamp(0px, 15.4166666667vw, 185px); }

.p-top-deco-02 {
  font-family: "Cal Sans", sans-serif;
  font-size: clamp(36px, 5.8333333333vw, 70px);
  letter-spacing: 0.1em; }
.p-top-deco-02__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .p-top-deco-02__item::before {
    content: "●";
    font-size: 40%;
    display: inline-block;
    padding: 0 24px; }

.p-top-job {
  margin-bottom: 150px;
  margin-top: 120px; }
  @media screen and (max-width: 812px) {
    .p-top-job {
      margin-top: 78px; } }
.p-top-job__linkbox {
  gap: clamp(24px, 6.25vw, 100px);
  margin-top: 81px; }
  @media screen and (max-width: 1240px) {
    .p-top-job__linkbox {
      gap: clamp(24px, 3.75vw, 60px); } }

.p-top-job-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  background-image: url(./images/bg_gray.png);
  font-weight: bold;
  text-decoration: none;
  padding: clamp(24px, 3.125vw, 50px);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0s; }
  .p-top-job-link:hover, .p-top-job-link:active, .p-top-job-link:focus {
    opacity: 0.7; }
  @media screen and (max-width: 1080px) {
    .p-top-job-link {
      flex-direction: column;
      gap: 0;
      max-width: 680px;
      margin: 0 auto; } }
.p-top-job-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #00479B; }
.p-top-job-link:after {
  content: "";
  position: absolute;
  bottom: clamp(8px, 2vw, 24px);
  right: clamp(8px, 2vw, 24px);
  width: 36px;
  height: 36px;
  background-image: url(images/icon_ui/icon_link__white.svg);
  transform: rotate(0deg);
  transition: transform 0.3s; }
.p-top-job-link:hover::after {
  transform: rotate(90deg); }
.p-top-job-link__label {
  display: block;
  width: 40%;
  text-align: center;
  font-size: 1.5rem; }
  @media screen and (max-width: 1080px) {
    .p-top-job-link__label {
      width: 100%; } }
.p-top-job-link__pt {
  display: block;
  width: 2px;
  height: 100%;
  background-color: #D4D4D4; }
  @media screen and (max-width: 1080px) {
    .p-top-job-link__pt {
      width: 100%;
      height: 2px; } }
.p-top-job-link__desc {
  display: block;
  width: 60%;
  padding: 1.0em 1em;
  padding-right: 0; }
  @media screen and (max-width: 1080px) {
    .p-top-job-link__desc {
      width: 100%; } }

.p-top-ourJob {
  margin-bottom: 150px;
  margin-top: 120px; }
  @media screen and (max-width: 812px) {
    .p-top-ourJob {
      margin-top: 78px; }
      .p-top-ourJob .o-tab__btnBox {
        gap: 10px; } }
  @media screen and (max-width: 1200px) {
    .p-top-ourJob {
      padding: 0px 0; } }

@media screen and (min-width: 812.25px) {
  .p-top-ourJob-contents > div {
    gap: 50px; } }
.p-top-ourJob-contents__visual {
  text-align: left; }
  .p-top-ourJob-contents__visual img {
    width: 100%;
    border-radius: 6px; }
.p-top-ourJob-contents__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px; }

.p-top-news {
  background-image: url(./images/bg_black.png);
  padding-top: 158px;
  padding-bottom: 158px; }
  @media screen and (max-width: 1080px) {
    .p-top-news {
      padding-top: 72px; } }
.p-top-news__inner {
  margin: 0 auto; }
.p-top-news__menu {
  width: 40%; }
  @media screen and (max-width: 1080px) {
    .p-top-news__menu {
      margin-bottom: 54px; } }
.p-top-news__list {
  width: 60%;
  margin-top: -48px; }
.p-top-news__title {
  margin: 0;
  align-items: flex-start; }
  @media screen and (max-width: 1080px) {
    .p-top-news__title {
      width: 100%;
      align-items: center; } }
.p-top-news__category {
  margin-top: 36px; }
  .p-top-news__category .o-newsCategory {
    padding: 0;
    gap: 8px;
    width: fit-content;
    max-width: 360px;
    margin: 0; }
    @media screen and (max-width: 1080px) {
      .p-top-news__category .o-newsCategory {
        max-width: 100%;
        margin: 0 auto; } }
  .p-top-news__category .o-newsCategory__link {
    padding: 0.5em;
    border: solid 1px #FFFFFF;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: 600; }
    .p-top-news__category .o-newsCategory__link:hover, .p-top-news__category .o-newsCategory__link.is-current {
      color: #FFFFFF;
      background-color: #000000; }
.p-top-news .p-top-news__link {
  margin-top: 135px;
  width: 100%;
  max-width: 185px; }
.p-top-news .p-top-news__link--col1 {
  display: none;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1080px) {
    .p-top-news .p-top-news__link--col1 {
      display: block; } }
.p-top-news .p-top-news__link--col2 {
  display: block; }
  @media screen and (max-width: 1080px) {
    .p-top-news .p-top-news__link--col2 {
      display: none; } }
.p-top-news * {
  color: #FFFFFF; }

.p-news .l-pageHeader {
  background-image: url(./images/news/h2_main__news.jpg); }
.p-news__article {
  margin-bottom: 120px; }

.p-news-category {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 64px;
  padding-left: 8px;
  padding-right: 8px; }
.p-news-category__label {
  display: flex;
  align-items: flex-start;
  width: 4em;
  font-size: 1.125rem;
  font-weight: bold; }
.p-news-category__list {
  display: block;
  width: calc(100% - 4em); }
  .p-news-category__list .o-newsCategory {
    padding: 0;
    gap: 8px;
    margin: 0; }

.p-news-list .o-newsList-link {
  padding-top: 24px;
  padding-bottom: 24px; }

.p-faq .l-pageHeader {
  background-image: url(./images/faq/h2_main__faq.jpg); }

.p-faq-intro p {
  width: fit-content;
  margin: 0 auto;
  font-weight: bold; }

.p-faq-entry .c-pageMidashi, .p-faq-event .c-pageMidashi,
.p-faq-internship .c-pageMidashi,
.p-faq-other .c-pageMidashi, .p-faq-entry .t-innerAccordion h6, .t-innerAccordion .p-faq-entry h6, .p-faq-event .t-innerAccordion h6, .t-innerAccordion .p-faq-event h6,
.p-faq-internship .t-innerAccordion h6,
.t-innerAccordion .p-faq-internship h6,
.p-faq-other .t-innerAccordion h6,
.t-innerAccordion .p-faq-other h6, .p-faq-entry .t-postEdit h3, .t-postEdit .p-faq-entry h3, .p-faq-event .t-postEdit h3, .t-postEdit .p-faq-event h3,
.p-faq-internship .t-postEdit h3,
.t-postEdit .p-faq-internship h3,
.p-faq-other .t-postEdit h3,
.t-postEdit .p-faq-other h3, .p-faq-entry .t-postEdit h4, .t-postEdit .p-faq-entry h4, .p-faq-event .t-postEdit h4, .t-postEdit .p-faq-event h4,
.p-faq-internship .t-postEdit h4,
.t-postEdit .p-faq-internship h4,
.p-faq-other .t-postEdit h4,
.t-postEdit .p-faq-other h4, .p-faq-entry .t-postEdit h5, .t-postEdit .p-faq-entry h5, .p-faq-event .t-postEdit h5, .t-postEdit .p-faq-event h5,
.p-faq-internship .t-postEdit h5,
.t-postEdit .p-faq-internship h5,
.p-faq-other .t-postEdit h5,
.t-postEdit .p-faq-other h5, .p-faq-entry .t-postEdit h6, .t-postEdit .p-faq-entry h6, .p-faq-event .t-postEdit h6, .t-postEdit .p-faq-event h6,
.p-faq-internship .t-postEdit h6,
.t-postEdit .p-faq-internship h6,
.p-faq-other .t-postEdit h6,
.t-postEdit .p-faq-other h6 {
  margin-bottom: 64px; }
.p-faq-entry .o-accordion, .p-faq-event .o-accordion,
.p-faq-internship .o-accordion,
.p-faq-other .o-accordion {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
.p-faq-entry .o-accordion__main > *:nth-last-of-type(1), .p-faq-event .o-accordion__main > *:nth-last-of-type(1),
.p-faq-internship .o-accordion__main > *:nth-last-of-type(1),
.p-faq-other .o-accordion__main > *:nth-last-of-type(1) {
  margin-bottom: 0; }

.p-about .l-pageHeader {
  background-image: url("./images/about/h2_main__about.jpg"); }

.p-about-presMsg {
  background-color: #F6F6F6;
  padding-top: 1px; }
.p-about-presMsg__inner {
  display: flex;
  align-items: stretch; }
.p-about-presMsg__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px; }
.p-about-presMsg__img {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
@media screen and (min-width: 1200.25px) {
  .p-about-presMsg {
    padding-top: 150px;
    margin-top: -200px; } }
@media screen and (min-width: 680.25px) {
  .p-about-presMsg__text {
    width: 70%; }
  .p-about-presMsg__img {
    width: 45%; } }
@media screen and (max-width: 680px) {
  .p-about-presMsg__inner {
    flex-direction: column; }
  .p-about-presMsg__img img {
    width: 45%;
    margin-top: -120px; } }

.p-about-numList {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
  grid-template-areas: "empNum genderRetio" "holiday zangyo" "kinzoku yukyu" "ikukyuMan ikukyuWomen" "daisotsu kousotsu"; }
.p-about-numList__item {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: solid 1px #DFDFDF;
  border-radius: 8px; }
  @media screen and (max-width: 414px) {
    .p-about-numList__item {
      margin-bottom: 16px; } }
.p-about-numList__item h4 {
  font-size: 1.75rem; }
  @media screen and (max-width: 812px) {
    .p-about-numList__item h4 {
      font-size: 1.25rem; } }
.p-about-numList__item img {
  max-width: 315px;
  height: auto; }
.p-about-numList__item .this-empNum {
  grid-area: empNum; }
.p-about-numList__item .this-genderRetio {
  grid-area: genderRetio; }
.p-about-numList__item .this-holiday {
  grid-area: holiday; }
.p-about-numList__item .this-zangyo {
  grid-area: zangyo; }
.p-about-numList__item .this-kinzoku {
  grid-area: kinzoku; }
.p-about-numList__item .this-year {
  grid-area: year; }
.p-about-numList__item .this-ikukyuMan {
  grid-area: ikukyuMan; }
.p-about-numList__item .this-ikukyuWomen {
  grid-area: ikukyuWomen; }
.p-about-numList__item .this-daisotsu {
  grid-area: daisotsu; }
.p-about-numList__item .this-kousotsu {
  grid-area: kousotsu; }
.p-about-numList__num {
  font-size: clamp(24px, 4.4334975369vw, 36px);
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Cal Sans", sans-serif; }
@media screen and (max-width: 600px) {
  .p-about-numList {
    display: block; }
  .p-about-numList img {
    width: 80%;
    max-width: 80%; }
  .p-about-numList__item {
    margin-bottom: 36px; } }

.p-business .l-pageHeader {
  background-image: url("./images/business/h2_main__business.jpg"); }

.p-business-list {
  gap: 64px 36px; }

.p-business-point {
  display: flex;
  flex-direction: column;
  gap: 18px 0; }
.p-business-point p {
  margin: 0; }
.p-business-point img {
  width: 100%; }
.p-business-point h4 {
  font-size: 1.25rem; }
.p-business-point__link {
  position: relative; }
  .p-business-point__link:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #1433486E;
    content: "";
    width: 100%;
    height: 100%;
    transition: background 0.3s; }
  .p-business-point__link:hover:before {
    background-color: #14334800; }
.p-business-point__link p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: clamp(18px, 1.8333333333vw, 22px); }
.p-business-point__link p:after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(./images/icon_ui/icon_link_target__blank.svg);
  background-size: contain; }

.p-business_department .l-pageHeader {
  background-image: url("./images/business/h2_main__business.jpg"); }

.p-business_department-category--rikei {
  color: #00479B; }
  .p-business_department-category--rikei {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    font-weight: bold;
    font-size: 1.125rem; }
  .p-business_department-category--rikei:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  .p-business_department-category--rikei:before {
    background-image: url(./images/business/department_icon__rikei.png);
    background-size: contain; }
.p-business_department-category--bunkei {
  color: #099309; }
  .p-business_department-category--bunkei {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    font-weight: bold;
    font-size: 1.125rem; }
  .p-business_department-category--bunkei:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  .p-business_department-category--bunkei:before {
    background-image: url(./images/business/department_icon__bunkei.png);
    background-size: contain; }

.p-business_department-group {
  display: flex;
  flex-direction: row;
  gap: 18px 36px; }
  @media screen and (max-width: 580px) {
    .p-business_department-group {
      flex-direction: column; } }
.p-business_department-group__midashi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00479B;
  color: #FFFFFF;
  font-size: 1.25rem;
  border-radius: 5px;
  width: 100%;
  max-width: 180px; }
  @media screen and (max-width: 812px) {
    .p-business_department-group__midashi {
      font-size: clamp(16px, 2.4630541872vw, 20px); } }
  @media screen and (max-width: 580px) {
    .p-business_department-group__midashi {
      max-width: unset;
      padding: 12px 24px; } }
.p-business_department-group__list {
  width: calc(100% - 36px - 180px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px; }
  @media screen and (max-width: 580px) {
    .p-business_department-group__list {
      width: 100%; } }
  .p-business_department-group__list li {
    width: calc((100% - (16px * 2))/3);
    list-style: none;
    margin-left: 0; }
    @media screen and (max-width: 1200px) {
      .p-business_department-group__list li {
        width: calc((100% - 16px)/2); } }
    @media screen and (max-width: 812px) {
      .p-business_department-group__list li {
        width: 100%; } }

.p-business_department-list__category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 36px;
  margin-bottom: 36px; }
  @media screen and (max-width: 812px) {
    .p-business_department-list__category {
      gap: 16px; } }
.p-business_department-list__category li {
  list-style: none;
  margin-left: 0; }
.p-business_department-list .c-basicBtn {
  font-size: 1.25rem;
  gap: 8px; }
  @media screen and (max-width: 812px) {
    .p-business_department-list .c-basicBtn {
      font-size: clamp(16px, 2.4630541872vw, 20px);
      padding: 12px 24px; } }
.p-business_department-list hr {
  border: none;
  height: 1px;
  background-color: #222222;
  margin-top: 36px;
  margin-bottom: 36px; }
.p-business_department-list__rikei {
  color: #00479B;
  font-size: 50%; }
.p-business_department-list__bunkei {
  color: #099309;
  font-size: 50%; }

.p-business_department-modal {
  padding: clamp(36px, 6vw, 72px);
  border-radius: 10px;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 900px; }
  .p-business_department-modal__midashi {
    font-size: 1.5rem;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 16px; }
  .p-business_department-modal__catch {
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 24px; }
  .p-business_department-modal table {
    width: 100%; }
  .p-business_department-modal table th {
    text-align: left; }

@media screen and (max-width: 812px) {
  .p-business_department-relationmap figure {
    width: 100%;
    overflow: auto; }
    .p-business_department-relationmap figure img {
      width: auto;
      max-width: unset;
      max-height: 300px; } }

@media screen and (max-width: 812px) {
  .p-business_department-relationmap-slide .splide__slide {
    max-width: 60%; } }

.p-business_department-schedule__midashi {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.25rem;
  margin-bottom: 36px; }
  .p-business_department-schedule__midashi img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px; }

.p-freshers .l-pageHeader {
  background-image: url("./images/freshers/h2_main__freshers.jpg"); }

.p-freshers-senko__flow {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
.p-freshers-senko__flow.is-nonPassed .o-accordion {
  opacity: 0; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion {
  opacity: 1;
  transition: opacity 0.2s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(20) {
  transition-delay: 2s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(19) {
  transition-delay: 1.9s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(18) {
  transition-delay: 1.8s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(17) {
  transition-delay: 1.7s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(16) {
  transition-delay: 1.6s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(15) {
  transition-delay: 1.5s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(14) {
  transition-delay: 1.4s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(13) {
  transition-delay: 1.3s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(12) {
  transition-delay: 1.2s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(11) {
  transition-delay: 1.1s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(10) {
  transition-delay: 1s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(9) {
  transition-delay: 0.9s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(8) {
  transition-delay: 0.8s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(7) {
  transition-delay: 0.7s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(6) {
  transition-delay: 0.6s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(5) {
  transition-delay: 0.5s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(4) {
  transition-delay: 0.4s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(3) {
  transition-delay: 0.3s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(2) {
  transition-delay: 0.2s; }
.p-freshers-senko__flow.is-scrollPassed .o-accordion:nth-of-type(1) {
  transition-delay: 0.1s; }
.p-freshers-senko__arrow {
  margin: 18px auto;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(./images/icon_ui/icon_arrow_single__down.svg);
  background-size: cover; }

.p-freshers_internship .l-pageHeader {
  background-image: url("./images/freshers/h2_main__freshersInternship.jpg"); }

.p-freshers_internship-list__inner {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto; }
.p-freshers_internship-list__hr {
  display: block;
  border: 0;
  height: 1.5px;
  background-color: #999999; }

.p-freshers_event .l-pageHeader {
  background-image: url("./images/freshers/h2_main__freshersEvent.jpg"); }

.p-freshers_event-list__inner {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto; }
.p-freshers_event-list__hr {
  display: block;
  border: 0;
  height: 1.5px;
  background-color: #999999; }

.p-career .l-pageHeader {
  background-image: url("./images/career/h2_main__career.jpg"); }

.p-career-job__inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto; }
.p-career-job__hr {
  display: block;
  border: 0;
  height: 1.5px;
  background-color: #999999; }

.p-career-ratio table {
  table-layout: fixed;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.p-saga .l-pageHeader {
  background-image: url("./images/saga/h2_main__saga.jpg"); }

.p-saga-useful h4 {
  margin-bottom: 72px; }

.p-saga-useful-linkbox {
  display: flex;
  flex-direction: row-reverse;
  gap: clamp(32px, 5.3333333333vw, 64px); }
  .p-saga-useful-linkbox + .p-saga-useful-linkbox {
    margin-top: 90px; }
  @media screen and (max-width: 812px) {
    .p-saga-useful-linkbox {
      flex-direction: column-reverse; } }
.p-saga-useful-linkbox__thum {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }
.p-saga-useful-linkbox__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px; }
.p-saga-useful-linkbox__desc h5 {
  font-weight: bold;
  font-size: 1.5rem; }

.p-grow .l-pageHeader {
  background-image: url("images/grow/h2_main__grow.jpg"); }

.p-grow-intro__catchcopy {
  font-size: clamp(18px, 3.4666666667vw, 26px);
  color: #00479B;
  font-weight: bold;
  margin-top: 72px; }
.p-grow-intro__imgbox {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 72px; }
  .p-grow-intro__imgbox img {
    width: calc((100% - (16px * 3)) / 4);
    max-width: 240px; }
    @media screen and (max-width: 812px) {
      .p-grow-intro__imgbox img {
        width: calc((100% - (16px * 1)) / 2); } }

.p-grow-point {
  gap: 18px;
  margin-top: 48px; }
.p-grow-point__item {
  background-color: #ededed;
  padding: 16px;
  border-radius: 5px; }
  .p-grow-point__item h5 {
    color: #00479B;
    font-size: 1.375rem;
    font-weight: 600;
    border-bottom: solid 1px #9f9f9f;
    padding-bottom: 10px; }

.p-grow_support .l-pageHeader {
  background-image: url(./images/grow/h2_main__grow.jpg); }

.p-grow_support-intro p {
  width: fit-content;
  margin: 0 auto;
  font-weight: bold; }

.p-grow_support-system .c-pageMidashi, .p-grow_support-edu .c-pageMidashi, .p-grow_support-system .t-innerAccordion h6, .t-innerAccordion .p-grow_support-system h6, .p-grow_support-edu .t-innerAccordion h6, .t-innerAccordion .p-grow_support-edu h6, .p-grow_support-system .t-postEdit h3, .t-postEdit .p-grow_support-system h3, .p-grow_support-edu .t-postEdit h3, .t-postEdit .p-grow_support-edu h3, .p-grow_support-system .t-postEdit h4, .t-postEdit .p-grow_support-system h4, .p-grow_support-edu .t-postEdit h4, .t-postEdit .p-grow_support-edu h4, .p-grow_support-system .t-postEdit h5, .t-postEdit .p-grow_support-system h5, .p-grow_support-edu .t-postEdit h5, .t-postEdit .p-grow_support-edu h5, .p-grow_support-system .t-postEdit h6, .t-postEdit .p-grow_support-system h6, .p-grow_support-edu .t-postEdit h6, .t-postEdit .p-grow_support-edu h6 {
  margin-bottom: 64px; }
.p-grow_support-system .o-accordion, .p-grow_support-edu .o-accordion {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
.p-grow_support-system .o-accordion__main > *:nth-last-of-type(1), .p-grow_support-edu .o-accordion__main > *:nth-last-of-type(1) {
  margin-bottom: 0; }

.p-grow_careerPath .l-pageHeader {
  background-image: url(./images/grow/h2_main__grow.jpg); }

.p-grow_careerPath .o-schedule-item__main {
  width: 100%; }

.p-individuality .l-pageHeader {
  background-image: url("images/individuality/h2_main__individuality.jpg"); }

.p-individuality-intro__catchcopy {
  font-size: clamp(18px, 3.4666666667vw, 26px);
  color: #00479B;
  font-weight: bold;
  margin-top: 72px; }
.p-individuality-intro__imgbox {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 72px; }
  .p-individuality-intro__imgbox img {
    width: calc((100% - ( 16px * 3 ) ) / 4);
    max-width: 240px; }
    @media screen and (max-width: 812px) {
      .p-individuality-intro__imgbox img {
        width: calc((100% - (16px * 1)) / 2); } }

.p-individuality-relation {
  position: relative;
  background-color: #efefef;
  width: 100%;
  max-width: 1080px;
  margin: 72px auto;
  margin-bottom: 120px;
  padding: clamp(0px, 3.3333333333vw, 36px) 0;
  border: solid #efefef 1px;
  border-radius: 3px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "emp corp"; }
.p-individuality-relation h5 {
  position: absolute;
  right: 0;
  left: 0;
  top: clamp(-60px, -5.5555555556vw, 0px);
  margin: 0 auto;
  overflow: hidden;
  width: fit-content;
  padding: 0.1em 1.5em;
  border-radius: 999px;
  font-size: 1.375rem;
  font-size: clamp(0px, 2.037037037vw, 22px);
  font-weight: bold;
  margin: 0 auto; }
.p-individuality-relation ul {
  margin: 0 auto; }
.p-individuality-relation ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  font-weight: bold;
  font-size: 1.125rem;
  font-size: clamp(14px, 1.6666666667vw, 18px);
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  list-style: none;
  margin-left: 0; }
  .p-individuality-relation ul li::before {
    content: "●";
    font-size: 60%;
    font-weight: 600; }
.p-individuality-relation ul > li:nth-of-type(even) {
  background-color: #FFFFFF; }
.p-individuality-relation__emp {
  position: relative;
  color: #00479B;
  grid-area: emp; }
  .p-individuality-relation__emp h5 {
    color: #FFFFFF;
    background-color: #00479B; }
  .p-individuality-relation__emp li {
    padding-right: clamp(0px, 13.8888888889vw, 150px);
    padding-left: clamp(0px, 2.7777777778vw, 30px);
    font-size: clamp(pxpx, 1.724137931vw, 14px); }
.p-individuality-relation__corp {
  position: relative;
  color: #099309;
  grid-area: corp; }
  .p-individuality-relation__corp h5 {
    color: #FFFFFF;
    background-color: #099309; }
  .p-individuality-relation__corp li {
    padding-left: clamp(0px, 16.6666666667vw, 180px); }
.p-individuality-relation__chatch {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  overflow: hidden;
  width: 300px;
  width: clamp(0px, 27.7777777778vw, 300px);
  height: 300px;
  height: clamp(0px, 27.7777777778vw, 300px);
  background-image: url(./individuality/asset/individuality_benefi__midashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  grid-area: chatch; }
@media screen and (max-width: 812px) {
  .p-individuality-relation {
    margin-top: clamp(0px, 27.7777777778vw, 300px); }
  .p-individuality-relation__emp ul li, .p-individuality-relation__corp ul li {
    padding: 10px 20px;
    font-size: clamp(0px, 2.2167487685vw, 18px); }
  .p-individuality-relation__chatch {
    top: 0px;
    transform: translateY(-90%); } }

.p-individuality-point {
  gap: 18px;
  margin-top: 48px; }
.p-individuality-point__item {
  background-color: #ededed;
  padding: 16px;
  border-radius: 5px; }
  .p-individuality-point__item h5 {
    color: #00479B;
    font-size: 1.375rem;
    font-weight: 600;
    border-bottom: solid 1px #9f9f9f;
    padding-bottom: 10px; }

.p-individuality_benefit .l-pageHeader {
  background-image: url("images/individuality/h2_main__individuality.jpg"); }

.p-individuality_benefit-intro p {
  width: fit-content;
  margin: 0 auto;
  font-weight: bold; }

.p-individuality_benefit-system .c-pageMidashi, .p-individuality_benefit-other .c-pageMidashi, .p-individuality_benefit-system .t-innerAccordion h6, .t-innerAccordion .p-individuality_benefit-system h6, .p-individuality_benefit-other .t-innerAccordion h6, .t-innerAccordion .p-individuality_benefit-other h6, .p-individuality_benefit-system .t-postEdit h3, .t-postEdit .p-individuality_benefit-system h3, .p-individuality_benefit-other .t-postEdit h3, .t-postEdit .p-individuality_benefit-other h3, .p-individuality_benefit-system .t-postEdit h4, .t-postEdit .p-individuality_benefit-system h4, .p-individuality_benefit-other .t-postEdit h4, .t-postEdit .p-individuality_benefit-other h4, .p-individuality_benefit-system .t-postEdit h5, .t-postEdit .p-individuality_benefit-system h5, .p-individuality_benefit-other .t-postEdit h5, .t-postEdit .p-individuality_benefit-other h5, .p-individuality_benefit-system .t-postEdit h6, .t-postEdit .p-individuality_benefit-system h6, .p-individuality_benefit-other .t-postEdit h6, .t-postEdit .p-individuality_benefit-other h6 {
  margin-bottom: 64px; }
.p-individuality_benefit-system .o-accordion, .p-individuality_benefit-other .o-accordion {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
.p-individuality_benefit-system .o-accordion__main > *:nth-last-of-type(1), .p-individuality_benefit-other .o-accordion__main > *:nth-last-of-type(1) {
  margin-bottom: 0; }

.p-individuality_club .l-pageHeader {
  background-image: url("images/individuality/h2_main__individuality.jpg"); }

.p-individuality_club-bukatsu__item h5 {
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 32px; }
  @media screen and (min-width: 812.25px) {
    .p-individuality_club-bukatsu__item h5 {
      text-align: left; }
      .p-individuality_club-bukatsu__item h5:before {
        content: "■ ";
        color: #00479B; } }
  @media screen and (max-width: 812px) {
    .p-individuality_club-bukatsu__item h5 {
      font-size: 1.375rem; } }

.p-form_contact .l-pageHeader {
  background-image: url("./images/form/h2_main__formContact.jpg"); }

.p-form_contact-intro__msg {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto; }
  .p-form_contact-intro__msg p {
    display: block;
    width: fit-content;
    max-width: 100%; }
.p-form_contact-intro__link {
  margin: 64px auto;
  width: 100%;
  max-width: 960px; }

.p-form_contact-tel__msg {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto; }
  .p-form_contact-tel__msg p {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
.p-form_contact-tel__link {
  display: flex;
  border: solid #DFDFDF 1px;
  width: 100%;
  max-width: 600px;
  margin: 36px auto;
  gap: 8px;
  padding: 16px; }

.p-form_contact-form__msg {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto; }
  .p-form_contact-form__msg p {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
.p-form_contact-form table {
  table-layout: fixed; }
.p-form_contact-form caption {
  padding: 24px 0.6em;
  padding-bottom: 8px; }
  .p-form_contact-form caption::before {
    content: "■ ";
    color: #00479B; }
.p-form_contact-form th {
  width: 200px; }
.p-form_contact-form th,
.p-form_contact-form td {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
@media screen and (max-width: 812px) {
  .p-form_contact-form th,
  .p-form_contact-form td {
    width: 100%;
    display: block; }
  .p-form_contact-form th {
    border-bottom: 0; }
  .p-form_contact-form td {
    padding-top: 0; } }

.p-form_careerEntry .l-pageHeader {
  background-image: url("./images/form/h2_main__formCareerEntry.jpg"); }

.p-form_careerEntry-intro__msg {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto; }
  .p-form_careerEntry-intro__msg p {
    display: block;
    width: fit-content;
    max-width: 100%; }
.p-form_careerEntry-intro__link {
  margin: 64px auto;
  width: 100%;
  max-width: 960px; }

.p-form_careerEntry-form__msg {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto; }
  .p-form_careerEntry-form__msg p {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0; }
.p-form_careerEntry-form table {
  table-layout: fixed; }
.p-form_careerEntry-form caption {
  padding: 24px 0.6em;
  padding-bottom: 8px; }
  .p-form_careerEntry-form caption::before {
    content: "■ ";
    color: #00479B; }
.p-form_careerEntry-form th {
  width: 200px; }
.p-form_careerEntry-form th,
.p-form_careerEntry-form td {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
@media screen and (max-width: 812px) {
  .p-form_careerEntry-form th,
  .p-form_careerEntry-form td {
    width: 100%;
    display: block; }
  .p-form_careerEntry-form th {
    border-bottom: 0; }
  .p-form_careerEntry-form td {
    padding-top: 0; } }

.p-entry .l-pageHeader {
  background-image: url(./images/entry/h2_main__entry.jpg); }

.p-entry-intro p {
  width: fit-content;
  margin: 0 auto;
  font-weight: bold; }

.u-text--center {
  text-align: center !important; }

.u-text--left {
  text-align: left !important; }

.u-text--right {
  text-align: right !important; }

.u-text--gray {
  color: #F9F9F9 !important; }

.u-text--black {
  color: #222222 !important; }

.u-text--blue {
  color: #00479B !important; }

.u-font--bold {
  font-weight: bold !important; }

.u-font--normal {
  font-weight: normal !important; }

.u-font--w100 {
  font-weight: 100 !important; }

.u-font--w200 {
  font-weight: 200 !important; }

.u-font--w300 {
  font-weight: 300 !important; }

.u-font--w400 {
  font-weight: 400 !important; }

.u-font--w500 {
  font-weight: 500 !important; }

.u-font--w600 {
  font-weight: 600 !important; }

.u-font--w700 {
  font-weight: 700 !important; }

.u-font--w800 {
  font-weight: 800 !important; }

.u-font--w900 {
  font-weight: 900 !important; }

.u-font--calSans {
  font-family: "Cal Sans", sans-serif; }

.u-font--large {
  font-size: 120% !important; }

.u-font--snormal {
  font-size: 100% !important; }

.u-font--small {
  font-size: 80% !important; }

.u-font--s150 {
  font-size: 150% !important; }
.u-font--s145 {
  font-size: 145% !important; }
.u-font--s140 {
  font-size: 140% !important; }
.u-font--s135 {
  font-size: 135% !important; }
.u-font--s130 {
  font-size: 130% !important; }
.u-font--s125 {
  font-size: 125% !important; }
.u-font--s120 {
  font-size: 120% !important; }
.u-font--s115 {
  font-size: 115% !important; }
.u-font--s110 {
  font-size: 110% !important; }
.u-font--s105 {
  font-size: 105% !important; }
.u-font--s100 {
  font-size: 100% !important; }
.u-font--s95 {
  font-size: 95% !important; }
.u-font--s90 {
  font-size: 90% !important; }
.u-font--s85 {
  font-size: 85% !important; }
.u-font--s80 {
  font-size: 80% !important; }
.u-font--s75 {
  font-size: 75% !important; }
.u-font--s70 {
  font-size: 70% !important; }
.u-font--s65 {
  font-size: 65% !important; }
.u-font--s60 {
  font-size: 60% !important; }

.u-marginCenter {
  margin: 0 auto !important; }

@media screen and (min-width: 812.25px) {
  .u-pc-marginCenter {
    margin: 0 auto !important; } }

@media screen and (max-width: 812px) {
  .u-sp-marginCenter {
    margin: 0 auto !important; } }

.u-marginTop--160 {
  margin-top: 160px !important; }
.u-marginTop--152 {
  margin-top: 152px !important; }
.u-marginTop--144 {
  margin-top: 144px !important; }
.u-marginTop--136 {
  margin-top: 136px !important; }
.u-marginTop--128 {
  margin-top: 128px !important; }
.u-marginTop--120 {
  margin-top: 120px !important; }
.u-marginTop--112 {
  margin-top: 112px !important; }
.u-marginTop--104 {
  margin-top: 104px !important; }
.u-marginTop--96 {
  margin-top: 96px !important; }
.u-marginTop--88 {
  margin-top: 88px !important; }
.u-marginTop--80 {
  margin-top: 80px !important; }
.u-marginTop--72 {
  margin-top: 72px !important; }
.u-marginTop--64 {
  margin-top: 64px !important; }
.u-marginTop--56 {
  margin-top: 56px !important; }
.u-marginTop--48 {
  margin-top: 48px !important; }
.u-marginTop--40 {
  margin-top: 40px !important; }
.u-marginTop--32 {
  margin-top: 32px !important; }
.u-marginTop--24 {
  margin-top: 24px !important; }
.u-marginTop--16 {
  margin-top: 16px !important; }
.u-marginTop--8 {
  margin-top: 8px !important; }
@media screen and (min-width: 812.25px) {
  .u-marginTop--0 {
    margin-top: 0px !important; } }

@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--160 {
    margin-top: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--152 {
    margin-top: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--144 {
    margin-top: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--136 {
    margin-top: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--128 {
    margin-top: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--120 {
    margin-top: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--112 {
    margin-top: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--104 {
    margin-top: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--96 {
    margin-top: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--88 {
    margin-top: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--80 {
    margin-top: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--72 {
    margin-top: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--64 {
    margin-top: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--56 {
    margin-top: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--48 {
    margin-top: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--40 {
    margin-top: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--32 {
    margin-top: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--24 {
    margin-top: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--16 {
    margin-top: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--8 {
    margin-top: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginTop--0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-marginTop--160 {
    margin-top: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--152 {
    margin-top: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--144 {
    margin-top: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--136 {
    margin-top: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--128 {
    margin-top: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--120 {
    margin-top: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--112 {
    margin-top: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--104 {
    margin-top: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--96 {
    margin-top: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--88 {
    margin-top: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--80 {
    margin-top: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--72 {
    margin-top: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--64 {
    margin-top: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--56 {
    margin-top: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--48 {
    margin-top: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--40 {
    margin-top: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--32 {
    margin-top: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--24 {
    margin-top: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--16 {
    margin-top: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginTop--8 {
    margin-top: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-sp-marginTop--0 {
    margin-top: 0px !important; } }

.u-marginBottom--160 {
  margin-bottom: 160px !important; }
.u-marginBottom--152 {
  margin-bottom: 152px !important; }
.u-marginBottom--144 {
  margin-bottom: 144px !important; }
.u-marginBottom--136 {
  margin-bottom: 136px !important; }
.u-marginBottom--128 {
  margin-bottom: 128px !important; }
.u-marginBottom--120 {
  margin-bottom: 120px !important; }
.u-marginBottom--112 {
  margin-bottom: 112px !important; }
.u-marginBottom--104 {
  margin-bottom: 104px !important; }
.u-marginBottom--96 {
  margin-bottom: 96px !important; }
.u-marginBottom--88 {
  margin-bottom: 88px !important; }
.u-marginBottom--80 {
  margin-bottom: 80px !important; }
.u-marginBottom--72 {
  margin-bottom: 72px !important; }
.u-marginBottom--64 {
  margin-bottom: 64px !important; }
.u-marginBottom--56 {
  margin-bottom: 56px !important; }
.u-marginBottom--48 {
  margin-bottom: 48px !important; }
.u-marginBottom--40 {
  margin-bottom: 40px !important; }
.u-marginBottom--32 {
  margin-bottom: 32px !important; }
.u-marginBottom--24 {
  margin-bottom: 24px !important; }
.u-marginBottom--16 {
  margin-bottom: 16px !important; }
.u-marginBottom--8 {
  margin-bottom: 8px !important; }
@media screen and (min-width: 812.25px) {
  .u-marginBottom--0 {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--160 {
    margin-bottom: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--152 {
    margin-bottom: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--144 {
    margin-bottom: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--136 {
    margin-bottom: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--128 {
    margin-bottom: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--120 {
    margin-bottom: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--112 {
    margin-bottom: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--104 {
    margin-bottom: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--96 {
    margin-bottom: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--88 {
    margin-bottom: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--80 {
    margin-bottom: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--72 {
    margin-bottom: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--64 {
    margin-bottom: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--56 {
    margin-bottom: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--48 {
    margin-bottom: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--40 {
    margin-bottom: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--32 {
    margin-bottom: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--24 {
    margin-bottom: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--16 {
    margin-bottom: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--8 {
    margin-bottom: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginBottom--0 {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-marginBottom--160 {
    margin-bottom: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--152 {
    margin-bottom: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--144 {
    margin-bottom: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--136 {
    margin-bottom: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--128 {
    margin-bottom: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--120 {
    margin-bottom: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--112 {
    margin-bottom: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--104 {
    margin-bottom: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--96 {
    margin-bottom: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--88 {
    margin-bottom: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--80 {
    margin-bottom: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--72 {
    margin-bottom: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--64 {
    margin-bottom: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--56 {
    margin-bottom: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--48 {
    margin-bottom: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--40 {
    margin-bottom: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--32 {
    margin-bottom: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--24 {
    margin-bottom: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--16 {
    margin-bottom: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginBottom--8 {
    margin-bottom: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-sp-marginBottom--0 {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--160 {
    margin-left: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--152 {
    margin-left: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--144 {
    margin-left: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--136 {
    margin-left: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--128 {
    margin-left: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--120 {
    margin-left: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--112 {
    margin-left: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--104 {
    margin-left: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--96 {
    margin-left: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--88 {
    margin-left: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--80 {
    margin-left: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--72 {
    margin-left: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--64 {
    margin-left: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--56 {
    margin-left: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--48 {
    margin-left: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--40 {
    margin-left: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--32 {
    margin-left: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--24 {
    margin-left: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--16 {
    margin-left: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginLeft--8 {
    margin-left: 8px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-marginLeft--160 {
    margin-left: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--152 {
    margin-left: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--144 {
    margin-left: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--136 {
    margin-left: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--128 {
    margin-left: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--120 {
    margin-left: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--112 {
    margin-left: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--104 {
    margin-left: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--96 {
    margin-left: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--88 {
    margin-left: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--80 {
    margin-left: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--72 {
    margin-left: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--64 {
    margin-left: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--56 {
    margin-left: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--48 {
    margin-left: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--40 {
    margin-left: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--32 {
    margin-left: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--24 {
    margin-left: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--16 {
    margin-left: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginLeft--8 {
    margin-left: 8px !important; } }

@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--160 {
    margin-right: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--152 {
    margin-right: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--144 {
    margin-right: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--136 {
    margin-right: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--128 {
    margin-right: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--120 {
    margin-right: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--112 {
    margin-right: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--104 {
    margin-right: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--96 {
    margin-right: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--88 {
    margin-right: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--80 {
    margin-right: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--72 {
    margin-right: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--64 {
    margin-right: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--56 {
    margin-right: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--48 {
    margin-right: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--40 {
    margin-right: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--32 {
    margin-right: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--24 {
    margin-right: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--16 {
    margin-right: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-marginRight--8 {
    margin-right: 8px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-marginRight--160 {
    margin-right: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--152 {
    margin-right: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--144 {
    margin-right: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--136 {
    margin-right: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--128 {
    margin-right: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--120 {
    margin-right: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--112 {
    margin-right: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--104 {
    margin-right: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--96 {
    margin-right: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--88 {
    margin-right: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--80 {
    margin-right: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--72 {
    margin-right: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--64 {
    margin-right: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--56 {
    margin-right: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--48 {
    margin-right: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--40 {
    margin-right: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--32 {
    margin-right: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--24 {
    margin-right: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--16 {
    margin-right: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-marginRight--8 {
    margin-right: 8px !important; } }

.u-paddingTop--160 {
  padding-top: 160px !important; }
.u-paddingTop--152 {
  padding-top: 152px !important; }
.u-paddingTop--144 {
  padding-top: 144px !important; }
.u-paddingTop--136 {
  padding-top: 136px !important; }
.u-paddingTop--128 {
  padding-top: 128px !important; }
.u-paddingTop--120 {
  padding-top: 120px !important; }
.u-paddingTop--112 {
  padding-top: 112px !important; }
.u-paddingTop--104 {
  padding-top: 104px !important; }
.u-paddingTop--96 {
  padding-top: 96px !important; }
.u-paddingTop--88 {
  padding-top: 88px !important; }
.u-paddingTop--80 {
  padding-top: 80px !important; }
.u-paddingTop--72 {
  padding-top: 72px !important; }
.u-paddingTop--64 {
  padding-top: 64px !important; }
.u-paddingTop--56 {
  padding-top: 56px !important; }
.u-paddingTop--48 {
  padding-top: 48px !important; }
.u-paddingTop--40 {
  padding-top: 40px !important; }
.u-paddingTop--32 {
  padding-top: 32px !important; }
.u-paddingTop--24 {
  padding-top: 24px !important; }
.u-paddingTop--16 {
  padding-top: 16px !important; }
.u-paddingTop--8 {
  padding-top: 8px !important; }
@media screen and (min-width: 812.25px) {
  .u-paddingTop--0 {
    padding-top: 0px !important; } }

@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--160 {
    padding-top: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--152 {
    padding-top: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--144 {
    padding-top: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--136 {
    padding-top: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--128 {
    padding-top: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--120 {
    padding-top: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--112 {
    padding-top: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--104 {
    padding-top: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--96 {
    padding-top: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--88 {
    padding-top: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--80 {
    padding-top: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--72 {
    padding-top: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--64 {
    padding-top: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--56 {
    padding-top: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--48 {
    padding-top: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--40 {
    padding-top: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--32 {
    padding-top: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--24 {
    padding-top: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--16 {
    padding-top: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--8 {
    padding-top: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingTop--0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-paddingTop--160 {
    padding-top: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--152 {
    padding-top: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--144 {
    padding-top: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--136 {
    padding-top: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--128 {
    padding-top: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--120 {
    padding-top: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--112 {
    padding-top: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--104 {
    padding-top: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--96 {
    padding-top: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--88 {
    padding-top: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--80 {
    padding-top: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--72 {
    padding-top: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--64 {
    padding-top: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--56 {
    padding-top: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--48 {
    padding-top: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--40 {
    padding-top: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--32 {
    padding-top: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--24 {
    padding-top: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--16 {
    padding-top: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingTop--8 {
    padding-top: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-sp-paddingTop--0 {
    padding-top: 0px !important; } }

.u-paddingBottom--160 {
  padding-bottom: 160px !important; }
.u-paddingBottom--152 {
  padding-bottom: 152px !important; }
.u-paddingBottom--144 {
  padding-bottom: 144px !important; }
.u-paddingBottom--136 {
  padding-bottom: 136px !important; }
.u-paddingBottom--128 {
  padding-bottom: 128px !important; }
.u-paddingBottom--120 {
  padding-bottom: 120px !important; }
.u-paddingBottom--112 {
  padding-bottom: 112px !important; }
.u-paddingBottom--104 {
  padding-bottom: 104px !important; }
.u-paddingBottom--96 {
  padding-bottom: 96px !important; }
.u-paddingBottom--88 {
  padding-bottom: 88px !important; }
.u-paddingBottom--80 {
  padding-bottom: 80px !important; }
.u-paddingBottom--72 {
  padding-bottom: 72px !important; }
.u-paddingBottom--64 {
  padding-bottom: 64px !important; }
.u-paddingBottom--56 {
  padding-bottom: 56px !important; }
.u-paddingBottom--48 {
  padding-bottom: 48px !important; }
.u-paddingBottom--40 {
  padding-bottom: 40px !important; }
.u-paddingBottom--32 {
  padding-bottom: 32px !important; }
.u-paddingBottom--24 {
  padding-bottom: 24px !important; }
.u-paddingBottom--16 {
  padding-bottom: 16px !important; }
.u-paddingBottom--8 {
  padding-bottom: 8px !important; }
@media screen and (min-width: 812.25px) {
  .u-paddingBottom--0 {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--160 {
    padding-bottom: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--152 {
    padding-bottom: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--144 {
    padding-bottom: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--136 {
    padding-bottom: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--128 {
    padding-bottom: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--120 {
    padding-bottom: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--112 {
    padding-bottom: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--104 {
    padding-bottom: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--96 {
    padding-bottom: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--88 {
    padding-bottom: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--80 {
    padding-bottom: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--72 {
    padding-bottom: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--64 {
    padding-bottom: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--56 {
    padding-bottom: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--48 {
    padding-bottom: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--40 {
    padding-bottom: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--32 {
    padding-bottom: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--24 {
    padding-bottom: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--16 {
    padding-bottom: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--8 {
    padding-bottom: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingBottom--0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--160 {
    padding-bottom: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--152 {
    padding-bottom: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--144 {
    padding-bottom: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--136 {
    padding-bottom: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--128 {
    padding-bottom: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--120 {
    padding-bottom: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--112 {
    padding-bottom: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--104 {
    padding-bottom: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--96 {
    padding-bottom: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--88 {
    padding-bottom: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--80 {
    padding-bottom: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--72 {
    padding-bottom: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--64 {
    padding-bottom: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--56 {
    padding-bottom: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--48 {
    padding-bottom: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--40 {
    padding-bottom: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--32 {
    padding-bottom: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--24 {
    padding-bottom: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--16 {
    padding-bottom: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingBottom--8 {
    padding-bottom: 8px !important; } }
@media screen and (min-width: 812.25px) {
  .u-sp-paddingBottom--0 {
    padding-bottom: 0px !important; } }

.u-paddingLeft--160 {
  padding-left: 160px !important; }
.u-paddingLeft--152 {
  padding-left: 152px !important; }
.u-paddingLeft--144 {
  padding-left: 144px !important; }
.u-paddingLeft--136 {
  padding-left: 136px !important; }
.u-paddingLeft--128 {
  padding-left: 128px !important; }
.u-paddingLeft--120 {
  padding-left: 120px !important; }
.u-paddingLeft--112 {
  padding-left: 112px !important; }
.u-paddingLeft--104 {
  padding-left: 104px !important; }
.u-paddingLeft--96 {
  padding-left: 96px !important; }
.u-paddingLeft--88 {
  padding-left: 88px !important; }
.u-paddingLeft--80 {
  padding-left: 80px !important; }
.u-paddingLeft--72 {
  padding-left: 72px !important; }
.u-paddingLeft--64 {
  padding-left: 64px !important; }
.u-paddingLeft--56 {
  padding-left: 56px !important; }
.u-paddingLeft--48 {
  padding-left: 48px !important; }
.u-paddingLeft--40 {
  padding-left: 40px !important; }
.u-paddingLeft--32 {
  padding-left: 32px !important; }
.u-paddingLeft--24 {
  padding-left: 24px !important; }
.u-paddingLeft--16 {
  padding-left: 16px !important; }
.u-paddingLeft--8 {
  padding-left: 8px !important; }

@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--160 {
    padding-left: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--152 {
    padding-left: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--144 {
    padding-left: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--136 {
    padding-left: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--128 {
    padding-left: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--120 {
    padding-left: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--112 {
    padding-left: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--104 {
    padding-left: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--96 {
    padding-left: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--88 {
    padding-left: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--80 {
    padding-left: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--72 {
    padding-left: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--64 {
    padding-left: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--56 {
    padding-left: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--48 {
    padding-left: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--40 {
    padding-left: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--32 {
    padding-left: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--24 {
    padding-left: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--16 {
    padding-left: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingLeft--8 {
    padding-left: 8px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--160 {
    padding-left: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--152 {
    padding-left: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--144 {
    padding-left: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--136 {
    padding-left: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--128 {
    padding-left: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--120 {
    padding-left: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--112 {
    padding-left: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--104 {
    padding-left: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--96 {
    padding-left: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--88 {
    padding-left: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--80 {
    padding-left: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--72 {
    padding-left: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--64 {
    padding-left: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--56 {
    padding-left: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--48 {
    padding-left: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--40 {
    padding-left: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--32 {
    padding-left: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--24 {
    padding-left: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--16 {
    padding-left: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingLeft--8 {
    padding-left: 8px !important; } }

.u-paddingRight--160 {
  padding-Right: 160px !important; }
.u-paddingRight--152 {
  padding-Right: 152px !important; }
.u-paddingRight--144 {
  padding-Right: 144px !important; }
.u-paddingRight--136 {
  padding-Right: 136px !important; }
.u-paddingRight--128 {
  padding-Right: 128px !important; }
.u-paddingRight--120 {
  padding-Right: 120px !important; }
.u-paddingRight--112 {
  padding-Right: 112px !important; }
.u-paddingRight--104 {
  padding-Right: 104px !important; }
.u-paddingRight--96 {
  padding-Right: 96px !important; }
.u-paddingRight--88 {
  padding-Right: 88px !important; }
.u-paddingRight--80 {
  padding-Right: 80px !important; }
.u-paddingRight--72 {
  padding-Right: 72px !important; }
.u-paddingRight--64 {
  padding-Right: 64px !important; }
.u-paddingRight--56 {
  padding-Right: 56px !important; }
.u-paddingRight--48 {
  padding-Right: 48px !important; }
.u-paddingRight--40 {
  padding-Right: 40px !important; }
.u-paddingRight--32 {
  padding-Right: 32px !important; }
.u-paddingRight--24 {
  padding-Right: 24px !important; }
.u-paddingRight--16 {
  padding-Right: 16px !important; }
.u-paddingRight--8 {
  padding-Right: 8px !important; }

@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--160 {
    padding-right: 160px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--152 {
    padding-right: 152px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--144 {
    padding-right: 144px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--136 {
    padding-right: 136px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--128 {
    padding-right: 128px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--120 {
    padding-right: 120px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--112 {
    padding-right: 112px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--104 {
    padding-right: 104px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--96 {
    padding-right: 96px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--88 {
    padding-right: 88px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--80 {
    padding-right: 80px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--72 {
    padding-right: 72px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--64 {
    padding-right: 64px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--56 {
    padding-right: 56px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--48 {
    padding-right: 48px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--40 {
    padding-right: 40px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--32 {
    padding-right: 32px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--24 {
    padding-right: 24px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--16 {
    padding-right: 16px !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-paddingRight--8 {
    padding-right: 8px !important; } }

@media screen and (max-width: 812px) {
  .u-sp-paddingRight--160 {
    padding-right: 160px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--152 {
    padding-right: 152px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--144 {
    padding-right: 144px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--136 {
    padding-right: 136px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--128 {
    padding-right: 128px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--120 {
    padding-right: 120px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--112 {
    padding-right: 112px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--104 {
    padding-right: 104px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--96 {
    padding-right: 96px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--88 {
    padding-right: 88px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--80 {
    padding-right: 80px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--72 {
    padding-right: 72px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--64 {
    padding-right: 64px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--56 {
    padding-right: 56px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--48 {
    padding-right: 48px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--40 {
    padding-right: 40px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--32 {
    padding-right: 32px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--24 {
    padding-right: 24px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--16 {
    padding-right: 16px !important; } }
@media screen and (max-width: 812px) {
  .u-sp-paddingRight--8 {
    padding-right: 8px !important; } }

@media screen and (max-width: 812px) {
  .u-only--pc {
    display: none !important; } }
@media screen and (min-width: 1080.25px) {
  .u-only--tablet {
    display: none !important; } }
@media screen and (min-width: 812.25px) {
  .u-only--sp {
    display: none !important; } }
.u-gap--160 {
  gap: 160px !important; }
.u-gap--152 {
  gap: 152px !important; }
.u-gap--144 {
  gap: 144px !important; }
.u-gap--136 {
  gap: 136px !important; }
.u-gap--128 {
  gap: 128px !important; }
.u-gap--120 {
  gap: 120px !important; }
.u-gap--112 {
  gap: 112px !important; }
.u-gap--104 {
  gap: 104px !important; }
.u-gap--96 {
  gap: 96px !important; }
.u-gap--88 {
  gap: 88px !important; }
.u-gap--80 {
  gap: 80px !important; }
.u-gap--72 {
  gap: 72px !important; }
.u-gap--64 {
  gap: 64px !important; }
.u-gap--56 {
  gap: 56px !important; }
.u-gap--48 {
  gap: 48px !important; }
.u-gap--40 {
  gap: 40px !important; }
.u-gap--32 {
  gap: 32px !important; }
.u-gap--24 {
  gap: 24px !important; }
.u-gap--16 {
  gap: 16px !important; }
.u-gap--8 {
  gap: 8px !important; }
.u-gap--0 {
  gap: 0px !important; }

.u-justifyContent--center {
  justify-content: center !important; }

.u-justifyContent--left {
  justify-content: flex-start !important; }

.u-justifyContent--right {
  justify-content: flex-end !important; }

.u-alineItems--center {
  align-items: center !important; }

.u-alineItems--left {
  align-items: flex-start !important; }

.u-alineItems--right {
  align-items: flex-end !important; }

.u-width--100 {
  width: 100% !important; }
.u-width--90 {
  width: 90% !important; }
.u-width--80 {
  width: 80% !important; }
.u-width--70 {
  width: 70% !important; }
.u-width--60 {
  width: 60% !important; }
.u-width--50 {
  width: 50% !important; }
.u-width--40 {
  width: 40% !important; }
.u-width--30 {
  width: 30% !important; }
.u-width--20 {
  width: 20% !important; }
.u-width--10 {
  width: 10% !important; }

@media screen and (min-width: 812.25px) {
  .u-pc-width--100 {
    width: 100% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--90 {
    width: 90% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--80 {
    width: 80% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--70 {
    width: 70% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--60 {
    width: 60% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--50 {
    width: 50% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--40 {
    width: 40% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--30 {
    width: 30% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--20 {
    width: 20% !important; } }
@media screen and (min-width: 812.25px) {
  .u-pc-width--10 {
    width: 10% !important; } }

@media screen and (max-width: 812px) {
  .u-sp-width--100 {
    width: 100% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--90 {
    width: 90% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--80 {
    width: 80% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--70 {
    width: 70% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--60 {
    width: 60% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--50 {
    width: 50% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--40 {
    width: 40% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--30 {
    width: 30% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--20 {
    width: 20% !important; } }
@media screen and (max-width: 812px) {
  .u-sp-width--10 {
    width: 10% !important; } }

.u-bg--gray {
  background-color: #F9F9F9 !important; }

.u-bg--white {
  background-color: #FFFFFF !important; }

.u-bg--black {
  background: url(./images/bg_black.png); }
