@charset "UTF-8";

/* font定義 */
body,
input,
label,
select,
textarea {
    font-family: biz-udpgothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.base_width {
    width: 1000px;
}

main {
    margin-top: 64px !important;
}

/* headMsg,mission */
section.headMsg {
    display: block;
}

/* .headMsg::before {
    content: "";
    display: block;
    margin-bottom: 32px;
    width: 100%;
    height: 100vh;
    background-image: url(../img/topBg.jpg);
    background-position: right;
    background-size: 120%;
    background-repeat: no-repeat;
} */
.headMsg .sectionTitle {
    font-family: "Sawarabi Mincho", sans-serif;
    color: #fff;
    text-shadow: 0 0 16px black;
    font-weight: normal;
    position: absolute;
    top: 45%;
    right: 32px;
}
.sectionTitle::before,
.sectionTitle::after,
.headMsg .sectionTitle::before,
.headMsg .sectionTitle::after {
    content: none;
}

.headMsg p,
.mission p {
    text-align: center;
}

.headMsg p span,
.mission p span {
    display: block;
}

/* //headMsg,mission */
.content_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.content_list li {
    width: 48%;
    margin-bottom: 16px;
    text-align: center;
    color: #fff;
}

/* apply_buttons */
.apply_buttons {
    width: 600px;
    display: flex;
    justify-content: space-between;
}

.apply_title {
    display: block;
    font-size: 14px;
}

.training_term {
    display: block;
    font-size: 16px;
}

.apply_button a {
    display: block;
    margin-bottom: 32px;
    width: 284px;
    text-align: center;
    padding: 8px 16px;
    border-radius: 16px;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s;
}

.apply_button.red a {
    background-color: red;
}

.apply_button.red a:hover {
    background-color: #ff5c5c;
}

.apply_button.blue a {
    background-color: #4472c4;
}

.apply_button.blue a:hover {
    background-color: #83a2d8;
}

/* //apply_buttons */
/* schedule */
.schedule .scheduleDIV {
    /* width: 1000px; */
}

.schedule ul.postList {
    width: 100%;
}

.schedule .toList a:hover {
    text-decoration: underline;
}

.schedule .toList {
    padding-right: 16px;
    text-align: right;
}

.schedule .toList::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0da";
    margin-right: 2px;
}

/* //schedule */
/* intro */
.intro .intro_dl {
    display: flex;
    justify-content: space-around;
    /* background-color: red; */
}

.intro .intro_dl {
    width: 100%;
    max-width: 1500px;
    height: 0;
    overflow: hidden;
    transition: .3s;
}

.intro.open .intro_dl {
    height: 784px;
}

.intro dt {
    text-align: center;
    font-size: 12px;
}

.intro .intro_dl dl dt {
    font-size: 20px;
    margin-bottom: 20px;
}

.intro .intro_dl dl dt .phonetic {
    font-size: 12px;
}

.intro .intro_dl dl {
    flex-direction: column;
}

.intro .intro_dl div {
    position: relative;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro div::before {
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover;
    aspect-ratio: 1/1;
}

.intro div.makino::before {
    background-image: url(../img/makino.jpg);
}

.intro div.fujiura::before {
    background-image: url(../img/fujiura.jpg);
}

.intro div.nagabuchi::before {
    background-image: url(../img/nagabuchi.jpg);
}

.intro div.fujimori::before {
    background-image: url(../img/fujimori.jpg);
}

.intro dl dl dd {
    font-size: 14px;
    padding: 0 14px;
}

.intro .open_close_button_wrapper {
    position: relative;
    margin-left: 16px;
}

.intro .open_close_button {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    transition: .3s;
}

.intro .open_close_button.button1 {
    background-color: #0B6F9F;
    border-radius: 50%;
    transform: translateY(-50%) rotate(0);
}

.intro.open .open_close_button.button1 {
    transform: translateY(-50%) rotate(180deg);
}

.intro .open_close_button.button2 {
    transform: translateY(-50%) rotate(90deg);
    opacity: 1;
}

.intro.open .open_close_button.button2 {
    opacity: 0;
}

/* //intro */


/* content_section instagram */

.index_instagram {
    display: flex;
    align-items: center;
    font-size: 24px;
    background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
    background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
    font-weight: bold;
}

.index_instagram i {
    margin-right: 4px;
}

.index_instagram i::before {
    font-size: 32px;
}

.ig {
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin-bottom: 32px;
}

.ig .account {
    font-size: 14px;
    margin-bottom: 62px;
}


.ig #sb_instagram {
    height: auto !important;
}
.ig #sb_instagram #sbi_images {
    padding: 0 !important;
    /* display: flex !important; */
    /* flex-wrap: wrap !important; */
    /* justify-content: space-between !important; */
    margin-bottom: 18px !important;
}

.ig #sb_instagram #sbi_images .sbi_item {
    /*width: 32% !important;*/
    /* width: 15% !important; */
    margin-bottom: 10px !important;
}

.ig .link_btn a {
    background-color: #44A2C1;
}

.ig .link_btn a:hover {
    background-color: #6eb6cf;
}

.sbi-screenreader {
    display: none;
}

.sbi_photo_wrap a {
    display: block;
}

.sbi_photo_wrap svg {
    display: none;
}

/* //content_section instagram */

/* info */
.info dl {
    width: 100%;
}

.info div {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a09e9e;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.info dt {
    width: 200px;
    padding-left: 16px;
}

.info dd {
    width: calc(100% - 200px);
}

/* //info */
/* contact */
.contact .inner {
    background-color: #f0f0f0;
    align-items: center;
    /* max-width: 1000px; */
}

.contact .sectionTitle {
    color: #2b2b2b;
}

.contact .sectionTitle::before,
.contact .sectionTitle::after {
    content: none;
}

.contact .nameAndMail {
    display: flex;
    width: 100%;
    max-width: 636px;
    justify-content: space-between;
}

.contact label {
    display: flex;
    flex-direction: column;
}

.contact textarea {
    width: 100%;
}

/* //contact */
/* aboutPicapro */
.aboutPicapro {
    width: 100%;
    padding: 0 16px;
    max-width: 1000px;
}

.aboutPicapro a {
    width: 100%;
}

.aboutPicapro a:hover {
    opacity: 0.5;
}

.aboutPicapro dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutPicapro dl::before {
    content: "";
    display: block;
    width: 33%;
    max-width: 280px;
    height: 148px;
    background-image: url(../img/logo2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.aboutPicapro div {
    width: 65%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.aboutPicapro dt {
    color: #00a0e9;
    font-weight: bold;
}

.aboutPicapro p {
    margin-bottom: 0;
}

/* //aboutPicapro */
/* mailMsg */
.mailMsg {
    text-align: center;
    width: 100%;
    padding: 32px 0;
    margin: 64px 0 -64px;
    color: #fff;
}

/* //mailMsg */
@media only screen and (max-width: 1200px) {
    .base_width {
        width: 100%;
    }

    /* intro */
    .intro .intro_dl {
        flex-wrap: wrap;
    }

    .intro.open .intro_dl {
        height: 1424px;
    }

    .intro .intro_dl div {
        width: 45%;
        margin-bottom: 56px;
    }

    .intro div::before {
        width: 35vw;
        height: 35vw;
    }

    /* //intro */
    /* mailMsg */
    .mailMsg {
        padding: 16px 0;
        margin: 48px 0 -48px;
    }

    /* //mailMsg */
}

@media only screen and (max-width: 1000px) {
    main {
        margin-top: 48px !important;
    }

    /* schedule,info */
    .schedule .scheduleDIV,
    .info dl {
        width: 100%;
    }

    /* //schedule,info */
}

@media only screen and (max-width: 960px) {
    .headMsg::before {
        background-size: cover;
    }

    .headMsg .sectionTitle {
        font-size: 26px;
    }

    .swiper {
        aspect-ratio: 2.75;
    }

    .swiper-slide {
        width: 100%;
        background-size: cover;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
    }
}

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

    /* headMsg,mission */
    .headMsg::before {
        background-position: center;
    }

    .headMsg .sectionTitle {
        padding: 0 16px;
        top: unset;
        bottom: 3%;
        right: 0;
    }

    .headMsg p,
    .mission p {
        text-align: left;
        padding: 0 16px;
    }

    .headMsg p span,
    .mission p span {
        display: inline;
    }

    /* //headMsg,mission */
    /* info */
    .info div {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px;
    }

    .info dd {
        width: 100%;
    }

    .info dt {
        font-weight: bold;
        padding: 0;
    }

    /* //info */
    /* contact */
    .contact .nameAndMail {
        flex-direction: column;
    }

    .contact label {
        display: flex;
        flex-direction: column;
    }

    .contact textarea {
        width: 100%;
    }

    .contact input[type="submit"] {
        max-width: 300px;
    }

    /* //contact */
    /* aboutPicapro */
    .aboutPicapro dl {
        flex-direction: column;
    }

    .aboutPicapro dl::before {
        width: 280px;
        margin-bottom: 24px;
    }

    .aboutPicapro div {
        width: 100%;
        align-items: center;
        font-size: 16px;
    }

    .aboutPicapro dt {
        color: #00a0e9;
        font-weight: bold;
        margin-bottom: 16px;
    }

    /* //aboutPicapro */
    footer .inner {
        flex-direction: column;
    }
}

/* このとじカッコは消さないこと */
@media only screen and (max-width: 660px) {

    /* intro */
    .intro.open .intro_dl {
        height: 2684px;
    }

    .intro .intro_dl div {
        width: 90%;
    }

    .intro div::before {
        width: 50vw;
        height: 50vw;
    }

    /* //intro */
    /* apply_buttons */
    .apply_buttons {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    /* //apply_buttons */
}

.splide {
    width: 100%;
}

.splide__slide {
    width: 67%;
    /* background: #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto !important;
    aspect-ratio: 92/34;
}

.splide__arrow {
    background: transparent;
    height: 2em;
    opacity: 1;
}

.splide__arrow .material-symbols-sharp {
    font-size: 96px;
    color: blue;
}

.splide__arrow--prev {
    left: 36px;
}

.splide__arrow--next {
    right: 36px;
}
