@charset "UTF-8";

body {
    overflow-x: hidden;
}

body * {
    box-sizing: border-box;
}

section {
    padding: 50px 0;
    margin: 50px auto;
}

.mt_20 {
    margin-top: 20px;
}

.animation {
    transition-property: all;
    transition-duration: 1.8s;
    transition-timing-function: ease;
    transition-delay: 0;
}

.fadeInUp {
    opacity: 0;
    transform: translateY(25px);
}

.fadeInUp.is-active {
    opacity: 1;
    transform: translateY(0);
}

.fadeInLeft {
    opacity: 0;
    transform: translateX(25px);
}

.fadeInLeft.is-active {
    opacity: 1;
    transform: translateX(0);
}

.marker {
    display: inline;
    background: linear-gradient(transparent 50%, #ffee009e 50%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition:background-size 1.5s;
}

.marker.is-active {
    background-size: 100% 100%;
}

.ttl {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid;
}

.ttl img {
    width: 75px;
    height: auto;
}

.ttl .ttl-inner {
    width: calc(100% - 56px);
    padding: 8px 0;
}

.ttl .ttl-inner h2 {
    font-size: 28px;
    color: #ff2d2d;
}

.ttl .ttl-inner h2 span {
    display: block;
    font-size: 70%;
    color: #333;
}

.sub-ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sub-ttl span {
    margin-left: 18px;
    font-size: 65%;
    font-weight: 400;
}

.sub-ttl .icon {
    padding: 6px;
    background: red;
    color: #fff;
    font-size: 18px;
    letter-spacing: .04em;
    font-weight: 700;
}

.sub-ttl + * {
    display: block;
    margin-top: 16px;
}

.read {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .04em;
}

.btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 15em;
    margin-top: 1em;
    padding: 0.35em 1em 0.5em;
    font-size: inherit;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    background: #00336A;
    text-align: center;
}

.btn .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.btn02-wrap {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 60px auto 0 auto;
}

.btn02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 360px;
    padding: 16px 20px;
    color: #00336A;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #00336A;
    border-radius: 6px;
}

.btn02 .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.banner {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0 auto;
}

.banner img {
    width: 100%;
    height: auto;
}

#linkArea {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#linkArea .btnArea {
    border: 2px solid #00336a;
    height: 100px;
    line-height: 80px;
    text-align: center;
    background: #ffffff;
    box-shadow: 4px 4px 0 #7e7e86;
    box-sizing: border-box;
}

#linkArea .btnArea p {
    border: 1px solid #00336a;
    width: 99.2%;
    height: 90px;
    margin: 3px 0 0 3px;
    box-sizing: border-box;
}

#linkArea .btnArea a {
    color: #00336a;
    display: block;
    font-size: 212.5%;
    font-weight: 700;
    position: relative;
}

#linkArea .btnArea a::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../images/linkArea_arrow_01.svg");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
}

#linkArea .btnArea a span {
    font-size: 80%;
    font-weight: 500;
}

.container {
    font-feature-settings: "palt";
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}


.ankerLink {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 100px;
}

.ankerLink a {
    position: relative;
    display: block;
    width: calc((100% - 48px) / 4);
    text-align: center;
    border: 2px solid #00336A;
    padding: 24px;
    transition: all .6s;
}

.ankerLink a:hover {
    background-color: #00336A;
}

.ankerLink a:hover h2 {
    color: #fff;
}

.ankerLink a:hover h3 {
    border-color: #fff;
}

.ankerLink a .num {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    width: 70px;
    height: auto;
}

.ankerLink a .arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    width: 30px;
    height: auto;
}

.ankerLink h2 {
    font-size: 32px;
    font-weight: 700;
    color: #00336A;
    transition: all .6s;
}

.ankerLink h3 {
    color: #ff2d2d;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #00336A;
    font-size: 22px;
    font-weight: 500;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s;
}

.ankerLink h3 strong {
    font-weight: 700;
    font-size: 160%;
    margin-left: 6px;
}

.reason-content:not(:last-child) {
    margin-bottom: 60px;
}

.reason-img.flex {
    margin-top: 36px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.reason-img.flex img:first-child {
    width: 460px;
    height: auto;
}

.reason-img.flex img:not(:first-child) {
    width: 180px;
    height: auto;
}

.reason-content .txtBox {
    position: relative;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #333;
}

.reason-content .txtBox h3 {
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 18px;
    padding: 4px 8px;
    background-color: #fff;
}

.reason01,
.reason03 {
    background: #F9F7F1;
    background: linear-gradient(90deg, #F9F7F1 0%, #EFFBFF 100%);
}

.reason01 .reason-content.cont01b .reason-img {
    max-width: 600px;
}

.reason02 .reason-content.cont02a .reason-img {
    max-width: 600px;
}

.reason01 .reason-content.cont01b,
.reason02 .reason-content.cont02a,
.reason02 .reason-content.cont02b,
.reason02 .reason-content.cont02c,
.reason03 .reason-content.cont03c {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 24px;
}

.reason02 .reason-content.cont02b {
    align-items: flex-end;
}

.reason01 .reason-content.cont01b .reason-txt,
.reason02 .reason-content.cont02a .reason-txt,
.reason02 .reason-content.cont02b .reason-txt,
.reason02 .reason-content.cont02c .reason-txt,
.reason03 .reason-content.cont03c .reason-txt {
    width: 55%;
}

.reason01 .reason-content.cont01b .reason-img,
.reason02 .reason-content.cont02a .reason-img,
.reason02 .reason-content.cont02b .reason-img,
.reason02 .reason-content.cont02c .reason-img,
.reason03 .reason-content.cont03c .reason-img {
    width: calc(45% - 24px);
}

.reason03 .reason-content.cont03a .detail-wrap {
    display: flex;
    gap: 40px;
}

.reason03 .reason-content.cont03a .detail-wrap .detail h4 {
    font-size: 140%;
    padding: 0 0 0.1em 0.5em;
    line-height: 1;
    margin-bottom: 10px;
    color: #00336A;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.reason03 .reason-content.cont03a .detail-wrap .detail:first-child h4 {
    border-left: 0.25em solid #EB6143;
}

.reason03 .reason-content.cont03a .detail-wrap .detail:last-child h4 {
    border-left: 0.25em solid #3AB483;
}

.reason03 .reason-content.cont03a .detail-wrap .detail h5 {
    display: inline-block;
    font-size: 110%;
    font-weight: 500;
    color: #fff;
    background: #00336A;
    padding: 0 15px 2px 15px;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .data-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .rank {
    width: 50%;
    background: url(/school/point/rate/images/bg_01.png) 0 center no-repeat;
    background-size: 100% auto;
    text-align: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .rank dt {
    color: #00336A;
    font-size: 112.5%;
    text-decoration: underline;
    font-weight: 500;
    width: 100%;
    margin: -0.5em 0;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .rank dd {
    margin-top: -100px;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .rank dd .txt01 {
    color: #00336A;
    font-size: 230%;
    font-weight: 700;
    line-height: 1.4;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .rank dd .txt01.red {
    color: #ff0000;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .rank dd .txt02 {
    font-size: 75%;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .number {
    position: relative;
    color: #00336A;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .number .rateIcon01 {
    position: absolute;
    top: -25px;
    right: 5px;
    width: 80px;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .number .number01 {
    font-size: 250%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 1.1;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .number .number01 strong {
    font-size: 200%;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .number .average {
    font-size: 110%;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .number .average strong {
    font-size: 120%;
    margin-left: 0.25em;
}

.reason03 .reason-content.cont03a .detail-wrap .detail .data-wrap {
    display: flex;
    gap: 24px;
}

.reason04 .reason-content.cont04a h4 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    line-height: 1.4;
    color: #333;
}

.reason04 .reason-content.cont04a h4 .sub01 {
    font-size: 20px;
}

.reason04 .reason-content.cont04a h4 .underline {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.reason04 .reason-content.cont04a .note01 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
    line-height: 1.4;
    color: #333;
}

.reason04 .reason-content.cont04a .price {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.reason04 .reason-content.cont04a .price li {
    text-align: center;
    width: 320px;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
}

.reason04 .reason-content.cont04a .price li:first-child {
    border: 2px solid #f39bab;
    border-radius: 10px;
    color: #f39bab;
}

.reason04 .reason-content.cont04a .price li:nth-child(2) {
    border: 2px solid #3bcb9e;
    border-radius: 10px;
    color: #3bcb9e;
}

.reason04 .reason-content.cont04a .price li:last-child {
    border: 2px solid #6bb0f2;
    border-radius: 10px;
    color: #6bb0f2;
}

.reason04 .reason-content.cont04a .price li dl dt {
    font-size: 24px;
    line-height: 1.5;
    padding: 30px 0;
}

.reason04 .reason-content.cont04a .price li dl dd {
    font-size: 54px;
    color: #fff;
    line-height: 1;
    padding: 30px 0;
    position: relative;
}

.reason04 .reason-content.cont04a .price li dl dd .caution {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
}

.reason04 .reason-content.cont04a .price li:first-child dd {
    background-color: #f39bab;
}

.reason04 .reason-content.cont04a .price li:nth-child(2) dd {
    background-color: #3bcb9e;
}

.reason04 .reason-content.cont04a .price li:last-child dd {
    background-color: #6bb0f2;
}

.reason04 .reason-content.cont04a .price li:first-child dd::before {
    content: "";
    position: absolute;
    right: 0;
    top: -18px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f39bab transparent transparent transparent;
    border-width: 18px 10px 0 10px;
}

.reason04 .reason-content.cont04a .price li:nth-child(2) dd::before {
    content: "";
    position: absolute;
    right: 0;
    top: -18px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #3bcb9e transparent transparent transparent;
    border-width: 18px 10px 0 10px;
}

.reason04 .reason-content.cont04a .price li:last-child dd::before {
    content: "";
    position: absolute;
    right: 0;
    top: -18px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #6bb0f2 transparent transparent transparent;
    border-width: 18px 10px 0 10px;
}

.reason04 .reason-content.cont04a .list {
    width: 100%;
    max-width: 830px;
    margin: 40px auto 0 auto;
}

.reason04 .reason-content.cont04a .list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.reason04 .reason-content.cont04a .list li:last-child {
    margin-bottom: 0;
}