
@charset "UTF-8";
/* ress ---------------------------------------------------------------------------*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

img {
  max-width: 100%;
  height: auto; }

/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-flex {
    display: none !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

@media screen and (min-width: 1225px) {
  .md {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md {
    display: block !important; } }
@media screen and (min-width: 1225px) {
  .md--block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--block {
    display: block !important; } }
@media screen and (min-width: 1225px) {
  .md--inline-block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-block {
    display: inline-block !important; } }
@media screen and (min-width: 1225px) {
  .md--flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--flex {
    display: flex !important; } }
@media screen and (min-width: 1225px) {
  .md--inline-flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-flex {
    display: inline-flex !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fl__r {
  float: right; }
.fl__l {
  float: left; }

.clear {
  zoom: 1; }
  .clear::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }
    .clear::after .clear:after {
      clear: both; }

@media only screen and (max-width: 768px) {
  .sp-f__none {
    float: none !important;
    max-width: 100%; } }

/* ---------- ---------- ---------- ---------- ---------- */
.ta__c {
  text-align: center !important; }
.ta__l {
  text-align: left !important; }
.ta__r {
  text-align: right !important; }

@media only screen and (max-width: 768px) {
  .sp-ta__c {
    text-align: center !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__l {
    text-align: left !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__r {
    text-align: right !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fw-100 {
  font-weight: 100 !important; }
.fw-200 {
  font-weight: 200 !important; }
.fw-300 {
  font-weight: 300 !important; }
.fw-400 {
  font-weight: 400 !important; }
.fw-500 {
  font-weight: 500 !important; }
.fw-600 {
  font-weight: 600 !important; }
.fw-700 {
  font-weight: 700 !important; }
.fw-800 {
  font-weight: 800 !important; }
.fw-900 {
  font-weight: 900 !important; }
.fw__n {
  font-weight: normal !important; }
.fw__b {
  font-weight: bold !important; }

/* ---------- ---------- ---------- ---------- ---------- */
.fs__small {
  font-size: 1.2rem !important; }
  @media only screen and (max-width: 768px) {
    .fs__small {
      font-size: 3.3816425121vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.nowrap {
  display: inline-block;
  white-space: nowrap;
  font-weight: inherit; }

/* ---------- ---------- ---------- ---------- ---------- */
.disable {
  pointer-events: none; }

/* ---------- ---------- ---------- ---------- ---------- */
.img-wrap {
  line-height: 0; }

.hover-img:hover:hover {
  opacity: 0.7;
  transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 1.2077294686vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 1.2077294686vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 1.2077294686vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 1.2077294686vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 2.4154589372vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 2.4154589372vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 2.4154589372vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 2.4154589372vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 3.6231884058vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 3.6231884058vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 3.6231884058vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 3.6231884058vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 4.8309178744vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 4.8309178744vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 4.8309178744vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 4.8309178744vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 6.038647343vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 6.038647343vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 6.038647343vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 6.038647343vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 7.2463768116vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 7.2463768116vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 7.2463768116vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 7.2463768116vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 8.4541062802vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 8.4541062802vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 8.4541062802vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 8.4541062802vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 9.6618357488vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 9.6618357488vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 9.6618357488vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 9.6618357488vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mt45 {
      margin-top: 10.8695652174vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mb45 {
      margin-bottom: 10.8695652174vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .ml45 {
      margin-left: 10.8695652174vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mr45 {
      margin-right: 10.8695652174vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 12.077294686vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 12.077294686vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 12.077294686vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 12.077294686vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 13.2850241546vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 13.2850241546vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 13.2850241546vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 13.2850241546vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 14.4927536232vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 14.4927536232vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 14.4927536232vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 14.4927536232vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mt65 {
      margin-top: 15.7004830918vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 15.7004830918vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .ml65 {
      margin-left: 15.7004830918vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mr65 {
      margin-right: 15.7004830918vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 16.9082125604vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 16.9082125604vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 16.9082125604vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 16.9082125604vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mt75 {
      margin-top: 18.115942029vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mb75 {
      margin-bottom: 18.115942029vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .ml75 {
      margin-left: 18.115942029vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mr75 {
      margin-right: 18.115942029vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 19.3236714976vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 19.3236714976vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 19.3236714976vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 19.3236714976vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mt85 {
      margin-top: 20.5314009662vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 20.5314009662vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .ml85 {
      margin-left: 20.5314009662vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mr85 {
      margin-right: 20.5314009662vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 21.7391304348vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 21.7391304348vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 21.7391304348vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 21.7391304348vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mt95 {
      margin-top: 22.9468599034vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mb95 {
      margin-bottom: 22.9468599034vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .ml95 {
      margin-left: 22.9468599034vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mr95 {
      margin-right: 22.9468599034vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 24.154589372vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 24.154589372vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 24.154589372vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 1.2077294686vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 1.2077294686vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 1.2077294686vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 1.2077294686vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 2.4154589372vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 2.4154589372vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 2.4154589372vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 2.4154589372vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 3.6231884058vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 3.6231884058vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 3.6231884058vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 3.6231884058vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 4.8309178744vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 4.8309178744vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 4.8309178744vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 4.8309178744vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 6.038647343vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 6.038647343vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 6.038647343vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 6.038647343vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 7.2463768116vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 7.2463768116vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 7.2463768116vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 7.2463768116vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 8.4541062802vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 8.4541062802vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 8.4541062802vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 8.4541062802vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 9.6618357488vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 9.6618357488vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 9.6618357488vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 9.6618357488vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pt45 {
      padding-top: 10.8695652174vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pb45 {
      padding-bottom: 10.8695652174vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pl45 {
      padding-left: 10.8695652174vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pr45 {
      padding-right: 10.8695652174vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 12.077294686vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 12.077294686vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 12.077294686vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 12.077294686vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 13.2850241546vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 13.2850241546vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 13.2850241546vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 13.2850241546vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 14.4927536232vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 14.4927536232vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 14.4927536232vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 14.4927536232vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pt65 {
      padding-top: 15.7004830918vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pb65 {
      padding-bottom: 15.7004830918vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pl65 {
      padding-left: 15.7004830918vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pr65 {
      padding-right: 15.7004830918vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 16.9082125604vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 16.9082125604vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 16.9082125604vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 16.9082125604vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pt75 {
      padding-top: 18.115942029vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pb75 {
      padding-bottom: 18.115942029vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pl75 {
      padding-left: 18.115942029vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pr75 {
      padding-right: 18.115942029vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 19.3236714976vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 19.3236714976vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 19.3236714976vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 19.3236714976vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pt85 {
      padding-top: 20.5314009662vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pb85 {
      padding-bottom: 20.5314009662vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pl85 {
      padding-left: 20.5314009662vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pr85 {
      padding-right: 20.5314009662vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 21.7391304348vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 21.7391304348vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 21.7391304348vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 21.7391304348vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pt95 {
      padding-top: 22.9468599034vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pb95 {
      padding-bottom: 22.9468599034vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pl95 {
      padding-left: 22.9468599034vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pr95 {
      padding-right: 22.9468599034vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 24.154589372vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 24.154589372vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 24.154589372vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.flex-box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .flex-box {
      flex-direction: column; } }
  .flex-box--rev {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .flex-box--rev {
        flex-direction: column; } }
  .flex-box.jc {
    justify-content: center; }
  .flex-box.jsb {
    justify-content: space-between; }
  .flex-box.jsa {
    justify-content: space-around; }
  .flex-box.ac {
    align-items: center; }
  .flex-box.afs {
    align-items: flex-start; }
  .flex-box.afe {
    align-items: flex-end; }

/* ---------- ---------- ---------- ---------- ---------- */
.fc--blue {
  color: #0072bf; }
.fc--red {
  color: #F64572; }
.fc--base {
  color: #2D2A47; }
.fc--sub {
  color: #776BDD; }
.fc--em {
  color: #F83D30; }

/* ---------- ---------- ---------- ---------- ---------- */
.bg--gray {
  background: #eeeeee; }
.bg--c1 {
  background: #F2F2FC; }
.bg--base {
  background: #2D2A47; }
.bg--sub {
  background: #776BDD; }
.bg--grid {
  background: url(/media_library/consolidate/seminar/images/bg-grid.png) repeat; }

/* ---------- ---------- ---------- ---------- ---------- */
.movie-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.movie-icon {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .movie-icon::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .movie-icon::after {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url("/media_library/recruit/images/icon_start.svg") no-repeat;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 768px) {
      .movie-icon::after {
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.note__item {
  font-size: .9em;
  padding-left: 1.5em;
  text-indent: -1.5em; }
  .note__item::before {
    content: "※";
    margin-right: .5em; }
.note--num {
  counter-reset: note; }
  .note--num .note__item {
    counter-increment: note;
    font-size: .9em;
    padding-left: 2em;
    text-indent: -2em; }
    .note--num .note__item::before {
      content: "※" counter(note);
      margin-right: .5em; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1.8;
  overflow-x: hidden;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #2D2A47; }
  @media print, screen and (min-width: 769px) {
    body {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 3.6231884058vw; } }

img {
  max-width: 100%;
  height: auto; }

ul, li {
  list-style: none; }

a {
  color: #2D2A47; }
  a:hover {
    text-decoration: none; }

@media screen and (max-width: 1224px) {
  .overlay.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10; } }

.strong {
  font-weight: bold;
  font-size: 1.1em; }

.hover_img:hover {
  opacity: 0.7;
  transition: all .4s; }

.link-external {
  padding: 3px 0 3px 16px;
  margin-left: 2px;
  word-break: break-all;
  word-wrap: break-word;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23776BDD'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center left; }

.note__list {
  font-size: 1.4rem;
  counter-reset: note; }
  .note__list-item {
    padding-left: 2.5em;
    text-indent: -2.5em; }
    .note__list-item::before {
      content: "※" counter(note);
      counter-increment: note;
      padding-right: 1em; }

.marker--red {
  background: linear-gradient(transparent 40%, #ffe787 40%); }

.white-box {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .white-box {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }

.small {
  font-size: 0.8em; }

.cv-btn, .mv__application, .application__btn, .contact__btn {
  text-align: center;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .cv-btn, .mv__application, .application__btn, .contact__btn {
      margin: 2.4154589372vw 0vw 1.2077294686vw 0vw; } }
  .cv-btn .item, .mv__application .item, .application__btn .item, .contact__btn .item {
    letter-spacing: 0.2em;
    text-decoration: none;
    display: inline-block;
    padding: 15px 85px 15px 70px;
    font-size: 2.2rem;
    color: #fff;
    background: linear-gradient(45deg, #4D53FF 0%, #3361e3 50%, #227bdb 100%);
    overflow: hidden;
    border-radius: 35px;
    transition: box-shadow 0.4s;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cv-btn .item, .mv__application .item, .application__btn .item, .contact__btn .item {
        font-size: 4.347826087vw;
        padding: 1.9323671498vw 9.6618357488vw 1.9323671498vw 7.2463768116vw; } }
    .cv-btn .item::before, .mv__application .item::before, .application__btn .item::before, .contact__btn .item::before {
      transition: background-color .4s; }
    .cv-btn .item::after, .mv__application .item::after, .application__btn .item::after, .contact__btn .item::after {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='23px' height='22px' viewBox='0 0 23 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' style='enable-background:new 0 0 23 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FFFFFF;%7D.st1%7Bfill:%234D53FF;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cellipse class='st0' cx='11.5' cy='11' rx='11.5' ry='11'/%3E%3Cpath class='st1' d='M16.503,10.558l-8.3,4.842V5.717L16.503,10.558z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: right center;
      top: calc(50% - 9px);
      right: 15px; }
      @media only screen and (max-width: 768px) {
        .cv-btn .item::after, .mv__application .item::after, .application__btn .item::after, .contact__btn .item::after {
          width: 4.347826087vw;
          height: 4.347826087vw;
          top: calc(50% - 9px); } }
    .cv-btn .item:hover, .mv__application .item:hover, .application__btn .item:hover, .contact__btn .item:hover {
      box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2) inset; }
      .cv-btn .item:hover::before, .mv__application .item:hover::before, .application__btn .item:hover::before, .contact__btn .item:hover::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.05); }

#container {
  height: 100%; }

.inner, .section__inner {
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 769px) {
    .inner, .section__inner {
      width: 1024px; } }
  @media screen and (max-width: 1224px) {
    .inner, .section__inner {
      width: 92%; } }

/*
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  top: 0;
  @include mq-down-md() {
    border-bottom: 1px solid $borderGray;
    display: flex;
  }
  &__apply {
    @extend .cv-btn;
    margin-top: 0;
    .item {
      padding: 10px 45px 10px 30px;
      display: block;
      font-size: 1.6rem;
      line-height: 1;
      border-radius: 8px;
      &::after {
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
        top: calc(50% - 7px);
      }
    }
  }
  &__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 0;
    @include mq-down-md() {
      height: 60px;
      width: calc(100% - 60px);
      padding: 5px 8px;
    }
    @include mq-down() {
      @include createVw(height,50);
      width: calc(100% - 12.077294686vw);
    }
    a {
      @include mq-down-md() {
        line-height: 1;
      }
    }
  }
  &__logo {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 500;
    @media screen and (min-width:1025px) {
      margin-top: -5px;
    }
    &-img {
      @include mq-down-md() {
        height: auto;
        width: 25%;
      }
    }
    &-right {
      @include mq-down-md() {
        display: flex;
        max-height: 100%;
        max-width: 18%;
        align-items: center;
      }
      img {
        @include mq-down-md() {
          max-height: 100%;
          max-width: 100%;
          height: auto;
          width: auto;
        }
      }
    }
    p {
      line-height: 1.2;
      white-space: nowrap;
      font-size: 1.3rem;
      margin-left: 1em;
      @media screen and (min-width:1025px) {
        padding-top: 10px;
      }
      @include mq-down() {
        @include createVw(font-size,11);
        line-height: 1;
      }
    }
  }
}
*/
.nav {
  background: #2D2A47;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: center; }
  @media screen and (max-width: 1224px) {
    .nav {
      height: 60px;
      background: #dbdaea;
      justify-content: flex-end;
      z-index: 10;
      position: relative; } }
  @media screen and (max-width: 1224px) {
    .nav {
      height: auto; }
      .nav::before {
        content: "インボイス・マネジャー取引先専用ビューワー Menu";
        font-size: 3.3816425121vw;
        margin-right: 2.4154589372vw; } }
  .nav__list {
    display: flex;
    justify-content: center;
    margin: 0; }
    @media print, screen and (min-width: 769px) {
      .nav__list {
        height: 100%; } }
    @media screen and (max-width: 1224px) {
      .nav__list {
        height: calc(100vh - 60px);
        position: absolute;
        overflow: scroll;
        right: -100%;
        display: block;
        background: #fff;
        transition: all .4s;
        z-index: 10;
        top: 60px; } }
    @media only screen and (max-width: 768px) {
      .nav__list {
        height: calc(100vh - 12.077294686vw);
        top: 12.077294686vw; } }
    @media print, screen and (min-width: 769px) {
      .nav__list.inner, .nav__list.section__inner {
        width: 950px; } }
    @media screen and (max-width: 1224px) {
      .nav__list.inner, .nav__list.section__inner {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .nav__list.inner, .nav__list.section__inner {
        width: 100%; } }
    .nav__list-item {
      line-height: 1.4; }
      @media screen and (min-width: 1025px) {
        .nav__list-item {
          font-weight: 600;
          display: flex;
          align-items: center;
          height: 100%; } }
      @media screen and (min-width: 1025px) {
        .nav__list-item::before {
          content: '';
          width: 1px;
          height: 20px;
          background: #fff;
          display: block; } }
      @media screen and (max-width: 1224px) {
        .nav__list-item {
          display: block; } }
      @media screen and (min-width: 1025px) {
        .nav__list-item:last-child::after, .nav__list-item.last::after {
          content: '';
          width: 1px;
          height: 20px;
          background: #fff;
          display: block; } }
    .nav__list.active {
      right: -0; }
  .nav__link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 2em;
    color: #fff;
    text-align: center;
    transition: opacity .4s, background .4s; }
    @media screen and (max-width: 1224px) {
      .nav__link {
        color: #2D2A47;
        padding: 25px;
        padding-left: 32px;
        background: url("/media_library/invoiceviewer/images/arrow_right.png") 15px center no-repeat;
        border-bottom: 1px dotted #dbdaea; } }
    @media only screen and (max-width: 768px) {
      .nav__link {
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw;
        padding-left: 7.2463768116vw; } }
    .nav__link:hover {
      opacity: .8;
      background: #443d81;
      color: #fff; }
    .nav__link.apply {
      background: #4D53FF; }
  @media screen and (min-width: 1225px) {
    .nav-btn {
      display: none; } }
  @media screen and (max-width: 1224px) {
    .nav-btn {
      width: 60px;
      height: 60px;
      background-color: #fff;
      position: relative;
      padding: 15px 10px;
      border-left: 1px solid #efefef;
      display: block; } }
  @media only screen and (max-width: 768px) {
    .nav-btn {
      width: 12.077294686vw;
      height: 12.077294686vw;
      padding: 3.3816425121vw 2.4154589372vw 3.3816425121vw 2.4154589372vw; } }
  .nav-btn span {
    height: 3px;
    display: block;
    background: #2D2A47;
    width: calc(100% - 20px);
    position: absolute;
    transition: all .4s; }
    @media only screen and (max-width: 768px) {
      .nav-btn span {
        height: 0.7246376812vw;
        width: calc(100% - 4.8309178744vw); } }
    .nav-btn span:nth-of-type(1) {
      top: 15px; }
      @media only screen and (max-width: 768px) {
        .nav-btn span:nth-of-type(1) {
          top: 3.3816425121vw; } }
    .nav-btn span:nth-of-type(2) {
      top: 28.5px; }
      @media only screen and (max-width: 768px) {
        .nav-btn span:nth-of-type(2) {
          top: 5.4347826087vw; } }
    .nav-btn span:nth-of-type(3) {
      top: 42px; }
      @media only screen and (max-width: 768px) {
        .nav-btn span:nth-of-type(3) {
          top: 7.729468599vw; } }
    .nav-btn span.active:nth-of-type(1) {
      top: 22.5px;
      transform: rotate(-45deg); }
      @media only screen and (max-width: 768px) {
        .nav-btn span.active:nth-of-type(1) {
          top: 5.4347826087vw; } }
    .nav-btn span.active:nth-of-type(2) {
      opacity: 0; }
    .nav-btn span.active:nth-of-type(3) {
      top: 22.5px;
      transform: rotate(45deg); }
      @media only screen and (max-width: 768px) {
        .nav-btn span.active:nth-of-type(3) {
          top: 5.4347826087vw; } }

main {
  display: block; }
  @media screen and (max-width: 1224px) {
    main {
      overflow: hidden; } }

.section {
  position: relative; }
  .section__inner {
    position: relative;
    padding: 80px 0;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .section__inner {
        padding: 12.077294686vw 0vw 12.077294686vw 0vw; } }
  .section__midashi-lv2 {
    position: relative;
    margin-bottom: 60px;
    letter-spacing: .2em;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .section__midashi-lv2 {
        margin-bottom: 7.2463768116vw;
        line-height: 1.4; } }
    .section__midashi-lv2::after {
      content: '';
      display: block;
      width: 40px;
      height: 5px;
      background: #776BDD;
      margin: 30px auto 0; }
      @media only screen and (max-width: 768px) {
        .section__midashi-lv2::after {
          width: 7.2463768116vw;
          height: 0.9661835749vw;
          margin: 7.2463768116vw auto 0vw auto; } }
    .section__midashi-lv2 h2 {
      font-size: 3.2rem;
      position: relative;
      z-index: 2;
      font-weight: bolder; }
      @media only screen and (max-width: 768px) {
        .section__midashi-lv2 h2 {
          font-size: 5.7971014493vw; } }
  .section__midashi-lv3 {
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: .2em; }
    @media only screen and (max-width: 768px) {
      .section__midashi-lv3 {
        font-size: 3.8647342995vw; } }
  .section__midashi-lv4 {
    font-size: 2.4rem;
    color: #776BDD;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .section__midashi-lv4 {
        font-size: 4.8309178744vw; } }
  .section__midashi-lv5 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .2em;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .section__midashi-lv5 {
        font-size: 4.8309178744vw; } }
  .section__text {
    margin-bottom: 40px; }
    .section__text-par {
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .section__text-par {
          margin-bottom: 4.8309178744vw; } }
  .section__btn-item {
    background: #eba806;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 2.5rem;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 20px 0 40px;
    border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .section__btn-item {
        font-size: 1.8rem;
        padding: 10px 0 30px; } }
    .section__btn-item:hover {
      opacity: 0.7;
      transition: all .4s; }
  .section__table {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .section__table thead {
        display: none; } }
    @media only screen and (max-width: 768px) {
      .section__table-tr {
        display: block;
        padding: 0 15px;
        margin: 0 0 20px;
        border: 1px solid #dbdaea; } }
    .section__table-th {
      font-size: 1.5rem;
      font-weight: bold;
      background: #eee;
      border: 1px solid #fff;
      padding: 5px; }
    .section__table-td {
      font-size: 1.4rem;
      text-align: left;
      border: 1px solid #eee;
      padding: 10px;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .section__table-td {
          border: 0;
          border-bottom: 1px dotted #ddd;
          display: block;
          padding: 10px 0 10px 6em;
          font-size: 2.8985507246vw;
          position: relative; } }
      @media only screen and (max-width: 768px) {
        .section__table-td:last-child {
          border-bottom: none; } }
      @media only screen and (max-width: 768px) {
        .section__table-td.align--center {
          text-align: left !important; } }
      @media only screen and (max-width: 768px) {
        .section__table-td::before {
          content: attr(aria-label);
          font-weight: bold;
          width: 5em;
          position: absolute;
          left: 0; } }

.new {
  color: red;
  font-size: 90%;
  margin-left: 3px;
  font-weight: bold; }

.mv {
  position: relative;
  background: url("/media_library/invoiceviewer/images/mv-bg.png") center/cover repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  z-index: auto;
  min-height: 0; }
  @media print, screen and (min-width: 769px) {
    .mv {
      padding: 40px 0; } }
  @media only screen and (max-width: 768px) {
    .mv {
      position: relative;
      max-height: none;
      background-position: center top;
      background-size: cover; } }
  .mv__inner {
    position: relative;
    z-index: 1;
    height: 100%; }
    @media all and (-ms-high-contrast: none) {
      *::-ms-backdrop, .mv__inner {
        flex: 1 auto; } }
    @media print, screen and (min-width: 769px) {
      .mv__inner {
        width: min(96%, 1160px);
        padding: 30px 0;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 768px) {
      .mv__inner {
        padding: 9.6618357488vw 0vw 9.6618357488vw 0vw;
        flex-direction: column; } }
  .mv__text {
    color: #2D2A47;
    z-index: 2; }
  .mv__category {
    display: flex;
    align-items: stretch;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .1em; }
    @media only screen and (max-width: 768px) {
      .mv__category {
        font-size: 3.3816425121vw;
        justify-content: center;
        margin-bottom: 2.4154589372vw; } }
    .mv__category-item {
      color: #776BDD;
      border: #776BDD 1px solid;
      display: inline-flex;
      align-items: center;
      padding: 5px 15px;
      font-size: 1.8rem;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .mv__category-item {
          padding: 0vw 2.4154589372vw 0vw 2.4154589372vw; } }
  .mv__title {
    line-height: 1.4;
    margin: 0 0 30px; }
    @media only screen and (max-width: 768px) {
      .mv__title {
        text-align: center;
        font-size: 4.8309178744vw; } }
    .mv__title-catch {
      font-size: 2.6rem;
      letter-spacing: .1em;
      margin-bottom: 15px;
      font-weight: 500;
      color: #776BDD; }
      @media screen and (max-width: 1224px) {
        .mv__title-catch {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 768px) {
        .mv__title-catch {
          font-size: 4.347826087vw; } }
      .mv__title-catch .underline {
        background: linear-gradient(transparent 0%, transparent 60%, #fb9993 60%, #fb9993 100%);
        font-weight: 500; }
      .mv__title-catch .num {
        font-weight: 900;
        font-size: 1.9em; }
    .mv__title-item1 {
      display: block;
      font-size: 2.6rem;
      letter-spacing: .05em;
      margin-bottom: 10px; }
      @media screen and (max-width: 1224px) {
        .mv__title-item1 {
          font-size: 2.6rem; } }
      @media only screen and (max-width: 768px) {
        .mv__title-item1 {
          font-size: 5.3140096618vw; } }
    .mv__title-item2 {
      display: block;
      font-size: 4.2rem;
      letter-spacing: .05em;
      margin-bottom: 5px; }
      @media screen and (max-width: 1224px) {
        .mv__title-item2 {
          font-size: 4rem;
          max-width: calc(100% - 300px); } }
      @media only screen and (max-width: 768px) {
        .mv__title-item2 {
          max-width: 100%;
          font-size: 7.729468599vw; } }
  @media print, screen and (min-width: 769px) {
    .mv__img {
      position: absolute;
      right: -52px;
      top: 40px;
      z-index: -1; } }
  @media screen and (max-width: 1160px) {
    .mv__img {
      max-width: 40%;
      top: 15%;
      right: 0; } }
  @media only screen and (max-width: 768px) {
    .mv__img {
      width: 80%;
      max-width: none;
      margin: 3.6231884058vw auto 0vw auto; } }
  .mv__application {
    text-align: left;
    width: 100%;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal; }
    @media print, screen and (min-width: 769px) {
      .mv__application {
        margin-top: 30px; } }
    @media only screen and (max-width: 768px) {
      .mv__application {
        text-align: center; } }
    @media print, screen and (min-width: 769px) {
      .mv__application .item {
        padding: 10px 80px 10px 70px; } }
    @media only screen and (max-width: 768px) {
      .mv__application .item {
        padding: 2.4154589372vw 19.3236714976vw 2.4154589372vw 16.9082125604vw; } }
    .mv__application .item::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23'%3E%3Cg id='ダウンロード' transform='translate(22) rotate(90)'%3E%3Cg id='iconLinkScroll' data-name='iconLinkScroll'%3E%3Cellipse id='circle' data-name='circle' cx='11.5' cy='11' rx='11.5' ry='11' fill='%23fff'/%3E%3Cpath id='パス_1' data-name='パス 1' d='M16.5,10.558,8.2,15.4V5.717Z' fill='%234d53ff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  .mv__caution {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-top: 40px;
    border: 2px solid #776BDD;
    background: #fff;
    padding: 15px;
    font-size: 15px;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      .mv__caution {
        margin-top: 3.6231884058vw;
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }

.section-about {
  background: #F2F2FC url("/media_library/consolidate/seminar/images/invoicemanager/im202212_degital_bg.png") repeat-x bottom center;
  padding-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .section-about {
      background-size: 200%;
      padding-bottom: 19.3236714976vw; } }

.about__text {
  letter-spacing: .2em; }
  @media print, screen and (min-width: 769px) {
    .about__text {
      margin: 0 auto; } }
  .about__text .section__text-par {
    font-weight: 500; }

.price-table {
  margin: 40px 0; }
  .price-table table {
    border-collapse: collapse;
    width: 100%;
    background: #fff; }
  .price-table table, .price-table th, .price-table td {
    border: #eee 1px solid;
    text-align: left; }
  .price-table th, .price-table td {
    padding: 10px; }

.recommend__section h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 769px) {
    .recommend__section h3 {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 30px; } }
  @media only screen and (max-width: 768px) {
    .recommend__section h3 {
      font-size: 4.1062801932vw;
      margin-bottom: 7.2463768116vw; } }
  @media print, screen and (min-width: 769px) {
    .recommend__section h3::before {
      content: "";
      border-bottom: 1px #aaa solid;
      width: 2em;
      margin-right: 1em;
      transform: rotate(45deg); }
    .recommend__section h3::after {
      content: "";
      border-bottom: 1px #aaa solid;
      width: 2em;
      margin-left: 1em;
      transform: rotate(-45deg); } }
.recommend__list {
  margin: 0 auto;
  font-size: 2.2rem;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 1224px) {
    .recommend__list {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .recommend__list {
      font-size: 3.8647342995vw; } }
  .recommend__list-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .recommend__list-item {
        flex-direction: column;
        margin-bottom: 4.8309178744vw; } }
    .recommend__list-item:last-child {
      margin-bottom: 0; }
    .recommend__list-item::before {
      color: #776BDD;
      content: '\e2e6';
      margin-right: 20px;
      font-size: 40px;
      font-family: 'Material Icons';
      line-height: 1.2; }
      @media only screen and (max-width: 768px) {
        .recommend__list-item::before {
          margin-right: 0; } }

.flow {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .flow {
      flex-direction: column; } }
  @media print, screen and (min-width: 769px) {
    .flow__def {
      width: 330px;
      overflow: hidden; } }
  .flow__def-tit {
    background: #2D2A47;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px 0; }
    @media print, screen and (min-width: 769px) {
      .flow__def-tit {
        flex-direction: column; } }
    @media only screen and (max-width: 768px) {
      .flow__def-tit {
        font-size: 4.8309178744vw;
        justify-content: center; } }
    .flow__def-tit .num {
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .flow__def-tit .num {
          margin-right: 1em; } }
    .flow__def-tit .text {
      font-weight: bold; }
  .flow__def-data {
    background: #fff;
    padding: 15px;
    font-size: 1.6rem;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .flow__def-data {
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw;
        display: flex;
        justify-content: space-between;
        font-size: 3.6231884058vw; } }
  .flow__icon {
    text-align: center;
    line-height: 0; }
    @media print, screen and (min-width: 769px) {
      .flow__icon {
        border-bottom: 1px solid #dbdaea;
        padding: 10px 0 20px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .flow__icon {
        width: 24.154589372vw; } }
  @media only screen and (max-width: 768px) {
    .flow__text {
      width: calc(100% - 28.9855072464vw); } }
  .flow__arrow {
    background: url("/media_library/invoicereceiver/images/flow_arrow.svg") no-repeat center center/72px 44px;
    width: 72px;
    display: flex;
    align-items: center;
    margin: 0 10px; }
    @media only screen and (max-width: 768px) {
      .flow__arrow {
        transform: rotate(90deg);
        width: 100%;
        height: 9.6618357488vw;
        background-size: contain;
        margin: 2.4154589372vw 0vw 2.4154589372vw 0vw; } }

.application__btn {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .application__btn {
      margin-bottom: 7.2463768116vw; } }
  .application__btn .item {
    font-size: 2.3rem;
    padding: 20px 85px 20px 75px;
    border-radius: 60px; }
    @media only screen and (max-width: 768px) {
      .application__btn .item {
        font-size: 4.347826087vw;
        padding: 2.4154589372vw 18.115942029vw 2.4154589372vw 15.7004830918vw; } }
.application__note {
  font-size: 0.9em;
  margin-top: 40px; }
.application__list {
  margin-top: 5px; }
  .application__list li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px; }
    .application__list li:nth-child(1)::before {
      content: "❶"; }
    .application__list li:nth-child(2)::before {
      content: "❷"; }
    .application__list li:nth-child(3)::before {
      content: "❸"; }
    .application__list li:nth-child(4)::before {
      content: "❹"; }
    .application__list li:nth-child(5)::before {
      content: "❺"; }
    .application__list li::before {
      color: #776BDD; }

.environment__title {
  background: #776BDD;
  color: #fff;
  padding: 2px 15px;
  margin-right: 1em; }
  @media only screen and (max-width: 768px) {
    .environment__title {
      display: block;
      text-align: center; } }
.environment__tisc-title {
  color: #776BDD;
  font-weight: bold;
  font-size: 1.2em; }
.environment__tisc-img img {
  display: block;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }
.environment .white-box {
  box-shadow: none; }
  @media print, screen and (min-width: 769px) {
    .environment .white-box {
      padding: 30px; } }

@media print, screen and (min-width: 769px) {
  .relation-link {
    width: min(800px, 100%);
    margin: 0 auto; } }
.relation-link__list {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 769px) {
    .relation-link__list {
      height: 88px; } }
.relation-link__link {
  display: block;
  background: #F2F2FC;
  padding: 20px 25px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  letter-spacing: 0; }
  @media only screen and (max-width: 768px) {
    .relation-link__link {
      flex-direction: column;
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .relation-link__link:hover {
    background: #ddddf7;
    transition: background .4s; }
.relation-link__catch {
  font-weight: 500;
  color: #776BDD;
  font-size: 0.9em;
  margin-right: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media print, screen and (min-width: 769px) {
    .relation-link__catch {
      width: 25em; } }
  .relation-link__catch::after {
    content: "▶";
    font-size: 0.8em; }
    @media only screen and (max-width: 768px) {
      .relation-link__catch::after {
        content: "▼"; } }
.relation-link__name {
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .relation-link__name {
      text-align: center; } }

.contact {
  background: #2D2A47;
  color: #fff;
  padding: 50px 0; }
  .contact__midashi {
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: .2em; }
    @media only screen and (max-width: 768px) {
      .contact__midashi {
        font-size: 1.8rem; } }
  .contact__text {
    width: 940px;
    margin: 0 auto;
    font-style: normal;
    font-size: 1.4rem; }
    @media screen and (max-width: 1024px) {
      .contact__text {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .contact__text {
        width: 96%;
        font-size: 1.3rem; } }
    .contact__text-par {
      padding: 5px 10px 0px; }
      @media only screen and (max-width: 768px) {
        .contact__text-par {
          padding: 1.2077294686vw 2.4154589372vw 0vw 2.4154589372vw; } }
  .contact a {
    color: #fff; }
    .contact a:hover {
      text-decoration: none; }
  .contact .tableBorderNone {
    padding: 0 10px; }
    @media only screen and (max-width: 768px) {
      .contact .tableBorderNone {
        padding: 0vw 2.4154589372vw 0vw 2.4154589372vw; } }
  .contact__btn {
    font-size: 1.2em;
    font-weight: bold; }

@media only screen and (max-width: 768px) {
  .copyright {
    padding-bottom: 64px; } }
.copyright__text {
  font-size: 1.2rem;
  text-align: center;
  margin: 5px 0; }

#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  width: 64px;
  display: none; }
  @media only screen and (max-width: 768px) {
    #page_top {
      display: none; } }




