@charset "UTF-8";
.bg_orange{
    background: #f9ece8;
    mix-blend-mode: multiply;
    padding: 100px 0;
}

main #page_navi a small,
#page_navi h1 span,
main a,
main h3{
	color: rgb(213,21,99);
}

.info dt,
main .btn_link a,
main .btn_link a::after,
#mail_form th.hissu::after{
    background: rgb(213,21,99);
}
.info .btn_link a{
    background: #1762ce;
    padding: 14px 35px 14px 10px;
}
.info .btn_link.ta_center a::after{
    background: #1258ad;
}
#page_navi h1 em{
    white-space: nowrap;
    -webkit-text-stroke:1px rgb(213,21,99);
    text-stroke:1px rgb(213,21,99);
    opacity: 0.5;
}
.info dd .btn_link a{
    border-color: rgb(213,21,99);
    color: rgb(213,21,99) !important;
}
.info dd .btn_link a::before{
    border-color: rgb(213,21,99);
}

#mail_form button{
    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
}
#mail_form button::after{
    background: #b30229;
}
#page_navi.fixed ul{
    top: auto;
    bottom: 8%;
}
main #page_navi a{
    color: #b30229;
    border-color: #b30229;
}
main #page_navi a::before{
    border-color: #b30229;
}
main #page_navi a:hover{
    background: #b30229;
    color: #fff !important;
}
main #page_navi li.entry a{
    border: none;
    display: block;
    padding:0;
    color: #fff;
    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
}
#page_navi li.entry a span{
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    min-width: 100px;
    padding: 11px 40px;
}
#page_navi li.entry a span::before{
    content: "";
    position: absolute;

    right: 10px;
	top: 45%;

	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;

	transform: rotate(-45deg) translateY(-50%);
	transition: all ease .3s;
}
#page_navi li.entry a:hover span::before{
    right: 2px;
}
#page_navi li.entry a::after{
	content: "";
	position: absolute;
    border-radius: 0;
    border: none;
    transform: scale(1);
	left: 0;
	top: 0;

	width: 0;
	height: 100%;
	background: #b30229;
	transition: all ease .5s;
}
#page_navi li.entry a:hover::after{
	width: 100%;
}
#page_navi li.entry a::before{
    display: none;
}

#page_img h1 em{
    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
    display: table;
    padding: 0 0.5em;
}
main h2{
    border-color: rgb(213,21,99);
}
main h2 small{
    color: rgb(213,21,99);
}


main #entry_btn a{
    text-decoration: none;
    color: #fff;
}
#entry_btn a{
    position: relative;
    display: block;
    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
    text-align: center;
    padding: 50px 1em;
    font-weight: bold;
}
#entry_btn a p{
    position: relative;
    z-index: 1;
}
#entry_btn a em{
    font-size: 4em;
    display: block;
}
#entry_btn a span{
    display: table;
    background: #212121;
    padding: 5px 1em;
    font-size: 130%;
    margin: 0 auto;
}

#entry_btn a::before,#entry_btn a::after{
    content: "";
    position: absolute;
}
#entry_btn a::before{
    right: 5%;
	top: 50%;
    z-index: 1;

	width: 25px;
	height: 25px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
    transition: all ease .3s;

	transform: rotate(-45deg) translateY(-50%);
}
#entry_btn a:hover::before{
    right: 2%;
}
#entry_btn a::after{
	left: 0;
	top: 0;

	width: 0;
	height: 100%;
	background: #b30229;
	transition: all ease 1s;
}
#entry_btn a:hover::after{
	width:100%;
}

#jinzai{
    margin: 80px auto;
}
#jinzai ul > li{
	position: relative;
    font-size: 130%;
    line-height: 1.4;
	padding-left: 20px;
	margin-bottom: 0.8em;
}
#jinzai ul > li em{
    position: relative;
    color: #b30229;
}
#jinzai ul > li em::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgba(213,21,99,0.05);
    background-blend-mode: multiply;
}
#jinzai ul > li:last-of-type{
	margin-bottom: 0;
}
#jinzai ul > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;

	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:1px solid #777
}

.slider_rec .slick-list,
.slider_rec .slick-track,
.slider_rec .slick-slide{
    height: 260px;
}


#contents{
    position: relative;
}
#contents::before{
    position: absolute;
    left: -10px;
    top: -40px;

    content: "CONTENTS";
    color: #f9ece8;
    mix-blend-mode: multiply;
    font-size: 5em;
    font-weight: bold;
    line-height: 1;
}
#contents .fl_box{
    max-width: 1280px;
    margin: 0 auto;
}
#contents dl{
    width: calc(100% / 3);
    padding: 0 30px;
}
main #contents a{
    text-decoration: none;
    transition: all ease .3s;
}
main #contents dt a{
    display: block;
    color: rgba(213,21,99,1);
    padding-right: calc(1em + 14px);
    position: relative;
    line-height: 1.2;
}
#contents dt a::before{
    content: "";
    position: absolute;

    right: 10px;
	top: 15px;

	width: 14px;
	height: 14px;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;

	transform: rotate(-45deg);
	transition: all ease .3s;
}
#contents dt a:hover::before{
    right: 0;
}

#contents dt{
    font-size: 2em;
    margin-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid rgb(213,21,99);
}
#contents dd li{
    margin-bottom: 0.5em;
}
main #contents dd li a{
    display: table;
    padding: 3px 15px;
    min-width: 80px;
    text-align: center;
    background: #212121;
    color: #fff;
    position: relative;
}
#contents dd li a:hover{
    transform: translateX(10px);
}
#contents dd li a span{
    position: relative;
    z-index: 1;
}
#contents dd li a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 0;
    height: 100%;

    background: rgb(213,21,99);
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
    transition: all ease .5s;
}
#contents dd li a:hover::before{
    width: 100%;
}


.youkou table th,.youkou table td{
	padding: 10px;
}
.youkou table th{
	color: #000;
	font-weight: bold;
}
.youkou table th{
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	width: 30%;
}
.youkou table td{
	border-bottom: 1px solid #ccc;
}
.youkou table tr:first-of-type{
	border-top: 1px solid #ccc;
}
.youkou table td em{
    color: #b30229;
    font-weight: bold;
}

.youkou td .fl_box{
	justify-content: space-between;
}
.youkou td .fl_box figure{
	max-width: 40%;
	margin-left: 5%;
}
.youkou td .fl_box span{
	padding-right: 2em;
}

#training{
    padding-top: 50px;
}

#s_message dt{
    font-weight: bold;
    background: #f9ece8;
    mix-blend-mode: multiply;
    transition: all ease .3s;
    padding: 10px;
}

#s_message dt .fl_box{
    align-items: center;
    justify-content: space-between;
}
#s_message dt .fl_box div{
    width: calc(100% - 250px);
}
#s_message dt .fl_box div h3:first-of-type{
    margin-top: 0 !important;
}
#s_message dt .fl_box figure{
    width: 200px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

#s_message dt em{
    display: inline-block;
    text-align: center;
    width: 3em;
    padding: 0 10px;
    font-size: 140%;
    color: #fff;
    background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
}
#s_message dt em small{
    font-size: 50%;
}
#s_message dt span{
    display: inline-block;
    padding-left: 1em;
}

#s_message dd .fl_box{
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}
#s_message dd .fl_box div{
    width: calc(100% - 350px);
}
#s_message dd .fl_box div h3:first-of-type{
    margin-top: 0 !important;
}
#s_message dd .fl_box figure{
    width: 250px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

#s_message h3{
    font-size: 110% !important;
    margin-bottom: 10px !important;
}
#s_message dd h3:first-of-type{
    margin-top: 15px !important;
}

#s_message dd{
    padding-bottom: 20px;
    margin-bottom: 65px;
}
#s_message dd p{
    line-height: 1.7;
    font-size: 110%;
}
#s_message dl{
    position: relative;
}
  .text {
    height: 130px;
    overflow: hidden;
  }
  .show_more{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(
      180deg,
      rgb(255, 255, 255, 0) 0%,
      rgb(255, 255, 255, 1) 50%
    );
    cursor: pointer;
    color: #1258ad;
    transition: all ease 0.3s;
  }
  .show_more:hover{
    padding-left: 10px;
  }
  .active {
    background: none;
  }




#concept{
    background: none;
}

.gallery{
    width: 100%;
    columns: 3;
    margin:0;
    }
    
    .gallery div {
        margin-bottom: 20px;
        display: inline-block;
    }

    .gallery img{
        width:100%;
        height:auto;
    }
    /*画像を出現させるアニメーションCSS*/

.fadeImg{
    animation: fadeImg 1s forwards 1s;
    perspective-origin: left center;
    opacity: 0;
    }
    
    @keyframes fadeImg{
      0% {
       transform: translateY(100px) scale(0.7);
      opacity: 0;
      }

      70%{
        transform: translateY(20px) scale(1.05);
      }
    
      to {
      transform:  translateY(0px) scale(1.0);
      opacity: 1;
      }
    }

    #concept dd{
        background: linear-gradient(90deg, rgba(213,21,99,1) 0%, rgba(255,127,85,1) 100%);
    }
    #concept dd li{
        line-height: 2;
    }
    #concept dd::before{
        background: #b30229;
    }

    #scenery{
        position: relative;
    }
    #scenery::before {
        position: absolute;
        right: -10px;
        top: -20px;
        content: "SCENERY";
        color: #f9ece8;
        mix-blend-mode: multiply;
        font-size: 5em;
        font-weight: bold;
        line-height: 1;
    }
    #scenery h3{
        margin-top: 0;
    }
#scenery .fl_box{
    padding: 0 5%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 24px;
    flex-wrap: wrap;
}
#scenery .fl_box a{
    width: 25%;
    padding: 10px;
}

/* tablet */
@media screen and (max-width: 999px) {

    #page_navi{
        padding: 30px 0;
    }
    #page_navi li.entry{
        width: 100%;
    }
    #page_navi li.entry a,
    #page_navi li.entry a span{
        display: block;
    }
    #page_navi li.entry a span{
        padding: 10px ;
    }

    #page_navi.rec_top li:not(.entry){
        width: 50%;
    }
    #page_navi.rec_top li a{
        display: block;
    }

    .slider_rec .slick-list, .slider_rec .slick-track, .slider_rec .slick-slide{
        height: 220px;
    }

    #contents .fl_box{
        flex-direction: column;
        width: 90% !important;
        margin: 0 auto;
    }
    #contents dl{
        width: 100%;
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        padding-top: 1em;
        border-top: 1px solid rgb(213,21,99);
    }
    main #contents dt a{
        display: block;
    }
    #contents dt{
        font-size: 1.8em;
        padding-top: 0;
        border-top: none;
        width: 60%;
    }
    #contents dd{
        width: 30%;
    }

    .gallery{
        columns:3;
    }

}

/*smart*/
@media screen and (min-width: 0px) and (max-width: 600px){
    .slider_rec .slick-list, .slider_rec .slick-track, .slider_rec .slick-slide{
        height: 180px;
    }

    #entry_btn a em{
        font-size: 3em;
    }

    #contents.bg_orange{
        padding: 60px 0;
    }
    #contents::before{
        left: 0;
    }
    #contents dl{
        flex-direction: column;
    }
    #contents dt,#contents dd{
        width: 100%;
    }

    .youkou table th{
        width: 31%;
    }

    #s_message dt{
        padding: 15px 0;
        position: relative;
        border-bottom: 1px solid #ccc;
        background: none;
    }
    #s_message dt span{
        display: block;
        margin-top: 10px;
        padding-left: 0;
    }

    #s_message dt .fl_box div{
        width: calc(100% - 120px);
    }
    #s_message dt .fl_box figure{
        width: 100px;
    }


    #s_message dd .fl_box div{
        width: calc(100% - 150px);
    }
    #s_message dd .fl_box figure{
        width: 100px;
    }
    .text{
        height: 120px;
    }
    .gallery{
        columns: 2;
    }

    #scenery::before{
        top: auto;
        bottom: -20px;
    }
    #scenery .fl_box{
        padding: 0 3%;
    }
    #scenery .fl_box a{
        width: calc(100% / 3);
        padding: 5px;
    }
}