@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,700&display=swap");

@-ms-viewport {
  width: device-width;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

@media screen and (min-width: 1025px) {

  html,
  body {
    overflow: auto !important;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #212529;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  transition: all 0.3s ease;
}

a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }

  a:hover img {
    opacity: 0.8;
  }
}

@media screen and (min-width: 769px) {
  a:not(.c-button):hover {
    color: #1F4E91;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    color: #212529;
    text-decoration: none;
    pointer-events: none;
  }
}

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

p {
  line-height: 1.8;
}

p+p {
  margin-top: 2em;
}

p small {
  font-size: 1.2rem;
}

p a {
  color: #008ED3;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  p a:hover {
    color: #00A0ED;
    text-decoration: none;
  }
}

strong {
  font-weight: bold;
}

td a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  td a:hover {
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: #E9EAEF;
  border: none;
  margin: 20px 0;
}

*.spacing {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 768px) {
  *.spacing {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 540px) {
  *.spacing {
    margin-bottom: 80px !important;
  }
}

.disnone {
  display: none;
}

.list-inline>li {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
  align-items: center;
}

.d-flex-center {
  justify-content: center;
  align-items: center;
}

.d-inline-flex {
  display: inline-flex !important;
}

table.d-inline-block,
table.d-block {
  display: table !important;
}

table th.d-inline-block,
table th.d-block,
table td.d-inline-block,
table td.d-block {
  display: table-cell !important;
}

@media screen and (max-width: 1024px) {
  .d-tb-none {
    display: none !important;
  }

  .d-tb-inline {
    display: inline !important;
  }

  .d-tb-inline-block {
    display: inline-block !important;
  }

  .d-tb-block {
    display: block !important;
  }

  .d-tb-table {
    display: table !important;
  }

  .d-tb-table-row {
    display: table-row !important;
  }

  .d-tb-table-cell {
    display: table-cell !important;
  }

  .d-tb-flex {
    display: flex !important;
    align-items: center;
  }

  .d-tb-inline-flex {
    display: inline-flex !important;
  }

  table.d-tb-inline-block,
  table.d-tb-block {
    display: table !important;
  }

  table th.d-tb-inline-block,
  table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1025px) {
  .d-pc-none {
    display: none !important;
  }

  .d-pc-inline {
    display: inline !important;
  }

  .d-pc-inline-block {
    display: inline-block !important;
  }

  .d-pc-block {
    display: block !important;
  }

  .d-pc-table {
    display: table !important;
  }

  .d-pc-table-row {
    display: table-row !important;
  }

  .d-pc-table-cell {
    display: table-cell !important;
  }

  .d-pc-flex {
    display: flex !important;
    align-items: center;
  }

  .d-pc-inline-flex {
    display: inline-flex !important;
  }

  table.d-pc-inline-block,
  table.d-pc-block {
    display: table !important;
  }

  table th.d-pc-inline-block,
  table th.d-pc-block,
  table td.d-pc-inline-block,
  table td.d-pc-block {
    display: table-cell !important;
  }
}

@media screen and (min-width: 1281px) {
  .d-bs-none {
    display: none !important;
  }

  .d-bs-inline {
    display: inline !important;
  }

  .d-bs-inline-block {
    display: inline-block !important;
  }

  .d-bs-block {
    display: block !important;
  }

  .d-bs-table {
    display: table !important;
  }

  .d-bs-table-row {
    display: table-row !important;
  }

  .d-bs-table-cell {
    display: table-cell !important;
  }

  .d-bs-flex {
    display: flex !important;
    align-items: center;
  }

  .d-bs-inline-flex {
    display: inline-flex !important;
  }

  table.d-bs-inline-block,
  table.d-bs-block {
    display: table !important;
  }

  table th.d-bs-inline-block,
  table th.d-bs-block,
  table td.d-bs-inline-block,
  table td.d-bs-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
    align-items: center;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  table.d-lg-inline-block,
  table.d-lg-block {
    display: table !important;
  }

  table th.d-lg-inline-block,
  table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
    align-items: center;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  table.d-md-inline-block,
  table.d-md-block {
    display: table !important;
  }

  table th.d-md-inline-block,
  table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 540px) {
  .d-pr-none {
    display: none !important;
  }

  .d-pr-inline {
    display: inline !important;
  }

  .d-pr-inline-block {
    display: inline-block !important;
  }

  .d-pr-block {
    display: block !important;
  }

  .d-pr-table {
    display: table !important;
  }

  .d-pr-table-row {
    display: table-row !important;
  }

  .d-pr-table-cell {
    display: table-cell !important;
  }

  .d-pr-flex {
    display: flex !important;
    align-items: center;
  }

  .d-pr-inline-flex {
    display: inline-flex !important;
  }

  table.d-pr-inline-block,
  table.d-pr-block {
    display: table !important;
  }

  table th.d-pr-inline-block,
  table th.d-pr-block,
  table td.d-pr-inline-block,
  table td.d-pr-block {
    display: table-cell !important;
  }
}

@media screen and (max-width: 360px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

.l-header {
  width: 100%;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 20;
}

@media screen and (max-width: 1024px) {
  .l-header {
    height: 60px;
    box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  }
}

.l-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1410px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
  transition: all 0.3s ease;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .l-header__inner {
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__inner {
    padding: 0;
  }
}

.p-header__logo {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .p-header__logo {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-header__logo {
    padding-left: 10px;
  }
}

.p-header__logo a {
  width: 162px;
  height: 31px;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  font-size: 0;
  text-indent: -999em;
  display: block;
}

@media (min-width: 1367px) {
  .p-header__logo a {
    width: 203px;
    height: 39px;
  }
}

@media screen and (min-width: 769px) {
  .p-header__logo a:hover {
    opacity: 0.75;
  }
}

.p-header__logo--digital a {
  width: 177px;
  height: 46px;
  background-image: url(../img/common/logo_education.svg);
}

@media screen and (max-width: 1024px) {
  .p-header__logo--digital a {
    width: 137px;
    height: 35px;
  }
}

.p-header__nav {
  margin-left: auto;
}

@media screen and (min-width: 1025px) {
  .p-header__nav {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    border-top: #E9EAEF solid 1px;
    padding-bottom: 60px;
    position: fixed;
    top: 60px;
    left: 0;
    overflow: auto;
  }
}

.p-header__nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu {
    display: block;
  }
}

.p-header__nav__menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item:nth-of-type(-n+5) {
    border-bottom: #E9EAEF solid 1px;
  }
}

.p-header__nav__menu__item--button {
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item--button {
    margin-top: 15px;
  }
}

.p-header__nav__menu__item--button--first {
  margin-left: 20px;
}

@media screen and (max-width: 1280px) {
  .p-header__nav__menu__item--button--first {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item--button--first {
    margin: 25px 0 15px;
  }
}

@media screen and (max-width: 1280px) {
  .p-header__nav__menu__item--button--hide {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__nav__menu__item--button--hide {
    display: block;
  }
}

.p-header__nav__menu__item.is-act::before {
  opacity: 0;
}

.p-header__nav__menu__item.is-act::after {
  transform: rotate(0);
}

@media screen and (min-width: 769px) {

  .p-header__nav__menu__item:hover .p-header__head,
  .p-header__nav__menu__item:hover .p-header__link {
    color: #1F4E91 !important;
  }

  .p-header__nav__menu__item:hover .p-header__head::before,
  .p-header__nav__menu__item:hover .p-header__link::before {
    opacity: 1;
  }

  .p-header__nav__menu__item:hover .p-header__head::after,
  .p-header__nav__menu__item:hover .p-header__link::after {
    color: #00A0ED;
  }
}

.p-header__link,
.p-header__head {
  height: 85px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}

.p-header__link::before,
.p-header__head::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #1F4E91;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}

@media (max-width: 1366px) {

  .p-header__link,
  .p-header__head {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1280px) {

  .p-header__link,
  .p-header__head {
    padding: 0 15px;
  }
}

@media (max-width: 1100px) {

  .p-header__link,
  .p-header__head {
    font-size: 1.35rem;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {

  .p-header__link,
  .p-header__head {
    width: 100%;
    height: auto;
    color: #212529 !important;
    font-size: 1.6rem;
    padding: 20px 45px;
  }

  .p-header__link::before,
  .p-header__head::before {
    content: none;
  }

  .p-header__link::after,
  .p-header__head::after {
    font-family: "Font Awesome 5 Pro";
    color: #008ED3;
    position: absolute;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 768px) {

  .p-header__link,
  .p-header__head {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 540px) {

  .p-header__link,
  .p-header__head {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__link::after {
    content: "\f105";
    font-size: 2.2rem;
    font-weight: 500;
    top: 18px;
    right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .p-header__link::after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 540px) {
  .p-header__link::after {
    right: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__head::after {
    content: "\f067";
    font-size: 2rem;
    font-weight: 400;
    top: 16px;
    right: 42px;
  }
}

@media screen and (max-width: 768px) {
  .p-header__head::after {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 540px) {
  .p-header__head::after {
    right: 22px;
  }
}

.p-header__button.c-button {
  width: 152px;
  height: 44px;
}

@media (max-width: 1366px) {
  .p-header__button.c-button {
    width: 142px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__button.c-button {
    width: 258px;
    height: 54px;
    font-size: 1.4rem;
  }
}

.p-header__button.c-button::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header__button.c-button::after {
    display: block;
  }
}

.p-header__sub__wrapper {
  display: none;
  width: 100%;
  position: fixed;
  top: 85px;
  left: 0;
  cursor: default;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__wrapper {
    width: 100% !important;
    background-color: #EFF0F2;
    border-top: #E9EAEF solid 1px;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}

.p-header__sub__menu,
.p-header__sub__row {
  width: 100%;
  background-color: #EFF0F2;
  box-shadow: 0 15px 30px 0 rgba(73, 86, 101, 0.15) inset;
  padding: 70px 20px;
  cursor: default;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {

  .p-header__sub__menu,
  .p-header__sub__row {
    box-shadow: none;
    padding: 0;
  }
}

.p-header__sub__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item {
    width: 100%;
  }
}

.p-header__sub__menu__item:not(:last-child) {
  margin-right: 75px;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item:not(:last-child) {
    border-bottom: #E9EAEF solid 1px;
    margin-right: 0;
  }
}

.p-header__sub__menu__item a {
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.p-header__sub__menu__item a::before,
.p-header__sub__menu__item a::after {
  font-family: "Font Awesome 5 Pro";
}

.p-header__sub__menu__item a::before {
  content: "\f0da";
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item a::after {
    color: #008ED3;
    content: "\f105";
    font-size: 2.2rem;
    font-weight: 500;
    position: absolute;
    top: 18px;
    right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .p-header__sub__menu__item a::after {
    font-size: 2rem;
  }
}

@media screen and (max-width: 540px) {
  .p-header__sub__menu__item a::after {
    right: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-header__sub__menu__item a {
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    padding: 20px 50px;
  }

  .p-header__sub__menu__item a::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .p-header__sub__menu__item a {
    font-size: 1.3rem;
    padding: 20px 25px;
  }
}

.p-header__sub__menu--list {
  width: auto;
  padding: 0;
  box-shadow: none;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 8px;
}

.p-header__sub__menu--list .p-header__sub__menu__item {
  margin-right: 0;
}

.p-header__sub__row__inner {
  width: 100%;
  max-width: 970px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  row-gap: 48px;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__row__inner {
    max-width: none;
    display: block;
  }
}

.p-header__sub__row__item {
  width: calc((100% - 100px) / 3);
}

.p-header__sub__row__item--wide {
  width: calc(100% - (100% - 100px) / 3 - 50px);
}

@media screen and (max-width: 1024px) {
  .p-header__sub__row__item {
    width: 100%;
  }
}

.p-header__sub__row__head {
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__row__head {
    background-color: #008ED3;
    margin-bottom: 0;
    padding: 20px 50px;
  }
}

@media screen and (max-width: 540px) {
  .p-header__sub__row__head {
    padding: 20px 25px;
  }
}

.p-header__sub__row__head::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CED1D8;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__row__head::before {
    content: none;
  }
}

.p-header__sub__row__head span {
  background-color: #EFF0F2;
  color: #008ED3;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__row__head span {
    background-color: initial;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .p-header__sub__row__head span {
    font-size: 1.4rem;
  }
}

.p-header__sub__row__column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .p-header__sub__row__column {
    display: block;
  }
}

.p-header__sub__row__column__item {
  width: calc((100% - 50px) / 2);
}

@media screen and (max-width: 1024px) {
  .p-header__sub__row__column__item {
    width: 100%;
  }
}

.p-header__hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    width: 60px;
    height: 60px;
    background-color: #1D3C69;
    display: block;
    margin-left: auto;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
  }

  .p-header__hamburger::before,
  .p-header__hamburger::after {
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }

  .p-header__hamburger::before {
    content: "\f0c9";
    font-size: 2.4rem;
  }

  .p-header__hamburger::after {
    content: "\f00d";
    font-size: 2.8rem;
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-header__hamburger:hover {
    background-color: #1F4E91;
  }
}

.p-header__hamburger.is-act::before {
  opacity: 0;
}

.p-header__hamburger.is-act::after {
  opacity: 1;
}

.p-header__overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #212529;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 19;
}

.l-footer {
  width: 100%;
  background-color: #EFF0F2;
  margin-top: auto;
}

.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 0 35px;
}

@media screen and (max-width: 1280px) {
  .l-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1100px) {
  .l-footer__inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 40px 20px 15px;
  }
}

.p-footer__logo {
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .p-footer__logo {
    text-align: left;
  }
}

.p-footer__logo>a {
  width: 203px;
  height: 39px;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-footer__logo>a {
    width: 162px;
    height: 31px;
  }
}

@media screen and (min-width: 769px) {
  .p-footer__logo>a:hover {
    opacity: 0.75;
  }
}

.p-footer__nav {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s ease;
}

.p-footer__nav__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 1100px) {
  .p-footer__nav__wrapper {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__nav__wrapper {
    margin-bottom: 45px;
  }
}

@media (max-width: 1100px) {
  .p-footer__nav {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__nav {
    width: 100%;
    display: block;
  }
}

.p-footer__nav__item {
  transition: 0.3s ease;
}

.p-footer__nav__item:not(:last-child) {
  margin-right: 80px;
}

@media screen and (max-width: 1024px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.p-footer__nav__menu__item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-footer__nav__menu__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.p-footer__nav__menu__item a {
  font-size: 1.4rem;
}

.p-footer__bottom {
  width: 100%;
  border-top: #CED1D8 solid 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-footer__bottom {
    width: calc(100% + 40px);
    display: block;
    padding: 15px 20px 0;
    transform: translateX(-20px);
  }
}

.p-footer__bottom__link {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-footer__bottom__link {
    margin-bottom: 5px;
  }
}

.p-footer__bottom__link__item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .p-footer__bottom__link__item:not(:last-child) {
    margin-right: 25px;
  }
}

.p-footer__bottom__link__item a {
  font-size: 1.2rem;
}

.p-footer__copyright {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-left: 0;
  }
}

.p-footer__copyright small {
  font-size: 1.2rem;
  display: inline-block;
}

@media (max-width: 1100px) {
  .p-footer__block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__block {
    margin-bottom: 30px;
  }
}

.p-footer__sns {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-footer__sns {
    justify-content: space-around;
  }
}

.p-footer__sns li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-footer__sns li:not(:last-child) {
    margin-right: 0;
  }
}

.p-footer__sns li a i {
  font-size: 2.4rem;
}

.p-footer__sns li .fa-twitter {
  color: #487CBF;
}

.p-footer__sns li .fa-facebook {
  color: #487CBF;
}

.l-container {
  width: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 85px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .l-container {
    padding-top: 60px;
  }
}

.l-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-content {
    margin-bottom: 60px;
  }
}

.l-section {
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 60px 0;
  }
}

.l-section:last-child {
  padding-bottom: 0;
}

.l-section__wrapper {
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-section__wrapper {
    padding-top: 80px;
  }
}

.l-section__wrapper .l-section {
  padding-top: 0;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-section__wrapper .l-section {
    padding-bottom: 60px;
  }
}

.l-section--notopmargin {
  padding-top: 0;
}

.l-inner {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .l-inner:not(.l-inner--narrow):not(.l-inner--narrow--v):not(.l-inner--narrow--v2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--narrow {
  max-width: 1000px;
}

@media (max-width: 1040px) {
  .l-inner--narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--narrow--v {
  max-width: 940px;
}

@media screen and (max-width: 1024px) {
  .l-inner--narrow--v {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--narrow--v2 {
  max-width: 895px;
}

@media screen and (max-width: 1024px) {
  .l-inner--narrow--v2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-inner--half {
  width: 50%;
  margin: 0;
  padding-left: 0;
  padding-right: 75px;
}

@media screen and (max-width: 1280px) {
  .l-inner--half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-mv {
  width: 100%;
  height: 740px;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-mv {
    height: auto;
  }
}

@media screen and (max-width: 540px) {
  .l-mv {
    height: auto;
  }
}

.l-mv .l-inner {
  height: 100%;
}

@media screen and (min-width: 769px) {
  .l-mv .l-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.l-mv__inner {
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-mv__inner {
    max-width: none !important;
  }
}

.l-mv__inner.index {
  max-width: none;
}

@media screen and (min-width: 769px) {
  .l-mv__inner.digital {
    margin-top: 120px;
  }
}

.l-mv__inner.online {
  max-width: 645px;
}

.l-mv__inner--wide {
  max-width: 545px;
}

.l-mv.index {
  height: calc(100vh - 156px);
  padding-top: 115px;
}

@media screen and (max-width: 1024px) {
  .l-mv.index {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-mv.index {
    height: calc(100vh - 60px);
    padding-bottom: 14.933333vw;
  }

  .l-mv.index .l-inner {
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
}

.l-mv.digital,
.l-mv.chuko,
.l-mv.academic,
.l-mv.online,
.l-mv.expedition,
.l-mv.school,
.l-mv.steam-book,
.l-mv.quest-and-search,
.l-mv.tankyusogopack {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {

  .l-mv.digital,
  .l-mv.chuko,
  .l-mv.academic,
  .l-mv.online,
  .l-mv.expedition,
  .l-mv.school,
  .l-mv.steam-book,
  .l-mv.quest-and-search,
  .l-mv.tankyusogopack {
    background-position: center bottom;
    display: block;
    padding: 60px 0 !important;
  }
}

@media screen and (max-width: 540px) {

  .l-mv.digital,
  .l-mv.chuko,
  .l-mv.academic,
  .l-mv.online,
  .l-mv.expedition,
  .l-mv.school,
  .l-mv.steam-book,
  .l-mv.quest-and-search,
  .l-mv.tankyusogopack {
    padding: 12vw 0 5.33333vw !important;
  }
}

@media screen and (max-width: 768px) {

  .l-mv.online,
  .l-mv.expedition {
    height: 128.90625vw;
  }
}

@media screen and (max-width: 540px) {

  .l-mv.online,
  .l-mv.expedition {
    height: min(160vw, 780px);
  }
}

@media screen and (max-width: 768px) {
  .l-mv.digital {
    padding: 125px 0 70px;
  }
}

@media screen and (max-width: 768px) {

  .l-mv.online,
  .l-mv.academic {
    background-position: center bottom;
    display: block;
    padding: 70px 0;
  }
}

.l-mv.digital {
  background-image: url(../img/digital/school-edition/mv_pc.jpg?2023-01-16);
}

@media screen and (max-width: 768px) {
  .l-mv.digital {
    background-image: url(../img/digital/school-edition/mv_sp.jpg?2023-01-16);
  }
}

.l-mv.chuko {
  background-image: url(../img/digital/online-chuko/mv_pc.jpg);
}

@media screen and (max-width: 768px) {
  .l-mv.chuko {
    background-image: url(../img/digital/online-chuko/mv_sp.jpg);
  }
}

.l-mv.academic {
  background-image: url(../img/digital/academic-japan/mv_pc.jpg);
}

@media screen and (max-width: 768px) {
  .l-mv.academic {
    background-image: url(../img/digital/academic-japan/mv_sp.jpg);
  }
}

.l-mv.online {
  background-image: url(../img/digital/online-japan/mv_pc.jpg);
}

@media screen and (max-width: 768px) {
  .l-mv.online {
    background-image: url(../img/digital/online-japan/mv_sp.jpg);
  }
}

.l-mv.expedition {
  background-image: url(../img/digital/expedition-learn/mv_pc.jpg);
}

@media screen and (max-width: 768px) {
  .l-mv.expedition {
    background-image: url(../img/digital/expedition-learn/mv_sp.jpg);
  }
}

.l-mv.school {
  background-image: url(../img/digital/school/mv_pc.jpg);
}

@media screen and (max-width: 768px) {
  .l-mv.school {
    height: 146.484375vw;
    background-image: url(../img/digital/school/mv_sp.jpg);
  }
}

@media screen and (max-width: 540px) {
  .l-mv.school {
    height: 204.8vw;
  }
}

.l-mv.steam {
  height: 720px;
  background-image: url(../img/digital/steam/mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .l-mv.steam {
    height: 104vw;
    background-image: url(../img/digital/steam/mv_sp.jpg);
    display: block;
  }
}

.l-mv.steam-book {
  background-image: url(../img/digital/steam-book/mv_pc.jpg);
}

.l-mv.tankyusogopack {
  background-image: url(../img/digital/tankyusogopack/mv_pc.jpg?ver1);
}

@media screen and (max-width: 768px) {
  .l-mv.steam-book {
    background-image: url(../img/digital/steam-book/mv_sp.jpg);
  }

  .l-mv.tankyusogopack {
    background-image: url(../img/digital/tankyusogopack/mv_sp.jpg?ver1);
  }
}

.l-mv.quest-and-search {
  background-image: url(../img/digital/quest-and-search/mv_pc.jpg);
}

@media screen and (max-width: 768px) {
  .l-mv.quest-and-search {
    background-image: url(../img/digital/quest-and-search/mv_sp.jpg);
  }
}

@media screen and (max-width: 768px) {

  .l-mv.steam-book,
  .l-mv.quest-and-search,
  .l-mv.tankyusogopack {
    height: 1040px;
  }
}

@media screen and (max-width: 540px) {

  .l-mv.steam-book,
  .l-mv.quest-and-search,
  .l-mv.tankyusogopack {
    height: min(170vw, 860px);
  }
}

.p-mv__logo {
  width: 180px;
  position: absolute;
  bottom: -40px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-mv__logo {
    position: relative;
    bottom: 0px;
    right: 0;
    margin-top: 16vw;
    margin-left: auto;
  }
}

@media screen and (max-width: 540px) {
  .p-mv__logo {
    width: 32vw;
    margin-top: 24vw;
  }
}

@media screen and (min-width: 769px) {
  .p-mv__logo.digital {
    bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .p-mv__logo.digital {
    margin-top: 1.33333vw;
  }
}

.p-mv__logo.online {
  right: -90px;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .p-mv__logo.online {
    right: 0;
    bottom: 0;
  }
}

.p-mv__logo.academic {
  right: -90px;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .p-mv__logo.academic {
    right: 0;
    bottom: 0;
  }
}

.p-mv__worksheet {
  width: 100%;
  max-width: 480px;
  display: block;
  margin: 50px auto 0;
}

@media screen and (max-width: 540px) {
  .p-mv__worksheet {
    max-width: 89.066666vw;
    margin-top: 8vw;
  }
}

.p-mv__worksheet--2 {
  max-width: 405px;
}

@media screen and (max-width: 540px) {
  .p-mv__worksheet--2 {
    max-width: 89.33333vw;
  }
}

.p-mv__reach {
  width: 572px;
  position: absolute;
  bottom: -40px;
  right: -20px;
}

@media screen and (max-width: 1280px) {
  .p-mv__reach {
    width: 500px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__reach {
    width: calc(100% - 40px);
    max-width: 572px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

.l-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-column {
    display: block;
  }
}

.l-column.l-column--digital {
  align-items: center;
}

.l-column__block {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-column__block {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-column__block+.l-column__block {
    margin-top: 40px;
  }
}

.l-column+.l-column {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-column+.l-column {
    margin-top: 240px;
  }
}

@media screen and (max-width: 540px) {
  .l-column+.l-column {
    margin-top: 170px;
  }
}

.l-column:has(.c-img--video)+.l-column {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .l-column:has(.c-img--video)+.l-column {
    margin-top: 120px;
  }
}

@media screen and (max-width: 540px) {
  .l-column:has(.c-img--video)+.l-column {
    margin-top: 85px;
  }
}

.l-column.last {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .l-column.last {
    margin-bottom: 240px;
  }
}

@media screen and (max-width: 540px) {
  .l-column.last {
    margin-bottom: 170px;
  }
}

.l-column.reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .l-column.wide+.l-column {
    margin-top: 180px;
  }
}

@media screen and (min-width: 769px) {
  .l-column.wide.last {
    margin-bottom: 180px;
  }
}

.p-column__caption {
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: bold;
}

.p-column__caption.caption01 {
  top: -10px;
  left: 18px;
}

.p-column__caption.caption02 {
  top: -15px;
  right: 8px;
}

.p-column__caption.caption03 {
  top: -14px;
  left: 13px;
}

.p-column__caption.caption04 {
  top: 10px;
  right: 110px;
}

.p-column__caption.caption05 {
  top: -5px;
  left: 22px;
}

.p-column__img {
  margin-top: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-column__img {
    transform: none;
    margin-top: 0;
    position: relative;
    top: 0;
    transform: none;
  }
}

.p-column__img--nobg {
  position: static;
  transform: none;
}

.p-column__bg {
  width: auto;
  z-index: 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-column__bg {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .p-column__bg {
    width: calc(100% + 60px);
    border-radius: 30px;
    position: absolute;
    top: auto;
    bottom: -100px;
    overflow: hidden;
  }
}

@media screen and (max-width: 540px) {
  .p-column__bg {
    width: 140%;
    bottom: -70px;
  }
}

@media screen and (min-width: 769px) {
  .p-column__bg.right {
    left: 140px;
  }
}

@media screen and (max-width: 768px) {
  .p-column__bg.right {
    left: -20px;
  }
}

@media screen and (min-width: 769px) {
  .p-column__bg.left {
    right: 500px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-column__bg.left {
    right: 650px;
  }
}

@media screen and (max-width: 768px) {
  .p-column__bg.left {
    right: -20px;
  }
}

.p-column__bg img {
  max-width: none;
}

@media screen and (min-width: 769px) {
  .p-column__bg img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-column__bg img {
    max-width: 100%;
  }
}

.p-hint-icon {
  padding: 80px 0;
  display: flex;
  justify-content: center;
  max-width: 880px;
  margin: auto;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .p-hint-icon {
    gap: 10px;
    padding: 40px 0;
  }
}

@media screen and (max-width: 374px) {
  .p-hint-icon {
    max-width: none;
  }
}

.p-hint-icon img {
  width: clamp(200px, 22.2222222222vw, 320px);
}

@media screen and (max-width: 768px) {
  .p-hint-icon img {
    width: min(29.3333333333vw, 200px);
  }
}

.bg-gray {
  background-color: #EFF0F2;
}

.bg-gray--sub {
  background-color: #EEEEEE;
}

.bg-gradation {
  background: linear-gradient(to right, #E0FAFA 0%, #DEEFFF 50%, #DCE8FA 100%);
}

.bg-layer::after {
  content: "";
  width: calc(100% - 220px);
  height: calc(100% - 350px);
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .bg-layer::after {
    width: calc(100% - 60px);
    height: calc(100% - 270px);
  }
}

.bg-layer--top::after {
  top: 0;
}

.bg-layer--top__2::after {
  top: 30px;
  height: 410px;
}

@media screen and (max-width: 540px) {
  .bg-layer--top__2::after {
    top: 0;
    height: 100%;
  }
}

.bg-layer--bottom::after {
  bottom: 0;
}

.bg-layer--bottom--2::after {
  bottom: 100px;
}

@media (min-width: 769px) {
  .bg-layer--bottom--2::after {
    height: calc(100% - 465px);
  }
}

@media screen and (max-width: 768px) {
  .bg-layer--bottom--2::after {
    bottom: 60px;
  }
}

.bg-layer--bottom--sp {
  padding-bottom: 0;
}

@media screen and (max-width: 540px) {
  .bg-layer--bottom--sp {
    padding-bottom: 80px;
  }
}

.bg-layer--bottom--sp::after {
  display: none;
}

@media screen and (max-width: 540px) {
  .bg-layer--bottom--sp::after {
    display: block;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .bg-layer--high::after {
    width: 100%;
  }
}

.bg-layer--high--top--01::after {
  height: 405px;
  bottom: 194px;
}

@media screen and (max-width: 768px) {
  .bg-layer--high--top--01::after {
    height: 895px;
    bottom: 146px;
    border-radius: unset !important;
  }
}

.bg-layer--high--top--02::after {
  height: 1040px;
  top: 180px;
}

@media screen and (max-width: 768px) {
  .bg-layer--high--top--02::after {
    height: 828px;
    top: 118px;
    border-radius: unset !important;
  }
}

@media screen and (max-width: 540px) {
  .bg-layer--high--top--02::after {
    height: 220.8vw;
  }
}

.bg-layer--high--top--03::after {
  height: 560px;
  top: 200px;
}

@media screen and (max-width: 1024px) {
  .bg-layer--high--top--03::after {
    height: 800px;
  }
}

@media screen and (max-width: 768px) {
  .bg-layer--high--top--03::after {
    height: 1550px;
    top: auto;
    bottom: -100px;
    border-radius: unset !important;
  }
}

@media screen and (max-width: 540px) {
  .bg-layer--high--top--03::after {
    height: 1050px;
    top: 0;
  }
}

.bg-layer--high--bottom::after {
  height: 500px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .bg-layer--high--bottom::after {
    height: 800px;
  }
}

@media screen and (max-width: 540px) {
  .bg-layer--high--bottom::after {
    height: 160vw;
  }
}

.bg-layer--1::after {
  background: linear-gradient(to bottom, #DCE8FA 0%, #DEEFFF 50%, #E0FAFA 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
}

.bg-layer--2::after {
  background: linear-gradient(to right, #E0FAFA 0%, #DEEFFF 50%, #DCE8FA 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  right: 0;
}

.bg-layer--3::after {
  background: linear-gradient(to right, #E0FAFA 0%, #DEEFFF 50%, #DCE8FA 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 0;
}

.bg-layer--img {
  padding-top: 170px;
  padding-bottom: 125px;
}

@media screen and (max-width: 1280px) {
  .bg-layer--img {
    padding-top: 120px;
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 768px) {
  .bg-layer--img {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}

.bg-layer--img::after {
  width: 100%;
  height: 525px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .bg-layer--img::after {
    height: 800px;
  }
}

@media screen and (max-width: 768px) {
  .bg-layer--img::after {
    height: 500px;
  }
}

@media screen and (max-width: 540px) {
  .bg-layer--img::after {
    height: 152vw;
  }
}

.bg-layer--img--index::after {
  background-image: url(../img/index/index_sustainability_bg_pc.jpg);
}

@media screen and (max-width: 540px) {
  .bg-layer--img--index::after {
    background-image: url(../img/index/index_sustainability_bg_sp.jpg);
  }
}

.c-button {
  max-width: 100%;
  width: 238px;
  height: 54px;
  background-color: #1D3C69;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: none;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .c-button:hover {
    background-color: #1F4E91;
  }
}

.c-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
}

.c-button--large {
  width: 280px;
  height: 60px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-button--large {
    width: 258px;
    height: 54px;
    font-size: 1.4rem;
  }
}

.c-button--small {
  width: 174px;
  height: 43px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .c-button--small {
    width: 136px;
    height: 39px;
    font-size: 1.2rem;
  }

  .c-button--small::after {
    font-size: 1.3rem;
    right: 10px;
  }
}

.c-button--online {
  background-color: #008ED3;
}

@media screen and (min-width: 769px) {
  .c-button--online:hover {
    background-color: #00A0ED;
  }
}

.c-button--cta {
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
}

.c-button--cta span {
  position: relative;
  z-index: 1;
}

.c-button--cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #009CE8 0%, #009BE6 50%, #1E4C8E 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .c-button--cta:hover {
    color: #fff;
  }

  .c-button--cta:hover::before {
    opacity: 1;
  }
}

.c-button--border {
  background-color: #fff;
  color: #1D3C69;
  border: #1D3C69 solid 1px;
}

@media screen and (min-width: 769px) {
  .c-button--border:hover {
    background-color: #1F4E91;
    color: #fff !important;
  }
}

.c-button--border--online {
  color: #008ED3;
  border-color: #008ED3;
}

@media screen and (min-width: 769px) {
  .c-button--border--online:hover {
    background-color: #00A0ED;
    border-color: #00A0ED;
  }
}

.c-button--border--white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

@media screen and (min-width: 769px) {
  .c-button--border--white:hover {
    background-color: #fff;
    color: #00A0ED !important;
  }
}

.c-button--white {
  background-color: #fff;
  color: #1D3C69;
}

@media screen and (min-width: 769px) {
  .c-button--white:hover {
    background-color: #1F4E91;
    color: #fff !important;
  }
}

.c-button--white--online {
  color: #008ED3;
}

@media screen and (min-width: 769px) {
  .c-button--white--online:hover {
    background-color: #00A0ED;
  }
}

.c-button--shadow {
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
}

.c-button--disabled {
  background-color: #EFF0F2 !important;
  border-color: #EFF0F2 !important;
  color: #AAAAAA !important;
  cursor: default;
}

.c-button--anchor {
  height: 60px;
  background-color: #EFF0F2;
  color: #212529;
  font-size: 1.6rem;
}

.c-button--anchor::after {
  color: #008ED3;
  transform-origin: top center;
  transform: rotate(90deg) translateY(-50%);
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-button--anchor::after {
    right: 16px;
  }
}

@media screen and (min-width: 769px) {
  .c-button--anchor:hover {
    background-color: #008ED3;
    color: #fff;
  }

  .c-button--anchor:hover::after {
    color: #fff;
  }
}

.c-button--anchor--long {
  font-size: 1.4rem;
}

@media screen and (max-width: 540px) {
  .c-button--anchor--long {
    font-size: min(3.7333333333vw, 1.4rem);
    width: 100% !important;
  }
}

.c-button__mv {
  width: 420px;
  height: 70px;
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .c-button__mv {
    height: 16vw;
    justify-content: flex-start;
    padding: 0 4vw;
  }

  .c-button__mv::after {
    right: 2.66666vw;
  }
}

.c-button__mv span {
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .c-button__mv span {
    font-size: 3.77777vw;
  }
}

.c-button__mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #009CE8 0%, #009BE6 50%, #1E4C8E 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .c-button__mv:hover::before {
    opacity: 1;
  }
}

.c-button__floating {
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  border-radius: 15px;
  padding: 56px 12px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: none;
}

.c-button__floating__wrapper {
  display: none;
  width: 160px;
  height: 90px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}

@media (max-width: 539px) {
  .c-button__floating__wrapper {
    width: 32vw;
    height: 22.4vw;
  }
}

@media screen and (max-width: 540px) {
  .c-button__floating__wrapper {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 539px) {
  .c-button__floating {
    width: 32vw;
    height: 21.33333vw;
    padding: 13.866666vw 1.33333vw 2.66666vw;
  }
}

.c-button__floating::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #009CE8 0%, #009BE6 50%, #1E4C8E 100%);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.c-button__floating::after {
  font-size: 3.6rem;
  font-weight: 300;
  right: 0;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 539px) {
  .c-button__floating::after {
    font-size: 9.6vw;
  }
}

@media (max-width: 539px) {
  .c-button__floating::after {
    top: 3.733333vw;
  }
}

.c-button__floating span {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .c-button__floating:hover::before {
    opacity: 1;
  }
}

.c-button__floating--inquiry {
  font-size: 1.6rem;
}

@media (max-width: 539px) {
  .c-button__floating--inquiry {
    font-size: 3.066666vw;
  }
}

.c-button__floating--inquiry::after {
  content: "\f0e0";
}

.c-button__floating--online {
  font-size: 1.5rem;
}

@media (max-width: 539px) {
  .c-button__floating--online {
    font-size: 2.933333vw;
  }
}

.c-button__floating--online::after {
  content: "\f07a";
}

.c-button__floating--trial {
  font-size: 1.5rem;
  padding: 44px 12px 12px;
}

@media (max-width: 539px) {
  .c-button__floating--trial {
    font-size: 2.933333vw;
    padding: 12.533333vw 1.33333vw 2.66666vw;
  }
}

.c-button__floating--trial::after {
  content: "\f109";
  top: 7px;
}

.c-button__floating--trial span {
  min-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  a:hover .c-button {
    background-color: #1F4E91;
  }

  a:hover .c-button--online {
    background-color: #00A0ED;
  }

  a:hover .c-button--cta {
    color: #fff;
  }

  a:hover .c-button--cta::before {
    opacity: 1;
  }

  a:hover .c-button--border {
    background-color: #1F4E91;
    color: #fff !important;
  }

  a:hover .c-button--border--online {
    background-color: #00A0ED;
    border-color: #00A0ED;
  }

  a:hover .c-button--border--white {
    background-color: #fff;
    color: #008ED3 !important;
  }

  a:hover .c-button--white {
    background-color: #1F4E91;
    color: #fff !important;
  }

  a:hover .c-button--white--online {
    background-color: #00A0ED;
  }
}

.c-anchor__list {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 80px;
  margin: auto;
  gap: 0 20px;
}

@media screen and (max-width: 1280px) {
  .c-anchor__list {
    padding: 80px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor__list {
    padding: 60px 20px 0;
    gap: 20px 15px;
  }
}

.c-anchor__list .c-button {
  width: calc((100% - 60px) / 4);
  margin: 0;
}

.school-edition__list .c-button {
  width: calc((100% - 80px) / 5);
}

@media screen and (max-width: 768px) {
  .c-anchor__list .c-button {
    width: calc((100% - 15px) / 2);
  }
}

.c-bnr {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-bnr {
    height: 135px;
  }
}

@media screen and (min-width: 769px) {
  .c-bnr:hover {
    opacity: 0.75;
  }
}

.c-bnr--corporate {
  background-image: url(../img/index/index_bnr_bg1.jpg);
}

.c-bnr--steam {
  background-image: url(../img/index/index_bnr_bg3.jpg?2023-01-16);
}

.c-bnr--recruit {
  background-image: url(../img/index/index_bnr_bg2.jpg);
}

.c-bnr--recruit.comingsoon {
  pointer-events: none;
}

.c-bnr--recruit.comingsoon::before,
.c-bnr--recruit.comingsoon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

.c-bnr--recruit.comingsoon::before {
  background-color: #EFF0F2;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.c-bnr--recruit.comingsoon::after {
  content: "現在は採用しておりません";
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .c-bnr--recruit.comingsoon::after {
    font-size: 1.4rem;
  }
}

.c-bnr--head {
  color: #fff;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 6px rgba(73, 86, 101, 0.35);
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .c-bnr--head {
    font-size: 2.8rem;
  }
}

.c-bnr--head span {
  font-size: 1.6rem;
  display: block;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .c-bnr--head span {
    font-size: 1.3rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .c-button--steam:hover img {
    opacity: 0.6;
  }
}

.c-breadcrumbs {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    margin-bottom: 30px;
  }
}

.c-breadcrumbs__inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .c-breadcrumbs__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-breadcrumbs--absolute {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.c-breadcrumbs--absolute--transparent {
  background-color: transparent;
}

.c-breadcrumbs__list {
  width: 100%;
  color: #212529;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-breadcrumbs__list__item {
  display: inline;
}

.c-breadcrumbs__list__item span {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item span {
    font-size: 1.2rem;
  }
}

.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: 30px;
}

.c-breadcrumbs__list__item a {
  position: relative;
}

.c-breadcrumbs__list__item a span {
  color: #008ED3;
  text-decoration: underline;
  display: inline-block;
}

.c-breadcrumbs__list__item a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.6rem;
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: -22px;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item a::after {
    font-size: 1.4rem;
    top: 4px;
    right: -21px;
  }
}

@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a:hover span {
    color: #00A0ED;
    text-decoration: none;
  }
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.c-row__gutters--no {
  margin-right: 0;
  margin-left: 0;
}

.c-row__gutters--no>.c-col,
.c-row__gutters--no>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-row__gutters--narrow>.c-col,
  .c-row__gutters--narrow>[class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
}

.c-row__gutters--wide {
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 768px) {
  .c-row__gutters--wide {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.c-row__gutters--wide>.c-col,
.c-row__gutters--wide>[class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {

  .c-row__gutters--wide>.c-col,
  .c-row__gutters--wide>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-row-center {
  justify-content: center;
  display: flex;
}

.c-row-around {
  justify-content: space-around;
  display: flex;
}

.c-row-between {
  justify-content: space-between;
  display: flex;
}

.c-va-center {
  align-items: center;
  display: flex;
}

.c-col-1,
.c-col-2,
.c-col-2-4,
.c-col-3,
.c-col-4,
.c-col-5,
.c-col-6,
.c-col-7,
.c-col-8,
.c-col-9,
.c-col-10,
.c-col-11,
.c-col-12,
.c-col,
.c-col-auto,
.c-col-lg-1,
.c-col-lg-2,
.c-col-lg-3,
.c-col-lg-4,
.c-col-lg-5,
.c-col-lg-6,
.c-col-lg-7,
.c-col-lg-8,
.c-col-lg-9,
.c-col-lg-10,
.c-col-lg-11,
.c-col-lg-12,
.c-col-lg,
.c-col-lg-auto,
.c-col-bs-1,
.c-col-bs-2,
.c-col-bs-3,
.c-col-bs-4,
.c-col-bs-5,
.c-col-bs-6,
.c-col-bs-7,
.c-col-bs-8,
.c-col-bs-9,
.c-col-bs-10,
.c-col-bs-11,
.c-col-bs-12,
.c-col-bs,
.c-col-pc-1,
.c-col-pc-2,
.c-col-pc-3,
.c-col-pc-4,
.c-col-pc-5,
.c-col-pc-6,
.c-col-pc-7,
.c-col-pc-8,
.c-col-pc-9,
.c-col-pc-10,
.c-col-pc-11,
.c-col-pc-12,
.c-col-pc,
.c-col-pc-auto,
.c-col-bs-auto,
.c-col-md-1,
.c-col-md-2,
.c-col-md-3,
.c-col-md-4,
.c-col-md-5,
.c-col-md-6,
.c-col-md-7,
.c-col-md-8,
.c-col-md-9,
.c-col-md-10,
.c-col-md-11,
.c-col-md-12,
.c-col-md,
.c-col-md-auto,
.c-col-sm-1,
.c-col-sm-2,
.c-col-sm-3,
.c-col-sm-4,
.c-col-sm-5,
.c-col-sm-6,
.c-col-sm-7,
.c-col-sm-8,
.c-col-sm-9,
.c-col-sm-10,
.c-col-sm-11,
.c-col-sm-12,
.c-col-sm,
.c-col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-order-0 {
  order: 0;
}

.c-order-1 {
  order: 1;
}

.c-order-2 {
  order: 2;
}

.c-order-3 {
  order: 3;
}

.c-order-4 {
  order: 4;
}

.c-order-5 {
  order: 5;
}

.c-order-6 {
  order: 6;
}

.c-order-7 {
  order: 7;
}

.c-order-8 {
  order: 8;
}

.c-order-9 {
  order: 9;
}

.c-order-10 {
  order: 10;
}

.c-order-11 {
  order: 11;
}

.c-order-12 {
  order: 12;
}

.c-offset-1 {
  margin-left: 8.3333333333%;
}

.c-offset-2 {
  margin-left: 16.6666666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.3333333333%;
}

.c-offset-5 {
  margin-left: 41.6666666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.3333333333%;
}

.c-offset-8 {
  margin-left: 66.6666666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.3333333333%;
}

.c-offset-11 {
  margin-left: 91.6666666667%;
}

/* pc */
@media screen and (min-width: 1025px) {
  .c-col-pc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-pc-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-pc-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-pc-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-pc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-pc-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-pc-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-pc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-pc-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-pc-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-pc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-pc-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-pc-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-pc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-pc-first {
    order: -1;
  }

  .c-order-pc-last {
    order: 13;
  }

  .c-order-pc-0 {
    order: 0;
  }

  .c-order-pc-1 {
    order: 1;
  }

  .c-order-pc-2 {
    order: 2;
  }

  .c-order-pc-3 {
    order: 3;
  }

  .c-order-pc-4 {
    order: 4;
  }

  .c-order-pc-5 {
    order: 5;
  }

  .c-order-pc-6 {
    order: 6;
  }

  .c-order-pc-7 {
    order: 7;
  }

  .c-order-pc-8 {
    order: 8;
  }

  .c-order-pc-9 {
    order: 9;
  }

  .c-order-pc-10 {
    order: 10;
  }

  .c-order-pc-11 {
    order: 11;
  }

  .c-order-pc-12 {
    order: 12;
  }

  .c-offset-pc-0 {
    margin-left: 0;
  }

  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-pc-3 {
    margin-left: 25%;
  }

  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-pc-6 {
    margin-left: 50%;
  }

  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-pc-9 {
    margin-left: 75%;
  }

  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}

/* bs */
@media screen and (min-width: 1281px) {
  .c-col-bs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-bs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-bs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-bs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-bs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-bs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-bs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-bs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-bs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-bs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-bs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-bs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-bs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-bs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-bs-first {
    order: -1;
  }

  .c-order-bs-last {
    order: 13;
  }

  .c-order-bs-0 {
    order: 0;
  }

  .c-order-bs-1 {
    order: 1;
  }

  .c-order-bs-2 {
    order: 2;
  }

  .c-order-bs-3 {
    order: 3;
  }

  .c-order-bs-4 {
    order: 4;
  }

  .c-order-bs-5 {
    order: 5;
  }

  .c-order-bs-6 {
    order: 6;
  }

  .c-order-bs-7 {
    order: 7;
  }

  .c-order-bs-8 {
    order: 8;
  }

  .c-order-bs-9 {
    order: 9;
  }

  .c-order-bs-10 {
    order: 10;
  }

  .c-order-bs-11 {
    order: 11;
  }

  .c-order-bs-12 {
    order: 12;
  }

  .c-offset-bs-0 {
    margin-left: 0;
  }

  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-bs-3 {
    margin-left: 25%;
  }

  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-bs-6 {
    margin-left: 50%;
  }

  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-bs-9 {
    margin-left: 75%;
  }

  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
}

/* lg */
@media screen and (max-width: 1280px) {
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-lg-first {
    order: -1;
  }

  .c-order-lg-last {
    order: 13;
  }

  .c-order-lg-0 {
    order: 0;
  }

  .c-order-lg-1 {
    order: 1;
  }

  .c-order-lg-2 {
    order: 2;
  }

  .c-order-lg-3 {
    order: 3;
  }

  .c-order-lg-4 {
    order: 4;
  }

  .c-order-lg-5 {
    order: 5;
  }

  .c-order-lg-6 {
    order: 6;
  }

  .c-order-lg-7 {
    order: 7;
  }

  .c-order-lg-8 {
    order: 8;
  }

  .c-order-lg-9 {
    order: 9;
  }

  .c-order-lg-10 {
    order: 10;
  }

  .c-order-lg-11 {
    order: 11;
  }

  .c-order-lg-12 {
    order: 12;
  }

  .c-offset-lg-0 {
    margin-left: 0;
  }

  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-lg-3 {
    margin-left: 25%;
  }

  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-lg-6 {
    margin-left: 50%;
  }

  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-lg-9 {
    margin-left: 75%;
  }

  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

/* md */
@media screen and (max-width: 768px) {
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-md-first {
    order: -1;
  }

  .c-order-md-last {
    order: 13;
  }

  .c-order-md-0 {
    order: 0;
  }

  .c-order-md-1 {
    order: 1;
  }

  .c-order-md-2 {
    order: 2;
  }

  .c-order-md-3 {
    order: 3;
  }

  .c-order-md-4 {
    order: 4;
  }

  .c-order-md-5 {
    order: 5;
  }

  .c-order-md-6 {
    order: 6;
  }

  .c-order-md-7 {
    order: 7;
  }

  .c-order-md-8 {
    order: 8;
  }

  .c-order-md-9 {
    order: 9;
  }

  .c-order-md-10 {
    order: 10;
  }

  .c-order-md-11 {
    order: 11;
  }

  .c-order-md-12 {
    order: 12;
  }

  .c-offset-md-0 {
    margin-left: 0;
  }

  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-md-3 {
    margin-left: 25%;
  }

  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-md-6 {
    margin-left: 50%;
  }

  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-md-9 {
    margin-left: 75%;
  }

  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

/* sp */
@media screen and (max-width: 540px) {
  .c-col-pr {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .c-col-pr-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .c-col-pr-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .c-col-pr-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .c-col-pr-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .c-col-pr-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .c-col-pr-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .c-col-pr-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .c-col-pr-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .c-col-pr-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .c-col-pr-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .c-col-pr-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .c-col-pr-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .c-col-pr-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-order-pr-first {
    order: -1;
  }

  .c-order-pr-last {
    order: 13;
  }

  .c-order-pr-0 {
    order: 0;
  }

  .c-order-pr-1 {
    order: 1;
  }

  .c-order-pr-2 {
    order: 2;
  }

  .c-order-pr-3 {
    order: 3;
  }

  .c-order-pr-4 {
    order: 4;
  }

  .c-order-pr-5 {
    order: 5;
  }

  .c-order-pr-6 {
    order: 6;
  }

  .c-order-pr-7 {
    order: 7;
  }

  .c-order-pr-8 {
    order: 8;
  }

  .c-order-pr-9 {
    order: 9;
  }

  .c-order-pr-10 {
    order: 10;
  }

  .c-order-pr-11 {
    order: 11;
  }

  .c-order-pr-12 {
    order: 12;
  }

  .c-offset-pr-0 {
    margin-left: 0;
  }

  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }

  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }

  .c-offset-pr-3 {
    margin-left: 25%;
  }

  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }

  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }

  .c-offset-pr-6 {
    margin-left: 50%;
  }

  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }

  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }

  .c-offset-pr-9 {
    margin-left: 75%;
  }

  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }

  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
}

.c-title {
  color: #212529;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.c-title--top {
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 8rem;
  font-weight: bold;
  color: #1D3C69;
}

@media screen and (max-width: 768px) {
  .c-title--top {
    font-size: 5.2rem;
  }
}

.c-title--top span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-title--top--small {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 540px) {
  .c-title--top--small {
    font-size: 11.2vw;
  }
}

.c-title--top--square {
  line-height: 1;
  padding-left: 55px;
  transform: translateX(-86px);
}

@media screen and (max-width: 1280px) {
  .c-title--top--square {
    transform: translateX(0);
  }
}

@media screen and (max-width: 1280px) {
  .c-title--top--square {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-title--top--square {
    padding-left: 35px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 540px) {
  .c-title--top--square {
    font-size: 8vw;
    padding-left: 3.2vw;
  }
}

.c-title--top--square::before {
  content: "";
  width: 140px;
  height: 140px;
  background-color: #FFFF00;
  position: absolute;
  top: -16px;
  left: -14px;
}

@media screen and (max-width: 768px) {
  .c-title--top--square::before {
    top: -88px;
    left: -2px;
  }
}

@media screen and (max-width: 540px) {
  .c-title--top--square::before {
    width: 21.33333vw;
    height: 21.33333vw;
    top: -13.33333vw;
    left: -2.66666vw;
  }
}

.c-title--topmv {
  color: #fff;
  font-size: 5.6rem;
  line-height: 1.6;
  text-align: left;
  text-shadow: 0 0 6px rgba(73, 86, 101, 0.12);
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .c-title--topmv {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 540px) {
  .c-title--topmv {
    font-size: 8.533333vw;
    line-height: 1.5;
    margin-bottom: 13.866666vw;
  }
}

.c-title--lp {
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .c-title--lp {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-title--lp--small {
    font-size: 3.2rem;
  }
}

.c-title--lp .head {
  font-size: 3.6rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-title--lp .head {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
  }
}

.c-title--lp .head.large {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .c-title--lp .head.large {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}

.c-title--page {
  font-size: 3.337rem;
  font-feature-settings: "palt";
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-title--page {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title--page--small {
    font-size: 2.4rem;
  }
}

.c-title--page .sub {
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: block;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .c-title--page .sub {
    font-size: 1.4rem;
  }
}

.c-title--page.spacing {
  margin-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .c-title--page.spacing {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .c-title--page.spacing {
    margin-bottom: 70px;
  }
}

.c-title--page.pcsm {
  font-size: 3.2rem;
}

.c-title--page.pcxsm {
  font-size: 2.8rem;
}

@media screen and (max-width: 540px) {
  .c-title--page.sm {
    font-size: 4.8vw;
  }
}

.c-title__page__header {
  width: 100%;
  height: 320px;
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-title__page__header {
    height: 230px;
    padding-top: 40px;
  }
}

.c-title__page__header--low {
  height: 250px;
}

@media screen and (max-width: 768px) {
  .c-title__page__header--low {
    height: 180px;
  }
}

.c-title__page__header--bg,
.c-title__page__header--blog,
.c-title__page__header--history,
.c-title__page__header--products,
.c-title__page__header--jiten,
.c-title__page__header--children {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-title__page__header--products {
  background-image: url(../img/products/head_img.jpg);
}

.c-title__page__header--jiten {
  background-image: url(../img/products/head_img_jiten.jpg);
}

.c-title__page__header--children {
  background-image: url(../img/products/head_img_children.jpg);
}

.c-title__page__header--history {
  background-image: url(../img/corporate/history/head_img.jpg);
}

.c-title__page__header--blog {
  background-image: url(../img/blog/head_img.jpg);
}

.c-title--article {
  font-size: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-title--article {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title--article--small {
    font-size: 2.4rem;
  }
}

.c-title--section {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .c-title--section {
    font-size: 2.4rem;
  }
}

.c-title--section--marker span {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
  display: inline;
  padding: 0 0.25em;
}

.c-title--section--border {
  padding-bottom: 20px;
}

.c-title--section--border::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-title--block {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .c-title--block {
    font-size: 1.8rem;
  }
}

.c-title--paragraph {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-title--paragraph {
    font-size: 1.6rem;
  }
}

.c-title--small {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-title--small {
    font-size: 1.4rem;
  }
}

.c-title--micro {
  font-size: 1.4rem;
}

.c-title--info {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.c-title--info span:nth-of-type(1) {
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  background-clip: text;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4rem;
  color: transparent;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .c-title--info span:nth-of-type(1) {
    background: transparent;
    color: #1D3C69;
  }
}

@media screen and (max-width: 768px) {
  .c-title--info span:nth-of-type(1) {
    font-size: 3.6rem;
  }
}

.c-title--info span:nth-of-type(2) {
  font-size: 1.6rem;
  margin-left: 0.75em;
}

@media screen and (max-width: 768px) {
  .c-title--info span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

.c-title--info__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 240px;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .c-title--info__header {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}

@media (max-width: 340px) {
  .c-title--info__header {
    display: block;
  }
}

.c-title--info__header .c-button {
  margin: 0 0 0 auto;
}

@media (max-width: 340px) {
  .c-title--info__header .c-button {
    margin: 10px 0 0;
  }
}

.c-title--mv {
  font-size: 6.8rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 4px;
}

@media screen and (max-width: 540px) {
  .c-title--mv {
    font-size: 12.266666vw;
    letter-spacing: 3px;
  }
}

.c-title--mv.steam {
  width: calc(100% - 40px);
  max-width: 759px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
  .c-title--mv.steam {
    width: calc(100% - 10.66666vw);
  }
}

@media screen and (max-width: 540px) {
  .c-title--mv.online {
    font-size: 10.133333vw;
  }
}

@media screen and (max-width: 360px) {
  .c-title--mv.online {
    font-size: 10vw;
  }
}

.c-title--mv__logo {
  width: 380px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 540px) {
  .c-title--mv__logo {
    width: 69.33333vw;
    margin-bottom: 15px;
  }
}

.c-title--mv__logo--large {
  width: 440px;
}

@media screen and (max-width: 540px) {
  .c-title--mv__logo--large {
    width: 70.4vw;
  }
}

.c-title--gradation span {
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .c-title--gradation span {
    background: transparent;
    color: #1D3C69;
  }
}

.c-title--line {
  color: #008ED3;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-title--line {
    font-size: 3.2rem;
  }
}

.c-title--line::before {
  content: "";
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, #1d3c69 0%, #0083c3 50%, #008ed3 100%);
  position: absolute;
  top: -72px;
  left: 50%;
  margin-left: -1px;
}

.c-title--point {
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-title--point {
    font-size: 1.4rem;
    padding-left: 30px;
  }
}

.c-title--point::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #FFFF00;
  position: absolute;
  top: -35px;
  left: -40px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .c-title--point::before {
    left: 0;
  }
}

@media screen and (max-width: 540px) {
  .c-title--point::before {
    width: 50px;
    height: 50px;
    top: -30px;
  }
}

.c-title--point span {
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  .c-title--point span {
    background: transparent;
    color: #1D3C69;
  }
}

.c-title--point span::after {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none) {
  .c-title--point span::after {
    background: #1D3C69;
  }
}

@media screen and (max-width: 540px) {
  .c-title--point span::after {
    width: 65px;
    right: -85px;
  }
}

.c-title--accent {
  position: relative;
  z-index: 1;
}

.c-title--accent::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #FFFF00;
  position: absolute;
  top: -22px;
  left: -36px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .c-title--accent::before {
    width: 40px;
    height: 40px;
    top: -12px;
    left: -18px;
  }
}

.c-label {
  display: flex;
  justify-content: center;
}

.c-label__inner {
  width: 300px;
  border: #008ED3 solid 2px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
  .c-label__inner {
    width: 56vw;
    min-width: 200px;
    border-width: 1px;
  }
}

.c-label__inner--large {
  width: 340px;
}

@media screen and (max-width: 540px) {
  .c-label__inner--large {
    width: 64vw;
  }
}

.c-label__inner--xlarge {
  width: 365px;
}

@media screen and (max-width: 540px) {
  .c-label__inner--xlarge {
    width: 68vw;
  }
}

.c-label__inner--xxlarge {
  width: 440px;
}

@media screen and (max-width: 540px) {
  .c-label__inner--xxlarge {
    width: 74.66666vw;
  }
}

.c-label__inner span {
  width: 50%;
  height: 46px;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 540px) {
  .c-label__inner span {
    height: 8.533333vw;
    font-size: 2.66666vw;
  }
}

.c-label__inner span:nth-of-type(1) {
  background-color: #008ED3;
  color: #fff;
}

.c-label__inner span:nth-of-type(2),
.c-label__inner span.single {
  background-color: #fff;
  color: #008ED3;
}

.c-label__inner span.single {
  width: 100%;
}

.c-label--dark .c-label__inner {
  border-color: #1D3C69;
}

.c-label--dark .c-label__inner span:nth-of-type(1) {
  background-color: #1D3C69;
  color: #fff;
}

.c-label--dark .c-label__inner span:nth-of-type(2),
.c-label--dark .c-label__inner span.single {
  background-color: #fff;
  color: #1D3C69;
}

.c-label--small {
  color: #008ED3;
  font-size: 1.4rem;
  line-height: 1.3;
  border: #008ED3 solid 1px;
  border-radius: 3px;
  display: inline-block;
  padding: 0.25em 0.75em;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-label--small {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-card--high {
    min-height: 405px;
  }
}

.c-card--shadow {
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
}

.c-card--radius {
  border-radius: 20px;
  overflow: hidden;
}

.c-card--align {
  min-height: 280px;
  padding: 60px 40px;
  overflow: visible;
}

@media screen and (max-width: 540px) {
  .c-card--align {
    min-height: auto;
    padding: 60px 20px 40px;
  }
}

.c-card+div,
.c-card+h2,
.c-card+p,
.c-card+table,
.c-card+ul,
.c-card+input,
.c-card+button,
.c-card+form {
  margin-top: 50px;
}

.c-card__inner {
  padding: 15px 20px 30px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-card__inner {
    padding: 15px 15px 20px;
  }
}

.c-card__inner--narrow {
  padding: 25px 20px 15px;
}

@media screen and (max-width: 540px) {
  .c-card__inner--narrow {
    padding: 15px 20px 10px;
  }
}

.c-card__inner--narrow--v {
  padding: 25px 40px;
}

@media screen and (max-width: 540px) {
  .c-card__inner--narrow--v {
    padding: 25px 20px;
  }
}

.c-card__thumb {
  width: 100%;
}

.c-card__thumb img {
  width: 100%;
}

a.c-card,
.c-card__link {
  padding-bottom: 44px;
}

@media screen and (max-width: 768px) {

  a.c-card,
  .c-card__link {
    padding-bottom: 36px;
  }
}

a.c-card::after,
.c-card__link::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f330";
  color: #1D3C69;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {

  a.c-card::after,
  .c-card__link::after {
    font-size: 1.6rem;
    bottom: 16px;
    right: 14px;
  }
}

a.c-card h3,
a.c-card h4,
a.c-card h5,
a.c-card p,
.c-card__link h3,
.c-card__link h4,
.c-card__link h5,
.c-card__link p {
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {

  a.c-card:hover h3,
  a.c-card:hover h4,
  a.c-card:hover h5,
  .c-card__link:hover h3,
  .c-card__link:hover h4,
  .c-card__link:hover h5 {
    color: #00A0ED;
  }

  a.c-card:hover p,
  .c-card__link:hover p {
    color: #1F4E91;
    border-color: #1F4E91;
  }

  a.c-card:hover p.c-label--small,
  .c-card__link:hover p.c-label--small {
    color: #00A0ED;
    border-color: #00A0ED;
  }

  a.c-card:hover::after,
  .c-card__link:hover::after {
    color: #1F4E91;
  }
}

.c-cta__wrapper {
  margin-top: 120px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-cta__wrapper {
    margin-top: 80px;
  }
}

.c-cta__block {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-cta__block {
    height: 250px;
  }
}

@media screen and (max-width: 540px) {
  .c-cta__block {
    height: 200px;
  }
}

.c-cta__block--1 {
  background-image: url(../img/cta/cta_bg1.jpg);
}

@media screen and (min-width: 769px) {
  .c-cta__block--1:hover .c-cta__head {
    color: #1F4E91;
  }
}

.c-cta__block--2 {
  background-image: url(../img/cta/cta_bg2.jpg);
}

@media screen and (min-width: 769px) {
  .c-cta__block--2:hover .c-cta__head {
    color: #00A0ED;
  }
}

.c-cta__inner {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-cta__inner {
    padding: 0 20px;
  }
}

.c-cta__head {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-cta__head {
    font-size: 2.2rem;
  }
}

.c-cta__online__wrapper {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .c-cta__online__wrapper {
    margin-top: 60px;
  }
}

.c-cta__online__block {
  height: 370px;
  background: linear-gradient(to right, #E0FAFA 0%, #DEEFFF 50%, #DCE8FA 100%);
}

@media screen and (max-width: 768px) {
  .c-cta__online__block {
    height: 250px;
  }
}

.c-cta__online__block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/cta/cta_online_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .c-cta__online__block:hover .c-cta__head {
    color: #1F4E91;
  }
}

.c-cta__online__head {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-cta__online__head {
    padding-top: 60px;
  }
}

.c-cta__online__head::before {
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-family: "Font Awesome 5 Pro";
  content: "\f07a";
  font-weight: 400;
  color: #008ED3;
  font-size: 2.6rem;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-cta__online__head::before {
    width: 50px;
    height: 50px;
    font-size: 2.2rem;
    padding-left: 0;
  }
}

.c-cta__worksheet {
  width: 100%;
  max-width: 480px;
  display: block;
  margin: 25px auto 0;
}

@media screen and (max-width: 540px) {
  .c-cta__worksheet {
    max-width: 89.066666vw;
    margin-top: 15px;
  }
}

.c-cta__worksheet--2 {
  max-width: 405px;
}

@media screen and (max-width: 540px) {
  .c-cta__worksheet--2 {
    max-width: 89.33333vw;
  }
}

.c-img img {
  width: 100%;
}

.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}

.c-img--auto img {
  width: auto;
}

.c-img--border {
  border: #E9EAEF solid 1px;
}

.c-img--video {
  position: relative;
}

.c-img--video__wrapper {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c-img--video__wrapper {
    margin-bottom: 40px;
  }
}

.c-img--video::before {
  background-color: #fff;
  font-family: "Font Awesome 5 Pro";
  content: "\f330";
  color: #2371D8;
  font-size: 6.8rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-img--video::before {
    font-size: 4.2rem;
  }
}

.c-img--video:hover::before {
  color: #00A0ED;
}

.c-img__column__wrapper {
  max-width: 790px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
}

.c-img__column__text {
  width: calc(100% - 285px);
}

@media screen and (max-width: 540px) {
  .c-img__column__text {
    width: 100% !important;
  }
}

.c-img__column__text.narrow {
  width: calc(100% - 435px);
}

.c-img__column__img {
  max-width: 250px;
}

@media screen and (max-width: 540px) {
  .c-img__column__img {
    width: 100% !important;
    margin: 0 auto 30px;
  }
}

.c-img__column__img img {
  width: 100%;
}

.c-img__column__img.large {
  max-width: 400px;
}

.c-img__index {
  width: 750px;
  position: absolute;
  top: -70px;
  right: -115px;
}

@media screen and (max-width: 1280px) {
  .c-img__index {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    transform: translateX(40px);
  }
}

@media screen and (max-width: 768px) {
  .c-img__index {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .c-img__index {
    width: calc(100% + 40px);
    transform: translateX(0);
  }
}

.c-info__list {
  width: 100%;
}

.c-info__list__item a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-info__list__item a {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .c-info__list__item a:hover {
    color: #1F4E91;
  }
}

.c-info__list__item:not(:last-child) {
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .c-info__list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.c-info__list__item--border {
  border-bottom: #E9EAEF solid 1px;
  margin-bottom: 0 !important;
}

.c-info__list__item--border a {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .c-info__list__item--border a {
    padding: 20px 0;
  }
}

.c-info__list__item--border:nth-of-type(1) a {
  padding-top: 0;
}

.c-info__date {
  width: 105px;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-info__date {
    width: 100%;
    margin-bottom: 0.25em;
  }
}

.c-info__date__small {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-info__date__small {
    font-size: 1.2rem;
  }
}

.c-info__lead {
  width: calc(100% - 105px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 768px) {
  .c-info__lead {
    width: 100%;
    -webkit-line-clamp: 2;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-info__lead {
    max-height: 2em;
  }
}

.c-info__category,
.c-info__author {
  color: #008ED3;
  padding-left: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {

  .c-info__category,
  .c-info__author {
    padding-left: 20px;
  }
}

.c-info__category::before,
.c-info__author::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {

  .c-info__category::before,
  .c-info__author::before {
    font-size: 1.6rem;
  }
}

.c-info__category a,
.c-info__author a {
  color: #008ED3;
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: 1.3;
  display: inline-block;
}

@media screen and (max-width: 768px) {

  .c-info__category a,
  .c-info__author a {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {

  .c-info__category a:hover,
  .c-info__author a:hover {
    color: #008ED3;
    text-decoration: none;
  }
}

.c-info__category a+a::before,
.c-info__author a+a::before {
  content: ",";
  text-decoration: none;
  padding: 0 5px;
}

.c-info__category::before {
  content: "\f07c";
}

@media screen and (max-width: 768px) {
  .c-info__category::before {
    font-size: 1.6rem;
  }
}

.c-info__category__label {
  background-color: #EFF0F2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: default;
}

.c-info__category__button {
  width: auto;
  min-width: 150px;
  height: 40px;
  background-color: #EFF0F2;
  color: #212529;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  margin: 0 6px 12px;
}

.c-info__category__button__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-info__category__button__wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .c-info__category__button__wrapper {
    justify-content: space-between;
  }
}

@media screen and (max-width: 540px) {
  .c-info__category__button {
    min-width: auto;
    width: calc((100% - 12px) / 2);
    height: 36px;
    font-size: 1.2rem;
    margin: 0 3px 6px;
  }
}

.c-info__category__button.is-active {
  background-color: #1D3C69;
  color: #fff;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .c-info__category__button:hover {
    background-color: #1F4E91;
    color: #fff !important;
  }
}

.c-info__category__list {
  border-top: #E9EAEF solid 1px;
  border-bottom: #E9EAEF solid 1px;
}

.c-info__category__item {
  list-style-type: none;
}

.c-info__category__item::marker {
  content: none;
}

.c-info__category__item:not(:last-child) {
  border-bottom: #E9EAEF dashed 1px;
}

.c-info__category__item a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 65px 20px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-info__category__item a {
    padding: 20px 40px 20px 0;
  }
}

.c-info__category__item a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f330";
  color: #1D3C69;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-info__category__item a::after {
    font-size: 1.6rem;
    right: 5px;
  }
}

@media screen and (min-width: 769px) {
  .c-info__category__item a:hover::after {
    color: #1F4E91;
  }
}

.c-info__author::before {
  content: "\f4ff";
}

.c-info__labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .c-info__labels {
    margin-top: 20px;
  }
}

.c-info__labels li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 540px) {
  .c-info__labels li:not(:last-child) {
    margin-right: 10px;
  }
}

.c-info__related__item {
  cursor: pointer;
}

.c-info__related__item:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-info__related__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.c-info__related__item--border {
  margin-bottom: 0;
}

.c-info__related__item--border:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: #E9EAEF dashed 1px;
}

@media screen and (max-width: 768px) {
  .c-info__related__item--border:not(:last-child) {
    padding-bottom: 20px;
  }
}

.c-info__related__item--border:not(:first-child) {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-info__related__item--border:not(:first-child) {
    padding-top: 20px;
  }
}

.c-info__related__item .c-info__related__lead,
.c-info__related__item .c-info__date__small {
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {

  .c-info__related__item:hover .c-info__related__lead,
  .c-info__related__item:hover .c-info__date__small {
    color: #1F4E91;
  }
}

.c-info__related__thumb {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  display: block;
}

.c-info__related__thumb__wrapper a {
  display: block;
}

@media screen and (max-width: 540px) {
  .c-info__related__thumb__wrapper a {
    border-radius: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .c-info__related__thumb--high {
    height: 150px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-info__related__thumb {
    height: 200px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c-info__related__thumb {
    height: 160px;
  }
}

@media screen and (max-width: 540px) {
  .c-info__related__thumb {
    height: 18.66666vw;
    border-radius: 8px;
  }
}

.c-info__related__lead {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}

@media all and (-ms-high-contrast: none) {
  .c-info__related__lead {
    max-height: 3em;
  }
}

@media screen and (max-width: 1024px) {
  .c-info__related__lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .c-info__related__lead {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-info__related__lead+.c-info__labels {
    margin-top: 8px;
  }
}

@media screen and (max-width: 540px) {
  .c-info__related__lead+.c-info__labels {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1025px) {
  .c-info__related__lead--large {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-info__related__lead--large+.c-info__labels {
    margin-top: 30px;
  }
}

@media screen and (max-width: 540px) {
  .c-info__banner {
    width: 100%;
  }
}

.c-info__share {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-info__share {
    margin-top: 50px;
  }
}

@media screen and (max-width: 540px) {
  .c-info__share {
    display: block;
  }
}

.c-info__share__button {
  width: 232px;
  height: 40px;
  color: #212529;
  font-size: 1.4rem;
  font-weight: bold;
  border: #E9EAEF solid 2px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

@media screen and (max-width: 540px) {
  .c-info__share__button {
    margin: 0 auto;
  }

  .c-info__share__button:not(:last-child) {
    margin-bottom: 10px;
  }
}

.c-info__share__button span {
  transform: translateY(-1px);
}

.c-info__share__button .icon {
  font-size: 1.8rem;
  margin-right: 8px;
  transform: translateY(1px);
  transition: all 0.3s ease;
}

.c-info__share__button .icon.fa-twitter {
  color: #1DA1F2;
}

.c-info__share__button .icon.fa-facebook {
  color: #1877F2;
}

@media screen and (min-width: 769px) {
  .c-info__share__button:hover {
    color: #fff !important;
  }

  .c-info__share__button:hover .icon {
    color: #fff !important;
  }

  .c-info__share__button:hover.twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
  }

  .c-info__share__button:hover.facebook {
    background-color: #1877F2;
    border-color: #1877F2;
  }
}

.c-info__sns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.c-info__sns__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-info__sns__wrapper {
    display: block;
  }
}

.c-info__sns__block {
  width: calc((100% - 60px) / 2);
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  .c-info__sns__block {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 540px) {
  .c-info__sns {
    display: block;
    margin-top: 40px;
  }
}

.c-info__sns__button {
  width: 280px;
  height: 50px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  border: #1D3C69 solid 2px;
  border-radius: 30px;
  background-color: #1D3C69;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 540px) {
  .c-info__sns__button {
    margin: 0 auto;
  }

  .c-info__sns__button:not(:last-child) {
    margin-bottom: 10px;
  }
}

.c-info__sns__button span {
  transform: translateY(-1px);
}

.c-info__sns__button .icon {
  font-size: 1.8rem;
  margin-right: 8px;
  transform: translateY(1px);
  transition: all 0.3s ease;
}

.c-info__sns__button .icon.fa-twitter {
  color: #1DA1F2;
}

.c-info__sns__button .icon.fa-facebook {
  color: #1877F2;
}

@media screen and (min-width: 769px) {
  .c-info__sns__button:hover {
    color: #fff !important;
  }

  .c-info__sns__button:hover .icon {
    color: #fff !important;
  }

  .c-info__sns__button:hover.twitter,
  .c-info__sns__button:hover.facebook {
    background-color: #1F4E91;
    border-color: #1F4E91;
  }
}

.c-info__facebook,
.c-info__twitter {
  width: 100%;
  min-height: 400px;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  background-color: #fff;
}

@media screen and (max-width: 768px) {

  .c-info__facebook,
  .c-info__twitter {
    min-height: 330px;
  }
}

.c-info__facebook .fb-page,
.c-info__facebook .fb-page span,
.c-info__facebook iframe {
  width: 100% !important;
  border-radius: 20px;
}

.c-info__twitter {
  height: 400px;
  overflow: auto;
}

.c-info__twitter .twitter-timeline {
  width: 100% !important;
}

.c-info__twitter .timeline-Header {
  background-color: #444;
}

.c-info__twitter iframe {
  width: 100% !important;
  border-radius: 20px;
}

.c-info__card {
  margin-bottom: 20px;
  cursor: pointer;
}

.c-info__card--space {
  margin-bottom: 48px;
}

@media screen and (max-width: 540px) {
  .c-info__card--space {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .c-info__card:hover {
    color: #1F4E91;
  }
}

.c-info__card__box {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.c-info__card__lead {
  width: 100%;
  min-height: 3em;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-info__card__date {
  height: 30px;
  font-size: 1.4rem;
  display: inline-block;
  padding-top: 15px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .c-info__card__date {
    font-size: 1.2rem;
  }
}

.c-info__card__thumb {
  width: 100%;
  height: 17.1875vw;
  max-height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.c-info__card__thumb__wrapper {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-info__card__thumb {
    height: 58.65555vw;
  }
}

.c-info__card__thumb--fit {
  background-size: auto 100%;
}

.c-info__card__thumb--low {
  height: 180px;
}

.c-info__card__dots {
  display: flex;
  justify-content: center;
  margin: 20px auto 0;
  gap: 0 12px;
}

.c-info__card__dots li button {
  width: 12px;
  height: 12px;
  background-color: #fff;
  text-indent: -999em;
  border-radius: 50%;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.c-info__card__dots li.slick-active button {
  background-color: #1D3C69;
}

.c-info__top__news {
  height: 60px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-info__top__news {
    height: auto;
    border-radius: 10px;
    display: block;
    padding-top: 36px;
    margin-top: 50px;
  }
}

.c-info__top__news__title {
  width: 126px;
  line-height: 1;
  padding: 0 30px 0 40px;
}

@media screen and (max-width: 768px) {
  .c-info__top__news__title {
    margin-bottom: 16px;
    padding: 0 20px;
  }
}

.c-info__top__news__title span {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .c-info__top__news__title span {
    font-size: 2.4rem;
  }
}

.c-info__top__news__link {
  width: calc(100% - 266px);
  max-width: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .c-info__top__news__link {
    width: 100%;
    max-width: none;
    display: block;
    padding: 0 20px 30px;
  }
}

.c-info__top__news__date {
  width: 102px;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-block;
  padding-right: 18px;
}

@media screen and (max-width: 768px) {
  .c-info__top__news__date {
    width: auto;
    display: block;
    padding: 0;
    margin-bottom: 8px;
  }
}

.c-info__top__news__lead {
  width: calc(100% - 102px);
  font-size: 1.6rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .c-info__top__news__lead {
    width: 100%;
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
  }
}

.c-info__top__news__more {
  width: 140px;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 0;
  justify-content: flex-start;
  padding-left: 24px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .c-info__top__news__more {
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}

.c-info__top__news__more::after {
  right: 16px;
}

@media screen and (max-width: 768px) {
  .c-info__top__news__more::after {
    right: 20px;
  }
}

.c-info__top__list {
  width: calc(100% - 220px);
}

@media screen and (max-width: 768px) {
  .c-info__top__list {
    width: 100%;
  }
}

.c-info__top__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-info__top__wrapper {
    display: block;
  }
}

.c-info__top__head {
  width: 220px;
  color: #1D3C69;
  font-weight: bold;
}

.c-info__top__head::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f05a";
  font-size: 2rem;
  margin-right: 0.35em;
  display: inline-block;
  transform: translateY(1px);
}

@media screen and (max-width: 768px) {
  .c-info__top__head::before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-info__top__head {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-info__content__wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-info__content__wrapper {
    display: block;
  }
}

.c-info__content__main {
  width: calc(100% - 460px);
}

@media screen and (max-width: 1024px) {
  .c-info__content__main {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .c-info__content__main {
    margin-bottom: 50px;
  }
}

.c-info__content__side {
  width: 380px;
  margin-left: 80px;
}

@media screen and (max-width: 1024px) {
  .c-info__content__side {
    margin-left: 0;
  }
}

.c-info__content__side__ttl {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  margin: 40px 0 20px;
}

@media screen and (max-width: 768px) {
  .c-info__content__side__ttl {
    font-size: 2rem;
  }
}

.c-info__content__side__ttl .icon i {
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  background-clip: text;
  color: transparent;
  font-size: 3.6rem;
  font-weight: 400;
  margin-right: 10px;
  transform: translateY(2px);
}

@media screen and (max-width: 768px) {
  .c-info__content__side__ttl .icon i {
    font-size: 3.2rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .c-info__content__side__ttl .icon i {
    background: transparent;
    color: #1D3C69;
  }
}

@media screen and (max-width: 1024px) {

  .c-info__content__main,
  .c-info__content__side {
    width: 100%;
  }
}

.c-info__content__header {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c-info__content__header {
    margin-bottom: 50px;
  }
}

.c-info__content__header__img {
  border-radius: 20px;
  margin: 30px 0 60px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-info__content__header__img {
    margin: 20px 0 30px;
  }
}

.c-info__content__header__img img {
  width: 100%;
}

.c-info__content__related {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-info__content__related {
    margin-top: 50px;
  }
}

.r-1ets6dv {
  border: 0 !important;
}

.twitter-tweet {
  margin-top: 0 !important;
}

.c-list li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-list li {
    padding-left: 15px;
  }
}

.c-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #008ED3;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-list li::before {
    top: 10px;
  }
}

.c-list li:not(:last-child) {
  margin-bottom: 10px;
}

.c-list--simple li {
  font-size: 1.4rem;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .c-list--simple li {
    font-size: 1.3rem;
  }
}

.c-list__content {
  width: 100%;
  max-width: 790px;
  border-top: #E9EAEF solid 1px;
  border-bottom: #E9EAEF solid 1px;
  margin: auto;
}

.c-list__content__item,
.c-list__content__item--wide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.c-list__content__item:not(:last-child),
.c-list__content__item--wide:not(:last-child) {
  border-bottom: #E9EAEF solid 1px;
}

@media screen and (max-width: 540px) {
  .c-list__content__item--wide {
    display: block;
  }
}

.c-list__content__head,
.c-list__content__head--wide {
  width: 350px;
  font-size: 1.4rem;
  padding-left: 110px;
}

@media screen and (max-width: 540px) {

  .c-list__content__head,
  .c-list__content__head--wide {
    width: 110px;
    font-size: 1.2rem;
    padding-left: 10px;
  }
}

@media screen and (max-width: 540px) {
  .c-list__content__head--wide {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}

.c-list__content__detail,
.c-list__content__detail--wide {
  width: calc(100% - 350px);
  font-size: 1.4rem;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 540px) {

  .c-list__content__detail,
  .c-list__content__detail--wide {
    width: calc(100% - 110px);
    font-size: 1.2rem;
    padding-right: 10px;
  }
}

@media screen and (max-width: 540px) {
  .c-list__content__detail--wide {
    width: 100%;
    padding: 0 20px;
  }
}

.c-list__content__detail .inline,
.c-list__content__detail--wide .inline {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 540px) {

  .c-list__content__detail .inline,
  .c-list__content__detail--wide .inline {
    display: block;
  }

  .c-list__content__detail .inline+.inline,
  .c-list__content__detail--wide .inline+.inline {
    margin-top: 10px;
  }
}

@media screen and (max-width: 540px) {

  .c-list__content__detail .inline span,
  .c-list__content__detail--wide .inline span {
    display: block;
  }
}

.c-list__content__detail .inline span:first-of-type,
.c-list__content__detail--wide .inline span:first-of-type {
  width: 130px;
}

@media screen and (max-width: 540px) {

  .c-list__content__detail .inline span:first-of-type,
  .c-list__content__detail--wide .inline span:first-of-type {
    width: 100%;
  }
}

.c-list__content__detail .inline span:nth-of-type(2),
.c-list__content__detail--wide .inline span:nth-of-type(2) {
  width: calc(100% - 130px);
}

@media screen and (max-width: 540px) {

  .c-list__content__detail .inline span:nth-of-type(2),
  .c-list__content__detail--wide .inline span:nth-of-type(2) {
    width: 100%;
  }
}

.c-list__check__item {
  padding-left: 65px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-list__check__item {
    padding-left: 55px;
  }
}

.c-list__check__item::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  left: 0;
}

@media screen and (max-width: 540px) {
  .c-list__check__item::before {
    width: 40px;
    height: 40px;
  }
}

.c-list__check__item+.c-list__check__item {
  margin-top: 40px;
}

@media screen and (max-width: 540px) {
  .c-list__check__item+.c-list__check__item {
    margin-top: 15px;
  }
}

.c-list__check__item.--gray::before {
  background-image: url(../img/common/icon_check_gray.svg);
}

.c-list__hint {
  margin-top: 40px;
}

.c-list__hint__item {
  padding-left: 68px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-list__hint__item {
    padding-left: 55px;
  }
}

.c-list__hint__item span {
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #FFF;
  font-size: 2.8rem;
  display: grid;
  place-items: center;
  line-height: 1.5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #008ED3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 540px) {
  .c-list__hint__item span {
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
  }
}

.c-list__hint__item+.c-list__hint__item {
  margin-top: 40px;
}

@media screen and (max-width: 540px) {
  .c-list__hint__item+.c-list__hint__item {
    margin-top: 15px;
  }
}

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

.c-modal__inner {
  width: calc(100% - 80px);
  height: auto;
  max-width: 915px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (max-width: 540px) {
  .c-modal__inner {
    width: calc(100% - 40px);
    height: 144vw;
    max-height: 600px;
  }
}

.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  padding: 20px 20px 0;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-modal__block {
    border-radius: 20px;
    padding: 10px 10px 0;
  }
}

.c-modal__text {
  height: auto;
  max-height: calc(100vh - 120px);
  padding: 50px 65px;
  overflow: auto;
}

@media screen and (max-width: 540px) {
  .c-modal__text {
    height: 144vw;
    max-height: 600px;
    padding: 30px 10px;
  }
}

.c-modal__video {
  width: 100%;
  background-color: #000;
  padding-top: 56.25% !important;
  position: relative;
}

@media screen and (max-width: 540px) {
  .c-modal__video:not([class*="--auto"]) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-modal__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.c-modal__close-btn {
  width: 68px;
  height: 68px;
  background-color: #1D3C69;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  position: absolute;
  top: -38px;
  right: -35px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 540px) {
  .c-modal__close-btn {
    width: 46px;
    height: 46px;
    top: -23px;
    right: -10px;
  }
}

.c-modal__close-btn--video {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .c-modal__close-btn--video {
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .c-modal__close-btn--video {
    top: 10px;
    right: 10px;
  }
}

.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
  .c-modal__close-btn::before {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .c-modal__close-btn:hover {
    background-color: #1F4E91;
  }
}

.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: #212529;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}

.js-modal {
  display: block;
}

.js-modal,
.js-modal-close {
  cursor: pointer;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.c-pager__item:not(:last-child) {
  margin-right: 12px;
}

@media screen and (max-width: 540px) {
  .c-pager__item:not(:last-child) {
    margin-right: 6px;
  }
}

.c-pager__item a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .c-pager__item a:hover span {
    background-color: #1F4E91;
    color: #fff;
  }
}

.c-pager__item span {
  width: 48px;
  height: 48px;
  background-color: #EFF0F2;
  color: #212529;
  font-size: 1.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}

@media screen and (max-width: 540px) {
  .c-pager__item span {
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
  }
}

.c-pager__item.is-current span {
  background-color: #1D3C69;
  color: #fff;
  font-weight: bold;
}

.c-pager__item__prev span,
.c-pager__item__next span {
  text-indent: -999em;
  display: block;
}

.c-pager__item__prev span::before,
.c-pager__item__next span::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  font-weight: 300;
  text-indent: 0em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {

  .c-pager__item__prev span::before,
  .c-pager__item__next span::before {
    font-size: 1.6rem;
  }
}

.c-pager__item__prev span::before {
  content: "\f104";
}

.c-pager__item__next span::before {
  content: "\f105";
}

.c-scrollarea {
  height: 315px;
  border: 1px solid #CED1D8;
  padding: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .c-scrollarea {
    padding: 20px;
  }
}

.c-table {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8;
  border: 1px solid #CED1D8;
}

.c-table th {
  background: #EFF0F2;
  border: 1px solid #CED1D8;
  padding: 5px 10px;
}

.c-table td {
  border: 1px solid #CED1D8;
  padding: 5px 10px;
}

.c-slide__mv__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.c-slide__mv__content:focus {
  outline: none;
}

.c-slide__mv__img {
  width: 100%;
  height: calc(100vh - 156px);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-slide__mv__img {
    height: calc(100vh - 60px);
  }
}

.c-slide__mv__img:focus {
  outline: none;
}

.c-slide__mv__img.img1 {
  background-image: url(../img/index/mv_img1_pc.jpg);
}

@media screen and (max-width: 768px) {
  .c-slide__mv__img.img1 {
    background-image: url(../img/index/mv_img1_sp.jpg);
  }
}

.c-slide__mv__img.img2 {
  background-image: url(../img/index/mv_img2_pc.jpg);
}

@media screen and (max-width: 768px) {
  .c-slide__mv__img.img2 {
    background-image: url(../img/index/mv_img2_sp.jpg);
  }
}

.c-slide__mv__img.img3 {
  background-image: url(../img/index/mv_img3_pc.jpg);
}

@media screen and (max-width: 768px) {
  .c-slide__mv__img.img3 {
    background-image: url(../img/index/mv_img3_sp.jpg);
  }
}

.c-slide__mv__img.img4 {
  background-image: url(../img/index/mv_img4_pc.jpg);
}

@media screen and (max-width: 768px) {
  .c-slide__mv__img.img4 {
    background-image: url(../img/index/mv_img4_sp.jpg);
  }
}

.c-slide__content {
  margin-top: -20px;
}

.c-slide__content .slick-track {
  display: flex;
}

.c-slide__item {
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(73, 86, 101, 0.1);
  margin: 20px 35px;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .c-slide__item {
    margin: 20px;
  }
}

.c-slide__item:focus {
  outline: none;
}

.c-slide__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-slide__inner {
    display: block;
  }
}

.c-slide__block {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c-slide__block {
    width: 100%;
  }
}

.c-slide__img {
  height: 530px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .c-slide__img {
    height: 730px;
  }
}

@media screen and (max-width: 768px) {
  .c-slide__img {
    height: 300px;
  }
}

@media screen and (max-width: 540px) {
  .c-slide__img {
    height: 61.33333vw;
  }
}

.c-slide__img--1 {
  background-image: url(../img/digital/school-edition/sect5_img1.jpg);
}

.c-slide__img--2 {
  background-image: url(../img/digital/school-edition/sect5_img2.jpg);
}

.c-slide__img--3 {
  background-image: url(../img/digital/school-edition/sect5_img3.jpg);
}

.c-slide__img--4 {
  background-image: url(../img/digital/online-chuko/sect3_img1.jpg);
}

.c-slide__img--5 {
  background-image: url(../img/digital/online-chuko/sect3_img2.jpg);
}

.c-slide__data {
  padding: 0 75px 0 45px;
}

@media screen and (max-width: 1024px) {
  .c-slide__data {
    padding: 0 45px;
  }
}

@media screen and (max-width: 768px) {
  .c-slide__data {
    padding: 45px;
  }
}

@media screen and (max-width: 540px) {
  .c-slide__data {
    padding: 40px 20px 20px;
  }
}

.c-slide__step {
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: -50px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-slide__step {
    bottom: -20px;
  }
}

.c-slide__step li {
  margin: 0 8px;
}

.c-slide__step li button {
  width: 10px;
  height: 10px;
  background-color: #CED1D8;
  text-indent: -999em;
  border-radius: 50%;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .c-slide__step li button:hover {
    background-color: #1D3C69;
  }
}

.c-slide__step li.slick-active button {
  background-color: #1D3C69;
}

.c-slide__arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-slide__arrow {
    top: 285px;
    transform: none;
  }
}

@media screen and (max-width: 540px) {
  .c-slide__arrow {
    width: 13.33333vw;
    height: 13.33333vw;
    top: 49.33333vw;
  }
}

.c-slide__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 0;
}

.c-slide__arrow::after {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  position: absolute;
  top: 19px;
  left: 23px;
  z-index: 1;
}

@media screen and (max-width: 540px) {
  .c-slide__arrow::after {
    font-size: 5.33333vw;
    top: 3.466666vw;
    left: 4.266666vw;
  }
}

@media screen and (min-width: 769px) {
  .c-slide__arrow:hover::before {
    opacity: 1;
  }
}

.c-slide__arrow--prev {
  background: linear-gradient(to right, #487CBF 0%, #489CD0 50%, #48C5D0 100%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-slide__arrow--prev {
    left: 5px;
  }
}

@media screen and (max-width: 540px) {
  .c-slide__arrow--prev {
    left: -4.266666vw;
  }
}

.c-slide__arrow--prev::after {
  content: "\f060";
}

.c-slide__arrow--next {
  background: linear-gradient(to right, #48C5D0 0%, #489CD0 50%, #487CBF 100%);
  right: 0;
}

@media screen and (max-width: 768px) {
  .c-slide__arrow--next {
    right: 5px;
  }
}

@media screen and (max-width: 540px) {
  .c-slide__arrow--next {
    right: -4.266666vw;
  }
}

.c-slide__arrow--next::after {
  content: "\f061";
}

@media screen and (max-width: 540px) {
  .c-slide__products .c-slide__arrow {
    top: 42.66666vw;
  }
}

@media screen and (max-width: 540px) {
  .c-slide__column .c-slide__arrow {
    top: 29.86666vw;
  }
}

.wp-editor {
  /* 要素寄せ */
  /* wpstyle */
}

.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  color: #212529;
  line-height: 1.4;
  position: relative;
}

.wp-editor h1,
.wp-editor h2,
.wp-editor h3 {
  font-weight: bold;
}

.wp-editor h1 {
  font-size: 3.6rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .wp-editor h1 {
    font-size: 2.8rem;
  }
}

.wp-editor h2 {
  font-size: 2.8rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .wp-editor h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.wp-editor h2:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .wp-editor h2:not(:first-child) {
    margin-top: 60px;
  }
}

.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.wp-editor h3 {
  font-size: 2rem;
  color: #008ED3;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .wp-editor h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.wp-editor p+h3,
.wp-editor ul+h3,
.wp-editor ol+h3 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {

  .wp-editor p+h3,
  .wp-editor ul+h3,
  .wp-editor ol+h3 {
    margin-top: 20px;
  }
}

.wp-editor h3+p,
.wp-editor h3+ul,
.wp-editor h3+ol,
.wp-editor h4+p,
.wp-editor h4+ul,
.wp-editor h4+ol {
  margin-top: 10px;
}

.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {

  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: 1.4rem;
  }
}

.wp-editor>*:first-child {
  margin-top: 0;
}

.wp-editor p {
  line-height: 1.8;
  margin-top: 20px;
}

.wp-editor p a {
  color: #008ED3;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .wp-editor p a:hover {
    color: #00A0ED;
    text-decoration: none;
  }
}

.wp-editor p+h1,
.wp-editor p+h2,
.wp-editor p+h3,
.wp-editor p+h4,
.wp-editor p+h5,
.wp-editor p+h6,
.wp-editor p+div,
.wp-editor p+img,
.wp-editor p+table,
.wp-editor p+blockquote,
.wp-editor p+figure {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {

  .wp-editor p+h1,
  .wp-editor p+h2,
  .wp-editor p+h3,
  .wp-editor p+h4,
  .wp-editor p+h5,
  .wp-editor p+h6,
  .wp-editor p+div,
  .wp-editor p+img,
  .wp-editor p+table,
  .wp-editor p+blockquote,
  .wp-editor p+figure {
    margin-top: 20px;
  }
}

.wp-editor p+ul,
.wp-editor p+ol {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {

  .wp-editor p+ul,
  .wp-editor p+ol {
    margin-top: 20px;
  }
}

.wp-editor strong {
  font-weight: bold;
}

.wp-editor em {
  font-style: italic;
}

.wp-editor small,
.wp-editor figcaption {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {

  .wp-editor small,
  .wp-editor figcaption {
    font-size: 1.1rem;
  }
}

.wp-editor figcaption {
  margin-top: 0.5em;
}

.wp-editor blockquote {
  width: 100%;
  background-color: #EFF0F2;
  line-height: 2;
  border-radius: 20px;
  padding: 65px 40px;
  margin: 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wp-editor blockquote {
    padding: 40px 20px;
    margin: 20px 0;
  }
}

.wp-editor blockquote::before,
.wp-editor blockquote::after {
  color: #CED1D8;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}

@media screen and (max-width: 768px) {

  .wp-editor blockquote::before,
  .wp-editor blockquote::after {
    font-size: 2rem;
  }
}

.wp-editor blockquote::before {
  content: "\f10d";
  top: 25px;
  left: 25px;
}

@media screen and (max-width: 768px) {
  .wp-editor blockquote::before {
    top: 15px;
    left: 15px;
  }
}

.wp-editor blockquote::after {
  content: "\f10e";
  bottom: 25px;
  right: 25px;
}

@media screen and (max-width: 768px) {
  .wp-editor blockquote::after {
    bottom: 15px;
    right: 15px;
  }
}

.wp-editor ul,
.wp-editor ol {
  margin-top: 20px;
}

.wp-editor ul li,
.wp-editor ol li {
  color: #212529;
  line-height: 1.8;
}

.wp-editor ul li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wp-editor ul li {
    padding-left: 15px;
  }
}

.wp-editor ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #008ED3;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .wp-editor ul li::before {
    top: 10px;
  }
}

.wp-editor ul li:not(:last-child) {
  margin-bottom: 10px;
}

.wp-editor ol {
  padding-left: 13px;
}

.wp-editor ol li {
  list-style-type: decimal;
  line-height: 1.8;
  padding-left: 7px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .wp-editor ol li {
    padding-left: 15px;
  }
}

.wp-editor ol li:not(:last-child) {
  margin-bottom: 10px;
}

.wp-editor table {
  width: 100%;
  margin: 40px 0;
  border: #CED1D8 solid 1px;
}

@media screen and (max-width: 768px) {
  .wp-editor table {
    margin: 20px 0;
  }
}

.wp-editor table th,
.wp-editor table td {
  min-width: 145px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: 20px 25px;
}

.wp-editor table th:not(:last-child),
.wp-editor table td:not(:last-child) {
  border-right: #CED1D8 solid 1px;
}

@media screen and (max-width: 540px) {

  .wp-editor table th,
  .wp-editor table td {
    min-width: 100px;
    padding: 15px 25px;
  }
}

@media screen and (max-width: 540px) {

  .wp-editor table th,
  .wp-editor table td {
    min-width: 100px;
    padding: 10px;
  }
}

.wp-editor table th p:last-child,
.wp-editor table td p:last-child {
  margin-bottom: 0;
}

.wp-editor table tr:not(:last-child) {
  border-bottom: #CED1D8 solid 1px;
}

.wp-editor table tr:nth-of-type(odd) th,
.wp-editor table tr:nth-of-type(odd) td {
  background-color: #EFF0F2;
}

.wp-editor table tr:nth-of-type(even) th,
.wp-editor table tr:nth-of-type(even) td {
  background-color: #fff;
}

.wp-editor p>img,
.wp-editor p>img.alignnone,
.wp-editor p>img.alignleft,
.wp-editor p>img.aligncenter,
.wp-editor p>img.alignright,
.wp-editor ul>img,
.wp-editor ul>img.alignnone,
.wp-editor ul>img.alignleft,
.wp-editor ul>img.aligncenter,
.wp-editor ul>img.alignright,
.wp-editor ol>img,
.wp-editor ol>img.alignnone,
.wp-editor ol>img.alignleft,
.wp-editor ol>img.aligncenter,
.wp-editor ol>img.alignright,
.wp-editor table>img,
.wp-editor table>img.alignnone,
.wp-editor table>img.alignleft,
.wp-editor table>img.aligncenter,
.wp-editor table>img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

  .wp-editor p>img,
  .wp-editor p>img.alignnone,
  .wp-editor p>img.alignleft,
  .wp-editor p>img.aligncenter,
  .wp-editor p>img.alignright,
  .wp-editor ul>img,
  .wp-editor ul>img.alignnone,
  .wp-editor ul>img.alignleft,
  .wp-editor ul>img.aligncenter,
  .wp-editor ul>img.alignright,
  .wp-editor ol>img,
  .wp-editor ol>img.alignnone,
  .wp-editor ol>img.alignleft,
  .wp-editor ol>img.aligncenter,
  .wp-editor ol>img.alignright,
  .wp-editor table>img,
  .wp-editor table>img.alignnone,
  .wp-editor table>img.alignleft,
  .wp-editor table>img.aligncenter,
  .wp-editor table>img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}

.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}

.wp-editor img {
  max-width: 100%;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}

.wp-editor img+p,
.wp-editor img+ul,
.wp-editor img+ol,
.wp-editor img+h3,
.wp-editor img+h4,
.wp-editor img+h5,
.wp-editor img+h6,
.wp-editor img+img,
.wp-editor img+p,
.wp-editor img+ul,
.wp-editor img+ol+table {
  margin-top: 40px;
}

@media screen and (max-width: 540px) {

  .wp-editor img+p,
  .wp-editor img+ul,
  .wp-editor img+ol,
  .wp-editor img+h3,
  .wp-editor img+h4,
  .wp-editor img+h5,
  .wp-editor img+h6,
  .wp-editor img+img,
  .wp-editor img+p,
  .wp-editor img+ul,
  .wp-editor img+ol+table {
    margin-top: 20px;
  }
}

.wp-editor .alignnone {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .wp-editor .alignnone {
    margin: 20px 0;
  }
}

.wp-editor .alignleft,
.wp-editor .alignright {
  max-width: 400px;
}

@media screen and (max-width: 768px) {

  .wp-editor .alignleft,
  .wp-editor .alignright {
    max-width: 300px;
  }
}

@media screen and (max-width: 540px) {

  .wp-editor .alignleft,
  .wp-editor .alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}

.wp-editor .alignleft {
  float: left;
  margin-right: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .wp-editor .alignleft {
    margin-right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}

.wp-editor .aligncenter {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .wp-editor .aligncenter {
    margin: 20px auto;
  }
}

.wp-editor .alignright {
  float: right;
  margin-left: 40px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .wp-editor .alignright {
    margin-left: 20px;
  }
}

@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-left: 0;
  }
}

.wp-editor .alignleft+p,
.wp-editor .alignright+p {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {

  .wp-editor .alignleft+p,
  .wp-editor .alignright+p {
    margin-top: 20px;
  }
}

.wp-editor .wp-block-spacer {
  margin-top: 0;
}

.wp-editor .wp-block-image {
  margin-bottom: 30px;
}

.wp-editor .wp-block-column .wp-block-image:last-child {
  margin-bottom: 0;
}

.wp-editor .wp-block-image .aligncenter>figcaption,
.wp-editor .wp-block-image .alignleft>figcaption,
.wp-editor .wp-block-image .alignright>figcaption {
  text-align: left;
  line-height: 1.8;
}

.wp-editor h3+.wp-block-columns,
.wp-editor h4+.wp-block-columns,
.wp-editor p+.wp-block-columns,
.wp-editor div+.wp-block-columns {
  margin-top: 40px;
}

@media screen and (max-width: 540px) {

  .wp-editor h3+.wp-block-columns,
  .wp-editor h4+.wp-block-columns,
  .wp-editor p+.wp-block-columns,
  .wp-editor div+.wp-block-columns {
    margin-top: 30px;
  }
}

.wp-editor .wp-block-columns {
  margin: 0;
}

.wp-editor .wp-block-columns+.wp-block-columns {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .wp-editor .wp-block-columns+.wp-block-columns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .wp-editor .wp-block-column:not(:last-child) {
    margin-bottom: 30px;
  }
}

.wp-editor .wp-block-column ul {
  margin-top: 0;
}

.wp-editor .wp-block-column .wp-block-image {
  width: 100%;
}

.wp-editor .wp-block-column .wp-block-image img {
  width: 100%;
  max-width: none;
}

.wp-editor .clear::after {
  content: "";
  display: block;
  clear: both;
}

.p-products__head {
  width: calc(100% - 40px);
  max-width: 1200px;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: auto;
  padding-top: 80px;
  position: relative;
}

.p-products__head__wrapper {
  width: 100%;
  background: linear-gradient(to right, #E0FAFA 0%, #DEEFFF 50%, #DCE8FA 100%);
  padding-top: 95px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-products__head__wrapper {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .p-products__head {
    padding: 30px 0 35px;
  }
}

.p-products__head__inner {
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-products__head__inner {
    min-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-products__head__inner {
    height: auto;
    min-height: auto;
    display: block;
  }
}

.p-products__head__data {
  width: 500px;
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .p-products__head__data {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-products__head__data {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-products__head__img {
  width: calc(100% - 520px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.p-products__head__img img {
  width: 110%;
}

@media screen and (max-width: 1024px) {
  .p-products__head__img {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .p-products__head__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-products__head__button {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

@media screen and (max-width: 1024px) {
  .p-products__head__button {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-products__head__button {
    position: relative;
    left: auto;
  }
}

.p-products__catch {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .p-products__catch {
    padding: 30px 0 60px;
  }
}

.p-products__section__img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  float: right;
  margin-left: 110px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .p-products__section__img {
    margin-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .p-products__section__img {
    width: 300px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 540px) {
  .p-products__section__img {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.p-corporate__history__mainimg {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__mainimg {
    max-width: 500px;
  }
}

.p-corporate__history__section1 {
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__section1 {
    margin-top: -38px;
  }
}

.p-corporate__history__section2::before {
  content: "";
  width: 100%;
  height: 600px;
  background-image: url(../img/corporate/history/contributor_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__section2::before {
    height: 300px;
  }
}

.p-corporate__history__list {
  width: calc(100% - 150px);
  padding: 50px 0;
  border-left: #E9EAEF solid 2px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__list {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 540px) {
  .p-corporate__history__list {
    width: 100%;
    display: block;
    padding: 20px 0 30px 25px;
  }
}

.p-corporate__history__list__year {
  width: 150px;
  color: #008ED3;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-left: -150px;
  margin-right: 95px;
  transform: translateY(-5px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__list__year {
    width: 120px;
    font-size: 3.2rem;
    margin-left: -120px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 540px) {
  .p-corporate__history__list__year {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    transform: none;
  }
}

.p-corporate__history__list__year::before,
.p-corporate__history__list__year::after {
  content: "";
  position: absolute;
}

.p-corporate__history__list__year::before {
  width: 68px;
  height: 2px;
  background-color: #E9EAEF;
  top: 20px;
  right: -68px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__list__year::before {
    width: 42px;
    top: 18px;
    right: -42px;
  }
}

@media screen and (max-width: 540px) {
  .p-corporate__history__list__year::before {
    width: 20px;
    top: 20px;
    right: auto;
    left: -25px;
  }
}

.p-corporate__history__list__year::after {
  width: 20px;
  height: 20px;
  background-image: url(../img/corporate/history/icon_point.svg?2023-01-16);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  top: 11px;
  right: -9px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__list__year::after {
    top: 9px;
  }
}

@media screen and (max-width: 540px) {
  .p-corporate__history__list__year::after {
    width: 15px;
    height: 15px;
    top: 13px;
    right: auto;
    left: -33px;
  }
}

.p-corporate__history__list__data {
  width: calc(100% - 95px);
}

@media screen and (max-width: 540px) {
  .p-corporate__history__list__data {
    width: 100%;
  }
}

.p-corporate__history__list__data:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 540px) {
  .p-corporate__history__list__data:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-corporate__history__modal::before {
  content: "記事を読む";
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  bottom: 21px;
  right: 45px;
}

@media screen and (max-width: 768px) {
  .p-corporate__history__modal::before {
    font-size: 1.3rem;
    bottom: 17px;
    right: 40px;
  }
}

.p-corporate__history__modal::after {
  width: 18px !important;
  height: 18px !important;
  font-size: 1.4rem !important;
}

.p-torucreo {
  background-image: url(/assets/img/digital/torucreo/bg_pc.png);
  background-size: 100vw;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-torucreo {
    background-image: url(/assets/img/digital/torucreo/bg_sp.png);
    background-size: 100%;
  }
}

.p-torucreo-mv {
  padding-top: 11.25vw;
  padding-bottom: 4.1666666667vw;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv {
    padding-top: 32vw;
    padding-bottom: 10.6666666667vw;
  }
}

.p-torucreo-mv__logo {
  width: 27.7777777778vw;
  margin: 0 auto 2.3611111111vw auto;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__logo {
    width: 75.7333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}

.p-torucreo-mv__text {
  font-size: 1.25vw;
  color: #6b6b6b;
  text-align: center;
  margin-bottom: 2.7777777778vw;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__text {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}

.p-torucreo-mv__main {
  width: 89.5833333333vw;
  margin-inline: auto;
  position: relative;
  height: 63.125vw;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__main {
    width: 100vw;
    height: 205.0666666667vw;
  }
}

.p-torucreo-mv__tablet {
  text-align: center;
  width: 41.6666666667vw;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__tablet {
    width: 78.6666666667vw;
  }
}

.p-torucreo-mv__item {
  width: 24.0277777778vw;
  position: absolute;
  animation: floatingAnimation ease-in-out 1.2s infinite 0s alternate;
  perspective: 1000;
}

.p-torucreo-mv__item:nth-child(2 of .p-torucreo-mv__item) {
  animation-delay: -1.5s;
}

.p-torucreo-mv__item:nth-child(3 of .p-torucreo-mv__item) {
  animation-delay: -1s;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__item {
    width: 56.5333333333vw;
  }
}

@keyframes floatingAnimation {
  0% {
    transform: translateY(0) translateZ(0);
  }

  100% {
    transform: translateY(20px) translateZ(0);
  }
}

.p-torucreo-mv__item.--manabu {
  left: 0;
  bottom: 17.0138888889vw;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__item.--manabu {
    left: 2.4vw;
    bottom: 71.4666666667vw;
  }
}

.p-torucreo-mv__item.--toru {
  left: 27.6388888889vw;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__item.--toru {
    left: unset;
    right: 0;
    bottom: 29.6vw;
  }
}

.p-torucreo-mv__item.--siraberu {
  right: 0;
  bottom: 15.6944444444vw;
}

@media screen and (max-width: 768px) {
  .p-torucreo-mv__item.--siraberu {
    right: unset;
    bottom: 0;
    left: 0;
  }
}

.p-torucreo-title.--h2 {
  text-align: center;
  font-size: 3.1944444444vw;
  font-weight: 700;
  color: #6B6B6B;
  margin-bottom: 4.7222222222vw;
}

.p-torucreo-title.--h2 span {
  font-size: 2.5vw;
  color: #B4B4B4;
  line-height: 1.6111111111;
}

@media screen and (max-width: 768px) {
  .p-torucreo-title.--h2 {
    font-size: 7.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }

  .p-torucreo-title.--h2 span {
    font-size: 6.4vw;
  }
}

.p-torucreo-title.--h3 {
  font-size: 2.5vw;
  font-weight: 700;
  color: #6B6B6B;
}

@media screen and (max-width: 768px) {
  .p-torucreo-title.--h3 {
    font-size: 7.4666666667vw;
  }
}

.p-torucreo-title.--list {
  font-size: 1.5277777778vw;
  font-weight: 700;
  color: #6B6B6B;
}

@media screen and (max-width: 768px) {
  .p-torucreo-title.--list {
    font-size: 4.8vw;
  }
}

.p-torucreo-text {
  line-height: 2;
}

.p-torucreo-text.--gray {
  color: #6B6B6B;
}

.p-torucreo-bg.--feature {
  background-image: url(/assets/img/digital/torucreo/bg_future_pc.png);
  background-size: 100vw;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-torucreo-bg.--feature {
    background-image: url(/assets/img/digital/torucreo/bg_future_sp.png);
    background-size: 100%;
  }
}

.p-torucreo-env {
  margin-top: 6.9444444444vw;
  padding-bottom: 10.4166666667vw;
  background-image: url(/assets/img/digital/torucreo/bg_env_pc.png);
  background-size: 100vw;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.p-torucreo-env>*:first-child {
  margin-bottom: 6.9444444444vw;
}

@media screen and (max-width: 768px) {
  .p-torucreo-env>*:first-child {
    margin-bottom: 16vw;
  }
}

@media screen and (max-width: 768px) {
  .p-torucreo-env {
    margin-top: 16vw;
    padding-bottom: 26.6666666667vw;
    background-image: url(/assets/img/digital/torucreo/bg_env_sp.png);
    background-size: 100%;
  }
}

.p-torucreo-column:nth-child(1 of .p-torucreo-column) {
  margin-top: 7.4305555556vw;
}

@media screen and (max-width: 768px) {
  .p-torucreo-column:nth-child(1 of .p-torucreo-column) {
    margin-top: 10.6666666667vw;
  }
}

.p-torucreo-column+.p-torucreo-column {
  margin-top: 6.9444444444vw;
}

@media screen and (max-width: 768px) {
  .p-torucreo-column+.p-torucreo-column {
    margin-top: 16vw;
  }
}

.p-torucreo-column__picture {
  position: relative;
}

.p-torucreo-column__picture__item {
  width: min(22.7083333333vw, 327px);
  position: absolute;
  right: 0;
  top: min(3.6111111111vw, 52px);
}

@media (width <=1440px) {
  .p-torucreo-column__picture__item {
    width: 50%;
    top: 3.6111111111vw;
    right: 3.2638888889vw;
  }
}

@media screen and (max-width: 768px) {
  .p-torucreo-column__picture__item {
    width: 50vw;
    right: 0;
    top: 8vw;
  }
}

.p-torucreo-column__picture__item.--z-adjust {
  z-index: 3;
}

.p-torucreo-column__picture__device {
  position: relative;
  width: min(22.7083333333vw, 327px);
}

@media (width <=1440px) {
  .p-torucreo-column__picture__device {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-torucreo-column__picture__device {
    width: 50vw;
  }
}

.p-torucreo-column__picture__device__pic {
  position: relative;
  z-index: 2;
}

.p-torucreo-column__picture__slide {
  position: absolute;
  z-index: 3;
  width: min(19.8611111111vw, 286px);
  top: min(0.9722222222vw, 14px);
  left: min(1.0416666667vw, 15px);
}

@media (width <=1440px) {
  .p-torucreo-column__picture__slide {
    width: 88%;
  }
}

@media screen and (max-width: 768px) {
  .p-torucreo-column__picture__slide {
    width: 42.6666666667vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}

.p-torucreo-column__picture.--device-right .p-torucreo-column__picture__item {
  position: relative;
  right: unset;
  top: unset;
}

.p-torucreo-column__picture.--device-right .p-torucreo-column__picture__device {
  position: absolute;
  right: 0;
  top: min(3.6111111111vw, 52px);
}

@media (width <=1440px) {
  .p-torucreo-column__picture.--device-right .p-torucreo-column__picture__device {
    top: 3.6111111111vw;
    right: 3.2638888889vw;
  }
}

@media screen and (max-width: 768px) {
  .p-torucreo-column__picture.--device-right .p-torucreo-column__picture__device {
    right: 0;
    top: 8vw;
  }
}

@media screen and (max-width: 540px) {
  .p-torucreo-list li:not(:first-child) {
    margin-top: 25px;
  }
}

.u-m-auto {
  margin: auto;
}

.u-m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-l-auto {
  margin-left: auto;
}

.u-m-r-auto {
  margin-right: auto;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-95 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }

  .u-mt-md-5 {
    margin-top: 5px !important;
  }

  .u-mt-md-10 {
    margin-top: 10px !important;
  }

  .u-mt-md-15 {
    margin-top: 15px !important;
  }

  .u-mt-md-20 {
    margin-top: 20px !important;
  }

  .u-mt-md-25 {
    margin-top: 25px !important;
  }

  .u-mt-md-30 {
    margin-top: 30px !important;
  }

  .u-ml-md-0 {
    margin-left: 0px !important;
  }

  .u-ml-md-5 {
    margin-left: 5px !important;
  }

  .u-ml-md-10 {
    margin-left: 10px !important;
  }

  .u-ml-md-15 {
    margin-left: 15px !important;
  }

  .u-ml-md-20 {
    margin-left: 20px !important;
  }

  .u-ml-md-25 {
    margin-left: 25px !important;
  }

  .u-ml-md-30 {
    margin-left: 30px !important;
  }

  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-md-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-md-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-md-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-md-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-md-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-md-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-md-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-md-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-md-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-md-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-md-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-md-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-md-0 {
    margin-right: 0px !important;
  }

  .u-mr-md-5 {
    margin-right: 5px !important;
  }

  .u-mr-md-10 {
    margin-right: 10px !important;
  }

  .u-mr-md-15 {
    margin-right: 15px !important;
  }

  .u-mr-md-20 {
    margin-right: 20px !important;
  }

  .u-mr-md-25 {
    margin-right: 25px !important;
  }

  .u-mr-md-30 {
    margin-right: 30px !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-mt-pc-0 {
    margin-top: 0px !important;
  }

  .u-mt-pc-5 {
    margin-top: 5px !important;
  }

  .u-mt-pc-10 {
    margin-top: 10px !important;
  }

  .u-mt-pc-15 {
    margin-top: 15px !important;
  }

  .u-mt-pc-20 {
    margin-top: 20px !important;
  }

  .u-mt-pc-25 {
    margin-top: 25px !important;
  }

  .u-mt-pc-30 {
    margin-top: 30px !important;
  }

  .u-ml-pc-0 {
    margin-left: 0px !important;
  }

  .u-ml-pc-5 {
    margin-left: 5px !important;
  }

  .u-ml-pc-10 {
    margin-left: 10px !important;
  }

  .u-ml-pc-15 {
    margin-left: 15px !important;
  }

  .u-ml-pc-20 {
    margin-left: 20px !important;
  }

  .u-ml-pc-25 {
    margin-left: 25px !important;
  }

  .u-ml-pc-30 {
    margin-left: 30px !important;
  }

  .u-mb-pc-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-pc-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-pc-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-pc-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-pc-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-pc-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-pc-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-pc-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-pc-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-pc-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-pc-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-pc-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-pc-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-pc-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-pc-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-pc-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-pc-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-pc-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-pc-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-pc-0 {
    margin-right: 0px !important;
  }

  .u-mr-pc-5 {
    margin-right: 5px !important;
  }

  .u-mr-pc-10 {
    margin-right: 10px !important;
  }

  .u-mr-pc-15 {
    margin-right: 15px !important;
  }

  .u-mr-pc-20 {
    margin-right: 20px !important;
  }

  .u-mr-pc-25 {
    margin-right: 25px !important;
  }

  .u-mr-pc-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 1280px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }

  .u-mt-lg-5 {
    margin-top: 5px !important;
  }

  .u-mt-lg-10 {
    margin-top: 10px !important;
  }

  .u-mt-lg-15 {
    margin-top: 15px !important;
  }

  .u-mt-lg-20 {
    margin-top: 20px !important;
  }

  .u-mt-lg-25 {
    margin-top: 25px !important;
  }

  .u-mt-lg-30 {
    margin-top: 30px !important;
  }

  .u-ml-lg-0 {
    margin-left: 0px !important;
  }

  .u-ml-lg-5 {
    margin-left: 5px !important;
  }

  .u-ml-lg-10 {
    margin-left: 10px !important;
  }

  .u-ml-lg-15 {
    margin-left: 15px !important;
  }

  .u-ml-lg-20 {
    margin-left: 20px !important;
  }

  .u-ml-lg-25 {
    margin-left: 25px !important;
  }

  .u-ml-lg-30 {
    margin-left: 30px !important;
  }

  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-lg-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-lg-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-lg-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-lg-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-lg-0 {
    margin-right: 0px !important;
  }

  .u-mr-lg-5 {
    margin-right: 5px !important;
  }

  .u-mr-lg-10 {
    margin-right: 10px !important;
  }

  .u-mr-lg-15 {
    margin-right: 15px !important;
  }

  .u-mr-lg-20 {
    margin-right: 20px !important;
  }

  .u-mr-lg-25 {
    margin-right: 25px !important;
  }

  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-mt-tb-0 {
    margin-top: 0px !important;
  }

  .u-mt-tb-5 {
    margin-top: 5px !important;
  }

  .u-mt-tb-10 {
    margin-top: 10px !important;
  }

  .u-mt-tb-15 {
    margin-top: 15px !important;
  }

  .u-mt-tb-20 {
    margin-top: 20px !important;
  }

  .u-mt-tb-25 {
    margin-top: 25px !important;
  }

  .u-mt-tb-30 {
    margin-top: 30px !important;
  }

  .u-ml-tb-0 {
    margin-left: 0px !important;
  }

  .u-ml-tb-5 {
    margin-left: 5px !important;
  }

  .u-ml-tb-10 {
    margin-left: 10px !important;
  }

  .u-ml-tb-15 {
    margin-left: 15px !important;
  }

  .u-ml-tb-20 {
    margin-left: 20px !important;
  }

  .u-ml-tb-25 {
    margin-left: 25px !important;
  }

  .u-ml-tb-30 {
    margin-left: 30px !important;
  }

  .u-mb-tb-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-tb-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-tb-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-tb-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-tb-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-tb-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-tb-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-tb-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-tb-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-tb-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-tb-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-tb-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-tb-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-tb-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-tb-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-tb-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-tb-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-tb-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-tb-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-tb-0 {
    margin-right: 0px !important;
  }

  .u-mr-tb-5 {
    margin-right: 5px !important;
  }

  .u-mr-tb-10 {
    margin-right: 10px !important;
  }

  .u-mr-tb-15 {
    margin-right: 15px !important;
  }

  .u-mr-tb-20 {
    margin-right: 20px !important;
  }

  .u-mr-tb-25 {
    margin-right: 25px !important;
  }

  .u-mr-tb-30 {
    margin-right: 30px !important;
  }
}

@media screen and (max-width: 540px) {
  .u-m-lr-pr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .u-mt-pr-0 {
    margin-top: 0px !important;
  }

  .u-mt-pr-5 {
    margin-top: 5px !important;
  }

  .u-mt-pr-10 {
    margin-top: 10px !important;
  }

  .u-mt-pr-15 {
    margin-top: 15px !important;
  }

  .u-mt-pr-20 {
    margin-top: 20px !important;
  }

  .u-mt-pr-25 {
    margin-top: 25px !important;
  }

  .u-mt-pr-30 {
    margin-top: 30px !important;
  }

  .u-ml-pr-0 {
    margin-left: 0px !important;
  }

  .u-ml-pr-5 {
    margin-left: 5px !important;
  }

  .u-ml-pr-10 {
    margin-left: 10px !important;
  }

  .u-ml-pr-15 {
    margin-left: 15px !important;
  }

  .u-ml-pr-20 {
    margin-left: 20px !important;
  }

  .u-ml-pr-25 {
    margin-left: 25px !important;
  }

  .u-ml-pr-30 {
    margin-left: 30px !important;
  }

  .u-mb-pr-0 {
    margin-bottom: 0px !important;
  }

  .u-mb-pr-5 {
    margin-bottom: 5px !important;
  }

  .u-mb-pr-10 {
    margin-bottom: 10px !important;
  }

  .u-mb-pr-15 {
    margin-bottom: 15px !important;
  }

  .u-mb-pr-20 {
    margin-bottom: 20px !important;
  }

  .u-mb-pr-25 {
    margin-bottom: 25px !important;
  }

  .u-mb-pr-30 {
    margin-bottom: 30px !important;
  }

  .u-mb-pr-35 {
    margin-bottom: 35px !important;
  }

  .u-mb-pr-40 {
    margin-bottom: 40px !important;
  }

  .u-mb-pr-45 {
    margin-bottom: 45px !important;
  }

  .u-mb-pr-50 {
    margin-bottom: 50px !important;
  }

  .u-mb-pr-55 {
    margin-bottom: 55px !important;
  }

  .u-mb-pr-60 {
    margin-bottom: 60px !important;
  }

  .u-mb-pr-65 {
    margin-bottom: 65px !important;
  }

  .u-mb-pr-70 {
    margin-bottom: 70px !important;
  }

  .u-mb-pr-75 {
    margin-bottom: 75px !important;
  }

  .u-mb-pr-80 {
    margin-bottom: 80px !important;
  }

  .u-mb-pr-95 {
    margin-bottom: 85px !important;
  }

  .u-mb-pr-90 {
    margin-bottom: 90px !important;
  }

  .u-mr-pr-0 {
    margin-right: 0px !important;
  }

  .u-mr-pr-5 {
    margin-right: 5px !important;
  }

  .u-mr-pr-10 {
    margin-right: 10px !important;
  }

  .u-mr-pr-15 {
    margin-right: 15px !important;
  }

  .u-mr-pr-20 {
    margin-right: 20px !important;
  }

  .u-mr-pr-25 {
    margin-right: 25px !important;
  }

  .u-mr-pr-30 {
    margin-right: 30px !important;
  }
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }

  .u-pt-md-5 {
    padding-top: 5px !important;
  }

  .u-pt-md-10 {
    padding-top: 10px !important;
  }

  .u-pt-md-15 {
    padding-top: 15px !important;
  }

  .u-pt-md-20 {
    padding-top: 20px !important;
  }

  .u-pt-md-25 {
    padding-top: 25px !important;
  }

  .u-pt-md-30 {
    padding-top: 30px !important;
  }

  .u-pt-md-30 {
    padding-top: 30px !important;
  }

  .u-pt-md-40 {
    padding-top: 40px !important;
  }

  .u-pt-md-50 {
    padding-top: 50px !important;
  }

  .u-pt-md-60 {
    padding-top: 60px !important;
  }

  .u-pt-md-70 {
    padding-top: 70px !important;
  }

  .u-pt-md-80 {
    padding-top: 80px !important;
  }

  .u-pt-md-100 {
    padding-top: 100px !important;
  }

  .u-pl-md-0 {
    padding-left: 0px !important;
  }

  .u-pl-md-5 {
    padding-left: 5px !important;
  }

  .u-pl-md-10 {
    padding-left: 10px !important;
  }

  .u-pl-md-15 {
    padding-left: 15px !important;
  }

  .u-pl-md-20 {
    padding-left: 20px !important;
  }

  .u-pl-md-25 {
    padding-left: 25px !important;
  }

  .u-pl-md-30 {
    padding-left: 30px !important;
  }

  .u-pl-md-40 {
    padding-left: 40px !important;
  }

  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }

  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }

  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }

  .u-pb-md-15 {
    padding-bottom: 15px !important;
  }

  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }

  .u-pb-md-25 {
    padding-bottom: 25px !important;
  }

  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }

  .u-pb-md-35 {
    padding-bottom: 35px !important;
  }

  .u-pb-md-40 {
    padding-bottom: 40px !important;
  }

  .u-pb-md-60 {
    padding-bottom: 60px !important;
  }

  .u-pr-md-0 {
    padding-right: 0px !important;
  }

  .u-pr-md-5 {
    padding-right: 5px !important;
  }

  .u-pr-md-10 {
    padding-right: 10px !important;
  }

  .u-pr-md-15 {
    padding-right: 15px !important;
  }

  .u-pr-md-20 {
    padding-right: 20px !important;
  }

  .u-pr-md-25 {
    padding-right: 25px !important;
  }

  .u-pr-md-30 {
    padding-right: 30px !important;
  }

  .u-pr-md-40 {
    padding-right: 40px !important;
  }
}

.u-text--huge {
  font-size: 3rem !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
}

@media screen and (max-width: 768px) {
  .u-text--huge {
    font-size: 2rem !important;
    line-height: 2.2 !important;
  }
}

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

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

.u-text--size--ll,
.u-text--size--ll a {
  font-size: 2.8rem !important;
}

@media screen and (max-width: 768px) {

  .u-text--size--ll,
  .u-text--size--ll a {
    font-size: 2.2rem !important;
  }
}

.u-text--size--l,
.u-text--size--l a {
  font-size: 2.4rem !important;
}

@media screen and (max-width: 768px) {

  .u-text--size--l,
  .u-text--size--l a {
    font-size: 1.6rem !important;
  }
}

.u-text--size--m,
.u-text--size--m a {
  font-size: 2rem !important;
}

@media screen and (max-width: 768px) {

  .u-text--size--m,
  .u-text--size--m a {
    font-size: 1.6rem !important;
  }
}

.u-text--size--n,
.u-text--size--n a {
  font-size: 1.6rem !important;
}

.u-text--size--n {
  word-break: keep-all;
}

@media screen and (max-width: 768px) {

  .u-text--size--n,
  .u-text--size--n a {
    font-size: 1.4rem !important;
  }
}

.u-text--size--s,
.u-text--size--s a {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {

  .u-text--size--s,
  .u-text--size--s a {
    font-size: 1.1rem !important;
  }
}

.u-text--size--sl,
.u-text--size--sl a {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 768px) {

  .u-text--size--sl,
  .u-text--size--sl a {
    font-size: 1.3rem !important;
  }
}

.u-text--size--ss,
.u-text--size--ss a {
  font-size: 1.1rem !important;
}

@media screen and (max-width: 768px) {

  .u-text--size--ss,
  .u-text--size--ss a {
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 769px) {

  .u-text--size--pc--l,
  .u-text--size--pc--l a {
    font-size: 2.4rem !important;
  }
}

.u-text--size--sp--l,
.u-text--size--sp--l a {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {

  .u-text--size--sp--l,
  .u-text--size--sp--l a {
    font-size: 1.8rem !important;
  }
}

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

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

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

@media (min-width: 541px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}

@media screen and (max-width: 540px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}

.u-text--sup {
  font-size: 70%;
  vertical-align: super;
}

.u-text--lead {
  line-height: 2;
}

.u-text--oblique {
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: oblique;
  text-transform: none;
}

.u-text--sub {
  color: #AAAAAA;
}

.u-text--black {
  color: #212529;
}

.u-text--white {
  color: #fff;
}

.u-text--accent1 {
  color: #1D3C69;
}

.u-text--accent2 {
  color: #008ED3;
}

.u-text--accent3 {
  color: #1D3C69 !important;
}

.u-text--accent4 {
  color: #00A0ED !important;
}

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

.u-text--gradation span {
  background: linear-gradient(to right, #008ED3 0%, #0083C3 50%, #1D3C69 100%);
  background-clip: text;
  color: transparent;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 900;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .u-text--gradation span {
    background: transparent;
    color: #1D3C69;
  }
}

.u-text--mv {
  font-size: 1.8rem;
}

@media screen and (max-width: 540px) {
  .u-text--mv {
    font-size: 1.4rem;
  }
}

@media (max-width: 375px) {
  .u-text--mv {
    font-size: 3.733333vw;
  }
}

.u-text--box {
  padding: 20px;
  border: #212529 solid 1px;
}

@media screen and (max-width: 540px) {
  .u-text--box {
    padding: 15px;
  }
}

.u-text--box--gray {
  border-color: #CED1D8;
}

.u-text--link {
  color: #1D3C69;
}

.u-text--link i {
  margin-left: 4px;
}

@media screen and (max-width: 540px) {
  .u-text--link i {
    margin-left: 2px;
  }
}

[class*=u-text] ruby rt {
  font-size: 1.6rem;
  font-style: normal;
  text-align: center;
  transform: translateY(-0.25em);
}

@media screen and (max-width: 540px) {
  [class*=u-text] ruby rt {
    font-size: 1.2rem;
  }
}

.u-wid-10 {
  width: 10px !important;
  min-width: 10px !important;
}

.u-wid-20 {
  width: 20px !important;
  min-width: 20px !important;
}

.u-wid-30 {
  width: 30px !important;
  min-width: 30px !important;
}

.u-wid-40 {
  width: 40px !important;
  min-width: 40px !important;
}

.u-wid-50 {
  width: 50px !important;
  min-width: 50px !important;
}

.u-wid-60 {
  width: 60px !important;
  min-width: 60px !important;
}

.u-wid-70 {
  width: 70px !important;
  min-width: 70px !important;
}

.u-wid-80 {
  width: 80px !important;
  min-width: 80px !important;
}

.u-wid-90 {
  width: 90px !important;
  min-width: 90px !important;
}

.u-wid-100 {
  width: 100px !important;
  min-width: 100px !important;
}

.u-wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.u-wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.u-wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.u-wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.u-wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.u-wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.u-wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.u-wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.u-wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.u-wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.u-wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.u-wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.u-wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.u-wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.u-wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.u-wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.u-wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.u-wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.u-wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.u-wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.u-wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.u-wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.u-wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.u-wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.u-wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.u-wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.u-wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.u-wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.u-wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.u-wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.u-wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.u-wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.u-wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.u-wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.u-wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.u-wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.u-wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.u-wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.u-wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.u-wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.u-wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.u-wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.u-wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.u-wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.u-wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.u-wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.u-wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.u-wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.u-wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.u-wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.u-wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.u-wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.u-wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.u-wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.u-wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.u-wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.u-wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.u-wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.u-wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.u-wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.u-wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.u-wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.u-wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.u-wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.u-wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.u-wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.u-wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.u-wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.u-wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.u-wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.u-wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.u-wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.u-wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.u-wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.u-wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.u-wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.u-wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.u-wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.u-wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.u-wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.u-wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.u-wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.u-wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.u-wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.u-wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.u-wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.u-wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.u-wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.u-wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.u-wid-1000 {
  width: 1000px !important;
  min-width: 1000px !important;
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .u-wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }

  .u-wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }

  .u-wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }

  .u-wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }

  .u-wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }

  .u-wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }

  .u-wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }

  .u-wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }

  .u-wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }

  .u-wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }

  .u-wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }

  .u-wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }

  .u-wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }

  .u-wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }

  .u-wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }

  .u-wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }

  .u-wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }

  .u-wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }

  .u-wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }

  .u-wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .u-wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }

  .u-wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }

  .u-wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }

  .u-wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }

  .u-wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }

  .u-wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }

  .u-wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }

  .u-wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }

  .u-wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }

  .u-wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }

  .u-wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }

  .u-wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }

  .u-wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }

  .u-wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }

  .u-wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }

  .u-wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }

  .u-wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }

  .u-wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }

  .u-wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }

  .u-wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }

  .u-wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }

  .u-wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }

  .u-wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }

  .u-wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }

  .u-wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }

  .u-wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }

  .u-wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }

  .u-wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }

  .u-wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }

  .u-wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }

  .u-wid-md-510 {
    width: 510px !important;
    min-width: 510px !important;
  }

  .u-wid-md-520 {
    width: 520px !important;
    min-width: 520px !important;
  }

  .u-wid-md-530 {
    width: 530px !important;
    min-width: 530px !important;
  }

  .u-wid-md-540 {
    width: 540px !important;
    min-width: 540px !important;
  }

  .u-wid-md-550 {
    width: 550px !important;
    min-width: 550px !important;
  }

  .u-wid-md-560 {
    width: 560px !important;
    min-width: 560px !important;
  }

  .u-wid-md-570 {
    width: 570px !important;
    min-width: 570px !important;
  }

  .u-wid-md-580 {
    width: 580px !important;
    min-width: 580px !important;
  }

  .u-wid-md-590 {
    width: 590px !important;
    min-width: 590px !important;
  }

  .u-wid-md-600 {
    width: 600px !important;
    min-width: 600px !important;
  }

  .u-wid-md-610 {
    width: 610px !important;
    min-width: 610px !important;
  }

  .u-wid-md-620 {
    width: 620px !important;
    min-width: 620px !important;
  }

  .u-wid-md-630 {
    width: 630px !important;
    min-width: 630px !important;
  }

  .u-wid-md-640 {
    width: 640px !important;
    min-width: 640px !important;
  }

  .u-wid-md-650 {
    width: 650px !important;
    min-width: 650px !important;
  }

  .u-wid-md-660 {
    width: 660px !important;
    min-width: 660px !important;
  }

  .u-wid-md-670 {
    width: 670px !important;
    min-width: 670px !important;
  }

  .u-wid-md-680 {
    width: 680px !important;
    min-width: 680px !important;
  }

  .u-wid-md-690 {
    width: 690px !important;
    min-width: 690px !important;
  }

  .u-wid-md-700 {
    width: 700px !important;
    min-width: 700px !important;
  }

  .u-wid-md-710 {
    width: 710px !important;
    min-width: 710px !important;
  }

  .u-wid-md-720 {
    width: 720px !important;
    min-width: 720px !important;
  }

  .u-wid-md-730 {
    width: 730px !important;
    min-width: 730px !important;
  }

  .u-wid-md-740 {
    width: 740px !important;
    min-width: 740px !important;
  }

  .u-wid-md-750 {
    width: 750px !important;
    min-width: 750px !important;
  }

  .u-wid-md-760 {
    width: 760px !important;
    min-width: 760px !important;
  }

  .u-wid-md-770 {
    width: 770px !important;
    min-width: 770px !important;
  }

  .u-wid-md-780 {
    width: 780px !important;
    min-width: 780px !important;
  }

  .u-wid-md-790 {
    width: 790px !important;
    min-width: 790px !important;
  }

  .u-wid-md-800 {
    width: 800px !important;
    min-width: 800px !important;
  }

  .u-wid-md-810 {
    width: 810px !important;
    min-width: 810px !important;
  }

  .u-wid-md-820 {
    width: 820px !important;
    min-width: 820px !important;
  }

  .u-wid-md-830 {
    width: 830px !important;
    min-width: 830px !important;
  }

  .u-wid-md-840 {
    width: 840px !important;
    min-width: 840px !important;
  }

  .u-wid-md-850 {
    width: 850px !important;
    min-width: 850px !important;
  }

  .u-wid-md-860 {
    width: 860px !important;
    min-width: 860px !important;
  }

  .u-wid-md-870 {
    width: 870px !important;
    min-width: 870px !important;
  }

  .u-wid-md-880 {
    width: 880px !important;
    min-width: 880px !important;
  }

  .u-wid-md-890 {
    width: 890px !important;
    min-width: 890px !important;
  }

  .u-wid-md-900 {
    width: 900px !important;
    min-width: 900px !important;
  }

  .u-wid-md-910 {
    width: 910px !important;
    min-width: 910px !important;
  }

  .u-wid-md-920 {
    width: 920px !important;
    min-width: 920px !important;
  }

  .u-wid-md-930 {
    width: 930px !important;
    min-width: 930px !important;
  }

  .u-wid-md-940 {
    width: 940px !important;
    min-width: 940px !important;
  }

  .u-wid-md-950 {
    width: 950px !important;
    min-width: 950px !important;
  }

  .u-wid-md-960 {
    width: 960px !important;
    min-width: 960px !important;
  }

  .u-wid-md-970 {
    width: 970px !important;
    min-width: 970px !important;
  }

  .u-wid-md-980 {
    width: 980px !important;
    min-width: 980px !important;
  }

  .u-wid-md-990 {
    width: 990px !important;
    min-width: 990px !important;
  }

  .u-wid-md-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }

  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }

  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }

  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }

  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }

  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }

  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }

  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }

  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }

  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }

  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 540px) {
  .u-wid-pr-10 {
    width: 10px !important;
    min-width: 10px !important;
  }

  .u-wid-pr-20 {
    width: 20px !important;
    min-width: 20px !important;
  }

  .u-wid-pr-30 {
    width: 30px !important;
    min-width: 30px !important;
  }

  .u-wid-pr-40 {
    width: 40px !important;
    min-width: 40px !important;
  }

  .u-wid-pr-50 {
    width: 50px !important;
    min-width: 50px !important;
  }

  .u-wid-pr-60 {
    width: 60px !important;
    min-width: 60px !important;
  }

  .u-wid-pr-70 {
    width: 70px !important;
    min-width: 70px !important;
  }

  .u-wid-pr-80 {
    width: 80px !important;
    min-width: 80px !important;
  }

  .u-wid-pr-90 {
    width: 90px !important;
    min-width: 90px !important;
  }

  .u-wid-pr-100 {
    width: 100px !important;
    min-width: 100px !important;
  }

  .u-wid-pr-110 {
    width: 110px !important;
    min-width: 110px !important;
  }

  .u-wid-pr-120 {
    width: 120px !important;
    min-width: 120px !important;
  }

  .u-wid-pr-130 {
    width: 130px !important;
    min-width: 130px !important;
  }

  .u-wid-pr-140 {
    width: 140px !important;
    min-width: 140px !important;
  }

  .u-wid-pr-150 {
    width: 150px !important;
    min-width: 150px !important;
  }

  .u-wid-pr-160 {
    width: 160px !important;
    min-width: 160px !important;
  }

  .u-wid-pr-170 {
    width: 170px !important;
    min-width: 170px !important;
  }

  .u-wid-pr-180 {
    width: 180px !important;
    min-width: 180px !important;
  }

  .u-wid-pr-190 {
    width: 190px !important;
    min-width: 190px !important;
  }

  .u-wid-pr-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .u-wid-pr-210 {
    width: 210px !important;
    min-width: 210px !important;
  }

  .u-wid-pr-220 {
    width: 220px !important;
    min-width: 220px !important;
  }

  .u-wid-pr-230 {
    width: 230px !important;
    min-width: 230px !important;
  }

  .u-wid-pr-240 {
    width: 240px !important;
    min-width: 240px !important;
  }

  .u-wid-pr-250 {
    width: 250px !important;
    min-width: 250px !important;
  }

  .u-wid-pr-260 {
    width: 260px !important;
    min-width: 260px !important;
  }

  .u-wid-pr-270 {
    width: 270px !important;
    min-width: 270px !important;
  }

  .u-wid-pr-280 {
    width: 280px !important;
    min-width: 280px !important;
  }

  .u-wid-pr-290 {
    width: 290px !important;
    min-width: 290px !important;
  }

  .u-wid-pr-300 {
    width: 300px !important;
    min-width: 300px !important;
  }

  .u-wid-pr-310 {
    width: 310px !important;
    min-width: 310px !important;
  }

  .u-wid-pr-320 {
    width: 320px !important;
    min-width: 320px !important;
  }

  .u-wid-pr-330 {
    width: 330px !important;
    min-width: 330px !important;
  }

  .u-wid-pr-340 {
    width: 340px !important;
    min-width: 340px !important;
  }

  .u-wid-pr-350 {
    width: 350px !important;
    min-width: 350px !important;
  }

  .u-wid-pr-360 {
    width: 360px !important;
    min-width: 360px !important;
  }

  .u-wid-pr-370 {
    width: 370px !important;
    min-width: 370px !important;
  }

  .u-wid-pr-380 {
    width: 380px !important;
    min-width: 380px !important;
  }

  .u-wid-pr-390 {
    width: 390px !important;
    min-width: 390px !important;
  }

  .u-wid-pr-400 {
    width: 400px !important;
    min-width: 400px !important;
  }

  .u-wid-pr-410 {
    width: 410px !important;
    min-width: 410px !important;
  }

  .u-wid-pr-420 {
    width: 420px !important;
    min-width: 420px !important;
  }

  .u-wid-pr-430 {
    width: 430px !important;
    min-width: 430px !important;
  }

  .u-wid-pr-440 {
    width: 440px !important;
    min-width: 440px !important;
  }

  .u-wid-pr-450 {
    width: 450px !important;
    min-width: 450px !important;
  }

  .u-wid-pr-460 {
    width: 460px !important;
    min-width: 460px !important;
  }

  .u-wid-pr-470 {
    width: 470px !important;
    min-width: 470px !important;
  }

  .u-wid-pr-480 {
    width: 480px !important;
    min-width: 480px !important;
  }

  .u-wid-pr-490 {
    width: 490px !important;
    min-width: 490px !important;
  }

  .u-wid-pr-500 {
    width: 500px !important;
    min-width: 500px !important;
  }

  .u-wid-pr-510 {
    width: 510px !important;
    min-width: 510px !important;
  }

  .u-wid-pr-520 {
    width: 520px !important;
    min-width: 520px !important;
  }

  .u-wid-pr-530 {
    width: 530px !important;
    min-width: 530px !important;
  }

  .u-wid-pr-540 {
    width: 540px !important;
    min-width: 540px !important;
  }

  .u-wid-pr-550 {
    width: 550px !important;
    min-width: 550px !important;
  }

  .u-wid-pr-560 {
    width: 560px !important;
    min-width: 560px !important;
  }

  .u-wid-pr-570 {
    width: 570px !important;
    min-width: 570px !important;
  }

  .u-wid-pr-580 {
    width: 580px !important;
    min-width: 580px !important;
  }

  .u-wid-pr-590 {
    width: 590px !important;
    min-width: 590px !important;
  }

  .u-wid-pr-600 {
    width: 600px !important;
    min-width: 600px !important;
  }

  .u-wid-pr-610 {
    width: 610px !important;
    min-width: 610px !important;
  }

  .u-wid-pr-620 {
    width: 620px !important;
    min-width: 620px !important;
  }

  .u-wid-pr-630 {
    width: 630px !important;
    min-width: 630px !important;
  }

  .u-wid-pr-640 {
    width: 640px !important;
    min-width: 640px !important;
  }

  .u-wid-pr-650 {
    width: 650px !important;
    min-width: 650px !important;
  }

  .u-wid-pr-660 {
    width: 660px !important;
    min-width: 660px !important;
  }

  .u-wid-pr-670 {
    width: 670px !important;
    min-width: 670px !important;
  }

  .u-wid-pr-680 {
    width: 680px !important;
    min-width: 680px !important;
  }

  .u-wid-pr-690 {
    width: 690px !important;
    min-width: 690px !important;
  }

  .u-wid-pr-700 {
    width: 700px !important;
    min-width: 700px !important;
  }

  .u-wid-pr-710 {
    width: 710px !important;
    min-width: 710px !important;
  }

  .u-wid-pr-720 {
    width: 720px !important;
    min-width: 720px !important;
  }

  .u-wid-pr-730 {
    width: 730px !important;
    min-width: 730px !important;
  }

  .u-wid-pr-740 {
    width: 740px !important;
    min-width: 740px !important;
  }

  .u-wid-pr-750 {
    width: 750px !important;
    min-width: 750px !important;
  }

  .u-wid-pr-760 {
    width: 760px !important;
    min-width: 760px !important;
  }

  .u-wid-pr-770 {
    width: 770px !important;
    min-width: 770px !important;
  }

  .u-wid-pr-780 {
    width: 780px !important;
    min-width: 780px !important;
  }

  .u-wid-pr-790 {
    width: 790px !important;
    min-width: 790px !important;
  }

  .u-wid-pr-800 {
    width: 800px !important;
    min-width: 800px !important;
  }

  .u-wid-pr-810 {
    width: 810px !important;
    min-width: 810px !important;
  }

  .u-wid-pr-820 {
    width: 820px !important;
    min-width: 820px !important;
  }

  .u-wid-pr-830 {
    width: 830px !important;
    min-width: 830px !important;
  }

  .u-wid-pr-840 {
    width: 840px !important;
    min-width: 840px !important;
  }

  .u-wid-pr-850 {
    width: 850px !important;
    min-width: 850px !important;
  }

  .u-wid-pr-860 {
    width: 860px !important;
    min-width: 860px !important;
  }

  .u-wid-pr-870 {
    width: 870px !important;
    min-width: 870px !important;
  }

  .u-wid-pr-880 {
    width: 880px !important;
    min-width: 880px !important;
  }

  .u-wid-pr-890 {
    width: 890px !important;
    min-width: 890px !important;
  }

  .u-wid-pr-900 {
    width: 900px !important;
    min-width: 900px !important;
  }

  .u-wid-pr-910 {
    width: 910px !important;
    min-width: 910px !important;
  }

  .u-wid-pr-920 {
    width: 920px !important;
    min-width: 920px !important;
  }

  .u-wid-pr-930 {
    width: 930px !important;
    min-width: 930px !important;
  }

  .u-wid-pr-940 {
    width: 940px !important;
    min-width: 940px !important;
  }

  .u-wid-pr-950 {
    width: 950px !important;
    min-width: 950px !important;
  }

  .u-wid-pr-960 {
    width: 960px !important;
    min-width: 960px !important;
  }

  .u-wid-pr-970 {
    width: 970px !important;
    min-width: 970px !important;
  }

  .u-wid-pr-980 {
    width: 980px !important;
    min-width: 980px !important;
  }

  .u-wid-pr-990 {
    width: 990px !important;
    min-width: 990px !important;
  }

  .u-wid-pr-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }

  .u-wid-pr-10per {
    width: 10% !important;
    min-width: 10% !important;
  }

  .u-wid-pr-20per {
    width: 20% !important;
    min-width: 20% !important;
  }

  .u-wid-pr-30per {
    width: 30% !important;
    min-width: 30% !important;
  }

  .u-wid-pr-40per {
    width: 40% !important;
    min-width: 40% !important;
  }

  .u-wid-pr-50per {
    width: 50% !important;
    min-width: 50% !important;
  }

  .u-wid-pr-60per {
    width: 60% !important;
    min-width: 60% !important;
  }

  .u-wid-pr-70per {
    width: 70% !important;
    min-width: 70% !important;
  }

  .u-wid-pr-80per {
    width: 80% !important;
    min-width: 80% !important;
  }

  .u-wid-pr-90per {
    width: 90% !important;
    min-width: 90% !important;
  }

  .u-wid-pr-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */