@charset "utf-8";
/*　共通　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

html {
    scroll-behavior: smooth;
}
body{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
ul {
    padding-inline-start: 0px;
}
.bk_set{
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.po_r{
    position: relative;
}
.po_a{
    position: absolute;
}

@media (max-width: 767px) {
    body{
        margin: 0 auto;
        width: 100%;
        font-size: 0.95rem;
    }
}

/*================
cta
==================*/
.cta_area{
    position: relative;
    overflow: hidden;
    margin-top: -30px;

}
.cta_area a,.cta_txt{
    width: 40%;
    max-width: 560px;
    margin: 0 auto 20px;
}
.cta_area a{
    display: block;
    position: relative;
    transition: .2s;
    z-index: 1;
}
.cta_area a::before,
.cta_area a::after{
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
  transform: translate3d(0,0,0);
}
.cta_area a::before{
  animation: aura 3s ease-out infinite;
}
.cta_area a::after{
  animation: aura 3s ease-out 1.5s infinite;
}
.cta_area a::before,
.cta_area a::after{
    background: #00b900;
    border: 1px solid #00b900;
}

@keyframes aura{
    0%{transform:scale(.95); opacity:1}
    50%{opacity:.1}to{transform:scale(1.2,1.5); opacity:0}
  }
@keyframes aura2{
    0%{transform:scale(.95); opacity:1}
    50%{opacity:.1}to{transform:scale(1.1,1.2); opacity:0}
}

@media (max-width: 750px){
    .cta_area a, .cta_txt{
        width: 90%;
    }
    .cta_area{
        margin-top: -11%;
    }
}


/*================
worries, point
==================*/
.worries{
    background-image: url(../img/worries_bg.webp);
    padding: 70px 0;
}
.inner{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
}
.point{
    background-image: url(../img/point_bg.webp);
    padding: 70px 0;
}
.point_ttl{
    width: 45%;
    max-width: 600px;
    margin: 0 auto 45px;
}
.point_inner{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.point_inner img{
    width: 30%;
    max-width: 313px;
    margin-right: 30px;
    filter: drop-shadow(10px 10px 15px rgb(0, 0, 0, 0.2));
}
.point_inner img:last-child{
    margin-right: 0;
}
.note{
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 750px){
    .worries{
        background-image: none;
        padding: 8% 0 0;
    }
    .point{
        background-image: url(../img/point_bg_sp.webp);
        padding: 9% 0 10%;
    }
    .point_ttl{
        width: 90%;
        margin: 0 auto 6%;
    }
    .point_inner{
        display: block;
        width: 90%;
    }
    .point_inner img{
        width: 100%;
        max-width:100%;
        margin: 0 0 4% 0;
        filter: drop-shadow(5px 5px 8px rgb(0, 0, 0, 0.2));
    }
    .note{
        text-align: left;
        width: 90%;
        margin: 0 auto;
        font-size: 3vw;
    }
}

/*================
comic
==================*/
.comic{
    background: url(../img/comic_bg_bottom.webp), url(../img/comic_bg.webp);
    background-repeat: no-repeat, repeat;
    background-position:bottom, top;
    padding: 90px 0;
    background-color: #f1f1f1;
}
.comic .inner{
    display: flex;
    justify-content: space-between;
}
.comic .inner img{
    width: 50%;
    margin-bottom:20px;
}
.comic .cta_area{
    margin-top: 40px;
}
@media (max-width: 750px){
    .comic {
        background-image: url(../img/comic_top_bg_sp.webp), url(../img/comic_bottom_bg_sp.webp);
        background-repeat: no-repeat, no-repeat;
        background-position:top, bottom;
        padding: 10% 0;
    }
    .comic .inner{
        display: block;
        width: 90%;
    }
    .comic .inner img{
        width: 100%;
        margin-bottom: 6%;
    }
    .comic .cta_area{
        margin-top: 0;
    }
}


/*================
room
==================*/
.room{
    background-image: url(../img/room_bg.webp);
    padding: 90px 0 110px;
}
.room_ttl{
    width: 60%;
    max-width: 688px;
    margin: 0 auto 40px;
}
.room_flex{
    display: flex;
    justify-content: space-between;
}
.room_img{
    width: 58%;
    filter: drop-shadow(10px 10px 15px rgb(0, 0, 0, 0.2));
}
.room_img .po_a{
    width: 50%;
    bottom: -18%;
    right: -9%;
}
.room_txt{
    width: 350px;
}
.room_txt p{
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}
.room_txt ul li{
    list-style: none;
    background-color: #e8761a;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin-bottom: 12px;
}
@media (max-width: 750px){
    .room{
        background-image: url(../img/room_bg_sp.webp);
        padding: 10% 0;
        overflow: hidden;
    }
    .room_ttl{
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index:2;
    }
    .room_flex{
        display: block;
        width: 90%;
        margin-top: -4%;
        position: relative;
        z-index: 0;
    }
    .room_img,.room_txt{
        width: 100%;
    }
    .room_img{
        margin-bottom: 7%;
    }
    .room_img .po_a{
        bottom: -16%;
        right: -7%;
    }
    .room_txt p{
        font-size: 6vw;
    }
    .room_txt ul{
        display: flex;
        margin-bottom: 2%;
        justify-content: space-between;
    }
    .room_txt ul li{
        font-size: 4vw;
        margin-bottom: 0;
        border-radius: 10px;
        padding: 3% 0;
        width: 48%;
    }
}
/*================
job
==================*/
h2{
    width: 60%;
    margin: 0 auto 60px;
}
.jobs{
    background-image: url(../img/jobs_bg.webp);
    padding: 90px 0;
    text-align: center;
}
.jobs h2{
    max-width: 699px;
}
.jobs_lead{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider {
    max-width: 1560px;
    width:80%;
    margin:0 auto;
}
.slider .slick-slide {
	transform: scale(0.8);
	transition: all .5s;
	opacity: 0.5;/*透過50%*/
}
.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;/*透過なし*/
}
.slick-track{
    padding-bottom: 20px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 37%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    height: 49px;
    width: 49px;
    z-index: 10;
}
.slick-prev {
    left: 25.5%;
    background: url(../img/arrow_prev.webp);
}
.slick-next {
    right: 25.5%;
    background: url(../img/arrow_next.webp);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
    display:inline-block;
	margin:0 10px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 20px;
    height: 20px;
    display:block;
    border-radius:50%;
    background:#000000;/*ドットボタンの色*/
    border: none;
    font-size: 0;
    line-height: 0;
}

.slick-dots .slick-active button{
    background:#e8761a;/*ドットボタンの現在地表示の色*/
}

.job_item,.voice_item{
    background: #fff;
    border: 4px solid #000;
    filter: drop-shadow(0 10px 0 #000);
    border-radius: 20px;
    width:536px;
    height:auto;
    box-sizing: border-box;
}
.job_item h3{
    background: #e8761a;
    padding: 13px 0 20px;
    width: 100%;
    text-align: center;
    color: #fff447;
    font-size: 33px;
    font-weight: 700;
    border-radius: 16px 16px 0 0;
}
.job_detial{
    padding: 30px;
}
.job_detial h4{
    font-size: 24px;
    border-left: 6px solid #e8761a;
    padding-left: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
}
.job_flex,.voice_flex{
    display: flex;
    align-items: flex-start;
}
.job_flex img{
    width: 40%;
    margin-right: 20px;
}
.job_flex ul,.voice_flex ul{
    width: 100%;
}
.job_flex ul li,.voice_flex ul li{
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}
.job_flex h5,.voice_flex h5{
    border-radius: 100px;
    display: table;
    font-size: 16px;
    padding: 2px 12px;
    margin-right: 10px;
    background-color: #e8761a;
    color: #fff;
    text-align: center;
    width: 50px;
}
.job_flex p{
    font-size: 19px;
    text-align: left;
}
@media (max-width: 1200px){
    .slick-next{
        right: 13.5%;
    }
    .slick-prev{
        left: 13.5%;
    }
}
@media (max-width: 750px){
    .jobs {
        background-image: url(../img/job_bg_sp.webp);
        padding: 10% 0;
    }
    .jobs h2{
        width: 70%;
        margin-bottom: 8%;
    }
    .job_item, .voice_item{
        width: 90vw;
        border: 2px solid #000;
        filter: drop-shadow(0 5px 0 #000);
        border-radius: 10px;
    }
    .slider{
        width: 90%;
    }
    .slick-prev, .slick-next{
        background-size: 100%;
        height: 25px;
        width: 25px;
    }
    .slick-next{
        right: -2%;
    }
    .slick-prev{
        left: -2%
    }
    .slick-dots button{
        width: 10px;
        height: 10px;
    }
    .slick-dots{
        margin-top: 2%;
    }
    .job_item h3{
        font-size:5.5vw;
        border-radius: 7px 7px 0 0;
    }
    .job_detial{
        padding: 5%;
    }
    .job_detial h4{
        font-size: 5vw;
    }
    .job_flex h5,.voice_flex h5{
        font-size: 10px;
        padding: 2px 5px;
        width: 40px;
        margin-right: 4%;
    }
    .job_flex img{
        width: 38%;
        margin-right: 4%;
    }
    .jobs_lead{
        font-size:5vw;
        word-spacing: normal;
    }
    .job_flex p{
        font-size: 3.5vw;
        letter-spacing: -0.5px;
        white-space: nowrap;
    }
    .job_flex ul li, .voice_flex ul li{
        padding-bottom: 4px;
    }
}

/*================
flow
==================*/
.flow{
    background-image: url(../img/flow_bg.webp);
    padding: 90px 0 110px;
    position: relative;
    z-index: 1;
}
.flow h2{
    max-width: 515px;
}
.flow .inner{
    max-width: 850px;
    padding-top: 20px;
}
.step_item{
    background: #fff;
    position: relative;
    border: 4px solid #000;
    border-radius: 20px;
    padding: 40px 50px 30px;
}
.step_item .po_a{
    width: 160px;
    top: -27px;
    left: 50px;
}
.step_item p{
    font-size: 22px;
    margin-top: 20px;
}
.step_ttl{
    background-image: linear-gradient(54deg, #fd782e, #f6b73c);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding: 1px 20px 5px;
    display: inline;
}
.step_arrow{
    width: 128px;
    margin: 20px auto;
}
.step_aside{
    background: #ffedc5;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}
.step_aside .aside_ttl{
    font-size: 24px;
    color: #fd782e;
    margin: 0;
    font-weight: 700;
}
.step_aside .aside_txt{
    font-size: 18px;
    margin-top:10px;
}
@media (max-width: 767px) {
    .flow {
        background-image: url(../img/flow_bg_sp.webp);
        padding: 10% 0 24%;
        background-position: bottom;
    }
    .flow h2{
        width: 86%;
        margin-bottom: 8%;
    }
    .flow .inner{
        width: 90%;
    }
    .step_item{
        border: 2px solid #000;
        border-radius: 10px;
        padding: 9% 5% 5%;
        font-weight: 600;
    }
    .step_item .po_a{
        width: 30%;
        top: -19px;
        left: 5%;
    }
    .step_ttl{
        font-size: 5.5vw;
        padding: 1px 2% 5px;
    }
    .step_item p {
        font-size: 3.8vw;
        margin-top: 4%;
        letter-spacing: -0.5px
    }
    .step_arrow{
        width: 22%;
        margin: 3% auto;
    }
    .step_aside{
        border-radius: 10px;
    }
    .step_aside .aside_ttl,.step_aside .aside_txt{
        font-size: 4vw;
    }
}


/*================
voice
==================*/
.voice{
    background-image: url(../img/voice_bg.webp);
    padding: 180px 0 90px;
    margin-top: -90px;
    position: relative;
    z-index: 0;
}
.voice h2{
    max-width: 400px;
}
.voice_item{
    padding: 30px;
}
.voice_item h4{
    font-size: 24px;
    font-weight: bold;
}
.voice_flex{
    padding-bottom: 20px;
    border-bottom: 5px dotted #000;
    margin-bottom: 20px;
}
.voice_flex img{
    width: 132px;
    height: 132px;
    margin-right: 30px;
}
.voice_txt,.voice_flex p{
    font-size: 22px;
}
@media (max-width: 767px) {
    .voice {
        background-image: url(../img/voice_bg_sp.webp);
        padding: 20% 0 10%;
        margin-top: -15%;
    }
    .voice h2{
        width: 70%;
        margin-bottom: 8%;
    }
    .voice_item{
        padding: 20px;
    }
    .voice_flex{
        padding-bottom: 4%;
        margin-bottom: 4%;
    }
    .voice_flex img{
        width: 28%;
        height: auto;
        margin-right: 4%;
    }
    .voice_item h4{
        font-size: 5vw;
    }
    .voice_txt, .voice_flex p{
        font-size: 4vw;
    }
    .voice_flex p{
        white-space: nowrap;
    }
    .voice_txt{
        white-space: normal;
    }
}

/*================
message
==================*/
.message{
    background-image: linear-gradient(54deg, #fd782e, #f6b73c);
    padding: 90px 0;
}
.message h2{
    max-width: 687px;
}
.message .inner{
    max-width: 850px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
}
.message_ttl{
    background: #ffedc5;
    border-radius: 20px 20px 0 0;
    border: 2px solid #fff;
    padding: 20px 0;
    position: relative;
    font-size: 36px;
    font-weight: 700;
}
.message .po_a{
    width: 170px;
    bottom: 0;
    left: 7%;
}
.message_txt{
    padding: 40px 50px;
    text-align: left;
    font-size: 18px;
}
.message_txt p{
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .message{
        padding: 10% 0;
    }
    .message_txt{
        padding: 5%;
        font-size: 4vw;
    }
    .message .inner{
        width: 90%;
        border-radius: 10px;
    }
    .message h2{
        width: 75%;
        margin-bottom: 8%;
    }
    .message_ttl{
        font-size: 6vw;
        padding: 4% 0 4% 40%;
        border-radius: 7px 7px 0 0;
    }
    .message .po_a{
        left: 2%;
    }

}

/*================
cta_bottom_area
==================*/
.cta_bottom_area{
    padding: 70px 0;
}
.cta_bottom_area .cta_area{
    padding-bottom: 30px;
    margin: 0;
}
.tel_area{
    background: #ffedc5;
    padding: 20px;
    text-align: center;
    width: 40%;
    max-width: 560px;
    margin: 0 auto;
    box-sizing:border-box
}
.tel_area p{
    font-size: 20px;
}
.tel_area a{
    display: inline-block;
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: linear-gradient(54deg, #fd782e, #f6b73c); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 66px;
    line-height: 1.2;
}

footer{
    text-align: center;
    color: #fff;
    background-color: #000000;
    padding: 40px 0;
}
footer p{
    margin-bottom: 10px;
}
footer a{
    color: #fff;
    margin-bottom: 10px;
}

.float-button__wrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 400px;
    margin: 0 auto;
    z-index: 100;
}
.is-hidden{
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
@media (max-width: 767px) {
    .tel_area{
        width: 90%;
    }
    .cta_bottom_area{
        padding: 10% 0;
    }
    .tel_area p{
        font-size: 4vw;
    }
    .cta_bottom_area .cta_area{
        padding-bottom: 2%;
    }
    .tel_area a{
        font-size: 12vw;
    }
    footer{
        padding: 5% 0 23%;
    }
    footer p,footer a{
        font-size: 12px;
    }
    .float-button__wrap {
        bottom: 0;
        left: 0;
        right: 0;
        width:95%;
    }
}