@charset "utf-8";

html {
    height: 100%;
    width:100vw;
    max-width:100%;
}
 
body {  
    font-family: "Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    font-weight: 300;
}

main {
    overflow-x: hidden;
}

.section-title {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.section-title__inner {
    background-color: #000;
    color: #fff;
    width: 620px;
    margin: 0 auto 100px;
    text-align: center;
    padding: 36px 20px 42px;
    font-size: 20px;
}

.section-title__inner h3 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 22px;
    font-weight: 500;
}

.section-title__inner h3::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #DC3E67;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-title__image_sp {
    display: none;
}

.section-title__inner br {
    display: none;
}

.black-btn {
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 4px 38px;
    max-width: 256px;
    width: 100%;
    display: block;
    font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #000;
}

.black-btn p {
    position: relative;
}

.black-btn p::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #DC3E67;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.followBanner {
    position: fixed;
    bottom: 30px;
    display: block;
    right: 20px;
    z-index: 97;
    background-color: #000;
    border-radius: 300px;
    width: 200px;
    height: 200px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 5px 0 0 #DC3E67;
            box-shadow: 0px 5px 0 0 #DC3E67;
    padding-top: 15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.followBanner-bigText {
    font-weight: bold;
    font-size: 15.5px;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.followBanner-bigText::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #DC3E67;
    width: 17px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.followBanner-smallText {
    font-weight: 500;
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width:768px){
   .followBanner {
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 100px 100px 0 0;
    height: auto;
    padding: 0;
   }

   .followBanner-inner {
    position: relative;
    padding: 7px 20px 10px;
   }

   .followBanner-inner::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #DC3E67;
    width: 20px;
    height: 4px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
   }

   .followBanner-bigText {
    margin-bottom: 2px;
    padding-bottom: 0;
   }

   .followBanner-bigText::before {
    display: none;
   }

   .followBanner-bigText br {
    display: none;
   }

   .followBanner-smallText br {
    display: none;
   }

   .section-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
   }

   .section-title__image_sp {
    display: block;
   }

   .section-title__image_sp img {
    display: block;
    width: 100%;
   }

   .section-title__inner {
    width: 100%;
   }

   .section-title__inner {
    margin: 0;
    padding: 24px 20px;
    font-size: 18px;
   }

   .section-title__inner h3 {
    padding: 0 0 20px;
   }

   .section-title__inner h3::before {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
   }

   .section-title__inner br {
        display: block;
    }

    .black-btn {
        padding: 4px 38px;
        max-width: 200px;
        width: 100%;
        display: block;
        font-size: 14px;
    }
}

@media screen and (max-width:350px){
    .section-title__inner {
        font-size: 16px;
    }
}

@media screen and (max-width:340px){
    .followBanner-bigText {
        font-size: 15px;
    }
}

@media (hover: hover) {
    .followBanner:hover {
        opacity: 0.8;
    }

    .black-btn:hover {
        color: #000;
        background-color: #fff;
    }
}

/*--------------------------header----------------------------*/
.header-logo {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 90px;
    z-index: 7;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-logo img {
    width: 100%;
    display: block;
}

.header-hamburger {
    width: 67px;
    height: 37px;
    position: fixed;
    top: 20px;
    right: 0;
    cursor: pointer;
    z-index: 99;
    display: none;
    background-image: url("../images/menu_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50px 0 0 50px;
}

.header-hamburger.active {
    background-image: url("../images/menu_close.png");
}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header-nav::-webkit-scrollbar{
  display: none;
}

.header-nav.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.header-nav__logo {
    margin: 0 auto;
    width: 120px;
    display: block;
    margin-top: 60px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-nav__logo img {
    display: block;
    width: 100%;
}

.header-nav__text {
    margin: 40px auto 60px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    width: 90%;
    font-size: 18px;
}

.header-nav__text li a:hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-nav__text li:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
}

.header-nav__text li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    background-color: #DC3E67;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.header-nav__btn {
    background-color: #DC3E67;
    border-radius: 100px;
    display: block;
    margin: 0 auto 40px;
    max-width: 344px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 8px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 90%;
}

.header-nav__btn__textSmall {
    font-size: 12px;
    margin-top: 4px;
}

@media screen and (max-width:768px){
    .header-logo {
        top: 20px;
        left: 20px;
    }

    .header-hamburger {
        display: block;
    }
}

@media screen and (max-width:350px){
    .header-nav__text {
        font-size: 16px;
    }

    .header-nav__btn {
        font-size: 14px;
    }
}

@media (hover: hover) {
    .header-logo:hover {
        opacity: 0.6;
    }

    .header-nav__btn:hover {
        border: #DC3E67 solid 1px;
        background-color: #fff;
        color: #000;
    }

    .header-nav__text li a:hover {
        opacity: 0.8;
    }

    .header-nav__logo:hover {
        opacity: 0.8;
    }
}

/*--------------------------mainvisual----------------------------*/
.mainvisual {
    position: relative;
}

.mainvisual::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: calc(100% + 165px);
    background-color: #DC3E67;
    z-index: 5;
}

.mainvisual-inner {
    position: relative;
}

.mainvisual-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 10%;
}

.mainvisual-text h2 {
    font-size: 48px;
    font-weight: 500;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 10;
}

.mainvisual-text h2::before {
    content: "";
    position: absolute;
    width: 95%;
    display: block;
    background-color: #fff;
    height: 85%;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainvisual-title2 {
    margin-bottom: 70px;
}

.mainvisual-text__pc {
    font-weight: 400;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 9;
    font-size: 18px;
}

.mainvisual-text__pc::before {
    content: "";
    position: absolute;
    width: 98%;
    display: block;
    background-color: #fff;
    height: 85%;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mainvisual-text__pc2::before {
    width: 100%;
}


.mainvisual-text__pc_margin {
    margin-top: 30px;
}

.mainvisual-text__sp {
    display: none;
    font-weight: 400;
}

.mainvisual-image__sp {
    display: none;
    width: 100%;
}

.mainvisual-image__pc {
    width: 100%;
    display: block;
}

.mainvisual-image {
    width: 76%;
    margin: 0 0 0 auto;
}

@media screen and (max-width:1200px){
    .mainvisual-text h2 {
        font-size: 42px;
    }

    .mainvisual-title2 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1060px){
    .mainvisual-text h2 {
        font-size: 38px;
    }

    .mainvisual-title2 {
        margin-bottom: 40px;
    }

    .mainvisual-text__pc {
        font-size: 17px;
    }
}

@media screen and (max-width:940px){
    .mainvisual-text h2 {
        font-size: 34px;
    }

    .mainvisual-title2 {
        margin-bottom: 30px;
    }

    .mainvisual-text__pc {
        font-size: 16px;
    }
}

@media screen and (max-width:850px){
    .mainvisual-text h2 {
        font-size: 30px;
    }

    .mainvisual-title2 {
        margin-bottom: 25px;
    }

    .mainvisual-text__pc {
        font-size: 15px;
    }
}

@media screen and (max-width:768px){
    .mainvisual-image__pc {
        display: none;
    }

    .mainvisual-image__sp {
        display: block;
    }

    .mainvisual-image {
        width: 100%;
    }

    .mainvisual-text__pc {
        display: none;
    }

    .mainvisual-text__sp {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding-top: 25px;
        font-size: 16px;
    }

    .mainvisual::before {
        width: 100%;
        height: 8px;
    }

    .mainvisual-text {
        top: auto;
        bottom: 28px;
        left: 5%;
        padding-top: 0;
    }

    .mainvisual-title2 {
        margin-bottom: 0;
    }

    .mainvisual-text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:500px){
    .mainvisual-text h2 {
        font-size: 35px;
    }
}

@media screen and (max-width:380px){
    .mainvisual-text h2 {
        font-size: 30px;
    }
}

/*--------------------------intro----------------------------*/
.intro {
    padding: 100px 0 150px;
}

.intro-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}

.intro-text {
    width: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.intro-image {
    width: 48%;
}

.intro-image img {
    width: 100%;
    display: block;
}

.intro-text {
    margin-top: 60px;
}

.intro-text h3 {
    color: #fff;
    position: relative;
    font-size: 48px;
    padding: 5px 0 13px;
    margin-bottom: 60px;
    padding-right: 2vw;
}

.intro-text h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    background-color: #DC3E67;
    height: 100%;
    z-index: -1;
    right: 0;
}

.intro-text p {
    text-align: center;
    width: 528px;
    font-size: 20px;
    padding-right: 2vw;
    line-height: 2.3;
    font-weight: 400;
}

.intro-text__sp {
    display: none;
}

@media screen and (max-width:1300px){
    .intro-text h3 {
        font-size: 44px;
        margin-bottom: 40px;
    }

    .intro-text p {
        width: 509px;
        font-size: 18px;
        padding-right: 2vw;
        line-height: 2.1;
    }
}

@media screen and (max-width:1120px){
    .intro-text h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .intro-text p {
        width: 509px;
        font-size: 17px;
        padding-right: 2vw;
        line-height: 2;
    }
}

@media screen and (max-width:1000px){
    .intro-text {
        margin-top: 40px;
    }

    .intro-text h3 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .intro-text p {
        width: 415px;
        font-size: 16px;
        padding-right: 2vw;
        line-height: 2;
    }
}

@media screen and (max-width:890px){
    .intro-text h3 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .intro-text p {
        width: 370px;
        font-size: 16px;
        padding-right: 2vw;
        line-height: 1.8;
    }
}

@media screen and (max-width:768px){
    .intro-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .intro-text {
        width: 100%;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
        margin-bottom: -20px;
        z-index: 6;
        margin-top: 0;
    }

    .intro-text h3 {
        margin: 0 5% 0 0;
        padding: 5%;
        font-size: 28px;
    }

    .intro-text h3::before {
        width: 100%;
    }

    .intro-image {
        width: 95%;
        margin: 0 0 0 auto;
    }

    .intro-text__sp {
        display: block;
        width: 90%;
        margin: 20px auto 0;
        font-weight: 400;
    }

    .intro-text__pc {
        display: none;
    }

    .intro-text__br {
        display: none;
    }
}

@media screen and (max-width:380px){
    .intro-text h3 {
        font-size: 26px;
    }
}

@media screen and (max-width:350px){
    .intro-text h3 {
        font-size: 24px;
    }
}

/*--------------------------point----------------------------*/
.point-title {
    background-image: url("../images/point_title_pc.png");
}

.point-inner__wrapper {
    padding: 80px 0 150px;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

.point-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.point-contents:not(:first-of-type) {
    margin-top: 140px;
}

.point-contents__text {
    width: 50%;
}

.point-contents__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}

.point-contents__number_small {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    white-space: nowrap;
}

.point-contents__number_small::before {
    content: "";
    position: absolute;
    background-color: #DC3E67;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.point-contents__number_big {
    font-size: 80px;
    font-weight: 500;
    color: #DC3E67;
    margin-top: -20px;
    margin-right: 20px;
    font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.point-contents__title_inner {
    margin-bottom: 25px;
}

.point-contents__title h4 {
    font-size: 30px;
    font-weight: 400;
    white-space: nowrap;
    display: block;
}

.point-contents__title_text {
    display: block;
    font-size: 20px;
}

.point-contents__text > p {
    max-width: 480px;
    font-weight: 400;
}

.point-contents__black {
    margin-top: 40px;
    color: #fff;
    padding: 32px 0 50px;
    position: relative;
}

.point-contents__black::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #000;
    height: 100%;
    bottom: 0;
    width: 100vw;
    z-index: -1;
}

.point-contents1 .point-contents__black::before, .point-contents3 .point-contents__black::before {
    right: -22%;
    width: calc(100% + 50vw);
}

.point-contents2 .point-contents__black::before, .point-contents4 .point-contents__black::before {
    left: -22%;
    width: calc(100% + 50vw);
}

.point-contents__black h5 {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
}

.point-contents__black_list_wrapper {
    list-style: disc;
    padding-left: 17px;
    font-weight: 500;
}

.point-contents__black_list:not(:first-of-type) {
    margin-top: 10px;
}

.point-contents__black h5::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #DC3E67;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}

.point-contents__image {
    width: 54%;
}

.point-contents__image img {
    display: block;
    width: 100%;
}

.point-contents1 .point-contents__image, .point-contents3 .point-contents__image {
    margin-right: -10%;
}

.point-contents2 .point-contents__image, .point-contents4 .point-contents__image {
    margin-left: -10%;
}

.point-contents__btn {
    margin: 40px auto 0;
    padding: 10px 38px;
}

.point-contents__title_sp {
    display: none;
}

.point-contents__btn_sp {
    display: none;
}

@media screen and (max-width:1260px){
    .point-contents1 .point-contents__image, .point-contents3 .point-contents__image {
        margin-right: -5%;
    }

    .point-contents2 .point-contents__image, .point-contents4 .point-contents__image {
        margin-left: -5%;
    }

    .point-contents__image {
        width: 50%;
    }
}

@media screen and (max-width:1160px){
    .point-contents1 .point-contents__image, .point-contents3 .point-contents__image {
        margin-right: 0;
    }

    .point-contents2 .point-contents__image, .point-contents4 .point-contents__image {
        margin-left: 0;
    }

    .point-contents__image {
        width: 46%;
    }

    .point-contents__title h4 {
        font-size: 26px;
    }
}

@media screen and (max-width:1050px){
    .point-contents__black {
            padding: 24px 0 40px;
    }

    .point-contents__black h5 {
        margin-bottom: 12px;
    }

    .point-contents__number_big {
        font-size: 72px;
    }

    .point-contents__title h4 {
        font-size: 24px;
    }

    .point-contents__text > p {
        font-size: 15px;
    }

    .point-contents1 .point-contents__black::before, .point-contents3 .point-contents__black::before {
        right: -14%;
    }

    .point-contents2 .point-contents__black::before, .point-contents4 .point-contents__black::before {
        left: -14%;
    }
}

@media screen and (max-width:960px){
    .point-contents__title h4 {
        font-size: 19px;
    }

    .point-contents__number_big {
        font-size: 60px;
        margin-top: -8px;
    }

    .point-contents__title_text {
        font-size: 17px;
    }

    .point-contents__number_small {
        font-size: 12px;
    }
}

@media screen and (max-width:768px){
    .point-title {
        background-image: none;
    }

    .point-inner__wrapper {
        width: 100%;
    }

    .point-contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .point-contents:not(:first-of-type) {
        margin-top: 100px;
    }

    .point-contents__title_sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin: 0 auto;
        width: 90%;
    }

    .point-contents__btn_sp {
        display: block;
    }

    .point-contents__title_pc {
        display: none;
    }

    .point-contents__btn_pc {
        display: none;
    }

    .point-contents__text {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        margin: 0 auto;
    }

    .point-contents__image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 95%;
        margin: 0 0 0 auto;
    }

    .point-contents__title h4 {
        font-size: 24px;
        margin-top: 20px;
        white-space: normal;
    }

    .point-contents__title {
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
    }

    .point-contents__title_text {
        font-size: 16px;
    }

    .point-contents__btn {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin: 32px 5% 0 auto;
    }

    .point-contents__number_small {
        font-size: 14px;
    }

    .point-contents__number_big {
        font-size: 80px;
        margin-top: -20px;
    }

    .point-contents__text > p {
        width: 90%;
        max-width: none;
        margin: 32px auto 0;
        font-size: 16px;
    }

    .point-contents__black {
        margin: 32px auto 0;
        padding: 32px 10% 40px 5%;
    }

    .point-contents1 .point-contents__black::before, .point-contents3 .point-contents__black::before, .point-contents2 .point-contents__black::before, .point-contents4 .point-contents__black::before {
        left: 0;
        right: auto;
        width: 95%;
    }

    .point-contents2 .point-contents__image, .point-contents4 .point-contents__image {
        margin: 0 0 0 auto;
    }
}

/*--------------------------department----------------------------*/
.department-inner__wrapper {
    padding: 60px 0 150px;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

.department-title {
    background-image: url("../images/department_title_pc.png");
}

.department-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 120px;
}

.department-menu__item {
    width: 49%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 28px;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.department-menu__item:nth-of-type(3), .department-menu__item:nth-of-type(4) {
    margin-top: 20px;
}

.department-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.department-contents:not(:first-of-type) {
    margin-top: 80px;
}

.department-contents__image {
    width: 34%;
}

.department-contents__image img {
    width: 100%;
    display: block;
}

.department-contents__text {
    width: 63%;
}

.department-text__title {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 60px;
}

.department-text__title h4 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
}

.department-text__title_year {
    background-color: #fff;
    border-radius: 100px;
    font-weight: 500;
    padding: 1px 20px 2px;
}

.department-contents__gray {
    padding: 20px 40px 40px;
    background-color: #F5F5F5;
    font-weight: 500;
}

.department-contents__gray_text {
    margin-bottom: 24px;
    font-size: 18px;
}

.department-contents__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.department-point__list_wrapper {
    border-left: #000 1px solid;
    padding-left: 40px;
    margin-left: 40px;
}

.department-point__title {
    font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 20px;
}

.department-point__title h5 {
    position: relative;
    padding-left: 20px;
}

.department-point__title h5::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #DC3E67;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.department-point__list:not(:first-of-type) {
    margin-top: 10px;
}

.department-contents__white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    font-weight: 500;
}

.department-white__title h5 {
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
}

.department-white__title h5::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #DC3E67;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.department-white__list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 40px;
}

.department-white__list {
    border-radius: 100px;
    border: 1px solid #000;
    padding: 4px 16px 6px;
    margin: 4px 5px;
    font-size: 13px;
}

@media screen and (max-width:1050px){
    .department-text__title {
        padding: 16px 32px;
    }
}

@media screen and (max-width:950px){
    .department-text__title {
        padding: 16px 20px;
    }

    .department-text__title_year {
        padding: 1px 12px 2px;
    }

    .department-white__list {
        padding: 4px 8px 6px;
    }

    .department-white__list_wrapper {
        margin-left: 20px;
    }
}

@media screen and (max-width:850px){
    .department-text__title h4 {
        font-size: 24px;
    }
}

@media screen and (max-width:768px){
    .department-inner__wrapper {
        width: 100%;
    }

    .department-title {
        background-image: none;
    }

    .department-menu {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 auto 80px;
        width: 90%;
    }

    .department-menu__item {
        width: 100%;
        padding: 28px 12px;
    }

    .department-menu__item:nth-of-type(2) {
        margin-top: 20px;
    }

    .department-contents {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .department-contents:not(:first-of-type) {
        margin-top: 100px;
    }

    .department-contents__text {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: 100%;
    }

    .department-text__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
        padding: 20px 5%;
    }

    .department-text__title_year {
        width: 60px;
        font-size: 13px;
        margin-top: 12px;
    }

    .department-contents__gray {
        padding: 20px 5% 40px;
    }

    .department-contents__point {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .department-point__title {
        width: 100%;
    }

    .department-point__list_wrapper {
        width: 100%;
        margin: 18px 0 0;
        padding-left: 0;
        border-left: none;
    }

    .department-contents__white {
        width: 90%;
        margin: 24px auto 32px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .department-white__title {
        width: 100%;
    }

    .department-white__list_wrapper {
        width: 100%;
        margin: 16px 0 0;
    }

    .department-white__list {
        padding: 4px 16px 6px;
    }

    .department-contents__image {
        width: 90%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}

@media screen and (max-width:350px){
    .department-text__title h4 {
        font-size: 22px;
    }
}

@media (hover: hover) {
    .department-menu__item:hover {
        background-color: #DC3E67;
        color: #000;
    }
}

/*--------------------------voice----------------------------*/
.voice {
    background-color: #DC3E67;
    padding: 100px 0 150px;
}

.voice-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

.voice-title {
    width: 200px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 60px;
}

.voice-contents {
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}

.voice-contents__image {
    width: 100%;
    display: block;
}

.voice-contents__name {
    position: absolute;
    left: 0;
    bottom: 0;
}

.voice-contents__name p {
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    padding: 0 2px;
    font-size: 14px;
}

.voice-contents__arrow {
    position: absolute;
    bottom: 5px;
    right: 8px;
    background-color: #000;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 86px;
    border-radius: 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.voice-contents__arrow_inner {
    height: 15.7px;
    width: 22.4px;
    background-size: cover;
    background-image: url("../images/arrow_pink.svg");
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.voice-popup__wrapper {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.voice-popup__wrapper.active {
  opacity: 1;
  visibility: visible;
}

.voice-popup__inner {
    position: relative;
    padding: 21px 40px 40px;
    height: 100%;
}

.voice-popup__close {
    cursor: pointer;
    display: block;
    width: 43px;
    margin: 0 0 0 auto;
}

.voice-popup {
    width: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 100%;
    border: #DC3E67 1px solid;
}

.voice-popup::-webkit-scrollbar{
  display: none;
}

.voice-popup__cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    height: 100%;
}

.voice-popup__center {
    position: relative;
    max-width: 860px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.voice-popup__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.voice-popup__text {
    width: 45%;
}

.voice-popup__image {
    width: 51%;
    margin-top: 10px;
}

.voice-popup__image img {
    display: block;
    width: 100%;
}

.voice-popup__name_wrapper {
    margin-bottom: 32px;
}

.voice-popup__name_en {
    color: #EDABAB;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.voice-popup__name {
    font-size: 24px;
    font-weight: 500;
}

.voice-popup__department {
    font-weight: 500;
}

.voice-popup__title:not(:first-of-type) {
    margin-top: 20px;
}

.voice-popup__title {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px;
    padding-left: 20px;
}

.voice-popup__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #DC3E67;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: auto;
}

.voice-popup__text_image {
    margin-top: 28px;
    display: block;
    width: 100%;
}

.voice-popup__text > p {
    font-weight: 400;
}

@media screen and (min-width:769px){
  .voice .slick-list {
    padding: 0 !important;
  }
}

@media screen and (max-width:1050px){
    .voice-contents__name p {
        font-size: 13px;
    }

    .voice-contents__arrow {
        width: 70px;
    }

    .voice-contents__arrow_inner {
        height: 12px;
        width: 16.8px;
    }
}

@media screen and (max-width:950px){
    .voice-contents__name p {
        font-size: 12px;
    }

    .voice-contents__arrow {
        width: 50px;
    }

    .voice-contents__arrow_inner {
        height: 10px;
        width: 14.2px;
    }
}

@media screen and (max-width:850px){
    .voice-popup__title {
        font-size: 18px;
    }
}

@media screen and (max-width:830px){
    .voice-contents__arrow {
        width: 35px;
    }

    .voice-contents__arrow_inner {
        height: 9px;
        width: 12px;
    }
}

@media screen and (max-width:768px){
    .voice {
        padding: 90px 0 80px;
        margin-bottom: 120px;
    }

    .voice-title {
        margin: 0 auto 50px;
    }

    .voice-inner {
        width: 100%;
    }

    .voice-contents__name p {
        font-size: 14px;
    }

    .voice-contents__arrow {
        width: 86px;
    }

    .voice-contents__arrow_inner {
        height: 15.7px;
        width: 22.4px;
    }

    .voice-popup__flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .voice-popup__text {
        width: 100%;
    }

    .voice-popup__inner {
        padding: 20px 24px 80px;
    }

    .voice-popup__image {
        width: 100%;
        margin-top: 22px;
    }

    .voice-popup__title {
        font-size: 20px;
    }

    .voice-popup__title:not(:first-of-type) {
        margin-top: 24px;
    }
}

@media screen and (max-width:400px){
    .voice-popup__title br {
        display: none;
    }
}

@media screen and (max-width:380px){
    .voice-contents__arrow {
        width: 70px;
    }

    .voice-contents__arrow_inner {
        height: 12px;
        width: 16.8px;
    }
}

@media screen and (max-width:350px){
    .voice-contents__name p {
        font-size: 13px;
    }

    .voice-contents__arrow {
        width: 50px;
    }

    .voice-contents__arrow_inner {
        height: 9px;
        width: 12px;
    }
}

@media (hover: hover) {
    .voice-contents:hover .voice-contents__arrow {
        background-color: #DC3E67;
    }

    .voice-contents:hover .voice-contents__arrow .voice-contents__arrow_inner {
        background-image: url("../images/arrow_white.svg");
    }
}

/*--------------------------opencampus----------------------------*/
.opencampus-title {
    background-image: url("../images/opencampus_title_pc.png");
}

.opencampus-inner__wrapper {
    background-image: url("../images/opencampus_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% center;
}

.opencampus-inner {
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
    padding: 80px 0 80px;
}

.opencampus-text {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 2;
}

.opencampus-link {
    margin: 60px 0 80px;
}

.opencampus-link__text {
    color: #DC3E67;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}

.opencampus-link__btn {
    background-color: #DC3E67;
    padding: 16px;
    width: 100%;
    max-width: 364px;
    border-radius: 100px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin: 0 auto;
    border: #DC3E67 1px solid;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.opencampus-link__btn p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 34px;
}

.opencampus-link__btn p::before {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.opencampus-experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
}

.opencampus-experience__contents {
    width: 31.5%;
}

.opencampus-experience__title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6px auto 4px;
    padding-left: 22px;
}

.opencampus-experience__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #DC3E67;
}

@media screen and (max-width:768px){
    .opencampus-title {
        background-image: none;
    }

    .opencampus-inner {
        padding: 0;
        width: 100%;
    }

    .opencampus-inner__wrapper {
        background-image: none;
    }

    .opencampus-spBackground {
        background-image: url("../images/opencampus_background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 20% center;
        padding: 60px 5% 60px;
    }

    .opencampus-experience {
        background-color: #000;
    }

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

    .opencampus-link__text {
        text-align: left;
    }

    .opencampus-link {
        margin: 60px 0 0;
    }

    .opencampus-experience {
        padding: 40px 5%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .opencampus-experience__contents {
        width: 100%;
    }

    .opencampus-experience__contents:not(:first-of-type) {
        margin-top: 48px;
    }

    .opencampus-experience__title {
        text-align: left;
        margin: 8px 0;
    }
}

@media screen and (max-width:350px){
    .opencampus-link__btn {
        font-size: 18px;
    }

    .opencampus-link__btn p {
        padding-right: 24px;
    }
}

@media (hover: hover) {
    .opencampus-link__btn:hover {
        background-color: #fff;
    }

    .opencampus-link__btn:hover p::before {
        background-color: #DC3E67;
    }
}

/*--------------------------campusLife----------------------------*/
.campusLife {
    background-color: #DC3E67;
    padding: 100px 0 120px;
}

.campusLife-title {
    width: 200px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 60px;
}

.campusLife-contents:not(:first-of-type) {
    margin-top: 60px;
}

.campusLife-contents__title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
    padding-left: 16px;
    position: relative;
}

.campusLife-contents__title_wrapper::before {
    content: "";
    display: block;
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.campusLife-contents__month {
    background-color: #000;
    color: #fff;
    margin-right: 12px;
    padding: 0 12px 2px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}

.campusLife-contents__title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.campusLife-slick__item {
    margin: 0 5px;
}

@media screen and (max-width:768px){
    .campusLife {
        padding: 100px 0 80px;
    }
}

/*--------------------------access----------------------------*/
.access {
    padding: 100px 0 160px;
    background-color: #F5F5F5;
}

.access-inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.access-title {
    width: 200px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 60px;
}

.access-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.access-image {
    width: 40%;
}

.access-image img {
    display: block;
    width: 100%;
}

.access-text {
    width: 55%;
}

.access-text__school {
    font-size: 18px;
    font-weight: 500;
}

.access-text__address {
    margin: 24px 0;
    font-weight: 400;
}

.access-text__directions {
    background-color: #fff;
    padding: 15px;
    max-width: 305px;
    font-weight: 400;
}

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

.access-map iframe {
    width: 100%;
}

.access-btn {
    margin: 50px 0 0 auto;
}

@media screen and (max-width:768px){
    .access-contents {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .access-image {
        width: 100%;
    }

    .access-inner {
        width: 100%;
    }

    .access-contents {
        width: 90%;
        margin: 0 auto;
    }

    .access-text {
        width: 100%;
        margin-top: 20px;
    }

    .access-text__school {
        font-size: 16px;
        line-height: 1.8;
    }

    .access-text__address {
        margin: 10px 0;
    }

    .access-text__directions {
        padding: 10px;
    }

    .access-map {
        margin-top: 32px;
    }

    .access-map iframe {
        height: 230px;
    }

    .access-btn__wrapper {
        margin: 0 auto;
        width: 90%;
    }

    .access-btn {
        padding: 12px 40px;
        text-align: left;
        margin: 32px 0 0 auto;
    }
}

/*--------------------------header----------------------------*/
.footer {
    background-color: #000;
    padding: 70px 0 50px;
}

.footer-inner {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1000px;
}

.footer-pagetop {
    position: absolute;
    top: -40px;
    right: 0;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Poppins", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.footer-pagetop p {
    position: relative;
    margin-top: 10px;
}

.footer-pagetop p::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #DC3E67;
    border-radius: 10px;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-logo {
    display: block;
    width: 160px;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-logo img {
    display: block;
    width: 100%;
}

.footer-sns {
    margin: 28px 0;
}

.footer-sns__item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-sns__text {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-sns__item {
    width: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-sns__item:not(:first-of-type) {
    margin-left: 28px;
}

.footer-copyright {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width:768px){
    .footer {
        padding: 60px 0 100px;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-pagetop {
        top: 5px;
    }

    .footer-sns {
        margin: 60px 0 40px;
    }
}

@media (hover: hover) {
    .footer-pagetop:hover {
        background-color: #fff;
        color: #000;
    }

    .footer-logo:hover {
        opacity: 0.8;
    }

    .footer-sns__item:hover {
        opacity: 0.7;
    }
}