@charset "UTF-8";

body {
    overflow-x: hidden;
}

.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);
}

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

.fadeInDown.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%;
}

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

.about {
    padding: 80px 0 0 0;
}

.about .about__header .read {
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
}

.about .about__header .read strong {
    font-size: 120%;
    color: #eda045;
}

.about .about__ttl {
    position: relative;
    text-align: center;
}

.about .about__ttl .new {
    position: absolute;
    top: 80px;
    left: 140px;
    width: 140px;
    height: auto;
}

.about .about__ttl p {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 15px auto;
    padding: 7px 10px;
    background-color: #00336A;
    color: #fff;
    border: solid 3px #00336A;
    box-sizing: border-box;
    letter-spacing: .04em;
    font-size: 18px;
}

.about .about__ttl p:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #00336A;
    z-index: 2;
}

.about .about__ttl p:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #00336A;
    z-index: 1;
}

.about .about__ttl h2 {
    font-size: 34px;
    color: #00336A;
}

.about .about__ttl h2 span {
    display: block;
    font-size: 80%;
    margin-top: 26px;
}

.about .about__ttl h2 strong {
    color: #eda045;
    font-size: 140%;
}

.about .about__ttl h3 {
    color: #ff2d2d;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    font-size: 140%;
}

.about .about__box {
    margin: 20px auto 0 auto;
    max-width: 800px;
    padding: 24px 24px 40px;
    border: 2px solid #00336A;
}

.about .about__box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    text-align: center;
    color: #ff2d2d;
}

.about .about__box dl dd {
    font-size: 18px;
    text-align: center;
}

.about .about__box dl dd strong {
    color: #eda045;
}

.about .target {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.about .target dt span {
    margin-right: 4px;
}

.about .about__body {
    margin-top: 24px;
    padding: 80px 0;
    position: relative;
    background: rgb(0,51,106);
    background: linear-gradient(141deg, rgba(0,51,106,1) 0%, rgba(17,73,133,1) 57%, rgba(119,161,207,1) 100%);
}

.about .about__body__inner {
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
}

.about .about__body article:nth-child(2) {
    margin-top: 60px;
}

.about .about__body h3 {
    font-size: 24px;
    background-color: #00336a;
    color: #fff;
    margin-bottom: 36px;
    font-weight: 700;
    padding: 4px 16px;
}

.about .about__body h4 {
    text-align: center;
    font-size: 20px;
    color: #00336a;
    margin-bottom: 20px;
}

.about .about__body h5 {
    color: #00336a;
    font-size: 125%;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-left: 40px;
    margin-bottom: 16px;
}

.about .about__body ol {
    display: flex;
    justify-content: space-between;
}

.about .about__body ol li:not(.last) {
    border: 1px solid #fff;
    width: 200px;
    position: relative;
}

.about .about__body ol li:not(.last):not(:first-child)::before {
    content: "";
    position: absolute;
    top: 70%;
    left: -45px;
    background-image: url(../images/link01_figure_icon_03.svg);
    width: 25px;
    height: 2px;
}

.about .about__body ol li.last::before {
    content: "";
    position: absolute;
    top: 70%;
    left: -45px;
    background-image: url(../images/link01_figure_icon_04.svg);
    width: 25px;
    height: 10px;
}

.about .about__body ol li:not(.last) dl dt {
    color: #00336a;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    height: 64px;
    display: table;
    width: 100%;
}

.about .about__body ol li:not(.last) dl dt.new {
    position: relative;
}

.about .about__body ol li:not(.last) dl dt.new img {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 90px;
    height: auto;
}

.about .about__body ol li:not(.last) dl dt p {
    display: table-cell;
    vertical-align: middle;
}

.about .about__body ol li:not(.last) dl dd {
    color: #00336a;
    display: table;
    width: 100%;
    padding: 20px 0;
}

.about .about__body ol li:not(.last) dl dd .wrap {
    display: table-cell;
    vertical-align: middle;
}

.about .about__body ol li dl dt p span {
    font-size: 60%;
    transform: translateY(-7px);
    display: inline-block;
}

.about .about__body ol li dl dd p {
    font-size: 112.5%;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px;
}

.about .about__body ol li dl dd p strong {
    font-size: 300%;
    color: #333;
}

.about .about__body ol li.last {
    position: relative;
}

.about .about__body ol li.last dl {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.about .about__body ol li.last dt,
.about .about__body ol li.last dd {
    width: 100%;
    text-align: center;
}

.about .about__body ol li.last dt {
    color: #00336a;
    font-size: 125%;
    font-weight: 700;
}

.about .about__body ol li.last dd {
    font-size: 153%;
    color: #00336a;
    transform: translateY(20px);
}

.about .about__body ol li.last dd strong {
    color: #ff2d2d;
}

.about .about__body .more {
    margin-top: 60px;
}

.about .about__body .more ol li.none::before {
    display: none;
}

.about .detail-header {
    display: flex;
    gap: 64px;
    justify-content: center;
}

.about .detail-header-inner dt {
    color: #00336a;
    font-size: 125%;
    font-weight: 700;
    text-align: center;
}

.about .detail-header-inner dd {
    font-size: 153%;
    color: #00336a;
}

.about .detail-header-inner dd p {
    font-size: 112.5%;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5px;
}

.about .detail-header-inner dd p strong {
    font-size: 360%;
    color: #ff2d2d;
}

.about .caution {
    margin-top: 60px;
    text-align: center;
}

.about .caution p {
    font-size: 18px;
    color: #00336a;
}

.about .openCampus {
    margin-top: 16px;
}

.about .openCampus p {
    text-align: center;
    margin-bottom: 24px;
    color: #00336a;
}

.about .openCampus .btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.about .openCampus .btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 340px;
    padding: 16px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #00336a;
    border-radius: 6px;
}

.about .openCampus .btn span {
    font-size: 80%;
}

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

.record {
    position: relative;
    padding: 120px 0 80px 0;
}

.record .numberOne {
    position: absolute;
    top: 110px;
    left: 20vw;
    width: 300px;
    height: auto;
}

.record h2 {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #00336A;
    line-height: 1.4;
}

.record h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 150px;
    height: 3px;
    background-color: #00336A;
}

.record h2 span {
    display: block;
    font-size: 74%;
}

.record .record__wrap {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.record .record__content {
    width: calc((100% - 24px) / 2);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.record .record__inner {
    width: calc((100% - 24px) / 2);
}

.record .pass-record {
    position: relative;
}

.record .pass-record__txt {
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #00336A;
    z-index: 2;
}

.record .pass-record__txt p {
    font-size: 18px;
}

.record .pass-record img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.record .pass-record__num {
    line-height: 1.2;
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #00336A;
}

.record .pass-record__num strong {
    font-size: 56px;
}

.record .pass-record__ttl {
    padding: 5px 0;
    font-size: 18px;
    letter-spacing: .04em;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.record .record__content h4 {
    width: 100%;
    margin: 0 auto 16px auto;
    max-width: 320px;
    text-align: center;
    color: #fff;
    background-color: #00336a;
    font-weight: 700;
    padding: 4px 16px;
    font-size: 18px;
    display: inline-block;
}

.reason {
    padding: 80px 0;
    background: rgb(0,51,106);
    background: linear-gradient(141deg, rgba(0,51,106,1) 0%, rgba(17,73,133,1) 57%, rgba(119,161,207,1) 100%);
}

.reason h2 {
    position: relative;
    margin-bottom: 56px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.reason h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 150px;
    height: 3px;
    background-color: #fff;
}

.reason .reason__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.reason .reason__content {
    width: calc((100% - 24px) / 2);
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
}

.reason .reason__content .reason__img {
    width: 100%;
    height: auto;
}

.reason .reason__ttl {
    min-height: 65px;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
}

.reason .reason__ttl img {
    display: block;
    width: auto;
    height: 35px;
}

.reason .reason__ttl h3 {
    font-size: 24px;
    color: #00336A;
}

.reason .reason__ttl span {
    display: block;
    width: 100%;
    font-size: 16px;
}

.reason p {
    min-height: 90px;
}

.voice {
    padding: 80px 0;
    background: rgb(0,51,106);
    background: radial-gradient(circle, rgba(0,51,106,1) 0%, rgba(255,251,225,1) 0%, rgba(185,218,255,1) 100%);
}

.voice h2 {
    position: relative;
    margin-bottom: 56px;
    font-size: 40px;
    text-align: center;
    color: #00336A;
}

.voice h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 150px;
    height: 3px;
    background-color: #00336A;
}

.voice .voice__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px 24px;
}

.voice .voice__content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc((100% - 24px) / 2);
}

.voice .voice__img {
    width: 40%;
}

.voice .voice__img img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.voice .voice__txt {
    width: 60%;
    padding: 16px;
    background-color: #fff;
    box-sizing: border-box;
    transform: translate(-20px, 20px);
    box-shadow: 0 0 10px #d8d8d8;
}

.voice .voice__txt h3 {
    font-size: 20px;
    color: #00336A;
    margin-bottom: 8px;
}

.department {
    width: 100%;
    padding: 80px 0;
}

.department h2 {
    position: relative;
    margin-bottom: 56px;
    font-size: 40px;
    text-align: center;
    color: #00336A;
}

.department h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 150px;
    height: 3px;
    background-color: #00336A;
}

.department ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 16px; */
    margin-top: 20px;
}
.department ul li {
    width: calc((100% - 16px) / 2);
}

.department ul li a {
    display: block;
}

.department ul li a .img01 {
    height: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.department ul li .img01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.department ul li .img01 .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 51, 106, 0.9);
    padding: 0.5em;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    height: 2em;
    display: flex;
    align-items: center;
}

.department ul li .class {
    font-weight: 500;
    color: #00336A;
    text-decoration: underline;
    margin-top: 0.5em;
}

.department ul li .txt01 {
    line-height: 1.4;
    margin-top: 0.35em;
}