
@charset "UTF-8";
@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/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* 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; }

/* ---------- ---------- ---------- ---------- ---------- */
.mt-auto {
  margin-top: auto; }

.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.dc {
    flex-direction: column; }
  .flex-box.jfs {
    justify-content: flex-start; }
  .flex-box.jfe {
    justify-content: flex-end; }
  .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; }
  @media print, screen and (min-width: 769px) {
    .col2 .flex-box__item {
      max-width: 49%; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fc--red {
  color: #E53E3E !important; }
.fc--blue {
  color: #1A62B2 !important; }
.fc--white {
  color: #fff !important; }

.td--ul {
  text-decoration: underline; }

/* ---------- ---------- ---------- ---------- ---------- */
.bg--blue {
  background: #EEF6FF; }
.bg--gray {
  background: #e7ecf2; }
.bg--white {
  background: #fff; }

/* ---------- ---------- ---------- ---------- ---------- */
.movie-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .movie-box__notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4.4rem;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .movie-box__notice {
        font-size: 7.2463768116vw; } }

.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; } }

.movie-icon-resize {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .movie-icon-resize::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .movie-icon-resize::after {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    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-resize::after {
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px;
  height: 64px;
  background: url(/media_library/grpnewtop/images/common/pagetop.svg) no-repeat center; }
  @media only screen and (max-width: 768px) {
    .page-top {
      width: 9.6618357488vw;
      height: 9.6618357488vw; } }
  .page-top:hover {
    opacity: 0.7;
    transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.note {
  list-style: none;
  line-height: 1.5; }
  .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;
    list-style: none;
    line-height: 1.5; }
    .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; }

.list {
  list-style: none; }
  .list li {
    padding-left: 1.3rem;
    text-indent: -1.3em; }
    .list li::before {
      content: "●";
      color: #1A62B2;
      font-size: .6em;
      margin-right: .5em; }
  .list-circle-num {
    list-style: none; }
    .list-circle-num__item {
      margin-left: 1em;
      padding-left: 1.5rem;
      text-indent: -1.5em; }
      .list-circle-num__item::before {
        color: #1A62B2;
        margin-right: .5em; }
      .list-circle-num__item:nth-child(1)::before {
        content: "❶"; }
      .list-circle-num__item:nth-child(2)::before {
        content: "❷"; }
      .list-circle-num__item:nth-child(3)::before {
        content: "❸"; }
      .list-circle-num__item:nth-child(4)::before {
        content: "❹"; }
      .list-circle-num__item:nth-child(5)::before {
        content: "❺"; }
      .list-circle-num__item:nth-child(6)::before {
        content: "❻"; }
      .list-circle-num__item:nth-child(7)::before {
        content: "❼"; }
      .list-circle-num__item:nth-child(8)::before {
        content: "❽"; }
      .list-circle-num__item:nth-child(9)::before {
        content: "❾"; }
      .list-circle-num__item:nth-child(10)::before {
        content: "❿"; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px; }

body {
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 3.8647342995vw; } }
  body::before {
    content: '';
    display: block;
    position: fixed;
    background: #1A62B2;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 11; }

a {
  color: #1E2124; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

.fc--yellow {
  color: #F5E131; }

.new, h4.comingsoon::before {
  font-size: 0.7em;
  line-height: 1.4; }
  .new--center {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .new--center {
        font-size: 3.3816425121vw; } }
  .new::after {
    content: 'New';
    background: #E53E3E;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    margin-right: 5px; }

.held {
  font-size: 0.7em;
  background: #dae9fe;
  display: inline-block;
  padding: 0 2px;
  border-radius: 2px;
  margin-left: 5px; }

.note {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em; }
  .note.att {
    padding-left: 1em;
    text-indent: -1em; }
    .note.att::before {
      content: "※";
      color: #777; }

.link-scroll {
  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='%230BC2E8'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M11 5v11.17l-4.88-4.88c-.39-.39-1.03-.39-1.42 0-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L13 16.17V5c0-.55-.45-1-1-1s-1 .45-1 1z'/%3E%3C/svg%3E");
  padding-left: 26px; }
.link-external {
  text-decoration: underline;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%230BC2E8'%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") no-repeat scroll 0 center/1.2em auto transparent;
  padding: 0px 0 3px 1.3em;
  margin: 0 2px; }
.link-info {
  background: url("data:image/svg+xml,%3Csvg id='info_24dp_5F6368' xmlns='http://www.w3.org/2000/svg' width='24.876' height='24.876' viewBox='0 0 24.876 24.876'%3E%3Cpath id='パス_2160' data-name='パス 2160' d='M0,0H24.876V24.876H0Z' fill='none'/%3E%3Cpath id='パス_2161' data-name='パス 2161' d='M12.365,2A10.365,10.365,0,1,0,22.73,12.365,10.369,10.369,0,0,0,12.365,2ZM13.4,17.548H11.329V11.329H13.4Zm0-8.292H11.329V7.183H13.4Z' transform='translate(0.073 0.073)' fill='%231eb6c6'/%3E%3C/svg%3E%0A") center left/contain no-repeat;
  color: #1EB6C6;
  padding-left: 26px; }
.link-icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='10' viewBox='0 0 5 10'%3E%3Cpath id='arrow_right_24dp_1F1F1F' d='M10,17l5-5L10,7Z' transform='translate(-10 -7)' fill='%230BC2E8'/%3E%3C/svg%3E%0A") center left no-repeat;
  padding-left: 15px; }

.link-btn__item {
  display: inline-block;
  background: #1A62B2 url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='レイヤー_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='10px' viewBox='0 0 10 10' enable-background='new 0 0 10 10' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M10,0v10H0L10,0z'/%3E%3C/svg%3E%0A") bottom 2px right 2px/7px 7px no-repeat;
  display: flex;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 20px 30px 20px 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  position: relative;
  transition: background .4s, box-shadow .4s; }
  .link-btn__item.blue {
    background-color: #0070c0; }
    .link-btn__item.blue:hover {
      background-color: #007fda; }
  .link-btn__item.light-blue {
    background-color: #41b4ff; }
    .link-btn__item.light-blue:hover {
      background-color: #5bbeff; }

@media only screen and (max-width: 768px) {
  #cboxClose {
    height: 12.077294686vw;
    width: 12.077294686vw;
    background-size: contain;
    top: -6.038647343vw;
    right: -6.038647343vw; } }

.modal-supple {
  display: none; }
  .modal-supple__inner {
    background: #fff;
    padding: 20px 40px;
    font-size: 1.5rem;
    width: 700px;
    margin: 0 auto;
    border: 5px solid #EEF6FF; }
    @media only screen and (max-width: 768px) {
      .modal-supple__inner {
        width: 100%;
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }

.list-circle-num__inner {
  display: flex;
  padding: 0;
  text-indent: 0;
  margin: 0 0 30px; }
  .list-circle-num__inner > div {
    flex: 1; }

.list-check {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .list-check__item {
    padding-left: 1.5em;
    text-indent: -1.5em; }
    .list-check__item::before {
      content: "\f1fe";
      font-family: 'Material Symbols Outlined';
      color: #1A62B2;
      font-size: 1.2em;
      margin-right: .3em;
      vertical-align: middle; }

.img-block {
  display: flex;
  margin-bottom: 50px; }
  @media print, screen and (min-width: 769px) {
    .img-block {
      justify-content: space-between; } }
  @media only screen and (max-width: 768px) {
    .img-block {
      margin-bottom: 9.6618357488vw;
      flex-direction: column; } }
  .img-block:last-child {
    margin-bottom: 0; }
  .img-block__img {
    margin-right: 20px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .img-block__img {
        margin-right: 0;
        text-align: center;
        margin: 0vw auto 3.6231884058vw auto;
        width: 80%; } }
    .img-block__img--notice {
      position: relative;
      width: auto; }
      .img-block__img--notice::before {
        content: attr(data-label);
        white-space: pre;
        color: #fff;
        font-size: 20px;
        font-weight: 900;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        background: rgba(0, 0, 0, 0.4);
        justify-content: center;
        align-items: center;
        line-height: 1.4; }
    .img-block__img a {
      text-decoration: none; }
    .img-block__img-tit {
      font-size: 1.4rem;
      line-height: 1.4;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .img-block__img-tit {
          font-size: 3.3816425121vw; } }
    .img-block__img-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 20px;
      padding: 10px 25px 10px 40px;
      border-radius: 5px;
      color: #1E2124;
      font-weight: bold;
      text-decoration: none;
      width: 100%;
      font-size: 1.4rem;
      line-height: 1.8;
      position: relative;
      transition: background .4s, box-shadow .4s;
      background: #FFAA00; }
      .img-block__img-btn:hover {
        background: #d68f00;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset; }
      .img-block__img-btn::before {
        content: '\f090';
        font-family: 'Material Icons';
        position: absolute;
        left: 10px;
        top: calc(50% - 12px);
        font-size: 24px;
        font-weight: normal;
        line-height: 1; }
  .img-block__detail {
    display: flex;
    flex-direction: column; }
    @media print, screen and (min-width: 769px) {
      .img-block__detail {
        width: calc(100% - 270px); } }
    @media print, screen and (min-width: 769px) {
      .img-block--mov .img-block__detail {
        width: calc(100% - 450px); } }
  @media only screen and (max-width: 768px) {
    .img-block__text {
      margin-bottom: 3.6231884058vw; } }
  .img-block__text-heading {
    background: #e7ecf2;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .img-block__text-heading {
        font-size: 3.6231884058vw;
        margin-bottom: 4.8309178744vw; } }
  .img-block__text .point {
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .img-block__text .point {
        font-size: 3.3816425121vw; } }
  .img-block__link {
    width: 90%;
    margin: auto 0 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .img-block__link {
        flex-direction: column;
        margin: auto auto 10px; } }
    .img-block__link-inner {
      height: 100%; }
      @media print, screen and (min-width: 769px) {
        .img-block__link-inner {
          height: 60px;
          width: 290px; } }
      @media only screen and (max-width: 768px) {
        .img-block__link-inner {
          height: 14.4927536232vw;
          margin-bottom: 3.6231884058vw; } }
      @media print, screen and (min-width: 769px) {
        .img-block__link-inner--thin {
          height: 45px; } }
      @media only screen and (max-width: 768px) {
        .img-block__link-inner--thin {
          height: 10.8695652174vw; } }
      .img-block__link-inner:not(:nth-last-child(-n+2)) {
        margin-bottom: 15px; }
    .img-block__link-item, .taiou-table__dl-item, .taiou-table__movie-item {
      background: #005eb8;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 10px 30px 10px 45px;
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      width: 100%;
      height: 100%;
      line-height: 1.4;
      position: relative;
      transition: background .4s, box-shadow .4s; }
      .img-block__link-item:hover, .taiou-table__dl-item:hover, .taiou-table__movie-item:hover {
        background: #154e8e;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset; }
      .img-block__link-item::before, .taiou-table__dl-item::before, .taiou-table__movie-item::before {
        content: '\e639';
        font-family: 'Material Icons';
        position: absolute;
        left: 15px;
        top: calc(50% - 12px);
        font-size: 24px;
        font-weight: normal;
        line-height: 1; }
      .img-block__link-item.download, .taiou-table__dl-item, .download.taiou-table__movie-item {
        background: #FFAA00;
        color: #002a52; }
        .img-block__link-item.download:hover, .taiou-table__dl-item:hover, .download.taiou-table__movie-item:hover {
          background: #d68f00;
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset; }
        .img-block__link-item.download::before, .taiou-table__dl-item::before, .download.taiou-table__movie-item::before {
          content: '\f090';
          font-family: 'Material Icons'; }
      .img-block__link-item.web, .web.taiou-table__dl-item, .web.taiou-table__movie-item {
        background: #FFAA00;
        color: #002a52; }
        .img-block__link-item.web:hover, .web.taiou-table__dl-item:hover, .web.taiou-table__movie-item:hover {
          background: #d68f00;
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) inset; }
        .img-block__link-item.web::before, .web.taiou-table__dl-item::before, .web.taiou-table__movie-item::before {
          content: '\e051';
          font-family: 'Material Icons'; }
      .img-block__link-item.disable, .disable.taiou-table__dl-item, .disable.taiou-table__movie-item {
        pointer-events: none;
        background: #ccc;
        color: #fff; }
      .img-block__link-item .sup, .taiou-table__dl-item .sup, .taiou-table__movie-item .sup {
        font-size: 1.3rem;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-weight: normal; }

.box {
  padding: 15px;
  margin: 20px auto; }

.border-box {
  border: 1px solid #1E2124;
  padding: 15px;
  margin: 20px auto; }
  .border-box.fs--s {
    font-size: .9em; }

.doc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .doc-list__item {
    width: 47.5%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 768px) {
      .doc-list__item {
        width: 100%;
        margin-bottom: 9.6618357488vw; } }
    .doc-list__item h4 {
      margin-top: 0 !important;
      flex-grow: 1; }
    @media print, screen and (min-width: 769px) {
      .doc-list__item:nth-last-child(-n + 1) {
        margin-bottom: 0; } }
    @media only screen and (max-width: 768px) {
      .doc-list__item:last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 769px) {
    .doc-list .img-block__img {
      width: 160px; } }
  @media print, screen and (min-width: 769px) {
    .doc-list .img-block__detail {
      width: calc(100% - 190px);
      font-size: 1.5rem; } }
  .doc-list .img-block__link-inner {
    height: 50px; }
    @media only screen and (max-width: 768px) {
      .doc-list .img-block__link-inner {
        height: 14.4927536232vw; } }

.point {
  padding: 15px 15px 15px 70px;
  background: #fff url("/media_library/lp/ebooks-invoice/images/icon_point.svg") left 15px center/40px 40px no-repeat;
  border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .point {
      padding: 14.4927536232vw 3.6231884058vw 3.6231884058vw 3.6231884058vw;
      background-position: top 10px center;
      background-size: 9.6618357488vw 9.6618357488vw; } }
  .point.bg--blue {
    background-color: #EEF6FF; }

.point-aside {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: #E7ECF2 5px solid; }
  @media only screen and (max-width: 768px) {
    .point-aside {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .point-aside__inner {
    background: url("/media_library/lp/ebooks-invoice/images/peppol_icon_person.png") left top/140px no-repeat; }
    @media print, screen and (min-width: 769px) {
      .point-aside__inner {
        padding-left: 150px; } }
    @media only screen and (max-width: 768px) {
      .point-aside__inner {
        background-position: bottom center;
        background-size: 28.9855072464vw 28.9855072464vw;
        padding-bottom: 28.9855072464vw; } }
  .point-aside .bg--gray {
    background: #f4f6f9; }

.docs-layout {
  gap: 30px;
  display: flex;
  justify-content: space-between; }
  @media print, screen and (min-width: 769px) {
    .docs-layout {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 768px) {
    .docs-layout {
      flex-direction: column; } }
  .docs-layout__bl {
    align-items: stretch;
    display: flex;
    flex-direction: column; }
    @media print, screen and (min-width: 769px) {
      .docs-layout__bl {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-grow: 1; } }
    @media only screen and (max-width: 768px) {
      .docs-layout__bl {
        margin-bottom: 9.6618357488vw; } }
  .docs-layout__tit {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    padding: 10px 0;
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .docs-layout__tit {
        margin-bottom: 4.8309178744vw;
        font-size: 3.8647342995vw; } }
  .docs-layout__img {
    text-align: center;
    margin: 0 auto 15px; }
    @media print, screen and (min-width: 769px) {
      .docs-layout__img {
        width: 200px;
        height: 282px; } }
    @media only screen and (max-width: 768px) {
      .docs-layout__img {
        margin-bottom: 3.6231884058vw; } }
    @media print, screen and (min-width: 769px) {
      .docs-layout__img.landscape {
        width: 300px; } }
  .docs-layout__txt {
    font-size: 1.5rem;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .docs-layout__txt {
        font-size: 3.6231884058vw;
        margin-bottom: 3.6231884058vw; } }
  .docs-layout__btn {
    margin: auto auto 0; }
    @media print, screen and (min-width: 769px) {
      .docs-layout__btn {
        width: 70%; } }
    @media only screen and (max-width: 768px) {
      .docs-layout__btn {
        width: 90%;
        margin: 4.8309178744vw auto 4.8309178744vw auto; } }
    .docs-layout__btn .img-block__link-item, .docs-layout__btn .taiou-table__dl-item, .docs-layout__btn .taiou-table__movie-item {
      height: 60px;
      padding: 5px 30px 5px 45px; }
      @media only screen and (max-width: 768px) {
        .docs-layout__btn .img-block__link-item, .docs-layout__btn .taiou-table__dl-item, .docs-layout__btn .taiou-table__movie-item {
          height: 14.4927536232vw; } }
    .docs-layout__btn.col2 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: auto; }
      .docs-layout__btn.col2 .img-block__link-item, .docs-layout__btn.col2 .taiou-table__dl-item, .docs-layout__btn.col2 .taiou-table__movie-item {
        width: 49%; }
        .docs-layout__btn.col2 .img-block__link-item:not(:nth-child(-n+2)), .docs-layout__btn.col2 .taiou-table__dl-item:not(:nth-child(-n+2)), .docs-layout__btn.col2 .taiou-table__movie-item:not(:nth-child(-n+2)) {
          margin-top: 10px; }

.docs-c-layout {
  text-align: center; }
  .docs-c-layout__img {
    margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .docs-c-layout__btn {
      width: 90%;
      margin: 0 auto;
      height: 14.4927536232vw; } }
  @media print, screen and (min-width: 769px) {
    .docs-c-layout__btn-item {
      padding: 18px 40px 18px 55px;
      width: 420px;
      margin: 0 auto; } }
  @media only screen and (max-width: 768px) {
    .docs-c-layout__btn-item {
      height: 100%; } }

h2:not([class]), .h2 {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: .1em; }
  @media only screen and (max-width: 768px) {
    h2:not([class]), .h2 {
      font-size: 6.2801932367vw;
      margin-bottom: 7.2463768116vw; } }
  h2:not([class]) small, .h2 small {
    font-size: 3.4rem; }
    @media only screen and (max-width: 768px) {
      h2:not([class]) small, .h2 small {
        font-size: 6.2801932367vw; } }

h3:not([class]) {
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 50px;
  line-height: 1.4;
  background-color: #e3edfb;
  padding: 5px 5px 5px 10px;
  border-left: 7px solid #1A62B2;
  color: #333; }
  @media only screen and (max-width: 768px) {
    h3:not([class]) {
      font-size: 4.347826087vw; } }
  .ebooks h3:not([class]) {
    background-color: #fff;
    border-left: 7px solid #CA6186; }
  .invoice h3:not([class]) {
    background-color: #fff9ef;
    border-left: 7px solid #C7A160; }
  .teigaku h3:not([class]) {
    background-color: #ECF2F8;
    border-left: 7px solid #1A62B2; }

.h3--more {
  font-size: 1.8rem;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.4;
  padding: 5px 5px 5px 10px;
  color: #333;
  position: relative;
  padding-right: 75px;
  border-left: 7px solid #1A62B2;
  border-bottom: 1px solid #1A62B2; }
  @media only screen and (max-width: 768px) {
    .h3--more {
      font-size: 4.347826087vw; } }
  .h3--more::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 1.2rem;
    font-weight: 500;
    position: absolute;
    right: 5px;
    bottom: calc(50% - 11.4px);
    background: #fff;
    color: #1A62B2; }
  .h3--more.ebooks {
    border-left: 7px solid #CA6186;
    border-bottom: 1px solid #CA6186; }
    .h3--more.ebooks::after {
      content: "電子取引";
      color: #CA6186;
      background: #fff8fa; }
  .h3--more.invoice {
    border-left: 7px solid #C7A160;
    border-bottom: 1px solid #C7A160; }
    .h3--more.invoice::after {
      content: "インボイス";
      color: #C7A160; }
  .h3--more.teigaku {
    border-left: 7px solid #1A62B2;
    border-bottom: 1px solid #1A62B2; }
    .h3--more.teigaku::after {
      content: "定額減税";
      color: #1A62B2; }
  @media only screen and (max-width: 768px) {
    .h3--more.workbook {
      padding-right: 0; } }
  .h3--more.workbook::after {
    content: attr(data-name);
    width: auto;
    background: #EEF6FF;
    color: #1A62B2; }
    @media only screen and (max-width: 768px) {
      .h3--more.workbook::after {
        position: static; } }
  .h3--more.workbook.ebooks::after {
    background: #fff8fa;
    color: #CA6186; }
  .h3--more.workbook.invoice::after {
    background: #fff;
    color: #C7A160; }
  .h3--more.workbook.teigaku::after {
    background: #fff;
    color: #1A62B2; }
  .h3--more.workbook.bg-white::after {
    background: #fff; }

h4:not([class]), .h4, h4.num1, h4.num2, h4.num3, h4.num4, h4.num5, h4.comingsoon {
  font-size: 1.8rem;
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  border-left: 5px solid #1A62B2;
  border-bottom: 1px solid #1A62B2;
  padding: 3px 7px; }
  @media only screen and (max-width: 768px) {
    h4:not([class]), .h4, h4.num1, h4.num2, h4.num3, h4.num4, h4.num5, h4.comingsoon {
      font-size: 3.8647342995vw; } }

h4.h3--more {
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    h4.h3--more {
      font-size: 3.8647342995vw; } }
h4.num1 {
  display: flex;
  align-items: center; }
  h4.num1::before {
    content: "❶";
    margin-right: .2em;
    color: #1A62B2; }
h4.num2 {
  display: flex;
  align-items: center; }
  h4.num2::before {
    content: "❷";
    margin-right: .2em;
    color: #1A62B2; }
h4.num3 {
  display: flex;
  align-items: center; }
  h4.num3::before {
    content: "❸";
    margin-right: .2em;
    color: #1A62B2; }
h4.num4 {
  display: flex;
  align-items: center; }
  h4.num4::before {
    content: "❹";
    margin-right: .2em;
    color: #1A62B2; }
h4.num5 {
  display: flex;
  align-items: center; }
  h4.num5::before {
    content: "❺";
    margin-right: .2em;
    color: #1A62B2; }

h4.comingsoon {
  color: #777; }
  h4.comingsoon::before {
    content: '公開予定';
    line-height: 1.4;
    padding: 0 4px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 0.9em;
    color: #fff;
    background: #1A62B2; }

h5:not([class]) {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 30px;
  color: #1A62B2; }
  @media only screen and (max-width: 768px) {
    h5:not([class]) {
      font-size: 3.6231884058vw;
      margin-bottom: 2.4154589372vw;
      margin-top: 4.8309178744vw; } }
  h5:not([class]):first-child {
    margin-top: 0; }

#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 9;
  width: 64px; }

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 48; }

.header {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 8px 70px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16); }
  @media print, screen and (min-width: 769px) {
    .header {
      height: 58px; } }
  @media screen and (max-width: 1224px) {
    .header {
      padding: 8px 10px 8px 65px; } }
  @media only screen and (max-width: 768px) {
    .header {
      padding: 1.9323671498vw 2.4154589372vw 1.9323671498vw 14.4927536232vw;
      height: 14.4927536232vw; } }
  .header__logo-tkc {
    display: flex;
    align-items: center;
    column-gap: 1em;
    line-height: 1;
    font-size: 1.6rem; }
    @media screen and (max-width: 1224px) {
      .header__logo-tkc {
        font-size: 1.1rem; } }
    @media screen and (max-width: 1224px) {
      .header__logo-tkc .logo img {
        width: 90px; } }
    .header__logo-tkc .name a {
      text-decoration: none; }

.toggle-btn {
  position: fixed;
  top: 10px;
  left: 15px;
  cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43'%3E%3Cg id='グループ_76' data-name='グループ 76' transform='translate(-16 -15)'%3E%3Crect id='長方形_8' data-name='長方形 8' width='43' height='43' rx='3' transform='translate(16 15)' fill='%23fff'/%3E%3Cpath id='長方形_8_-_アウトライン' data-name='長方形 8 - アウトライン' d='M3,1A2,2,0,0,0,1,3V40a2,2,0,0,0,2,2H40a2,2,0,0,0,2-2V3a2,2,0,0,0-2-2H3M3,0H40a3,3,0,0,1,3,3V40a3,3,0,0,1-3,3H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' transform='translate(16 15)' fill='%23005eb8'/%3E%3Cpath id='パス_264' data-name='パス 264' d='M1,0H2.464V-3.4c0-.77-.132-1.9-.209-2.673H2.3l.649,1.914L4.213-.737h.935L6.4-4.158l.66-1.914h.055c-.088.77-.209,1.9-.209,2.673V0H8.393V-8.151h-1.8L5.236-4.334c-.176.506-.319,1.045-.495,1.562H4.686c-.165-.517-.319-1.056-.5-1.562L2.805-8.151H1ZM10.4,0H15.51V-1.364H12.023V-3.542h2.86V-4.906h-2.86V-6.787h3.366V-8.151H10.4ZM17.16,0H18.7V-3.267c0-.935-.121-1.958-.2-2.838h.055l.825,1.749L21.736,0h1.65V-8.151h-1.54V-4.9c0,.924.132,2,.209,2.849H22l-.814-1.76L18.821-8.151H17.16ZM28.523.154c1.991,0,3.146-1.111,3.146-3.817V-8.151H30.107V-3.52c0,1.694-.616,2.266-1.584,2.266-.946,0-1.54-.572-1.54-2.266V-8.151H25.355v4.488C25.355-.957,26.543.154,28.523.154Z' transform='translate(21 53)' fill='%23005eb8'/%3E%3Crect id='長方形_9' data-name='長方形 9' width='22' height='2' transform='translate(27 23)' fill='%23005eb8'/%3E%3Crect id='長方形_10' data-name='長方形 10' width='22' height='2' transform='translate(27 29)' fill='%23005eb8'/%3E%3Crect id='長方形_11' data-name='長方形 11' width='22' height='2' transform='translate(27 35)' fill='%23005eb8'/%3E%3C/g%3E%3C/svg%3E%0A") center/100% no-repeat;
  box-shadow: 0 3px 6px rgba(26, 98, 178, 0.2);
  width: 40px;
  height: 40px;
  z-index: 99;
  border-radius: 3px; }
  @media only screen and (max-width: 768px) {
    .toggle-btn {
      width: 9.6618357488vw;
      height: 9.6618357488vw;
      top: 2.4154589372vw;
      left: 2.4154589372vw; } }

.top-seminar {
  position: relative;
  z-index: 1; }
  @media print, screen and (min-width: 769px) {
    .is-menu-close .top-seminar {
      padding-left: 50px; } }
  @media screen and (max-width: 1224px) {
    .is-menu-close .top-seminar {
      flex: 1; } }
  .top-seminar__inner {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1224px) {
      .top-seminar__inner {
        padding: 0 0 0 10px; } }
    @media only screen and (max-width: 768px) {
      .top-seminar__inner {
        flex-direction: column;
        padding: 2.4154589372vw 4.8309178744vw 2.4154589372vw 4.8309178744vw;
        margin-bottom: 7.2463768116vw; } }
  .top-seminar__tit {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .top-seminar__tit {
        font-size: 3.6231884058vw;
        margin-bottom: 4.8309178744vw;
        background: #EEF6FF;
        padding: 1.2077294686vw 1.2077294686vw 1.2077294686vw 1.2077294686vw;
        width: 100%; } }
    .top-seminar__tit::before {
      content: "\e90f";
      font-family: 'Material Icons';
      background: #EEF6FF;
      color: #1A62B2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      font-size: 2.8rem;
      border-radius: 50%;
      margin-right: 12px; }
      @media only screen and (max-width: 768px) {
        .top-seminar__tit::before {
          font-size: 5.7971014493vw;
          width: 7.729468599vw;
          height: 7.729468599vw;
          margin-right: 2.4154589372vw; } }
    @media print, screen and (min-width: 769px) {
      .top-seminar__tit-inner {
        margin-right: 1em; } }
    @media only screen and (max-width: 768px) {
      .top-seminar__tit-inner {
        width: calc(100% - 10.1449275362vw); } }
    .top-seminar__tit-item {
      display: inline-block; }
    .top-seminar__tit-strong {
      font-weight: bold;
      display: inline-block; }
      @media screen and (max-width: 1224px) {
        .top-seminar__tit-strong {
          font-size: 1.2rem;
          font-weight: normal; } }
  @media screen and (max-width: 1224px) {
    .top-seminar__sub-catch {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .top-seminar__sub-catch {
      display: block; } }
  .top-seminar__btn {
    display: flex;
    justify-content: flex-end; }
    @media print, screen and (min-width: 769px) {
      .top-seminar__btn {
        width: 564px; } }
    @media screen and (max-width: 1380px) {
      .top-seminar__btn {
        width: 65%; } }
    @media screen and (max-width: 1224px) {
      .top-seminar__btn {
        min-width: 395px;
        column-gap: 8px; } }
    @media only screen and (max-width: 768px) {
      .top-seminar__btn {
        min-width: 0;
        width: 100%;
        justify-content: space-between;
        padding-left: 0;
        flex-direction: column;
        grid-row-gap: 3.6231884058vw; } }
    .top-seminar__btn-item {
      display: inline-block;
      width: min(180px, calc(100%/3));
      text-align: center;
      font-weight: bold;
      color: #fff;
      border-radius: 6px;
      background: #2AB3F5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%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") no-repeat right 8px center;
      padding: 5px 30px 5px 20px;
      text-decoration: none;
      transition: background .4s; }
      @media screen and (max-width: 1224px) {
        .top-seminar__btn-item {
          text-align: left;
          font-size: 1.3rem;
          padding: 5px 28px 5px 10px;
          background-size: 1.6rem 1.6rem;
          background-position: right 5px center;
          width: auto; } }
      @media only screen and (max-width: 768px) {
        .top-seminar__btn-item {
          width: 80%;
          margin: 0 auto;
          padding: 1.9323671498vw 4.8309178744vw 1.9323671498vw 2.4154589372vw;
          background-size: 3.3816425121vw 3.3816425121vw;
          background-position: right 1.2077294686vw center; } }
      .top-seminar__btn-item:hover {
        background-color: #1b9fe0; }
      @media print, screen and (min-width: 769px) {
        .top-seminar__btn-item:not(:last-child) {
          margin-right: 12px; } }
      @media screen and (max-width: 1224px) {
        .top-seminar__btn-item:not(:last-child) {
          margin-right: 8px; } }
      @media only screen and (max-width: 768px) {
        .top-seminar__btn-item:not(:last-child) {
          margin: 0 auto; } }
      .top-seminar__btn-item.hankan {
        background-color: #00C75A; }
        .top-seminar__btn-item.hankan:hover {
          background-color: #00b04f; }
      .top-seminar__btn-item.kyuyo {
        background-color: #ff821e; }
        .top-seminar__btn-item.kyuyo:hover {
          background-color: #ec6c06; }
      .top-seminar__btn-item.disable {
        background: #ccc;
        padding: 8px 20px; }
        @media print, screen and (min-width: 769px) {
          .top-seminar__btn-item.disable {
            width: 200px; } }
        @media only screen and (max-width: 768px) {
          .top-seminar__btn-item.disable {
            padding: 1.2077294686vw 4.8309178744vw 1.2077294686vw 4.8309178744vw; } }

.header-nav {
  position: fixed;
  display: flex;
  top: 58px;
  z-index: 10;
  border-top: 1px solid #E7ECF2;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  transform: translateX(0);
  -ms-overflow-style: none;
  scrollbar-width: none;
  left: 0;
  bottom: 0;
  background: #fff;
  /*@include mq-down() {
    width: 100%;
    @include createVw(height, 50);
    background: #fff;
    border-bottom: 1px solid $borderGray;
    justify-content: space-between;
    position: fixed;
    @include createVw(top, 50);
    right: 0;
    transform: translateX(100%);
    background: #fff;
    transition: transform 0.4s;
    z-index: 11;
    height: auto;
    width: 100%;
    &.active {
      transform: translateX(0);
    }
  }*/ }
  @media print {
    .header-nav {
      display: none; } }
  @media print, screen and (min-width: 769px) {
    .header-nav {
      height: calc(100vh - 60px);
      width: 285px;
      box-sizing: content-box;
      border-right: 1px solid #E7ECF2;
      flex-direction: column;
      transition: transform 0.2s; }
      .header-nav::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 1024px) and (min-width: 769px) {
    .header-nav {
      position: fixed; } }
  @media only screen and (max-width: 768px) {
    .header-nav {
      position: fixed;
      width: 100%;
      top: 14.4927536232vw;
      height: calc(100vh - 14.4927536232vw); } }
  .header-nav.is-menu-close {
    position: fixed;
    transform: translateX(-100%); }
  .header-nav__inner {
    position: relative; }
  .header-nav__close {
    position: absolute;
    top: 0px;
    right: 5px;
    display: block;
    width: 2rem;
    height: 3.6rem; }
    .header-nav__close::before {
      content: '\e2ea';
      font-family: 'Material Icons';
      color: #94abc5;
      font-size: 2rem;
      cursor: pointer; }
  .header-nav__heading {
    font-weight: bold;
    border-bottom: 1px dashed #A8ACAF;
    margin-bottom: 10px;
    line-height: 1.4;
    padding-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .header-nav__heading {
        font-size: 1.1em;
        margin-bottom: 2.4154589372vw; } }
  .header-nav__list {
    list-style: none;
    padding: 20px 10px 15px 15px; }
    .header-nav__list:last-of-type {
      padding-bottom: 25px; }
    .header-nav__list-item {
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      position: relative; }
      .header-nav__list-item:last-child {
        margin-bottom: 0; }
      .header-nav__list-item::before {
        content: '';
        width: 10px;
        height: 2px;
        display: inline-block;
        background: #1A62B2;
        vertical-align: middle;
        margin-right: 10px;
        z-index: 5; }
      .header-nav__list-item .new, .header-nav__list-item h4.comingsoon::before {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
  .header-nav__link {
    line-height: 1.4;
    font-weight: bold;
    color: #1A62B2;
    text-decoration: none;
    position: relative;
    width: calc(100% - 25px);
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .header-nav__link {
        font-size: 3.8647342995vw; } }
    .header-nav__link::after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #118bff;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform 0.3s; }
    .header-nav__link:hover::after {
      transform: scale(1, 1); }
    .header-nav__link.disable {
      pointer-events: none; }
    .header-nav__link.active {
      pointer-events: none;
      color: #0BC2E8;
      margin-bottom: 5px; }
      .header-nav__link.active::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #0BC2E8;
        transform: scale(1, 1);
        transform-origin: left top;
        transition: transform 0.3s; }

.header-sub-nav__list {
  width: 100%;
  padding-left: 10px;
  margin-top: 4px;
  list-style: none; }
  .header-sub-nav__list-item {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' viewBox='0 0 5 5'%3E%3Crect width='5' height='5' fill='%23b7b7b7'/%3E%3C/svg%3E%0A") left center no-repeat;
    padding-left: 15px;
    margin-bottom: 3px;
    position: relative; }
    .header-sub-nav__list-item .new, .header-sub-nav__list-item h4.comingsoon::before {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
.header-sub-nav__link {
  line-height: 1.4;
  font-weight: 500;
  color: #1E2124;
  text-decoration: none;
  position: relative;
  width: 100%;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .header-sub-nav__link {
      font-size: 3.8647342995vw; } }

.header-movie {
  margin-top: auto;
  padding: 0 10px; }
  .header-movie a {
    display: block;
    position: relative;
    line-height: 1;
    margin: 0 auto;
    width: 80%; }
    .header-movie a::before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.1);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .header-movie a::after {
      content: '';
      position: absolute;
      display: block;
      right: calc(50% - 20px);
      bottom: calc(50% - 20px);
      background-image: url(/media_library/grhpcommon/images/icon_start.svg);
      width: 40px;
      height: 40px;
      background-size: contain; }
      @media only screen and (max-width: 768px) {
        .header-movie a::after {
          width: 16.9082125604vw;
          height: 16.9082125604vw;
          right: calc(50% - 16.9082125604vw / 2);
          bottom: calc(50% - 16.9082125604vw / 2); } }
  .header-movie__text {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    line-height: 1.4; }

.header-aside__inquiry {
  margin: 20px;
  text-align: center;
  padding: 15px 10px;
  color: #1A62B2;
  background: #EEF6FF;
  border-radius: 6px;
  font-size: 1.3rem;
  font-weight: bold; }

.main {
  display: block;
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .main {
      margin-top: 60px;
      min-height: calc(100vh - 58px);
      transition: margin-left .2s;
      margin-left: 285px; } }
  @media print {
    .main {
      margin-left: 0; } }
  @media (max-width: 1024px) and (min-width: 769px) {
    .main {
      margin-left: 0; } }
  @media only screen and (max-width: 768px) {
    .main {
      padding-top: 14.4927536232vw; } }
  .main::before {
    content: '';
    opacity: 0;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all .4s; }
  .main.overlay::before {
    content: '';
    opacity: 1;
    display: block; }
  @media print, screen and (min-width: 769px) {
    .main.is-menu-close {
      margin-left: 0; } }

.section {
  padding: 0; }
  .section.bg-gray {
    background: #e7ecf2; }
  .section.bg-orange {
    background: #fff9ef; }
  .section.bg-blue {
    background: #EEF6FF; }
  .section.bg-base-color {
    background: #1A62B2; }
  .section.bg-teigaku {
    background: #ECF2F8; }
  .section.bg-ebooks {
    background: #fff; }
  .section.bg-invoice {
    background: #fff9ef; }
  .section__inner {
    margin: 0 auto;
    padding: 80px 0; }
    @media print, screen and (min-width: 769px) {
      .section__inner {
        width: min(90%, 950px); } }
    @media screen and (min-width: 769px) and (max-width: 1224px) {
      .section__inner {
        width: 90%; } }
    @media only screen and (max-width: 768px) {
      .section__inner {
        width: 100%;
        padding: 14.4927536232vw 3.6231884058vw 14.4927536232vw 3.6231884058vw; } }
    .section__inner--pd-s {
      padding: 40px 0; }
      @media only screen and (max-width: 768px) {
        .section__inner--pd-s {
          padding: 7.2463768116vw 3.6231884058vw 7.2463768116vw 3.6231884058vw; } }
  .section__catch {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .section__catch {
        font-size: 3.8647342995vw; } }
  .section__text {
    margin-bottom: 40px; }
    .section__text--l {
      margin-bottom: 40px;
      font-size: 1.1em; }
    .section__text-par {
      margin-bottom: 20px; }
      .section__text-par:last-child {
        margin-bottom: 0; }
    .section__text:last-child {
      margin-bottom: 0; }
  .section__def dt {
    font-weight: bold;
    margin-bottom: 5px; }
  .section__def dd {
    margin-bottom: 30px; }
  .section__table {
    border-collapse: collapse; }
    .section__table tr, .section__table th, .section__table td {
      border: #89BCD9 1px solid; }
    .section__table th, .section__table td {
      padding: 10px 20px; }
      @media only screen and (max-width: 768px) {
        .section__table th, .section__table td {
          padding: 2.4154589372vw 3.6231884058vw 2.4154589372vw 3.6231884058vw; } }
    .section__table th {
      background: #D7EEF4;
      font-size: 1.2em;
      font-weight: bold; }
    .section__table .midashi {
      font-weight: bold;
      text-align: center;
      font-size: 1.1em; }

.footer {
  padding: 8px 0;
  background: #1A62B2;
  border-top: 1px solid #E7ECF2;
  width: 100%; }
  @media print, screen and (min-width: 769px) {
    .footer {
      position: absolute;
      bottom: 0; } }
  .footer__inner {
    text-align: center; }
  .footer address {
    font-size: 12px;
    color: #fff;
    font-style: normal; }
    @media only screen and (max-width: 768px) {
      .footer address {
        font-size: 2.6570048309vw; } }

.top-pickup {
  background: #EFF7F8; }
  .top-pickup__inner {
    width: min(90%, 1040px);
    margin: 0 auto;
    padding: 60px 0;
    column-gap: 20px; }
    @media only screen and (max-width: 768px) {
      .top-pickup__inner {
        padding: 7.2463768116vw 0vw 7.2463768116vw 0vw;
        grid-row-gap: 7.2463768116vw; } }
  .top-pickup__tit {
    font-family: senobi-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5rem;
    color: #1A62B2; }
    @media only screen and (max-width: 768px) {
      .top-pickup__tit {
        font-size: 7.2463768116vw;
        margin-bottom: 2.4154589372vw; } }
    .top-pickup__tit-wrap {
      display: flex;
      align-items: baseline;
      margin-bottom: 20px;
      column-gap: 20px; }
      @media only screen and (max-width: 768px) {
        .top-pickup__tit-wrap {
          flex-direction: column; } }
  @media print, screen and (min-width: 769px) {
    .top-pickup__img {
      width: min(60%, 620px); } }
  .top-pickup__link {
    position: relative;
    display: block;
    text-align: right;
    text-decoration: none;
    transition: opacity .4s; }
    .top-pickup__link::before {
      content: "詳細はこちら →";
      display: block;
      position: absolute;
      bottom: -20px;
      width: 100%;
      background: #1A62B2;
      color: #fff;
      padding: 0 10px; }
      @media only screen and (max-width: 768px) {
        .top-pickup__link::before {
          bottom: calc(-1em * 1.8); } }
    .top-pickup__link:hover {
      opacity: .7; }
    .top-pickup__link img {
      display: block;
      line-height: 0; }

.mv {
  padding: 40px 0;
  margin-bottom: 0;
  line-height: 0; }
  .mv__inner {
    margin: 0 auto;
    width: min(90%, 950px); }
  .mv .swiper-thumbs .swiper-slide {
    cursor: pointer; }
  .mv .swiper-thumbs .swiper-slide-thumb-active {
    line-height: 0;
    position: relative; }
    .mv .swiper-thumbs .swiper-slide-thumb-active::before {
      content: "";
      background: rgba(231, 236, 242, 0.7);
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .mv .swiper-thumbs .swiper-slide-thumb-active::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 4px solid #1A62B2;
      z-index: 2; }

.update-list {
  list-style: none;
  overflow-y: scroll;
  width: 100%;
  height: 160px; }
  .update-list::-webkit-scrollbar {
    background: #fff;
    width: 10px; }
  .update-list::-webkit-scrollbar-thumb {
    background-color: #1A62B2;
    border-radius: 8px; }
  .update-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 12px;
    padding-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #E7ECF2; }
    @media only screen and (max-width: 768px) {
      .update-list__item {
        flex-wrap: wrap; } }
  .update-list__date {
    margin-right: 12px;
    color: #666;
    white-space: nowrap;
    font-size: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .update-list__date {
        width: 6em;
        font-size: 3.3816425121vw; } }
  .update-list__cate {
    font-weight: normal;
    white-space: nowrap;
    font-size: 1.3rem;
    background: #1E2124;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    width: 8.5em;
    text-align: center; }
    @media print, screen and (min-width: 769px) {
      .update-list__cate {
        margin-right: 12px; } }
    @media only screen and (max-width: 768px) {
      .update-list__cate {
        font-size: 3.3816425121vw; } }
  .update-list__txt {
    line-height: 1.6;
    font-size: 1.5rem; }
    @media print, screen and (min-width: 769px) {
      .update-list__txt {
        flex: 1; } }
    @media only screen and (max-width: 768px) {
      .update-list__txt {
        font-size: 3.8647342995vw;
        margin-top: 1.2077294686vw; } }

.section-seminar {
  text-align: center;
  color: #fff;
  padding: 25px 0 35px; }
  .section-seminar__tit {
    font-size: 2rem;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .section-seminar__tit {
        font-size: 4.347826087vw; } }
  .section-seminar__catch {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .section-seminar__catch {
        margin-bottom: 2.4154589372vw; } }
    .section-seminar__catch::before {
      content: "＼ ";
      margin-right: 1em; }
    .section-seminar__catch::after {
      content: " ／";
      margin-left: 1em; }
  .section-seminar__btn {
    width: auto;
    justify-content: center; }
    @media print, screen and (min-width: 769px) {
      .section-seminar__btn-item {
        padding: 8px 40px 8px 30px; } }

.topics-banner {
  list-style: none;
  display: flex;
  justify-content: space-between;
  grid-gap: 15px 20px;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .topics-banner {
      grid-gap: 3.6231884058vw 3.6231884058vw; } }
  @media print, screen and (min-width: 769px) {
    .topics-banner__item {
      width: calc(33% - 12px); } }
  @media only screen and (max-width: 768px) {
    .topics-banner__item {
      width: calc(50% - 1.8115942029vw); } }
  .topics-banner__link {
    transition: opacity .4s;
    line-height: 1;
    display: block; }
    .topics-banner__link:hover {
      opacity: .7; }
  .topics-banner__btn {
    background: #EEF6FF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.896' height='12.978' viewBox='0 0 7.896 12.978'%3E%3Cg id='_icon_arrow_thin' data-name='%5Bicon%5Darrow thin' transform='translate(-4.061 -1.52)'%3E%3Cg id='レイヤー_18' data-name='レイヤー 18'%3E%3Cpath id='パス_2279' data-name='パス 2279' d='M4.515,2.009,10.976,8,4.515,14.009' fill='none' stroke='%23005eb8' stroke-miterlimit='10' stroke-width='1.335'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") right 12px center no-repeat;
    display: flex;
    align-items: center;
    border: 1px solid #1A62B2;
    text-decoration: none;
    line-height: 1.3;
    padding: 10px 25px 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    transition: background .4s;
    height: 100%; }
    @media print, screen and (min-width: 769px) {
      .topics-banner__btn {
        font-size: 1.8rem; } }
    @media only screen and (max-width: 768px) {
      .topics-banner__btn {
        padding: 1.9323671498vw 6.038647343vw 1.9323671498vw 3.6231884058vw; } }
    .topics-banner__btn:hover {
      background-color: #bbdbff; }
  @media print, screen and (min-width: 769px) {
    .topics-banner.col2 {
      width: 700px;
      margin: 0 auto; } }
  .topics-banner.col2 .topics-banner__item {
    width: calc(50% - 10px); }
    .topics-banner.col2 .topics-banner__item img {
      width: 100%; }
  @media print, screen and (min-width: 769px) {
    .topics-banner.col2 + .topics-banner__backnumber {
      width: 700px;
      margin: 0 auto; } }

.mv-intro {
  margin: 50px auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .mv-intro {
      margin: 12.077294686vw auto 12.077294686vw auto; } }
  .mv-intro__tit {
    color: #1A62B2;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .mv-intro__tit {
        font-size: 5.7971014493vw;
        margin-bottom: 7.2463768116vw; } }
  .mv-intro__txt {
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .mv-intro__txt {
        font-size: 3.8647342995vw; } }

.intro__title {
  text-align: center;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .intro__title {
      padding: 9.6618357488vw 3.6231884058vw 9.6618357488vw 3.6231884058vw; } }
  .intro__title-txt {
    text-align: center;
    line-height: 1.6;
    font-size: 2.2rem;
    letter-spacing: .04em;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .intro__title-txt {
        font-size: 4.347826087vw;
        letter-spacing: 0; } }
  @media print, screen and (min-width: 769px) {
    .intro__title-date {
      display: inline-block;
      margin-right: 1em; } }
  @media only screen and (max-width: 768px) {
    .intro__title-date {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .intro__title-cont {
      font-weight: normal; } }
  @media only screen and (max-width: 768px) {
    .intro__title h1 span {
      display: block; } }

.invoice-topics__title {
  text-align: center;
  line-height: 1.4;
  font-size: 2.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 1em; }
  @media only screen and (max-width: 768px) {
    .invoice-topics__title {
      font-size: 6.2801932367vw; } }
  @media print, screen and (min-width: 769px) {
    .invoice-topics__title::before, .invoice-topics__title::after {
      content: "";
      background: #E7ECF2;
      display: block;
      height: 3px;
      flex-grow: 1; } }
.invoice-topics__bl {
  margin-bottom: 70px; }
  .invoice-topics__bl:last-child {
    margin-bottom: 0; }

.dl-list {
  list-style: none;
  gap: 40px; }
  @media print, screen and (min-width: 769px) {
    .dl-list__item {
      width: 33%; } }
  .dl-list__item .logo {
    line-height: 0;
    text-align: center;
    border: 1px solid #E7ECF2;
    padding: 10px 0;
    margin-bottom: 10px;
    background: #fff; }
  .dl-list__item .txt {
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .dl-list__item .txt {
        font-size: 3.6231884058vw; } }
    .dl-list__item .txt a {
      text-decoration: none; }

.invoice-process {
  gap: 30px; }
  .invoice-process__bl {
    align-items: stretch; }
    @media print, screen and (min-width: 769px) {
      .invoice-process__bl {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-grow: 1; } }
  .invoice-process__tit {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .invoice-process__tit {
        margin-bottom: 4.8309178744vw; } }
  .invoice-process__img {
    text-align: center;
    margin: 0 auto 15px; }
    @media print, screen and (min-width: 769px) {
      .invoice-process__img {
        width: 160px;
        height: 223px; } }
    @media only screen and (max-width: 768px) {
      .invoice-process__img {
        margin-bottom: 3.6231884058vw; } }
  .invoice-process__txt {
    font-size: 1.5rem;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .invoice-process__txt {
        font-size: 3.6231884058vw;
        margin-bottom: 3.6231884058vw; } }
  .invoice-process__btn {
    margin-top: auto !important; }

.update__title {
  font-weight: bold;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .update__title {
      font-size: 3.3816425121vw; } }
.update__inner {
  overflow-y: scroll;
  background: #fff url("/media_library/lp/ebooks-invoice/images/bg-dot.png");
  border: 1px solid #d6dfe9; }
.update__def {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 4em;
  padding: 4px 7px;
  font-size: 1.4rem; }
  .update__def-tit {
    width: 5.5em; }
    @media only screen and (max-width: 768px) {
      .update__def-tit {
        font-size: 3.1400966184vw; } }
  .update__def-data {
    width: calc(100% - 6em); }
    .update__def-data.new::after {
      font-size: 1.1rem;
      margin-left: 5px; }

.schedule__picture {
  background: #fff;
  line-height: 0; }

@media only screen and (max-width: 768px) {
  .taiou-table {
    overflow-x: scroll; } }
.taiou-table table, .taiou-table tr, .taiou-table th, .taiou-table td {
  border: 1px solid #E7ECF2;
  border-collapse: collapse; }
@media only screen and (max-width: 768px) {
  .taiou-table table {
    width: 700px; } }
.taiou-table th {
  background: #e7ecf2;
  font-weight: bold;
  padding: 5px;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .taiou-table th {
      padding: 1.2077294686vw 1.2077294686vw 1.2077294686vw 1.2077294686vw; } }
  .taiou-table th.ebooks {
    background: #CA6186;
    color: #fff; }
  .taiou-table th.invoice {
    background: #C7A160;
    color: #fff; }
  .taiou-table th.teigaku {
    background: #1A62B2;
    color: #fff; }
.taiou-table td {
  padding: 20px 10px; }
  .taiou-table td.ebooks {
    background: #fff; }
  .taiou-table td.invoice {
    background: #fff9ef; }
  .taiou-table td.teigaku {
    background: #ECF2F8; }
.taiou-table__sys {
  text-align: left;
  font-size: 1.5rem;
  list-style: none; }
  @media only screen and (max-width: 768px) {
    .taiou-table__sys {
      font-size: 3.6231884058vw; } }
  .taiou-table__sys-list {
    text-indent: -1em;
    padding-left: 1em; }
    .taiou-table__sys-list::before {
      content: "・";
      color: #B7B7B7; }
.taiou-table__dl {
  text-decoration: none; }
  .taiou-table__dl:hover {
    opacity: 0.7;
    transition: all .4s; }
  .taiou-table__dl-item {
    margin-top: 15px;
    padding: 10px 15px 10px 32px;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.4rem; }
    .taiou-table__dl-item::before {
      left: 10px; }
    @media only screen and (max-width: 768px) {
      .taiou-table__dl-item {
        font-size: 3.3816425121vw; } }
.taiou-table__movie {
  text-decoration: none; }
  .taiou-table__movie:hover {
    opacity: 0.7;
    transition: all .4s; }
  .taiou-table__movie-item {
    margin-top: 8px;
    padding: 10px 15px 10px 32px;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.4rem; }
    .taiou-table__movie-item::before {
      left: 10px; }
    @media only screen and (max-width: 768px) {
      .taiou-table__movie-item {
        font-size: 3.3816425121vw; } }
  .taiou-table__movie .taiou-table__movie-item::before {
    font-size: 20px;
    left: 8px; }

.inner-box {
  background: #fff;
  padding: 40px; }
  @media only screen and (max-width: 768px) {
    .inner-box {
      padding: 7.2463768116vw 4.8309178744vw 7.2463768116vw 4.8309178744vw; } }
  .inner-box:not(:last-child) {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .inner-box:not(:last-child) {
        margin-bottom: 14.4927536232vw; } }
  .inner-box.teigaku {
    border-top: 6px solid #1A62B2; }
  .inner-box.ebooks {
    border-top: 6px solid #CA6186;
    background: #fff8fa; }
  .inner-box.invoice {
    border-top: 6px solid #C7A160; }
  .inner-box__title {
    font-size: 2.8rem;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .inner-box__title {
        font-size: 5.7971014493vw; } }
    .ebooks .inner-box__title {
      color: #CA6186; }
    .invoice .inner-box__title {
      color: #C7A160; }
    .teigaku .inner-box__title {
      color: #1A62B2; }
  .inner-box__catch {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .1em;
    margin-top: 60px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .inner-box__catch {
        font-size: 4.8309178744vw;
        margin: 7.2463768116vw 0vw 7.2463768116vw 0vw; } }
    .inner-box__catch .small {
      font-size: 2rem;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .inner-box__catch .small {
          font-size: 4.347826087vw; } }

.intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .intro {
      flex-direction: column; } }
  .intro__text {
    width: calc(100% - 186px);
    border-radius: 5px;
    padding: 20px; }
    .ebooks .intro__text {
      background-color: #fff; }
    .invoice .intro__text {
      background-color: #fff9ef; }
    .teigaku .intro__text {
      background-color: #ECF2F8; }
    @media only screen and (max-width: 768px) {
      .intro__text {
        width: 100%; } }

.deadline {
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .deadline {
      width: 154px;
      height: 154px; } }
  @media only screen and (max-width: 768px) {
    .deadline {
      width: 100%;
      margin-bottom: 7.2463768116vw; } }
  @media print, screen and (min-width: 769px) {
    .deadline::before {
      content: "";
      background: url("/media_library/lp/ebooks-invoice/images/icon_schedule.svg") no-repeat center center/27px 30px;
      width: 27px;
      height: 30px;
      position: absolute;
      top: -13px;
      left: calc(50% - 27px/2);
      z-index: 2; } }
  .deadline::after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='27' viewBox='0 0 21 27'%3E%3Cpath d='M13.5,0,27,21H0Z' transform='translate(21) rotate(90)' fill='%23ebebeb'/%3E%3C/svg%3E%0A") no-repeat center/21px 27px;
    width: 21px;
    height: 27px;
    position: absolute; }
    @media print, screen and (min-width: 769px) {
      .deadline::after {
        top: calc(50% - 27px/2);
        right: -17px; } }
    @media only screen and (max-width: 768px) {
      .deadline::after {
        transform: rotate(90deg);
        bottom: -21px;
        right: calc(50% - 17px/2); } }
  @media print, screen and (min-width: 769px) {
    .deadline__inner {
      overflow: hidden;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      position: relative; } }
  @media only screen and (max-width: 768px) {
    .deadline__inner {
      display: flex;
      align-items: stretch; } }
  .deadline__title {
    color: #fff;
    padding-top: 20px;
    padding-left: .2em;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center; }
    .ebooks .deadline__title {
      background-color: #CA6186; }
    .invoice .deadline__title {
      background-color: #C7A160; }
    .teigaku .deadline__title {
      background-color: #1A62B2; }
    @media print, screen and (min-width: 769px) {
      .deadline__title {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .deadline__title {
        padding: 4.8309178744vw 2.4154589372vw 2.4154589372vw 2.8985507246vw;
        font-size: 3.1400966184vw;
        white-space: nowrap;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: flex;
        align-items: stretch;
        position: relative; } }
    @media only screen and (max-width: 768px) {
      .deadline__title::before {
        content: "";
        background: url("/media_library/lp/ebooks-invoice/images/icon_schedule.svg") no-repeat center center/27px 30px;
        width: 27px;
        height: 30px;
        position: absolute;
        top: -13px;
        left: calc(50% - 27px/2);
        z-index: 2; } }
  .deadline__date {
    border: #EBEBEB 8px solid;
    width: 100%;
    height: 100%;
    font-weight: bold;
    background: #fff;
    text-align: center;
    line-height: 1.3; }
    .ebooks .deadline__date {
      color: #CA6186; }
    .invoice .deadline__date {
      color: #C7A160; }
    .teigaku .deadline__date {
      color: #1A62B2; }
    @media print, screen and (min-width: 769px) {
      .deadline__date {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 45px;
        border-radius: 50%; } }
    @media only screen and (max-width: 768px) {
      .deadline__date {
        border: #EBEBEB 4px solid;
        border-left: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        display: flex;
        align-items: stretch;
        justify-content: center;
        padding: 2.8985507246vw 2.4154589372vw 2.8985507246vw 2.4154589372vw; } }
  .deadline__year {
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .deadline__year {
        display: inline;
        font-size: 3.8647342995vw; } }
  .deadline__monthday {
    font-size: 2.6rem; }
    @media only screen and (max-width: 768px) {
      .deadline__monthday {
        display: inline;
        font-size: 4.8309178744vw; } }
  @media only screen and (max-width: 768px) {
    .deadline__to {
      display: inline; } }

.closing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .closing {
      flex-direction: column; } }
  .closing__fukidashi {
    padding: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    border-radius: 10px;
    background: #fff;
    color: #1A62B2; }
    @media print, screen and (min-width: 769px) {
      .closing__fukidashi {
        width: 565px;
        max-width: 65%; } }
    @media only screen and (max-width: 768px) {
      .closing__fukidashi {
        font-size: 3.8647342995vw;
        text-align: center;
        width: 100%;
        padding: 4.8309178744vw 3.6231884058vw 4.8309178744vw 3.6231884058vw; } }
    .closing__fukidashi::after {
      content: "";
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='35' viewBox='0 0 31 35'%3E%3Cpath d='M17.5,0,35,31H0Z' transform='translate(31) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center/31px 35px;
      width: 31px;
      height: 35px;
      position: absolute; }
      @media print, screen and (min-width: 769px) {
        .closing__fukidashi::after {
          top: calc(50% - 35px/2);
          right: -30px; } }
      @media only screen and (max-width: 768px) {
        .closing__fukidashi::after {
          transform: rotate(90deg);
          bottom: -31px;
          right: calc(50% - 35px/2); } }
    .ebooks .closing__fukidashi {
      background: #fff;
      color: #CA6186; }
      .ebooks .closing__fukidashi::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='35' viewBox='0 0 31 35'%3E%3Cpath d='M17.5,0,35,31H0Z' transform='translate(31) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A"); }
    .invoice .closing__fukidashi {
      background: #fff9ef;
      color: #C7A160; }
      .invoice .closing__fukidashi::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='35' viewBox='0 0 31 35'%3E%3Cpath d='M17.5,0,35,31H0Z' transform='translate(31) rotate(90)' fill='%23fff9ef'/%3E%3C/svg%3E%0A"); }
    .income-wall .closing__fukidashi {
      background: #ECF2F8;
      color: #1A62B2; }
      .income-wall .closing__fukidashi::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='35' viewBox='0 0 31 35'%3E%3Cpath d='M17.5,0,35,31H0Z' transform='translate(31) rotate(90)' fill='%23ECF2F8'/%3E%3C/svg%3E%0A"); }
  .closing__img {
    line-height: 0;
    display: block; }
    @media print, screen and (min-width: 769px) {
      .closing__img {
        max-width: 30%; } }
    @media only screen and (max-width: 768px) {
      .closing__img {
        margin-top: 9.6618357488vw; } }

.section-aside {
  border: 1px solid #E7ECF2;
  margin-top: 35px; }
  @media only screen and (max-width: 768px) {
    .section-aside {
      margin-top: 9.6618357488vw; } }
  .section-aside:last-child {
    margin-bottom: 0; }
  .section-aside__title {
    background: #E7ECF2;
    padding: 10px;
    text-align: center;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .section-aside__title-item {
        font-size: 3.6231884058vw; } }
  .section-aside__detail {
    padding: 30px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .section-aside__detail {
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }
    .section-aside__detail.tds {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .section-aside__detail.tds {
          flex-direction: column-reverse; } }
    .section-aside__detail.tds202407 {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .section-aside__detail.tds202407 {
          flex-direction: column; } }
      @media print, screen and (min-width: 769px) {
        .section-aside__detail.tds202407 .section-aside__movie {
          width: 340px; } }
    .section-aside__detail-inner {
      display: flex;
      justify-content: space-between;
      gap: 15px; }
      @media only screen and (max-width: 768px) {
        .section-aside__detail-inner {
          flex-direction: column; } }
      @media print, screen and (min-width: 769px) {
        .section-aside__detail-inner.hankan {
          padding: 0 30px; } }
    .section-aside__detail-title {
      font-size: 1.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      .section-aside__detail-title::before, .section-aside__detail-title::after {
        content: '';
        height: 1px;
        flex-grow: 1;
        background: #E7ECF2; }
      .section-aside__detail-title::before {
        margin-right: 2rem; }
      .section-aside__detail-title::after {
        margin-left: 2rem; }
  @media print, screen and (min-width: 769px) {
    .section-aside__text {
      width: calc(100% - 380px); } }
  .section-aside__text.wide {
    width: 100%; }
  @media print, screen and (min-width: 769px) {
    .section-aside__movie {
      width: 360px; } }
  @media only screen and (max-width: 768px) {
    .section-aside__movie {
      margin-bottom: 4.8309178744vw; } }
  .section-aside__movie-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    color: #1A62B2;
    margin-bottom: 10px;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .section-aside__movie-title {
        font-size: 3.8647342995vw; } }
  .section-aside__movie-thumb {
    width: 100%;
    line-height: 0;
    display: inline-block; }
    .section-aside__movie-thumb.bdr {
      border: 1px solid #E7ECF2; }
  .section-aside__movie--col1 {
    margin: 0 auto; }
    .section-aside__movie--col1.hankan {
      padding: 30px 0 40px; }
      @media only screen and (max-width: 768px) {
        .section-aside__movie--col1.hankan {
          padding: 4.8309178744vw 0vw 4.8309178744vw 0vw; } }
  .section-aside__banner {
    list-style: none;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .section-aside__banner {
        flex-direction: column; } }
    .section-aside__banner-item {
      line-height: 0; }
      @media print, screen and (min-width: 769px) {
        .section-aside__banner-item {
          margin-right: 30px;
          width: calc(100%/2); } }
      @media only screen and (max-width: 768px) {
        .section-aside__banner-item {
          margin-bottom: 3.6231884058vw; } }
      .section-aside__banner-item:last-child {
        margin-right: 0;
        margin-bottom: 0; }
    .section-aside__banner-link.disable {
      pointer-events: none; }
  .section-aside__download {
    text-align: center;
    width: 80%; }
    @media print, screen and (min-width: 769px) {
      .section-aside__download {
        height: 60px;
        width: 80%;
        margin: 20px auto; } }
    @media only screen and (max-width: 768px) {
      .section-aside__download {
        margin: 4.8309178744vw auto 4.8309178744vw auto;
        height: 14.4927536232vw; } }
    @media print, screen and (min-width: 769px) {
      .section-aside__download-item {
        margin: 0 auto; } }

.ebooks-more {
  text-align: center; }
  @media print, screen and (min-width: 769px) {
    .ebooks-more {
      width: min(360px, 98%);
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    .ebooks-more {
      margin-bottom: 7.2463768116vw; } }
  .ebooks-more__img {
    line-height: 0;
    background: #fff;
    margin: 0 auto 10px; }
    @media print, screen and (min-width: 769px) {
      .ebooks-more__img {
        width: 310px; } }
  .ebooks-more__title {
    font-weight: bold; }
  .ebooks-more__link {
    font-weight: bold; }

.invoice-gimu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .invoice-gimu {
      flex-direction: column;
      margin-bottom: 7.2463768116vw; } }
  .invoice-gimu__item {
    border: 2px #C7A160 solid;
    padding: 15px; }
    @media print, screen and (min-width: 769px) {
      .invoice-gimu__item {
        width: 49%; } }
    @media only screen and (max-width: 768px) {
      .invoice-gimu__item {
        padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; }
        .invoice-gimu__item:not(:last-child) {
          margin-bottom: 3.6231884058vw; } }
  .invoice-gimu__title {
    color: #C7A160;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .invoice-gimu__title {
        font-size: 3.8647342995vw; } }
  .invoice-gimu__inner {
    display: flex;
    justify-content: space-between; }
  @media print, screen and (min-width: 769px) {
    .invoice-gimu__img {
      width: 70px;
      margin-right: 15px; } }
  @media only screen and (max-width: 768px) {
    .invoice-gimu__img {
      width: 14.4927536232vw;
      margin-right: 3.6231884058vw; } }
  .invoice-gimu__text {
    font-size: 1.5rem; }
    @media print, screen and (min-width: 769px) {
      .invoice-gimu__text {
        width: calc(100% - 85px); } }
    @media only screen and (max-width: 768px) {
      .invoice-gimu__text {
        font-size: 3.3816425121vw;
        width: calc(100% - 18.115942029vw); } }
  .invoice-gimu__caution {
    font-size: 1.8rem;
    text-align: center; }
.invoice-receive__list {
  display: flex;
  justify-content: space-between;
  list-style: none; }
  @media only screen and (max-width: 768px) {
    .invoice-receive__list {
      flex-direction: column; } }
  @media print, screen and (min-width: 769px) {
    .invoice-receive__list-item {
      width: calc(100%/3 - 15px); } }
  @media only screen and (max-width: 768px) {
    .invoice-receive__list-item:not(:last-child) {
      margin-bottom: 6.038647343vw; } }
.invoice-receive__thumb {
  background: #EEF6FF;
  text-align: center;
  margin-bottom: 10px;
  line-height: 0; }
  @media only screen and (max-width: 768px) {
    .invoice-receive__thumb {
      margin-bottom: 2.4154589372vw;
      width: 90%;
      margin: 0vw auto 2.4154589372vw auto; } }
  @media print, screen and (min-width: 769px) {
    .invoice-receive__thumb img {
      width: 200px; } }
  @media only screen and (max-width: 768px) {
    .invoice-receive__thumb img {
      width: 55.5555555556vw; } }
.invoice-receive__name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .invoice-receive__name {
      font-size: 3.6231884058vw; } }
.invoice-system {
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
  background: #EEF6FF;
  display: flex;
  justify-content: space-around;
  align-items: stretch; }
  @media only screen and (max-width: 768px) {
    .invoice-system {
      flex-direction: column;
      padding: 7.2463768116vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }
  .invoice-system__img {
    line-height: 0; }
    @media print, screen and (min-width: 769px) {
      .invoice-system__img {
        margin-right: 60px;
        width: 165px; } }
    @media only screen and (max-width: 768px) {
      .invoice-system__img {
        text-align: center;
        width: 60%;
        margin: 0vw auto 3.6231884058vw auto; } }
  .invoice-system__text {
    display: flex;
    flex-direction: column; }
  .invoice-system__title {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .invoice-system__title {
        font-size: 3.6231884058vw;
        margin-bottom: 4.8309178744vw; } }
    .invoice-system__title::before {
      content: "";
      width: 3em;
      height: 1px;
      display: block;
      background: #DCDCDC;
      transform: rotate(45deg); }
    .invoice-system__title::after {
      content: "";
      width: 3em;
      height: 1px;
      display: block;
      background: #DCDCDC;
      transform: rotate(-45deg); }
  .invoice-system__catch {
    color: #1A62B2;
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .invoice-system__catch {
        font-size: 3.8647342995vw;
        text-align: center; } }
    .invoice-system__catch .em {
      font-size: 2.4rem; }
      @media only screen and (max-width: 768px) {
        .invoice-system__catch .em {
          font-size: 4.8309178744vw; } }
  @media print, screen and (min-width: 769px) {
    .invoice-system__link {
      margin: auto auto 0; } }
  @media only screen and (max-width: 768px) {
    .invoice-system__link {
      margin-top: 7.2463768116vw;
      margin-bottom: 0; } }
.osusume-intro {
  padding: 40px;
  margin-top: 30px;
  border-radius: 10px;
  background: #EEF6FF;
  display: flex;
  justify-content: space-around;
  align-items: stretch; }
  @media only screen and (max-width: 768px) {
    .osusume-intro {
      flex-direction: column;
      padding: 7.2463768116vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }
  .osusume-intro__img {
    line-height: 0;
    /*.sx2-guide {
      position: relative;
      display: block;
      margin-top: 30px;
      @include mq-down() {
        @include marginDirectionVw(top,20);
      }
      &__text {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #a4adb8;
        top: -50px;
        left: -34px;
        line-height: 1;
        font-size: 1.4rem;
        text-align: center;
        width: 5.2em;
        height: 5.2em;
        border-radius: 50%;
        color: #fff;
        @include mq-down() {
          @include createVw(left,-40);
          @include createVw(top,-30);
        }
      }
      &__img {
      }
    }*/ }
    @media print, screen and (min-width: 769px) {
      .osusume-intro__img {
        margin-right: 30px;
        width: 185px; } }
    @media only screen and (max-width: 768px) {
      .osusume-intro__img {
        text-align: center;
        width: 60%;
        margin: 0vw auto 3.6231884058vw auto; } }
  .osusume-intro__text {
    display: flex;
    flex-direction: column; }
  .osusume-intro__title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .osusume-intro__title {
        font-size: 3.6231884058vw;
        margin-bottom: 4.8309178744vw; } }
    .osusume-intro__title-sm {
      font-size: 70%; }
  .osusume-intro__catch {
    color: #1A62B2;
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .osusume-intro__catch {
        font-size: 3.8647342995vw;
        text-align: center; } }
    .osusume-intro__catch .em {
      font-size: 2.4rem; }
      @media only screen and (max-width: 768px) {
        .osusume-intro__catch .em {
          font-size: 4.8309178744vw; } }
  @media print, screen and (min-width: 769px) {
    .osusume-intro__link {
      margin: 30px auto 0;
      width: auto; } }
  @media only screen and (max-width: 768px) {
    .osusume-intro__link {
      margin-top: 7.2463768116vw;
      margin-bottom: 0; } }

.info-block__left {
  margin-right: 25px; }

.info-reference {
  margin-bottom: 15px; }
  .info-reference__sup {
    font-size: 1.35rem; }
    .info-reference__sup-indent {
      display: inline-block;
      text-indent: -1em;
      padding-left: 1em; }
  .info-reference__link {
    font-size: 1.6rem; }

/*--------guidance---------*/
.section-aside__subTitle {
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .section-aside__subTitle {
      font-size: 3.7vw; } }
.section-aside__detail.guidance p {
  text-align: center; }
.section-aside__guidanceMovie {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 30px; }
  @media only screen and (max-width: 768px) {
    .section-aside__guidanceMovie {
      flex-wrap: wrap;
      padding: 0; } }
  .section-aside__guidanceMovie-item {
    margin: 30px 20px; }
    @media only screen and (max-width: 768px) {
      .section-aside__guidanceMovie-item {
        margin: 20px auto; } }
  .section-aside__guidanceMovie-title {
    border-left: 5px solid #005EB8;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 0 0 8px;
    margin: 0 0 10px; }
    @media only screen and (max-width: 768px) {
      .section-aside__guidanceMovie-title {
        font-size: 3.6231884058vw; } }
  .section-aside__guidanceMovie-thumb {
    display: block; }
  .section-aside__guidanceMovie-playTime {
    text-align: center; }

.books {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .books {
      margin-bottom: 9.6618357488vw;
      flex-direction: column; } }
  .books__list {
    display: flex;
    list-style: none;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .books__list {
        flex-direction: column; } }
    @media print, screen and (min-width: 769px) {
      .books__list-item {
        width: calc(100%/3 - 40px/3);
        margin-right: 20px;
        margin-bottom: 40px; }
        .books__list-item:nth-child(3n) {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .books__list-item {
        margin-bottom: 9.6618357488vw; } }
  .books__title {
    font-size: 1.4rem;
    text-align: center;
    color: #000;
    line-height: 1.4;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .books__title {
        font-size: 3.3816425121vw; } }
  .books__link {
    text-decoration: none;
    display: block; }
  .books__thumb {
    text-align: center;
    margin-bottom: 20px; }
  .books__btn {
    width: 90%;
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .books__btn {
        height: 60px; } }
    @media only screen and (max-width: 768px) {
      .books__btn {
        height: 14.4927536232vw; } }

.wb-caution {
  border: 1px solid #E53E3E;
  padding: 15px;
  color: #E53E3E;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin: 20px auto; }
  .wb-caution__img {
    width: 80px;
    margin-right: 15px;
    line-height: 0; }
  .wb-caution__text {
    width: calc(100% - 95px);
    font-size: 1.5rem;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      .wb-caution__text {
        font-size: 3.3816425121vw; } }

/* インボイス制度対応版のバナー */
.invoice-movie__title {
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 2.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px;
  padding-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .invoice-movie__title {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
      font-size: 5.7971014493vw; } }
  .invoice-movie__title .strong {
    font-size: 1.2em; }
.invoice-movie__text {
  text-align: center;
  font-size: 2rem;
  font-weight: 500; }
  @media only screen and (max-width: 768px) {
    .invoice-movie__text {
      font-size: 4.347826087vw; } }
.invoice-movie__thumb {
  margin-bottom: 30px; }
  .invoice-movie__thumb-item {
    display: block;
    position: relative;
    line-height: 0;
    margin: 0 auto;
    width: 90%; }
    .invoice-movie__thumb-item::before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.1);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .invoice-movie__thumb-item::after {
      content: '';
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-image: url(/media_library/grhpcommon/images/icon_start.svg);
      width: 100px;
      height: 100px;
      background-size: contain; }
      @media only screen and (max-width: 768px) {
        .invoice-movie__thumb-item::after {
          width: 28.9855072464vw;
          height: 28.9855072464vw;
          right: calc(50% - 16.9082125604vw/2);
          bottom: calc(50% - 16.9082125604vw/2); } }
    .invoice-movie__thumb-item img {
      width: 100%; }

.handson-link {
  padding: 30px;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .handson-link {
      padding: 9.6618357488vw 0vw 9.6618357488vw 0vw; } }
  @media only screen and (max-width: 768px) {
    .handson-link__inner {
      padding: 9.6618357488vw 0vw 9.6618357488vw 0vw; } }
  .handson-link__title {
    color: #1A62B2;
    font-weight: bolder;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: .01em; }
    @media only screen and (max-width: 768px) {
      .handson-link__title {
        font-size: 4.8309178744vw; } }
  .handson-link__banner {
    line-height: 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .handson-link__banner {
        border: #E7ECF2 6px solid;
        padding: 7.2463768116vw 4.8309178744vw 7.2463768116vw 4.8309178744vw; } }
  @media print, screen and (min-width: 769px) {
    .handson-link__item:not(:last-child) {
      margin-right: 30px; } }
  @media only screen and (max-width: 768px) {
    .handson-link__item:not(:last-child) {
      margin-bottom: 4.8309178744vw; } }
  .handson-link__item img {
    width: 100%; }

.teigaku__tit {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .teigaku__tit {
      margin-top: 7.2463768116vw;
      margin-bottom: 4.8309178744vw; } }
  .teigaku__tit span {
    font-size: 2.4rem;
    border-bottom: 2px solid #1E2124;
    padding-bottom: 3px; }
    @media only screen and (max-width: 768px) {
      .teigaku__tit span {
        font-size: 4.347826087vw; } }

.teigaku-def {
  margin-bottom: 40px;
  border-radius: 10px; }
  .teigaku-def dt {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .teigaku-def dt {
        font-size: 1.1em;
        margin-bottom: 2.4154589372vw; } }
    .teigaku-def dt::before {
      content: "▶";
      color: #1A62B2;
      margin-right: .3em; }
    @media only screen and (max-width: 768px) {
      .teigaku-def dt {
        margin-bottom: 1.2077294686vw !important; } }
  @media print, screen and (min-width: 769px) {
    .teigaku-def dd {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    .teigaku-def dd {
      margin-bottom: 7.2463768116vw; } }

.teigaku-table table {
  margin-bottom: 15px;
  border-collapse: collapse;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .teigaku-table table {
      margin-bottom: 3.6231884058vw; } }
.teigaku-table th, .teigaku-table td {
  border: 1px solid #1E2124; }
.teigaku-table thead th {
  background: #1A62B2;
  color: #fff; }
.teigaku-table tbody th {
  font-weight: bold;
  color: #1A62B2;
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .teigaku-table tbody th {
      font-size: 3.6231884058vw;
      padding: 0vw 0.4830917874vw 0vw 0.4830917874vw; } }
.teigaku-table tbody td {
  padding: 5px 15px; }
  @media only screen and (max-width: 768px) {
    .teigaku-table tbody td {
      padding: 1.2077294686vw 1.2077294686vw 1.2077294686vw 1.2077294686vw; } }
.teigaku-table .note__item {
  line-height: 1.4; }

.teigaku-links {
  display: flex;
  column-gap: 30px; }
  @media only screen and (max-width: 768px) {
    .teigaku-links {
      flex-direction: column; } }
  @media print, screen and (min-width: 769px) {
    .teigaku-links__item {
      width: 340px; } }
  @media only screen and (max-width: 768px) {
    .teigaku-links__item {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  .teigaku-dl {
    margin-bottom: 9.6618357488vw; } }
.teigaku-dl__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color .4s; }
  .teigaku-dl__link:hover {
    color: #1A62B2; }
.teigaku-dl__txt {
  background: #EEF6FF;
  position: relative;
  margin-right: 80px;
  padding: 25px 20px; }
  @media only screen and (max-width: 768px) {
    .teigaku-dl__txt {
      margin-right: 14.4927536232vw;
      padding: 6.038647343vw 0vw 6.038647343vw 2.4154589372vw;
      font-size: 3.3816425121vw; } }
  .teigaku-dl__txt::after {
    content: "";
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='158' viewBox='0 0 66 158'%3E%3Cpath id='多角形_4' data-name='多角形 4' d='M79,0l79,66H0Z' transform='translate(66) rotate(90)' fill='%23eef6ff'/%3E%3C/svg%3E%0A") left center/contain no-repeat;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60px; }
    @media only screen and (max-width: 768px) {
      .teigaku-dl__txt::after {
        width: 13.2850241546vw;
        right: -13.2850241546vw;
        background-size: 100% 100%; } }

.blue-box {
  background: #EEF6FF; }
  .blue-box:not(:last-child) {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .blue-box:not(:last-child) {
        margin-bottom: 9.6618357488vw; } }
  .blue-box__heading {
    background: #1A62B2;
    padding: 10px;
    font-weight: bolder;
    color: #fff;
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    line-height: 1.4; }
    .blue-box__heading::before {
      content: "";
      display: block;
      width: 10px;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
  .blue-box__inner {
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .blue-box__inner {
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }

@media screen and (max-width: 1224px) {
  .overview-3-c1-box .blue-box__inner {
    background-position: top 10px right 10px;
    background-size: 100px 100px; } }
@media only screen and (max-width: 768px) {
  .overview-3-c1-box .blue-box__heading {
    background: #1A62B2; } }
.overview-3-c1-box .border-box {
  display: inline-block;
  background: #fff;
  margin-top: 0; }

@media screen and (max-width: 1224px) {
  .overview-3-c2-box .blue-box__inner {
    background-position: top 10px right 10px;
    background-size: 100px 100px; } }
@media only screen and (max-width: 768px) {
  .overview-3-c2-box .blue-box__heading {
    background: #1A62B2; } }

.intro-theme {
  background: #EEF6FF;
  padding: 30px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .intro-theme {
      padding: 7.2463768116vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .intro-theme::after {
    content: '';
    display: block;
    background: url("data:image/svg+xml,%3Csvg id='a' data-name='arrow_qa_end' xmlns='http://www.w3.org/2000/svg' width='872' height='27' viewBox='0 0 872 27'%3E%3Cpath id='b' data-name='arrow_qa_end_in' d='M436,27L0,0h872l-436,27Z' fill='%23EEF6FF' stroke-width='0'/%3E%3C/svg%3E") bottom center/contain no-repeat;
    height: 27px;
    width: 100%;
    position: absolute;
    bottom: -27px;
    left: 0; }
    @media screen and (min-width: 769px) and (max-width: 1224px) {
      .intro-theme::after {
        background-size: contain; } }
    @media only screen and (max-width: 768px) {
      .intro-theme::after {
        height: 3.6231884058vw;
        bottom: -3.6231884058vw; } }
  .intro-theme__inner {
    background: #fff;
    padding: 30px; }
    @media only screen and (max-width: 768px) {
      .intro-theme__inner {
        padding: 7.2463768116vw 4.347826087vw 3.6231884058vw 4.347826087vw; } }
  .intro-theme__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .intro-theme__title {
        font-size: 3.8647342995vw;
        margin-bottom: 4.8309178744vw; } }
    .intro-theme__title-em {
      font-size: 2.4rem;
      color: #1A62B2;
      font-weight: bold;
      display: inline-block;
      margin-top: 20px;
      letter-spacing: .16em; }
      @media only screen and (max-width: 768px) {
        .intro-theme__title-em {
          font-size: 4.347826087vw;
          margin-top: 4.8309178744vw; } }
  .intro-theme__inner {
    background: #fff;
    padding: 40px;
    border-radius: 20px; }
    @media only screen and (max-width: 768px) {
      .intro-theme__inner {
        padding: 6.038647343vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
        border-radius: 10px; } }
  .intro-theme__comment {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .intro-theme__comment {
        margin-bottom: 4.8309178744vw;
        background-position: top center;
        align-items: flex-start;
        flex-direction: row-reverse; } }
    .intro-theme__comment.ans {
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .intro-theme__comment.ans {
          flex-direction: row;
          margin-bottom: 9.6618357488vw; } }
    .intro-theme__comment:last-child {
      margin-bottom: 0 !important; }
  .intro-theme__img {
    line-height: 0; }
    @media print, screen and (min-width: 769px) {
      .intro-theme__img {
        margin-right: 30px; } }
    @media only screen and (max-width: 768px) {
      .intro-theme__img {
        margin-bottom: 1.2077294686vw;
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }
  .intro-theme__text {
    padding: 15px 20px;
    border-radius: 5px;
    background: #e7ecf2; }
    @media print, screen and (min-width: 769px) {
      .intro-theme__text {
        width: 820px; } }
    @media only screen and (max-width: 768px) {
      .intro-theme__text {
        width: calc(100% - 16.9082125604vw);
        padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
    .intro-theme__text.bg-gray {
      background: #e7ecf2; }
    .intro-theme__text.bg-blue {
      background: #EEF6FF; }
  .intro-theme__list {
    margin-left: 1em; }
    .intro-theme__list li {
      text-indent: -1.2em; }

.movie-player {
  display: flex;
  justify-content: space-between; }
  .movie-player__wrap {
    margin-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .movie-player__wrap {
        margin-bottom: 14.4927536232vw; } }
  @media only screen and (max-width: 768px) {
    .movie-player {
      flex-direction: column; } }
  .movie-player__notice {
    margin: 30px auto; }
    @media print, screen and (min-width: 769px) {
      .movie-player__notice {
        width: 70%; } }
    @media only screen and (max-width: 768px) {
      .movie-player__notice {
        margin: 7.2463768116vw 0vw 7.2463768116vw 0vw; } }
  .movie-player__btn {
    text-align: right; }
    .movie-player__btn-item {
      display: inline-block;
      right: 15px;
      top: 10px;
      font-size: 1.3rem;
      padding: 5px 20px;
      margin-bottom: 15px;
      border-radius: 40px;
      background: #2F404D;
      color: #fff;
      text-align: center;
      z-index: 1;
      cursor: pointer;
      transition: all .4s; }
      .movie-player__btn-item::before {
        content: '\e5cd';
        font-family: 'Material Icons';
        display: inline-block;
        margin-right: 10px;
        font-size: 2.8rem;
        line-height: 1;
        vertical-align: middle; }
      .movie-player__btn-item::after {
        content: "メニューを閉じる"; }
      .movie-player__btn-item.close::before {
        content: '\e5d2'; }
      .movie-player__btn-item.close::after {
        content: "メニューを開く"; }
  @media print, screen and (min-width: 769px) {
    .movie-player__movie {
      width: min(47%, 450px); }
      .movie-player__movie.wide {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .movie-player__movie {
      margin-bottom: 4.8309178744vw; } }
  .movie-player__movie-item {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
    .movie-player__movie-item iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .movie-player__chapter {
    background: #fff;
    width: min(50%, 480px); }
    @media only screen and (max-width: 768px) {
      .movie-player__chapter {
        width: 100%; } }
    .movie-player__chapter.close {
      display: none; }
    .movie-player__chapter-tit {
      padding: 2px 15px;
      background: #1A62B2;
      color: #fff; }
    .movie-player__chapter-inner {
      padding: 15px;
      font-size: 1.4rem; }
    .movie-player__chapter-list {
      list-style: none;
      margin-bottom: 5px;
      line-height: 1.6; }
      .movie-player__chapter-list li {
        margin-bottom: 4px; }
      .movie-player__chapter-list .level1 {
        font-weight: bold;
        font-size: 1.12em;
        padding: 5px 5px 5px 3em;
        text-indent: -1em;
        background: #e7ecf2 url("/media_library/system/v/images/icon-play.svg") no-repeat left 7px center/auto 1.3em; }
      .movie-player__chapter-list .level2 {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14px' viewBox='0 0 24 24' width='14px' fill='%23b7b7b7'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") top 0.5em left/11px auto no-repeat;
        padding-left: 16px;
        font-size: 1.08em; }
      .movie-player__chapter-list .level3 {
        margin-left: 1em;
        padding-left: 1em;
        text-indent: -1em; }
        .movie-player__chapter-list .level3::before {
          content: "-";
          margin-right: .5em;
          color: #1A62B2;
          font-weight: bolder;
          color: #b7b7b7; }
      .movie-player__chapter-list a {
        color: #1A62B2; }

.peppol-cost {
  display: flex;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .peppol-cost {
      flex-direction: column; } }
  @media print, screen and (min-width: 769px) {
    .peppol-cost__table {
      margin-right: 30px; } }
  .peppol-cost__table * {
    border: 1px solid #1E2124; }
  .peppol-cost__table table {
    border-collapse: collapse; }
  .peppol-cost__table td {
    padding: 5px 15px; }
    @media only screen and (max-width: 768px) {
      .peppol-cost__table td {
        padding: 1.9323671498vw 1.9323671498vw 1.9323671498vw 1.9323671498vw; } }
  .peppol-cost__txt {
    font-size: 1.2em;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .peppol-cost__txt {
        font-size: 2.8985507246vw; }
        .peppol-cost__txt .fw__b {
          font-size: 1.2em; } }

.peppol-step {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .peppol-step {
      flex-direction: column; } }
  .peppol-step li {
    background: #EEF6FF;
    padding: 15px;
    position: relative;
    text-align: center; }
    @media print, screen and (min-width: 769px) {
      .peppol-step li {
        width: 30%; } }
    @media only screen and (max-width: 768px) {
      .peppol-step li {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .peppol-step li {
        margin-bottom: 9.6618357488vw; } }
    .peppol-step li:not(:last-child)::after {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      aspect-ratio: 22/181;
      right: -19px;
      top: 0;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='181' viewBox='0 0 22 181'%3E%3Cpath id='多角形_1' data-name='多角形 1' d='M90.5,0,181,22H0Z' transform='translate(22) rotate(90)' fill='%23eef6ff'/%3E%3C/svg%3E%0A") center right/contain no-repeat; }
      @media only screen and (max-width: 768px) {
        .peppol-step li:not(:last-child)::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='148' height='20' viewBox='0 0 148 20'%3E%3Cpath id='多角形_1' data-name='多角形 1' d='M74,0l74,20H0Z' transform='translate(148 20) rotate(180)' fill='%23BBDBFF'/%3E%3C/svg%3E%0A");
          top: auto;
          bottom: -7.2463768116vw;
          right: 50%;
          transform: translateX(50%);
          aspect-ratio: 148/20;
          width: 33.8164251208vw;
          height: auto; } }
    .peppol-step li .sup {
      font-size: 0.9em; }
  .peppol-step__heading {
    text-align: center;
    font-weight: bold;
    color: #1A62B2; }

.case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 40px;
  list-style: none; }
  @media only screen and (max-width: 768px) {
    .case-list {
      gap: 3.6231884058vw 4.8309178744vw; } }
  .case-list__item {
    width: calc(100%/3 - 30px); }
    @media screen and (max-width: 1224px) {
      .case-list__item {
        width: 100%; } }
  .case-list__txt {
    padding: 15px; }
    @media only screen and (max-width: 768px) {
      .case-list__txt {
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .case-list__link {
    color: #1E2124;
    height: 100%;
    display: block;
    text-decoration: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.881' height='11.881' viewBox='0 0 11.881 11.881'%3E%3Cpath id='r_arrow' data-name='r_arrow' d='M11.881,0V11.881H0Z' fill='%231b51b2'/%3E%3C/svg%3E%0A") no-repeat right 3px bottom 3px;
    transition: background-color .4s, box-shadow .4s;
    border: 1px solid #E7ECF2; }
    .case-list__link:hover {
      color: #1E2124;
      text-decoration: none;
      background-color: #F5F5F5;
      box-shadow: none; }
  .case-list__thumb {
    line-height: 0; }
    .case-list__thumb img {
      width: 100%;
      height: auto; }
  .case-list__name {
    margin-bottom: 5px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .case-list__name {
        margin-bottom: 2.4154589372vw; } }
  .case-list__tit {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .case-list__tit {
        margin-bottom: 3.6231884058vw;
        font-size: 4.8309178744vw; } }
  .case-list__sys {
    color: #A1A7B1;
    font-size: 1.4rem;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .case-list__sys {
        font-size: 3.8647342995vw; } }

/* 年収の壁 */
.nencho2025__tit .pencil {
  width: 850px;
  height: 72px;
  margin: 90px auto 40px;
  position: relative;
  background: url("/media_library/lp/income-wall/images/midashi_pencil.png") no-repeat;
  line-height: 1.4; }
  @media screen and (max-width: 1224px) {
    .nencho2025__tit .pencil {
      width: 100%;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 768px) {
    .nencho2025__tit .pencil {
      width: 100%;
      background-position: right bottom;
      background-size: contain; } }
  .nencho2025__tit .pencil::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/media_library/lp/income-wall/images/icon_check.png") no-repeat right center/contain;
    width: 135px;
    height: 39px;
    aspect-ratio: 135/39;
    top: -28px;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 768px) {
      .nencho2025__tit .pencil::before {
        width: 24.154589372vw;
        top: -8.4541062802vw; } }
  .nencho2025__tit .pencil__txt {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: left;
    letter-spacing: .16em; }
    @media only screen and (max-width: 768px) {
      .nencho2025__tit .pencil__txt {
        font-size: 4.347826087vw;
        line-height: 1.5;
        left: 0;
        bottom: 2.4154589372vw; } }

.blue-box {
  background: #EEF6FF; }
  .bg--blue .blue-box {
    background: #fff; }
  .blue-box:not(:last-child) {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .blue-box:not(:last-child) {
        margin-bottom: 14.4927536232vw; } }
  .blue-box__heading {
    background: #1A62B2;
    padding: 10px;
    font-weight: bolder;
    color: #fff;
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    letter-spacing: .16em; }
    .blue-box__heading::before {
      content: "";
      display: block;
      width: 10px;
      height: 3px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
  .blue-box__inner {
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .blue-box__inner {
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }

.blue-box__tit-h2--small {
  font-size: 2.8rem;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .blue-box__tit-h2--small {
      margin-bottom: 4.8309178744vw; } }

.oshirase {
  margin-top: 30px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .oshirase {
      margin-top: 7.2463768116vw;
      font-size: 3.6231884058vw; } }
  .oshirase__news {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .oshirase__news {
        flex-direction: column; } }
    .oshirase__news::before {
      content: "▶";
      font-size: .8em;
      color: #1A62B2;
      margin-right: .5em; }
  .oshirase__date {
    display: inline-block;
    width: 6.5em;
    font-weight: bold; }
  .oshirase__link {
    display: inline-block;
    width: calc(100% - 6.5em); }

@media only screen and (max-width: 768px) {
  .news {
    padding: 10.8695652174vw 0vw 10.8695652174vw 0vw; } }
.news__heading {
  text-align: center;
  margin-bottom: 8px; }
  .news__heading span {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    background: #0759E7;
    font-weight: bold;
    padding: 2px 10px; }
    @media only screen and (max-width: 768px) {
      .news__heading span {
        font-size: 3.3816425121vw; } }
.news__tit {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .news__tit {
      font-size: 4.347826087vw;
      margin-bottom: 7.2463768116vw; } }
  .news__tit span {
    border-bottom: 2px solid #1E2124; }
.news__note {
  font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .news__note {
      font-size: 3.3816425121vw; } }

.law-mv {
  padding: 20px 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .law-mv {
      padding: 4.8309178744vw 0vw 4.8309178744vw 0vw; } }
  .law-mv h1 {
    line-height: 1; }
  .law-mv.fast-link {
    background: url("/media_library/lp/ebooks-invoice/fast-link/images/fast-link_mv_bg.png") center/cover; }
    @media only screen and (max-width: 768px) {
      .law-mv.fast-link {
        background-image: url("/media_library/lp/ebooks-invoice/fast-link/images/fast-link_mv_bg_sp.png"); } }
  .law-mv-text {
    background: #EEF6FF;
    padding: 50px 0; }
    @media only screen and (max-width: 768px) {
      .law-mv-text {
        padding: 7.2463768116vw 3.6231884058vw 7.2463768116vw 3.6231884058vw; } }
    .law-mv-text h1 {
      font-size: 3.8rem;
      text-align: center;
      font-weight: bold;
      line-height: 1;
      letter-spacing: .1em; }
      @media only screen and (max-width: 768px) {
        .law-mv-text h1 {
          font-size: 6.2801932367vw; } }

.breadcrumb {
  font-size: 1.2rem;
  padding: 5px 10px;
  border-bottom: 1px solid #E7ECF2; }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      font-size: 3.1400966184vw; } }
  .breadcrumb__list {
    display: flex;
    column-gap: .5em;
    list-style: none;
    overflow-x: auto; }
    .breadcrumb__list-item {
      white-space: nowrap; }
      .breadcrumb__list-item:not(:last-child)::after {
        content: " > "; }
      .breadcrumb__list-item:last-child a {
        font-weight: bold;
        pointer-events: none;
        text-decoration: none; }

.feature-list {
  list-style: none; }
  .feature-list__item {
    display: flex;
    align-items: center;
    column-gap: 45px; }
    @media only screen and (max-width: 768px) {
      .feature-list__item {
        flex-direction: column; } }
    .feature-list__item:not(:last-child) {
      margin-bottom: 45px; }
      @media only screen and (max-width: 768px) {
        .feature-list__item:not(:last-child) {
          margin-bottom: 9.6618357488vw; } }
  .feature-list__img {
    line-height: 1; }
  @media print, screen and (min-width: 769px) {
    .feature-list__txt {
      width: calc(100% - 265px); } }
  .feature-list__num {
    color: #1A62B2;
    font-size: 1.6rem;
    margin-bottom: 7px;
    font-weight: bold; }
  .feature-list__tit {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .feature-list__tit {
        font-size: 4.8309178744vw; } }

.fast-link-mv {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .fast-link-mv {
      width: 100%;
      flex-direction: column-reverse;
      padding: 7.2463768116vw 3.6231884058vw 7.2463768116vw 3.6231884058vw;
      grid-row-gap: 4.8309178744vw; } }
  @media only screen and (max-width: 768px) {
    .fast-link-mv__circle {
      width: 43.4782608696vw;
      height: 43.4782608696vw; } }
  .fast-link-mv__catch {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 768px) {
      .fast-link-mv__catch {
        font-size: 4.8309178744vw;
        margin-bottom: 3.6231884058vw; } }

@media only screen and (max-width: 768px) {
  .fast-link-table {
    display: block;
    width: 100%; }
    .fast-link-table tr, .fast-link-table th, .fast-link-table td {
      display: block;
      width: 100%; } }
@media print, screen and (min-width: 769px) {
  .fast-link-table th {
    width: 180px; } }
@media print, screen and (min-width: 769px) {
  .fast-link-table td:nth-child(2) {
    width: 220px; } }
@media print, screen and (min-width: 769px) {
  .fast-link-table td:nth-child(3) {
    width: 550px; } }

.fast-link-close {
  margin-top: 100px;
  padding: 20px 40px 15px 160px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .fast-link-close {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw;
      margin-top: 9.6618357488vw; } }
  .fast-link-close__img {
    position: absolute;
    left: 10px;
    bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .fast-link-close__img {
        display: none; } }
  .fast-link-close__txt {
    text-align: center; }
  .fast-link-close__tit {
    font-size: 4.6rem;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .fast-link-close__tit {
        font-size: 7.2463768116vw;
        line-height: 1.4;
        margin-bottom: 2.4154589372vw; } }
  .fast-link-close__catch {
    background: #F5E131;
    padding: 6px 10px;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .fast-link-close__catch {
        font-size: 4.347826087vw;
        margin-bottom: 2.4154589372vw; } }




