@charset "UTF-8";
/*
add 260217
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
:root {
  --blue: #214876;
  --blue2: #1f5ea2;
  --blue3: #2fb1e9;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: calc((100% - 3rem) / 2);
}
.flex.c3 > * {
  width: calc((100% - 6rem) / 3);
}
.flex.c4 > * {
  width: calc((100% - 9rem) / 4);
}
@media (max-width: 640px) {
  .flex.c2.spone > *, .flex.c3.spone > *, .flex.c4.spone > * {
    width: 100%;
  }
}

.smallertext {
  font-size: 76% !important;
}

dl.cautionDl1 dt {
  text-align: left;
}
dl.cautionDl1 dt span {
  display: inline-block;
  background: #f6f6f6;
  padding: 0.25em 1em 0;
}
dl.cautionDl1 dd {
  background: #f6f6f6;
  padding: 1em;
}
dl.lineDl dt {
  border-bottom: 1px solid #000;
  color: var(--blue3);
  font-weight: bold;
}

.contents__section--nyuken picture {
  display: inline-block;
}
.contents__section--nyuken img {
  max-width: 100%;
}
.contents__section--nyuken .flex.nyukenflex {
  margin-bottom: 3rem;
}
.contents__section--nyuken .flex .textbox {
  width: 58%;
}
.contents__section--nyuken .flex .imagebox {
  width: 38%;
}
.contents__section--nyuken .flex .imagebox img {
  width: 100%;
}
.contents__section--nyuken ol.mystep {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.contents__section--nyuken ol.mystep li {
  list-style: none;
  margin: 0;
}
.contents__section--nyuken h2 {
  font-weight: bold;
}
.contents__section--nyuken h3.point {
  color: var(--blue2);
  font-weight: bold;
  position: relative;
  padding-left: 7.2rem;
}
.contents__section--nyuken h3.point::before {
  content: "POINT";
  font-size: 1.2rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--blue2);
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contents__section--nyuken .nyukenpageimage {
  display: block;
}
.contents__section--nyuken .nyukenpageimage img {
  float: right;
  width: min(25%, 150px);
  margin: 0 0.5em 1em 1em;
  transform: translateY(-4rem);
}
.contents__section--nyuken .pagenav a::before {
  content: "●";
  margin-right: 0.25em;
}
.contents__section--nyuken .pagenav a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c6";
  vertical-align: middle;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-left: 0.25em;
  font-size: 125%;
}
.contents__section--nyuken ul.pointlist li {
  line-height: 1.25;
  font-weight: bold;
  background: var(--blue3);
  color: #FFF;
  padding: 0.5em 0.5em 0.5em 2em;
  margin-bottom: 0.5em;
  position: relative;
}
.contents__section--nyuken ul.pointlist li::before {
  font-family: "Material Symbols Outlined";
  content: "\e834";
  vertical-align: middle;
  font-weight: 200;
  font-size: 125%;
  font-weight: bold;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
}
.contents__section--nyuken ul.voicelist {
  margin-top: 1rem;
}
.contents__section--nyuken ul.voicelist li {
  border: 2px solid var(--blue3);
  padding: 0.5em;
  border-radius: 8px;
  position: relative;
  margin-bottom: 1.5em;
}
.contents__section--nyuken ul.voicelist li span.voiceicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 88/75;
  display: block;
  width: min(20%, 88px);
  background: url(./images/nyuken/icon_voice.png) no-repeat 50% 50%;
  background-size: contain;
}
.contents__section--nyuken ul.voicelist li::before, .contents__section--nyuken ul.voicelist li::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n) {
  margin-left: min(20%, 88px);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n) span.voiceicon {
  left: max(-22%, -100px);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n)::before {
  border-right-color: var(--blue3);
  left: calc(-0.5em - 8px);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n)::after {
  border-right-color: #FFF;
  left: calc(-0.5em - 8px + 2px);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n+1) {
  margin-right: min(20%, 88px);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n+1) span.voiceicon {
  right: max(-22%, -100px);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n+1)::before {
  border-left-color: var(--blue3);
  right: calc(-0.5em - 8px);
}
.contents__section--nyuken ul.voicelist li:nth-child(2n+1)::after {
  border-left-color: #FFF;
  right: calc(-0.5em - 8px + 2px);
}
.contents__section--nyuken #trends .expansion::after {
  width: 60%;
  background-image: url(./images/nyuken/image_a05_expansion.jpg);
  right: 0;
  bottom: -1em;
}
.contents__section--nyuken #trends .expansion img {
  width: 50%;
}
.contents__section--nyuken .expansion {
  position: relative;
}
.contents__section--nyuken .expansion::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  border: 5px solid #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
}
.contents__section--nyuken .fleximagebox {
  display: flex;
  flex-wrap: nowrap;
}
.contents__section--nyuken .fleximagebox .expansion {
  width: 50%;
  position: relative;
}
.contents__section--nyuken .fleximagebox .expansion::after {
  width: 90%;
}
.contents__section--nyuken .fleximagebox .expansion:nth-child(1)::after {
  background-image: url(./images/nyuken/image_b01a_expansion.jpg);
  left: 0;
  bottom: -1em;
}
.contents__section--nyuken .fleximagebox .expansion:nth-child(2)::after {
  background-image: url(./images/nyuken/image_b01b_expansion.jpg);
  right: 0;
  top: -1em;
}
.contents__section--nyuken #special,
.contents__section--nyuken #proficiencyassessment {
  margin-bottom: 2rem;
}
.contents__section--nyuken #special .nyukenflex,
.contents__section--nyuken #proficiencyassessment .nyukenflex {
  margin-bottom: 1rem;
}
.contents__section--nyuken #special .nyukenflex .textbox,
.contents__section--nyuken #proficiencyassessment .nyukenflex .textbox {
  width: calc(55% - 1.5rem);
}
.contents__section--nyuken #special .nyukenflex .imagebox,
.contents__section--nyuken #special .nyukenflex .pointbox,
.contents__section--nyuken #proficiencyassessment .nyukenflex .imagebox,
.contents__section--nyuken #proficiencyassessment .nyukenflex .pointbox {
  width: calc(45% - 1.5rem);
}
.contents__section--nyuken #special .nyukenflex .imagebox h5,
.contents__section--nyuken #special .nyukenflex .pointbox h5,
.contents__section--nyuken #proficiencyassessment .nyukenflex .imagebox h5,
.contents__section--nyuken #proficiencyassessment .nyukenflex .pointbox h5 {
  font-size: 125%;
  margin-bottom: 0.5em;
}
.contents__section--nyuken #special .nyukenflex .pointbox,
.contents__section--nyuken #proficiencyassessment .nyukenflex .pointbox {
  background: var(--blue2);
  color: #FFF;
  padding: 1em;
}
.contents__section--nyuken #special .mystep li picture,
.contents__section--nyuken #proficiencyassessment .mystep li picture {
  width: 50%;
  margin: 0 auto 0.5em auto;
}
.contents__section--nyuken #special .mystep li picture::after,
.contents__section--nyuken #proficiencyassessment .mystep li picture::after {
  width: 120%;
  right: -70%;
  bottom: 1em;
}
.contents__section--nyuken #special .mystep li:nth-child(3) picture::after,
.contents__section--nyuken #proficiencyassessment .mystep li:nth-child(3) picture::after {
  background-image: url(./images/nyuken/image_b03c_expansion.jpg);
}
.contents__section--nyuken #special .mystep li:nth-child(4) picture::after,
.contents__section--nyuken #proficiencyassessment .mystep li:nth-child(4) picture::after {
  background-image: url(./images/nyuken/image_b03d_expansion.jpg);
}
.contents__section--nyuken #admissionsprocess picture {
  width: 50%;
}
.contents__section--nyuken #admissionsprocess .pic1 {
  margin: 0 auto;
}
.contents__section--nyuken #admissionsprocess .pic2::after {
  width: 100%;
  background-image: url(./images/nyuken/image_b04b_expansion.jpg);
  right: -70%;
  top: -1em;
}
.contents__section--nyuken #trends .imagebox {
  position: relative;
}
.contents__section--nyuken #trends .imagebox picture:nth-child(1) {
  position: absolute;
  left: -1em;
  top: -2em;
  width: 50%;
}/*# sourceMappingURL=add.css.map */