@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css?family=Noto+Serif+JP&display=swap");
/* ress ---------------------------------------------------------------------------*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-flex {
    display: none !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

@media screen and (min-width: 1025px) {
  .md {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md {
    display: block !important; } }
@media screen and (min-width: 1025px) {
  .md--block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--block {
    display: block !important; } }
@media screen and (min-width: 1025px) {
  .md--inline-block {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-block {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) {
  .md--flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--flex {
    display: flex !important; } }
@media screen and (min-width: 1025px) {
  .md--inline-flex {
    display: none !important; } }
@media screen and (max-width: 1224px) {
  .md--inline-flex {
    display: inline-flex !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fl__r {
  float: right; }
.fl__l {
  float: left; }

.clear {
  zoom: 1; }
  .clear::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }
    .clear::after .clear:after {
      clear: both; }

@media only screen and (max-width: 768px) {
  .sp-f__none {
    float: none !important;
    max-width: 100%; } }

/* ---------- ---------- ---------- ---------- ---------- */
.ta__c {
  text-align: center !important; }
.ta__l {
  text-align: left !important; }
.ta__r {
  text-align: right !important; }

@media only screen and (max-width: 768px) {
  .sp-ta__c {
    text-align: center !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__l {
    text-align: left !important; } }
@media only screen and (max-width: 768px) {
  .sp-ta__r {
    text-align: right !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fw-100 {
  font-weight: 100 !important; }
.fw-200 {
  font-weight: 200 !important; }
.fw-300 {
  font-weight: 300 !important; }
.fw-400 {
  font-weight: 400 !important; }
.fw-500 {
  font-weight: 500 !important; }
.fw-600 {
  font-weight: 600 !important; }
.fw-700 {
  font-weight: 700 !important; }
.fw-800 {
  font-weight: 800 !important; }
.fw-900 {
  font-weight: 900 !important; }
.fw__n {
  font-weight: normal !important; }
.fw__b {
  font-weight: bold !important; }

/* ---------- ---------- ---------- ---------- ---------- */
.fs__small {
  font-size: 1.2rem !important; }
  @media only screen and (max-width: 768px) {
    .fs__small {
      font-size: 3.3816425121vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.fc--red {
  color: #d20024; }
.fc--blue {
  color: #2E4989; }
.fc--base {
  color: #2E4989; }
.fc--accent {
  color: #0ED8B6; }

/* ---------- ---------- ---------- ---------- ---------- */
.nowrap {
  display: inline-block;
  white-space: nowrap;
  font-weight: inherit; }

/* ---------- ---------- ---------- ---------- ---------- */
.disable {
  pointer-events: none; }

/* ---------- ---------- ---------- ---------- ---------- */
.img-wrap {
  line-height: 0; }

.hover-img:hover:hover {
  opacity: 0.7;
  transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 1.2077294686vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 1.2077294686vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 1.2077294686vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 1.2077294686vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 2.4154589372vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 2.4154589372vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 2.4154589372vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 2.4154589372vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 3.6231884058vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 3.6231884058vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 3.6231884058vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 3.6231884058vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 4.8309178744vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 4.8309178744vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 4.8309178744vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 4.8309178744vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 6.038647343vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 6.038647343vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 6.038647343vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 6.038647343vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 7.2463768116vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 7.2463768116vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 7.2463768116vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 7.2463768116vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 8.4541062802vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 8.4541062802vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 8.4541062802vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 8.4541062802vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 9.6618357488vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 9.6618357488vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 9.6618357488vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 9.6618357488vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mt45 {
      margin-top: 10.8695652174vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mb45 {
      margin-bottom: 10.8695652174vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .ml45 {
      margin-left: 10.8695652174vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mr45 {
      margin-right: 10.8695652174vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 12.077294686vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 12.077294686vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 12.077294686vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 12.077294686vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 13.2850241546vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 13.2850241546vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 13.2850241546vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 13.2850241546vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 14.4927536232vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 14.4927536232vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 14.4927536232vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 14.4927536232vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mt65 {
      margin-top: 15.7004830918vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 15.7004830918vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .ml65 {
      margin-left: 15.7004830918vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mr65 {
      margin-right: 15.7004830918vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 16.9082125604vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 16.9082125604vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 16.9082125604vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 16.9082125604vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mt75 {
      margin-top: 18.115942029vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mb75 {
      margin-bottom: 18.115942029vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .ml75 {
      margin-left: 18.115942029vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mr75 {
      margin-right: 18.115942029vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 19.3236714976vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 19.3236714976vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 19.3236714976vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 19.3236714976vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mt85 {
      margin-top: 20.5314009662vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 20.5314009662vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .ml85 {
      margin-left: 20.5314009662vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mr85 {
      margin-right: 20.5314009662vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 21.7391304348vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 21.7391304348vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 21.7391304348vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 21.7391304348vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mt95 {
      margin-top: 22.9468599034vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mb95 {
      margin-bottom: 22.9468599034vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .ml95 {
      margin-left: 22.9468599034vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mr95 {
      margin-right: 22.9468599034vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 24.154589372vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 24.154589372vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 24.154589372vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 1.2077294686vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 1.2077294686vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 1.2077294686vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 1.2077294686vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 2.4154589372vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 2.4154589372vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 2.4154589372vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 2.4154589372vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 3.6231884058vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 3.6231884058vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 3.6231884058vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 3.6231884058vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 4.8309178744vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 4.8309178744vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 4.8309178744vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 4.8309178744vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 6.038647343vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 6.038647343vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 6.038647343vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 6.038647343vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 7.2463768116vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 7.2463768116vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 7.2463768116vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 7.2463768116vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 8.4541062802vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 8.4541062802vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 8.4541062802vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 8.4541062802vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 9.6618357488vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 9.6618357488vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 9.6618357488vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 9.6618357488vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pt45 {
      padding-top: 10.8695652174vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pb45 {
      padding-bottom: 10.8695652174vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pl45 {
      padding-left: 10.8695652174vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pr45 {
      padding-right: 10.8695652174vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 12.077294686vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 12.077294686vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 12.077294686vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 12.077294686vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 13.2850241546vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 13.2850241546vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 13.2850241546vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 13.2850241546vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 14.4927536232vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 14.4927536232vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 14.4927536232vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 14.4927536232vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pt65 {
      padding-top: 15.7004830918vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pb65 {
      padding-bottom: 15.7004830918vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pl65 {
      padding-left: 15.7004830918vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pr65 {
      padding-right: 15.7004830918vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 16.9082125604vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 16.9082125604vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 16.9082125604vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 16.9082125604vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pt75 {
      padding-top: 18.115942029vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pb75 {
      padding-bottom: 18.115942029vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pl75 {
      padding-left: 18.115942029vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pr75 {
      padding-right: 18.115942029vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 19.3236714976vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 19.3236714976vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 19.3236714976vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 19.3236714976vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pt85 {
      padding-top: 20.5314009662vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pb85 {
      padding-bottom: 20.5314009662vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pl85 {
      padding-left: 20.5314009662vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pr85 {
      padding-right: 20.5314009662vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 21.7391304348vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 21.7391304348vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 21.7391304348vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 21.7391304348vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pt95 {
      padding-top: 22.9468599034vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pb95 {
      padding-bottom: 22.9468599034vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pl95 {
      padding-left: 22.9468599034vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pr95 {
      padding-right: 22.9468599034vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 24.154589372vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 24.154589372vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 24.154589372vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 24.154589372vw !important; } }

/* ---------- ---------- ---------- ---------- ---------- */
.flex-box {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .flex-box {
      flex-direction: column; } }
  .flex-box--rev {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .flex-box--rev {
        flex-direction: column; } }
  .flex-box.jc {
    justify-content: center; }
  .flex-box.jsb {
    justify-content: space-between; }
  .flex-box.jsa {
    justify-content: space-around; }
  .flex-box.ac {
    align-items: center; }
  .flex-box.afs {
    align-items: flex-start; }
  .flex-box.afe {
    align-items: flex-end; }

/* ---------- ---------- ---------- ---------- ---------- */
.bg--blue {
  background: #F2F5FA; }
.bg--gray {
  background: #F5F5F6; }
.bg--white {
  background: #fff; }

/* ---------- ---------- ---------- ---------- ---------- */
.movie-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; }
  .movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.movie-icon {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .movie-icon::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }
  .movie-icon::after {
    content: "";
    z-index: 2;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url("/media_library/recruit/images/icon_start.svg") no-repeat;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2)); }
    @media only screen and (max-width: 768px) {
      .movie-icon::after {
        width: 14.4927536232vw;
        height: 14.4927536232vw; } }

/* ---------- ---------- ---------- ---------- ---------- */
.page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 10;
  width: 64px;
  height: 64px;
  background: url(/media_library/grpnewtop/images/common/pagetop.svg) no-repeat center; }
  @media only screen and (max-width: 768px) {
    .page-top {
      width: 9.6618357488vw;
      height: 9.6618357488vw; } }
  .page-top:hover {
    opacity: 0.7;
    transition: opacity .4s; }

/* ---------- ---------- ---------- ---------- ---------- */
.note__item {
  font-size: .9em;
  padding-left: 1.5em;
  text-indent: -1.5em; }
  .note__item::before {
    content: "※";
    margin-right: .5em; }
.note--num {
  counter-reset: note; }
  .note--num .note__item {
    counter-increment: note;
    font-size: .9em;
    padding-left: 2em;
    text-indent: -2em; }
    .note--num .note__item::before {
      content: "※" counter(note);
      margin-right: .5em; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #2D343E;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  -webkit-print-color-adjust: exact; }
  @media screen and (max-width: 1224px) {
    body {
      min-width: 1240px; } }
  @media only screen and (max-width: 768px) {
    body {
      min-width: 0; } }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #2E4989;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.c-table {
  border-collapse: collapse;
  border: #D3D7E2 1px solid; }
  .c-table th, .c-table td {
    border: #D3D7E2 1px solid;
    padding: 20px 30px; }
    @media only screen and (max-width: 768px) {
      .c-table th, .c-table td {
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .c-table th {
    background: #F5F5F6; }

.link-icon {
  background: url("../images/icon-link.svg") center right no-repeat;
  padding-right: 30px; }
  .link-icon-down {
    background: url("../images/icon-link-down.svg") center right no-repeat;
    padding-right: 35px; }
  .link-icon-top {
    background: url("../images/icon-link-top.svg") center right no-repeat;
    padding-right: 35px;
    color: #2E4989; }

.js-modal__window {
  position: relative; }
  .js-modal__window-item {
    display: none;
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 853px;
    height: 480px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 860px) {
      .js-modal__window-item {
        width: 90vw;
        height: calc(90vw * 9/16);
        padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
    .js-modal__window-item.is--show {
      display: block; }
.js-modal__close {
  width: 40px;
  height: 40px;
  background: #ccc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z'/%3E%3C/svg%3E") center/30px 30px no-repeat;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  position: absolute;
  cursor: pointer; }

.overlay.is--show {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 98; }

.header {
  border-top: 4px solid #2E4989; }
  .header__inner {
    position: relative;
    height: 70px; }
    @media only screen and (max-width: 768px) {
      .header__inner {
        height: 12.077294686vw; } }
  .header__logo {
    padding: 15px 20px 0;
    display: flex;
    align-items: baseline; }
    @media only screen and (max-width: 768px) {
      .header__logo {
        padding: 3.6231884058vw 2.4154589372vw 0vw 2.4154589372vw; } }
    @media only screen and (max-width: 768px) {
      .header__logo-img {
        width: 28.9855072464vw; } }
    .header__logo-txt {
      font-size: 1.4rem;
      font-weight: 400;
      color: #2E4989;
      margin-left: 0.8em; }
      @media only screen and (max-width: 768px) {
        .header__logo-txt {
          font-size: 3.1400966184vw; } }
  .header__nav {
    position: absolute;
    right: 0;
    top: 0; }
    @media print, screen and (min-width: 769px) {
      .header__nav-btn {
        display: none; } }
    @media only screen and (max-width: 768px) {
      .header__nav-btn {
        width: 12.077294686vw;
        height: 12.077294686vw;
        border-radius: 5px;
        position: fixed;
        top: 2.4154589372vw;
        right: 2.4154589372vw;
        background: #2E4989;
        cursor: pointer;
        z-index: 10; } }
    .header__nav-btn span {
      display: inline-block;
      transition: all .4s;
      /*アニメーションの設定*/
      position: absolute;
      height: 3px;
      border-radius: 2px;
      background: #fff;
      width: 45%;
      left: 3.3816425121vw;
      height: 0.7246376812vw; }
      .header__nav-btn span:nth-of-type(1) {
        top: 3.6231884058vw; }
      .header__nav-btn span:nth-of-type(2) {
        top: 5.5555555556vw; }
      .header__nav-btn span:nth-of-type(3) {
        top: 7.4879227053vw; }
    .header__nav-btn.is-active span:nth-of-type(1) {
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
      top: 4.347826087vw;
      left: 4.347826087vw; }
    .header__nav-btn.is-active span:nth-of-type(2) {
      opacity: 0; }
    .header__nav-btn.is-active span:nth-of-type(3) {
      top: 7.2463768116vw;
      left: 4.347826087vw;
      transform: translateY(-6px) rotate(45deg);
      width: 30%; }
    .header__nav-btn.is-active + .header__nav-menu {
      right: calc(0% + 2.4154589372vw); }
    .header__nav-menu {
      background: #2E4989; }
      @media print, screen and (min-width: 769px) {
        .header__nav-menu {
          padding: 0 25px 3px;
          border-bottom-left-radius: 5px; } }
      @media only screen and (max-width: 768px) {
        .header__nav-menu {
          display: flex;
          padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw;
          position: fixed;
          top: 16.9082125604vw;
          right: -100%;
          flex-direction: column;
          transition: right .4s;
          z-index: 10; } }
    .header__nav-link {
      color: #fff;
      font-size: 1.3rem;
      display: inline-block;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3.542' height='7.085' viewBox='0 0 3.542 7.085'%3E%3Cpath id='パス_137' data-name='パス 137' d='M10,14.085l3.542-3.542L10,7Z' transform='translate(-10 -7)' fill='%23fff'/%3E%3C/svg%3E%0A") left center no-repeat;
      padding-left: 12px;
      text-decoration: none; }
      @media print, screen and (min-width: 769px) {
        .header__nav-link {
          margin-right: 1.5em; } }
      @media only screen and (max-width: 768px) {
        .header__nav-link {
          font-size: 3.8647342995vw; } }
      .header__nav-link:last-child {
        margin-right: 0; }

.sec__inner {
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    .sec__inner {
      width: 1080px; } }
  @media screen and (max-width: 1224px) {
    .sec__inner {
      width: 96%; } }
  @media only screen and (max-width: 768px) {
    .sec__inner {
      padding: 0vw 4.8309178744vw 0vw 4.8309178744vw; } }
.sec__tit--h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 4px solid #2E4989;
  line-height: 2.35;
  margin-bottom: 20px; }
.sec__txt {
  margin-bottom: 25px; }

.footer {
  background: #2E4989;
  padding: 1px 0;
  text-align: center; }
  .footer small {
    font-size: 1.3rem;
    color: #fff; }

.mv {
  background: linear-gradient(45deg, #e2e9f4 0%, #F9FBFF 100%);
  margin-top: -70px;
  padding-top: 115px; }
  @media print, screen and (min-width: 769px) {
    .mv {
      height: 400px; } }
  @media only screen and (max-width: 768px) {
    .mv {
      padding-top: 21.7391304348vw;
      margin-top: -12.077294686vw;
      padding: 24.154589372vw 0.4830917874vw 9.6618357488vw 0.4830917874vw; } }
  .mv__inner {
    margin: 0 auto; }
    @media print, screen and (min-width: 769px) {
      .mv__inner {
        width: 1180px; } }
    @media only screen and (max-width: 768px) {
      .mv__inner {
        padding: 2.4154589372vw 3.6231884058vw 2.4154589372vw 3.6231884058vw; } }
  .mv__catch {
    text-align: center;
    font-weight: bold;
    color: #2E4989;
    font-size: 4rem;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .06em;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      .mv__catch {
        font-size: 6.7632850242vw;
        margin-bottom: 7.2463768116vw; } }
  .mv__list {
    display: flex;
    gap: 15px;
    list-style: none; }
    @media only screen and (max-width: 768px) {
      .mv__list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 3.6231884058vw; } }
    .mv__list-item {
      background: #fff;
      border-radius: 10px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      font-size: 1.7rem;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      @media print, screen and (min-width: 769px) {
        .mv__list-item {
          width: calc(100%/5); } }
      @media only screen and (max-width: 768px) {
        .mv__list-item {
          width: calc(100%/2 - 1.8115942029vw);
          font-size: 3.8647342995vw; } }
      @media only screen and (max-width: 768px) {
        .mv__list-item:last-child {
          width: 58%; } }
      .mv__list-item::before {
        content: "\e2e6";
        font-family: "Material Icons";
        color: #005EB8;
        font-size: 3.7rem;
        line-height: 1;
        display: block;
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .mv__list-item::before {
            font-size: 7.729468599vw; } }

.sd {
  background: url("../images/sd_bg.png") center/cover;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .sd {
      padding: 12.077294686vw 0vw 12.077294686vw 0vw; } }
  .sd__tit {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .sd__tit {
        margin-bottom: 4.8309178744vw;
        padding: 0vw 3.6231884058vw 0vw 3.6231884058vw; } }
    .sd__tit .catch {
      background: #2E4989;
      color: #fff;
      display: inline-block;
      padding: 5px 20px;
      border-radius: 40px;
      position: relative;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .sd__tit .catch {
          padding: 1.2077294686vw 2.4154589372vw 1.2077294686vw 2.4154589372vw;
          margin-bottom: 4.8309178744vw; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .sd__tit .catch {
      font-size: 4.1062801932vw; } }

      .sd__tit .catch::after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='10' viewBox='0 0 17 10'%3E%3Cpath id='多角形_9' data-name='多角形9' d='M8.5,0,17,10H0Z' transform='translate(17 10) rotate(180)' fill='%232e4989'/%3E%3C/svg%3E%0A");
        position: absolute;
        display: block;
        width: 17px;
        height: 10px;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%); }
    .sd__tit .sub-tit {
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .sd__tit .sub-tit {
          margin-bottom: 1.2077294686vw; } }
    .sd__tit .tit {
      font-family: "source-han-serif-japanese", serif;
      font-weight: 900;
      font-style: normal;
      font-weight: bolder;
      color: #2E4989;
      font-size: 2.8rem;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .sd__tit .tit {
          font-size: 7.2463768116vw; } }
    .sd__tit .sup {
      font-size: 1.4rem; }
      @media print, screen and (min-width: 769px) {
        .sd__tit .sup {
          margin-left: .5em; } }
      @media only screen and (max-width: 768px) {
        .sd__tit .sup {
          font-size: 3.1400966184vw; } }
  .sd__story {
    display: flex;
    font-size: 1.5rem;
    align-items: stretch;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .sd__story {
        flex-direction: column;
        font-size: 3.6231884058vw; } }
    .sd__story-tit {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      position: relative;
      z-index: 1; }
      @media print, screen and (min-width: 769px) {
        .sd__story-tit {
          background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 105.133 117' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='パス_411' data-name='パス 411' d='M0,0H97.671l7.462,58.555L97.671,117H0Z' fill='%232e4989'/%3E%3C/svg%3E") left center/100% 100% no-repeat;
          width: 106px; } }
      @media only screen and (max-width: 768px) {
        .sd__story-tit {
          background: #2E4989;
          padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
    .sd__story-txt {
      margin-left: -7px;
      background: #fff;
      color: #595757;
      padding: 12px 10px 12px 25px; }
      @media print, screen and (min-width: 769px) {
        .sd__story-txt {
          width: calc(100% - 100px); } }
      @media only screen and (max-width: 768px) {
        .sd__story-txt {
          padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 6.038647343vw; } }

.sd-movie {
  margin-bottom: 30px;
  /* 画像サイズ調整 */ }
  @media only screen and (max-width: 768px) {
    .sd-movie {
      margin-bottom: 7.2463768116vw; } }
  .sd-movie__list {
    list-style: none; }
    .sd-movie__list-item {
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
      line-height: 0;
      display: block; }
  .sd-movie .swiper-slide:not(.swiper-slide-active) a {
    pointer-events: none;
    opacity: .7; }
    .sd-movie .swiper-slide:not(.swiper-slide-active) a::before {
      content: "";
      background: rgba(170, 170, 170, 0.2);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .sd-movie .swiper-button-next, .sd-movie .swiper-button-prev {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 768px) {
      .sd-movie .swiper-button-next, .sd-movie .swiper-button-prev {
        font-size: 12.077294686vw; } }
  @media print, screen and (min-width: 769px) {
    .sd-movie .swiper-button-next {
      right: calc(50% - 100%/3.8*0.5); } }
  @media print, screen and (min-width: 769px) {
    .sd-movie .swiper-button-prev {
      left: calc(50% - 100%/3.8*0.5); } }
  .sd-movie .swiper-slide img {
    height: auto;
    width: 100%; }
  .sd-movie__link {
    display: block;
    line-height: 0; }
  .sd-movie__iframe-item {
    width: 100%;
    height: 100%;
    line-height: 0; }
    .sd-movie__iframe-item iframe {
      width: 100%;
      height: 100%; }

.search-inquiry {
  background: url("../images/bg_inquiry.png") center top/150%; }
  @media only screen and (max-width: 768px) {
    .search-inquiry {
      background: url("../images/bg_inquiry_sp.png") center top/500%; } }
  .search-inquiry__inner {
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 768px) {
      .search-inquiry__inner {
        padding-top: 10.8695652174vw;
        padding-bottom: 9.6618357488vw;
        flex-direction: column; } }
  .search-inquiry__box {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column; }
    @media print, screen and (min-width: 769px) {
      .search-inquiry__box {
        width: 48%; } }
    @media only screen and (max-width: 768px) {
      .search-inquiry__box {
        width: 100%; }
        .search-inquiry__box:not(:last-child) {
          margin-bottom: 14.4927536232vw; } }
  .search-inquiry__tit {
    background: #2E4989;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 10px 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .search-inquiry__tit {
        font-size: 4.347826087vw;
        text-align: left;
        line-height: 1.4; } }
    .search-inquiry__tit::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 99px;
      height: 88px; }
    .intro .search-inquiry__tit {
      padding-left: 30px; }
      @media only screen and (max-width: 768px) {
        .intro .search-inquiry__tit {
          padding-left: 26.5700483092vw; } }
      .intro .search-inquiry__tit::before {
        background: url("../images/icon_intro.png") no-repeat;
        left: 0px; }
    .search .search-inquiry__tit {
      padding-right: 30px; }
      .search .search-inquiry__tit::before {
        background: url("../images/icon_search.png") no-repeat;
        right: 10px; }
  .search-inquiry__cont {
    padding: 40px 20px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    @media only screen and (max-width: 768px) {
      .search-inquiry__cont {
        padding: 7.2463768116vw 3.6231884058vw 3.6231884058vw 4.8309178744vw; } }
  .search-inquiry__btn {
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .search-inquiry__btn {
        margin-bottom: 6.038647343vw; } }
    .search-inquiry__btn-item {
      background: #0ED8B6 url("data:image/svg+xml,%3Csvg width='8.333' height='16.667' viewBox='0 0 8.333 16.667' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='パス_88' data-name='パス 88' d='M10,23.667l8.333-8.333L10,7Z' transform='translate(-10 -7)' fill='%23fff'/%3E%3C/svg%3E") center right 12px no-repeat;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      padding: 12px 75px 12px 65px;
      font-weight: bold;
      border-radius: 40px;
      font-size: 2.8rem;
      transition: background .4s; }
      @media print, screen and (min-width: 769px) {
        .search-inquiry__btn-item {
          width: 420px; } }
      @media only screen and (max-width: 768px) {
        .search-inquiry__btn-item {
          width: 92%;
          font-size: 4.8309178744vw;
          padding: 3.6231884058vw 9.6618357488vw 3.6231884058vw 7.2463768116vw; } }
      .search-inquiry__btn-item:hover {
        background-color: #14F6D0; }
      .search .search-inquiry__btn-item {
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow_right_black_24dp' transform='translate(40) rotate(90)'%3E%3Cpath id='パス_87' data-name='パス 87' d='M0,0H40V40H0Z' fill='none'/%3E%3Cpath id='ps88' data-name='ps88' d='M10,23.667l8.333-8.333L10,7Z' transform='translate(6.667 4.667)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E"); }
  .search-inquiry__txt {
    font-size: 2rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .search-inquiry__txt {
        font-size: 3.8647342995vw;
        margin-bottom: 3.6231884058vw; } }
    @media print, screen and (min-width: 769px) {
      .search-inquiry__txt .emp {
        display: inline-block;
        height: calc(1em * 1.45);
        width: 1em; } }
  .search-inquiry__link {
    margin-top: auto; }
    .search-inquiry__link .link-icon-down, .search-inquiry__link .link-icon-top {
      text-decoration: underline;
      cursor: pointer;
      color: #2E4989; }
      .search-inquiry__link .link-icon-down:hover, .search-inquiry__link .link-icon-top:hover {
        text-decoration: none; }

.inquiry-flow {
  background: #F2F5FA;
  padding: 20px 10px 20px 15px;
  border-radius: 10px;
  display: none;
  margin-top: 15px; }
  .inquiry-flow__list {
    list-style: none;
    counter-reset: inquiry-flow; }
    .inquiry-flow__list-item {
      counter-increment: inquiry-flow;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 1.5rem; }
      .inquiry-flow__list-item::before {
        content: counter(inquiry-flow);
        margin-right: 10px;
        font-weight: bold;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        border-radius: 30px;
        height: 35px;
        color: #2E4989; }
        @media only screen and (max-width: 768px) {
          .inquiry-flow__list-item::before {
            width: 7.2463768116vw;
            height: 7.2463768116vw;
            margin-right: 2.4154589372vw; } }
      .inquiry-flow__list-item .txt {
        width: calc(100% - 45px);
        display: inline-block; }
        @media only screen and (max-width: 768px) {
          .inquiry-flow__list-item .txt {
            width: calc(100% - 9.6618357488vw);
            height: calc(100% - 9.6618357488vw); } }
      .inquiry-flow__list-item:not(:last-child)::after {
        content: "";
        display: block;
        background: url("data:image/svg+xml,%3Csvg width='52' height='20' viewBox='0 0 52 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='多角形_6' data-name='多角形 6' d='M26,0,52,20H0Z' transform='translate(52 20) rotate(180)' fill='%230ed8b6'/%3E%3C/svg%3E") center no-repeat;
        height: 20px;
        width: 100%;
        margin: 15px auto; }

.search-prefecture {
  padding: 75px 0; }
  .search-prefecture__table {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .search-prefecture__table {
        display: block; }
        .search-prefecture__table tr, .search-prefecture__table th, .search-prefecture__table td {
          display: block; } }
  .search-prefecture__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.7rem; }
    .search-prefecture__list-item:not(:last-child)::after {
      content: "|";
      margin: 0 1em; }

.info__list {
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .info__list {
      margin-bottom: 9.6618357488vw; } }
.info-list__list {
  list-style: none; }
  .info-list__list-item {
    border-bottom: 1px solid #D3D7E2;
    font-size: 1.6rem;
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .info-list__list-item:first-child {
      border-top: 1px solid #D3D7E2; }
    .info-list__list-item .time {
      margin-right: 1em;
      width: 5.5em; }
    .info-list__list-item .txt {
      display: inline-block;
      width: calc(100% - 6.5em); }
.info-list__link {
  text-decoration: none;
  color: #212B29; }
.info__banner {
  margin-bottom: 60px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .info__banner {
      flex-direction: column; } }
  .info__banner a {
    line-height: 0; }
    @media print, screen and (min-width: 769px) {
      .info__banner a {
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 769px) {
      .info__banner a:nth-child(2n) {
        margin-left: 40px; } }
    @media only screen and (max-width: 768px) {
      .info__banner a:not(:first-child) {
        margin-top: 4.8309178744vw; } }
.info__logo {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .info__logo {
      margin-bottom: 9.6618357488vw; } }
