@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*-----------------------
reset
-----------------------*/
*:focus {
  outline: none;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, 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;
}

:where(body) {
  line-height: 1.5;
}

address {
  font-style: inherit;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img) {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

:where(ul, ol) {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where(a) {
  border: none;
  color: inherit;
  text-decoration: none;
  text-underline-offset: 0.2ex;
}

:where(a:link, a:active, a:visited, a:hover) {
  color: inherit;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  word-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}

:where(p) {
  margin: 0;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(caption, th, td) {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

/*color*/
/*mediaquery*/
/*mixin*/
/* function */
/*-----------------------
base
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*-----------------------
tag
-----------------------*/
section {
  padding: 10rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

:where(a) {
  color: blue;
  transition: 0.3s;
}

blockquote {
  font-size: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*-----------------------
common
-----------------------*/
.inner {
  width: 98%;
  max-width: 110rem;
  margin: 0 auto;
}

/* Top */
.mT10 {
  margin-top: 1rem;
}

.mT20 {
  margin-top: 2rem;
}

.mT30 {
  margin-top: 3rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT50 {
  margin-top: 5rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT70 {
  margin-top: 7rem;
}

.mT80 {
  margin-top: 8rem;
}

.mT90 {
  margin-top: 9rem;
}

.mT100 {
  margin-top: 10rem;
}

.mT110 {
  margin-top: 11rem;
}

.mT120 {
  margin-top: 12rem;
}

.mT130 {
  margin-top: 13rem;
}

.mT140 {
  margin-top: 14rem;
}

.mT150 {
  margin-top: 15rem;
}

.mT160 {
  margin-top: 16rem;
}

.mT170 {
  margin-top: 17rem;
}

.mT180 {
  margin-top: 18rem;
}

.mT190 {
  margin-top: 19rem;
}

.mT200 {
  margin-top: 20rem;
}

/* Bottom */
.mB10 {
  margin-bottom: 1rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB30 {
  margin-bottom: 3rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB50 {
  margin-bottom: 5rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB70 {
  margin-bottom: 7rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.mB90 {
  margin-bottom: 9rem;
}

.mB100 {
  margin-bottom: 10rem;
}

.mB110 {
  margin-bottom: 11rem;
}

.mB120 {
  margin-bottom: 12rem;
}

.mB130 {
  margin-bottom: 13rem;
}

.mB140 {
  margin-bottom: 14rem;
}

.mB150 {
  margin-bottom: 15rem;
}

.mB160 {
  margin-bottom: 16rem;
}

.mB170 {
  margin-bottom: 17rem;
}

.mB180 {
  margin-bottom: 18rem;
}

.mB190 {
  margin-bottom: 19rem;
}

.mB200 {
  margin-bottom: 20rem;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.flex {
  display: flex;
}

.float--L {
  float: left;
}

.float--R {
  float: right;
}

/* font */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.font--small {
  font-size: 80%;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.js-modal-contents {
  display: none;
}

.modaal-container {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100vw - 50px);
  padding: 3.5rem 3.5rem 4.4rem;
  border-radius: 2rem;
}
.modaal-container .modaal-content-container {
  padding: 0;
}
.modaal-container .modaal-close {
  width: 3rem;
  height: 3rem;
  background: none;
  border-radius: 0;
  position: absolute;
  bottom: calc(100% + 1.2rem);
  top: auto;
  right: 0;
}
.modaal-container .modaal-close::before, .modaal-container .modaal-close::after {
  width: 130%;
  height: 0.1rem;
  background: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

:root {
  --btn-color: #000;
  --btn-color-txt: #fff;
}

.btn--right {
  text-align: right;
}
.btn--left {
  text-align: left;
}
.btn--center {
  text-align: center;
}

.btn--base {
  min-width: 25rem;
  padding: 1.5rem 5rem;
  background: var(--btn-color);
  color: var(--btn-color-txt);
  border: 1px solid var(--btn-color);
  font-size: 2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn--base.white {
  --btn-color: #fff;
  --btn-color-txt: #000;
}
.btn--line {
  --btn-color: #00CB42;
  padding: 1.6rem 6rem;
  border-radius: 2rem;
  box-shadow: 0 0.8rem 0 rgba(0, 0, 0, .2);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.1;
  gap: 2rem;
  position: relative;
  z-index: 5;
}
.btn--line::before {
  content: "";
  width: 1.4em;
  aspect-ratio: 46/44;
  background: url(/exam/lp/2027_01/dist/img/icon-line2.svg) no-repeat center/contain;
}
.btn--line::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--btn-color);
  border-radius: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}
.btn--line:hover::after {
  width: 107.5%;
  height: 111.8%;
}

.btn--red {
  --btn-color: #fff;
  --btn-color-txt: #DE001C;
  padding: 1.2rem 1.5rem;
  padding-left: 4.5rem;
  border: 5px solid var(--btn-color-txt);
  border-radius: 5em;
  font-size: 3.2rem;
  font-weight: bold;
  box-shadow: 0 0.8rem 0 rgba(0, 0, 0, .2);
}
.btn--red .btn-arrow {
  width: 6rem;
  margin-left: 4.5rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.btn--red .btn-arrow svg {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  fill: #ebebeb;
  transition: 0.3s;
}
.btn--red:hover {
  background: var(--btn-color-txt);
  color: var(--btn-color);
}
.btn--red:hover .btn-arrow svg {
  fill: none;
}

.btn--blue {
  --btn-color: #0647A7;
  --btn-color-txt: #fff;
  min-width: 32.5rem;
  padding: 1rem 1.5rem;
  border-width: 2px;
  border-radius: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.btn--blue:hover {
  background: var(--btn-color-txt);
  color: var(--btn-color);
}
.btn--blue:hover .btn-arrow svg {
  fill: none;
}

.btn--white-g {
  --btn-color: #fff;
  --btn-color-txt: #28CF1E;
  min-width: 32.5rem;
  padding: 1rem 1.5rem;
  border-width: 2px;
  border-radius: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.btn--white-g:hover {
  background: var(--btn-color-txt);
  color: var(--btn-color);
}
.btn--white-g:hover .btn-arrow svg {
  fill: none;
}

.btn--yellow-b {
  --btn-color: #FFF100;
  --btn-color-txt: #0D47A1;
  min-width: 32.5rem;
  padding: 1rem 1.5rem;
  border-width: 2px;
  border-radius: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 8px 0 #0D47A1;
}
.btn--yellow-b:hover {
  opacity: 0.65;
  box-shadow: none;
  bottom: -8px;
}

.svg-symbol {
  display: none;
}

section {
  background: #fff;
  overflow: hidden;
}

.contents--flex {
  display: flex;
}
.contents--grid {
  display: grid;
}

.ds-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.ds-grid-2.inline {
  display: inline-grid;
}
.ds-grid-2--left {
  grid-column: 1;
  grid-row: 1;
}
.ds-grid-2--right {
  grid-column: 2;
  grid-row: 1;
}

.ds-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.ds-grid-3.inline {
  display: inline-grid;
}
.ds-grid-3--left {
  grid-column: 1;
  grid-row: 1;
}
.ds-grid-3--center {
  grid-column: 2;
  grid-row: 1;
}
.ds-grid-3--right {
  grid-column: 3;
  grid-row: 1;
}

.ds-grid-justifyItemsCenter {
  justify-items: center;
}

.ds-grid-alignItemsCenter {
  align-items: center;
}

.grid-layer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.grid-layer--left, .grid-layer--right {
  grid-column: 1;
  grid-row: 1;
  width: 81.6%;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 898px;
}
.grid-layer--left.upper, .grid-layer--right.upper {
  z-index: 35;
}
.grid-layer--right {
  margin-top: 11rem;
  justify-self: flex-end;
}
.grid-layer--center {
  align-items: center;
}
.grid-layer--center .grid-layer--left,
.grid-layer--center .grid-layer--right {
  margin-top: 0;
}

#header {
  width: 100%;
  padding: 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .inner {
  max-width: 127.2rem;
}
#header .logo {
  width: 218px;
}

#page-top {
  position: fixed;
  right: 4.8rem;
  bottom: 4.8rem;
  z-index: 50;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
#page-top.show {
  opacity: 1;
  visibility: visible;
}
#page-top:hover {
  opacity: 0.6;
}

.fixed-line {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 50;
  transform: translateY(-50%);
}
.fixed-line a:hover {
  opacity: 0.6;
}

.footer {
  padding: 0 0 5.2rem;
  background: #ECF2F8;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 19rem;
  margin-bottom: 4.2rem;
  background: #fff;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer__left,
.footer .footer__right {
  font-size: 1.5rem;
}
.footer .footer__logo {
  display: block;
  margin-bottom: 1.6rem;
}
.footer .footer__tel {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
.footer .footer__copyright {
  margin-top: 3.6rem;
  font-size: 1.2rem;
}
.footer .footer__address {
  line-height: 1.8;
}
.footer .footer__address:not(:last-child) {
  margin-bottom: 1.6rem;
}
.footer .footer__address span {
  font-weight: bold;
}

body {
  background: #ECF2F8;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(/exam/lp/2027_01/dist/img/bg-lp.svg) repeat-y center top/100% auto;
}

.red {
  color: #C92A2A;
}

.blue {
  color: #0047A7;
}

.mainv {
  padding-bottom: 8%;
  background-color: #fff;
  display: grid;
  grid-template-columns: 52.9% auto;
  grid-template-rows: auto auto;
  gap: 4.7rem min(10%, 10rem);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.mainv .mainv__img {
  grid-column: 1;
  grid-row: 1/3;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 70.5rem;
  margin-top: 1.6rem;
  margin-left: 1.7rem;
  position: relative;
  justify-self: flex-end;
}
.mainv .mainv__img img {
  width: 100%;
}
.mainv .mainv__img .sanno {
  width: 102%;
  position: absolute;
  bottom: 3.7rem;
  left: 2.8rem;
}
.mainv .mainv__txt {
  grid-column: 2;
  grid-row: 1;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 41.4rem;
  padding-top: 8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.mainv .mainv__title {
  margin-bottom: 11%;
}
.mainv .mainv__about {
  grid-column: 1/3;
  grid-row: 2;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 52.9% auto;
  gap: 0 min(8%, 10rem);
  color: #fff;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
.mainv .mainv__about::before {
  content: "";
  width: 100%;
  aspect-ratio: 1366/307;
  background: url(/exam/lp/2027_01/dist/img/bg-about.svg) no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainv .mainv__about .inner {
  grid-column: 2;
  width: 100%;
  max-width: 41.4rem;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding-bottom: 1.8rem;
  border-bottom: 2px solid #fff;
}
.mainv .mainv__about .mainv__about-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.2rem;
  background: #FFEC00;
  color: #0047A7;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.9;
  transform: translateY(-50%);
  position: relative;
}
.mainv .mainv__about .mainv__about-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 0;
  border-color: transparent #00046C transparent transparent;
  position: absolute;
  left: 0;
  top: 100%;
}

.mainv2 .mainv2__top {
  --title-font: 5.1rem;
  padding-top: 6.9rem;
  background-color: #F0F2F4;
  background-image: url(/exam/lp/2027_01/dist/img/mainv2-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainv2 .mainv2__grid {
  max-width: 127.3rem;
  display: grid;
  grid-template-columns: 40.8% 52.4% 6.8%;
  grid-template-rows: calc(var(--title-font) * 1.49) auto;
  align-items: flex-start;
}
.mainv2 .mainv2__grid .space {
  grid-column: 3;
  grid-row: 1/3;
}
.mainv2 .mainv2__title {
  grid-column: 1/3;
  grid-row: 1;
  font-size: var(--title-font);
  line-height: 1;
  text-align: right;
  position: relative;
  z-index: 10;
}
.mainv2 .mainv2__title img {
  display: inline;
  width: 71.6%;
}
.mainv2 .mainv2__img {
  grid-column: 1;
  grid-row: 1/3;
  position: relative;
}
.mainv2 .mainv2__person {
  text-align: right;
}
.mainv2 .mainv2__person img {
  display: inline;
  width: 90%;
  translate: 7% 0;
}
.mainv2 .mainv2__balloon {
  width: 38%;
  position: absolute;
  top: 8%;
  left: 0;
}
.mainv2 .mainv2__balloon img {
  width: 100%;
}
.mainv2 .mainv2__txt {
  grid-column: 2;
  grid-row: 2;
  text-align: right;
  position: relative;
  z-index: 10;
}
.mainv2 .mainv2__txt p + p {
  margin-top: 1rem;
}
.mainv2 .mainv2__txt img {
  display: inline;
}
.mainv2 .mainv2__txt .mainv2__txt1 img {
  width: 100%;
}
.mainv2 .mainv2__txt .mainv2__txt2 img {
  width: 98%;
}
.mainv2 .mainv2__line {
  padding: 4rem 0;
  background-color: #28CF1E;
  background-image: url(/exam/lp/2027_01/dist/img/mainv2-line-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 2.196193265vw;
  font-weight: bold;
  text-align: center;
  position: relative;
  max-width: 86.383601757vw;
  margin: 20px auto 0;
}
.mainv2 .mainv2__line .inner > p {
  position: relative;
  z-index: 5;
}
.mainv2 .mainv2__line-title {
  margin-bottom: 1rem;
  font-size: 3.953147877vw;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainv2 .mainv2__line-title::before, .mainv2 .mainv2__line-title::after {
  content: "";
  width: 1.19em;
  aspect-ratio: 52/62;
}
.mainv2 .mainv2__line-title::before {
  margin-right: 1.5rem;
  background: url(/exam/lp/2027_01/dist/img/line-title-left-white.svg) no-repeat center/contain;
}
.mainv2 .mainv2__line-title::after {
  margin-left: 1.5rem;
  background: url(/exam/lp/2027_01/dist/img/line-title-right-white.svg) no-repeat center/contain;
}
.mainv2 .mainv2__line-title .inter {
  font-family: "Inter", sans-serif;
  font-size: 3.953147877vw;
  font-weight: 800;
}
.mainv2 .mainv2__line-title .font--large {
  font-size: 4.9780380673vw;
}
.mainv2 .btn--center {
  margin-top: 2rem;
}
.mainv2 .btn--center .btn--yellow-b {
  width: 23.7920937042vw;
  min-width: auto;
  font-size: 1.756954612vw;
}
.mainv2 .mainv2__character {
  width: 13.5431918009vw;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.mainv2 .mainv2__character img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.mainv2 .mainv2__character .mainv2__character-name {
  position: absolute;
  top: 67%;
  font-size: 0.878477306vw;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.5;
}
.mainv2 .mainv2__character1 {
  left: 7.027818448vw;
}
.mainv2 .mainv2__character1 .mainv2__character-name {
  left: calc(100% - 1em);
}
.mainv2 .mainv2__character2 {
  right: 7.3938506589vw;
}
.mainv2 .mainv2__character2 .mainv2__character-name {
  right: calc(100% - 1em);
}

.replacement {
  padding-bottom: 14rem;
  background: none;
  text-align: center;
  line-height: 2;
  background: url(/exam/lp/2027_01/dist/img/tirippe4.png) no-repeat 76.7203513909vw bottom/18.4rem auto;
  /*
  .replacement__grid {
  	margin-top: 5.5rem;
  	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap: 6rem 7rem;
  	@include tab {
  		gap: 4rem 3%;
  	}
  	@include sp {
  		grid-template-columns: 100%;
  		gap: mobile-size-vw(3rem);
  	}
  }
  .replacement__experience-item {
  	padding-top: 5.2rem;
  	font-weight: 500;
  	position: relative;
  	--item-color: #C92A2A;
  	@include sp {
  		padding-top: mobile-size-vw(5.2rem);
  		width: 80%;
  		margin-left: auto;
  		margin-right: auto;
  	}
  	.experience-icon {
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		z-index: 5;
  		img {
  			margin: 0 auto;
  		}
  		@include sp {
  			img {
  				width: 35%;
  			}
  		}
  	}
  	.bg {
  		min-height: 20.8rem;
  		padding-top: 10rem;
  		background: var(--item-color);
  		border-radius: 1rem 1rem 0 0;
  		position: relative;
  		color: $white;
  		@include sp {
  			min-height: auto;
  			padding-top: mobile-size-vw(5rem);
  			padding-bottom: mobile-size-vw(2rem);
  		}
  		&::after {
  			content: "";
  			width: 0;
  			height: 0;
  			border-style: solid;
  			border-width: 15px 13.5px 0 13.5px;
  			border-color: var(--item-color) transparent transparent transparent;
  			position: absolute;
  			top: 100%;
  			left: 0;
  			right: 0;
  			margin: 0 auto;
  		}
  		span {
  			color: $yellow;
  			font-weight: 900;
  		}
  	}
  	.experience-tag {
  		min-height: 13.8rem;
  		padding-top: 3.4rem;
  		background: $white;
  		border-radius: 0 0 1rem 1rem;
  		line-height: 1.6;
  		.tag + .tag {
  			margin-left: 1em;
  		}
  		@include sp {
  			min-height: auto;
  			padding-top: mobile-size-vw(3.4rem);
  			padding-bottom: mobile-size-vw(2rem);
  		}
  	}
  }
  .replacement__experience-item--blue {
  	--item-color: #0047A7;
  }
  */
}
.replacement .title--tri-deco {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc(1.1em + 2rem);
  position: relative;
}
.replacement .title--tri-deco::before, .replacement .title--tri-deco::after {
  content: "";
  width: 1.1em;
  height: 1.4em;
  background: url(/exam/lp/2027_01/dist/img/title-tri-left.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.replacement .title--tri-deco::after {
  background: url(/exam/lp/2027_01/dist/img/title-tri-right.svg) no-repeat center/100% auto;
  left: auto;
  right: 0;
}
.replacement h2 {
  margin-bottom: 5.4rem;
  font-size: 3rem;
  font-weight: bold;
}
.replacement h2 span {
  font-size: 4rem;
}
.replacement .bold {
  margin-top: 1.5em;
  font-size: 2.2rem;
}
.replacement .replacement__slider-wrap {
  margin-top: 7rem;
  margin-bottom: 8rem;
  display: flex;
  gap: 0 3.8rem;
}
.replacement .replacement__slider-wrap .replacement__slider {
  --slide-color: #C92A2A;
  width: 50%;
  padding: 0 2.2%;
  position: relative;
  overflow: hidden;
}
.replacement .replacement__slider-wrap .replacement__slider .swiper-arrow {
  width: 4.9rem;
  height: 4.9rem;
  top: auto;
  bottom: 5.7rem;
}
.replacement .replacement__slider-wrap .replacement__slider .swiper-arrow::after {
  content: none;
}
.replacement .replacement__slider-wrap .replacement__slider .swiper-button-prev {
  left: 0;
}
.replacement .replacement__slider-wrap .replacement__slider .swiper-button-next {
  right: 0;
}
.replacement .replacement__slider-wrap .replacement__slider--blue {
  --slide-color: #0647A7;
}
.replacement .replacement__slide {
  line-height: 1.6;
  font-weight: 500;
}
.replacement .replacement__slide .slide__char-flex {
  display: flex;
  align-items: flex-end;
}
.replacement .replacement__slide .slide__char {
  flex-shrink: 0;
  width: 12.7rem;
  padding-left: 4%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.replacement .replacement__slide .slide__char img {
  width: 88%;
}
.replacement .replacement__slide .slide__char figcaption {
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  bottom: 1.5em;
  left: -2em;
}
.replacement .replacement__slide .slide__char-txt {
  flex-grow: 1;
  padding-bottom: 1.8rem;
}
.replacement .replacement__slide .slide__char-txt-top {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.1rem;
  font-weight: bold;
  color: var(--slide-color);
  position: relative;
}
.replacement .replacement__slide .slide__char-txt-top::before, .replacement .replacement__slide .slide__char-txt-top::after {
  content: "";
  width: 1px;
  height: 80%;
  background: var(--slide-color);
  position: absolute;
  top: 50%;
  left: -1em;
  transform: rotate(-45deg);
  translate: 0 -50%;
}
.replacement .replacement__slide .slide__char-txt-top::after {
  left: auto;
  right: -1em;
  transform: rotate(45deg);
}
.replacement .replacement__slide .slide__char-fukidashi {
  min-height: 7.9rem;
  padding: 1.2rem 1.8rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .replacement .replacement__slide .slide__char-fukidashi {
    min-height: 13.6rem;
  }
}
.replacement .replacement__slide .slide__char-fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 24px 7px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  right: 100%;
  bottom: 3.3rem;
}
.replacement .replacement__slide .slide__char-fukidashi span {
  display: inline-block;
}
.replacement .replacement__slide .slide__char-fukidashi span::before {
  content: "#";
}
.replacement .replacement__slide .slide__char-fukidashi span + span {
  margin-left: 1em;
}
.replacement .replacement__slide .slide__contents {
  padding: 5.4% 7%;
  background: #fff;
  border: 3px solid var(--slide-color);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .replacement .replacement__slide .slide__contents {
    min-height: 13rem;
  }
}
.replacement .replacement__slide .slide__icon {
  display: block;
  width: 10.3rem;
  aspect-ratio: 1/1;
}
.replacement .replacement__slide .slide__txt {
  flex-grow: 1;
  text-align: left;
}
.replacement .replacement__slide .slide__txt .bold {
  font-size: inherit;
}
.replacement .replacement__power {
  margin-top: 3rem;
  margin-bottom: 7.5rem;
  padding-top: 5.7rem;
  position: relative;
  z-index: 5;
}
.replacement .replacement__power::before {
  content: "";
  width: 25.8rem;
  aspect-ratio: 258/271;
  margin: 0 auto;
  background: url(/exam/lp/2027_01/dist/img/arrow-yellow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.replacement .replacement__power::after {
  content: "";
  width: 16.4714494876vw;
  max-width: 22.5rem;
  aspect-ratio: 1/1;
  background: url(/exam/lp/2027_01/dist/img/tirippe2.png) no-repeat center/contain;
  position: absolute;
  top: 6rem;
  left: -2rem;
  z-index: -1;
}
.replacement .replacement__power h3 {
  margin-bottom: 5.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}
.replacement .replacement__power h3 span {
  font-size: 4rem;
}
.replacement .replacement__check {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8.6rem 5%;
  line-height: 1.6;
}
.replacement .replacement__check .replacement__check-item {
  width: 30%;
  position: relative;
}
.replacement .replacement__check .check-frame {
  aspect-ratio: 323/191;
  padding-top: 7rem;
  background: url(/exam/lp/2027_01/dist/img/bg-frame2.svg) no-repeat center/100% 100%;
  display: grid;
  justify-items: center;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
}
.replacement .replacement__check .check-frame .tag:nth-of-type(4) {
  margin-left: 20px;
}
.replacement .replacement__check .check-icon {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.replacement .replacement__check .check-icon img {
  display: block;
  width: 11.3rem;
  aspect-ratio: 1/1;
}
.replacement .replacement__check .check-txt {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  text-align: left;
}
.replacement .replacement__check .check-title {
  margin-bottom: 1em;
  background: #0047A7;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.create {
  padding-top: 16rem;
  padding-bottom: 0;
  position: relative;
  z-index: 5;
  background-color: #f6fafc;
}
.create::before {
  content: "";
  width: 58%;
  max-width: 79.1rem;
  aspect-ratio: 791/264;
  background: url(/exam/lp/2027_01/dist/img/txt-create.svg) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: -2.2%;
  z-index: -1;
}
.create .create__grid {
  padding-bottom: 10rem;
  position: relative;
  background: url(/exam/lp/2027_01/dist/img/bg-create.svg) repeat-x -6rem bottom/auto 92.6%;
  display: grid;
  grid-template-columns: 52.3% auto;
  gap: 5.5rem 8.8rem;
  align-items: flex-end;
  color: #fff;
}
.create .create__img {
  grid-column: 1;
  grid-row: 1;
}
.create .create__img img {
  width: 100%;
}
.create .create__txt {
  grid-column: 2;
  grid-row: 1;
  max-width: 43.7rem;
  letter-spacing: 0;
}
.create .create__txt .inner {
  width: 100%;
}
.create .create__txt h2 {
  margin-bottom: 3.6rem;
  font-size: 5.4rem;
  font-weight: bold;
}
.create .create__txt .medium {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  line-height: 1.4;
}
.create .create__catch {
  grid-column: 1/3;
  grid-row: 2;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
}
.create .create__catch span {
  font-weight: 900;
  color: #FFEC00;
}
.create .btn--center {
  grid-row: 3;
  grid-column: 3/1;
}
.create .btn--center .btn--red {
  line-height: 1.2;
  font-size: 2.4rem;
}

.system {
  padding: 12rem 0;
}
.system .inner {
  padding: 0 5rem;
}
.system .system__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.4rem 6.4%;
}
.system .system__grid .system__grid-item {
  padding: 3.8rem 4rem 5rem;
  background: #0047A7;
  border-radius: 2rem;
  box-shadow: 0.8rem 0.8rem 0 rgba(0, 71, 167, .23);
  color: #fff;
  letter-spacing: 0;
  display: grid;
  align-items: flex-start;
}
.system .system__grid .system__grid-item:hover {
  opacity: 0.8;
}
.system .system__grid h3 {
  min-height: 3.75em;
  margin-bottom: 2.7rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 2.4rem;
  display: grid;
  place-content: center;
}
.system .system__grid h3 span {
  margin-top: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
}
.system .system__grid .icons {
  margin-top: 5.4rem;
  align-self: flex-end;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.8rem;
  font-size: 1.3rem;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.system .system__grid .icons span {
  width: 100%;
  min-width: 6.2rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: relative;
}
.system .system__grid .icons span::before, .system .system__grid .icons span::after {
  content: "";
  width: 1rem;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  left: calc(100% + 0.4rem);
  top: 50%;
  transform: translateY(-50%);
}
.system .system__grid .icons span::after {
  transform: translateY(-50%) rotate(90deg);
}
.system .system__grid .icons span:last-child::before, .system .system__grid .icons span:last-child::after {
  content: none;
}
.system .system__grid .icons .blue {
  background: #008DF5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.system .system__grid .icons .__fs11 {
  font-size: 1.1rem;
}
.system__modal {
  --modal-color: #0647A7;
}
.system__modal .system__modal-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6.3rem;
}
.system__modal .modal__title {
  margin-bottom: 1.1em;
  padding-bottom: 2rem;
  border-bottom: 1px solid currentColor;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--modal-color);
}
.system__modal .modal__process {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.system__modal .modal__process .process__title {
  margin-bottom: 1rem;
  border: 1px solid currentColor;
  border-radius: 5em;
  text-align: center;
  color: var(--modal-color);
  line-height: 1.6;
}
.system__modal .modal__process .process__item {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: auto 10.3rem;
  align-items: center;
}
.system__modal .modal__process-note {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
}
.system__modal .modal__comment {
  max-width: 48.8rem;
  margin: 3.3rem auto 3.8rem;
  padding: 1.6rem 4%;
  padding-right: 21%;
  background: #F1F3F5;
  border-radius: 1rem;
  position: relative;
}
.system__modal .modal__comment .comment__char {
  width: 28%;
  position: absolute;
  bottom: -3rem;
  right: -2rem;
}
.system__modal .modal__comment .comment__char figcaption {
  padding-right: 2rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
}

.open-campus {
  padding: 5.6rem 0;
  background: url(/exam/lp/2027_01/dist/img/bg-open-campus.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  overflow: visible;
  overflow: initial;
}
.open-campus .inner {
  position: relative;
}
.open-campus .fukidashi {
  width: 19.3rem;
  aspect-ratio: 1/1;
  background: url(/exam/lp/2027_01/dist/img/bg-fukidashi.svg) no-repeat center/100% 100%;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  right: 4rem;
  transform: translateY(-44.6%);
}
.open-campus h2 {
  margin-bottom: 1.6rem;
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  list-style: 1.2;
}
.open-campus .btn--center {
  margin-top: 3.2rem;
}

/*add 202403*/
.line {
  padding-bottom: 3rem;
  text-align: center;
  background-color: #f6fafc;
}
.line .inner {
  max-width: 120rem;
}
.line .line__icon {
  margin-bottom: 5rem;
  text-align: center;
}
.line .line__icon a:hover {
  opacity: 0.6;
}
.line .line__icon a img {
  display: inline-block;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.line h2 {
  margin-bottom: 8.3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
.line h3 {
  margin-bottom: 5.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
.line .line__slider {
  margin-bottom: 7rem;
  padding: 0 10rem 7.2rem;
  position: relative;
  overflow: hidden;
}
.line .line__slider .swiper-container {
  overflow: hidden;
}
.line .line__slider .slider-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.line .line__slider .swiper-arrow {
  width: 4.9rem;
  height: auto;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.line .line__slider .swiper-arrow::after {
  content: none;
}
.line .line__slider .swiper-arrow:hover {
  opacity: 0.6;
}
.line .line__slider .swiper-pagination {
  bottom: 0;
}
.line .line__slider .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 1.2rem;
}
.line .line__slider .swiper-pagination-bullet-active {
  background: #000;
}
.line .line__next-contents {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 42.5rem));
  justify-content: center;
  gap: 4rem;
}
.line .line__next-contents .bg-tag {
  min-height: 7rem;
  padding-left: 3.5rem;
  aspect-ratio: 425/70;
  background: url(/exam/lp/2027_01/dist/img/bg-tag.svg) no-repeat center/100% 100%;
  display: grid;
  place-content: center;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #00CB42;
  letter-spacing: 0;
}
.line .btn-top {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.line .btn-top::before, .line .btn-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.1rem;
  height: 0.3rem;
  transform-origin: top left;
  transform: rotate(45deg);
  background: #707070;
}
.line .btn-top::after {
  left: auto;
  right: 0;
  transform-origin: top right;
  transform: rotate(-45deg);
}
.line .note {
  margin-top: 2.5rem;
  font-size: 1.3rem;
}
.line .line__bannar {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #04C756;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  position: relative;
  padding-top: 24px;
  padding-bottom: 30px;
}
.line .line__bannar_character {
  max-width: 228px;
  width: 22.8%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line .line__bannar_baloon {
  max-width: 161px;
  width: 16.1%;
  position: absolute;
  top: 45px;
  right: 37px;
}
.line .line__bannar_center {
  text-align: center;
}
.line .line__bannar_catch {
  font-size: 2.6rem;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.line .line__bannar_catch:before, .line .line__bannar_catch::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 26px;
}
.line .line__bannar_catch::before {
  background: url(/exam/lp/2027_01/dist/img/bannar_titleicon_l.svg) no-repeat center/100%;
  left: 0;
}
.line .line__bannar_catch::after {
  background: url(/exam/lp/2027_01/dist/img/bannar_titleicon_r.svg) no-repeat center/100%;
  right: 0;
}
.line .line__bannar_title {
  font-size: 4rem;
  font-weight: 900;
  color: #FFF100;
  margin-bottom: 0;
}
.line .line__bannar_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  color: #28CF1E;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}
.line .line__bannar_btn:hover {
  opacity: 0.65;
}
.line .line__bannar_text {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
  }
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
  .btn--red {
    font-size: 2.5rem;
  }
  .btn--red .btn-arrow {
    width: 5rem;
  }
  .mainv {
    grid-template-columns: 50% auto;
    gap: 4.7rem 3%;
    padding-bottom: 0;
  }
  .mainv .mainv__img {
    grid-row: 1;
  }
  .mainv .mainv__txt {
    font-size: 1.6rem;
  }
  .mainv .mainv__about {
    padding-bottom: 2rem;
  }
  .mainv .mainv__about .inner {
    grid-column: 1/3;
    width: 97%;
    max-width: none;
    margin: 0 auto;
  }
  .replacement h2 {
    font-size: 2.3rem;
  }
  .replacement h2 span {
    font-size: 2.5rem;
  }
  .replacement .replacement__power h3 {
    font-size: 2.3rem;
  }
  .replacement .replacement__power h3 span {
    font-size: 2.5rem;
  }
  .create {
    padding-top: 10rem;
  }
  .create .create__grid {
    padding-bottom: 6rem;
    gap: 3rem 3%;
  }
  .create .create__txt h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .create .create__txt .medium {
    font-size: 2rem;
  }
  .create .create__catch {
    font-size: 2rem;
  }
  .system .inner {
    padding: 0;
  }
  .system .system__grid {
    gap: 3rem 3%;
  }
  .system .system__grid .system__grid-item {
    padding: 2rem 2rem 3rem;
  }
  .system .system__grid .system__grid-item:last-child {
    display: block;
  }
  .system .system__grid h3 {
    font-size: 2rem;
  }
  .system .system__grid h3 span {
    font-size: 1.6rem;
  }
  .system .system__grid .icons {
    grid-template-columns: repeat(4, 1fr);
  }
  .open-campus {
    font-size: 1.6rem;
  }
  .open-campus .fukidashi {
    width: 15rem;
    font-size: 1.8rem;
    transform: translateY(-80%);
  }
  .open-campus h2 {
    font-size: 4rem;
  }
  .line .line__slider {
    padding: 0 3rem 7.2rem;
  }
  .line .line__next-contents {
    gap: 2rem;
  }
  .line .line__next-contents .bg-tag {
    min-height: auto;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
  section {
    padding: 13.3333333333vw 0;
  }
  .inner {
    width: 90%;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .font--small {
    font-size: 1.2rem;
  }
  .modaal-container {
    padding: 4vw;
  }
  .btn--line {
    width: 100%;
    padding: 1.6rem 1em;
    font-size: 5.8666666667vw;
  }
  .btn--red {
    width: 100%;
    padding: 1rem 0.8em;
    border-width: 3px;
    font-size: 4.8vw;
  }
  .btn--red .btn-arrow {
    width: 2em;
    margin-left: 2.6666666667vw;
  }
  .btn--blue {
    width: 100%;
    padding: 1rem 0.8em;
    font-size: 4.8vw;
  }
  .btn--white-g {
    width: 100%;
    padding: 1rem 0.8em;
    font-size: 4.8vw;
  }
  .btn--yellow-b {
    width: 100%;
    padding: 1rem 0.8em;
    font-size: 4.8vw;
  }
  .grid-layer {
    grid-template-rows: auto auto;
  }
  .grid-layer--left, .grid-layer--right {
    width: 86.9%;
    grid-column: auto;
    grid-row: auto;
  }
  .grid-layer--right {
    margin-top: -3rem;
  }
  .grid-layer--center .grid-layer--left {
    margin-top: -3rem;
  }
  .grid-layer--center .grid-layer--right {
    grid-row: 1;
  }
  #header {
    padding: 3.7333333333vw 0;
  }
  #header .inner {
    width: 93%;
  }
  #header .logo {
    display: block;
    width: 40vw;
  }
  #page-top {
    width: 50px;
    right: 1rem;
    bottom: 10rem;
  }
  .fixed-line {
    width: 100%;
    padding: 1.8rem;
    background: rgba(0, 0, 0, .45);
    position: sticky;
    top: auto;
    bottom: 0;
    transform: none;
  }
  .fixed-line a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer::before {
    height: 26.6666666667vw;
    position: relative;
  }
  .footer .inner {
    display: block;
  }
  .footer .footer__left,
  .footer .footer__right {
    font-size: 3.7333333333vw;
  }
  .footer .footer__logo {
    width: 40vw;
  }
  .footer .footer__tel {
    font-size: 5.8666666667vw;
  }
  .footer .footer__copyright {
    position: absolute;
    bottom: 110px;
  }
  .footer .footer__address {
    margin-top: 2rem;
  }
  .mainv {
    display: block;
    padding: 4.8vw;
    padding-bottom: 0;
  }
  .mainv .mainv__img {
    margin: 0 0 4vw;
  }
  .mainv .mainv__img .sanno {
    width: 100%;
    bottom: -1px;
    left: 0;
  }
  .mainv .mainv__txt {
    margin-bottom: 10.9333333333vw;
    padding-top: 0;
    font-size: 3.7333333333vw;
    max-width: none;
  }
  .mainv .mainv__title {
    width: 70.9333333333vw;
    margin-bottom: 5.8666666667vw;
  }
  .mainv .mainv__about {
    display: block;
    padding-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .mainv .mainv__about::before {
    width: 100vw;
    height: 100%;
    aspect-ratio: auto;
    background: url(/exam/lp/2027_01/dist/img/bg-about-sp.svg) no-repeat right top/cover;
    left: -4.8vw;
  }
  .mainv .mainv__about .inner {
    padding-bottom: 0;
    border-bottom: none;
    max-width: none;
    max-width: initial;
  }
  .mainv .mainv__about .mainv__about-title {
    font-size: 4vw;
  }
  .mainv2 .mainv2__top {
    padding-top: 14.1333333333vw;
    padding-bottom: 9.6vw;
    background-image: url(/exam/lp/2027_01/dist/img/mainv2-bg-sp.jpg);
  }
  .mainv2 .mainv2__grid {
    display: block;
  }
  .mainv2 .mainv2__title {
    text-align: center;
  }
  .mainv2 .mainv2__title img {
    width: 92.5333333333vw;
  }
  .mainv2 .mainv2__img {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mainv2 .mainv2__person img {
    display: block;
    width: 114%;
    max-width: none;
    translate: -2vw 0;
  }
  .mainv2 .mainv2__balloon {
    flex-shrink: 0;
    width: 44.5333333333vw;
    position: static;
    position: initial;
  }
  .mainv2 .mainv2__txt {
    margin-top: -8.2666666667vw;
  }
  .mainv2 .mainv2__line {
    padding-top: 5.3333333333vw;
    padding-bottom: 0;
    background-image: none;
    font-size: 6.1333333333vw;
    max-width: 100%;
    margin-top: 0;
  }
  .mainv2 .mainv2__line-title {
    font-size: 10.6666666667vw;
    align-items: flex-end;
  }
  .mainv2 .mainv2__line-title::before, .mainv2 .mainv2__line-title::after {
    width: 1.05em;
    translate: 0 0.1em;
  }
  .mainv2 .mainv2__line-title::before {
    margin-right: 0.5rem;
  }
  .mainv2 .mainv2__line-title::after {
    margin-left: 0.5rem;
  }
  .mainv2 .mainv2__line-title .inter {
    font-size: 12.5333333333vw;
    vertical-align: top;
  }
  .mainv2 .mainv2__line-title .font--large {
    font-size: 13.3333333333vw;
  }
  .mainv2 .btn--center .btn--yellow-b {
    width: 86.6666666667vw;
    font-size: 6.4vw;
  }
  .mainv2 .mainv2__characters {
    display: flex;
    justify-content: center;
  }
  .mainv2 .mainv2__character {
    width: 28.8vw;
    max-width: 50%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .mainv2 .mainv2__character img {
    width: 28.8vw;
    height: auto;
  }
  .mainv2 .mainv2__character .mainv2__character-name {
    top: 4.8vw;
    font-size: 3.2vw;
  }
  .mainv2 .mainv2__character1 .mainv2__character-name {
    left: auto;
    right: calc(100% - 1em);
  }
  .mainv2 .mainv2__character2 .mainv2__character-name {
    right: auto;
    left: calc(100% - 1em);
  }
  .replacement {
    padding-bottom: 26.6666666667vw;
    background: url(/exam/lp/2027_01/dist/img/tirippe4.png) no-repeat 65vw bottom/32vw auto;
  }
  .replacement h2 {
    margin-bottom: 1.5em;
    font-size: 5.3333333333vw;
  }
  .replacement h2 span {
    font-size: 5.8666666667vw;
  }
  .replacement .bold {
    font-size: 4.2666666667vw;
  }
  .replacement .replacement__slider-wrap {
    display: block;
    margin-top: 18.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
  .replacement .replacement__slider-wrap .replacement__slider {
    width: 100%;
  }
  .replacement .replacement__slider-wrap .replacement__slider + .replacement__slider {
    margin-top: 9.3333333333vw;
  }
  .replacement .replacement__slider-wrap .replacement__slider .swiper-arrow {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    bottom: 13vw;
  }
  /* .replacement .replacement__slider-wrap .replacement__slider--blue .swiper-arrow {
    bottom: 27.5%;
  } */
  /* .replacement .replacement__slide + .replacement__slide {
    margin-top: 9.3333333333vw;
  } */
  .replacement .replacement__slide .slide__char figcaption {
    left: 0;
    bottom: auto;
    top: -20px;
  }
  .replacement .replacement__slide .slide__char-txt {
    padding-bottom: 1rem;
  }
  .replacement .replacement__slide .slide__icon {
    width: 16vw;
  }
  .replacement .replacement__power {
    margin-bottom: 20vw;
    padding-top: 15.2vw;
  }
  .replacement .replacement__power::before {
    width: 50%;
  }
  .replacement .replacement__power::after {
    width: 21.3333333333vw;
    top: 21.3333333333vw;
  }
  .replacement .replacement__power h3 {
    margin-bottom: 15.4666666667vw;
    font-size: 5.3333333333vw;
  }
  .replacement .replacement__power h3 span {
    font-size: 5.8666666667vw;
  }
  .replacement .replacement__power p {
    font-size: 3.2vw;
  }
  .replacement .replacement__check {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
  .replacement .replacement__check .replacement__check-item {
    width: 90%;
    margin-top: 10.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .replacement .replacement__check .check-frame {
    padding-top: 18.6666666667vw;
    font-size: 4vw;
  }
  .replacement .replacement__check .check-frame .tag {
    margin-right: 20px;
  }
  .replacement .replacement__check .check-frame .tag:nth-of-type(4) {
    margin-left: 0;
  }
  .replacement .replacement__check .check-icon img {
    width: 26.6666666667vw;
  }
  .replacement .replacement__check .check-txt {
    font-size: 4vw;
  }
  .replacement .replacement__check .check-title {
    font-size: 4.5333333333vw;
  }
  .create {
    padding-top: 16vw;
  }
  .create .create__grid {
    padding-bottom: 16vw;
    display: block;
  }
  .create .create__img {
    width: 85%;
    margin-bottom: 5.3333333333vw;
  }
  .create .create__txt {
    margin-bottom: 13.3333333333vw;
    max-width: 100%;
  }
  .create .create__txt .inner {
    width: 90%;
  }
  .create .create__txt h2 {
    margin-bottom: 1em;
    font-size: 8vw;
  }
  .create .create__txt .medium {
    margin-bottom: 1em;
    font-size: 5.8666666667vw;
  }
  .create .create__catch {
    font-size: 5.3333333333vw;
  }
  .create .btn--center {
    margin-top: 30px;
    padding: 0 20px;
  }
  .create .btn--center .btn--red {
    font-size: 3.7333333333vw;
  }
  .system {
    padding: 21.3333333333vw 0;
  }
  .system .inner {
    padding: 0;
  }
  .system .system__grid {
    grid-template-columns: 100%;
    gap: 10.6666666667vw;
  }
  .system .system__grid .system__grid-item {
    padding: 5.3333333333vw 4.8vw;
  }
  .system .system__grid .system__grid-item:nth-of-type(3) .icons {
    margin-top: 8vw;
    grid-template-columns: repeat(5, 1fr);
    font-size: 1rem;
    gap: 1.5rem;
  }
  .system .system__grid .system__grid-item:nth-of-type(3) .icons .blue {
    font-size: 1rem;
  }
  .system .system__grid .system__grid-item:nth-of-type(3) .icons span {
    min-width: 4.8rem;
  }
  .system .system__grid .system__grid-item:nth-of-type(3) .icons span::before, .system .system__grid .system__grid-item:nth-of-type(3) .icons span::after {
    width: 0.8rem;
  }
  .system .system__grid h3 {
    margin-bottom: 1em;
    font-size: 5.3333333333vw;
  }
  .system .system__grid h3 span {
    font-size: 4.2666666667vw;
  }
  .system .system__grid .icons {
    margin-top: 8vw;
    grid-template-columns: repeat(4, 1fr);
  }
  .system__modal .modal__title {
    margin-bottom: 0.8em;
    font-size: 5.3333333333vw;
  }
  .system__modal .modal__process {
    width: 100%;
    padding: 0 2vw;
    font-size: 4vw;
  }
  .system__modal .modal__process .process__item {
    grid-template-columns: auto 30%;
  }
  .system__modal .modal__process-note {
    width: 90%;
    font-size: 3.7333333333vw;
  }
  .system__modal .modal__comment {
    width: 90%;
    margin: 5.3333333333vw auto 8vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .system__modal .modal__comment .comment__char {
    width: 38%;
    bottom: -20%;
    right: -5%;
  }
  .system__modal .btn--blue {
    width: 90%;
    min-width: auto;
  }
  .open-campus {
    padding: 14.9333333333vw 0;
    font-size: 4.2666666667vw;
    background: url(/exam/lp/2027_01/dist/img/bg-open-campus_sp.jpg) no-repeat center/cover;
  }
  .open-campus .fukidashi {
    width: 32vw;
    font-size: 3.7333333333vw;
    right: 0;
    transform: translateY(-100%);
  }
  .open-campus h2 {
    margin-bottom: 1em;
    font-size: 10.1333333333vw;
  }
  .line .line__icon {
    margin-bottom: 8vw;
  }
  .line .line__icon img {
    width: 30%;
  }
  .line h2 {
    margin-bottom: 2em;
    font-size: 5.3333333333vw;
  }
  .line h3 {
    margin-bottom: 1.7em;
    font-size: 4.2666666667vw;
  }
  .line .line__slider {
    margin-bottom: 13.3333333333vw;
    padding: 0 0 13.3333333333vw;
  }
  .line .line__slider .swiper-arrow {
    width: 8vw;
  }
  .line .line__slider .swiper-prev {
    left: 0;
  }
  .line .line__slider .swiper-next {
    right: 0;
  }
  .line .line__next-contents {
    margin-bottom: 18.6666666667vw;
    grid-template-columns: 100%;
    gap: 4vw;
  }
  .line .line__next-contents .bg-tag {
    min-height: auto;
    padding-left: 9.3333333333vw;
    font-size: 4vw;
  }
  .line .btn-top {
    font-size: 4.8vw;
  }
  .line .line__bannar {
    padding-bottom: 150px;
    margin-top: 40px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mainv2 .mainv2__character1 {
    left: 1.9033674963vw;
  }
  .mainv2 .mainv2__character2 {
    right: 2.196193265vw;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .replacement .replacement__slider-wrap {
    display: block;
  }
  .replacement .replacement__slider-wrap .replacement__slider {
    width: auto;
    max-width: 60%;
    margin: 0 auto;
    overflow: visible;
    overflow: initial;
  }
  .replacement .replacement__slider-wrap .replacement__slider--blue {
    margin-top: 3.8rem;
  }
  .replacement .replacement__slide + .replacement__slide {
    margin-top: 3.8rem;
  }
  .replacement .replacement__check .check-frame {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }
  .replacement .replacement__check .check-icon img {
    width: 8rem;
  }
}
@media (max-width: 960px) {
  .line .line__bannar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .line .line__bannar_character {
    width: 110px;
  }
  .line .line__bannar_baloon {
    width: 120px;
    top: auto;
    top: initial;
    bottom: 10px;
    right: 20px;
  }
  .line .line__bannar_catch {
    font-size: 1.8rem;
  }
  .line .line__bannar_title {
    font-size: 3rem;
  }
  .line .line__bannar_btn {
    font-size: 1.6rem;
  }
  .line .line__bannar_text {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=maps/style.css.map */



