@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*-------------------------------------------

Reset

--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 650px;
}

/*
概要: ピクセルをremに変換する関数。
引数: $pixel: 変換したいピクセル
利用法: @include pxToRem(24)
*/
/***************
common
***************/
body {
  color: #333333;
  -webkit-print-color-adjust: exact;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif !important;
}
body a {
  transition: opacity .3s ease;
  text-decoration: none;
  color: #333;
}
body a:hover {
  color: #023f98;
  text-decoration: none;
}
body img {
  transition: 0.3s;
  display: block;
  max-width: 100%;
  width: auto;
}

/***************
pc
***************/
.content {
  display: flex;
  height: calc(100% - 71px);
}
.content__left {
  width: 50%;
  background: #023f98;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 60px 0 40px;
}
.content__left-title {
  max-width: 288px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #FFF;
  margin: -13px 0 42px 0;
}
.content__left-title-password {
  max-width: 288px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #FFF;
  margin: -13px 0 42px 0;
}
.login_password{
  margin: -13px 0 0 0 !important;
}
.content__left-title-password-text{
  max-width: 288px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #FFF;
  margin: -13px 0 42px 0;
}
.content__left--box {
  max-width: 195px;
  width: 100%;
  margin: 0 49px 0 0;
  text-align: center;
}
.content__left--box-img {
  display: block;
  max-width: 129px;
  width: 100%;
  margin: 0 auto;
}
.content__left--block {
  max-width: 195px;
  width: 100%;
  margin: 0 49px 0 0;
  text-align: center;
}
.content__left--block-img {
  display: block;
  max-width: 129px;
  width: 100%;
  margin: 0 auto;
}
.content__left--box-des {
  font-size: 16px;
  font-weight: 500;
  color: #023f98;
  background: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  margin: 0 0 50px 0;
}
.school_login .content__left--box-des {
  margin: 0 0 20px 0;
}
.admin-disp .content__left--box-des {
  margin: 0 0 50px 0 !important;
}
.content__left--box-svg {
  max-width: 171px;
  width: 100%;
  height: auto;
  margin:0 auto;
}
.content__right {
  width: 50%;
  background: #427ed6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px 0 89px;
}
.content__right-title {
  max-width: 320px;
  width: 100%;
  color: #FFF;
  margin: 0 0 25px 0;
}
.content__right-password-title {
  max-width: 320px;
  width: 100%;
  color: #FFF;
  margin: 0 0 25px 0;
}
.content__right-not_received-title {
  max-width: 320px;
  width: 100%;
  color: #FFF;
}
.blockHead {
  border-bottom: 1px solid #023f98;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
  padding: 0.1rem 0 0.8rem 2rem;
  max-width: 320px;
  width: 100%;
}
.blockHead::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 2.6rem;
  background-color: #023f98;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2.6rem;
}
.content__right-text {
  max-width: 320px;
  width: 100%;
  font-size: 12px;
  color: #aac3e8;
  padding: 0 0 0 12px;
  text-indent: -12px;
  margin: 0 0 35px 0;
}
.content__right-mail-success-text {
  max-width: 330px;
  width: 100%;
  font-size: 14px;
  color: #023f98;
  padding: 12px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-indent: 0;
  margin: 0 0 35px 0;
  display: inline-block;
}
.content__right-not_received-text {
  max-width: 320px;
  width: 100%;
  font-size: 14px;
  color: #023f98;
  text-indent: 0px;
  margin: 0 0 35px 0;
}
.content__right .input-text {
  width: 320px;
  display: block;
  background: #FFF;
  padding: 11px 13px;
  margin: 0 0 9px 0;
}
.content__right .input-text:-moz-placeholder {
  color: #8fa1bb;
  opacity: 1;
}
.content__right .input-text::-moz-placeholder {
  color: #8fa1bb;
  opacity: 1;
}
.content__right .input-text:-ms-input-placeholder {
  color: #8fa1bb;
}
.content__right .input-text::-ms-input-placeholder {
  color: #8fa1bb;
}
.content__right .input-text::-webkit-input-placeholder {
  color: #8fa1bb;
}
.content__right .input-text::placeholder {
  color: #8fa1bb;
}
.content__right .selectbox {
  display: inline-block;
  zoom: 1;
  position: relative;
}
.content__right .selectbox .selectbox__select {
  width: 320px;
  border: solid 1px #e3e3e3;
  padding: 10px 10px 10px 13px;
  display: inline-block;
  zoom: 1;
  color: #023f98;
  text-decoration: none;
  cursor: default;
  margin: 0;
}
.content__right .selectbox .selectbox__select .selectbox__select__text {
  padding: 0 20px 0 0;
  display: block;
  height: 20px;
  line-height: 20px;
  cursor: default;
}
.content__right .selectbox .selectbox__pulldown {
  border: solid 1px #e3e3e3;
  width: 320px;
  height: 253px;
  position: relative;
  margin-top: -1px;
  background: #fff;
  overflow-y: scroll;
  padding: 0;
  z-index: 3;
}
.content__right .selectbox .selectbox__pulldown::-webkit-scrollbar {
  width: 10px;
}
.content__right .selectbox .selectbox__pulldown::-webkit-scrollbar-track {
  background: #ecf1f4;
  border: none;
  box-shadow: none;
  border-left: solid 1px #e3e3e3;
}
.content__right .selectbox .selectbox__pulldown::-webkit-scrollbar-thumb {
  background: #023f98;
  box-shadow: none;
}
.content__right .selectbox .selectbox__pulldown .selectbox__pulldown__list {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 13px;
  display: block;
  color: #023f98;
}
.content__right .selectbox .selectbox__pulldown .selectbox__pulldown__list.last-child {
  border: none;
}
.content__right .selectbox .selectbox__pulldown .selectbox__pulldown__list:hover, .content__right .selectbox .selectbox__pulldown .selectbox__pulldown__list.selected {
  background: #eaf5fb;
  text-decoration: none;
}
.content__right .selectbox .selectbox__pulldown .selectbox__pulldown__list li {
  display: inline;
  margin-right: 10px;
}
.content__right .forgetmenot {
  margin: 27px 0 26px 0;
  text-align: center;
}
.school_login .content__right .forgetmenot {
  margin: 50px 0 10px 0;
}
.content__right .forgetmenot input {
  display: none;
}
.content__right .forgetmenot input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #023f98;
  border-right: 3px solid #023f98;
}
.content__right .forgetmenot label {
  font-size: 13px;
  color: #FFF;
}
.content__right .forgetmenot span {
  padding-left: 23px;
  position: relative;
  cursor: pointer;
}
.content__right .forgetmenot span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  border: 2px solid #8cafe1;
  background: #FFF;
  margin: auto;
}
.content__right .login-error {
  /* フォームの幅に合わせないとデザインが崩れるのでフォームの幅と同じ320pxにする */
  width: 320px;
  display: block;
  font-size: 12px;
  color: #ea2727;
  margin: -6px 0 4px 0;
}
.content__right .sso-login-error {
  margin: 8px 0 0;
}
.content__right .form-error {
  display: block;
  font-size: 12px;
  color: #ea2727;
  margin: -6px 0 4px 0;
}
.content__right .submit-button {
  position: relative;
  margin: 0 0 35px 10px;
  width: 300px;
}
.school_password .submit-button {
  margin-top: 13px !important;
  margin-bottom: 10px !important;;
}
.school_login .content__right .submit-button {
  margin: 0 0 15px 10px;
}
.school_login .content__right .submit-button.education_login_button {
  padding-top: 10px;
}
.admin-disp .content__right .submit-button {
  margin: 0 0 35px 10px;
}
.content__right .submit-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #023f98;
  border-right: 2px solid #023f98;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .3s;
  margin: auto;
}
.content__right .submit-button:hover::after {
  border-top: 2px solid #fff700;
  border-right: 2px solid #fff700;
}
.content__right .submit-button:hover input {
  background: #023f98;
  color: #fff700;
}
.content__right .submit-button input {
  cursor: pointer;
  width: 100%;
  padding: 15px 0;
  background: #fff700;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #023f98;
  transition: .3s;
}
.content__right__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__right__list-mail-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
}
.content__right__list_2 {
  display: flex;
  flex-direction: column;
  padding-bottom: 6px;
}
.content__right__list-children {
  width: 180px;
  margin: 0 0 2px 0;
}
.school_password .content__right__list-children, .school_password_edit .content__right__list-children {
  width: initial;
}
.password_here_ul{
  align-items: flex-start;
  margin-top: -9px;
}
.password_here_ul .password_here_li:first-child {
  margin: 5px 0;
}
.password_here_li{
  width: 100%;
}
.forgot-password-frame {
  border-radius: 12px;
}
.login_candidates_frame {
  border-radius: 12px;
}
.content__right__list-children.school {
  margin: 0 0 12px 0;
}
.content__right__list-children a {
  position: relative;
  color: #FFF;
  font-size: 12px;
  padding: 0 0 0 19px;
}
.content__right__list-children a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  box-sizing: border-box;
  width: 4px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 4px solid #FFF;
  margin: auto;
}
.forgot_password_link a::before, .past_history_link a::before {
  top: 1.5px;
}
.content__right__list-children a::after {
  content: "";
  width: 90%;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0;
  bottom: -3px;
  transition: .3s;
  opacity: 0;
}
.content__right__list-children a:hover {
  color: #FFF;
}
.content__right__list-children a:hover::after {
  opacity: 1;
}

.viewer .content__left-title {
  margin: -10px 0 45px 0;
}
.admin-disp .content__left-title {
  margin: -13px 0 42px 0;
}
.viewer .content__left--box {
  max-width: 250px;
  margin: 0 20px 0 0;
}
.admin-disp .content__left--box {
  max-width: 195px;
  width: 100%;
  margin: 0 49px 0 0;
  text-align: center;
}
.viewer .content__left--box-img {
  max-width: 100%;
  margin: 0 auto 60px;
}
.admin-disp .content__left--box-img {
  display: block !important;
  max-width: 129px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
#m_20 {
  margin: 0 auto 20px;
}
.viewer .content__right {
  background: #FFF;
}
.viewer .content__right-title {
  color: #023f98;
}
.viewer .content__right-password-title {
  color: #023f98;
  font-size: 20px;
}
.viewer .content__right-not_received-title {
  color: #023f98;
  font-size: 20px;
}
.viewer .content__right .input-text {
  background: #f6f8fa;
}
.viewer .content__right .forgetmenot label {
  color: #0c121a;
}
.viewer .content__right__list-children a {
  color: #023f98;
}
.viewer .content__right__list-children a::before {
  border-left: 4px solid #023f98;
}
.viewer .content__right__list-children a::after {
  background: #023f98;
}
.past-history{
  align-items: flex-start;
  margin: -9px 0 9px 0;
}

.locations {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100%);
}
.locations .content__heed, .locations .content__items{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.locations .content__heed {
  margin-bottom: 31px;
}
.locations .content__heed .content__heed-title{
  font-size: 28px;
  color: #023f98;
  font-weight: 500;
}
.locations .content__heed .content__heed-desc{
  font-size: 15px;
  font-weight: 400;
  color: #023f98;
}
.locations .content__items {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  width: 650px;
}
.locations .content__items .content__items__box{
  width: 300px;
  border-radius: 50px;
}
.locations .content__items .content__items__box:first-child{
  margin-right: 50px;
}

.locations .content__items .content__items__box-title{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  background-color: #023f98;
  border: 2px solid #023f98;
  border-radius: 50px 50px 0 0;
  padding: 18px 0 17px 0;
}
.locations .content__items .content__items__box-img .viewer{
  max-width: 144px;
}
.locations .content__items .content__items__box-img .admin{
  max-width: 157px;
}

.locations .content__items .content__items__box-img {
  height: 230px;
  color: #FFF;
  background-color: #FFF;
  border: 2px solid #023f98;
  border-radius: 0 0 50px 50px;
  padding: 55px 0 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.locations .content__items .content__items__box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.locations .content__items .content__items__box-img:hover img:nth-of-type(2) {
  opacity: 0;
}
.locations .content__items .content__items__box-img:hover {
  background-color: #3A6CB7;
}
.locations .content__items .content__items__box-img .pc {
  display: block !important;
}
.locations .content__items .content__items__box-img .sp {
  display: none !important;
}
.close_password_batsu{
  position: absolute;
  top: -16px;
  right: -18.6px;
}
.close_password_batsu_button {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid #023F98; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  z-index: 99;
  cursor: pointer;
}
.close_password_batsu_button::before, .close_password_batsu_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 17px; /* 棒の高さ */
  background: #023F98; /* バツ印の色 */
}

.close_password_batsu_button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_password_batsu_button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.close_login_candidates_batsu{
  position: absolute;
  top: -16px;
  right: -18.6px;
  cursor: pointer;
}
.close_batsu_button {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid #023F98; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  z-index: 99;
}

.close_batsu_button::before, .close_batsu_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 17px; /* 棒の高さ */
  background: #023F98; /* バツ印の色 */
}

.close_batsu_button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_batsu_button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 691.5px) {
  .close_password_batsu{
    position: absolute;
    top: -16px;
    right: -18.6px;
  }
  .close_password_batsu_button {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid #023F98; /* 枠の調整 */
    border-radius: 50%;  /* 丸みの度合い */
    background: #fff; /* ボタンの背景色 */
    z-index: 99;
    cursor: pointer;
  }
  .close_password_batsu_button::before, .close_password_batsu_button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px; /* 棒の幅（太さ） */
    height: 17px; /* 棒の高さ */
    background: #023F98; /* バツ印の色 */
  }
  .close_bclose_password_batsu_buttonatsu_button::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .close_password_batsu_button::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 516px) {
  .close_login_candidates_batsu{
    position: absolute;
    top: -16px;
    right: -18.6px;
    cursor: pointer;
  }
  .close_batsu_button {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid #023F98; /* 枠の調整 */
    border-radius: 50%;  /* 丸みの度合い */
    background: #fff; /* ボタンの背景色 */
    z-index: 99;
  }
  .close_batsu_button::before, .close_batsu_button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px; /* 棒の幅（太さ） */
    height: 17px; /* 棒の高さ */
    background: #023F98; /* バツ印の色 */
  }
  .close_batsu_button::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .close_batsu_button::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}

.locations {
  display: flex;
  justify-content: center;
  align-items: center;
}
.locations .content__heed, .locations .content__items{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.locations .content__heed {
  margin-bottom: 31px;
}
.locations .content__heed .content__heed-title{
  font-size: 28px;
  color: #023f98;
  /* margin-bottom: 21px; */
}
.locations .content__heed .content__heed-desc{
  font-size: 15px;
  color: #023f98;
}
.locations .content__items {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  width: 650px;
}
.locations .content__items .content__items__box{
  width: 300px;
  border-radius: 50px;
}
.locations .content__items .content__items__box:first-child{
  margin-right: 50px;
}

.locations .content__items .content__items__box-title{
  color: #FFF;
  font-size: 20px;
  background-color: #023f98;
  border: 2px solid #023f98;
  border-radius: 50px 50px 0 0;
  padding: 15px 0 15px 0;
}
.locations .content__items .content__items__box-img{

}
.locations .content__items .content__items__box-img img{
  /*display: block;*/
  /*width: 100%;*/
  /*margin: 0 auto;*/
}
.locations .content__items .content__items__box-img .viewer{
  max-width: 144px;
}
.locations .content__items .content__items__box-img .admin{
  max-width: 157px;
}

.locations .content__items .content__items__box-img {
  height: 230px;
  color: #FFF;
  background-color: #FFF;
  border: 2px solid #023f98;
  border-radius: 0 0 50px 50px;
  padding: 55px 0 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.locations .content__items .content__items__box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.locations .content__items .content__items__box-img:hover img:nth-of-type(2) {
  opacity: 0;
}
.locations .content__items .content__items__box-img:hover {
  background-color: #3A6CB7;
}
.close_password_batsu{
  position: absolute;
  top: -16px;
  right: -18.6px;
}
.close_password_batsu_button {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid #023F98; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  z-index: 99;
  cursor: pointer;
}
.close_password_batsu_button::before, .close_password_batsu_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 17px; /* 棒の高さ */
  background: #023F98; /* バツ印の色 */
}

.close_password_batsu_button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_password_batsu_button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.close_apple_batsu{
  position: absolute;
  top: -16px;
  right: -18.6px;
}
.close_apple_batsu_button {
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  border: 2px solid #023F98; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
  z-index: 99;
  cursor: pointer;
}
.close_apple_batsu_button::before, .close_apple_batsu_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 17px; /* 棒の高さ */
  background: #023F98; /* バツ印の色 */
}

.close_apple_batsu_button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_apple_batsu_button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 691.5px) {
  .close_apple_batsu{
    position: absolute;
    top: -16px;
    right: -18.6px;
  }
  .close_apple_batsu_button {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid #023F98; /* 枠の調整 */
    border-radius: 50%;  /* 丸みの度合い */
    background: #fff; /* ボタンの背景色 */
    z-index: 99;
    cursor: pointer;
  }
  .close_apple_batsu_button::before, .close_apple_batsu_button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px; /* 棒の幅（太さ） */
    height: 17px; /* 棒の高さ */
    background: #023F98; /* バツ印の色 */
  }
  .close_apple_batsu_button::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .close_apple_batsu_button::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}


@media screen and (max-width: 691.5px) {
  .close_password_batsu{
    position: absolute;
    top: -16px;
    right: -18.6px;
  }
  .close_password_batsu_button {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid #023F98; /* 枠の調整 */
    border-radius: 50%;  /* 丸みの度合い */
    background: #fff; /* ボタンの背景色 */
    z-index: 99;
    cursor: pointer;
  }
  .close_password_batsu_button::before, .close_password_batsu_button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px; /* 棒の幅（太さ） */
    height: 17px; /* 棒の高さ */
    background: #023F98; /* バツ印の色 */
  }
  .close_bclose_password_batsu_buttonatsu_button::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .close_password_batsu_button::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}

.locations {
  display: flex;
  justify-content: center;
  align-items: center;
}
.locations .content__heed, .locations .content__items{
  width: 476px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.locations .locations__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 0;
}
.locations .content__school_title {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.locations .locations__content.long-text {
  padding-bottom: 157px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.locations .content__school_title .content__school-title{
  font-size: 28px;
  color: #023f98;
  margin-bottom: 15px;
  font-weight: 500;
}
.locations .content__school_title .content__school-title-2 {
  font-size: 38px;
  color: #023f98;
  font-weight: 500;
  max-height: 4.5em;
  overflow: hidden;
  width: 98%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 auto;
}
.locations .content__school_title .content__school-title-2.tooltip {
  font-size: 12px;
  color: #040404;
  font-weight: 500;
  position: fixed;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: fit-content;
  left: 48%;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  max-height: none;
}

.locations .content__school_title .content__school-title-2:hover + .tooltip {
  display: block;
}
.locations .middle-line {
  width: 656px;
  height: 10px;
  background-image: radial-gradient(circle, #a5bcde 45%, transparent 45%);
  background-size: 20px 10px;
  background-repeat: repeat;
}
.locations .content__heed {
  margin: 31px 0 31px 0;
}
.locations .content__heed .content__heed-title{
  font-size: 28px;
  color: #023f98;
  font-weight: 500;
}
.locations .content__heed .content__heed-desc{
  font-size: 15px;
  font-weight: 400;
  color: #023f98;
}
.locations .content__items {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  width: 650px;
}
.locations .content__items .content__items__box{
  width: 300px;
  border-radius: 50px;
}
.locations .content__items .content__items__box:first-child{
  margin-right: 50px;
}

.locations .content__items .content__items__box-title{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  background-color: #023f98;
  border: 2px solid #023f98;
  border-radius: 20px 20px 0 0;
  padding: 18px 0 17px 0;
}
.locations .content__items .content__items__box-img .viewer{
  max-width: 144px;
}
.locations .content__items .content__items__box-img .admin{
  max-width: 157px;
}

.locations .content__items .content__items__box-img {
  height: 230px;
  color: #FFF;
  background-color: #FFF;
  border: 2px solid #023f98;
  border-radius: 0 0 20px 20px;
  padding: 55px 0 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.locations .content__items .content__items__box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.locations .content__items .content__items__box-img:hover img:nth-of-type(2) {
  opacity: 0;
}
.locations .content__items .content__items__box-img:hover {
  background-color: #3A6CB7;
}
.locations .content__items .content__items__box-img .pc {
  display: block !important;
}
.locations .content__items .content__items__box-img .sp {
  display: none !important;
}
.footer {
  width: 100%;
  height: 70px;
  padding: 0 40px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__list {
  width: 50%;
}
li.footer__list-children {
  float: left;
  margin-right: 40px;
}
.footer__list-children a {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #023f98;
}
.footer__list-children a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #023f98;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: .3s;
  opacity: 0;
}
.footer__list-children a:hover::after {
  opacity: 1;
}
.footer-copy {
  font-size: 11px;
  color: #9aacc7;
}

@media screen and (max-width: 900px) {
  .content__left {
    padding: 0 40px;
  }
  .content__right {
    padding: 0 40px;
  }
}
/***************
sp
***************/
@media screen and (max-width: 54.85714rem) {
  html {
    font-size: 16px;
  }

  body img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
    padding: 0 20px;
  }
  .header-title {
    height: 50px;
  }
  .header-title img {
    height: 20px;
  }

  .content {
    flex-direction: column;
    height: auto;
  }
  .content__left {
    width: 100%;
    align-items: center;
    padding: 31px 20px;
  }
  .content__left-title {
    font-size: 27px;
    margin: 0 0 25px 0;
  }
  .content__left-title-password {
    font-size: 27px;
    margin: 0 0 25px 0;
  }
  .login_password{
    margin: 0 0 0 0; !important;
  }
  .content__left-title-password-text{
    font-size: 27px;
  }
  .content__left--box {
    max-width: 180px;
    margin: 0;
  }
  .content__left--box-img {
    max-width: 97px;
  }
  .content__left--block {
    max-width: 180px;
    margin: 0;
  }
  .content__left--block-img {
    max-width: 97px;
  }
  .content__left--box-des {
    font-size: 15px;
    margin: 0 0 25px 0;
  }
  .content__left--box-svg {
    max-width: 121px;
    margin:0 auto;
  }
  .content__right {
    width: 100%;
    align-items: center;
    padding: 49px 20px 57px 20px;
  }
  .content__right__list-password{
    max-width: 320px;
    width: 100%;
    align-items: initial;
  }
  .content__right__list-password .content__right__list-children{
    margin-left: initial !important;
  }
  .content__right-text {
    margin: 0 0 45px 0;
  }
  .content__right form {
    width: 100%;
  }
  .school_login .content__right form, .school_password form, .school_password_edit form {
    max-width: 320px !important;
  }
  .content__right .input-text {
    width: 100%;
    padding: 14px 13px;
    margin: 0 0 11px 0;
  }
  .content__right .login-error {
    /* フォームの幅に合わせないとデザインが崩れるのでフォームの幅と同じ100%にする */
    width: 100%;
    display: block;
    font-size: 12px;
    color: #ea2727;
    margin: -6px 0 4px 0;
  }
  .content__right .sso-login-error {
    margin: 8px 0 0;
  }
  .content__right .forgetmenot {
    margin: 31px 0 32px 0;
  }
  .school_login .content__right .forgetmenot {
    margin: 60px 0 20px 0;
  }
  .content__right .submit-button {
    width: 80%;
    margin: 0 auto 45px;
  }
  .school_password .submit-button {
    margin-top: 13px !important;
    margin-bottom: 10px !important;;
  }
  .school_login .content__right .submit-button {
    width: 80%;
    margin: 0 auto 20px;
  }
  .school_login .content__right .submit-button.education_login_button {
    padding-top: 10px;
  }
  .content__right .submit-button::after {
    right: 20px;
  }
  .content__right .submit-button input {
    font-size: 13px;
    padding: 14px 0;
  }
  .content__right__list-children {
    margin: 0 0 11px 0;
  }
  .school_password .content__right__list-children, .school_password_edit .content__right__list-children {
    width: initial;
  }
  .viewer .content__left {
    padding: 22px 20px 20px 20px;
  }
  .viewer .content__left-title {
    margin: 0 0 20px 0;
  }
  .viewer .content__left--box {
    max-width: 195px;
    margin: 0;
  }
  .viewer .content__left--box-img {
    margin: 0 auto 18px;
  }

  .footer {
    padding: 0 20px;
  }

  .locations .content__heed, .locations .content__items{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .locations .content__heed {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .locations .content__heed .content__heed-title{
    font-size: 24px;
    font-weight: 500;
    color: #023f98;
    margin-bottom: 19px;
  }
  .locations .content__heed .content__heed-desc{
    font-size: 14px;
    font-weight: 400;
    color: #023f98;
  }
  .locations .content__items {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .locations .content__items .content__items__box{
    width: 100%;
    border-radius: 20px;
  }
  .locations .content__items .content__items__box a{
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
  }
  .locations .content__items .content__items__box:first-child{
    margin-right: auto;
    margin-bottom: 20px;
  }
  .locations .content__items .content__items__box-title{
    width: calc(100% - 120px);
    height: 120px;
    color: #023f98;
    font-size: 20px;
    font-weight: 500;
    background-color: #FFF;
    border: 2px solid #023f98;
    border-radius: 0 20px 20px 0;
    padding: 45px 0 46px 0;
  }
  .locations .content__items .content__items__box-img{
    width: 120px;
    height: 120px;
    background-color: #023F98;
    border: 2px solid #023f98;
    border-radius: 20px 0 0 20px;
    padding: 26px 0 0 0;
  }
  .locations .content__items .content__items__box-img img{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .locations .content__items .content__items__box-img .pc {
    display: none !important;
  }
  .locations .content__items .content__items__box-img .sp {
    display: block !important;
  }
  .locations .content__items .content__items__box-img .viewer{
    max-width: 65.42px;
  }
  .locations .content__items .content__items__box-img .admin{
    max-width: 77px;
  }
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.colorbox__boxInner {
  max-width: 320px;
  width: 100%;
}

.colorbox__boxInner .colorbox__border {
  height: 1px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 0.3;
  margin-bottom: 40px;
}

.viewer .colorbox__boxInner .colorbox__border {
  height: 1px;
  background: var(--unnamed-color-023f98) 0% 0% no-repeat padding-box;
  background: #023F98 0% 0% no-repeat padding-box;
  opacity: 0.3;
  margin-bottom: 40px;
}
.colorbox__border-school {
  height: 1px;
  background: var(--unnamed-color-023f98) 0% 0% no-repeat padding-box;
  background: #023F98 0% 0% no-repeat padding-box;
  opacity: 0.3;
  margin-bottom: 40px;
  margin-top: 40px;
}
.colorbox__border-school_or {
  position: relative;
  margin-bottom: 26px;
  margin-top: 26px;
}
.colorbox__border-school_or_text{
  width: 100%;
  color: #023f98;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.colorbox__border-school_or_text:before,
.colorbox__border-school_or_text:after {
  content: "";
  height: 1px;
  margin-top: 1px;
  flex-grow: 1;
  background-color: #023F98;
  opacity: 0.3;
}
.colorbox__border-school_or_text:before {
  margin-right: 0.5em;
}
.colorbox__border-school_or_text:after {
  margin-left: 0.5em;
}
.colorbox__title {
  text-align: center;
  color: #FFF;
  margin-bottom: 1.8rem;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 500;
}

.viewer .colorbox__title {
  color: #023f98;
}

@media screen and (min-width: 768px) {
  .colorbox__title {
    font-size: 14px;
  }
}

.school_links {
  min-height: 172px;
}

.prev {
  position: relative;
  float: left;
  color: #023F98;
}

.prev:hover {
  text-decoration: underline;
}

.prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
  background-image: url("../images/prev_on02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 32px;
  right: 4rem;
}

.next {
  position: relative;
  float: right;
  color: #023F98;
}

.next:hover {
  text-decoration: underline;
}

.next::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
  background-image: url("../images/next_on02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 30px;
  right: -2rem;
}

.colorbox__list li:not(:last-of-type) {
  margin-bottom: 0.6rem;
}

.colorbox__btn--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 32rem;
  position: relative;
  -webkit-transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.3rem 0 1.5rem;
  border-radius: 5.2rem;
  background-color: #fff;
  border-color: #fff;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 3.5rem;
  color: #023F98;
}

.viewer .colorbox__btn--white {
  background-color: #F6F8FA;
}

.colorbox__btn--white::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
  background-image: url("../images/arrowBlue.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.9rem;
  height: 1.5rem;
  right: 2rem;
}

.colorbox__btn--white::after {
  background-image: url("../images/arrowgrop.svg");
}

.disabled::after {
  background-image: url("../images/arrowgrop.svg");
}

@media screen and (min-width: 768px) {
  .colorbox__btn--white:hover:hover {
    background-color: #023f98;
    color: #fff;
    border-color: #023f98;
  }
  .colorbox__btn--white:hover:hover::after {
    background-image: url("../images/arrowWhite.svg");
  }
}

.colorbox__btn--white span {
  padding: 1.1rem 0;
  max-width: 18rem;
  width: 100%;
  display: block;
  text-align: center;
}

.colorbox__btn--white.icon02 span {
  background: url("../images/icon_apple.svg") no-repeat left center;
  background-size: 2.1rem auto;
  padding-left: 1rem;
}

.colorbox__btn--white.icon03 span {
  background: url("../images/icon_google.svg") no-repeat left center;
  background-size: 2.5rem auto;
  padding-left: 1.7rem;
}

.colorbox__btn--white.icon04 span {
  background: url("../images/icon_micrsoft.svg") no-repeat left center;
  background-size: 2.5rem auto;
  padding-left: 3.2rem;
}

.disabled {
  pointer-events: none;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #F6F8FA 0% 0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 1;
}

.disabled span {
  opacity: 0.3;
}

.move_viewer_school_login {
  border: 1px solid #5184D0;
  border-radius: 50px;
  opacity: 1;
  color: #FFF;
}

.colorbox__btn--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 25rem;
  position: relative;
  border: 1px solid #5184D0;
  -webkit-transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
  transition: opacity ease 0.3s, color ease 0.3s, border-color ease 0.3s, background-color ease 0.3s, background-image ease 0.3s;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 0 1rem;
  border-radius: 5.2rem;
  background-color: #023f98;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0 0px 24px 0;
  opacity: 1;
}

.colorbox__btn--blue::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image ease 0.3s;
  transition: background-image ease 0.3s;
  background-image: url("../images/arrowWhite.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.9rem;
  height: 1.5rem;
  right: 2rem;
}
.forgot-password-bg {
  position: fixed;
  width: inherit;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
}

.apple-admin-bg {
  position: fixed;
  width: inherit;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
}

.allow-header-loader-bg {
  position: fixed;
  width: inherit;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.login-candidates-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.5);
  z-index: 99999;
}

@media screen and (min-width: 768px) {
  .colorbox__btn--blue {
    margin: 0 20px 40px 0;
  }
  .colorbox__btn--blue:hover:hover {
    background-color: #fff;
    border-color: #023f98;
    color: #023f98;
  }
  .colorbox__btn--blue:hover:hover::after {
    background-image: url("../images/arrowBlue.svg");
  }
}

@media screen and (max-width: 768px){
  .pc_only {
    display: none;
  }
  .locations .content__school_title {
    margin-bottom: 20px;
  }
  .locations .content__school_title .content__school-title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .locations .content__school_title .content__school-title-2 {
    font-size: 20px;
    width: 90%;
  }
  .locations .locations__content {
    padding-bottom: 0px;
  }
  .locations .content__heed {
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .locations .content__heed .content__heed-title {
    margin-bottom: 0px;
  }
  .locations .middle-line {
    width: calc(100% - 35px);
  }
}
/* ipad mini 対応 */
@media screen and (width: 768px){
  .locations .middle-line {
    width: calc(100% - 25px);
  }
}
