@charset "utf-8";


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

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    line-height: 1.6;
    color: #131b35;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
    text-decoration: none;
    margin: 0 auto;

}

* {
    float: none;
    position: static;
}

div {
    text-align: center;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #404040;
    font-size: 1.6rem;
}

h1 {
    font-size: 3.8rem;
    font-weight: bold;
    color: #ff6600;
    text-align: center;
    position: relative;
    padding: 20px 0 0;
    margin-bottom: 20px;
}


h1::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    display: inline-block;
    background-color: #ff6600;
    bottom: 5px;
    left: calc(50% - 50px)
}

.smaller3 {
    font-size: 3.4rem;
    line-height: 4.0rem;
    position: relative;

}

.smaller3::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    display: inline-block;
    background-color: #ff6600;
    bottom: -4px;
    left: calc(50% - 50px)
}


h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ff6600;
    line-height: 1.2;
}

.smaller {
    font-size: 2.0rem;
}


h3 {
    font-size: 1.8rem;

}

p {
    font-size: 1.6rem;
}

address {
    font-size: 1.6em;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

ul {
    display: flex;
    justify-content: space-around;
}

section {
    margin: 20px auto;
    padding-bottom: 30px;
    width: 92%;
}

li {
    text-align: center;
}

.kukan {
    margin-top: 170px;
}

header {
    height: 170px;
    background: white;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    padding: 12px 16px;
    box-sizing: border-box;
    transition: padding .2s;
}

.logo {
    display: block;
    width: 100%;
    height: 120px;
}

.logo img {
    height: 120px;
    object-fit: cover;
}



.logowrap {
    display: flex;
    margin: 0 0 0 -10%;
}

.logo-letter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-letter p {
    font-size: 140%;
    letter-spacing: -0.9px;
    line-height: 1.07;
    margin-left: -16px;
    font-weight: bold;
}

.logo-letter p.logo_small {
    font-size: 90%;
    line-height: 1.3;
    letter-spacing: 0.5px;

}

.pcheader {
    display: flex;
    justify-content: space-between;
}


#header.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

/*　下に下がる動き　*/

#header.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu-trigger {
    display: none;
    appearance: none;
    border: none;
    background: transparent;
}

#global-nav-ham {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#global-nav-ham ul {
    display: flex;
}

#global-nav-ham li {
    margin: 0 6px;
}


#global-nav-ham li a {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 4px 0;
}


#global-nav-ham p {
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.globalnav_ue ul {
    align-items: center;
}


.globalnav_ue i,
.globalnav_shita i,
.headerhr {
    display: none;
}


.globalnav_shita li {
    padding: 2px 8px;
    font-size: 12px;
}


.headersns a {
    border-radius: 30%;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 3.2rem;
    text-decoration: none;
    transition: .5s;
}

.headersns ul {
    justify-content: end;
    margin-right: 12px;
}

.headersns li {
    margin: 0 3px 8px !important;
}

.pc_header_right {
    display: flex;
}

.pc_header_right {
    justify-content: right;
}

.pc_header_right_shita {
    color: white;
    background-color: #ff6600;
    margin-right: -10px;
}

.pc_header_right_shita p {
    color: white;
}


.imasugu {
    background-color: #03113D;
    margin: -20px -40px 0 0;
    padding: 40px 30px 0 20px;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
}


.imasugu a {
    color: white;
}




.imasugu p.imasugu_small {
    font-size: clamp(16px, 1vw, 20px);
    text-align: center;
    line-height: 1.7;

}

.imasugu p {
    font-size: clamp(14px, 2.6vw, 32px);
    line-height: 1.1;
    font-weight: bold;
}


.mv {
    padding-top: 169px;
    padding-bottom: 0;
    vertical-align: top;
}


.slider-3 .slick-slide {
    margin: 0 60px;
    padding: 44px 0;
    position: relative;
}

.slider-3 .slick-slide .slide-img {
    width: 572px;
    height: 352px;
    transition: all 0.6s ease 0.4s;
    opacity: 0.8;
    box-shadow: 14px 14px 30px -10px #666;
    overflow: hidden;
}

.slider-3 .slick-slide.slick-current .slide-img {
    transform: scale(1.2);
    opacity: 1;
}

.slider-3 .slick-slide .slide-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-3 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 10%;
    background-color: rgb(3, 14, 68);
    cursor: pointer;
    border: solid 2px rgb(230, 230, 230);
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-3 .slick-arrow::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgb(230, 230, 230);
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transform: rotate(45deg);
}

.slider-3 .slick-next {
    right: 15%;
}

.slider-3 .slick-prev {
    left: 15%;
}

.slider-3 .slick-next::before {
    left: 18px;
}

.slider-3 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 19px;
}

.slide_section {
    padding: 32px 0px 0px;
    margin-bottom: 100px;
}

.slick-dots {
    bottom: -48px;
}


/*==================================================
  順番にふわっ
  ===================================*/
.fuwa {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* scrollふわっ */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.point_wrap {
    display: flex;
    justify-content: space-between;
    gap: 3%;
}

.point_inner {
    margin: 44px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    gap: 3%;
}

.point_inner h2 {
    padding-bottom: 10px;
}


.point_img {
    width: 15vw;
    height: 15vw;
    margin: 10px auto;
    border-radius: 20px;
}

.point_img5 {
    object-fit: cover;
}


.yasudasan {
    background: radial-gradient(circle, rgba(185, 185, 185, 1) 0%, rgba(124, 124, 124, 1) 100%);
}

.point1 {
    position: relative;
}

.point_icon {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    font-size: 34px;
    font-weight: bold;
    background-color: rgba(255, 102, 0, 0.92);
    border-radius: 50%;
    color: white;
    letter-spacing: -1px;
    text-align: center;
    width: 2.0em;
    height: 2.0em;
    padding-top: 16px;
    top: -18px;
    left: -10px;
}


.point_icon::before {
    content: "point";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    position: absolute;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);

}



.orange_button {
    color: white;
    background: rgb(207, 83, 0);
    background: linear-gradient(135deg, rgba(255, 102, 0, 1) 0%, rgba(255, 145, 87, 1) 100%, rgba(255, 102, 0, 1) 100%);
    border-radius: 9999px;
    border: none;
    display: block;
    margin: auto;
    width: 140px;
    padding: 10px 8px;
    max-width: 90%;
    cursor: pointer;
    transition: 2s;

}

.orange_button:hover {
    background: linear-gradient(135deg, rgba(255, 102, 0, 1) 50%, rgba(255, 102, 0, 1) 100%);

}

.orange_button p {
    text-align: center;
}


.oubo_button {
    margin: 20px auto;
    width: fit-content;
    padding: 12px 36px;
}

.oubo_button p {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;

}

.oubo_button .small {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;

}



.service {
    background-color: #dadfe2;
    padding-bottom: 60px;
}

.caption_boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.caption_box {
    width: 23%;
    height: 390px;
    position: relative;
    margin-top: 28px;
    border: 1px solid white;
    background-color: white;
    border-radius: 10px;
    box-shadow: 7px 7px 15px -5px #666;
}



.caption_box p {
    font-size: 14px;
    padding: 10px 4px;
    margin: 10px auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: grid;
    place-items: center center;
    height: 110px;
}

.caption_box img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.position1 {

    object-position: 50% 0%;

}

.caption_box button {
    margin: 20px auto;
}


.caption p {
    font-weight: bold;
    font-size: 18px !important;
    background-color: #03113d;
    color: white;
    text-align: center;
    height: 60px;
    padding: 0 !important;
    margin: 0;

}

.caption_4 p {
    font-size: 16px !important;
    line-height: normal;
    padding: 10px !important;
}



.yoyaku_wrap {
    display: flex;
    justify-content: space-around;
    margin: 28px auto 32px;

}

.yoyaku_wrap div {
    width: 33%;
}




.step_icon {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 34px !important;
    font-weight: bold;
    background-color: #ff6600;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    color: white;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 4%;
    text-align: center;
    margin: 0 auto;

}

.step_icon::before {
    content: "step";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);

}


.yoyaku_wrap p {
    font-size: 14px;
    text-align: center;
}



.kyosan_banner {
    display: flex;
    flex-wrap: wrap;
}

.kyosan_banner li {
    margin: auto;
    width: 40%;

}

.kyosan_banner img {
    height: 20vw;
    object-fit: cover;

}

.kyosan_banner2 img{
    object-fit: contain;
}



.pc_flex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;

}

.pc_flex div {
    padding: 40px 0;
    display: grid;
    place-items: center left;

}


.recruit img {
    width: 55%;
    object-fit: cover;
    margin: 12px;
    border-radius: 12px;

}

.recruit_detail {
    width: 50%;
    margin: 0px auto 20px;
    display: block;
}

.recruit_detail p {
    text-align: left;
}

.flex {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 20px auto;
}


.access h2 {
    margin: 14px 0 6px;
}



.access_bgd {
    background: #dae7f4;
    padding: 20px 0px;
}


iframe {
    width: 48%;
    height: auto;
    border-radius: 15px;
    display: block;
    margin: auto;
}

.access img {
    border-radius: 15px;
    width: 49%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: auto;
}


.access div {
    margin: 20px 30px;
}

.access p {
    text-align: center;
}







.footer-nav ul {
    margin: 15px 8px;

}

.footer-nav li {
    width: 25%;
    height: 30px;
    line-height: 30px;
}

.smaller_2 {
    line-height: 15px !important;
    text-align: center;
}

.smaller_2 a {
    font-size: 14px;
    letter-spacing: -0.5px;
}


.line {
    width: 1px;
    background-color: #03113d;
}

.hr01 {
    margin: 36px 10px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}



/* ボタン全体 */
.flowbtn8 {
    border-radius: 30%;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 32px;
    text-decoration: none;
    transition: .5s;
}

/* ボタンマウスホバー時のテキスト指定 */
.flowbtn8:hover {
    color: #fff !important;
}

/* アイコンをど真ん中に */
.flowbtn8 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Twitter */
.flowbtn8.fl_tw2 {
    border: solid 1px #55acee;
    color: #55acee;
}

/* Twitterマウスホバー時 */
.flowbtn8.fl_tw2:hover {
    border: solid 1px #55acee;
    background: #55acee;
}

/* Instagram */
.flowbtn8.insta_btn2 {
    border: solid 1px #c6529a;
    color: #c6529a;
    font-size: 38px;
}

/* Instagramマウスホバー時 */
.flowbtn8.insta_btn2:hover {
    border: solid 1px #c6529a;
    background: #c6529a;
}

/* YouTube */
.flowbtn8.fl_yu2 {
    border: solid 1px #fc0d1c;
    color: #fc0d1c;
    font-size: 30px;
}

/* YouTubeマウスホバー時 */
.flowbtn8.fl_yu2:hover {
    border: solid 1px #fc0d1c;
    background: #fc0d1c;
}

/* LINE */
.flowbtn8.fl_li2 {
    border: solid 1px #00c300;
    color: #00c300;
    font-size: 38px;
}

/* LINEマウスホバー時 */
.flowbtn8.fl_li2:hover {
    border: solid 1px #00c300;
    background: #00c300;
}

/* ボタン全体の位置 */
.snsbtniti {
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin: auto;
}


.copy {
    font-size: 1.1rem;
    margin: 36px auto 42px;
}

.guide {
    padding: 20px 0 40px;
}

.guide h2 {
    margin-bottom: 12px;
}

.guide img {
    object-fit: cover;
}

table {
    margin: 20px auto;
    border-collapse: collapse;
    font-size: 1.6rem;
}

th,
td {
    text-align: center;
    vertical-align: middle;
    padding: 14px;
}


.table_setsubi {
    padding: 2px 5px 2px 30px;
    background: #FCFCFC;
    color: #131B35;
    font-size: 1.8rem;

}

.table_setsubi td {
    padding: 10px;
}

.table_setsubi td,
.table_setsubi th {
    text-align: left;
}


.rental {
    background-color: #e9e9e9;
    padding: 30px 0 40px;
}

.rentalitems {
    width: 85%;
    margin: 12px auto;
    text-align: center;
    display: block;
}

.liststyle {
    margin: 12px auto;
    display: block;
    list-style: disc;
    padding-left: 1em;
    display: inline-block;

}

.liststyle li {
    text-align: left;
    font-size: 1.8rem;
}



.fee {
    padding: 30px 0 40px;

}

.table_fee {
    width: 90%;
}

.table_fee th,
.table_fee td {
    border-top: 1px solid #696969;
    border-left: 1px solid #696969;
}

.table_fee th {
    background: #03113D;
    color: #FFFFFF;
    font-weight: normal;
}

.table_fee tr:nth-child(even) th {
    background: #FFFFFF;
}

.table_fee td {
    background: #FCFCFC;
    color: #131B35;
}

.table_fee th:last-child,
.table_fee td:last-child {
    border-right: 1px solid #696969;
}

.table_fee tr:last-child th,
.table_fee tr:last-child td {
    border-bottom: 1px solid #696969;
}

.center_left {
    margin: 16px auto;
    text-align: center;
    display: block;
    width: 85%;
}

.center_left p {
    text-align: left;
    display: inline-block;
}


.member {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 85%;
    margin: 24px auto;
}

.member i {
    display: inline-block;
    text-align: center;
    margin-right: 40px;
}

.member_right {

    width: 75%;
}

.member h3 {
    font-size: 2.0rem;
    font-weight: bolder;
}

.cancel_1 {
    border-spacing: 0;
    border-collapse: collapse;
    width: 90%;

}

.cancel_1 th,
.cancel_1 td {
    border-top: 1px solid #949494;
    border-left: 1px solid #949494;
}

.cancel_1 th {
    background: #03113D;
    color: #FFFFFF;
}

.cancel_1 tr:nth-child(2) th {
    background: #dad4d4;
    color: #000000;
}

.cancel_1 tr:nth-child(3) th {
    background: #dad4d4;
    color: #000000;
}


.cancel_1 td {
    background: #FFFFFF;
    color: #03041F;
}

.cancel_1 th:last-child,
.cancel_1 td:last-child {
    border-right: 1px solid #949494;
}

.cancel_1 tr:last-child th,
.cancel_1 tr:last-child td {
    border-bottom: 1px solid #949494;
}

.cancel_1 td {
    width: 25%;
}

.cancel_2 td {
    width: calc(100%/3);
}

.red {
    color: rgb(252, 38, 38);
}

.green {
    color: #63c635;
}

.orange {
    color: #ff6600;

}

.kotira {
    font-size: 14px;
    text-decoration: underline;
    color: #ff6600;
    font-weight: bold;
}

.school {
    margin-bottom: 72px;
}

.school h2 {
    margin: 48px 0 22px;
}


.schoolde p {
    margin-bottom: 20px;
}


.schoolbold {
    font-weight: 600;
    text-align: center;
    padding-top: 8px;
    color: #404040;
}

.coervera {
    text-decoration: underline;
    color: blue;
}

.coervera:hover {
    font-weight: bold;
}





.school img {
    width: 70%;
}

.margintb {
    margin: 12px 0;
}


.kaisha {
    margin: 16px auto 40px;
}

.kaisha th,
.kaisha td {
    text-align: center;
    font-size: 1.8rem;
    display: block;
    padding: 4px;

}

.kaisha th {
    font-weight: bold;
}

.kaisha td {
    padding-bottom: 38px;
}

.mv_underconstructions {
    background-image: url(../images/service1.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
    margin-top: 80px;
    align-items: center;
    z-index: 0;
    position: relative;
}

.mv_underconstructions::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: inherit;
    filter: brightness(60%) grayscale(90%);
    z-index: -1;
}


.mv_underconstructions div {
    padding-bottom: 80px;
}

.mv_underconstructions h2 {
    color: #fff;
    font-size: 4.4rem;
    position: static;
    text-shadow: 0 2px 2px #666;
    text-align: center;
    font-family: 'Zen Maru Gothic', serif;
    margin-bottom: 10px;
}

.mv_underconstructions p {
    color: #fff;
    font-size: 1.8rem;
    text-shadow: 0 2px 2px #666;
    text-align: center;
    font-family: 'M PLUS 2', sans-serif;
}