@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
    transition: ease-in-out .2s;
	
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --f-jp: "Noto Sans JP", sans-serif;
    --f-jp2: "Kaisei Tokumin", serif;
    --f-en: "Boogaloo", sans-serif;
    --c-base:#4f729d;
    --c-bg:#f8f8f8;
    --c-line:#D9D9D9;
    --c-or:#eb5c23;
}

/*----------------common----------------*/
.background_01 {
    position:fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index:3;
}
body {
  font-family: var(--f-jp);
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #4d4d4d;
  word-wrap: break-word;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
.header {
    position: absolute;
    z-index: 4;
    left: 30px;
    top: 30px;
}
.header__site-id img {
    width: 260px;
}
.inner {
    max-width: 1000px;
    margin: auto;
    width: 86%;
}
.visual {
    text-align: center;
    position: relative;
    padding-bottom: 100px;
    padding-top: 80px;
}
.visual:after {
    content: "";
    background-color: rgba(255,255,255,0.55);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.visual:before {
    content: "";
    position: absolute;
    left: 0;
    height: 200px;
    right: 0;
    bottom: 20%;
    z-index: 2;
    background: #ffffff;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 0) 100%);
}
.visual .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 20%;
    z-index: 1;
}
.visual ul {
    width: 100%;
    height: 100%;
}
.visual ul li{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.visual h2 {
    position: relative;
    z-index: 3;
}
.visual h2 img {
    width: 940px;
    margin-bottom: 20px;
}
.visual h2 img.sp {
    display: none;
}
.visual__lead {
    position: relative;
    z-index: 3;
}
.visual__lead h2 {
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    color: var(--c-base);
}
.visual__lead h2 span {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}
.visual__lead h2 span:before {
    background-color: var(--c-base);
    width: 2px;
    height: 26px;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform:rotate(-35deg);
    margin-top: -10px;
}
.visual__lead h2 span:after {
    background-color: var(--c-base);
    width: 2px;
    height: 26px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform:rotate(35deg);
    margin-top: -10px;
}
.visual__lead ul {
    display: flex;
    gap:5%;
}
.visual__lead ul li{
    width: calc((100% - 5%) / 2);
}
.visual__lead ul li p {
    text-align: center;
    margin-top: 2px;
    font-size: 13px;
    color: var(--c-base);

}
.visual__lead ul li:nth-child(2) p{
    color: var(--c-or);
}
.slide li img {
    width: 450px;
}
.comment {
    background-color: #fce57c;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 25px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    margin-bottom: -25px;
    
}
.comment h2 {
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--c-or);
}
.comment h2 span {
    background:linear-gradient(transparent 65%, #fff 65%);
}
.comment ul {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
    justify-content: center;
    align-items: flex-end;
}
.comment ul li{
    width: calc((100% - 60px) / 3);
}
.comment ul li dd {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
}
.comment__img01 {
    width: 115px;
}
.comment__img02 {
    width: 116px;
}
.comment__img03 {
    width: 115px;
}
.comment__img04 {
    width: 111px;
}
.comment__img05 {
    width: 135px;
}
.system {
    padding-top: 115px;
    padding-bottom: 115px;
    background-image: url("../images/bg_note.svg");
    background-size: 500px;
background-color: #f2f2f2;
}
.system h2 {
    font-weight: 800;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.7;
    color: var(--c-base);
    background-image: url("../images/ico_ttl.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
}
.system h2 .line {
    background:linear-gradient(transparent 0%, #ffff00 0%);
    padding-left: 5px;
    padding-right: 5px;
}
.system h2 .red {
    color: #F30E12;
}
.system__link {
    display: flex;
    gap:30px;
    margin-bottom: 80px;
}
.system__link li{
    width: calc((100% - 30px) / 2);
}
.system__link li a{
    display: block;
}
.system__link li a:hover {
    opacity: 0.8;
}
.system__item {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
}
.system__item:not(:last-child) {
    margin-bottom: 70px;
}
.system__item h3 {
    background-color: #fce57c;
    font-size: 47px;
    font-weight: 800;
    text-align: center;
    line-height: 1.8;
    padding: 40px 10px;
    color: var(--c-base);
}
.system__item--re h3 {
  color: var(--c-or);
}
.system__item-sub {
    background-color: var(--c-base);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
}
.system__item-sub span {
    background-color: #ffff00;
    color: #F30E12;
    padding-left: 10px;
    padding-right: 10px;
}
.system__item--re .system__item-sub {
  background-color: var(--c-or);
}
.system__item-lead {
    text-align: center;
}
.system__item-open {
    background-color: var(--c-or);
    text-align: center;
    padding: 30px;
    margin-top: 40px;
}
.system__item--re .system__item-open {
    background-color: var(--c-base);
}
.system__item-open-btn {
    background-color: #fff;
    border-radius: 40px;
    color: var(--c-or);
    font-weight: 700;
    font-size: 22px;
    max-width: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: auto;
    position: relative;
    cursor: pointer;
    transition: ease-in-out .2s;
}
.system__item-open-btn:hover {
    opacity: 0.8;
}
.system__item-open-btn:after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top-width: 3px;
    border-right-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: var(--c-or);
    border-right-color: var(--c-or);
}
.system__item-open-btn.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}
.system__item-open-btn .close {
    display: none;
}
.system__item-open-btn.active .open {
    display: none;
}
.system__item-open-btn.active .close {
    display: block;
}
.system__item--re .system__item-open-btn {
  color: var(--c-base);
}
.system__item--re .system__item-open-btn:after {
    border-top-color: var(--c-base);
    border-right-color: var(--c-base);
}
.system__item-dtl {
    padding: 30px 50px 50px 50px;
    display: none;
}
.system__item-point {
    text-align: center;
    margin-bottom: 70px;
    border: var(--c-or) 1px solid;
    padding: 40px;
    padding-top: 0;
    margin-top: 30px;
}
.system__item-point h4 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 40px;
    color: var(--c-or);
    margin-top: -30px;
    
}
.system__item-point h4 span {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    
}
.system__item-point ul {
    display: flex;
    gap:50px;
}
.system__item-point ul li {
    width: calc((100% - 100px) / 3);
}
.system__item-dtl-blk:not(:last-child) {
    margin-bottom: 60px;
}
.system__item-dtl-blk h4 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--c-base);
}
.system__other {
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
}
.system__other h4 {
    font-weight: 700;
    font-size: 22px;
    color: var(--c-base);
    text-align: center;
    margin-bottom: 30px;
}
.system__other dl {
    background-color: var(--c-base);
    border-radius: 8px;
}
.system__other dl:not(:last-child) {
    margin-bottom: 20px;
}
.system__other dt {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    cursor: pointer;
    position: relative;
}
.system__other dt:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top-width: 3px;
  border-right-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
}
.system__other dt.active:after {
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.system__other dt:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.system__other dd {
    background-color: #fff;
    border: var(--c-base) 2px solid;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px;
    display: none;
}
.system__other dd table {
    margin-top: 20px;
}
.system__other dd h5 {
    font-weight: 700;
    color: var(--c-base);
    font-size: 17px;
}
.system__other dd h5:not(:first-child) {
    margin-top: 5px;
}
.system__other dd h5:before {
    content: "●";
}
.basic-tbl {
    border-top: #4d4d4d 1px solid;
    border-left: #4d4d4d 1px solid;
    line-height: 1.8;
}
.basic-tbl--mdt {
    margin-top: 40px;
}
.basic-tbl th {
    border-bottom: #4d4d4d 1px solid;
    border-right: #4d4d4d 1px solid;
    padding: 10px;
    width: 150px;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    background-color: #eeede9;
}
.basic-tbl thead th {
    text-align: center;
}
.basic-tbl td {
    border-bottom: #4d4d4d 1px solid;
    border-right: #4d4d4d 1px solid;
    padding: 10px;
}
.system__item-dtl-cau {
    font-size: 13px;
    margin-top: 10px;
}
.system__item-dtl-max {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    background-color: #ffff00;
    padding: 10px;
    border-radius:8px;
    margin-bottom: 30px;
    
}
.system__item-dtl-payment {
    text-align: center;
}
.system__item-dtl-payment:not(:last-child) {
    margin-bottom: 40px;
}
.system__item-dtl-payment p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.system__item-dtl-payment dl {
    border-radius: 10px;
    line-height: 1.5;
    padding: 25px;
    background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(230, 230, 230, 1) 3px, rgba(230, 230, 230, 1) 6px );
}
.system__item-dtl-payment dt {
    font-size: 28px;
    font-weight: 800;
}
.system__item-dtl-payment dd {
    color: var(--c-base);
    font-size: 22px;
    font-weight: 800;
    margin-top: 5px;
}
.system__item-dtl-payment dd.cau {
    background-color: #ffff00;
    color: #4d4d4d;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-top: 15px;
}
.system__item-dtl-blk .attention {
    font-size: 13px;
    margin-top: 30px;
    color: #808080;
}
.system__item-dtl-blk .attention li {
    text-indent: -1em;
    padding-left: 1em;
}
.system__item-dtl-dot li:before {
    content: "●";
}
.system__item-dtl-dot li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
}
.system__item-dtl-dot li:not(:last-child) {
    margin-bottom: 10px;
}
.system__item-dtl-blk .cau {
    margin-top: 10px;
    font-size: 13px;
}
.basic-tbl--re td {
    width: 43%;
    
}
.system__item-dtl-attention {
    font-size: 13px;
    margin-top: 15px;
}
.system__item-dtl-attention li {
    padding-left: 1em;
    text-indent: -1em;
}
.system__item-dtl-attention li:before {
    content: "・";
}
.school-bnr {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    border-radius: 25px;
    position: relative;
    z-index: 3;
    margin-top: -25px;
    background-color: #fff;
    margin-bottom: -25px;
}
.school-bnr h2 {
    font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
    color:var(--c-base);
}


.school-bnr a {
    display: block;
    background-color: var(--c-base);
    color: #fff;
    padding: 30px;
    border: var(--c-base) 2px solid;
    position: relative;
    font-weight: 700;
}
.school-bnr a:hover {
    opacity: 0.8;
}
.school-bnr a:before {
    left: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    background-image: url("../images/school01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    z-index: 1;
}
.school-bnr a:after {
    right: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    background-image: url("../images/school02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    z-index: 1;
}
.school-bnr dt {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.school-bnr dt span {
    display: block;
    font-size: 85%;
}
.school-bnr dd {
    font-size: 17px;
    background-color: #fff;
    color: var(--c-base);
    border-radius: 40px;
    padding: 5px 40px;
    display: inline-block;
    background-image: url("../images/ico_blank_b.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.voice {
    padding-top: 115px;
  padding-bottom: 115px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 234, 227, 1) 4px, rgba(255, 234, 227, 1) 8px );
background-color: #ffe3e3;
    position: relative;
}
.voice h2 {
    font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.7;
    color: var(--c-base);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    background-image: url("../images/ico_ttl.png");
}
.voice__lead {
    text-align: center;
    margin-bottom: 70px;
}
.voice__row {
    display: flex;
    gap:50px;
}
.voice__item {
    background-color: #fff;
    border-radius: 15px;
    padding: 60px;
}
.voice__item:not(:last-child) {
    margin-bottom: 50px;
}
.voice__item-visual {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 40px;
    background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgb(235, 235, 235) 3px, rgb(235, 235, 235) 6px );
}
.voice__item-img {
    position: relative;
    flex-shrink: 0;
    width: 50%;
    
}
.voice__item-txt {
        padding: 5%;
    }
.voice__item-comment-img {
    display: flex;
    align-items: center;
    gap:40px;
    margin-top: 40px;
}
.voice__item-comment-img li img {
    border-radius: 10px;
}
.voice__item-pos {
    line-height: 1.8;
}
.voice__item-img span {
    position: absolute;
    z-index: 1;
    left: 0;
    background-color: #ffff00;
    bottom: 0;
    width: 120px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
.voice__item-img img {
}
.voice__item dl {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}
.voice__item dt {
    font-size: 14px;
    margin-bottom: 5px;
    background-color: #ffff00;
    text-align: center;
    width: 120px;
    padding: 5px;
    margin-bottom: 10px;
}
.voice__item dd {
    font-size: 23px;
}
.voice__item dd span {
    font-size: 70%;
}
.voice__item-comment h3:not(:first-child) {
    margin-top: 25px;
}
.voice__item-comment h3 {
    font-weight: 800;
    color: var(--c-base);
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff5cb;
}
.group {
    padding-top: 100px;
    padding-bottom: 125px;
    border-radius: 25px;
    position: relative;
    background-color: #fff;
    z-index: 5;
    margin-top: -25px;
}
.group h2 {
    font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.7;
  color: var(--c-base);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    background-image: url("../images/ico_ttl.png");
}
.group__lead {
    text-align: center;
    margin-bottom: 60px;
}


.group__link {
    display: flex;
    gap:30px;
    flex-wrap: wrap;
    margin-top: 80px;
}
.group__link-blk {
    width: calc((100% - 60px) / 3);
}
.group__link-blk a {
    display: block;
    
}
.group__link-blk a:hover {
    opacity: 0.8;
}
.group__link-blk h3 {
    background-color: #726961;
    color: #fff;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    flex-flow: column;
    line-height: 1.2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.group__link-blk h3 span {
    font-size: 80%;
    margin-bottom: 5px;
}
.group__link-blk-img img {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: #726961 1px solid;
    box-sizing: border-box;
}
.group__link-blk-btn {
    background-color: var(--c-base);
    color: #fff;
    text-align: center;
    display: flex;
    height: 50px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 40px;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    margin-left: 7%;
    margin-right: 7%;
    background-image: url("../images/ico_blank_w.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.group__link-blk-img {
    
}
.group .basic-tbl {
    text-align: center;
}
.group .basic-tbl thead th {
    width: auto;
}
.group .basic-tbl tbody th {
    width: 220px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}
.group .basic-tbl tbody .bg-gray th{
    background-color: #e0e6e9;
}
.group .basic-tbl tbody .bg-gray td{
    background-color: #e0e6e9;
}
.school-bnr--bg {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 234, 227, 1) 4px, rgba(255, 234, 227, 1) 8px );
background-color: #ffe3e3;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 115px;
    padding-bottom: 115px;
}
.group__ttl {
    font-weight: 800;
    font-size: 19px;
    color: var(--c-base);
    margin-bottom: 20px;
    text-align: center;
}
.footer {
    background-color: var(--c-base);
    text-align: center;
    padding-top: 180px;
    padding-bottom: 180px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    z-index: 5;
    margin-top: -25px;
}
.footer img {
    width: 280px;
}
br.sp-only {
        display: none;
    }
.scroll-txt {
    display: none;
}
.example {
background-image: url("../images/bg_note.svg");
  background-size: 500px;
    position: relative;
    z-index: 4;
    background-color: #f2f2f2;
    padding-top: 100px;
  padding-bottom: 100px;
    border-radius: 25px;
    margin-top: -25px;
    margin-bottom: -25px;
}
.example h2{
    font-weight: 800;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.7;
  color: var(--c-base);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 30px;
  background-image: url("../images/ico_ttl.png");
}
.example h2 span {
    font-size: 15px;
    display: block;
    margin-top: 20px;
    font-weight: 500;
}
.example__lead {
  text-align: center;
  margin-bottom: 60px;
}
.example__row {
    display: flex;
    gap:50px;
    align-items: flex-end;
}
.example__item {
    width: calc((100% - 50px) / 2);
}
.example__item ul {
    color: var(--c-base);
    font-size: 17px;
    font-weight: 700;
    border-top: var(--c-base) 3px solid;
    border-bottom: var(--c-base) 3px solid;
    text-align: center;
}
.example__item ul li {
    padding: 5px;
}
.example__item ul li:not(:last-child) {
    border-bottom: var(--c-base) 1px dashed;
}
.example__item-img {
    width: 63%;
    margin: auto;
    padding-right: 15%;
}
@media screen and (max-width:980px){

html {
    font-size: calc(100vw / 37.5);
  }
    body {
        font-size: 1.3rem;
        line-height: 1.9;
    }
    br.sp-only {
        display: inherit;
    }
    br.sp-none {
        display:none;
    }
.inner {
  width: 90%;
}
.header__site-id img {
  width: 18rem;
}
.header {
  left: 2rem;
  top: 2rem;
}
.visual {
  padding-bottom: 4rem;
  padding-top: 9rem;
}
    .visual h2 {
        text-align: center;
    }
.visual h2 img.sp {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
}
.visual h2 img.pc {
    display: none;
}
.visual .swiper-container {
  bottom: 20rem;
}
.visual::before {
  bottom: 20rem;
    height: 11rem;
}
.visual h2 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.visual__lead h2 span {
  padding-left: 1rem;
  padding-right: 1rem;
    display: block;
}
.visual__lead h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
    line-height: 1.7;
}
.visual__lead ul {
  display:block;
}
.visual__lead ul li {
  width: 75%;
    margin-left: auto;
    margin-right: auto;
}
    .visual__lead ul li:not(:last-child) {
        margin-bottom: 1rem;
    }
.visual__lead ul li p {
  margin-top: 0.1rem;
  font-size: 1.1rem;
}
.slide li img {
  width: 21rem;
}
.comment {
  padding-top: 4rem;
  padding-bottom: 4rem;
    border-radius: 1.5rem;
    margin-top: -2rem;
    margin-bottom: -2rem;
}
.comment h2 {
  font-size: 1.8rem;
  line-height: 1.5;
    margin-bottom: 3rem;
}
.comment ul {
  gap: 2rem;
}
.comment ul li {
  width: calc((100% - 2rem) / 2);
}
.comment__img01 {
  width: calc(115px * 0.6);
}
.comment__img02 {
    width: calc(116px * 0.6);
}
.comment__img03 {
    width: calc(115px * 0.6);
}
.comment__img04 {
    width: calc(111px * 0.6);
}
.comment__img05 {
    width: calc(135px * 0.6);
}
.comment ul li dd {
  border-radius: 0.5rem;
  padding: 1rem;
  line-height: 1.6;
  min-height: 8rem;
  font-size: 1.2rem;
    text-align: left;
}
.system {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.system h2 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.5;
    background-size: 3rem;
    padding-top: 2.5rem;
}
.system__link {
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.system__link li {
  width: calc((100% - 1.5rem) / 2);
}
.system__item h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9rem;
    padding-bottom: 2rem;
}
.system__item-sub {
  font-size: 1.4rem;
  max-width: inherit;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.system__item-lead {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
}
.system__item-open {
  padding: 1.5rem;
  margin-top: 3rem;
}
.system__item-open-btn {
  border-radius: 4rem;
  font-size: 1.4rem;
  max-width: inherit;
  height: 5rem;
    padding-right: 3rem;
}
    .system__item-open-btn.active {
    padding-right: 0rem;
}
.system__item {
  border-radius: 1rem;
}
.system__item:not(:last-child) {
  margin-bottom: 4rem;
}
.system__item-dtl {
  padding: 5rem 1.5rem 1.5rem 1.5rem;
    display: none;
}
.system__item-point {
  margin-bottom: 3rem;
  padding: 1.5rem;
  margin-top: 0rem;
}

.system__item-point h4 {
  font-size: 1.6rem;
  line-height: 1.5;
    display: block;
    margin-top: -2.5rem;
    margin-bottom: 2rem;
}
.system__item-point h4 span {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1.5rem;
    
}
.system__item-dtl-blk h4 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.system__item-dtl-blk:not(:last-child) {
  margin-bottom: 3rem;
}
.system__item-point ul {
  gap: 1rem;
}
.system__item-point ul li {
  width: calc((100% - 2rem) / 3);
}
.basic-tbl {
  line-height: 1.7;
    font-size: 1.3rem;
}
.basic-tbl th {
  padding: 0.8rem;
  width: 5rem;
    vertical-align: middle;
    text-align: center;
}
.basic-tbl td {
  padding: 0.8rem;
}
.system__item-dtl-cau {
  font-size: 1.1rem;
  margin-top: 1rem;
}
.system__item-dtl-max {
  font-size: 1.8rem;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
    line-height: 1.4;
}
.system__item-dtl-payment p {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.system__item-dtl-payment dt {
  font-size: 1.8rem;
}
.system__item-dtl-payment dd {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.system__item-dtl-payment dl {
  border-radius: 0.5rem;
  line-height: 1.5;
  padding: 1.5rem;
}
.system__item-dtl-payment:not(:last-child) {
  margin-bottom: 3rem;
}
.system__item-dtl-payment dd.cau {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding: 0.5rem;
}
.system__item-dtl-blk .attention {
  font-size: 1.2rem;
  margin-top: 2rem;
}
.system__item-dtl-attention {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.system__item-dtl-dot li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.system__item-open-btn::after {
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.7rem;
  border-top-width: 0.3rem;
  border-right-width: 0.3rem;
}
.system__item-open-btn.active::after {
  margin-top: -0.3rem;
}
.system__other h4 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.system__other {
  padding: 3rem 1.5rem;
  border-radius: 1rem;
}
.system__other dt {
  font-size: 1.5rem;
  padding: 1rem;
}
.system__other dd {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 1.5rem;
}
    .system__other dd table th {
        width: auto;
        display: block;
    }
    .system__other dd table td {
        width: auto;
        display: block;
    }
.system__other dl {
  border-radius: 0.5rem;
}
.system__other dl:not(:last-child) {
  margin-bottom: 1rem;
}
.system__other dt::after {
  right: 2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.7rem;
    border-top-width: 0.3rem;
    border-right-width: 0.3rem;
}
.system__other dd h5 {
  font-size: 1.5rem;
}
.system__other dd h5:not(:first-child) {
  margin-top: 0.5rem;
}
.school-bnr h2 {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.school-bnr dt {
  font-size: 1.4rem;
  margin-bottom: 1rem;
    line-height: 1.4;
}
.school-bnr dd {
  font-size: 1.2rem;
  border-radius: 4rem;
  padding: 0.5rem 2.7rem;
  line-height: 1.5;
    background-position: right 1rem center;
    background-size: 1.2rem;
}
    .school-bnr dd .no-space {
        display: none;
    }
    .school-bnr a {
        padding: 1rem;
    }

.school-bnr {
  padding-top: 4rem;
  padding-bottom: 4rem;
    border-radius: 1.5rem;
    margin-top: -2rem;
    margin-bottom: -2rem;
}
.school-bnr a::before {
  width: 5.5rem;
    }
.school-bnr a::after {
  width: 5.5rem;
    }
.voice {
  padding-top: 6rem;
    padding-bottom: 8rem;
}
.voice h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.5;
    background-size: 3rem;
    padding-top: 2.5rem;
}
.voice__lead {
  margin-bottom: 4rem;
}
.voice__row {
  display: block;
}
    .voice__item:not(:last-child) {
        margin-bottom: 3rem;
    }

.voice__item-img span {
  width: 12rem;
  font-size: 1.3rem;
}
.voice__item dl {
  margin-bottom: 1rem;
}
.voice__item dd {
    font-size: 1.8rem;
  }
.voice__item dt {
  font-size: 1.2rem;
  margin-bottom: 1rem;
    width: 8.2rem;
  padding: 0.3rem;
}
.voice__item-comment h3 {
  font-size: 1.4rem;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.voice__item-comment h3:not(:first-child) {
  margin-top: 2rem;
}
.voice__item-comment-img li img {
  border-radius: 0.8rem;
}
.voice__item-comment-img {
  gap: 1rem;
  margin-top: 2rem;
}
.voice__item {
  border-radius: 1rem;
  padding: 0rem;
    overflow: hidden;
    border-radius: 1rem;
}
.voice__item-visual {
  display: block;
  border-radius: 0rem;
  margin-bottom: 3rem;
}
    .voice__item-comment {
        padding: 2rem;
        padding-top: 0;
    }
.voice__item-img {
  width: 100%;
}
.voice__item-txt {
  padding: 2rem;
}
.group {
  padding-top: 4rem;
  padding-bottom: 8rem;
    border-radius: 1.5rem;
}
.group h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.7;
    padding-top: 2.5rem;
    background-size: 3rem;
}
.group__lead {
  margin-bottom: 3rem;
}
    .tbl-scroll {
        overflow: auto;
    }
    .tbl-scroll table{
        white-space: nowrap;
    }
.scroll-txt {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.group__link {
  display: block;
  margin-top: 4rem;
}
.group__link-blk {
  width: auto;
}
    .group__link-blk:not(:last-child) {
        margin-bottom: 4rem;
    }
.group__link-blk h3 {
  height: 7rem;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
.group__link-blk-btn {
  height: 5rem;
  font-size: 1.4rem;
  border-radius: 4rem;
  margin-top: -2.5rem;
    background-size: 1.2rem;
    background-position: right 2rem center;
}
.group__ttl {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.footer {
  padding-top: 8rem;
  padding-bottom: 8rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    margin-top: -2rem;
}
.footer img {
  width: 20rem;
}
.school-bnr--bg {
    padding-top: 6rem;
    padding-bottom: 7rem;
    border-radius: 0;
}
.example {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 1.5rem;
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.example h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: 1.7;
    padding-top: 2.5rem;
    background-size: 3rem;
  }
.example h2 span {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.school-bnr dt span {
  margin-top: 0.5rem;
}
.example__row {
  display: block;
}
.example__item {
  width:auto;
}
    .example__item:not(:last-child) {
        margin-bottom: 2rem;
    }
.example__lead {
  margin-bottom: 3rem;
}
.example__item-img {
  width: 56%;
    margin: auto;
    padding-right: 15%;
}
    .example__item:not(:last-child) {
        margin-bottom: 3rem;
    }
.example__item ul {
    border-bottom-width: 2px;
    border-top-width: 2px;
  font-size: 1.5rem;
}
.example__item ul li {
  padding: 0.4rem;
}
}







