
@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/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);
@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; }

/* ---------- ---------- ---------- ---------- ---------- */
html {
  scroll-behavior: smooth; }
  @media print, screen and (min-width: 769px) {
    html {
      scroll-padding-top: 70px; } }

body {
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  line-height: 1.8;
  font-display: swap;
  position: relative;
  color: #1D1E20; }
  @media only screen and (max-width: 768px) {
    body {
      scroll-padding-top: 16.9082125604vw; } }
  @media only screen and (max-width: 768px) {
    body {
      min-width: 0;
      font-size: 4.347826087vw; } }

a {
  color: #1D1E20; }

.bg--main {
  background: #5A6DDF; }

.caption {
  font-size: .8em; }

/* ---------- ---------- ---------- ---------- ---------- */
@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; }

/* ---------- ---------- ---------- ---------- ---------- */
.fc--red {
  color: #d20024 !important; }
.fc--blue {
  color: #005eb8 !important; }
.fc--white {
  color: #fff !important; }

.td--ul {
  text-decoration: underline; }

/* ---------- ---------- ---------- ---------- ---------- */
.bg--blue {
  background: #F6F7FF; }
.bg--gray {
  background: #F8F8F8; }
.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.2em;
    text-indent: -1.2em;
    margin: 0 0 5px 1em; }
    @media only screen and (max-width: 768px) {
      .list li {
        margin-left: 0; } }
    .list li:last-child {
      margin-bottom: 0; }
    .list li::before {
      content: "●";
      color: #A8B2EC;
      font-size: .7em;
      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: #5A6DDF;
        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: "❿"; }

.new {
  font-size: 0.7em;
  line-height: 1.4; }
  .new::after {
    content: 'New';
    background: #d20024;
    color: #fff;
    padding: 0 2px;
    border-radius: 2px;
    margin-right: 5px; }

.pl1em {
  padding-left: 1em; }

.pl2em {
  padding-left: 2em; }

.pl3em {
  padding-left: 3em; }

.arrow-text {
  color: #A8B2EC;
  display: inline-block;
  margin: 0 6px; }

.arrow-icon {
  display: inline-block;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg id='east_24dp_5F6368' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='長方形_360' data-name='長方形 360' width='24' height='24' fill='none'/%3E%3Cpath id='パス_2162' data-name='パス 2162' d='M15,5,13.59,6.41,18.17,11H2v2H18.17l-4.59,4.59L15,19l7-7Z' fill='%23a8b2ec'/%3E%3C/svg%3E%0A") center left no-repeat;
  padding-left: 28px; }

.fc--accent {
  color: #1EB6C6; }
.fc--gray {
  color: #A8B2EC; }
.fc--main {
  color: #5A6DDF; }

.c-link-external {
  background: center left/contain no-repeat;
  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='%231EB6C6'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
  background-size: 1.2em 1.2em;
  background-position: top 3px left;
  padding-left: 1.5em;
  text-decoration: underline;
  color: #1EB6C6; }
  .c-link-external:hover {
    text-decoration: none; }
.c-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='%231EB6C6'%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;
  color: #1EB6C6; }
.c-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: 30px; }

.heading-bg {
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .heading-bg {
      margin-bottom: 4.8309178744vw; } }
  .heading-bg span {
    display: inline-block;
    font-size: 1.6rem;
    padding: 2px 10px; }
    @media only screen and (max-width: 768px) {
      .heading-bg span {
        padding: 0.4830917874vw 2.4154589372vw 0.4830917874vw 2.4154589372vw; } }
  .heading-bg--main span {
    background: #5A6DDF;
    color: #fff; }

.box {
  padding: 20px; }
  @media only screen and (max-width: 768px) {
    .box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }

.white-box {
  background: #fff;
  padding: 20px; }
  @media only screen and (max-width: 768px) {
    .white-box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
  @media print, screen and (min-width: 769px) {
    .white-box.hozon {
      width: 540px; } }

.color-box {
  background: #F6F7FF;
  padding: 20px; }
  .color-box:not(:last-child) {
    margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .color-box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }

.gray-box {
  background: #F8F8F8;
  padding: 20px; }
  @media only screen and (max-width: 768px) {
    .gray-box {
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }

.blue-box {
  background: #F6F7FF; }
  .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: #5A6DDF;
    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; } }

.ruled-box {
  background: url("/media_library/lp/teigakugenzei/images/ruled_bg.png");
  padding: 30px; }
  @media only screen and (max-width: 768px) {
    .ruled-box {
      padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }

.border-box {
  padding: 20px;
  border: #A8B2EC 2px solid;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .border-box {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }

.sup-list .note__item {
  display: flex;
  text-indent: 0;
  padding: 0;
  margin: 0; }
  .sup-list .note__item::before {
    font-weight: bold; }
  .sup-list .note__item.num2::before {
    content: "※2"; }
.sup-list__inner {
  width: calc(100% - 3em); }

@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.6rem;
    width: 700px;
    margin: 0 auto;
    border: 5px solid #F6F7FF; }
    @media only screen and (max-width: 768px) {
      .modal-supple__inner {
        width: 100%;
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }

.contents-link, .intro-contents__def-data .link {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #5A6DDF;
  box-shadow: 0 1px 0 #5A6DDF;
  border-radius: 5px;
  background: url("/media_library/lp/invoice/images/icon_question.svg") left 11px center/20px 22px no-repeat, url("data:image/svg+xml,%3Csvg id='chevron_right_black_24dp' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='linkarrow' data-name='linkarrow' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='linkarrow_2' data-name='linkarrow_2' d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' fill='%23005eb8'/%3E%3C/svg%3E%0A") right 5px center no-repeat;
  padding: 7px 35px 7px 43px; }
  @media only screen and (max-width: 768px) {
    .contents-link, .intro-contents__def-data .link {
      width: 100%;
      padding: 1.690821256vw 7.2463768116vw 1.690821256vw 10.38647343vw; } }
  .contents-link:hover, .intro-contents__def-data .link:hover {
    box-shadow: none;
    background-color: #F6F7FF;
    transition: box-shadow .4s, transform .4s, background-color .4s;
    transform: translateY(1px); }

.img-tit {
  text-align: center;
  margin-bottom: 15px; }
  .img-tit span {
    background: #5A6DDF;
    padding: 1px 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block; }

.c-table table {
  border-collapse: collapse;
  border-spacing: 0; }
.c-table th, .c-table td {
  padding: 20px 25px;
  vertical-align: middle;
  border: 1px solid #A8B2EC; }
  @media only screen and (max-width: 768px) {
    .c-table th, .c-table td {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
.c-table th {
  font-weight: 600;
  text-align: center;
  background: #F6F7FF; }
.c-table td {
  text-align: left; }

.list-circle-num__inner {
  display: flex;
  padding: 0;
  text-indent: 0;
  margin: 0 0 30px; }
  .list-circle-num__inner > div {
    flex: 1; }

.check__list {
  margin-left: 2em;
  list-style: none; }
  .check__list-item {
    text-indent: -1.05em;
    padding-left: .5em;
    margin-bottom: 3px; }
    .check__list-item:last-child {
      margin-bottom: 0; }
    .check__list-item::before {
      content: '\e834';
      font-family: 'Material Icons';
      font-size: 2.4rem;
      color: #5A6DDF;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      margin-right: .5em; }

.source {
  font-size: 1.2rem;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .source {
      font-size: 3.1400966184vw; } }

.bg-blue {
  background: #F6F7FF; }

.bg-gray {
  background: #F8F8F8; }

.bg-lattice {
  background: url("/media_library/lp/invoice/images/bg_lattice.png") repeat; }

.bg-bright-blue {
  background: #005eb8; }

#page_top {
  position: fixed;
  bottom: 160px;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px; }
  #page_top.cvoff {
    bottom: 0; }
  @media only screen and (max-width: 768px) {
    #page_top {
      width: 9.6618357488vw;
      bottom: 9.6618357488vw; } }

.header {
  background: #fff;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 1224px) {
    .header {
      height: 60px;
      padding: 10px; } }
  @media only screen and (max-width: 768px) {
    .header {
      height: 12.077294686vw;
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
  .header__logo {
    display: flex;
    align-items: center; }
    .header__logo-tkc {
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .header__logo-tkc {
          margin-right: 2.4154589372vw;
          width: 19.3236714976vw; } }
      .header__logo-tkc img {
        display: inline; }
    .header__logo-tagline {
      font-size: 15px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .header__logo-tagline {
          font-size: 2.8985507246vw; } }
      .header__logo-tagline a {
        text-decoration: none; }
  @media print, screen and (min-width: 769px) {
    .header .header-icon {
      display: none; } }
  @media screen and (max-width: 1224px) {
    .header .header-icon {
      display: block;
      line-height: 0;
      cursor: pointer; } }
  .header .header-icon .material-icons {
    font-size: 40px; }
    @media only screen and (max-width: 768px) {
      .header .header-icon .material-icons {
        font-size: 8.2125603865vw; } }
  .header .header-nav.active .header-nav__list {
    transform: translateX(0); }
  .header .header-nav__list {
    display: flex;
    align-items: center;
    list-style: none;
    position: relative; }
    @media screen and (max-width: 1224px) {
      .header .header-nav__list {
        position: fixed;
        width: 100%;
        z-index: 15;
        right: 0;
        top: 60px;
        transform: translateX(110%);
        transition: transform .4s;
        flex-direction: column;
        align-items: stretch;
        background: #005eb8;
        color: #fff;
        padding: 0 10px 10px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); } }
    @media only screen and (max-width: 768px) {
      .header .header-nav__list {
        top: 12.077294686vw;
        padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
    .header .header-nav__list-item {
      font-weight: 500;
      letter-spacing: .16em;
      font-size: 15px; }
      @media screen and (max-width: 1224px) {
        .header .header-nav__list-item {
          text-align: center; } }
      @media print, screen and (min-width: 769px) {
        .header .header-nav__list-item:not(:last-child) {
          margin-right: 15px; } }
      @media screen and (max-width: 1224px) {
        .header .header-nav__list-item:not(:last-child) {
          margin-right: 0; } }
      @media screen and (max-width: 1224px) {
        .header .header-nav__list-item:not(:last-child)::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #F8F8F8; } }
  @media print, screen and (min-width: 769px) {
    .header .header-nav__name {
      padding-right: 1em; } }
  @media screen and (max-width: 1224px) {
    .header .header-nav__name {
      font-size: 17px;
      padding-right: 0; } }
  @media screen and (max-width: 1224px) {
    .header .header-nav__name {
      font-size: 3.1400966184vw; } }
  .header .header-nav__link {
    display: inline-block;
    padding: 2px 10px 2px 25px;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 769px) {
      .header .header-nav__link {
        background: #F6F7FF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14'%3E%3Cpath id='arrow' data-name='arrow' d='M7,0l7,13H0Z' transform='translate(13) rotate(90)' fill='%23005eb8'/%3E%3C/svg%3E%0A") left 10px center/6px 7px no-repeat;
        border-radius: 5px; } }
    @media screen and (max-width: 1224px) {
      .header .header-nav__link {
        width: 100%;
        height: 100%;
        padding: 2.4154589372vw 6.038647343vw 2.4154589372vw 2.4154589372vw;
        color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='4.594' height='8.034' viewBox='0 0 4.594 8.034' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.455,10.212l-3.04-3.038a.572.572,0,0,1,0-.811.579.579,0,0,1,.813,0l3.445,3.442a.573.573,0,0,1,.017.792l-3.459,3.466a.574.574,0,0,1-.813-.811Z' transform='translate(-11.246 -6.196)' fill='%23ffffff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 8px center;
        background-color: transparent; }
        .header .header-nav__link.disable {
          background-image: none; } }
    .header .header-nav__link:not(:first-of-type) {
      margin-left: 10px; }
    .header .header-nav__link:hover {
      transition: background .4s;
      color: inherit; }
      @media print, screen and (min-width: 769px) {
        .header .header-nav__link:hover {
          background-color: #d7dcff; } }
      @media only screen and (max-width: 768px) {
        .header .header-nav__link:hover {
          background-color: #004e99; } }
    @media screen and (min-width: 1225px) {
      .header .header-nav__link.current {
        color: #005eb8; }
        .header .header-nav__link.current::after {
          content: "";
          position: absolute;
          display: block;
          width: 100%;
          border-bottom: 2px solid #08969b;
          bottom: -5px;
          left: 0; } }

.main {
  display: block; }
  @media print, screen and (min-width: 769px) {
    .main {
      margin-top: 60px; } }
  @media only screen and (max-width: 768px) {
    .main {
      margin-top: 12.077294686vw; } }
  @media screen and (min-width: 769px) and (max-width: 1224px) {
    .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; } }
  @media screen and (min-width: 769px) and (max-width: 1224px) {
    .main.overlay::before {
      content: '';
      opacity: 1;
      display: block; } }

.footer-inquiry {
  background: #5A6DDF;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .footer-inquiry {
      padding: 9.6618357488vw 0vw 9.6618357488vw 0vw; } }
  @media only screen and (max-width: 768px) {
    .footer-inquiry .section__tit-h2 {
      font-size: 4.8309178744vw; } }
  .footer-inquiry__box {
    padding: 40px 70px;
    margin: 0 auto;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    background: #fff; }
    @media screen and (max-width: 1224px) {
      .footer-inquiry__box {
        width: 100%;
        padding: 40px; } }
    @media only screen and (max-width: 768px) {
      .footer-inquiry__box {
        flex-direction: column;
        padding: 4.8309178744vw 4.8309178744vw 4.8309178744vw 4.8309178744vw; } }
  .footer-inquiry h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .footer-inquiry h3 {
        font-size: 4.347826087vw;
        margin-bottom: 2.4154589372vw; } }
  .footer-inquiry__item {
    max-width: 49%; }
    @media only screen and (max-width: 768px) {
      .footer-inquiry__item {
        width: 100%;
        max-width: 100%; }
        .footer-inquiry__item:first-child {
          margin-bottom: 4.8309178744vw; } }
  .footer-inquiry__link-item {
    display: block;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #1EB6C6;
    background-image: url("data:image/svg+xml,%3Csvg width='4.594' height='8.034' viewBox='0 0 4.594 8.034' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.455,10.212l-3.04-3.038a.572.572,0,0,1,0-.811.579.579,0,0,1,.813,0l3.445,3.442a.573.573,0,0,1,.017.792l-3.459,3.466a.574.574,0,0,1-.813-.811Z' transform='translate(-11.246 -6.196)' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 9px 16px;
    background-position: right 12px center;
    border-radius: 10px;
    padding: 15px 45px 15px 30px;
    text-align: center;
    transition: background .4s; }
    @media print, screen and (min-width: 769px) {
      .footer-inquiry__link-item {
        width: 420px;
        max-width: 100%; } }
    @media only screen and (max-width: 768px) {
      .footer-inquiry__link-item {
        font-size: 3.6231884058vw;
        padding: 2.4154589372vw 9.6618357488vw 2.4154589372vw 6.038647343vw; } }
    .footer-inquiry__link-item:hover {
      background-color: #259093; }

.footer {
  padding: 8px 0;
  background: #005eb8;
  border-top: 1px solid #A8B2EC; }
  .footer__inner {
    text-align: center; }
  .footer address {
    font-size: 1.2rem;
    color: #fff;
    font-style: normal; }
    @media only screen and (max-width: 768px) {
      .footer address {
        font-size: 2.6570048309vw; } }

.fixed-bnr {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 11;
  transform: translateX(100%);
  transition: .4s; }
  @media only screen and (max-width: 768px) {
    .fixed-bnr {
      width: 50%; } }
  .fixed-bnr.is-display {
    opacity: 1;
    overflow: inherit;
    transform: translateX(0); }
  .fixed-bnr__wrap {
    display: flex;
    transition: transform .4s; }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap {
        flex-wrap: wrap; } }
    @media print, screen and (min-width: 769px) {
      .fixed-bnr__wrap.is-close {
        transform: translateX(calc(100% - 40px)); } }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap.is-close {
        transform: translateY(calc(100% - 9.6618357488vw)); } }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap.is-close .fixed-bnr__img {
        display: none;
        opacity: 0; } }
    @media print, screen and (min-width: 769px) {
      .fixed-bnr__wrap.is-close .fixed-bnr__close::before {
        content: "\e5cb"; } }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__wrap.is-close .fixed-bnr__close::before {
        content: "\e5ce"; } }
  .fixed-bnr__img {
    transition: opacity .4s;
    line-height: 0; }
  .fixed-bnr__close {
    background: #96a4b1;
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 40px; }
    @media only screen and (max-width: 768px) {
      .fixed-bnr__close {
        width: 100%;
        padding: 0;
        height: 9.6618357488vw; } }
    .fixed-bnr__close::before {
      content: "\e888";
      font-family: "Material Icons";
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      font-size: 2.4rem; }

.section {
  padding: 80px 0; }
  @media only screen and (max-width: 768px) {
    .section {
      padding: 14.4927536232vw 0vw 14.4927536232vw 0vw; } }
  .section--small {
    padding: 60px 0; }
    @media only screen and (max-width: 768px) {
      .section--small {
        padding: 9.6618357488vw 0vw 9.6618357488vw 0vw; } }
  .section__inner {
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .section__inner {
        width: 1080px; } }
    @media screen and (min-width: 769px) and (max-width: 1224px) {
      .section__inner {
        width: 96vw; } }
    @media only screen and (max-width: 768px) {
      .section__inner {
        width: 92vw; } }
  .section__bl:not(:last-child) {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section__bl:not(:last-child) {
        margin-bottom: 12.077294686vw; } }
  .section__bl .section__bl:not(:last-child) {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section__bl .section__bl:not(:last-child) {
        margin-bottom: 9.6618357488vw; } }
  .section__tit-h2 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-align: center;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .section__tit-h2 {
        font-size: 6.7632850242vw;
        margin-bottom: 9.6618357488vw; } }
    @media print, screen and (min-width: 769px) {
      .section__tit-h2--small {
        font-size: 3.6rem; } }
    .section__tit-h2.inquiry {
      font-size: 3.2rem;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .section__tit-h2.inquiry {
          font-size: 4.8309178744vw; } }
  .section__tit-h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    border-left: 5px solid #5A6DDF;
    padding: 5px 0 5px 22px;
    line-height: 1.5;
    letter-spacing: 0.16em; }
    @media only screen and (max-width: 768px) {
      .section__tit-h3 {
        font-size: 4.8309178744vw;
        margin-bottom: 6.038647343vw;
        padding-left: 4.347826087vw; } }
    .section__tit-h3.inquiry {
      font-size: 2.0rem;
      background: none;
      color: #000; }
      @media only screen and (max-width: 768px) {
        .section__tit-h3.inquiry {
          font-size: 3.8647342995vw; } }
  .section__tit-h4 {
    font-weight: bold;
    line-height: 1.4;
    font-size: 2.1rem;
    color: #5A6DDF;
    margin-top: 40px;
    margin-bottom: 15px;
    letter-spacing: 0.16em; }
    @media only screen and (max-width: 768px) {
      .section__tit-h4 {
        margin-top: 12.077294686vw;
        margin-bottom: 4.8309178744vw;
        font-size: 4.8309178744vw; } }
    .section__tit-h4::before {
      content: "●";
      color: #A8B2EC;
      font-size: .9em; }
  .section__tit-h5 {
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
    font-size: 1em; }
    .section__tit-h5 small {
      font-weight: normal;
      letter-spacing: .05em; }
  .section__catch {
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .section__catch {
        margin-bottom: 7.2463768116vw;
        font-size: 6.038647343vw; } }
  .section__intro {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      .section__intro {
        font-size: 4.347826087vw;
        margin-bottom: 7.2463768116vw; } }
  .section__text {
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .section__text {
        margin-bottom: 7.2463768116vw; } }
    .section__text:last-child {
      margin-bottom: 0; }
    .section__text p {
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .section__text p {
          margin-bottom: 4.8309178744vw; } }
      .section__text p:last-child {
        margin-bottom: 0; }
  .section__explain {
    font-weight: bold;
    margin-bottom: 60px;
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .section__explain {
        font-size: 4.347826087vw;
        margin-bottom: 12.077294686vw; } }
    .section__explain p {
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .section__explain p {
          margin-bottom: 7.2463768116vw; } }

.mv {
  text-align: center;
  padding: 40px 0 0; }
  @media only screen and (max-width: 768px) {
    .mv {
      width: 92vw;
      margin: 0 auto;
      padding: 7.2463768116vw 0vw 0vw 0vw; } }

/* 動画 */
.intro-movie {
  text-align: center;
  margin: 30px auto; }
  @media only screen and (max-width: 768px) {
    .intro-movie {
      margin: 7.2463768116vw auto 7.2463768116vw auto; } }
  .intro-movie__title {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 15px;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .intro-movie__title {
        font-size: 4.347826087vw;
        margin-bottom: 3.6231884058vw; } }
    .intro-movie__title .new {
      font-size: .5em; }
      .intro-movie__title .new::before {
        border-radius: 5px; }
  .intro-movie__movie {
    margin: 0 auto 10px;
    position: relative;
    line-height: 1; }
    @media print, screen and (min-width: 769px) {
      .intro-movie__movie {
        width: 650px; } }
    @media only screen and (max-width: 768px) {
      .intro-movie__movie {
        width: 90%; } }
    .intro-movie__movie a::before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.1);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .intro-movie__movie a::after {
      content: '';
      position: absolute;
      display: block;
      right: calc(50% - 45px);
      bottom: calc(50% - 45px);
      background-image: url(/media_library/grhpcommon/images/icon_start.svg);
      width: 90px;
      height: 90px;
      background-size: contain; }
      @media only screen and (max-width: 768px) {
        .intro-movie__movie a::after {
          width: 16.9082125604vw;
          height: 16.9082125604vw;
          right: calc(50% - 16.9082125604vw/2);
          bottom: calc(50% - 16.9082125604vw/2); } }

/* 目次 */
.intro-contents {
  background: #5A6DDF;
  padding: 20px;
  box-shadow: 0 3px 0 #004282;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .intro-contents {
      font-size: 3.8647342995vw;
      padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
      margin-bottom: 9.6618357488vw; } }
  .intro-contents__tit {
    margin-bottom: 5px; }
    .intro-contents__tit h2 {
      color: #fff;
      font-size: 3.2rem;
      text-align: center;
      letter-spacing: .16em; }
      @media only screen and (max-width: 768px) {
        .intro-contents__tit h2 {
          font-size: 4.8309178744vw; } }
  .intro-contents__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch; }
    @media only screen and (max-width: 768px) {
      .intro-contents__list {
        flex-wrap: wrap; } }
    .intro-contents__list-item {
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
      padding: 10px 20px 15px 20px;
      flex-basis: calc((100% / 3) - 10px); }
      @media only screen and (max-width: 768px) {
        .intro-contents__list-item {
          padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
          margin-bottom: 1.2vw;
          flex-basis: 100%; } }
      .intro-contents__list-item:last-child {
        margin-bottom: 0; }
      .intro-contents__list-item.col2 {
        flex-basis: calc((100% / 2) - 10px); }
        @media only screen and (max-width: 768px) {
          .intro-contents__list-item.col2 {
            flex-basis: 100%; } }
      .intro-contents__list-item.cvoff {
        flex-basis: 100%; }
        .intro-contents__list-item.cvoff .intro-contents__def {
          column-gap: 1.3%; }
        .intro-contents__list-item.cvoff .intro-contents__def-data {
          flex-basis: 32.3%;
          margin-bottom: 0; }
  .intro-contents__def {
    display: flex;
    flex-wrap: wrap; }
    .intro-contents__def-tit {
      flex-basis: 100%;
      margin-bottom: 5px; }
      .intro-contents__def-tit:last-child {
        margin-bottom: 0; }
      .intro-contents__def-tit .link {
        font-weight: bold;
        display: inline-block;
        text-decoration: none;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='14' viewBox='0 0 13 14'%3E%3Cpath id='arrow' data-name='arrow' d='M7,0l7,13H0Z' transform='translate(13) rotate(90)' fill='%235A6DDF'/%3E%3C/svg%3E%0A") left center no-repeat;
        background-size: 10px 11px;
        padding-left: 25px; }
        @media only screen and (max-width: 768px) {
          .intro-contents__def-tit .link {
            font-size: 3.8647342995vw;
            background-size: 1.9323671498vw 2.1739130435vw; } }
        .intro-contents__def-tit .link span {
          display: inline-flex;
          width: 32px;
          height: 32px;
          font-size: 2.2rem;
          letter-spacing: 0;
          font-weight: bold;
          justify-content: center;
          align-items: center;
          background: #5A6DDF;
          color: #fff;
          margin-left: 5px; }
          @media only screen and (max-width: 768px) {
            .intro-contents__def-tit .link span {
              font-size: 3.8647342995vw;
              width: 4.8309178744vw;
              height: 4.8309178744vw;
              margin-left: 1.2077294686vw; } }
          .intro-contents__def-tit .link span:first-child {
            margin-left: 10px; }
            @media only screen and (max-width: 768px) {
              .intro-contents__def-tit .link span:first-child {
                margin-left: 1.2077294686vw; } }
    .intro-contents__def-data {
      flex-basis: 100%;
      margin-bottom: 12px;
      font-size: 90%; }
      @media only screen and (max-width: 768px) {
        .intro-contents__def-data {
          margin-bottom: 2.4154589372vw; } }
      .intro-contents__def-data:last-child {
        margin-bottom: 0; }
      .intro-contents__def-data .link {
        background-image: url("data:image/svg+xml,%3Csvg id='chevron_right_black_24dp' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='linkarrow' data-name='linkarrow' d='M0,0H24V24H0Z' fill='none'/%3E%3Cpath id='linkarrow_2' data-name='linkarrow_2' d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' fill='%23005eb8'/%3E%3C/svg%3E%0A");
        background-position: right 5px center;
        background-size: 7%;
        padding: 5px 20px 5px 15px;
        width: 100%;
        font-size: 90%;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #0048c4;
        box-shadow: 0 1px 0 #0048c4;
        border-radius: 5px; }
        .intro-contents__def-data .link.external {
          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='%23005eb8'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E");
          background-size: 4.5%;
          background-position: right 3% center; }
      .intro-contents__def-data.col2 {
        width: calc(50% - 16px/2);
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .intro-contents__def-data.col2 {
            width: 100%; } }
        @media print, screen and (min-width: 769px) {
          .intro-contents__def-data.col2:nth-last-child(-n + 2) {
            margin-bottom: 0; } }
      .intro-contents__def-data.col3 {
        width: calc(100%/3 - 30px/3);
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .intro-contents__def-data.col3 {
            width: 100%; } }
        .intro-contents__def-data.col3:nth-of-type(3n) {
          margin-right: 0; }
        @media print, screen and (min-width: 769px) {
          .intro-contents__def-data.col3:nth-last-child(-n + 3) {
            margin-bottom: 0; } }
      .intro-contents__def-data .link {
        width: 100%; }
  .intro-contents__txt {
    margin-top: 60px;
    text-align: center;
    letter-spacing: .16em;
    font-size: 2.4rem; }
    @media only screen and (max-width: 768px) {
      .intro-contents__txt {
        margin-top: 11vw;
        font-size: 4.347826087vw; } }

.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 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; } }

.nencho2025-sys {
  padding: 40px 30px; }
  @media only screen and (max-width: 768px) {
    .nencho2025-sys {
      padding: 4.8309178744vw 3.6231884058vw 4.8309178744vw 3.6231884058vw; } }
  .nencho2025-sys__tit {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .1em;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .nencho2025-sys__tit {
        font-size: 4.8309178744vw;
        margin-bottom: 6.038647343vw; } }
  .nencho2025-sys__box-item {
    background: #FFFFFF;
    padding: 20px;
    border: 2px solid #A8B2EC; }
    @media only screen and (max-width: 768px) {
      .nencho2025-sys__box-item {
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
    .nencho2025-sys__box-item:not(:last-child) {
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .nencho2025-sys__box-item:not(:last-child) {
          margin-bottom: 3.6231884058vw; } }
  .nencho2025-sys__box-tit {
    background-image: url("data:image/svg+xml,%3Csvg id='task_alt_24dp_5F6368' xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Crect id='長方形_406' data-name='長方形 406' width='34' height='34' transform='translate(0 0)' fill='none'/%3E%3Cpath id='パス_2212' data-name='パス 2212' d='M30.333,6.5,14.169,22.683,8.163,16.677l2-2,4.009,4.009L28.336,4.522ZM27.2,13.645A11.326,11.326,0,1,1,16.167,4.833,11.221,11.221,0,0,1,22.23,6.6l2.04-2.04A14.025,14.025,0,0,0,16.167,2a14.2,14.2,0,1,0,13.317,9.364Z' transform='translate(0.833 0.833)' fill='%235a6ddf'/%3E%3C/svg%3E%0A");
    padding-left: 42px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .nencho2025-sys__box-tit {
        padding-left: 9.6618357488vw;
        background-size: 7.729468599vw 7.729468599vw;
        background-position: top 1.690821256vw left; } }
  .nencho2025-sys__summary {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 2.3rem;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .nencho2025-sys__summary {
        font-size: 3.8647342995vw;
        margin-top: 6.038647343vw; } }
    .nencho2025-sys__summary::before {
      content: "";
      display: block;
      background: url("/media_library/lp/income-wall/images/icon_point.png") no-repeat center;
      width: 100px;
      height: 100px;
      margin-right: 15px; }
      @media only screen and (max-width: 768px) {
        .nencho2025-sys__summary::before {
          width: 18.115942029vw;
          height: 18.115942029vw;
          margin-right: 3.6231884058vw;
          background-size: contain; } }

.closing {
  position: relative;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: .16em;
  margin: 60px 0; }
  @media only screen and (max-width: 768px) {
    .closing {
      font-size: 3.8647342995vw;
      margin-bottom: 12.077294686vw;
      letter-spacing: .05em; } }
  .closing .ruled-box {
    padding-left: 50px; }
    @media only screen and (max-width: 768px) {
      .closing .ruled-box {
        padding-left: 3.6231884058vw; } }
  .closing::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/media_library/lp/income-wall/images/image_lady.png") center/contain no-repeat;
    width: 183px;
    aspect-ratio: 183/188;
    right: 30px;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .closing::after {
        width: 27.7777777778vw;
        right: -1.2077294686vw; } }

@media only screen and (max-width: 768px) {
  .banner {
    grid-row-gap: 3.6231884058vw; } }

.summary__tit {
  font-size: 2.9rem;
  border-bottom: 1px solid #1D1E20;
  margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .summary__tit {
      font-size: 6.2801932367vw; } }
.summary__bl {
  column-gap: 35px; }
  @media only screen and (max-width: 768px) {
    .summary__bl {
      margin-bottom: 9.6618357488vw; } }
  .summary__bl a {
    text-decoration: none; }
.summary__heading {
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px dashed #A8B2EC;
  margin-bottom: 12px; }
  @media only screen and (max-width: 768px) {
    .summary__heading {
      font-size: 4.347826087vw;
      padding-bottom: 1.2077294686vw;
      margin-bottom: 2.4154589372vw; } }
  .summary__heading a {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' viewBox='0 0 5 6'%3E%3Cpath id='多角形_26' data-name='多角形 26' d='M3,0,6,5H0Z' transform='translate(5) rotate(90)' fill='%23a8b2ec'/%3E%3C/svg%3E%0A") no-repeat left center;
    padding-left: 15px;
    font-weight: bold;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .summary__heading a {
        padding-left: 3.6231884058vw; } }
.summary__def:not(:last-child) {
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .summary__def:not(:last-child) {
      margin-bottom: 7.2463768116vw; } }
.summary__def dt {
  margin-bottom: 3px; }
  .summary__def dt a {
    font-size: 1.6rem;
    font-weight: bold;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2'%3E%3Crect id='長方形_417' data-name='長方形 417' width='6' height='2' fill='%23a8b2ec'/%3E%3C/svg%3E%0A") no-repeat left center;
    display: inline-block;
    padding-left: 15px;
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .summary__def dt a {
        font-size: 3.8647342995vw;
        padding-left: 3.6231884058vw; } }
.summary__def dd a {
  font-size: 1.4rem;
  padding-left: 15px;
  display: inline-block;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .summary__def dd a {
      font-size: 3.3816425121vw; } }
.summary__def dd:last-of-type {
  margin-bottom: 5px; }

.osusume__bnr {
  margin-bottom: 50px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .osusume__bnr {
      margin-bottom: 4.8309178744vw; } }
  .osusume__bnr img {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2); }
.osusume__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .osusume__list-item {
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .osusume__list-item {
        margin-bottom: 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; } }




