@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
.color-1 {
    color: #0c0b3b;
}

.color-2 {
    color: #1993af;
}

.color-3 {
    color: #ac6ce5;
}

.color-4 {
    color: #62bf58;
}

.color-5 {
    color: #eac926;
}

.color-6 {
    color: #f76500;
}

.color-7 {
    color: #f30000;
}
.color-8 {
    color: #0897ff;
}
.color-9 {
    color: #faf4e0;
}
.color-10 {
    color: #232220;
}
.color-11 {
    color: #F7F7F6;
}
.color-12 {
    color: #140e00;
}
.color-13 {
    color: #804d78;
}
.color-14 {
    color: #6e9c47;
}
.color-15 {
    color: #bf8539;
}
.color-16 {
    color: #00538c;
}
.color-17 {
    color: #d75880;
}
.color-18 {
    color: #1389be;
}
.color-19 {
    color: #21875f;
}
.color-20 {
    color: #0C0B3B;
}
.color-21 {
    color: #F1F0F5;
}
.bgcl-13 {
    background-color: #804d78;
}
.bgcl-14 {
    background-color: #6e9c47;
}
.bgcl-15 {
    background-color: #bf8539;
}
.bgcl-16 {
    background-color: #00538c;
}
.bgcl-17 {
    background-color: #d75880;
}
.bgcl-18 {
    background-color: #1389be;
}
.bgcl-19 {
    background-color: #21875f;
}
.bgcl-20 {
    background-color: #0C0B3B;
}
.bgcl-21 {
    background-color: #F1F0F5;
}
.bgcl-1 {
    background-color: #0c0b3b;
}

.bgcl-2 {
    background-color: #1993af;
}

.bgcl-3 {
    background-color: #ac6ce5;
}

.bgcl-4 {
    background-color: #62bf58;
}

.bgcl-5 {
    background-color: #eac926;
}

.bgcl-6 {
    background-color: #f76500;
}

.bgcl-7 {
    background-color: #f30000;
}

.bgcl-8 {
    background-color: #333333;
}

.bgcl-8 {
    background-color: #0897ff;
}
.bgcl-9 {
    background-color: #faf4e0;
}
.bgcl-10 {
    background-color: #232220;
}
.bgcl-11 {
    background-color: #F7F7F6;
}
.bgcl-12 {
    background-color: #140e00;
}

html {
    /* visibility: hidden; */
}
button,
input,textarea {
    font-family: source-han-sans-japanese, sans-serif;
}
.item-toolbar{
    /* visibility: hidden; */
}
html.wf-active,html.wf-active .item-toolbar{
    visibility: visible;
} 

.hidden {
    display: none;
    visibility: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        visibility: visible;
    }
    a.btn.btn-shadow::before{
        top: 0;
    }
    .nav > li > a{
        align-items: stretch;
    }
    .news-tabs-wrap .tabs-nav > li a{
        justify-content: center;
    }
    .text-banner{
        top: 150px !important;
    }
    a.btn.btn-more{
        width: 143px;
    }
}

@media (max-width: 768px) {
    .hide-for-small {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .show-for-small {
        display: none !important;
    }

    @media (min-width: 768px) {
        .show-for-small {
            display: none !important;
        }
    }
}
html {
    overflow-y: scroll;
    font-size: 62.5%;
}
html body {
    font-family: heisei-kaku-gothic-std, sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    color: #000000;
    overflow: hidden;
    font-weight: 400;
    font-style: normal;
}
button {
}
.ff-source {
    font-family: source-han-sans-japanese, sans-serif;
}
.ff-ud {
    font-family: fot-udkakugo-large-pr6n, sans-serif;
}
.ff-heisei {
    font-family: heisei-kaku-gothic-std, sans-serif;
}
a {
    color: black;
    transition: all 0.5s;
}
/*ANIMATION*/
.anim {
    opacity: 0;
}
.anim.faderight.is-animated {
    opacity: 1;
    animation-name: faderight;
    animation-duration: 2s;
}
.anim.fadeleft.is-animated {
    opacity: 1;
    animation-name: fadeleft;
    animation-duration: 2s;
}
.anim.fadeup.is-animated {
    opacity: 1;
    animation-name: fadeup;
    animation-duration: 0.5s;
}
@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

main,
footer {
    padding-left: 0px;
    transition: padding-left 0.5s;
}

body.shownav main,
body.shownav footer {
    padding-left: 220px;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    width: auto;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-change-global {
    position: relative;
}

.dropdown-change-global:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 12.7px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.list-item-change {
    background: rgba(3, 3, 3, 0.69);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 238px;
    display: block;
    border-radius: 11px;
    padding: 18.3px 20px 21.7px 20px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.switch-button {
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    overflow: hidden;
    width: 112px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #155fff;
    position: relative;
    padding-right: 56px;
    position: relative;
}
.switch-button:before {
    content: "拡大";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
    font-size: 1.5rem;
    color: black;
}
.switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
    transform: translateX(56px);
    transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
    position: relative;
    padding: 6px 0;
    display: block;
    user-select: none;
    pointer-events: none;
    font-size: 1.3rem;
}
.switch-button-checkbox + .switch-button-label:before {
    content: "";
    background: #e8e8e8;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    transform: translateX(0);
    transition: transform 300ms;
    border: 1px solid #c7c7c7;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
    position: relative;
}

/* .search {
    background-color: #f8b500;
    font-size: 1.2rem;
    background-image: url("../assets/images/index/search.png");
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 10px 10px 0px 30px;
    height: 48px;
    background-position: left;
} */

#banner {
    height: 900px;
    background-color: rgba(40, 40, 40, 0.64);
    color: white;
}
.text-banner {
    position: relative;
    top: 270px;
}
.main-banner {
    position: relative;
    top: 360px;
}

.exam-topic {
    display: flex;
    justify-content: center;
    align-items: center;
}
.exam-topic .content-left {
    width: 40%;
    background-color: #132251;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    position: relative;
    text-align: center;
    align-self: stretch;
    padding-left: 20px;
    min-width: 640px;
}
.exam-topic .overlay {
    background-image: url(../images/index/introduce-img-1.png);
    opacity: 0.23;
    background-size: cover;
}
.exam-topic .content-left .button {
    width: 232px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background-color: #1993af;
    color: white;
    margin: 0 15px;
}

.exam-topic .content-left .button:hover {
    background-color: #197a90;
}
.overlay {
    position: absolute;
    background-color: #424d70c4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}
.exam-topic .content-right {
    padding-left: 55px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 35px;
    align-self: stretch;
    position: relative;
}
@media (max-width: 1280px) and (min-width: 850px) {
    .exam-topic .content-right,
    .exam-topic .content-left {
        width: 50%;
        min-width: 0;
    }
}
@media (max-width: 850px) {
    .exam-topic {
        flex-wrap: wrap;
    }
    .exam-topic .content-right,
    .exam-topic .content-left {
        width: 100%;
        min-width: 0;
    }
}
/* .btn-more {
    width: 142px;
    height: 51px;
    border: 2px solid #c4c4c4;
    border-radius: 30px;
    opacity: 1;
    background: white;
}
.btn-more img {
    padding: 5px 0 3px 30px;
} */
.btn-new {
    background: #f76500 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    border: none;
    color: white;
    font-size: 12px;
    width: 59px;
    height: 21px;
}
.btn-succ {
    background: #1993af 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    border: none;
    color: white;
    font-size: 12px;
    text-decoration: none !important;
    width: auto;
    height: 21px;
    width: fit-content;
    padding: 0 10px;
    margin-right: 10px;
}
.btn-success {
    background: #62bf58 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
    border: none;
    color: white;
    font-size: 12px;
    width: fit-content;
    text-decoration: none !important;
    padding: 0 10px;
    height: 21px;
}
.content-group:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    color: #dddddd;
}
.content-group {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
.content-group:hover {
    box-shadow: 0 4px 10px #0003;
    background-color: #efefef;
}
.content-group:hover a {
    text-decoration: underline;
}
.introduce {
    background: rgba(19, 34, 81, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.introduce .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.introduce .introduce-left {
    position: relative;
    text-align: center;
    width: 40%;
    padding-left: 20px;
    flex-basis: 40%;
}
.introduce .introduce-left .button {
    width: 232px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background-color: #ac6ce5;
    color: white;
}
.introduce .introduce-left .button:hover {
    background-color: #8b51be;
}
.introduce-right {
    flex-basis: 60%;
    max-width: 60%;
}
.box-blog .box-image {
    position: relative;
}
.box-blog .box-image .cate-link {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    color: white;
    padding: 6px 19px 4px 17px;
}
.box-blog .box-text {
    background-color: white;
    padding: 22px;
    text-align: left;
}
.slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
}
.introduce .prev-arrow {
    left: -40px;
    width: 43px;
    height: 43px;
    background-color: white;
    border-radius: 50%;
    border: none;
}
.background-linear {
    height: 10px;
    background-image: linear-gradient(to right, #0c0b3a, #1993af);
}
.introduce .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.introduce .next-arrow {
    right: -20px;
    width: 43px;
    height: 43px;
    background-color: white;
    border-radius: 50%;
    transform: rotate(180deg);
    border: none;
}
.progress {
    margin: 10px 40px 0 10px;
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid white;

    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #ac6ce5, #ac6ce5);
    background-repeat: no-repeat;
    background-size: 0 100%;

    transition: background-size 0.4s ease-in-out;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.about-left {
    background-image: url(../images/index/bg-research-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.about-left .test {
}
.about-left .test .button {
    width: 232px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background-color: #62bf58;
    color: white;
    margin-right: 15px;
}
.about-left .test .button:hover {
    background-color: #4b9643;
}
.about-right {
    background-image: url(../images/index/bg-research-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.about-right .test .button {
    width: 232px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background-color: #eac926;
    margin-right: 15px;
    color: white;
}
.about-right .test .button:hover {
    background-color: #ac9212;
}
.about-left,
.about-right {
    position: relative;
}
.about-left:after,
.about-right:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #132251;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}
.about-left .col-inner,
.about-right .col-inner {
    position: relative;
    z-index: 5;
}
.progress-4 {
    margin: 10px 0;
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid white;

    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #eac926, #eac926);
    background-repeat: no-repeat;
    background-size: 0 100%;

    transition: background-size 0.4s ease-in-out;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.news-content {
}
.news .prev-arrow {
    left: -5%;
    width: 43px;
    height: 43px;
    background-color: white;
    border-radius: 50%;
    border: none;
}
.news .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.news .next-arrow {
    right: -5%;
    width: 43px;
    height: 43px;
    background-color: white;
    border-radius: 50%;
    border: none;
    transform: rotate(180deg);
}
#control-fs-large {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28.9px;
}

#control-fs-large p {
    font-size: 1.3rem;
    color: #fff;
}

.list-color-for-select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.list-color-choose {
    display: flex;
    flex-direction: row;
}

.list-color-for-select .bg-title-select {
    color: #fff;
}

.list-color-choose span {
    display: block;
    width: 27.14px;
    height: 27.14px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 1.5px;
    font-size: 1.32rem;
    line-height: 2.5rem;

    padding-top: 2px;
    cursor: pointer;
}

#control-cl-white {
    background-color: #fff;
    color: #666666;
    border: 1px solid #fff;
}

#control-cl-blue {
    background-color: #001dff;
    color: #fff;
    border: 1px solid #001dff;
}

#control-cl-yellow {
    background-color: #ffee00;
}

#control-cl-black {
    background-color: #000000;
    color: #fff;
    border: 1px solid #707070;
}

.wrap-account {
    margin-left: 8.7px;
    position: relative;
}

.account {
    background-color: #666666;
    padding: 0px 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 63px;
}
.account p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

.account img {
    margin-right: 25.9px;
}

.wrap-account:hover .dropdown-acount {
    display: block;
}

.dropdown-acount {
    position: absolute;
    top: 100%;
}

.list-item {
    margin-top: 9.6px;
    width: 160px;
    background: rgba(3, 3, 3, 0.69);
    border-radius: 11px;
    padding: 22px 5px;
}

.dropdown-acount a {
    display: flex;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    height: 27px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 13.5px;
    padding-left: 12px;
}
.dropdown-acount a:hover {
    background-color: #747474;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.list-color-choose span {
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
}
.dropdown-acount a span {
    display: flex;
    width: 30px;
    justify-content: center;
}

.dropdown-acount a:hover {
    opacity: 1;
}

.dropdown-acount a:last-child {
    margin-bottom: 0px;
}

.dropdown-acount a img {
    margin-right: 9px;
}

.search-header {
    background-color: #f8b500;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 34px;
    letter-spacing: 5px;
    height: 63px;
    cursor: pointer;
    font-family: source-han-sans-japanese, sans-serif;
}

.search-header img {
    margin-right: 25.6px;
}

.item-toolbar {
    padding: 9px 0px 12px 20px;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: flex-start;
    align-items: flex-start;
}

.item-toolbar p {
    color: #d24a24;
    font-weight: bold;
}

.item-toolbar .alert-icon {
    color: #d24a24;
    margin-right: 22px;
    flex: 0 0 7px;
    padding-top: 14px;
}

.item-toolbar .title-noti {
    margin-right: 64px;
    flex: 0 0 112px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.wrap-slide-noti {
    flex: 0 0 calc(100% - 205px);
    max-width: calc(100% - 205px);
}

.slide-notifi {
    width: calc(100% - 100px);
}
.slide-notifi .slick-prev {
    display: none !important;
}

.slick-next {
    position: absolute;
    right: 191px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
}

button.btn-notification {
    height: 39px;
    border-radius: 3px;
    padding: 2px 28px 0px 17px;
    font-size: 1.2rem;
    width: 152px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #efefef;
}

button.btn-notification svg {
    margin-right: 11px;
}

.btn-header {
    margin: 0px 3px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 3px 0px -2px #9e9e9e;
    border: 0px;
    border-radius: 3px;
    color: #4d4d4d;
    padding-top: 2px;
    background-color: white;
}

.btn-change-item {
    width: 130px;
    height: 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    background-color: #fff;
}

.btn-change-item svg {
    margin-right: 18px;
}

.btn-header {
    box-shadow: 0px 2px 0px 0px #9e9e9e;
    background-color: #efefef;
}
@media(min-width:769px){
    .btn-hover-header:hover {
        box-shadow: none;
        background-color: #0c0b3b;
        color: #fff;
        position: relative;
        top: 2px;
    }
    .btn-hover-header:hover svg path {
        color: #fff;
        fill: #fff;
    }
}

.btn-hover-header.features-header-active {
    box-shadow: none;
    background-color: #0c0b3b;
    color: #fff;
    position: relative;
    top: 2px;
}
.btn-hover-header.features-header-active svg path {
    color: #fff;
    fill: #fff;
}
.btn-language {
    width: 130px;
    height: 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    background: #efefef;
}

.btn-language svg {
    margin-right: 13px;
}

.social-contact {
    position: fixed;
    right: 0px;
    bottom: 18.6px;
    z-index: 99;
    z-index: 98;
}

.social-contact .button-image {
    display: block;
    text-align: right;
    position: fixed;
    right: 0px;
    bottom: 18.6px;
    cursor: pointer;
    z-index: 9;
}

.text-show-icon {
    font-size: 12px;
    background-color: #fff8db;
    position: absolute;
    right: 28px;
    padding: 5px 7px 6px 16px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: -32px;
    width: 156px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.text-show-icon:after {
    content: "";
    background-image: url("../images/index/tail-bubbles.svg");
    position: absolute;
    bottom: -6px;
    z-index: 99999;
    width: 21px;
    height: 6px;
    right: 42px;
    background-repeat: no-repeat;
}

.text-show-icon span {
    background: #fff;
    width: 24.3px;
    height: 24.3px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    box-shadow: 0px 3px 6px #00000029;
}

.text-show-icon span img {
    width: 8px;
    transition: all 0.3s ease-in-out;
}
.button-social-active .text-show-icon span img {
    transform: rotate(45deg);
}

.div-social-active {
    opacity: 0;
}

.list-social-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(0 0 0 / 16%);
    padding: 9.5px 58.1px 9.5px 12.7px;
    border-radius: 29px;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(16px) brightness(115%);
    width: 510px;
    position: fixed;
    right: 0px;
    -webkit-backdrop-filter: blur(16px) brightness(115%);
    bottom: 24.6px;
}

.list-social-icon .icon-footer {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.list-social-icon a:hover {
    opacity: 1;
}

.rating-and-comment {
    display: flex;
    flex-direction: row;
}
.rating-and-comment a {
    background-color: #fff;
    border-radius: 21px;
    width: 120px;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 500;
    box-shadow: 0px 3px 6px #00000029;
    padding-top: 2px;
}
.rating-and-comment .rating {
    margin-right: 4.2px;
}
.rating-and-comment .rating img {
    margin-right: 8px;
}
.rating-and-comment .comment img {
    margin-right: 11px;
}

.index-menu {
    position: fixed;
    width: 184px;
    background-color: rgb(19, 34, 81, 0.69);
    right: 0px;
    bottom: 125px;
    -webkit-backdrop-filter: blur(7px) brightness(116%);
    backdrop-filter: blur(7px) brightness(116%);
    box-shadow: inset 0px 3px 6px 0px rgb(0 0 0 / 16%);
    border-radius: 22px;
    padding: 21px 18px;
    z-index: 98;
}
.index-menu.hiding {
    padding: 10px 18px;
}

.index-menu .title.hiding {
    display: flex;
    align-items: center;
    color: white;
    padding-bottom: 0px;
}

.index-list .title {
    color: #f7b400;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 24px;
    align-items: center;
}
.index-list .title p {
    font-size: 1.5rem;
}

.index-list .title span img {
    width: 7.45px;
    height: 7.45px;
}
.index-list .title span {
    width: 24.3px;
    height: 24.3px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.index-menu .list .page-title {
    margin-bottom: 16px;
}
.index-menu .list .item a {
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    padding: 4px 0px 4px 25px;
    line-height: 1.5;
}

.index-list .item-1 a:hover,
.index-list .item-1.active a {
    
}
.index-list .item-2 a:hover,
.index-list .item-2.active a {
    
}
.index-list .item-3 a:hover,
.index-list .item-3.active a {
    
}
.index-list .item-4 a:hover,
.index-list .item-4.active a {
    
}

.index-list .item {
    position: relative;
    margin-bottom: 4px;
}

.index-list .item:after {
    width: 14px;
    height: 4px;
    background: #f7b400;
    border-radius: 1px;
    left: 3px;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}
.index-list .list .active:after {
    content: "";
}

.index-menu .list .item a:hover,
.page-title a:hover {
    opacity: 1;
}
.page-title a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.index-list .title.hiding img {
    transform: rotate(45deg);
}

/* logo and menu */
body.shownav #logo-header {
    max-width: 116px;
}

#logo-header {
    left: 80px;
    display: block;
    position: absolute;
    width: 116px;
    content: "";
    z-index: 999;
    /* top: 108px; */
    transition: width 0.5s;
    transform: translateY(12px);
}

#logo-header a:hover {
    opacity: 1;
}

.logo-menu-open {
    display: none;
}

.menu-wrapper {
    position: fixed;
    left: 0;
    height: auto;
    z-index: 200;
    /* top: 96px; */
    height: 100vh;
    top: 0;
}
body.header-fix .menu-wrapper {
    position: fixed;
    top: 0px;
}

/* body.header-fix div#logo-header,
body.header-fix .header-wrapper {
    position: fixed;
    top: 0px; 
} */
body.header-fix .header-wrapper {
    z-index: 90;
    background: transparent;
    width: 100%;
}
body.shownav.header-fix .menu-wrapper {
    top: 0px;
    padding-top: 0px;
}

.tool-bar-header {
    z-index: 5;
    position: relative;
}

.shownav .menu-wrapper:after {
    width: 5px;
    background-color: rgba(0, 0, 0, 0.45);
    display: block;
    position: absolute;
    right: -5px;
    height: 100vh;
    content: "";
    z-index: 3;
    top: 0px;
}

.menu-cover {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    cursor: pointer;
    width: 63px;
    height: 63px;
    background: #fff;
    display: block;
    position: relative;
}

.menu-cover:before {
    position: absolute;
    top: 0px;
    height: 585px;
    content: "";
    background: transparent;
    width: 63px;
    z-index: 9999;
}
.menu-cover.hide {
    /* display: none; */
}
.menu-cover.open {
    display: none;
}
.menu-cover.open:before {
    display: none;
}
.menu-cover span,
.menu-cover.open span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    top: 15px;
    background-color: #221a1a;
    left: 19px;
    transition: all 0.5s;
}
.menu-cover.open span {
    background-color: white;
    top: 20px;
}
.menu-cover span:nth-child(2),
.menu-cover.open span:nth-child(2) {
    top: 22px;
}
.menu-cover span:nth-child(3),
.menu-cover.open span:nth-child(2) {
    top: 29px;
}
.menu-cover:after {
    content: "MENU";
    font-size: 1rem;
    color: #221a1a;
    display: block;
    position: absolute;
    line-height: 1.5;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.menu-cover.open:after {
    content: "CLOSE";
    font-size: 1rem;
    color: white;
    display: block;
    position: absolute;
    line-height: 1.5;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

body.shownav .menu-cover.open span:nth-child(2) {
    display: none;
}

body.shownav .menu-cover.open span {
    transform: rotate(45deg);
}

body.shownav .menu-cover.open span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}

.menu-cover.open {
    font-size: 30px;
    cursor: pointer;
    display: none;
    transition: all 0.2s;
    position: relative;
    background: transparent;
}
body.shownav .menu-cover.open {
    width: 63px;
    height: 63px;
    left: 0px;
    top: 0;
    display: block;
}
body.shownav .menu-inner.extend {
    width: 220px;
}
body.shownav .menu-wrapper {
    top: 0px;
    padding-top: 0;
}

body .menu-wrapper:before {
    width: 0;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0c0b3b;
    content: "";
    transition: width 0.5s;
    z-index: -1;
}
body.shownav .menu-wrapper:before {
    width: 220px;
}
.menu-wrapper .menu-inner {
    width: 63px;
    transition: width 0.5s ease-in-out;
    background-color: #0c0b3b;
}

.header-nav-main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-nav-main li {
    margin: 0px;
}
/* .header-nav-main li a img {
    width: 20px;
} */
.header-nav-main > li a {
    font-size: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 58px;
    font-size: 9px;
    padding-bottom: 5px;
}
body.shownav .header-nav-main > li a {
    padding-bottom: 0px;
}
.header-nav-main > li > a {
    justify-content: flex-end;
}
.header-nav-main > li {
    width: 100%;
    border-right: 7.34px solid transparent;
}
.header-nav-main > li > a > b {
    width: 25px;
    height: 23px;
    display: block;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
}
.header-nav-main > li > a span {
    z-index: 9;
}
/* .menu-left-active > li > a b {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
} */

.header-nav-main > li.menu-border-color-1 {
    border-right-color: #1993af;
}
body:not(.shownav) .menu-border-color-1.active > a {
    background-color: #1993af;
}
.header-nav-main > li.menu-border-color-2 {
    border-right-color: #b866eb;
}
body:not(.shownav) .menu-border-color-2.active > a {
    background-color: #b866eb;
}
.header-nav-main > li.menu-border-color-3 {
    border-right-color: #24c147;
}
body:not(.shownav) .menu-border-color-3.active > a {
    background-color: #24c147;
}
.header-nav-main > li.menu-border-color-4 {
    border-right-color: #f0c700;
}
body:not(.shownav) .menu-border-color-4.active > a {
    background-color: #f0c700;
}

.header-nav-main > .menu-item:first-child {
    /* border-top: 1px solid rgba(255, 255, 255, 0); */
}
.header-nav-main > .menu-item {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0); */
    position: relative;
}
.header-nav-main > .menu-item:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    left: 0;
}
.header-nav-main > .menu-item:first-child:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
}
.header-nav-main > li > a .hide-small {
    display: none;
}

.menu-left-active > li {
    position: relative;
}
.menu-left-active > li > a {
    flex-direction: row;
    justify-content: flex-start;
    font-size: 1.6rem;
    padding-bottom: 00;
    font-weight: normal;
    padding-left: 60px;
    position: relative;
    z-index: 10;
}
.menu-left-active > li > a:hover span {
    font-weight: 700;
}
.menu-left-active > li > a.open:before {
    width: calc(100% + 21px) !important;
    height: calc(100% + 10px);
    top: -5px;
    content: "";
}
.menu-left-active > li.menu-border-color-1 > a::before {
    background-image: url(../images/index/sub-menu-item-bg.png);
}
.menu-left-active > li.menu-border-color-2 > a::before {
    background-image: url(../images/index/menu-item-bg-purple.png);
}
.menu-left-active > li.menu-border-color-3 > a::before {
    background-image: url(../images/index/menu-item-bg-green.png);
}

.menu-left-active > li.menu-border-color-4 > a::before {
    background-image: url(../images/index/menu-item-bg-yellow.png);
}
.menu-left-img-banner {
    padding: 0 7px;
}
.menu-left-active > li.menu-item > a::before {
    left: 0;
    width: 5px;
    background-size: 0 100%;
    background-position: left center;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    z-index: 5;
    position: absolute;
    content: "";
    display: block;
    transition: background-size 0.5s;
    width: calc(100% + 23px);
    height: calc(100% + 0px);
}

.menu-left-active > li.menu-item.open > a::before,
.menu-left-active > li.menu-item.child-menu-open > a::before {
    height: calc(100% + 10px);
    top: -5px;
    background-size: 100% 100%;
}

.menu-left-active > li > a .hide-small {
    display: inline-block;
}

.menu-left-list-social,
.menu-left-img-banner {
    display: none;
}
.header-nav-main > li .sub-menu-wrap {
    display: none;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap {
    width: 290px;
    display: block;
    position: fixed;
    top: 0px;
    left: 190px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: 100vh;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children .sub-menu-wrap{
    position: fixed;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children .sub-menu-wrap {
    display: none;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children.open .sub-menu-wrap {
    display: block;
    left: 221px;
    opacity: 1;
    visibility: visible;
    /* overflow: overlay; */
    padding-right: 20px;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children:hover .sub-menu-wrap {
    display: block;
    left: 221px;
    opacity: 1;
    visibility: visible;
    /* overflow: overlay; */
    padding-right: 20px;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > li > a {
    justify-content: center;
    position: relative;
    z-index: 4;
    font-size: 1.6rem;
    padding-left: 27px;
    padding-right: 33px;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > li {
    border-bottom: 1px solid #c7c7c7;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > li:first-child {
    border-top: 1px solid #c7c7c7;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > li{
    position: relative;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children.open .sub-menu-wrap:before {
    content: "";
    position: fixed;
    display: block;
    z-index: -1;
    left: 220px;
    top: 0;
    background-color: rgba(12, 11, 59, 0.79);
    width: 276px;
    height: 100%;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children:hover .sub-menu-wrap:before {
    content: "";
    position: fixed;
    display: block;
    z-index: -1;
    left: 220px;
    top: 0;
    background-color: rgba(12, 11, 59, 0.79);
    width: 276px;
    height: 100%;
}

.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > li > a:before {
    background-image: url(../images/index/sub-menu-item-bg.png);
    left: 0;
    background-size: 0% 100%;
    background-position: left center;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 18px) !important;
    height: calc(100% + 10px);
    top: -5px;
    transition: background-size 0.5s;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 .menu-item-has-children.open > a:before {
    left: 0;
    background-size: 100% 100%;
    background-position: left center;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 18px) !important;
    height: calc(100% + 10px);
    top: -5px;
    transition: background-size 0.5s;
}
body:not(.menu-mobile-open)
    .menu-left-active
    > .menu-item-has-children
    .sub-menu-wrap
    .sub-menu.sub-menu-level-2
    > li:hover
    > a:before {
    /* width: calc(100% + 18px) !important; */
    background-size: 100% 100%;
}

.menu-left-active
    > .menu-item-has-children
    .sub-menu-wrap
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children
    .sub-in-menu-wrap {
    width: 344px;
    display: none;
    position: fixed;
    top: unset;
    left: 506px;
    background-color: #0094b2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: auto;
    padding-top: 0px;
}
.menu-left-active
    > .menu-item-has-children
    .sub-menu-wrap
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children
    .sub-in-menu-wrap
    a {
    line-height: 1.4;
}
.header-fix
    .menu-left-active
    > .menu-item-has-children
    .sub-menu-wrap
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children
    .sub-in-menu-wrap {
}

.menu-left-active
    > .menu-item-has-children
    .sub-menu-wrap
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children
    .sub-in-menu-wrap
    li {
    padding: 0px 20px 0px 20px;
}

body:not(.menu-mobile-open)
    .menu-left-active
    > .menu-item-has-children
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children.open
    .sub-in-menu-wrap {
    left: 490px;
    opacity: 1;
    visibility: visible;
    height: auto;
    /* overflow: hidden; */
    height: auto;
    display: block;
    /* position: absolute;
    left: 268px; */
}

body:not(.menu-mobile-open)
    .menu-left-active
    > .menu-item-has-children
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children:hover
    .sub-in-menu-wrap {
    left: 490px;
    opacity: 1;
    visibility: visible;
    height: auto;
    /* overflow: hidden; */
    height: auto;
    display: block;
    /* position: absolute;
    left: 268px; */
}
body:not(.menu-mobile-open)
    .menu-left-active
    > .menu-item-has-children
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children:hover
    .sub-in-menu-wrap:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    background-color: #0094b2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-fix .menu-left-active > .menu-item-has-children .sub-menu {
    top: 0px;
}

body:not(.menu-mobile-open) .menu-left-active .sub-menu .sub-menu li a:hover,
body:not(.menu-mobile-open) .menu-left-active .sub-menu .sub-menu li.open > a {
    background-size: 100% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
    background-color: #007a8a;
    border-radius: 3px;
    background-size: 100% 100%;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
}

.menu-left-active .sub-menu .sub-menu li {
    padding: 5px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.menu-left-active .sub-menu .sub-menu li a {
    display: block;
    font-size: 15px;
    margin: 6px 0;
    padding: 12px 10px 8px 20px;
    line-height: 1;
    position: relative;
    z-index: 20;
    height: unset;
    background-color: transparent;
}

.menu-left-active .sub-menu .sub-menu:after {
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    height: 100vh;
    content: "";
    left: 5px;
    top: 0;
    width: 4px;
}
/* .menu-left-active .sub-menu .sub-menu:before {
    background-color: #0094b2;
    display: block;
    position: absolute;
    height: 100%;
    content: "";
    left: 0px;
    top: 0;
    width: 5px;
    z-index: 5;
} */
.menu-left-active > li .sub-menu-wrap:after {
    background-color: #0094b2;
    display: block;
    position: fixed;
    height: calc(100% + 150px);
    content: "";
    left: 490px;
    top: 0;
    width: 4px;
}

.menu-left-active > li .sub-menu-wrap .sub-menu.sub-menu-level-2 > li > a:after {
    content: "";
    background-image: url("../images/index/icon-for-link-menu-left.svg");
    position: absolute;
    right: 9.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 16.5px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-left-active > li .sub-menu.sub-menu-level-2 > li.menu-item-has-children > a:after {
    background-image: url("../images/index/arrow-right-for-child-submenu.svg");
    width: 5.916px;
    height: 10.418px;
}
.shownav .menu-left-img-banner {
    display: block;
}

.menu-left-img-banner {
    margin-top: 4.9px;
}
.shownav .menu-left-list-social {
    display: flex;
}
.shownav .menu-left-list-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -27px;
    justify-content: center;
    margin-top: 10px;
}
.shownav .menu-left-list-social a {
    margin-left: 27px;
}
.menu-bottom-after-img li {
    position: relative;
    margin: auto;
}
.menu-bottom-after-img li a {
    font-size: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 57px;
    font-size: 1.3rem;
    padding-bottom: 3px;
    justify-content: center;
    padding-left: 60px;
}
.menu-bottom-after-img b {
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 5;
}
.menu-bottom-after-img a span {
    display: none;
}
.shownav .menu-bottom-after-img a span {
    display: inline-block;
}

.scroll {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding-top: 50px;
    padding-bottom: 9px;
    text-align: center;
    z-index: 99;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.scroll {
    width: calc(100% - 20px);
    left: 0px;
    bottom: 0;
}

.scroll div {
    width: 46px;
    height: 46px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: auto;
    padding-top: 30px;
    line-height: 1.1;
    background-image: url('/wp-content/themes/ehime-university/assets/images/index/btn-scroll-menu.svg');
    background-position: top 10px center;
    background-repeat: no-repeat;
}

.scroll div span {
    font-size: 0.8rem;
    color: #fff;
    display: block;
}

ul.sub-menu.nav-dropdown.nav-dropdown-default {
    /* height: auto; */
}
.sub-menu .sub-menu .scroll {
    left: 5px;
    width: calc(100% - 5px);
}
body.disable-scroll {
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

/* end menu left css */
.slick-slider {
}
.slick-slide {
    text-align: center;
}

.tabs-content {
    position: relative;
    padding-top: 25px;
    max-width: 1000px;
    margin: auto;
}

.tabs-content > .tab-panel {
    display: none;
}
.tabs-content > .tab-panel.active {
    display: block;
}

.home-sns {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(35, 34, 32, 0.69);
}
.home-sns .home-sns-content {
}
.box-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    height: 150px;
    padding-bottom: 40px;
}
.box-social p {
    color: #000000;
    font-weight: 500;
}

.social {
    background-color: #232220;
}
.social .title {
    padding-top: 94px;
    padding-bottom: 50px;
}
.test-12 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    width: 100%;
    max-width: 1288px;
    padding: 0 15px;
    margin: auto;
    position: relative;
}
.test-12 div {
    padding: 9px;
}

.test-12 img {
    width: 100%;
}
.test-12 div:nth-child(14) {
    margin-left: auto;
}

Footer {
    background-color: #0c0b3b;
}
.footer-content .social-footer {
    padding: 15px 0 15px 15px;
}
.footer-content .social-footer img {
    padding-right: 15px;
}
@media(max-width:900px){
    .footer-content .social-footer img {
        padding-right:7px;
    }
}
.footer-content li {
    padding-bottom: 15px;
}
.footer-content li {
    padding-bottom: 15px;
}
.main-slide {
    position: relative;
}
.main-slide .slick-slide:not(.slick-center) a:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: unset;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 247, 247, 0.5);
    transition: transform 0.4s;
    height: 100%;
}
.main-slide .slider {
    z-index: 70;
}
.main-slide .item.slick-slide {
    text-align: center;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}
.main-slide .item.slick-slide a {
    display: block;
    position: relative;
}

.main-slide .item.slick-slide.slick-sprev2 {
    opacity: 1;
    transform: translate3d(-200%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -webkit-transform: translate3d(-200%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -moz-transform: translate3d(-200%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -ms-transform: translate3d(-200%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -o-transform: translate3d(-200%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
}
.main-slide .item.slick-slide.slick-sprev {
    opacity: 1;
    transform: translate3d(-110%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -webkit-transform: translate3d(-110%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -moz-transform: translate3d(-110%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -ms-transform: translate3d(-110%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
    -o-transform: translate3d(-110%, 0, -10px) perspective(400px) rotateY(1deg) translateX(0px);
}
.main-slide .item.slick-slide.slick-snext {
    opacity: 1;
    transform: translate3d(110%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -webkit-transform: translate3d(110%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -moz-transform: translate3d(110%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -ms-transform: translate3d(110%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -o-transform: translate3d(110%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
}

.main-slide .item.slick-slide.slick-snext2 {
    opacity: 1;
    transform: translate3d(200%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -webkit-transform: translate3d(200%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -moz-transform: translate3d(200%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -ms-transform: translate3d(200%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
    -o-transform: translate3d(200%, 0, -10px) perspective(400px) rotateY(-1deg) translateX(0px);
}

.main-slide .item.slick-slide{
    border: 1px solid rgba(0, 0, 0, 0);
}
.main-slide .item.slick-slide.slick-active {
    border: 1px solid #f7b400;
    z-index: 30;
    opacity: 1;
    position: relative;
}

.main-slide .prev-arrow {
    width: 54px;
    height: 54px;
    background-color: #0c0b3b;
    border-radius: 50%;
    border: none;
    z-index: 40;
}

.main-slide .next-arrow {
    width: 54px;
    height: 54px;
    background-color: #0c0b3b;
    border-radius: 50%;
    border: none;
    z-index: 40;
    transform: rotate(180deg);
}
.main-slide .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.main-slide .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}
.main-slide .slick-list {
    overflow: inherit;
    /* padding-top: 0% !important;
    padding-bottom: 50% !important; */
}

.progress-0 {
    border: 1px solid white;
    position: absolute;
    left: 400px;
    margin: 10px 0 0 23px;
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    bottom: 8%;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #eac926, #eac926);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}
.main-slide-slider {
    width: calc(100% - 30px);
    max-width: 1000px;
    position: relative;
    top: -26%;
    margin: auto;
}
.video-background video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -1;
    transition: all 0.5s;
}
.header-wrapper {
    background-color: rgba(40, 40, 40, 0.64);
    z-index: 2;
}
.main-banner {
    cursor: pointer;
    transition: all 0.5s;
    width: auto;
    max-width: 1000px;
    margin: auto;
}

@keyframes shiny {
    0% {
        left: -20%;
    }
    10% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@keyframes shiny2 {
    0% {
        left: -20%;
    }
    10% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.shiny-btn {
    overflow: hidden;
    position: relative;
}

.shiny-btn::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0.5) 10%,
        rgba(255, 255, 255, 0.5) 100%,
        rgba(255, 255, 255, 0.2) 0%
    );

    /* アニメーション */
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.shiny-btn:hover::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0.5) 10%,
        rgba(255, 255, 255, 0.5) 100%,
        rgba(255, 255, 255, 0.2) 0%
    );

    /* アニメーション */
    animation-name: shiny2;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.cookie {
    background-color: white;
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.cookie button {
    padding: 20px 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: black;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}
.footer-top {
    display: flex;
    flex-direction: row;
}



/* .main-slide .slide.item, */
.main-slide .navfor {
    width: calc(100% - 30px);
    max-width: 1000px;
}

.main-slide .navfor {
    margin: auto;
}

.slide-notifi a {
    display: block;
    position: relative;
    padding-right: 30px;
    width: fit-content;
    text-overflow: ellipsis;
    white-space: nowrap; 
    /* width: 100%;  */
    overflow: hidden;
    text-overflow: ellipsis; 
    height: 32px;
    line-height: 32px;
}
.slide-notifi {
    max-width: 1500px;
}
.slide-notifi a span{
    position: relative;
    padding-right: 30px;
}
.slide-notifi a span:after {
    display: block;
    position: absolute;
    width: 8px;
    height: 16px;
    background-image: url(../images/index/icon-arrow-notifi.svg);
    background-size: 100% 100%;
    right: 15px;
    content: "";
    top: 50%;
    transform: translateY(-65%);
}
body .menu-wrapper .menu-item > a > span {
    display: none;
    width: 100%;
    width: 150px;
    text-align: left;
}
body .menu-wrapper .menu-item > a > span.show {
    display: block;
}
body:not(.shownav) .header-nav-main > li > a span:not(.hide-small) {
    display: block;
    width: 100%;
    text-align: center;
}

.main-slide input[type="range"]::-webkit-slider-thumb {
    background: #eac926;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

ul.slick-dots {
    display: flex;
    background: #4e4e4e;
    border-radius: 10px;
    justify-content: center;
    margin: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.introduce-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #ac6ce5 !important ;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.introduce-slider + .navfor input[type="range"]::-ms-thumb {
    background: #ac6ce5 !important ;
}
.news-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #eac926;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.page-entrance .main-slide-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #1993af;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.social_collaboration .main-slide-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #62bf58;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.employment_support .main-slide-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #1993af;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.page-research .main-slide-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #ac6ce5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.page-education .main-slide-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #1993af;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.page-campuslife .main-slide-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #1993af;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.main-slide .item.slick-slide {
    transition: all 1s;
    opacity: 0;
}
.tool-bar-header {
    -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.header-wrapper {
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
}
body.header-fix .header-wrapper {
    top: 0;
}
#banner {
    height: calc(100vh - 57px);
}
.text-banner {
    position: absolute;
}
.main-banner {
    position: absolute;
    bottom: 60px;
    top: unset;
}
#banner .container {
    height: 100%;
}
.text-banner {
    top: unset;
    bottom: 425px;
}
.main-slide {
    padding-bottom: 65px;
}
.main-slide:before {
    width: 100%;
    height: 170px;
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
    background-color: rgba(40, 40, 40, 0.64);
}
.main-slide:after {
    width: 100%;
    height: calc(100% - 170px);
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
    background-color: #0c0b3b;
    bottom: 0;
}
.main-slide .slide-arrow {
    cursor: pointer;
}
.main-slide .slide-arrow {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: calc(50% + 545px);
    box-shadow: 0px 2px 0px 0px rgba(158, 158, 158, 0.75);
}
.main-slide .slide-arrow.next-arrow {
    box-shadow: 0px -2px 0px 0px rgba(158, 158, 158, 0.75);
}
.main-slide .slide-arrow.prev-arrow {
    left: calc(50% - 599px);
    transform: translateY(-50%);
}
.main-slide ul.slick-dots {
    width: 100%;
    max-width: 1000px;
    margin-top: 15px;
    height: 20px;
    border-radius: 10px;
}
ul.slick-dots li {
    cursor: pointer;
    height: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}
.main-slide ul.slick-dots > li.slick-active {
    border-radius: 10px;
    border: 1px solid #4a4a4a;
}
#home-entrance .btn-list {
    max-width: 530px;
}
a.btn.btn-shadow {
    height: 60px;
    border-radius: 30px;
}
a.btn.btn-shadow:before {
    width: 100%;
    height: 100%;
    bottom: -2px;
    top: unset;
    transform: none;
    border-radius: 30px;
    z-index: 1;
}
a.btn-shadow:before {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
a.btn-blue:before {
    background-color: #0d6772;
}
a.btn-shadow span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    position: relative;
    z-index: 5;
}
a.btn-shadow:hover span {
    background-color: #197a90;
    top: 2px;
    transition: 0.5s;
}  
.news-list .news-item {
    padding: 13px 70px 18px 10px;
    display: flex;
    align-items: flex-start;
    transition: background-color 0.5s;
    position: relative;
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
}
.news-list .news-item:first-child {
    border-top: 1px solid transparent;
}
.news-list .news-item:last-child {
    border-bottom: 1px solid #dddddd;
}
.news-list .news-item:after {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #c1c1c1;
    background-image: url(../images/index/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
}
.news-list .date {
    width: 90px;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.5rem;
    color: #555555;
    padding-top: 5px;
    margin-left: 100px;
}
.news-list .title {
    width: calc(100% - 190px);
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    padding-top: 0px;
}
.news-item-thumb{
    width: 90px;
    height: 65px;
    background-position: center;
    background-size: cover;
    position: absolute !important;
}
.news-list .title a {
    line-height: 1.7;
}
.news-list .title a:hover {
    text-decoration: underline;
}
#home-entrance .content-right-inner {
    max-width: 795px;
    padding-right: 15px;
}
.news-list .title .new-label {
    color: #f76500;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.3rem;
    position: relative;
    top: 0px;
    left: 10px;
}
.news-list .news-item:hover {
    /* box-shadow: 0px 4px 10px 0px rgba(13, 103, 114, 0.16); */
    border-top: 1px solid transparent;
}
.news-list .news-item:hover:before {
    box-shadow: 0px 4px 10px 0px rgba(13, 103, 114, 0.16);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #efefef;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: "";
    z-index: 0;
}
.news-list .news-item > div {
    position: relative;
    z-index: 2;
}
.news-list .news-item:hover + .news-item {
    /* border-top: 1px solid transparent; */
}
.news-list .news-item:last-child {
    /* border-bottom: 1px solid transparent; */
}
a.btn.btn-more {
    height: 50px;
    border-radius: 25px;
    transition: all 0.5s;
}
a.btn.btn-more.btn-shadow span {
    width: fit-content;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #c4c4c4;
    background-color: white;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 35px 0 25px;
}
a.btn.btn-more.btn-shadow:before {
    top: unset;
    height: 50px;
    bottom: -2px;
    background-color: rgba(0, 0, 0, 0.4);
}
a.btn.btn-more span:hover {
    top: 2px;
    color: white;
    background-color: #0c0b3b;
}
a.btn.btn-more:after {
    width: 9px;
    height: 15px;
    background-image: url(../images/index/icon-arrow-right-black.svg);
    background-size: 100% 100%;
    right: 15px;
    z-index: 10;
}
a.btn.btn-more:hover:after {
    top: calc(50% + 2px);
    background-image: url(../images/index/icon-arrow-right-white.svg);
}
#home-entrance .icon-wrap img {
    width: 39px;
}
#home-introduce .icon-wrap img {
    width: 47px;
}
#home-introduce .btn-list {
    max-width: 233px;
    margin-left: auto;
    margin-right: auto;
}
a.btn.btn-purple:hover span {
    background-color: #8b51be;
}
a.btn-purple:before {
    background-color: #7e40b5;
}
.introduce-slider-wrap {
    /* display: flex;
    justify-content: center; */
    padding-right: 55px;
}
.introduce-slider {
    max-width: 980px;
}
#home-introduce .title-block {
    max-width: 980px;
    margin: auto;
    padding-right: 35px;
}
#home-introduce .introduce-right .col-inner {
    padding-left: 55px;
}
@media (max-width: 1280px) {
}
.introduce .next-arrow {
    right: -55px;
    transform: translateY(-50%) scaleX(-1);
}
.introduce .prev-arrow {
    left: -55px;
    transform: translateY(-50%);
}
.introduce .slide-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.introduce .slide-arrow.next-arrow {
    box-shadow: 0px 2px 0px 0px rgb(158 158 158 / 75%);
}
.introduce ul.slick-dots {
    margin: 30px 15px 0;
}
.introduce-slider .box-blog .box-text {
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 20px;
}
#home-about .btn-list {
    max-width: 520px;
}
a.btn.btn-green:hover span {
    background-color: #4b9643;
}
a.btn-green:before {
    background-color: #47933f;
}
a.btn.btn-yellow:hover span {
    background-color: #ac9212;
}
a.btn-yellow:before {
    background-color: #ac9212;
}
#home-about .test img {
    height: 44px;
}
.news-slider .news-slide-item {
    padding: 0 10px;
}
.box-blog .box-text {
    padding: 20px 20px 0px;
}
.box-blog .cat-wrap {
    background-color: white;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
    font-family: source-han-sans-japanese, sans-serif;
}
.slide-arrow {
    box-shadow: 0px 2px 0px 0px rgb(158 158 158 / 75%);
    cursor: pointer;
}
.slide-arrow.next-arrow {
    box-shadow: 0px -2px 0px 0px rgb(158 158 158 / 75%);
}
.news-tabs-wrap .tabs-nav {
    display: flex;
    justify-content: flex-start;
}
.news-tabs-wrap .tabs-nav > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.news-tabs-wrap .tabs-nav > li a {
    font-family: source-han-sans-japanese, sans-serif;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    position: relative;
    background-color: white;
}
.news-tabs-wrap .tabs-nav > li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    min-height: 3.9rem;
    font-size: 1.4rem;
    align-items: center;
    letter-spacing: 0.08em;
    color: #4d4d4d;
    border: 1px solid #707070;
    transition: all 0.5s;
}
.news-tabs-wrap .tabs-nav li > a::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: -2px;
    content: "";
    border-radius: 3px;
}

.news-tabs-wrap .tabs-nav li.active > a span,
.news-tabs-wrap .tabs-nav li:hover > a span {
    background-color: #1e1c6e;
    border-color: #1e1c6e;
    color: white;
    font-weight: bold;
}
.news-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.news-tags ul li {
    margin: 8px 10px;
}
.news-tags a span,
.tabs-news-cat a span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    color: #132251;
    border: 1px solid #132251;
    border-radius: 13px;
    min-height: 26px;
    font-size: 1.3rem;
    font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.5;
    background-color: white;
    position: relative;
    z-index: 5;
    transition: all 0.5s;
    font-weight: 500;
}
.news-tags a,
.tabs-news-cat a {
    position: relative;
    display: block;
}
.tabs-news-cat a {
    position: relative;
    display: block;
    margin-right: 15px;
}
.news-tags a:before,
.tabs-news-cat a::before {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
}
.news-tags a:hover span,
.tabs-news-cat a:hover span {
    color: white;
    background-color: #132251;
}
.tabs-news-cat {
    padding-left: 190px;
    display: inline-flex;
}
.news-list.tabs-news-list .news-item {
    flex-wrap: wrap;
    min-height: 115px;
}
.news-list.tabs-news-list .news-item .title {
    padding-top: 0;
}
.news-list.tabs-news-list .news-item {
    padding-top: 25px;
    padding-bottom: 25px;
}
.tabs-news-list .title .new-label {
    top: 0;
    left: 0;
}
.box-social {
    position: relative;
    transition: opacity 0.5s;
    box-shadow: 0px 2px 0px 0px #909090;
}
.box-social:hover {
    opacity: 0.6;
}
.box-social:before {
}
#home-links .col-inner:hover {
    opacity: 0.6;
}
footer .footer-content a {
    color: white;
}
footer .footer-left {
    max-width: 450px;
}
footer .footer-right .large-4 {
    max-width: 100%;
    width: 100%;
}
footer .footer-right .large-4:first-child {
    max-width: 25%;
    width: 25%;
    flex-basis: 25%;
}
footer .footer-right .large-4:nth-child(2) {
    max-width: 30.5%;
    width: 30.5%;
    flex-basis: 30.5%;
}
footer .footer-right .large-4:nth-child(3) {
    max-width: 44.5%;
    width: 44.5%;
    flex-basis: 44.5%;
}
.footer-content > .row {
    justify-content: space-between;
}
.footer-bottom {
    max-width: 350px;
}
.slide-notifi a:hover {
    text-decoration: underline;
}
#home-links img {
    width: 100%;
    height: auto;
}
@media (max-width: 1280px) and (min-width: 768px) {
    #home-links .container {
        max-width: 845px;
    }
    #home-links .row-1 .col-inner {
        margin-bottom: 10px;
    }
    #home-links .row-2 .col-inner {
        margin-bottom: 10px;
    }
    #home-links .row-3 .col-inner {
        margin-bottom: 10px;
    }
    #home-links .row {
        margin-top: 10px;
    }
}

@media (min-width: 769px) {
    #cookie .large-2 {
        width: 215px;
        flex-basis: 215px;
        max-width: 215px;
    }
    #cookie .large-10 {
        width: calc(100% - 215px);
        flex-basis: calc(100% - 215px);
    }
}
.scroll {
    position: fixed;
    bottom: 0;
}
.tool-bar-header {
    margin-left: 0;
    transition: all 0.5s;
}
body.shownav .tool-bar-header {
    margin-left: 220px;
}
.social-contact .button-image img.index-menu-icon {
    width: 60px;
}
@media (min-width: 769px) {
    body.showcookie .list-social-icon {
        bottom: 96px;
    }
    body.showcookie .social-contact .button-image {
        bottom: 92px;
    }
    body.showcookie .index-menu {
        bottom: 200px;
    }
    .list-social-icon.div-social-active {
        width: 0;
    }
}
body.changelogo .header-logo {
    display: none;
}
body.changelogo .header-logo.logo-menu-open {
    display: block;
}
.list-social-icon {
    transition: all 0.5s;
}

/* slide for by input range */

input[type="range"] {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #4e4e4e;
    border-radius: 10px;
    border: 0px solid #000101;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 16%;
    border-radius: 10px;
    background: #65001c;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #4e4e4e;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    animation: 1s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #4e4e4e;
    border-radius: 10px;
    border: 0px solid #000101;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 16%;
    border-radius: 10px;
    background: #65001c;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 20px;
    cursor: pointer;
    animation: 1s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #4e4e4e;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-fill-upper {
    background: #4e4e4e;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 16%;
    border-radius: 10px;
    background: #65001c;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #4e4e4e;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #4e4e4e;
}

input[type="range"].main-slidefor {
    width: 800px;
}

.slick_slide + .navfor {
    margin-top: 30px;
}

.main-banner {
    box-shadow: 0px 0px 40px -5px rgb(0 0 0 / 80%);
}
.main-banner:before {
    /* position: absolute;
    bottom: -25px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.28);
    content: "";
    filter: blur(9px);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    left: 0; */
}
input[type="range"] {
    color: transparent;
    background-color: transparent;
}
.sub-menu-wrap {
    /* overflow: overlay; */
    height: 100vh;
}
.sub-menu-wrap .ps__thumb-y {
    z-index: -1;
}
.sub-menu-wrap .ps__rail-y {
    right: 10px;
    z-index: -1;
}
body.shownav.menu-open header .header-bg-wrapper {
    content: "";
    position: fixed;
    background: rgba(26, 26, 26, 0.66);
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
    z-index: 150;
}
.header-nav-main > li > a > b {
    transition: top 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
body:not(.shownav) .header-nav-main > li > a > b {
    top: 11px;
}
.sub-menu-title {
    display: none;
}
.sub-menu-item-head {
    display: none;
}
body:not(.home) .tool-bar-header {
    display: none;
}
.page-header .header-background {
    width: 100%;
    height: 460px;
    position: absolute;
}
.page-header .header-background {
    top: 0;
    left: 0;
}
.page-header .header-background-img {
    background-size: cover;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.page-header .header-icon {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 70px;
}
body:not(.home) header {
    height: 63px;
}
body:not(.home) .menu-wrapper {
    top: 0;
    position: fixed;
}
body:not(.home).shownav .menu-wrapper {
    padding-top: 0;
}
body:not(.home):not(.segment-top) #logo-header {
    top: 0px;
    position: fixed;
}
body:not(.home):not(.segment-top) .header-wrapper {
    position: fixed;
}
body:not(.home) #logo-header img.header-logo {
    display: none;
}
body:not(.home) #logo-header img.header-logo.logo-menu-open {
    display: block;
}
body .header-background:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #eac926;
    opacity: 0.4;
    content: "";
    z-index: 1;
}
body.page-color-4 .header-background:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #62bf58;
    opacity: 0.4;
    content: "";
    z-index: 1;
}
body.page-color-13 .header-background:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #804d78;
    opacity: 0.4;
    content: "";
    z-index: 1;
}
#page-header {
    padding-top: 380px;
    position: relative;
}
#page-header .page-title {
    position: relative;
    z-index: 5;
}
#page-header .page-title {
    width: 100%;
    max-width: 720px;
    padding-left: 160px;
    font-size: 40px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bold;
    padding-top: 34px;
    padding-bottom: 34px;
    padding-right: 15px;
}
#page-header .page-title:after {
    position: absolute;
    width: calc(100% - 160px);
    height: 6px;
    background-color: #0c0b3b;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
}

#page-header .page-breadcrumb {
    padding-left: 160px;
    padding-top: 20px;
}
#page-header .page-breadcrumb a:first-child {
    padding-left: 35px;
    position: relative;
}
#page-header .page-breadcrumb a:first-child:before {
    position: absolute;
    display: block;
    width: 16px;
    height: 18px;
    background-image: url(../images/segment/icon-home.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#page-header .page-breadcrumb a,
#page-header .page-breadcrumb .breadcrumb-list > span {
    padding-right: 15px;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-size: 1.4rem;
    position: relative;
    padding-left: 25px;
}
#page-header .page-breadcrumb a {
    text-decoration: underline;
}
#page-header .page-breadcrumb a:not(:first-child):before,
#page-header .page-breadcrumb .breadcrumb-list > span:before {
    position: absolute;
    display: block;
    width: 10px;
    height: 16px;
    background-image: url(../images/segment/icon-breadcrumb-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-title-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: bold;
}
.section-title .en {
    font-size: 4.7rem;
    padding-right: 40px;
    
    font-family: source-han-sans-japanese, sans-serif;
}
#segment-slider .main-slide:before,
#segment-slider .main-slide:after {
    display: none;
}
#segment-slider .main-slide .item.slick-slide {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#segment-slider .main-slide .slide-arrow {
    background-color: white;
    background-image: url(../images/index/arrow-left-short.svg);
    background-size: 25px 22px;
    background-position: center;
    background-repeat: no-repeat;
}
#segment-slider .main-slide .slide-arrow img {
    display: none;
}
#segment-slider .slick_slide + .navfor {
    margin-top: 15px;
}
body:not(.home) .news-tabs-wrap .tabs-nav > li a {
    min-width: 208px;
}
#segment-news .news-top {
    border-bottom: 6px solid #0c0b3b;
}
.pagemenu-title {
    font-size: 28px;
    font-weight: bold;
    padding-top: 27px;
}
.pagemenu-list {
    padding-top: 20px;
}
.pagemenu-item a {
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    line-height: 1.2;
    font-size: 1.7rem;
    min-height: 52px;
    border-radius: 26px;
    margin-bottom: 15px;
    border: 1px solid #707070;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    width: 100%;
    transition: all 0.5s;
    padding-right: 45px;
}

.pagemenu-item a:after {
    width: 9px;
    height: 15px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-image: url(../images/index/arrow-right.svg);
    background-size: 100% 100%;
}
.pagemenu-item a:hover:after,.pagemenu-item a.active:after{
    background-image: url(../images/index/arrow-right-white.svg);
}
.pagemenu-item-blank a:after,.site-map-item.pagemenu-item.pagemenu-item-blank a.item-cat:hover:after {
    width: 21px;
    height: 22px;
    background-image: url(../images/segment/icon-blank.svg);
}
/* .single-page a:not(.btn):after{
    content: '';
    display: inline-block;
    width: 21px;
    height: 22px;
    background-image: url(../images/segment/icon-blank.svg);
    margin-left: 10px;
    position: relative;
    top: 5px;
} */
.pagemenu-item-blank a:hover:after {
    background-image: url(../images/index/icon-blank-white.svg);
}
.pagemenu-row > div {
    margin-bottom: 95px;
}
section#segment-pagemenu {
    position: relative;
}
section#segment-pagemenu:before {
    width: 100%;
    height: 23px;
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    top: 0;
}
body:not(.shownav) .menu-bottom-after-img .menu-item > a {
    padding-left: 0;
}
body:not(.shownav) .menu-bottom-after-img .menu-item > a > span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 8px;
    padding-top: 35px;
    width: 63px;
}
body.shownav .menu-item-donation-close {
    display: none;
}
body:not(.shownav) .menu-wrapper .menu-inner {
    padding-bottom: 17px;
}
body:not(.shownav) .menu-inner {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
body:not(.menu-mobile-open)
    .menu-left-active
    > .menu-item-has-children
    .sub-menu.sub-menu-level-2
    > .menu-item-has-children.open
    .sub-in-menu-wrap::after {
    display: block;
    position: absolute;
    height: 200vh;
    width: 100%;
    z-index: -2;
    bottom: 0;
    transform: translateY(50%);
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
}
.logo-detail-left {
    height: 132px;
    background-color: #eac926;
    padding-top: 40px;
    padding-left: 80px;
    padding-bottom: 38px;
    display: flex;
}
.top-page-detail {
    margin-top: 5px;
    background-color: #0c0b3b;
}
.page-menu-detail {
    padding-left: 92px;
    padding-right: 30px;
}
.segment-single-content-left {
    background-color: #f0f0f0;
    padding-bottom: 20px;
}
.page-menu-detail .pagemenu-title.toggle-hd {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #b4b4b4;
    margin-left: -92px;
    margin-right: -30px;
    padding-left: 92px;
    padding-right: 30px;
}
.pagemenu-title.toggle-hd::after {
    content: "";
    background-color: white;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-image: url(../images/segment/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
    top: calc(50% - 14.5px);
    position: absolute;
    right: 15px;
    z-index: 2;
    transform: rotate(45deg);
}
.page-menu-detail .toggle-pc {
    position: relative;
}
.pagemenu-title.toggle-hd::before {
    content: "";
    width: 29px;
    height: 29px;
    background-color: rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    right: 15px;
    top: calc(50% - 13px);
    display: block;
    position: absolute;
    z-index: 1;
}
.pagemenu-title.toggle-hd.active::after {
    transform: rotate(90deg);
}
.segment-single-content-right .page-breadcrumb a:first-child:before {
    position: absolute;
    display: block;
    width: 16px;
    height: 18px;
    background-image: url(../images/segment/icon-home.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    transition: all 0.5s;
    top: 4px;
}
.segment-single-content-right .page-breadcrumb a:not(:first-child):before,
.segment-single-content-right .page-breadcrumb .breadcrumb-list > span:before {
    position: absolute;
    display: block;
    width: 10px;
    height: 16px;
    background-image: url(../images/segment/icon-breadcrumb-arrow.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    top: 4px;
    /* transform: translateY(-50%); */
}
.segment-single-content-right {
    position: relative;
    padding-right: calc(50% - 280px);
}
.segment-single-content-right .page-breadcrumb a:first-child {
    padding-left: 35px;
    position: relative;
}
.segment-single-content-right .page-breadcrumb a,
.segment-single-content-right .page-breadcrumb .breadcrumb-list > span {
    padding-right: 15px;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-size: 1.4rem;
    position: relative;
    padding-left: 25px;
}
button.btn-print {
    padding: 7px 14px;
    height: 40px;
    border: none;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 40%);
    display: flex;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
.segment-single-content-right .page-text-top{
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}
.btn-print:hover {
    background-color: #0c0b3b;
    color: #fff;
}

.btn-print span {
    padding-left: 10px;
}
.page-text-top p {
}
.content-page-detail {
    padding-bottom: 40px;
}
.content-page-text {
    display: flex;
    margin-bottom: 0px;
    padding-top: 25px;
}
.content-page-text .content-detail {
    padding-left: 14px;
    font-size: 1.7rem;
    color: #140e00;
}
.content-page-text .number {
    font-size: 1.7rem;
    font-weight: 600;
    color: #140e00;
}
.content-page-title {
    border-bottom: 4px solid #d8d8d8;
    padding-bottom: 18px;
    color: #132251;
}
.text-detail-right h4 {
}
.pagemenu-item a.active,.pagemenu-item a:hover{
    color: white;
    background-color: #0c0b3b !important;
    box-shadow: none;
    top:2px;
}
.page-menu-detail .pagemenu-title {
    font-size: 22px;
    font-weight: 700;
}
.segment-single-content-inner {
    display: flex;
    align-items: stretch;
}
.segment-single-content-left {
    width: 427px;
}
.segment-single-content-right {
    width: calc(100% - 427px);
    padding-right: 0;
}
.segment-single-content-right .breadcrumb-list {
    margin-left: 40px;
}
.segment-single-content-right .container {
    margin: 0;
}
@media (min-width: 1480px) {
    .segment-single-content-right .container {
        margin-left: 45px;
    }
}
.segment-single-header-inner {
    display: flex;
    align-items: stretch;
    min-height: 132px;
}
.segment-single-header-left {
    width: 427px;
    display: flex;
    align-items: center;
}
.segment-single-header-right {
    width: calc(100% - 427px);
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.segment-single-header-left-inner {
    display: flex;
    align-items: center;
    padding-left: 85px;
}
.segment-single-header-left-inner .img {
    margin-right: 25px;
}
.segment-single-header-left-inner .text {
    font-size: 2.5rem;
    padding-top: 5px;
    font-weight: bold;
    color: white;
}

.page-menu-detail .pagemenu-title {
    min-height: 55px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
.segment-single-title {
    padding: 0 15px 0 35px;
    font-size: 3.5rem;
    font-weight: bold;
}
.segment-single-content-right .breadcrumb-list a {
    text-decoration: underline;
}
.single-page h2 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #132251;
    border-bottom: 4px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: source-han-sans-japanese, sans-serif;
    margin-top: 80px;
    line-height: 1.25;
}
.single-page h3 {
    font-size: 2.8rem;
    font-weight: 700;
    padding: 28px 25px 23px;
    background-color: #e9e9f5;
    color: #132251;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: heisei-kaku-gothic-std, sans-serif;
    margin-top: 50px;
}
.single-page h4 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #132251;
    border-left: 23px solid #ebebeb;
    padding: 21px 23px;
    margin-bottom:15px;
    line-height: 1.25;
    font-family: heisei-kaku-gothic-std, sans-serif;
    margin-top: 45px;
}
.single-page h5,.single-page h6 {
    font-size: 2rem;
    font-weight: 700;
    color: #132251;
    background-color: #f4f4f4;
    padding: 17px 0 13px 42px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    position: relative;
    font-family: heisei-kaku-gothic-std, sans-serif;
    margin-bottom: 15px;
    margin-top: 45px;
}
.single-page h6 {
    font-size: 2rem;
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, sans-serif;
    margin-top: 20px;
}
.single-page h5:before,.single-page h6:before {
    content: "";
    height: 20px;
    width: 20px;
    background: #132251;
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
}
.single-page table{
    
    border-left: 0.1rem solid #707070;
    border-top:  0.1rem solid #707070;
    border-color: #707070;
}
.single-page table td,.single-page table  th {
    font-size: 1.7rem;
    height: 65px;
    text-align: center;
    justify-content: center;
    border-right:  0.1rem solid #707070;
    border-bottom:  0.1rem solid #707070;
    text-align: left;
    font-weight: 500;
    padding: 10px;
    border-color: #707070;
}

.single-page table tbody th{
    background-color: #F4F4F4;
}
.single-page table thead tr > *{
    text-align: center;
}
.single-page table th{
    font-weight: bold;
    text-align: center;
}
.single-page ol {
    list-style: decimal;
    padding-left: 30px;
}
.single-page ol > li {
}
.single-page .block-list-link ul {
    list-style: inside;
    font-size: 1.7rem;
    font-weight: 500;
    list-style-type: none;
}
.single-page .block-list-link ul li {
    position: relative;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.single-page .block-list-link.list-hasdot ul li {
    padding-left: 30px;
}
.single-page .block-list-link ul li a {
    color: #0897ff;
    display: inline-block;
    padding-right: 30px;
    position: relative;
    text-decoration: underline;
}
ul.is-style-has-dots{
    
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.is-style-has-dots li{
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.is-style-has-dots-yellow{
    
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.is-style-has-dots-yellow li{
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.single-page .block-list-link.list-hasdot ul li::before ,ul.is-style-has-dots li:before,ul.is-style-has-dots-yellow li:before{
    background-color: #0C0B3B;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    border-radius: 50px;
}
ul.is-style-has-dots-yellow li:before{
    background-color: #EAC926;
    transform: none;
    top: 8px;
}
ul.is-style-has-dots li:before{
    transform: none;
    top: 8px;
}
.single-page .block-list-link ul li a::after {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(../images/index/arrow-right.svg);
    /* top: 50%;
    transform: translateY(-50%);
    right: 0; */
    width: 9px;
    height: 17px;
    top: 3px;
    left: 15px;
    background-repeat: no-repeat;
}
.single-page .block-list-link ul li.link-blank a::after {
    width: 21px;
    height: 22px;
    background-image: url(../images/segment/icon-blank.svg);
}
.single-page  a[target="_blank"]{
    position: relative;
}
.single-page  a:not(.btn):not(.link-blank):not(.linkPdf):not(.linkWord):not(.linkExcel):not(.item-cat)[target="_blank"]::after {
    content: "";
    position: relative;
    display: inline-block;
    right: 0;
    background-repeat: no-repeat;
    width: 21px;
    height: 22px;
    margin-left: 10px;
    background-image: url(../images/segment/icon-blank.svg);
    top: 5px;
}
.single-page  a[href$=".pdf"]:not(.btn):not(.link-blank):not(.linkPdf):not(.linkWord):not(.linkExcel):not(.item-cat)[target="_blank"]::after {
    background-image: url(../images/segment-management/pdf.svg);
    width: 20px;
    height: 26px;
    background-size: contain;
    background-position: left center;
}

html body .single-page .wp-block-image  a:not(.btn):not(.link-blank)[target="_blank"]::after,html body .single-page .wp-block-gallery  .wp-block-image  a:not(.btn):not(.link-blank)[target="_blank"]::after{
    display: none !important;
    opacity: 0;
}
.single-page  a.linkPdf ,.single-page  a.linkWord,.single-page  a.linkExcel{
    height: auto;
    background-image: url(../images/segment-management/pdf.svg);
    background-repeat: no-repeat;
    width: fit-content;
    padding-right: 35px;
    text-decoration: underline;
    color: #0897ff;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    /* margin-top: 15px;
    margin-bottom: 15px; */
    background-size:  auto 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
    background-position: right 5px center;
}
.single-page  a.linkWord{
    background-image: url(../images/segment-management/word.svg);
}
.single-page  a.linkExcel{
    background-image: url(../images/segment-management/excel.svg);
}
.single-page  a.btn.btn-block {
    min-height: 100px;
    padding: 5px 30px 0px 90px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;box-shadow: 0px 2px 0px 0px #9e9e9e;
    line-height: 1.2;
    font-size: 1.7rem;
}
.single-page  a.btn.btn-block img{
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
}
.single-page a.btn.btn-block:after {
    content: "";
    top: 50%;
    width: 9px;
    right: 10px;
    height: 17px;
    background-image: url(../images/index/arrow-right.svg);
    position: absolute;
    background-repeat: no-repeat;
}
.segment-single-content .content-page a.btn img{
    margin-bottom: 0;
}
.single-page a.btn.btn-block span {
    text-align: left;
}
.single-page{
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.76;
    color: #140E00;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
}
.single-page .sign-right {
    text-align: right;
    padding-top: 20px;
}
.single-page .block-text {
    padding-bottom: 80px;
}
.single-page .btn-block-text,
.wp-block-button .wp-block-button__link{
    width: 100%;
    padding: 0px 45px 0px 30px;
    border-radius: 25px;
    border: 1px solid #c4c4c4;
    font-size: 1.7rem;
    font-weight: normal;
    position: relative;
    background-color: #fff;
    min-height: 50px;
    box-shadow: 0px 2px 0px 0px #9e9e9e;
    justify-content: flex-start;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #140E00;
    text-decoration: none;
}
.single-page .class-item .btn-block-text:not(.w-100pc){
    padding-right: 90px;
    padding-left: 70px;
}
.single-page .btn-block-text.active,
.single-page .btn-block-text:hover,
.wp-block-button .wp-block-button__link:hover {
    background-color: #0c0b3b;
    color: white;
    top: 2px;
    box-shadow: none;
}

.btn-block-text::after,
.wp-block-button .wp-block-button__link:after {
    content: "";
    top: 15px;
    width: 9px;
    right: 15px;
    height: 17px;
    background-image: url(../images/index/arrow-right.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.btn-block-text.btn-blank::after,
.wp-block-button .wp-block-button__link[target="_blank"]:after{
    width: 21px;
    height: 22px;
    background-image: url(../images/segment/icon-blank.svg);
}
.btn-block-text.btn-blank:hover::after,
.wp-block-button .wp-block-button__link[target="_blank"]:hover:after{
    background-image: url(../images/index/icon-blank-white.svg);
}

.single-page .btn-block-text.active:after,
.btn-block-text:hover:after,
.wp-block-button .wp-block-button__link:hover:after{
    background-image: url(../images/index/arrow-right-white.svg);
}
a.btn-block-text span{
    transition: all 0.1s;
}
.single-page .letter {
    padding-bottom: 80px;
}
.single-page .btn-pdf,.single-page .btn-word,.single-page .btn-excel {
    /* min-height: 40px; */
    background-repeat: no-repeat;
    width: fit-content;
    text-decoration: underline;
    color: #0897ff;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: right 10px center;
    background-size: 26px auto;
    display: inline-block;
    transform: none;
}
.single-page a.btn-pdf:after,.single-page a.btn-word:after,.single-page a.btn-excel:after{
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 26px;
    background-image: url(../images/segment-management/pdf.svg);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    left: 5px;
    transform: none;
    top:5px;
}
.single-page a.btn-word:after {
    background-image: url(../images/segment-management/word.svg);
}
.single-page a.btn-excel:after {
    background-image: url(../images/segment-management/excel.svg);
}
.single-page .block-ebook .text-link {
    text-decoration: underline;
    color: #0897ff;
    font-size: 1.7rem;
    font-weight: 600;
}
.block-fax .text-link {
    text-decoration: underline;
    color: #0897ff;
    font-size: 1.7rem;
    font-weight: 600;
}
.single-page .block-fax {
    padding: 45px 50px 45px;
    border: 2px solid #0c0b3b;
    margin-bottom: 25px;
}

.block-fax .title-1 {
    list-style: decimal;
}
.block-fax ul li {
}
.block-fax .title-1 .title-2 {
    list-style: inside;
    list-style-type: decimal;
}
.block-fax .title-1 .title-2 ol {
    list-style: inside;
    list-style-type: disc;
}
.block-fax .title-1 .title-2 ol li {
    padding-bottom: 10px;
}
.single-page .page-single-title {
    position: relative;
    cursor: pointer;
    padding-right: 60px;
}
.single-page .according-single {
    border: 1px solid #707070;
    border-radius: 12px;
    padding: 17px 38px 13px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.16);
}
.single-page .page-single-title::after {
    content: "";
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(../images/segment-management/icon-close-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
    background-color: #0c0b3b;
    top: calc(50% - 22px);
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.single-page .page-single-title.active::after {
    transform: rotate(90deg);
    transition: 0.5s;
}
.single-page .according-qa-single {
    padding: 21px 38px;
    border: 1px solid #707070;
    border-radius: 12px;
}
.single-page .according-qa-single .according-question {
    padding-left: 15px;
}
.single-page .according-qa-single .according-answer {
    padding: 15px 15px 10px;
    border-radius: 12px;
    display: flex;
}

.segment-list {
    background-image: url(../images/segment-gabuku/bg-list.jpg);
    background-repeat: no-repeat;

    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)),
        url(../images/segment-gabuku/bg-list.jpg);
}
.segment-list .box-list {
    border: 1px solid #707070;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 40%);
}
.segment-list .box-list .img-box img{
    width: 100%;
    height: auto;
}
.segment-list .box-list .text-box-list {
    position: relative;
    margin-bottom: 30px;
}
.segment-list .box-list .text-box-list img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.segment-list .box-list .text-box-list p {
    
}
.segment-list .btn-box-list {
    padding: 0 22px 15px;
}
.segment-list .btn-box-list .btn-list {
    padding: 3px 30px 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: white;
    min-height: 52px;
    border-radius: 26px;
    justify-content: flex-start;
}
.segment-list .btn-box-list .btn-list::after {
    content: "";
    width: 9px;
    right: 15px;
    height: 17px;
    background-image: url(../images/segment-gabuku/arrow-right-light.svg);
    position: absolute;
    background-repeat: no-repeat;
}
.segment-list .large-3 {
    padding: 0 5px;
}
.segment-list-map h2 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #132251;
    border-bottom: 4px solid #d8d8d8;
    padding-bottom: 15px;
}
#grad-school {
    background-color: #f0f0f0;
    position: relative;
}
.grad-school {
    border-top: 5px solid #132251;
}
.grad-school h3 {
    color: #132251;
}
.grad-school .box-list-title{
    padding: 20px 15px 0;
}
.grad-school .box-list-title a{
    display: flex;
    align-items: center;
}
.grad-school .box-list-title a img{
    margin-right: 20px;
}
.grad-school .box-list {
    background-color: #fff;
    border-radius: 22px;
    border: 1px solid #707070;
    box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 40%);
}
.grad-school .text-box-list.st-2 {
}
.grad-school .text-box-list p {
    padding-left: 30px;
    position: relative;
    min-height: 30px;
}
.grad-school .text-box-list p:before {
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    background-color: red;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.grad-school .text-box-list p.dot-cl-1:before {
    background-color: #804d78;
}
.grad-school .text-box-list p.dot-cl-2:before {
    background-color: #bf8539;
}
.grad-school .text-box-list p.dot-cl-3:before {
    background-color: #6e9c47;
}
.grad-school .text-box-list p.dot-cl-4:before {
    background-color: #5eb2bf;
}
.grad-school .text-box-list p.dot-cl-5:before {
    background-color: #1389be;
}
.grad-school .text-box-list p.dot-cl-6:before {
    background-color: #00538c;
}
.grad-school .text-box-list p.dot-cl-7:before {
    background-color: #468562;
}
.grad-school .text-box-list p.dot-cl-8:before {
    background-color: #21875f;
}
.grad-school .text-box-list p.dot-cl-9:before {
    background-color: #d75880;
}
.grad-school .text-box-list {
    padding: 20px 15px 15px 22px;
}
.grad-school .btn-box-list .btn-list {
    padding: 0px 35px;
    font-size: 1.7rem;
    font-weight: 500;
    color: white;
    min-height: 52px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 26px;
    line-height: 1.25;
    /* background-color: #0c0b3b; */
}
.grad-school .btn-box-list .btn-list::after {
    content: "";
    width: 9px;
    right: 15px;
    height: 17px;
    background-image: url(../images/segment-gabuku/arrow-right-light.svg);
    position: absolute;
    background-repeat: no-repeat;
}
.grad-school .btn-box-list .btn-list:hover{
    opacity: 0.6;
}
.page-top-button-1 .button-1 a {
    width: 100%;
    padding: 0 50px 0 40px;
    position: relative;
    border-radius: 38px;
    color: white;
    text-align: left;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    align-items: center;
    font-size: 2.4rem;
    box-shadow: 0 4px 0 0 rgba(0,0,0,0.4);
    letter-spacing: 0.08em;
}
.page-top-button-1 .button-1 a::after {
    content: "";
    position: absolute;
    background-image: url(../images/index/icon-blank.svg);
    width: 22px;
    right: 20px;
    height: 21px;
    background-repeat: no-repeat;
}
#page-top-button {
    background-color: rgb(128 77 120 / 20%);
}
section#gakukan {
    position: relative;
}
section#grad-school:before,section#gakukan:before {
    width: 100%;
    height: 23px;
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    top: 0;
}
#segment-introduce-faculty {
    background-color: #fafafa;
}
.segment-introduce-faculty {
    border-bottom: 6px solid #0c0b3b;
}
.section-content-2 h2 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #132251;
    border-bottom: 4px solid #d8d8d8;
    padding-bottom: 15px;
    font-family: source-han-sans-japanese, sans-serif;
}
.section-content-2 .content {
    padding: 24px 29px 35px 31px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 1px 1px rgb(0 0 0 / 16%);
}
.section-content-2 .content .content-title {
    position: relative;
    padding-left: 32px;
}
.section-content-2 .content .content-title::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: #804d78;
    border-radius: 50%;
    left: 0;
}
.section-content-2 .content .content-text {
}
.section-content-2 .content img{
    width: 100%;
    height: auto;
}
#segment-single-report {
    background-image: url(../images/segment-gabuku/bg-slider-2.png);
    background-color: rgb(12 11 59 / 61%);
}
.report-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.report-slider .news-slide-item {
    padding: 0 10px;
}
.segment-single-report {
    border-bottom: 7px solid #0c0b3b;
}
.infinity-slider .slick-slide {
    padding: 0 15px 10px;
}
.report-slider .slick-slide {
    padding: 0 15px 10px;
}
.report-slider .box-blog{
    box-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.infinity-slider .box-blog {
    box-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.infinity-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #804d78;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.segment-single-report input[type="range"]::-webkit-slider-runnable-track {
    background: #0c0b3b;
}
.segment-single-report input[type="range"]::-moz-range-track {
    background: #0c0b3b;
}
.segment-single-report input[type="range"]::-webkit-slider-thumb {
    background: #0c0b3b;
}
.segment-single-report input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #0c0b3b;
}

.segment-single-report input[type="range"]::-moz-range-track {
    background: #0c0b3b;
}
.segment-single-report input[type="range"]::-ms-fill-upper {
    background: #0c0b3b;
}
.segment-single-report input[type="range"]:focus::-ms-fill-lower {
    background: #0c0b3b;
}

.segment-single-report input[type="range"]:focus::-ms-fill-upper {
    background: #0c0b3b;
}
.segment-single-report ul.slick-dots {
    background: #0c0b3b;
}
.segment-infinity input[type="range"]::-webkit-slider-runnable-track {
    background: rgb(128 77 120 / 30%);
}
.segment-infinity input[type="range"]::-moz-range-track {
    background: rgb(128 77 120 / 30%);
}
.segment-infinity input[type="range"]::-webkit-slider-thumb {
    background: rgb(128 77 120 / 30%);
}
.segment-infinity input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgb(128 77 120 / 30%);
}

.segment-infinity input[type="range"]::-moz-range-track {
    background: rgb(128 77 120 / 30%);
}
.segment-infinity input[type="range"]::-ms-fill-upper {
    background: rgb(128 77 120 / 30%);
}
.segment-infinity input[type="range"]:focus::-ms-fill-lower {
    background: rgb(128 77 120 / 30%);
}

.segment-infinity input[type="range"]:focus::-ms-fill-upper {
    background: rgb(128 77 120 / 30%);
}
.segment-infinity ul.slick-dots {
    background: rgb(128 77 120 / 30%);
}
#segment-introduce-faculty, #infinity-slider, #segment-single-report, #page-bottom-button, #segment-faculty-news{
    position: relative;
}
#segment-introduce-faculty::before, #segment-single-report::before, #page-bottom-button::before{
    width: 100%;
    height: 23px;
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    top: 0;
}
#infinity-slider::before {
    width: 100%;
    height: 23px;
    content: "";
    display: block;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    top: 0;
}
.segment-infinity .box-blog .box-text {
    padding: 22px;
}
.segment-infinity{
    border-bottom: 7px solid #0c0b3b;
}
.segment-single-report .box-blog .box-text {
    padding: 22px;
}
.faculty-sns {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
#faculty-sns{
    background-image: url(../images/segment-management/bg-sns-fac.png);
    position: relative;

}
#faculty-sns::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0C0B3B;
    opacity: 0.76;
}
.faculty-sns .faculty-sns-content {
}
.gap {
    height: 50px;
}
.single-page .block-img-text .block-box-text{
    padding-top: 18px;
    text-align: center;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
}
.single-page .block-img-text .block-box-text .text-title{
    font-size: 2rem;
    font-weight: 700;
    color: #0C0B3B;
    text-align: center;
}
.single-page .block-img-text .block-box-text .text-content{
    font-size: 1.7rem;
    text-align: left;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    padding-top: 15px;
}
.single-page .block-img-text .block-box-img{
    border: 1px solid #707070;
}
.single-page .block-img-text .block-box-img img{
    margin: 0;
}
.page-single-faculty .box-blog .box-text p{
    color: #7c7c7c;
    padding-top: 5px;
}
.page-single-faculty .news .prev-arrow{
    background-color: #0C0B3B;
}
.page-single-faculty .news .next-arrow{
    background-color: #0C0B3B;
}
#page-bottom-button{
    background-color: rgb(128 77 120 / 57%);
}
.page-jinsya .section-content-2 .content .content-title::before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: #0c0b3b;
    border-radius: 50%;
    left: 0;
}
.page-jinsya #page-bottom-button{
    background-color: rgb(12 11 59 / 57%);
}
.page-jinsya .infinity-slider + .navfor input[type="range"]::-webkit-slider-thumb {
    background: #0c0b3b;
}
.page-jinsya .segment-infinity input[type="range"]::-webkit-slider-runnable-track {
    background: rgb(12 11 59 / 30%);
}
.page-jinsya .segment-infinity input[type="range"]::-moz-range-track {
    background: rgb(12 11 59 / 30%);
}
.page-jinsya .segment-infinity input[type="range"]::-webkit-slider-thumb {
    background: rgb(12 11 59 / 30%);
}
.page-jinsya .segment-infinity input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgb(12 11 59 / 30%);
}

.page-jinsya .segment-infinity input[type="range"]::-moz-range-track {
    background: rgb(12 11 59 / 30%);
}
.page-jinsya .segment-infinity input[type="range"]::-ms-fill-upper {
    background: rgb(12 11 59 / 30%);
}
.page-jinsya .segment-infinity input[type="range"]:focus::-ms-fill-lower {
    background: rgb(12 11 59 / 30%);
}

.page-jinsya .segment-infinity input[type="range"]:focus::-ms-fill-upper {
    background: rgb(12 11 59 / 30%);
}
.page-jinsya .segment-infinity ul.slick-dots {
    background: rgb(12 11 59 / 30%);
}
.segment-single-header-left.menu-border-color-1,
.page-title.menu-border-color-1,
body.menu-border-color-1 .header-background:before,
body.tax-education_cat .header-background:before{
    background-color: #1993af;
}
.segment-single-header-left.menu-border-color-2,
.page-title.menu-border-color-2,
body.menu-border-color-2 .header-background:before{
    background-color: #b866eb;
}
.segment-single-header-left.menu-border-color-3,
.page-title.menu-border-color-3,
body.menu-border-color-3 .header-background:before{
    background-color: #24c147;
}
.segment-single-header-left.menu-border-color-4,
.page-title.menu-border-color-4,
body.menu-border-color-4 .header-background:before{
    background-color: #f0c700;
}

.segment-single-header-left-inner .icon img,.segment-single-header-left-inner .icon svg{
    width: 57px;
    height: auto;
}
.segment-single-content .content-page p{
    margin-bottom: 15px;
    margin-top: 15px;

}
body.shownav .menu-bottom-after-img li:last-child{
    display: none;
}
.single-page .border-block{
    border: 2px solid #0C0B3B;
    padding: 30px 15px 15px;
}
.single-page .border-block img{
    margin-bottom: 0;
}
.single-page .border-block a.btn{
    margin: auto;
}
.table-line table{
    border-right: 2px solid #0C0C38;
    border-bottom: 2px solid #0C0C38;
}
.table-line table td{
    border-left: 2px solid #0C0C38;
    border-top: 2px solid #0C0C38;
    height: 65px;
    font-size: 20px;
    text-align: center;
    background-color: white;
}
.table-line-1 table tr:first-child td{
    color: white;
    background-color: #1993AF;
} 
.table-line-2 table tr:first-child td{
    color: white;
    background-color: #AC6CE5;
} 

.table-line-2 .color-yellow table tr:first-child td{
    color: white;
    background-color: #EAC926;
} 


.wrap-select-language{
    width: 237px;
    border-radius: 11px;
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 12.7px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.wpml-ls-legacy-list-horizontal{
    background: rgba(3, 3, 3, 0.69);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.search-header,.wrap-language{
    position: relative;
}
.form-search-header{
    display: none;
    position: absolute;
    top: 100%;
    background: #00000052;
    padding: 10px;
    right: 0px;
}
.smart-search-form input{
    border: none;
    font-size: 13px;
    padding: 5px 10px;
    -webkit-appearance: none;
}
.smart-search-form .submit-button{
    padding: 5px 10px;
    border: none;
    background: #f8b500;
    cursor: pointer;
}
body .headerbgcl-13 .header-background:before{
    background-color: #804d78;
}
body .headerbgcl-14 .header-background:before{
    background-color: #6e9c47;
}
body .headerbgcl-15 .header-background:before{
    background-color: #bf8539;
}
body .headerbgcl-16 .header-background:before,.section-content-2 .content .content-title.color-16::before{
    background-color: #00538c;
}
body .headerbgcl-17 .header-background:before{
    background-color: #d75880;
}
body .headerbgcl-18 .header-background:before{
    background-color: #1389be;
}
body .headerbgcl-19 .header-background:before{
    background-color: #21875f;
}
.border-dashed{
    border-bottom: 1px dashed #0C0C38;
}
.single-page .btn-block-text.w-auto{
    width: fit-content;
    padding-right: 45px;
}
.single-page .btn-block-text.w-25pc{
    width: 25%;
}
.single-page .btn-block-text.w-50pc{
    width: 50%;
}
.single-page .btn-block-text.w-75pc{
    width: 75%;
}
.single-page .btn-block-text.w-85pc{
    width: 85%;
}
.single-page .btn-block-text.w-100pc{
    width: 100%;
}
.wp-block-columns.center{
    align-items: center;
}
.single-page a:not(.btn){
    color: #0897FF;
    text-decoration: underline;
}

.menu-left-active > .menu-item-has-children.menu-border-color-2  .sub-menu-wrap .sub-menu.sub-menu-level-2 > li > a:before{
    background-image: url(../images/index/sub-menu-item-bg-purple.png);
}
.menu-left-active > .menu-item-has-children.menu-border-color-3  .sub-menu-wrap .sub-menu.sub-menu-level-2 > li > a:before{
    background-image: url(../images/index/sub-menu-item-bg-green.png);
}
.menu-left-active > .menu-item-has-children.menu-border-color-4  .sub-menu-wrap .sub-menu.sub-menu-level-2 > li > a:before{
    background-image: url(../images/index/sub-menu-item-bg-yellow.png);
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children.menu-border-color-2 .sub-menu.sub-menu-level-2 > .menu-item-has-children:hover .sub-in-menu-wrap::before,
.menu-left-active > li.menu-border-color-2 .sub-menu-wrap::after,
.menu-left-active > .menu-item-has-children.menu-border-color-2 .sub-menu-wrap .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-in-menu-wrap{
    background-color: #b866eb;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children.menu-border-color-3 .sub-menu.sub-menu-level-2 > .menu-item-has-children:hover .sub-in-menu-wrap::before,
.menu-left-active > li.menu-border-color-3 .sub-menu-wrap::after,
.menu-left-active > .menu-item-has-children.menu-border-color-3 .sub-menu-wrap .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-in-menu-wrap{
    background-color: #24c147;
}
body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children.menu-border-color-4 .sub-menu.sub-menu-level-2 > .menu-item-has-children:hover .sub-in-menu-wrap::before,
.menu-left-active > li.menu-border-color-4 .sub-menu-wrap::after,
.menu-left-active > .menu-item-has-children.menu-border-color-4 .sub-menu-wrap .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-in-menu-wrap{
    background-color: #f0c700;
}
body:not(.menu-mobile-open) .menu-left-active .menu-border-color-2 .sub-menu .sub-menu li a:hover{
    background-color: #4F0080;
}
body:not(.menu-mobile-open) .menu-left-active .menu-border-color-3 .sub-menu .sub-menu li a:hover{
    background-color: #007E1C;
}
body:not(.menu-mobile-open) .menu-left-active .menu-border-color-4 .sub-menu .sub-menu li a:hover{
    background-color: #856F00;
}
body:not(.menu-mobile-open) .menu-left-active .menu-border-color-4 .sub-menu .sub-menu li a:hover{
    background-color: #856F00;
}
.is-style-image-border img{
    border: 1px solid #707070;
}
/* .slick-slide {
    -webkit-backface-visibility: hidden;
} */
.wp-block-group{
    margin-bottom: 60px;
    margin-top: 10px;
}
.single-page iframe{
    width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    overflow: visible;
}

.wrap-form-comment {
    position: absolute;
    display: none;
    bottom: 100%;
    right: 38%;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 0px 40px -5px rgb(0 0 0 / 80%)
}
.wrap-form-comment textarea{
    display: block;
    margin: 10px;
    border-radius: 5px;
    padding: 15px;
    height: 150px;
    width: 330px;
}
.wrap-form-comment .btn-submit-form-comment{
    margin: 0px 10px;
    display: block;
    width: max-content;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    float: right;
    cursor: pointer;
}
p.comment-guide-text{
    margin: 10px;
}

.wrap-form-comment .comment-reply-title,.wrap-form-comment .logged-in-as,.wrap-form-comment .comment-form-author, .wrap-form-comment .comment-form-email, .wrap-form-comment .comment-form-url, .wrap-form-comment .comment-notes, .comment-form-cookies-consent{
    display: none;
}
.wrap-rating{
    display: none;
    position: absolute;
    bottom: 100%;
    background:#fff;
    right:38%;
    padding-top: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 40px -5px rgb(0 0 0 / 80%)
}
#form-like-handle .like-button {
    border: none;
    background: rgba(0,0,0,0);

    /* background-color: rgb(0 0 0 / 16%);
    backdrop-filter: blur(16px) brightness(115%);
    -webkit-backdrop-filter: blur(16px) brightness(115%); */
    padding: 20px 20px 5px;
    border-radius: 10px;
}
form#form-rating-handle{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}
form#form-rating-handle .star-button{
    border: none;
    width: max-content;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.wrap-rating .thanks{
    text-align: center;
    margin-bottom: 5px;
}

.liked svg path{
    fill: #0277bd !important;
}
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px;
    cursor: default;
}
.star-rating input[type=radio] {
    display: none;
}
.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #f2b600;
}


.important-toggle{
    display: none;
}
body.shownav .menu-wrapper{
}
.wrap-slide-noti{
    display: flex;
}
.wrap-slide-noti .toggle-btn{
    width: 45px;
    position: relative;
}
.wrap-slide-noti .toggle-btn:before{
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url(../images/index/icon-plus.svg);
    border-radius: 50%;
    background-size: 13px 13px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    content: '';
    background-color: #D24A24;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(45deg);
    top: 14px;
    cursor: pointer;
    transition: transform 0.5s;
}
.wrap-slide-noti .toggle-btn.open:before{
    transform: rotate(90deg);
    transition: transform 0.5s;
}
.item-toolbar{
    transition: height 0.5s;
}
.toggle-important .item-toolbar{
    height: 100%;
}
header.toggle-important .wrap-slide-noti .toggle-btn:before{
    transform: rotate(90deg);
}
.tool-bar-header{
    padding-left: 63px;
}
body.shownav #logo-header{
    top: 0;
}
.single-page table{
    width: 100%;
    margin-bottom: 25px;
    max-width: 100%;
}
.wp-block-lazyblock-accordion{
    margin-bottom: 25px;
}
.wp-block-embed iframe{
    height: 500px;
}

.single-page .according-single.arrow{
    padding: 10px 10px;
    border-radius: 0;
    border-left: none;
    border-right: none;
}
.single-page .arrow .page-single-title{
    padding-right: 0;
    padding-right: 35px;
}
.single-page .arrow .page-single-title::after{
 /*  background: none;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  border-left:20px solid #0c0b3b; 
  border-radius: 0;
  width: 0;
  height: 0;
  transform: none;
  left: 0; */
  width: 28px;
  height: 28px;
  background-color: #6A6A6A;    top: calc(50% - 15px);
}
.single-page .arrow .page-single-title span{
    font-size: 2.4rem;
}
.single-page .arrow .toggle-cont{
    padding-top: 15px;
}
.single-page .arrow .page-single-title.active::after{
    transform: rotate(90deg);
}
.single-page .tabs-news-cat a{
    text-decoration: none;
}

.block-contact-box-list dl{
    display: flex;
}
.block-contact-box-list dt,block-contact-box-list dd{
    display: inline-block;
    width: fit-content;
    word-break: keep-all;
}
.block-contact-box-list h3{
    background: none;
    padding: 5px 0;
    margin: 0 0 0 0;
    font-size: 1.8rem;
}
.block-contact-box{
    padding: 30px;
    border: 1px solid #0c0b3b;
}
.block-contact-box-title{
    font-size: 2.1rem;
    font-weight: bold;
    border-bottom: 1px solid #0c0b3b;
    margin-bottom: 15px;
}
.wp-block-column .wp-block-image  .size-full{
}
.block-fax > *:first-child{
    margin-top: 10px;
}
.single-page .aligncenter{
    display: block;
    margin: 0 auto;
}
span.additional-text{
    display: block;
    position: relative;
    top: -15px;
}
#page-header .page-breadcrumb a:hover,
.segment-single-content-right .breadcrumb-list a:hover,
.single-page .btn-pdf:hover,
.single-page .btn-word:hover,
.single-page .btn-excel:hover,
.single-page a:not(.btn):hover{
    text-decoration: none;
}
#page-header .page-breadcrumb a:visited,
.segment-single-content-right .breadcrumb-list a:visited,
.single-page .btn-pdf:visited,
.single-page .btn-word:visited,
.single-page .btn-excel:visited,
.single-page a:not(.btn):visited{
    color: #551A8B;
}
.wp-block-column.is-style-has-border{
    /* padding-left: 20px;
    padding-right: 20px; */
}
.is-style-has-border a.btn{
    margin-left: auto;
    margin-right: auto;
}
.box-org{
    margin-bottom: 40px;
}
.single-page *.is-style-margin-top-0{
    margin-top: 0;
}
.single-page .btn-block-text.centering{
    margin: auto;
}
.single-page .according-qa-single{
    padding: 8px 15px 12px;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 16%);
    margin-bottom: 15px;
}
.single-page  .according-qa-single .page-single-title:after{
    right: 0;

}
.single-page .wp-block-button a.wp-block-button__link{
    display: flex;
    align-items: center;
    color: #140E00;
    margin-bottom: 0;
    text-decoration: none;
    text-align: left;
}
.single-page .wp-block-button a.wp-block-button__link:hover{
    color: white;
}
.block-menu-list{
    margin-top: 35px;
}
.block-menu-list .pagemenu-title p{
    margin-top: 0;
    margin-bottom: 0;
}
.block-menu-list .menu-list .wp-block-buttons{
    gap: 0 !important;
}
.wp-block-button .wp-block-button__link[target="_blank"]:after {
    width: 21px !important;
    right: 15px !important;
    height: 22px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.wp-block-button .wp-block-button__link[target="_blank"]:hover:after{
    background-image: url(../images/index/icon-blank-white.svg) !important;
}
.at03DetailNavi{
    display: none !important;
}
html body .pagi{
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-color: #D8D8D8;
    border-width: 2px;
    clear: both;
}
html body .search-box.according-single{
    padding: 26px 24px;
}
html body .search-box .page-single-title::before{
    width: 36px;
    height: 36px;
}
html .search-box .page-single-title::after{
    width: 30px;
    height: 30px;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 16%);
}
html .search-box .page-single-title.active::after{
}
.page-navigation{
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 2px solid #d8d8d8;;
    border-bottom: 2px solid #d8d8d8;
    margin-top: 50px;
    position: relative;
}
.wp-pagenavi .previouspostslink,.wp-pagenavi .nextpostslink{
    position: absolute;
    right: 15px;
}
.wp-pagenavi .nextpostslink{
    padding-right: 35px;
}
.wp-pagenavi .previouspostslink{
    position: absolute;
    left: 15px;
    padding-left: 35px;
    width: fit-content;
    display: inline-block;
}
a.nextpostslink:after,a.previouspostslink:after{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #c1c1c1;
    background-image: url(../images/index/icon-arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 12px;
    content: "";
    top: -7px;
    position: absolute;
    right: 0px;
}
a.previouspostslink:after{
    left: 0px;
    transform: rotate(180deg);
}
.wp-pagenavi{
    padding: 0 150px;
    display: flex;
    justify-content: center;
}
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink),.wp-pagenavi span{
    margin: 0 10px;
}
.wp-pagenavi span.current{
    color: red;
}
input[type="date"]{
    appearance:none;
    -webkit-appearance: none;
}
html .date-select{
    padding: 5px 40px 5px 20px;
    width: 100%;
    background-image: url(../images/index/calendar.svg);
    background-repeat: no-repeat; 
    background-size: 24px 27px;
    cursor: pointer;
    background-position: right 20px center;
}
html select.date-select{
    height: 43px;
}

button.cat-select-btn{
    cursor: pointer;
}
button.cat-select-btn:hover{
    color: white;
    background-color: #0c0b3b;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 16%);
}
button.submit-search-postype:hover{
    opacity: 0.6;
}
body.single-post .segment-single-header-left,
.post-type-archive-data_qa .segment-single-header-left{
    display: none;
}
input[type="date"] {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }
 .wp-block-button a:not([href]), .wp-block-button a:not([href]):hover{
     background-color: #E8E8E8 !important;
     box-shadow: none;
     position: static !important;
     color:#140E00 !important ;
 }
 .wp-block-button a:not([href]):after{
     display: none !important;
 }
.ccContainerItem_comment{
}
.header-full .segment-single-header-left{
    display: none;
}
.single-page .btn-block-text.active{

}
.single-topics-header .post-title{
    border-bottom: 4px solid #D8D8D8;
}
.page-menu-detail .pagemenu-title.toggle-hd.no-toggle{
    cursor: default;
}
.page-menu-detail .pagemenu-title.toggle-hd.no-toggle:before,.page-menu-detail .pagemenu-title.toggle-hd.no-toggle:after{
    display: none;
}
.block-fax > .wp-block-lazyblock-ehi-or-scroll-to:first-child + *{
    margin-top: 0;
}
.single-page .wp-block-group:first-child .wp-block-lazyblock-ehi-or-scroll-to:first-child + *{
    margin-top: 0;
}
.calendar-navi{
    display: flex;
    justify-content: flex-end;
}
.calendar-navi a{
    width: fit-content;
    padding: 0 50px;
    height: 39px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    cursor: pointer;
    background: #efefef;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 3px 0px -2px #9e9e9e;
    border: 0px;
    border-radius: 3px;
    color: #4d4d4d;
    padding-top: 2px;
    border: 1px solid #707070;
    margin: 0 10px;
}
.calendar-navi a:hover,.calendar-navi a.active{
    font-weight: bold;
    background-color: #1E1C6E;
    color: white;
}
html .tui-full-calendar-weekday-schedule-bullet{
    display: none;

}
html .tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title{
    padding-left: 0;
    /* color: # !important; */
    font-size: 1.5rem;
    line-height: 1.33;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-weight: 500;
    /* padding: 5px; */
}

.tui-full-calendar-weekday-schedule-title{
    padding: 2px 5px;
}

html .tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule{
    margin: 0 10px;
    font-size: 1.5rem;
    border: 1px solid #707070;
    font-family: fot-udkakugo-large-pr6n, sans-serif;
    font-weight: 500;
    background-color: white;
    /* height: auto !important; */
    line-height: 1.45 !important;
}
.tui-full-calendar-weekday-schedule-block {
    height: 30px !important;
}
/* html .tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule-title {
    overflow: initial;
    white-space: inherit;
    text-align: inherit;
} */

html .tui-full-calendar-month {
    min-height: 400px;
}

.post-title > h2{
    margin-top: 0;
}
html body .single-page.content-page > *:first-child{
    margin-top: 0;
}
.loveu-item > .col-inner{
    padding: 10px 10px 20px;
    border: 1px solid #BCBCBC;
    height: 100%;
}
.loveu-item > .col-inner .col-inner{
    max-height: 250px;
    height: 15vw;
    background-position: center;
    background-repeat: no-repeat;
}
.loveu-list{
    align-items: stretch;
}
.class-item{
    padding: 12px 0;
}
.class-item-inner .image-box{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border: 1px solid #707070;
}
.class-item-inner .text-box{
    width: 100%;
    padding-right: 10px
}
.class-item .tabs-news-cat{
    padding-left: 0;
}
.class-item a.btn{
    margin: 0 auto;
}
.post-title > h2{
    display: flex;justify-content: space-between;align-items: center;
}
.post-title .tabs-news-cat{
    padding-left: 0;
    display: inline-block;
}
.post-title .tabs-news-cat a{
    word-break: keep-all;margin: 5px 5px 5px 0; 
}
.class-box {
    border: 2px solid #0C0B3B;
}
html .voice-thumb{
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center;
    border: 1px solid #707070;
}
.voice-cat{
    padding-left: 0;
    flex-wrap: wrap;
}
.voice-cat a{
    
    word-break: keep-all;margin: 5px 5px 5px 0; 
}
.voice-header{
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 4px solid #D8D8D8;
}
.voice-header .image-box{
    width: 300px;
    height: 300px;
    background-size: contain;
    background-position: center;
}
.voice-header .text-box{
    width: calc(100% - 300px);
    padding: 30px;
}
.single-page .according-qa-single .according-answer{
    display: flex;
}
.moreMessageTitle{
    border-top: 4px solid #d8d8d8;
    margin-top: 30px;
}
.voice-thumb,.cirle-item .image-box{
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    border: 1px solid #707070;
}
.infinity-slider .box-blog .box-image,
.report-slider .box-blog .box-image{
    height: 230px;
    background-position: center;
    background-size: cover;
}
p.point-header{
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
}
p.point-header:before{
    width: 80px;
    height: 80px;
    background-color: #132251;
    color: white;
    content: 'POINT';
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
}
.mappin{
    position: relative;
    display: flex;
}
.mappin:before{
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    content: '1';
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
    top: -5px;
    position: relative;
}
.mappin.pin-2:before{
    content: '2';
}
.mappin.pin-3:before{
    content: '3';
}
.mappin.pin-4:before{
    content: '4';
}
.mappin.pin-5:before{
    content: '5';
}
.mappin.pin-6:before{
    content: '6';
}
.mappin.pin-7:before{
    content: '7';
}
.mappin.pin-8:before{
    content: '8';
}
.mappin.pin-9:before{
    content: '9';
}
.mappin.pin-10:before{
    content: '10';
}
.mappin.pin-11:before{
    content: '11';
}
.mappin.pin-12:before{
    content: '12';
}
.mappin.pin-13:before{
    content: '13';
}
.mappin.pin-14:before{
    content: '14';
}
.mappin.pin-15:before{
    content: '15';
}
.mappin.pin-16:before{
    content: '16';
}
.mappin.pin-17:before{
    content: '17';
}
.mappin.pin-18:before{
    content: '18';
}
.mappin.pin-19:before{
    content: '19';
}
.mappin.pin-20:before{
    content: '20';
}
.mappin.pin-21:before{
    content: '21';
}
.mappin.pin-22:before{
    content: '22';
}
.mappin.pin-23:before{
    content: '23';
}
.mappin.pin-24:before{
    content: '24';
}
.mappin.pin-25:before{
    content: '25';
}
.mappin.pin-26:before{
    content: '26';
}
.mappin.pin-27:before{
    content: '27';
}
.mappin.pin-28:before{
    content: '28';
}
.mappin.pin-29:before{
    content: '29';
}
.mappin.pin-30:before{
    content: '30';
}
.mappin.pin-purple::before{
    background-color: #804D78;
}
.mappin.pin-green::before{
    background-color: #6E9C47;
}
.mappin.pin-yellow::before{
    background-color: #BF8539;
}
.mappin.pin-yellow-2::before{
    background-color: #f4b400;
}
.mappin.pin-blue-1::before{
    background-color: #00538C;
}
.mappin.pin-blue-2::before{
    background-color: #1389BE;
}
.mappin.pin-brown::before{
    background-color: #706860;
}
.mappin.pin-orange::before{
    background-color: #b4776b;
}
.mappin.pin-pink-1::before{
    background-color: #da527d;
}
.mappin.pin-pink-2::before{
    background-color: #e68399;
}
.mappin.pin-green-2::before{
    background-color: #008556;
}
.mappin.pin-orange-2::before{
    background-color: #ea6000;
}
html .tui-full-calendar-weekday-schedule-title{
    /* color: #0897FF !important; */
}
html .tui-full-calendar-weekday-schedule-title:hover{
    text-decoration: underline;
}
.popup-header .tabs-news-cat{
    padding-left: 0;
    align-items: center;
}
@media(min-width:768px){
    .search-ses.search-ses-date{
        flex-wrap: nowrap;
    }
    .list-social-icon a.icon-footer:hover,.rating-and-comment a:hover{
        background-color: rgba(60,64,67,0.08);
    }
    body .menu-wrapper li.menu-border-color-4.menu-item  a:hover > span,
    body .menu-wrapper li.menu-border-color-4.menu-item.open  a > span,
    body:not(.shownav) .menu-wrapper li.menu-border-color-4.menu-item.active  a > span,
    body:not(.menu-mobile-open) .menu-left-active > li.menu-border-color-4.menu-item-has-children .sub-menu.sub-menu-level-2 > .menu-item-has-children.open a{
        color: #0c0b3b;
    }
    body:not(.menu-mobile-open) .menu-left-active > li .sub-menu.sub-menu-level-2 > li.menu-item-has-children:hover > a::after {
        background-image: url("../images/index/arrow-right-for-child-submenu-black.svg");
    }
    
    body .menu-wrapper li.menu-border-color-4.menu-item  a:hover > b svg path,
    body .menu-wrapper li.menu-border-color-4.menu-item.open  a > b svg path,
    body:not(.shownav) .menu-wrapper li.menu-border-color-4.menu-item.active  a b svg path,
    body .menu-wrapper li.menu-border-color-4.menu-item  a:hover > b svg path{
        fill: #0c0b3b;
    }
    .wp-block-image a:hover,
    .segment-list .btn-box-list .btn-list:hover,
    .wp-pagenavi a:hover{
        opacity: 0.6;
    }
    body.single-post .segment-single-header-right {
        width: 100%;
        padding-left: 90px;
    }
}
.cfMainContainer_list{
    display: flex;
    margin-bottom: 30px;

}
.cfMainContainer_left{
    width: 278px;
    padding-right: 10px;
    padding-top: 20px;
    padding-left: 101px;
}
.cfMainContainer_right{
    width: calc(100% - 278px);
}
input.wpcf7-form-control.wpcf7-text{
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 5px;
    height: 70px;
    width: 100%;
}
#old{
    width: 50%;
}
.cfMainContainer{
}
.cfAgreeParts {
    border: 3px solid #D0D0D0;
    padding: 40px 60px;
}
.cfAgreeParts_check {
    margin-top: 20px;
    background: #F0F0F0;
    padding: 20px 20px 18px;
}
input.wpcf7-form-control.wpcf7-confirm.confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
    padding: 20px 110px;
    border: 1px solid #707070;
    border-radius: 20px;
    cursor: pointer;
    color: #808080;

}
input.wpcf7-form-control.wpcf7-confirm.confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled{
    opacity: 0.5;
}
.cfMainContainer_submit {
    text-align: center;
    margin-top: 50px;
}
span.cfRequired {
    color: red;
}
#zip{
    width: 50%;
}
textarea.wpcf7-form-control{
    width: 100%;
    height: 300px;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 5px;
}
a.js-addressBtn {
    padding: 5px 20px;
    background: #0C0B3B;
    border-radius: 24px;
    color: white !important;
    text-decoration: none !important;
    margin-left: 20px;
}
.museum-block figcaption{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #0C0B3B;
}
.cfMainContainer{
    border-bottom: 2px solid #707070;
    margin-bottom: 30px;
}
.wpcf7 .required,.wpcf7 .optional{
    position: relative;
    padding-left: 101px;
}
.wpcf7 .required:before,.wpcf7 .optional:before{
    display: flex;
    content: '任 意';
    background-color: #5C5B5B;
    width: 68px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: white;
    left: 0;
    top: 18px;
    position: absolute;
    border-radius: 30px;
}
.wpcf7 .required:before{
    background-color: red;
    content: '必 須';
}
.cfAgreeParts_title.cfMainContainer_left{
    width: 100%;
    margin-bottom: 30px;
}
.cfMainContainer_list-formsize03 > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cfMainContainer_list-formsize03 > div > span:first-child{
    width: 180px
}
.cfMainContainer_list-formsize03 > div  > span:not(:first-child){
    width: calc(100% - 180px);
}
.cfMainContainer_list-day input.wpcf7-form-control.wpcf7-text{
    width: 50px;
}
.wpcf7 select{
    width: 250px;
    height: 70px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 1.7rem;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
figure img{
    height: auto;
}
.wp-block-columns.mb-0{
    margin-bottom: 0;
}
.search-ses.search-ses-date{
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.search-ses.search-ses-date >span{
    word-break: keep-all;
}
.search-box input[type="text"][name="search"]{
    background-image: url(../images/segment-management/search.svg);
    background-size: auto 20px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
#segment-faculty-news .news > .container-1000{
    border-bottom: 6px solid #0c0b3b;
}
.section-content-2 .content .content-title.dot-cl-9:before {background: #d75880;}
.section-content-2 .content .content-title.dot-cl-1:before {background: #804d78;}
.section-content-2 .content .content-title.dot-cl-2:before {background: #bf8539;}
.section-content-2 .content .content-title.dot-cl-6:before {background: #1389be;}
.section-content-2 .content .content-title.dot-cl-5:before {background: #00538C;}
.section-content-2 .content .content-title.dot-cl-4:before {background: #5eb2bf;}
.section-content-2 .content .content-title.dot-cl-3:before {background: #6e9c47;}
.section-content-2 .content .content-title.dot-cl-7:before{ background: #21875f;}
.section-content-2 .content .content-title.dot-cl-9 {color: #d75880;}
.section-content-2 .content .content-title.dot-cl-1 {color: #804d78;}
.section-content-2 .content .content-title.dot-cl-2 {color: #bf8539;}
.section-content-2 .content .content-title.dot-cl-6 {color: #1389be;}
.section-content-2 .content .content-title.dot-cl-5 {color: #00538C;}
.section-content-2 .content .content-title.dot-cl-4 {color: #5eb2bf;}
.section-content-2 .content .content-title.dot-cl-3 {color: #6e9c47;}
.section-content-2 .content .content-title.dot-cl-7{ color: #21875f;}
#page-top-button.block-bgcl-14{
    background-color: rgba(110,156,71,0.2);
}
#page-bottom-button.block-bgcl-14{
    background-color: rgba(110,156,71,0.57);
}
#page-top-button.block-bgcl-15{
    background-color: rgba(191,133,57,0.2);
}
#page-bottom-button.block-bgcl-15{
    background-color: rgba(191,133,57,0.57);
}
#page-top-button.block-bgcl-16{
    background-color: rgba(0,83,140,0.2);
}
#page-bottom-button.block-bgcl-16{
    background-color: rgba(0,83,140,0.57);
}
#page-top-button.block-bgcl-17{
    background-color: rgba(215,88,128,0.2);
}
#page-bottom-button.block-bgcl-17{
    background-color: rgba(215,88,128,0.57);
}
#page-top-button.block-bgcl-18{
    background-color: rgba(19,137,190,0.2);
}
#page-bottom-button.block-bgcl-18{
    background-color: rgba(19,137,190,0.57);
}
#page-top-button.block-bgcl-19{
    background-color: rgba(33,135,95,0.2);
}
#page-bottom-button.block-bgcl-19{
    background-color: rgba(33,135,95,0.57);
}
.block-bgcl-14  .navfor input[type="range"]::-webkit-slider-thumb {
    background: rgba(110,156,71,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.block-bgcl-14 input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(110,156,71,0.2);
}
.block-bgcl-14 input[type="range"]::-moz-range-track {
    background: rgba(110,156,71,0.2);
}
.block-bgcl-14 input[type="range"]::-webkit-slider-thumb {
    background: rgba(110,156,71,0.2);
}
.block-bgcl-14 input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(110,156,71,0.2);
}

.block-bgcl-14 input[type="range"]::-moz-range-track {
    background: rgba(110,156,71,0.2);
}
.block-bgcl-14 input[type="range"]::-ms-fill-upper {
    background: rgba(110,156,71,0.2);
}
.block-bgcl-14 input[type="range"]:focus::-ms-fill-lower {
    background: rgba(110,156,71,0.2);
}

.block-bgcl-14 input[type="range"]:focus::-ms-fill-upper {
    background: rgba(110,156,71,0.2);
}
.block-bgcl-14 ul.slick-dots {
    background: rgba(110,156,71,0.2);
}
.block-bgcl-15  .navfor input[type="range"]::-webkit-slider-thumb {
    background: rgba(191,133,57,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.block-bgcl-15 input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(191,133,57,0.2);
}
.block-bgcl-15 input[type="range"]::-moz-range-track {
    background: rgba(191,133,57,0.2);
}
.block-bgcl-15 input[type="range"]::-webkit-slider-thumb {
    background: rgba(191,133,57,0.2);
}
.block-bgcl-15 input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(191,133,57,0.2);
}

.block-bgcl-15 input[type="range"]::-moz-range-track {
    background: rgba(191,133,57,0.2);
}
.block-bgcl-15 input[type="range"]::-ms-fill-upper {
    background: rgba(191,133,57,0.2);
}
.block-bgcl-15 input[type="range"]:focus::-ms-fill-lower {
    background: rgba(191,133,57,0.2);
}

.block-bgcl-15 input[type="range"]:focus::-ms-fill-upper {
    background: rgba(191,133,57,0.2);
}
.block-bgcl-15 ul.slick-dots {
    background: rgba(191,133,57,0.2);
}

.block-bgcl-16  .navfor input[type="range"]::-webkit-slider-thumb {
    background: rgba(0,83,140,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.block-bgcl-16 input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(0,83,140,0.2);
}
.block-bgcl-16 input[type="range"]::-moz-range-track {
    background: rgba(0,83,140,0.2);
}
.block-bgcl-16 input[type="range"]::-webkit-slider-thumb {
    background: rgba(0,83,140,0.2);
}
.block-bgcl-16 input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(0,83,140,0.2);
}

.block-bgcl-16 input[type="range"]::-moz-range-track {
    background: rgba(0,83,140,0.2);
}
.block-bgcl-16 input[type="range"]::-ms-fill-upper {
    background: rgba(0,83,140,0.2);
}
.block-bgcl-16 input[type="range"]:focus::-ms-fill-lower {
    background: rgba(0,83,140,0.2);
}

.block-bgcl-16 input[type="range"]:focus::-ms-fill-upper {
    background: rgba(0,83,140,0.2);
}
.block-bgcl-16 ul.slick-dots {
    background: rgba(0,83,140,0.2);
}

.block-bgcl-17  .navfor input[type="range"]::-webkit-slider-thumb {
    background: rgba(215,88,128,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.block-bgcl-17 input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(215,88,128,0.2);
}
.block-bgcl-17 input[type="range"]::-moz-range-track {
    background: rgba(215,88,128,0.2);
}
.block-bgcl-17 input[type="range"]::-webkit-slider-thumb {
    background: rgba(215,88,128,0.2);
}
.block-bgcl-17 input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(215,88,128,0.2);
}

.block-bgcl-17 input[type="range"]::-moz-range-track {
    background: rgba(215,88,128,0.2);
}
.block-bgcl-17 input[type="range"]::-ms-fill-upper {
    background: rgba(215,88,128,0.2);
}
.block-bgcl-17 input[type="range"]:focus::-ms-fill-lower {
    background: rgba(215,88,128,0.2);
}

.block-bgcl-17 input[type="range"]:focus::-ms-fill-upper {
    background: rgba(215,88,128,0.2);
}
.block-bgcl-17 ul.slick-dots {
    background: rgba(215,88,128,0.2);
}

.block-bgcl-18  .navfor input[type="range"]::-webkit-slider-thumb {
    background: rgba(19,137,190,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.block-bgcl-18 input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(19,137,190,0.2);
}
.block-bgcl-18 input[type="range"]::-moz-range-track {
    background: rgba(19,137,190,0.2);
}
.block-bgcl-18 input[type="range"]::-webkit-slider-thumb {
    background: rgba(19,137,190,0.2);
}
.block-bgcl-18 input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(19,137,190,0.2);
}

.block-bgcl-18 input[type="range"]::-moz-range-track {
    background: rgba(19,137,190,0.2);
}
.block-bgcl-18 input[type="range"]::-ms-fill-upper {
    background: rgba(19,137,190,0.2);
}
.block-bgcl-18 input[type="range"]:focus::-ms-fill-lower {
    background: rgba(19,137,190,0.2);
}

.block-bgcl-18 input[type="range"]:focus::-ms-fill-upper {
    background: rgba(19,137,190,0.2);
}
.block-bgcl-18 ul.slick-dots {
    background: rgba(19,137,190,0.2);
}

.block-bgcl-19  .navfor input[type="range"]::-webkit-slider-thumb {
    background: rgba(33,135,95,1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.block-bgcl-19 input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(33,135,95,0.2);
}
.block-bgcl-19 input[type="range"]::-moz-range-track {
    background: rgba(33,135,95,0.2);
}
.block-bgcl-19 input[type="range"]::-webkit-slider-thumb {
    background: rgba(33,135,95,0.2);
}
.block-bgcl-19 input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(33,135,95,0.2);
}

.block-bgcl-19 input[type="range"]::-moz-range-track {
    background: rgba(33,135,95,0.2);
}
.block-bgcl-19 input[type="range"]::-ms-fill-upper {
    background: rgba(33,135,95,0.2);
}
.block-bgcl-19 input[type="range"]:focus::-ms-fill-lower {
    background: rgba(33,135,95,0.2);
}

.block-bgcl-19 input[type="range"]:focus::-ms-fill-upper {
    background: rgba(33,135,95,0.2);
}
.block-bgcl-19 ul.slick-dots {
    background: rgba(33,135,95,0.2);
}
.search-ses label.checked{
    background-color: #0C0B3B;
    color: white;
}
.cirle-item .ccContainerItem_comment{
    color: #0897FF;
    text-decoration: underline;
} 
.cirle-item:hover .ccContainerItem_comment{
    text-decoration: none;
} 
input:checked{
    background-color: white;
}
.s_cat:checked{
    background-color: white;
}
.single-page .page-single-title img{
    height: 35px;
    padding-top: 5px;
    margin-right: 10px;
}
.segment-single-header-left.menu-border-color-4 .segment-single-header-left-inner .text{
    color: #0c0b3b;
}
.segment-single-header-left.menu-border-color-4 .segment-single-header-left-inner svg path{
   /*  fill: #0c0b3b; */
}
.single-page p.mappin{
    margin-top: 0;
    margin-bottom: 0;
}
.access-pin-group .toggle-pc .wp-block-columns{
    padding-left: 40px;
}
.single-page a.btn-block-text.btn.btn-center{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
    padding-right: 28px;
}
.single-page .gallery{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}
.single-page .gallery.gallery-columns-1{
    justify-content: center;
}
.single-page .gallery dl.gallery-item{
    /* float: none !important;
    width: 47% !important; */
    margin: 15px 0;
} 
.single-page .gallery dl.gallery-item img{
    border: 1px solid #707070 !important;
}
.commonTemplate .post-content img{
    border: 1px solid #707070;
}
.pagi .next,.pagi .prev{
    text-decoration: underline;
    display: block;
    line-height: 1.4;
}
.pagi .col-inner{
    display: flex;
    align-items: center;
}
.pagi .next:hover,.pagi .prev:hover{
    text-decoration: none;
}
.pagi .text-right .col-inner{
    justify-content: flex-end;
}
#segment-news .news .news-tags{
    display: none;
}
.tui-full-calendar-vlayout-container{
     border-left: 1px solid #e5e5e5;
     border-right: 1px solid #e5e5e5;
     border-bottom: 1px solid #e5e5e5;
}
.tui-full-calendar-month-dayname{
    text-align: center;
    font-size: 1.7rem;
}
.tui-full-calendar-month-dayname-item{
    text-align: center;
    font-size: 1.7rem;
    background-color: #D8D8D8;
}
.tui-full-calendar-month-dayname-item:first-child{
    background-color: #FFE8E8;
}
.tui-full-calendar-month-dayname-item:last-child{
    background-color: #CCEFFF;
}
body.single-entrance .single-page.content-page a[href^="tel:"] {
    pointer-events: none;
    cursor: pointer;
    color: #140E00;
    text-decoration: none;
}
.submit{
    padding: 25px 100px;
    border-radius: 19px !important;
    font-size: 20px;
    border: 1px solid #707070;
}
.submit:hover{
    background-color: #0C0B3B;
    color: white;
}
body:not(.home):not(.segment-top) .header-wrapper,body:not(.home):not(.segment-top) #logo-header{
    position: absolute;
}
.single-education section .section-title .en,
.single-education .section-content-2 h2{
    font-size: 4.2rem;
}
.segment-introduce-faculty .section-content-2 h2{
    font-size: 3.4rem;
}
.section-content-2 .content .content-title{
    line-height: 1.5;
}
.section-content-2 .content .content-title:before{
    top: 5px;
}
#old{
    width: 250px;
}
.formradio-flex .wpcf7-form-control{
    display: flex;
    align-items: center;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label,.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label{
    display: flex;
    align-items: center;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span{
    margin-left: 10px;
    margin-right: 20px;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]{
    width: 20px;
    height: 20px;
}
.wpcf7-form-control input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
input.wpcf7-form-control.wpcf7-confirm.confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm, input.wpcf7c-elm-step2{
    background: #1e1c6e;
    color: #fff;
    border: none;
    width: 207px;
    height: 41px;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 40%);
    margin: 0 15px;
    padding: 0 0 0 0;
}
input.wpcf7c-elm-step2.wpcf7c-btn-back{
    background-color: #696969;
}
.cfMainContainer_submit{
    display: flex;
    justify-content: center;
}
.according-qa-single .content p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.event-item .class-item-inner .image-box{
    width: 180px;
    height: 180px;
    background-size: cover;
    background-position: center;
    border: 1px solid #707070;
}
.event-item .class-item-inner .text-box{
    width: calc(100% - 210px);
    padding-right: 30px
}
.event-item .class-item-inner a.btn{
    margin: 0;
}

a:focus-visible , img:focus-visible{
  outline: auto;
}
.cate-link:focus-visible{
    outline: auto;
}
button:focus-visible, a.btn:focus-visible, a.bl-bigger:focus-visible  span{
    outline: auto;
    background-color: #0c0b3b;
    color: white;
}
.accout:focus-visible{
    outline: auto;
}
.news-tabs-wrap .tabs-nav li > a:focus-visible span,
.news-tabs-wrap .tabs-nav > li a:focus-visible span{
    outline: auto;
    background-color: #0c0b3b;
    color: white;
}
.pagemenu-list .pagemenu-item a:focus-visible{
    background-color: #0c0b3b;
    color: white;
}
button.submit-search-postype:focus-visible{
    opacity: .6;
}
.image-box{
    background-repeat: no-repeat;
}
.btn-language:hover {
    box-shadow: none;
    background-color: #0c0b3b;
    color: #fff;
    position: relative;
    top: 2px;
}
.btn-language:hover svg path {
    color: #fff;
    fill: #fff;
}
.btn-language.features-header-active {
    box-shadow: none;
    background-color: #0c0b3b;
    color: #fff;
    position: relative;
    top: 2px;
}
.btn-language.features-header-active svg path {
    color: #fff;
    fill: #fff;
}
.wrap-language:hover .wrap-select-language{
    display: block;
}
.dropdown-content.dropdown-menu{
    top: 100%;
    padding-top: 12.7px;
    border: none;
}
@media(min-width:769px){
    #segment-news .news-top a.btn.btn-more{
        position: absolute;
        right: 0;
        top: -70px;
    }
    #segment-news .news-tabs-wrap .tabs-nav{
        padding-right: 115px;
    }
}
body.logged-in.admin-bar .menu-wrapper{
    top: 32px;
}
body.logged-in.admin-bar:not(.home):not(.segment-top) #logo-header{
    top: 32px;
}
.single-page .gallery-item a:after{
    display: none !important;
}
#cookie{
    display: none;
}
body.showcookie #cookie{
    display: block;
}
video[poster]{ object-fit:cover; } 
.search-box input[type="text"][name="search"]{
    padding-right: 35px;
}
input.wpcf7-form-control.wpcf7-confirm.confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm{

}
.single-education .news .slide-arrow img{
    display: none;
}
.single-education .news .slide-arrow{
    background-color: #0C0B3B;
    background-image: url('../images/index/arrow-left-short-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 22px;
}
#home-slider{
    background: rgba(40, 40, 40, 0.64);
}
.main-slide:before{
    display: none;
}
#home-entrance{
    background-color: white;
}

.wrap-prospective a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    padding: 0 34px;
    background-color: #0C0B3B;
    margin-left: 8.7px;
    color: white;
  }
  .wrap-account{
    margin-left: 0;
  }
  @media(max-width:1120px) and (min-width:768px){
    .wrap-prospective a{
        padding: 0 10px;
    }
    .account{
        padding: 0 10px;
    }
    .search-header{
        padding: 0 10px;
    }
  }

/* Menu LV 4 */

body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-menu.sub-menu-level-3 > .menu-item-has-children .sub-in-menu-wrap {
    left: 834px;
    opacity: 0;
    visibility: hidden;
    height: auto;
    display: block;
}

.menu-left-active .sub-menu .sub-menu-level-4.sub-menu:after {
    left: 0;
}

body:not(.menu-mobile-open) .menu-left-active > .menu-item-has-children .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-menu.sub-menu-level-3 > .menu-item-has-children.open .sub-in-menu-wrap {
    left: 834px;
    opacity: 1;
    visibility: visible;
}

.menu-left-active .sub-menu .sub-menu-level-4.sub-menu:after {
    left: 0;
}
body:not(.menu-mobile-open) .menu-left-active .menu-border-color-2 .sub-menu .sub-menu li.open > a{
    background-color: #4F0080;
}
body:not(.menu-mobile-open) .menu-left-active .menu-border-color-3 .sub-menu .sub-menu li.open > a{
    background-color: #007E1C;
}
body:not(.menu-mobile-open) .menu-left-active .menu-border-color-4 .sub-menu .sub-menu li.open > a{
    background-color: #856F00;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-in-menu-wrap ul.sub-menu-level-4{
    padding-top: 5px;
}
.main-slide .item.slick-slide a{
    DISPLAY: FLEX;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.main-slide .item.slick-slide a img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
@media (min-width:1000px) {
    .main-slide .item.slick-slide a{
        height: 500px;
    }
}

.date-select {
    position: relative;
}

html[lang=ja] .date-select:not(.has-value)::before {
    content: '年/月/日';
    position: absolute;
    z-index: 1;
    width: calc(100% - 50px);
    height: calc(100% - 2px);
    background: #ffffff;
    left: 1px;
    top: 1px;
    border-radius: 20px;
    line-height: 28px;
    padding: 5px 40px 5px 20px;
    pointer-events: none;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-in-menu-wrap a{
    padding-right: 30px;
}
.menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-in-menu-wrap a[target="_blank"]:after{
    content: "";
    background-image: url(../images/index/icon-for-link-menu-left.svg);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16.5px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block !important;
}
@media(min-width:768px){
    .menu-left-active > .menu-item-has-children .sub-menu-wrap .sub-menu.sub-menu-level-2 > .menu-item-has-children .sub-in-menu-wrap li{
        padding-right: 5px;
    }
}

@media(min-width:1921px){
    .segment-single-content-right .container{
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width:1200px){
    .cookie{
        width: auto;
    }
}
.cookie button:hover{
    opacity: 0.6;
}
.access-header a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 63px;
    background-color: #337b2d;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.access-header a:hover{
    opacity: 0.6;
}
.access-header a img{
    width: 16px;
    margin-top: 2px;
    margin-right: 10px;
}
@media(max-width:1260px) and (min-width:768px){
    .btn-language,.btn-change-item{
        width: 104px;
    }
    button.btn-notification{
        width: 123px;
        padding: 2px 10px 0px 10px;
    }
    .wrap-prospective a{
        padding: 0 15px;
    }
    .account,.search-header{
        padding: 0 15px;
    }
    .account img{
        margin-right: 10px;
    }
    .access-header a{
        width: 112px;
    }
}
.summarize-item{
    transition: all 0.5s;
    margin-bottom: 40px;
}
.summarize-item .image-box{
    height: 300px;
    background-size: cover;
    background-position: center;
}
.summarize-item:hover{
    opacity: 0.6;
}
.single-page h1{
    border-bottom: 4px solid #D8D8D8;color: #140e00;line-height: 1.5;font-weight: 700;font-size: 2.4rem;margin-top: 80px;margin-top: 80px;margin-bottom: 20px;
}
.single-page h6{
    background-color: white;
    border-top: none;
}
footer a.comment-link{
    width: auto;
    height: auto;
    display: inline;
    color: blue;
    text-decoration: underline;
    background: none;
    box-shadow: none;
    font-size: 1.6rem;
}
.is-style-image-hover-open-border img{
    border:1px solid #707070
}
.single-page h6:before{
    display: none;
}
.single-page h6{
    padding-left: 0;
    border-bottom: none;
}
@media(min-width:768px){
    .wp-block-image a{
        display: block;
        position: relative;
    }
    .wp-block-image.is-style-image-hover-open-border a:hover,
    .wp-block-image.is-style-image-hover-open a:hover{
        opacity: 1;
    }
    .wp-block-image.is-style-image-hover-open-border a:after,
    .wp-block-image.is-style-image-hover-open a:after{
        display: flex;
        opacity: 0;
        z-index: -99;
        justify-content: center;
        align-items: center;
        content: 'もっと見る';
        background-color: rgba(0, 0, 0, 0.16);
        transition: all 0.5s;
        position: absolute;
        width: 100%;height: 100%;left: 0;top: 0;
    }
    .wp-block-image.is-style-image-hover-open-border a:hover:after,
    .wp-block-image.is-style-image-hover-open a:hover:after{
        opacity: 1;
        z-index: 1;
    }
}

.gsc-selected-option-container,.gsc-selected-option{
    min-width: 108px;
}
.list-social-icon .icon-footer{
    align-items: center;
}
.list-social-icon .icon-footer img{
    height: auto;
    max-width: 20px;
}
@media(min-width:768px){
    .text-banner{
        bottom: 460px;
    }
    #banner{
        height:calc(100vh - 57px);
    }
    .main-banner{
        bottom: 145px;
    }
}
.grad-school .btn-box-list .btn-list{
    padding-top: 10px;
    padding-bottom: 8px;
}
.index-menu .list{
    display: none;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.grad-school .box-list,
.segment-list .box-list{
    overflow: hidden;
}
.grad-school .box-list .img-box img, .segment-list .box-list .img-box img{
    height: auto;
    width: 100%;
}
.container-1016{
    max-width: 1046px;
}
.container-1310{
    max-width: 1340px;
}
.single-post em{
    font-style: italic;
}
@media(min-width:768px) and (max-width:1050px){
    .segment-list .btn-box-list .btn-list, .grad-school .btn-box-list .btn-list{
        font-size: 1.4rem;
    }
}
html[lang="en_US"] .wpcf7 .optional:before{
    content: 'Optional';
    width: 80px;
}
html[lang="en_US"]  .wpcf7 .required:before{
    content: 'Required';
    width: 80px;
}
html[lang="ko_KR"] .wpcf7 .optional:before{
    content: '선택사항';
    width: 80px;
}
html[lang="ko_KR"]  .wpcf7 .required:before{
    content: '필수의';
    width: 80px;
}
html[lang="zh_CN"] .wpcf7 .optional:before{
    content: '自选';
}
html[lang="zh_CN"]  .wpcf7 .required:before{
    content: '必需';
}
html[lang="zh_TW"] .wpcf7 .optional:before{
    content: '自選';
}
html[lang="zh_TW"]  .wpcf7 .required:before{
    content: '必需';
}
.summarize-item .image-box{
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-size: contain;
}