/**/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**/
html,
body {
    font-size: 62.5%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #555;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    /* width: 100%;
  height: 100%;
  min-height: 100%; */
    word-break: normal;
    word-wrap: break-word;
}

p,
li,
dt,
dd,
small {

    font-size: 12px;
    /*    font-size: 1.2rem;*/

    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 1px;
    text-align: left;
}

a {

    color: #000;

}

html,
body {
    overflow-x: hidden;

}

.flex_col_center h2 {
    font-size: 20px;
    padding: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 25px 0;
}

img {
    line-height: 1;
    font-size: 0;
    height: auto;
    max-width: 100%;
    border: 0;
    vertical-align: bottom;
}

input:focus {
    outline: none;
    border: 2px solid #1F82BB;
}

a:hover {
    text-decoration: none;
    opacity: .5;
}

ul,
ol,
li {
    list-style: none;
}

a:focus,
a:active {
    outline: none;
}

input:focus {
    outline: none;
    border: 2px solid #1F82BB;
}

a:hover {
    text-decoration: none;
    opacity: .5;
}

ul,
ol,
li {
    list-style: none;
}

ul.issuance_ul,
ul.issuance_ul li {
    list-style: disc !important;
}

ol.issuance_ol,
ol.issuance_ol li {
    list-style: decimal !important;
}

ul.issuance_ul.issuance_ul-kome,
ul.issuance_ul.issuance_ul-kome li {
        list-style: none !important;
}
ul.issuance_ul.issuance_ul-kome li:before {
    content: '\203B';
}

a:focus,
a:active {
    outline: none;
}

.btn--orange,
a.btn--orange {
    font-size: 12px;
    padding: 15px 18px !important;
    width: 260px;
    color: #fff;
    background-color: #14a1d4;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

a.btn--radius {
    border-radius: 100vh;
}

section {
    padding: 25px !important;
    /* background-color: #fcf3e3; */
}

/*
.container{
  margin: auto;
  padding: 25px 0;

}
*/

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left !important;
    position: relative;
}

.footer-footer-2 {
    color: #fff;
    /* background-color: rgba(19,161,212,0.87); */
    background: #ca3466;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.col-1 {
    width: 8.3333333333%;
}

.col-2 {
    width: 16.6666666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 32%;
}

.col-5 {
    width: 41.6666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-8 {
    width: 66.6666666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-11 {
    width: 91.6666666667%;
}

.col-12 {
    width: 100%;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_row_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex_col_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex_row_start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.bak-ee01 {
    background: #EEEEEE;
}

.line02 {
    border-radius: 5px;
    margin-bottom: 0px;
}

.map_top {
    margin-top: 80px;
}

.map_002 {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

/*======== header =======*/
.back_top:hover {
    background-image: url(../images/top_2.png) !important;
}

.cus_news {
    position: relative;
    /* border: 1px solid #9ccd5e; */
}

.sec_3 .col-6,
.sec_4 .col-6 {
    border-radius: 5px;
    overflow: hidden;
    margin: 5px;
}

.sec_3 .col-6.col6_1 {
    border: 2px solid rgba(19, 161, 212, 0.87);
}

.sec_3 .col-6.col6_2 {
    border: 2px solid rgba(51, 173, 135, 0.87);
}

.sec_3 h2.h2_1 {
    border-bottom: 1px solid rgba(19, 161, 212, 0.87);
    background-color: rgba(19, 161, 212, 0.87);
    color: #FFF;
    height: 100%;
    padding: 0;
    text-align: center;
}

.sec_3 h2.h2_2 {
    border-bottom: 1px solid rgba(51, 173, 135, 0.87);
    background-color: rgba(51, 173, 135, 0.87);
    color: #FFF;
}

.cus_news {
    display: grid;
    grid-template-columns: 80px auto;
    align-items: center;
    height: 100%;
}

.header .triangle {
    position: relative;
    z-index: 70;
    top: 0;
    left: 0;
}

.header .triangle:before {
    position: absolute;
    z-index: -1;
    display: block;
    width: 220px;
    height: 270px;
    background: #ffc107;
    /* background: url(/common/imgs/headerBg.png) top center no-repeat;
    background: #ffffff; */
    transform: skewY(-45deg);
    transform-origin: bottom left;
    content: "";

}

.mato {
    margin-top: -10px !important;
}

.main_menu {
    background-color: #CA3466;
    height: 80px;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}

.access a {
    color: #000000;
}

.access h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3rem;
}

.access p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-top: 5px;
}

.access dl {
    margin-top: 40px;
}

.access dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
}

.access dl dd {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    font-family: "Lato", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3";
    font-weight: 400;
    margin-top: 5px;
}

.access dl dd .jp {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 7px 8px 4px 8px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #AB75C7;
    background: #fff;
    margin-right: 10px;
    margin-left: 8px;
    vertical-align: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.school_name {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -5px;
    margin-left: 2rem;
    padding-right: 1rem;
}

.school_name a {
    width: 60px;
}

.school_name img {
    width: 50px;
}

.school_name div {
    padding-left: 1rem;
}

.main_menu h1 {
    color: #ffffff;
    font-size: 18px;
}

.main_menu h3 {
    font-weight: bold;
    color: white;
    font-size: 12px;
}

.main_menu .content h3 {
    margin: 0;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.main_menu .flex_row_start {
    /*  position: fixed;*/
    z-index: 51;
    top: 0;
    right: 0px;
}

.main_menu .content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(51, 173, 135, 0.87);
    width: 94px;
    margin-top: 16px;
    margin-right: 5px;
    height: 40px;
    opacity: inherit;
}

.header .flex_row_start a:hover {
    opacity: inherit;

}

.main_menu a:first-child .content,
.main_menu a:nth-child(5) .content,
.main_menu a:nth-child(10) .content {
    background: rgba(236, 0, 140, 0.87);
    border: solid 2px;
}

.main_menu a:nth-child(2) .content,
.main_menu a:nth-child(7) .content {
    background: #ffc107;
    border: 2px solid;
}

.main_menu a:nth-child(3) .content,
.main_menu a:nth-child(8) .content {
    border: 2px solid;
}

.main_menu a:nth-child(4) .content,
.main_menu a:nth-child(9) .content {
    border: solid 2px;
    background: rgba(19, 161, 212, 0.87);
}

.main_menu a:nth-child(7) .content,
.main_menu a:nth-child(8) .content {
    border: solid 2px;
}


.menu_icon {
    display: none;
    justify-content: center;
    margin-right: 15px;
}

.menu_icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 5px;
}

.menu_icon i {
    color: #ca3466;
    /* color: rgba(51,173,135,0.87); */
    font-size: 20px;
}

/* .main_menu a:first-child i, .main_menu a:nth-child(5) i{
  color: rgba(236,0,140,0.87);
}
.main_menu a:nth-child(2) i, .main_menu a:nth-child(6) i{
  color: rgba(255,230,0,0.87);
}
.main_menu a:nth-child(4) i, .main_menu a:nth-child(8) i{
  color: rgba(19,161,212,0.87);
} */

.hamburger {
    display: none;
}

/*======= body ========*/

.sec_1 {
    position: relative;
    width: 100%;
    margin-top: -48px;
    /* max-height: 620px; */
    height: 620px;
    overflow: hidden;
}



/*****map*****/
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*====== background image ======*/

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

svg {
    display: block;
    overflow: visible;
}

.unsechol img {
    width: 80%;
    /* margin-bottom: 30px; */
}

.unsechol {
    margin-top: 25px !important;
}

.slider_img {
    object-fit: cover;
    /*    height: 100%;*/
    width: 100%;
}

.slider-container {
    position: relative;
    height: 100%;
    user-select: none;
    overflow: hidden;
    /*  cursor: all-scroll;*/
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.chis {
    margin-left: 25px;

}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider.animating {
    transition: transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

.elementor-divider {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.elementor-divider-separator {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #00aceb;
    width: 200px;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    /* background-image: url(../images/student_1.png); */
}

.slide:nth-child(1) .slide__overlay-path {
    fill: #4050b6;
    /* fill: #e99c7e; */
    /*    fill: rgba(236, 0, 140, 0.87);*/
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    /* background-image: url(../images/student_2.png); */
}

.slide:nth-child(2) .slide__overlay-path {
    /* fill: #e1ccae; */
    fill: rgba(255, 193, 7, 1);
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    /* background-image: url(../images/student_3.png); */
}

.slide:nth-child(3) .slide__overlay-path {
    /* fill: #adc5cd; */
    fill: rgba(51, 173, 135, 0.87);
}

.slide:nth-child(4) {
    left: 300%;
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    /* background-image: url(../images/student_4.png); */
}

.slide:nth-child(4) .slide__overlay-path {
    /* fill: #cbc6c3; */
    fill: rgba(19, 161, 212, 0.87);
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 84%;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__overlay02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 100%;
    /* min-height: 810px; */
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* position: absolute; */
    margin-left: 2%;
    height: 780px;
    width: 20%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
}

.slide__text-heading {
    text-align: left;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 46px;
    line-height: 4.6rem;
    margin: 0 1.65%;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    word-break: break-all;
    overflow: hidden;
}

.slide__text-heading h2 {
    text-align: left;
    font-size: 22px;
    font-size: 2rem;
    line-height: 46px;
    line-height: 4.6rem;
    margin: 0 -0.35%;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    word-break: break-all;
    overflow: hidden;
}

.slide__text-heading h2 span {
    display: inline;
    border-bottom: 4px solid #fff;
    line-height: 38px;
    line-height: 3.8rem;
}

.slide__text-link p {
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    /*  margin: 0 1.65%;*/
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.slide__text-link p a {
    /*  font-size: 1.8rem;*/
    color: #fff;
}

.slide-3 .slide__text-link,
.slide-3 .slide__text-heading {
    /* color: #000; */
    text-shadow: 1px 1px #707070;
}

.slide__text a:hover {
    background: rgba(213, 1, 0, .75);
}

@media (max-width: 992px) {
    .font-karuseru_pc h2 {
        font-size: 17px;
        padding-top: 10rem;
    }

    .font-karuseru_sp h2 {
        font-size: 16px;
        padding-top: 10rem;
    }

    /* .unsechol img {
        width: 50%;
    } */

    .unsechol {
        margin-top: 0px !important;
    }

    /* .slide__text-heading {
        text-align: left;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 46px;
        line-height: 4.6rem;
        margin: 0 0%;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased;
        word-break: break-all;
        overflow: hidden;
    } */

    /* .slide:nth-child(1) .slide__text {
        background: rgba(63, 81, 181, 0.7);
    }

    .slide:nth-child(2) .slide__text {
        background: rgba(255, 193, 7, 0.6);
    }

    .slide:nth-child(3) .slide__text {
        background: rgba(51, 173, 135, 0.6);
    }

    .slide:nth-child(4) .slide__text {
        background: rgba(19, 161, 212, 0.6);
    }

    .slide__text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30rem;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
    }

    .slide__text-heading {
        line-height: 20rem;
        font-size: 30px; */
    /* font-size: 3.5rem; */
    /* } */

    /* .slide__text-link, .slide__overlay{
    display: none;
 } */
}

#tria_bottom_tt {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: #faf85c;
    color: #fff;
    transform-origin: 0 100%;
    transform: skewX(-45deg);
    content: "";
    z-index: 2;
}

.baseTitle p:after {
    background: #fff !important;
}

/*====== sec_2 ======*/
.sec_2,
.sec_3 .row,
.sec_5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
}

.sec_2 .content {
    height: 200px;
    width: 24%;
    /* border-radius: 10px; */
    color: #fff;
    transition: transform .2s;
    overflow: hidden;
    position: relative;
}

#tria_tt {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 200px;
    color: #fff;
    transform-origin: 0 100%;
    transform: skewY(36deg);
    content: "";
    z-index: 2;
}

.tria_h2 {
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 40px;
    z-index: 5;
}

.tria_h2 h2 {
    font-weight: bold;
}

.sec_2 .content img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    z-index: 1;
}

.sec_2 .content:hover {
    opacity: .5;
}

.sec_2 .content .flex_center {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
}

.sec_2 .content:first-child #tria_tt {
    background: rgba(202, 52, 102, 0.7);
}

.sec_2 .content:nth-child(2) #tria_tt {
    background: rgba(255, 193, 7, 0.6);
}

.sec_2 .content:nth-child(3) #tria_tt {
    background: rgba(51, 173, 135, 0.6);
}

.sec_2 .content:nth-child(4) #tria_tt {
    background: rgba(19, 161, 212, 0.6);
}

/*====== sec_3 triangle ======*/
.sec_3 .col-6 {
    height: 350px;
    max-width: 992px;
    width: 76%;
    overflow: hidden;
}

.hidden_div {
    display: none;
}

#tria_top:before {
    position: absolute;
    /* z-index: -1; */
    display: block;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: rgb(57 173 218);
    transform-origin: 0 100%;
    transform: skewY(-45deg);
    content: "";
}

#tria_bottom::before {
    position: absolute;
    /* z-index: -1; */
    display: block;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(57, 173, 218, 1);
    transform: skewX(-45deg);
    transform-origin: left bottom;
    content: "";
}

#tria_top2:before {
    position: absolute;
    /* z-index: -1; */
    display: block;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 230, 0, 0.85);
    transform-origin: 0 100%;
    transform: skewY(-45deg);
    content: "";
}

#tria_bottom2::before {
    position: absolute;
    /* z-index: -1; */
    display: block;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(255, 230, 0, 0.85);
    transform: skewX(-45deg);
    transform-origin: left bottom;
    content: "";
}

.sec_3 .notice .content {
    padding: 5px;
    border-bottom: 1px double rgba(19, 161, 212, 0.87);
}

.sec_3 .col-6 img {
    width: 100%;
    height: 100%;
}

.sec_3 .notice .content .notice_img {
    height: 70px;
}

.sec_3 .notice {
    overflow-y: scroll !important;
    height: 300px;
    padding: 0 10px;
}

.sec_3 h2 {
    margin: 0;
    padding: 10px 0 10px 30px;
    /* color: #fff; */
    /* background: #D50100; */
    border-bottom: 1px solid #D50100;
    font-size: 22px;
    font-weight: 300;
}

.sec_3 .notice p {
    margin: 5px 0;
    /* padding: 0 20px; */
}

.sec_3 .notice a {
    color: #166FE8;
}

.notice span {
    background: #EC870E;
    color: #fff;
    padding: 2px;
    margin-left: 10px;
    border-radius: 5px;
}

.pro_link a {
    padding: 20px;
}

.pro_link .notice .content {
    padding: 20px 0;
}

/*====== sec_4 ======*/
.sec_4 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-content: space-between; */
    /* justify-content: space-between;
  align-content: stretch; */

}

/* .sec_4 .row{
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-content: stretch;
} */
.sec_4 .col-6 {
    width: 48%;
    height: 380px;
    position: relative;
    margin: 0 !important;
}

.sec_4 .row {
    margin: 0;
    width: 100%;
}

.sec_4 .content3 {
    margin-top: 4% !important;
}

.sec_4 .content2 {
    float: right !important;
}

.sec_4 .content4 {
    float: right !important;
    margin-top: 4% !important;
}

.act_title {
    position: absolute;
    text-align: center;
    bottom: 0px;
    background: #D64700;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 20px 0;
    font-size: 1.8rem;
}

.sec_4 .content img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 350px;
}

.sec_4 .content p {
    margin: 0 30px;
    /* color: #d60077; */
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.sec_4 .content p a {
    line-height: 1.8;
    font-size: 1.8rem;
    color: #fff;
}

.sec_4 .content p a:hover {
    background: #D50100;
}

.sec_4 .content:nth-child(2) p a,
.sec_4 .content:nth-child(2) p {
    color: #ffffff;
}

.sec_4 .content_text {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: all .5s ease;
}

.sec_4 .content:hover .content_text {
    bottom: 0px;
    height: 350px;
}

.sec_4 .content:first-child .content_text,
.sec_4 .content:first-child .act_title {
    background: rgba(202, 52, 102, 1);
}

.sec_4 .content:nth-child(2) .content_text,
.sec_4 .content:nth-child(2) .act_title {
    background: rgba(255, 193, 7, 1);
}

.sec_4 .content:nth-child(3) .content_text,
.sec_4 .content:nth-child(3) .act_title {
    background: rgba(51, 173, 135, 1);
}

.sec_4 .content:nth-child(4) .content_text,
.sec_4 .content:nth-child(4) .act_title {
    background: rgba(19, 161, 212, 1);
}

.sec_4 .content:first-child:hover .content_text,
.sec_4 .content:first-child:hover .act_title {
    background: rgba(202, 52, 102, 0.7);
}

.sec_4 .content:nth-child(2):hover .content_text,
.sec_4 .content:nth-child(2):hover .act_title {
    background: rgba(255, 193, 7, 0.7);
}

.sec_4 .content:nth-child(3):hover .content_text,
.sec_4 .content:nth-child(3):hover .act_title {
    background: rgba(51, 173, 135, 0.87);
}

.sec_4 .content:nth-child(4):hover .content_text,
.sec_4 .content:nth-child(4):hover .act_title {
    background: rgba(19, 161, 212, 0.87);
}

.sec_4 .col-6.content {
    height: min-content;
}

.sec_4 .col-6.content.content1 {
    border: 2px solid rgba(202, 52, 102, 1);
}

.sec_4 .col-6.content.content2 {
    border: 2px solid rgb(255 193 7);
}

.sec_4 .col-6.content.content3 {
    border: 2px solid rgba(51, 173, 135, 0.87);
}

.sec_4 .col-6.content.content4 {
    border: 2px solid rgba(19, 161, 212, 0.87);
}

/************************catekori***************************/
.news {
    display: inline-block;
    text-align: left;
    float: right;
    color: #ffffff !important;
    padding: 4px;
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: normal;
    background: #4eb595;
}

.blog {
    display: inline-block;
    text-align: left;
    float: right;
    color: #ffffff !important;
    padding: 4px;
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: normal;
    background-color: #34a8d1;
}

.uncategorized {
    display: inline-block;
    text-align: left;
    float: right;
    color: #ffffff !important;
    padding: 4px;
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: normal;
    background-color: #ffc107;
}

.topm {
    margin-bottom: 0px !important;
}

.ict {

    margin-left: 3px;
    display: inline-block;
    text-align: left;
    float: right;
    color: #ffffff !important;
    padding: 4px;
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: normal;
    background-color: #34a8d1;
}

.pta {
    display: inline-block;
    text-align: left;
    float: right;
    color: #ffffff !important;
    padding: 4px;
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: normal;
    background-color: #ca3466;
}

.urgent-notice {
    display: inline-block;
    text-align: left;
    float: right;
    color: #ffffff !important;
    padding: 4px;
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: normal;
    background-color: #ca3466;
}

.alumni-parents {
    display: inline-block;
    text-align: left;
    float: right;
    color: #ffffff !important;
    padding: 4px;
    margin-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    font-weight: normal;
    background-color: #800080;
}

/*====== sec_5 ======*/




.sec_5 .container {
    background: #fff;
}

.unesco_content {
    border: 1px solid #000;
    display: inline-block;
    margin-top: 15px;
    padding: 10px;
}

.sec_5 img {
    float: right;
    padding-right: 20px;
}

.sec_5 .flex_row_start {
    align-items: center;
    padding: 20px;
}

.sec_5 .flex_col_center p a {
    margin-top: 10px;
}

.sec_5 .unesco:hover {
    background: #D64700;
}



/*====== sec_6 ======*/
.addr {
    background: rgba(19, 161, 212, 0.87);
    /* background: #57b6ff; */
    height: 300px !important;
    color: #fff;
}

.sec_6 .col-6 {
    width: 49%;
    margin-top: 25px;
    height: 300px;
}

.sec_6 .gg_map {
    float: right !important;
}

.scrolltop {
    display: none;
    bottom: 10%;
    right: 10px;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    margin-right: 8%;
    background: rgb(94 168 203);
    height: 70px;
    width: 70px;
    font-size: 40px;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    border-radius: 50%;
}

.footer__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.box_titx ul li {
    line-height: 1.4;
    margin: 0 18px;
    font-size: 12px;
    padding: 5px;
    padding: 5px;
    font-weight: normal;
    letter-spacing: 0;
    position: relative;
}

.box_titx a {
    letter-spacing: 1px;
    color: #ffffff;
}

.box_titx i {
    margin-right: 5px;
}

.box_titx a:hover {
    color: #ffc107;
}

.box dl dt {
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.25em;
    margin-bottom: 0.35em;
}

.access_p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.access_p p {
    font-size: 1.8rem;
    color: #000;
    /* font-weight: bold!important; */
}

.footer_logo {

    justify-content: space-around;
    align-items: flex-start;
    display: flex;
    /*    flex-direction: row;*/
    /*    justify-content: flex-start;*/
}

.footer_logo a {
    width: inherit !important;
}

.footer_logo img {
    width: 45%;
}

.footer_logo .flex_col_center {
    float: left;
    align-items: flex-start;
    padding-left: 10px;
    margin-left: -70px;
    font-size: 14px;
    line-height: 20px;
}

footer {
    margin-top: 40px;
    /* padding: 20px 0; */
    background: #5da8cc;
}

#footer {
    border-top: 15px solid #313c7d;
}

footer .flex_col_center p {
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.menu_pc {
    display: block;
}
.menu_nopc {
    display: none;
}

/********** youtobe *********:**::*/
.youtobe {

    background: rgba(84, 184, 151, 0.2);
}

.youtobe .flex_col_center {
    background: #fff;
    padding: 15px;
    /*  width: 40%;*/
}

.youtobe img:hover {
    opacity: .5;
}

.youtobe p {
    margin-top: 15px;
    color: #000;
}

/************new*************:**::*/
.elementor-3966 .elementor-element.elementor-element-d9adc90>.elementor-element-populated {
    border-style: double;
    border-width: 5px 5px 5px 5px;
    border-color: #d4ebec;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.blog-pc {
    display: block;
}

.blog-sp {
    display: none;
}

/**********back_top************/
.back_top {
    display: none;
    position: fixed;
    bottom: 158px;
    right: 20px;
    z-index: 2000;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
}

.back_top_h4 {
    width: 100px;
    color: #fff;
    font-weight: bold;
    padding-top: 48px;
    margin-left: -11px;
    /* left: 24px; */
    font-size: 12px;
    text-align: center;
}

.meaus-pc {
    display: block;
}

.meaus-sp {
    display: none;
}

.font-karuseru_sp {
    display: none;
}

.font-karuseru_pc {
    display: block;
}

/*************line-bk*******************/
.import01 {
    border-style: double;
    margin-bottom: 20px;
    color: #ffffff !important;
    background-color: rgba(202, 52, 102, 1);

}

.sec_3 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.info {
    display: flex !important;
}

.ptex {
    padding-bottom: 0px !important;
}

/* .komyuni {
    margin-left: 20px;
} */

.komyuni img {
    width: 50%;
}

/*************************search****************************/
#form {
    position: relative;
}

#s-box {
    height: 40px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    border: solid 3px #eaeaea;
    outline: 0;
}

#s-btn-area {
    height: 50px;
    position: absolute;
    left: 250px;
    top: 0;
    background: none;
    color: #666;
    border: none;
    font-size: 20px;
    outline: 0;
}

#s-btn {
    background-color: black;
    width: 50px;
    height: 30px;
    position: relative;
    right: 20px;
    bottom: 10px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    line-height: 31px;
}

/********************foodter**************************/
.toggle_contents {
    border-top: 2px solid #4050b6;
    border-bottom: 2px solid #4050b6;
}

.toggle_title {
    background-color: #ffffff;
    color: #4050b6;
    position: relative;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    text-align: inherit;
    line-height: 1.4;
}

.catekori_contents {
    border-top: 2px solid #3f51b5;
    border-bottom: 2px solid #3f51b5;
}

.date_contents {
    border-top: 2px solid #CA3466;
    border-bottom: 2px solid #CA3466;
}

.date_title {
    background-color: #CA3466;
    color: #ffffff;
    position: relative;
    padding: 5px;
    cursor: pointer;
    font-size: 18px;
    text-align: inherit;
    line-height: 1.4;
}

.catekori_title {
    background-color: #3f51b5;
    color: #ffffff;
    position: relative;
    padding: 5px;
    cursor: pointer;
    font-size: 18px;
    text-align: inherit;
    line-height: 1.4;
}

.bottom_none {
    border-bottom: 0 !important;
}

.pc_small_toggle {
    background: none;
    font-size: 12px !important;
    border: 0 !important;
    padding: 0;
    margin: 0 8px !important;
}

.small_toggle {
    font-size: 16px;
    padding: 5px 20px !important;
}

.pc_box {
    padding-left: 15px;
}

.toggle_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: #4050b6;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}

.toggle_btn:before,
.toggle_btn:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle_btn:before {
    width: 2px;
    height: 10px;
}

.toggle_title.selected .toggle_btn:before {
    content: normal;
}

.toggle_contents dd {
    display: none;
}

.catekori_contents dd {
    display: none;
}

.date_contents dd {
    display: none;
}

.poun_sp {
    display: none !important;
}

.poun_pc {
    display: block !important;
}

.footer02 {
    padding: 20px;
}

.manue_footer dl {
    margin-top: 0;
    margin-bottom: -2px;
}

.wtimg img {
    width: 37%;
}

/*********search**********/
.screen-reader-text01 {
    font-size: 14px;
    line-height: 31px;
}

input#s {
    margin-bottom: 15px;
    border: solid 1.5px;
    background: url(../images/search.png) no-repeat 5px 6px;
    */ -moz-border-radius: 2px;
    border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    width: 100%;
    padding: 15px 30px;
}

.search-everything-highlight-color {
    background-color: #ffffff !important;
}

.results {
    font-size: 14px;
}

.not-results {
    font-size: 16px;
    text-align: left;
}

.screen-reader-text {
    display: none;
}

.search-pc {
    display: block;
}

.search-sp {
    display: none;
}

#searchsubmit {
    display: none;
}

.img-sp {
    display: none;
}

.img-pc {
    display: block;
}

@media (min-width:1880px) {
    .school_name {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -5px;
        /* margin-left: 245px; */
    }
}

@media (max-width:1880px) {
    .school_name {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -5px;
        /* margin-left: 200px; */
    }
}

@media (max-width:1650px) {
    .school_name {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -5px;
        /* margin-left: 165px; */
    }
}

@media (max-width: 1499px) {
    path.blog-lg {
        display: none;
    }
}

@media (min-width: 1499px) {

    path.blog-pc {
        display: block;
    }
}

@media (min-width:1486px) {
    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 83%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    .sec_1 {
        height: 40vw;
    }
}


@media (min-width: 768px) {
    .footer__container {
        width: 750px;
    }

    .poun_fooder_sp {
        display: none !important;
    }

    .poun_pc {
        display: block !important;
    }
}

@media (max-width:992px) {

    .blog-pc {
        display: none;
    }

    .blog-sp {
        display: block;
    }
}

@media (max-width:991px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
        margin-bottom: -50px;
    }

    .screen-reader-text01 {
        display: flex;
        line-height: 31px;
    }

    .search-pc {
        display: none;
    }

    .search-sp {
        display: block;
    }
}

@media (min-width: 1500px) {
    path.blog-lg {
        display: block;
    }

    path.blog-pc {
        display: none;
    }
}

@media (max-width:1426px) {
    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 85%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
}

@media (max-width:1400px) {
    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 86%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
}

@media (max-width:1390px) {
    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 86%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
}

@media (max-width:1380px) {
    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 86%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
}

@media (max-width:1287px) {
    .slider_img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    #tria_bottom_tt {
        position: absolute;
        display: block;
        bottom: 3px;
        right: 0;
        /* margin-top: 9px; */
        width: 225px;
        height: 225px;
        background: #faf85c;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewX(-45deg);
        content: "";
        z-index: 2;
    }

    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 90%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    /* .school_name div {
        margin-left: -100px;
    } */
}

@media (max-width:1200px) {
    .access {
        padding-left: 25px;
    }

    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 95%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    .school_name {
        margin-left: 1rem;
    }

    .school_name h1 {
        font-size: 15px;
    }

    .school_name h3 {
        font-size: 11px;
    }
}

@media (max-width:1186px) {
    #tria_bottom_tt {
        position: absolute;
        display: block;
        bottom: 0px;
        right: 0;
        /* margin-top: 9px; */
        width: 225px;
        height: 225px;
        background: #faf85c;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewX(-45deg);
        content: "";
        z-index: 2;
    }
}

@media (max-width:1100px) {
    .img-pc {
        margin-bottom: -50px;
    }

    .font-karuseru_pc h2 {
        font-size: 17px;
    }

    .school_name {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -5px;
        /* margin-left: 115px; */
    }

    .header .triangle:before {
        position: absolute;
        z-index: -1;
        display: block;
        width: 170px;
        height: 240px;
        background: #ffc107;
        transform: skewY(-45deg);
        transform-origin: bottom left;
        content: "";
    }

    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 99%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    .school_name h1 {
        font-size: 14px;
    }

    .school_name h3 {
        font-size: 10px;
    }
}

@media (max-width:1045px) {
    .main_menu .content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: rgba(51, 173, 135, 0.87);
        width: 78px;
        margin-top: 16px;
        margin-right: 5px;
        height: 40px;
        opacity: inherit;
    }

    .main_menu .content h3 {
        margin: 0;
        color: #fff;
        position: relative;
        font-size: 14px;
    }
}

@media (max-width:1024px) {
    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 104%;
        height: 100%;
        /* min-height: 810px; */
        transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
}

@media (max-width:991px) {
    .slider_img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .wtimg img {
        width: 60%;
    }

    .komyuni img {
        width: 100%;
    }

    .max-top02 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sec_2,
    .sec_3 .row,
    .sec_5 {
        display: block;
        flex-direction: row;
        justify-content: space-between !important;
    }

    .flex_col_center {
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flex_col_center {
        float: left;

    }

    .sec_2 .content {
        padding: 1rem;
        height: 200px;
        width: 50%;
        /* border-radius: 10px; */
        color: #fff;
        transition: transform .2s;
        overflow: hidden;
        position: relative;
    }

    #tria_tt {
        position: absolute;
        display: block;
        bottom: 0;
        left: 9px;
        width: 306px;
        height: 190px;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewY(36deg);
        content: "";
        z-index: 2;
    }

    .linek_sp p {
        /*        padding: 0px 2rem;*/
    }

    /* .slide__text-link p {
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 24px;
        line-height: 2.4rem;
        /* margin: 0 1.65%; */
    /*        margin-top: 5px;
        white-space: nowrap;
        overflow: inherit;
    } */

    /* .slider-pagi {
        position: absolute;
        z-index: 3;
        left: 50%;
        bottom: 2rem;
        transform: translateX(-50%);
        font-size: 0;
        list-style-type: none;
    } */

    .font-karuseru_sp {
        display: block;
    }

    .font-karuseru_sp h2 {
        font-size: 16px;
        /* padding-top: 3rem; */
    }

    .font-karuseru_pc {
        display: none;
    }

    /* .slide__text-link p::before {
        content: "";
        position: absolute;
        transform: translateY(-31%);
        margin-left: -13px;
        width: 0em;
        height: 0em;
        font-size: 10px;
    } */

    /* .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 104%;
        height: 100%;
        /* min-height: 810px; */
    /* transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
        will-change: transform, opacity;
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    .slide__overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 104%;
        display: none;
        height: 100%;
        /* min-height: 810px; */
    /* transition: transform 0.5s 0.5s, opacity 0.2s 0.5s; */
    /* will-change: transform, opacity; */
    /* transform: translate3d(-20%, 0, 0); */
    /* opacity: 0; */
    /* } */
}

@media screen and (max-width:966px) {
    .header .triangle:before {
        position: absolute;
        z-index: -1;
        display: block;
        width: 170px;
        height: 200px;
        background: #ffc107;
        transform: skewY(-45deg);
        transform-origin: bottom left;
        content: "";
    }

    .school_name {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -5px;
        /* margin-left: 93px; */
    }
}

@media screen and (max-width:940px) {
    .main_menu .content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: rgba(51, 173, 135, 0.87);
        width: 70px;
        margin-top: 16px;
        margin-right: 5px;
        height: 40px;
        opacity: inherit;
    }

    .main_menu .content h3 {
        margin: 0;
        color: #fff;
        position: relative;
        font-size: 12px;
    }
}

@media only screen and (max-width: 890px) {

    /* ===== responsive =====*/

    .menu_pc {
        display: none;
    }
    .menu_nopc {
        display: block;
    }

    .komyuni img {
        width: 30%;
    }

    .unsechol img {
        width: 20%;
    }

    .slide__text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 24rem;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 4rem;
    }

    .font-karuseru_sp h2 {
        padding-top: 0;
        margin-top: -20px;
    }


    .nav-menu {
        box-shadow: 0 2px 5px #3f51b5;
    }

    .line_002 {
        display: contents;
    }

    .nav-menu a {
        background-color: rgba(202, 52, 102, 0.4);
        /*        background-color: #d8e6f4;*/
        padding: 5px;
    }

    .meaus-pc {
        display: none;
    }

    .meaus-sp {
        display: block;
    }

    .main_menu .content h3 {
        margin: 0;
        color: #fff;
        position: relative;
        font-size: 15px;
    }

    .school_name h1 {
        font-size: 16px;
    }

    .school_name h3 {
        font-size: 15px;
    }

    .main_menu .content {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        background: rgba(51, 173, 135, 0.87);
        width: 94px;
        margin-top: 16px;
        margin-right: 5px;
        height: 40px;
        opacity: inherit;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 51;
    }

    .nav-menu {
        position: fixed;
        z-index: -3px;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        /* border-radius: 10px; */
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .main_menu .content {
        width: 100%;
        margin: 0;
        padding: 5px 126px;
        border: 0 !important;
        height: inherit;
        background-color: rgba(202, 52, 102, 0.0) !important;
    }

    .main_menu .content h3 {
        color: #bd174e;
    }

    .main_menu .nav-link {

        border-bottom: 1px solid #ca3466 !important;
    }

    .menu_icon {
        display: inline-block;
    }

    .main_menu .flex_row_start {
        top: 80px;
    }

    .nav-menu.active {
        box-shadow: 0 2px 5px #ca3466;
        left: 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        margin: 20px;
    }

    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    .sec_1 {
        margin-top: 0;
    }

    .header {
        height: 80px;
    }

    #tria_bottom_tt {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 850px) {
    .font-karuseru_sp {
        margin-top: 0;
        margin-left: -30px;
    }
}

@media (max-width: 800px) {
    .font-karuseru_sp {
        margin-top: 20px;
        margin-left: -30px;
    }
}

@media screen and (max-width:790px) {
    .container {
        width: 100% !important;
    }

    .font-karuseru_sp {
        margin-top: 40px;
    }

}

@media (max-width: 768px) {
    .col-sm-8.footer_logo {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer_logo .flex_col_center {
        margin-left: 0;
        line-height: 1;
    }

    .font-karuseru_sp {
        margin-top: 60px;
        margin-left: -30px;
    }
}

@media screen and (max-width:768px) {
    .youtobe .flex_col_center {
        margin-top: 30px;
        margin-bottom: 30px;
        background: #fff;
        padding: 15px;
        /* width: 40%; */
    }

    .access dl dd {
        font-size: 26px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 3.6rem;
        font-family: "Lato", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3";
        font-weight: 400;
        margin-top: 5px;
    }

    .header .triangle:before {
        position: absolute;
        z-index: -1;
        /* display: none; */
        width: 170px;
        height: 170px;
        background: #ffc107;
        transform: skewY(-45deg);
        transform-origin: bottom left;
        content: "";
    }

    .timtop01 {
        margin-top: 30px;
    }

    .timtop {
        margin-bottom: 30px;
    }

    .access_p p {
        font-size: 1.6rem;
        color: #000;
        /* font-weight: bold!important; */
    }

    .sec_6 .col-6 {
        width: 100%;
        margin-top: 0px;
        height: 300px;
    }

    .sec_4 .col-6.content.content1 {
        margin-top: 5% !important;
        border: 2px solid rgba(202, 52, 102, 1);
    }

    .sec_5 {
        display: flex;
        flex-direction: row;
        justify-content: space-between !important;
    }

    .container04 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sec_4 .content2 {
        margin-top: 4% !important;
    }

    .sec_4 .content3 {
        margin-top: 4% !important;
    }

    .sec_5 .flex_row_start {
        align-items: center;
        padding: 20px 180px;
    }

    .wtimg p {
        text-align: center;
    }

    .sec_5 img {
        margin-top: 17px;
        float: none;
        padding-right: 26px;
    }

    .col-6 {
        width: 100%;
    }

    .sec_4 .col-6 {
        width: 100%;
        /* padding: 1rem; */
        height: 380px;
        position: relative;

    }

    .access_p {
        display: block;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 27px;
        /* padding: 50px; */
    }

    .footer__box li:last-child {
        border-bottom: 0px;
    }

    .footer__box li:first-child {
        border-top: 1px solid #A7A7A7;
    }

    .flex_col_center h1 {
        font-size: 20px;
    }

    .footer_logo a {
        width: 45px !important;
    }

    .footer_logo img {
        width: 44px;
        margin-left: 0;
    }

    .elementor-icon-list-items {
        padding: 15px 20px 30px;
    }

    .footer__container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer__container {
        width: 100%;
    }

    .footer__box li:after {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        right: 10px;
        content: "";
        background: url(../images/caret-right.svg) no-repeat;
        width: 15px;
        height: 15px;
    }

    .footer__box a {
        text-decoration: none;
        color: #4050b6;
    }

    .footer__box li {
        padding-left: 15px;
        border-bottom: 1px solid #A7A7A7;
        line-height: 2;
        margin: 0 5px;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0;
        position: relative;
    }

    .footer__box {
        background-color: #ffffff;
    }

    .footer02 {
        padding: 0px;
    }

    .poun_sp {
        display: block !important;
    }

    .poun_pc {
        display: none !important;
    }

    .ptex {
        padding-bottom: 40px !important;
    }

    .sec_3 {
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .sec_3 .col-6 {
        height: 400px;
        max-width: 992px;
        width: 88%;
        overflow: hidden;
    }

    .container01 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .import01 {
        border-style: double;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
        padding: 20px !important;
        color: #ffffff !important;
        background-color: rgba(202, 52, 102, 1);
    }

    .max-top02 {
        margin-top: 30px;
    }

    section {
        padding: 0px !important;
        /* background-color: #fcf3e3; */
    }

}

@media screen and (max-width:767px) {
    .container04 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer_logo img {
        width: 44px;
        margin-left: 0;
        margin-right: -60px;
    }
}

@media screen and (max-width:725px) {
    .unsechol {
        margin-top: 0 !important;
    }

    .unsechol img {
        width: 25%;
    }

    .font-karuseru_sp {
        margin-top: 100px;
        margin-left: -30px;
    }

    .img-sp {
        display: block;
        margin-bottom: 30px;
    }

}

@media (max-width: 700px) {
    .font-karuseru_sp {
        margin-top: 130px;
        margin-left: -30px;
    }
}

@media screen and (max-width:645px) {
    .img-sp {
        margin-bottom: -100px;
    }

    .slider-pagi {
        position: absolute;
        z-index: 3;
        left: 70%;
        display: none;
        bottom: 2rem;
        transform: translateX(-50%);
        font-size: 0;
        list-style-type: none;
    }

    .school_name h1 {
        font-size: 15px;
    }

    .school_name h3 {
        font-size: 12px;
    }

    .font-karuseru_sp {
        display: none;
    }

}

@media screen and (max-width:635px) {
    .sec_5 .flex_row_start {
        align-items: center;
        padding: 20px 150px;
    }

    .footer_logo img {
        width: 44px;
        margin-left: 0;
        margin-right: -60px;
    }
}

@media screen and (max-width:600px) {
    .slide__text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 4rem;
    }

    .school_name {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -5px;
        /* margin-left: 25px; */
    }

    .access {
        padding-left: 15px;
    }

    .access h3 {
        font-size: 26px;
        font-size: 2.2rem;
        line-height: 30px;
        line-height: 3rem;
    }

    .footer_logo img {
        width: 44px;
        margin-left: 0;
        margin-right: -60px;
    }

    .ptex {
        padding-bottom: 25px !important;
    }

    .sec_1 {
        position: relative;
        width: 100%;
        margin-top: 65px;
        /* max-height: 620px; */
        height: 400px;
        /* object-fit: cover; */
        overflow: hidden;
    }
}

@media screen and (max-width:615px) {
    .course_title .content img {
        height: 50px;
        /* width: 40%; */
        padding-right: 15px;
    }
}

@media screen and (max-width:560px) {
    .sec_5 .flex_row_start {
        align-items: center;
        text-align: center;
        padding: 20px 69px;
    }

    .footer_logo img {
        width: 44px;
        margin-left: 0;
        margin-right: -60px;
    }

    #tria_bottom_tt {
        width: 100px;
        height: 100px;
    }

}

@media screen and (max-width:558px) {
    #tria_tt {
        position: absolute;
        display: block;
        bottom: 0;
        left: 10px;
        width: 306px;
        height: 188px;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewY(36deg);
        content: "";
        z-index: 2;
    }
}

@media screen and (max-width:555px) {
    #tria_tt {
        position: absolute;
        display: block;
        bottom: 0;
        left: 10px;
        width: 306px;
        height: 186px;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewY(36deg);
        content: "";
        z-index: 2;
    }
}

@media screen and (max-width:530px) {
    .unsechol img {
        width: 20%;
    }
}

@media screen and (max-width:528px) {
    .footer_logo img {
        width: 44px;
        margin-left: 0;
        margin-right: -60px;
    }
}

@media screen and (max-width:515px) {
    .school_name {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: -5px;
        margin-left: 10px;
    }

    .header .triangle:before {
        position: absolute;
        z-index: -1;
        /* display: none; */
        /* width: 170px;
        height: 200px; */
        background: #ffc107;
        transform: skewY(-45deg);
        transform-origin: bottom left;
        content: "";
    }
}

@media screen and (max-width:550px) {
    #tria_tt {
        position: absolute;
        display: block;
        bottom: 0;
        left: 10px;
        width: 306px;
        height: 180px;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewY(36deg);
        content: "";
        z-index: 2;
    }
}

@media screen and (max-width:535px) {

    #tria_tt {
        position: absolute;
        display: block;
        bottom: 0;
        left: 10px;
        width: 324px;
        height: 174px;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewY(36deg);
        content: "";
        z-index: 2;
    }
}

@media screen and (max-width:520px) {
    #tria_tt {
        position: absolute;
        display: block;
        bottom: 0;
        left: 10px;
        width: 324px;
        height: 168px;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewY(36deg);
        content: "";
        z-index: 2;
    }
}

@media screen and (max-width:500px) {
    /* .komyuni img {
        width: 80%;
    } */

    .addr {
        background: rgba(19, 161, 212, 0.87);
        /* background: #57b6ff; */
        height: 350px !important;
        color: #fff;
    }

    .sec_4 .content img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 310px;
    }

    #tria_tt {
        position: absolute;
        display: block;
        bottom: 0;
        left: 10px;
        width: 324px;
        height: 190px;
        color: #fff;
        transform-origin: 0 100%;
        transform: skewY(36deg);
        content: "";
        z-index: 2;
    }

    .sec_2 .content {
        padding: 1rem;
        height: 200px;
        width: 100%;
        /* border-radius: 10px; */
        color: #fff;
        transition: transform .2s;
        overflow: hidden;
        position: relative;
    }

    .main_menu .content {
        width: 100%;
        margin: 0;
        padding: 5px 75px;
        height: inherit;
        /*        background: #D8E7F4 !important;*/
    }
}

@media screen and (max-width:495px) {
    .sec_5 .flex_row_start {
        align-items: center;
        text-align: center;
        padding: 20px 59px;
    }
}

@media screen and (max-width:480px) {
    .pand {
        padding: 10px;
    }

    .header .triangle:before {
        position: absolute;
        z-index: -1;
        /* display: none; */
        /* width: 170px;
        height: 200px; */
        background: #ffc107;
        transform: skewY(-45deg);
        transform-origin: bottom left;

    }

    /* .school_name div {
        margin-left: -112px;
    } */
}

@media screen and (max-width:468px) {
    .footer_logo img {
        width: 35px;
        margin-left: 0;
        margin-right: -60px;
    }

    .footer_logo .flex_col_center h1 {
        font-size: 18px;
    }

    .footer_logo .flex_col_center h3 {
        font-size: 12px;
    }

    #tria_bottom_tt {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width:445px) {
    /* .school_name div {
        margin-left: -100px;
    } */

    .school_name img {
        /* width: 28%; */
        padding-left: 4px;
    }
}

@media screen and (max-width:425px) {
    .unsechol {
        margin-top: 20px !important;
    }

    .komyuni {
        margin-top: 40px !important;
    }

    .container04 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .slide__text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
    }
}

@media screen and (max-width:415px) {
    .slide__text-link p {
        text-align: left;
        font-size: 15px;
        font-size: 1.4rem;
        line-height: 24px;
        line-height: 2.4rem;
        /* margin: 0 1.65%; */
        margin-top: 5px;
        white-space: nowrap;
        overflow: inherit;
    }

    #tria_bottom_tt {
        width: 50px;
        height: 50px;
    }

    /* .school_name div {
        margin-left: -89px;
    } */

    .school_name img {
        /* width: 28%; */
        padding-left: 0px;
    }

    .header .triangle:before {
        position: absolute;
        z-index: -1;
        /* display: none; */
        width: 150px;
        height: 150px;
        background: #ffc107;
        transform: skewY(-45deg);
        transform-origin: bottom left;
    }

    .main_menu h1 {
        color: #ffffff;
        font-size: 16px;
    }

    .footer_logo .flex_col_center h1 {
        font-size: 16px;
    }

    .footer_logo .flex_col_center h3 {
        font-size: 12px;
    }
}

@media screen and (max-width:400px) {
    .sec_5 .flex_row_start {
        align-items: center;
        text-align: center;
        padding: 20px 0px;
    }

    .col-sm-8.footer_logo {
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:375px) {
    .unsechol img {
        width: 20%;
    }

    .footer_logo img {
        width: 35px;
        margin-left: 0;
        margin-right: -45px;
    }

    .col-sm-8.footer_logo {
        width: 90%;
        margin: 0 auto;
    }

    .flex_col_center h1 {
        font-size: 16px;
    }
}

@media (min-width: 361px) {
    path.blog-sp-thin {
        display: none;
    }
}

@media screen and (max-width:360px) {
    .main_menu h3 {
        font-weight: bold;
        color: white;
        font-size: 10px;
    }

    path.blog-sp {
        display: none;
    }

    path.blog-sp-thin {
        display: block;
    }
}

@media screen and (max-width:355px) {
    .slide__text-link p {
        text-align: left;
        font-size: 15px;
        font-size: 1.2rem;
        line-height: 24px;
        line-height: 2.4rem;
        /* margin: 0 1.65%; */
        margin-top: 5px;
        white-space: nowrap;
        overflow: inherit;
    }

    /* .school_name div {
        margin-left: -80px;
    } */

    .main_menu h1 {
        color: #ffffff;
        font-size: 14px;
    }
}

@media screen and (max-width:325px) {
    .main_menu h1 {
        color: #ffffff;
        font-size: 13px;
    }
}